]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Fix sysdeps/unix/sysv/linux/arm/libc-do-syscall.S warning.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
3b20fd5c
JM
12014-11-26 Joseph Myers <joseph@codesourcery.com>
2
a6f3079b
JM
3 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4 Undefine.
5
706688aa
JM
6 [BZ #16619]
7 [BZ #16740]
8 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
9 instead of 1L << 52.
10
12da14a5
JM
11 * libio/bug-rewind.c (do_test): Check fwscanf return values.
12 * libio/bug-rewind2.c (do_test): Likewise.
13
bd5dadac
JM
14 * debug/test-stpcpy_chk-ifunc.c: Remove file.
15 * debug/test-strcpy_chk-ifunc.c: Likewise.
16 * wcsmbs/test-wcschr-ifunc.c: Likewise.
17 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
18 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
19 * wcsmbs/test-wcslen-ifunc.c: Likewise.
20 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
21 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
22 * Rules [$(multi-arch) = no] (tests): Do not filter out
23 $(tests-ifunc).
24 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
25 * debug/Makefile (tests-ifunc): Remove variable.
26 (tests): Do not add $(tests-ifunc).
27 * wcsmbs/Makefile (tests-ifunc): Remove variable.
28 (tests): Do not add $(tests-ifunc).
29 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
30 [TEST_IFUNC]: Remove conditionals.
31 * string/test-string.h (TEST_IFUNC): Remove macro.
32 [TEST_IFUNC]: Remove conditionals.
33
3b20fd5c
JM
34 * string/test-strchr.c [!WIDE] (L): New macro.
35 [WIDE] (L): Likewise.
36 (check1): Use CHAR instead of char. Use L on string and character
37 constants.
38
704f7947
AZ
392014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
40
41 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
42 tests.
43 * sysdeps/powerpc/bits/atomic.h
44 (__arch_atomic_exchange_and_add_32_acq): Add definition.
45 (__arch_atomic_exchange_and_add_32_rel): Likewise.
46 (atomic_exchange_and_add_acq): Likewise.
47 (atomic_exchange_and_add_rel): Likewise.
48 * sysdeps/powerpc/powerpc32/bits/atomic.h
49 (__arch_atomic_exchange_and_add_64_acq): Add definition.
50 (__arch_atomic_exchange_and_add_64_rel): Likewise.
51 * sysdeps/powerpc/powerpc64/bits/atomic.h
52 (__arch_atomic_exchange_and_add_64_acq): Add definition.
53 (__arch_atomic_exchange_and_add_64_rel): Likewise.
54
cdcb42d7
TR
552014-11-26 Torvald Riegel <triegel@redhat.com>
56
57 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
58 Change synchronization of __sched_fifo_min_prio and
59 __sched_fifo_max_prio.
60 * nptl/pthread_mutexattr_getprioceiling.c
61 (pthread_mutexattr_getprioceiling): Likewise.
62 * nptl/pthread_mutexattr_setprioceiling.c
63 (pthread_mutexattr_setprioceiling): Likewise.
64 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
65 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
66 Likewise.
67
c82f5c0c
JM
682014-11-26 Joseph Myers <joseph@codesourcery.com>
69
70 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
71 void.
72
439e1ad6
JM
732014-11-25 Joseph Myers <joseph@codesourcery.com>
74
75 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
76 third argument const.
77
b1eda10e
PE
782014-11-25 Paul Eggert <eggert@cs.ucla.edu>
79
80 fnmatch: work around GCC compiler warning bug with uninit var
81 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
82 This works around a bug with x86-64 GCC 4.9.2 and earlier
83 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
84 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
85 used uninitialized in this function [-Wmaybe-uninitialized]".
86
bde2667a
JM
872014-11-25 Joseph Myers <joseph@codesourcery.com>
88
89 * posix/bug-regex31.c (main): Return RES not 0.
90
5fbb5691
AB
912014-11-25 Anton Blanchard <anton@samba.org>
92
93 * sysdeps/powerpc/bits/atomic.h
94 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
95
467fec0b
BM
962014-11-24 Sterling Augustine <saugustine@google.com>
97
98 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
99
e9ff8efb
RC
1002014-11-24 Ryan Cumming <etaoins@gmail.com>
101
102 [BZ #17608]
103 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
104
9744496f
JM
1052014-11-24 Joseph Myers <joseph@codesourcery.com>
106
107 [BZ #17633]
108 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
109 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
110 variable.
111 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
112 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
113
6423d475
WD
1142014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
115
116 * string/strncpy.c (strncpy): Improve performance by using memset.
117
1182014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
119
120 * string/strcpy.c (strcpy):
121 Improve performance by using strlen and memcpy.
122
5d178c37
LH
1232014-11-24 Leonhard Holz <leonhard.holz@web.de>
124
125 * string/strcoll_l.c (get_next_seq): __always_inline.
126 * string/strcoll_l.c (do_compare): __always_inline.
127
279bc5b3
SP
1282014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
129
7a9ebfa1
SP
130 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
131 defined.
132 * include/mqueue.h: Likewise.
133 * include/stdlib.h: Likewise.
134
4f41c682
SP
135 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
136 (get_null_defines): Adjust.
137 * sunrpc/Makefile: Adjust comment.
138 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
139 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
140 (CFLAGS-interp.c): Likewise.
141 (CFLAGS-ldconfig.c): Likewise.
142 (CPPFLAGS-.os): Likewise.
143 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
144 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
145 * extra-modules.mk (extra-modules.mk): Likewise.
146 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
147 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
148 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
149 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
150 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
151 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
152 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
153 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
154 * iconvdata/Makefile (CPPFLAGS): Likewise.
155 (cpp-srcs-left): Add libof for all iconvdata routines.
156 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
157 * include/assert.h: Likewise.
158 * include/ctype.h: Likewise.
159 * include/errno.h: Likewise.
160 * include/libc-symbols.h: Likewise.
161 * include/math.h: Likewise.
162 * include/netdb.h: Likewise.
163 * include/resolv.h: Likewise.
164 * include/stdio.h: Likewise.
165 * include/stdlib.h: Likewise.
166 * include/string.h: Likewise.
167 * include/sys/stat.h: Likewise.
168 * include/wctype.h: Likewise.
169 * intl/l10nflist.c: Likewise.
170 * libidn/idn-stub.c: Likewise.
171 * libio/libioP.h: Likewise.
172 * nptl/libc_multiple_threads.c: Likewise.
173 * nptl/pthreadP.h: Likewise.
174 * posix/regex_internal.h: Likewise.
175 * resolv/res_hconf.c: Likewise.
176 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
177 * sysdeps/arm/memmove.S: Likewise.
178 * sysdeps/arm/sysdep.h: Likewise.
179 * sysdeps/generic/_itoa.h: Likewise.
180 * sysdeps/generic/symbol-hacks.h: Likewise.
181 * sysdeps/gnu/errlist.awk: Likewise.
182 * sysdeps/gnu/errlist.c: Likewise.
183 * sysdeps/i386/i586/memcpy.S: Likewise.
184 * sysdeps/i386/i586/memset.S: Likewise.
185 * sysdeps/i386/i686/memcpy.S: Likewise.
186 * sysdeps/i386/i686/memmove.S: Likewise.
187 * sysdeps/i386/i686/mempcpy.S: Likewise.
188 * sysdeps/i386/i686/memset.S: Likewise.
189 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
190 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
191 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
192 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
193 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
194 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
195 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
196 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
197 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
198 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
199 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
200 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
201 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
202 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
203 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
204 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
205 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
206 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
207 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
208 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
209 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
210 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
211 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
212 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
213 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
214 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
215 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
216 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
217 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
218 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
219 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
220 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
221 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
222 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
223 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
224 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
225 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
226 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
227 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
228 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
229 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
230 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
231 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
232 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
233 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
234 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
235 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
236 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
237 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
238 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
239 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
240 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
241 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
242 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
243 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
244 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
245 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
246 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
247 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
248 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
249 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
250 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
251 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
252 * sysdeps/nptl/bits/libc-lock.h: Likewise.
253 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
254 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
255 * sysdeps/posix/closedir.c: Likewise.
256 * sysdeps/posix/opendir.c: Likewise.
257 * sysdeps/posix/readdir.c: Likewise.
258 * sysdeps/posix/rewinddir.c: Likewise.
259 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
260 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
261 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
262 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
263 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
264 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
265 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
266 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
267 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
268 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
269 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
270 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
271 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
272 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
273 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
274 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
275 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
276 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
277 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
278 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
279 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
280 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
281 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
282 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
283 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
284 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
285 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
286 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
287 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
288 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
289 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
290 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
291 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
292 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
293 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
294 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
295 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
296 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
297 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
298 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
299 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
300 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
301 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
302 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
303 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
304 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
305 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
306 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
307 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
308 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
309 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
310 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
311 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
312 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
313 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
314 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
315 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
316 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
317 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
318 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
319 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
320 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
321 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
322 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
323 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
324 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
325 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
326 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
327 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
328 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
329 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
330 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
331 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
332 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
333 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
334 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
335 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
336 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
337 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
338 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
339 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
340 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
341 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
342 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
343 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
344 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
345 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
346 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
347 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
348 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
349 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
350 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
351 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
352 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
353 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
354 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
355 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
356 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
357 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
358 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
359 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
360 * sysdeps/unix/alpha/sysdep.S: Likewise.
361 * sysdeps/unix/alpha/sysdep.h: Likewise.
362 * sysdeps/unix/make-syscalls.sh: Likewise.
363 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
364 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
365 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
366 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
367 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
368 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
369 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
370 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
371 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
372 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
373 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
374 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
375 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
376 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
377 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
378 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
379 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
380 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
381 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
382 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
383 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
384 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
385 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
386 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
387 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
388 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
389 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
390 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
392 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
393 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
394 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
395 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
396 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
397 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
398 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
399 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
400 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
401 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
402 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
403 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
404 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
405 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
406 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
407 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
408 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
409 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
410 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
411 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
412 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
413 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
414 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
415 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
416 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
417 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
418 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
419 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
420 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
421 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
422 * sysdeps/x86_64/memcpy.S: Likewise.
423 * sysdeps/x86_64/memmove.c: Likewise.
424 * sysdeps/x86_64/memset.S: Likewise.
425 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
426 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
427 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
428 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
429 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
430 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
431 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
432 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
433 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
434 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
435 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
436 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
437 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
438 * sysdeps/x86_64/multiarch/memset.S: Likewise.
439 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
440 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
441 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
442 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
443 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
444 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
445 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
446 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
447 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
448 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
449 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
450 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
451 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
452 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
453 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
454 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
455 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
456 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
457 * sysdeps/x86_64/strcmp.S: Likewise.
458
76ca86a5
SP
459 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
460
a3848485
SP
461 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
462 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
463 * elf/rtld-Rules: Likewise.
464 * elf/setup-vdso.h: Likewise.
465 * include/assert.h: Likewise.
466 * include/bits/stdlib-float.h: Likewise.
467 * include/errno.h: Likewise.
468 * include/sys/stat.h: Likewise.
469 * include/unistd.h: Likewise.
470 * sysdeps/aarch64/setjmp.S: Likewise.
471 * sysdeps/alpha/setjmp.S: Likewise.
472 * sysdeps/arm/__longjmp.S: Likewise.
473 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
474 * sysdeps/arm/setjmp.S: Likewise.
475 * sysdeps/arm/sysdep.h: Likewise.
476 * sysdeps/generic/_itoa.h: Likewise.
477 * sysdeps/generic/dl-sysdep.h: Likewise.
478 * sysdeps/generic/ldsodefs.h: Likewise.
479 * sysdeps/i386/dl-tls.h: Likewise.
480 * sysdeps/i386/setjmp.S: Likewise.
481 * sysdeps/m68k/setjmp.c: Likewise.
482 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
483 * sysdeps/mach/hurd/opendir.c: Likewise.
484 * sysdeps/posix/getcwd.c: Likewise.
485 * sysdeps/posix/opendir.c: Likewise.
486 * sysdeps/posix/profil.c: Likewise.
487 * sysdeps/powerpc/dl-procinfo.h: Likewise.
488 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
489 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
490 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
491 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
492 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
493 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
494 * sysdeps/s390/dl-tls.h: Likewise.
495 * sysdeps/s390/s390-32/setjmp.S: Likewise.
496 * sysdeps/s390/s390-64/setjmp.S: Likewise.
497 * sysdeps/sh/sh3/setjmp.S: Likewise.
498 * sysdeps/sh/sh4/setjmp.S: Likewise.
499 * sysdeps/unix/alpha/sysdep.h: Likewise.
500 * sysdeps/unix/arm/sysdep.S: Likewise.
501 * sysdeps/unix/i386/sysdep.S: Likewise.
502 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
503 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
504 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
505 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
506 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
507 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
508 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
509 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
510 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
511 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
512 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
513 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
514 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
515 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
516 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
517 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
518 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
519 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
520 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
521 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
522 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
523 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
524 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
525 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
526 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
527 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
528 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
529 * sysdeps/unix/x86_64/sysdep.S: Likewise.
530 * sysdeps/x86_64/setjmp.S: Likewise.
531
a109996e
SP
532 * include/math.h: Use IS_IN instead of IS_IN_libm.
533 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
534 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
535 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
536 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
537 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
538 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
539 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
540 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
541 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
542 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
543 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
544 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
545 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
546 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
547 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
548 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
549 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
550 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
551 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
552 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
553 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
554 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
555 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
556 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
557 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
558 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
559 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
560 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
561 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
562 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
563 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
564 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
565 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
566 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
567 Likewise.
568 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
569 Likewise.
570 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
571 Likewise.
572 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
573 Likewise.
574 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
575 Likewise.
576 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
577 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
578 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
579 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
580 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
581 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
582 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
583 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
584 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
585 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
586 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
587 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
588 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
589 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
590 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
591 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
592 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
593 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
594 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
595 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
596 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
597 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
598 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
599 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
600 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
601 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
602 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
603
ce9f10f7
SP
604 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
605 * nptl/pthreadP.h: Likewise.
606 * nptl_db/structs.def: Likewise.
607 * sysdeps/arm/sysdep.h: Likewise.
608 * sysdeps/nptl/bits/libc-lock.h: Likewise.
609 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
610 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
611 * sysdeps/unix/alpha/sysdep.h: Likewise.
612 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
613 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
614 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
615 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
616 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
617 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
618 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
619 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
620 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
621 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
622 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
623 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
624 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
625 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
626 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
627 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
628 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
629 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
630 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
631 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
632 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
633 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
634 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
635 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
636 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
637 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
638
016afc75
SP
639 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
640 * nptl/pthreadP.h: Likewise.
641 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
642 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
643 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
644 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
645 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
646 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
647 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
648 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
649 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
650 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
651 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
652 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
653 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
654 Likewise.
655 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
656 Likewise.
657 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
658 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
659 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
660 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
661 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
662 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
663 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
664 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
665
9b42a0b3
SP
666 * dlfcn/dladdr.c: Use IS_IN.
667 * dlfcn/dladdr1.c: Likewise.
668 * dlfcn/dlclose.c: Likewise.
669 * dlfcn/dlerror.c: Likewise.
670 * dlfcn/dlinfo.c: Likewise.
671 * dlfcn/dlmopen.c: Likewise.
672 * dlfcn/dlopen.c: Likewise.
673 * dlfcn/dlsym.c: Likewise.
674 * dlfcn/dlvsym.c: Likewise.
675
85f36372
SP
676 * include/ifaddrs.h: Use IS_IN.
677 * inet/check_pf.c: Likewise.
678 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
679 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
680
fb6784e3
SP
681 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
682 IS_IN_ldconfig.
683 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
684 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
685
2886d2d1
SP
686 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
687 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
688 IS_IN (libc).
689
9a484857
SP
690 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
691
a10178bd
SP
692 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
693 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
694 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
695 * include/libc-symbols.h (IS_IN_LIB): New macro.
696 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
697 * include/netdb.h: Likewise.
698 * include/stap-probe.h: Remove all uses of IN_LIB.
699
279bc5b3
SP
700 * Makeconfig (module-cppflags-real): Define MODULE_NAME
701 instead of IN_MODULE.
702 * include/libc-symbols.h (IN_MODULE): Define using
703 MODULE_NAME.
704 (PASTE_NAME, PASTE_NAME1): New macros.
705 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
706 of IN_LIB.
707 (STAP_PROBE_ASM): Likewise.
708
e0cfa510
ST
7092014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
710
711 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
712 __mach_init in dlopened libc.
713
34d97d87
MF
7142014-11-22 Mike Frysinger <vapier@gentoo.org>
715
716 * sysdeps/arm/preconfigure.ac: Delete EABI check.
717 * sysdeps/arm/preconfigure: Regenerate.
718
33cd1f74
RM
7192014-11-21 Roland McGrath <roland@hack.frob.com>
720
721 * nptl/pthread_create.c (__pthread_create_2_1): Set
722 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
723 when copying values from IATTR into PD.
724
8c230039
WN
7252014-11-21 Will Newton <will.newton@linaro.org>
726 Andrew Pinski <andrew.pinski@caviumnetworks.com>
727
6d3db89b
AP
728 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
729 Refactor inline-asm. Also add comment.
730
01194ba1
WN
731 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
732 ElfW macro instead of hardcoded Elf64 types.
733 (la_aarch64_gnu_pltenter): Likewise.
734 * sysdeps/aarch64/dl-machine.h
735 (elf_machine_runtime_setup): Use ElfW(Addr).
736
8c230039
WN
737 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
738 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
739 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
740 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
741 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
742 (R_AARCH64_TLS_DTPMOD64): Rename to ..
743 (R_AARCH64_TLS_DTPMOD): This.
744 (R_AARCH64_TLS_DTPREL64): Rename to ...
745 (R_AARCH64_TLS_DTPREL): This.
746 (R_AARCH64_TLS_TPREL64): Rename to ...
747 (R_AARCH64_TLS_TPREL): This.
748 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
749 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
750 R_AARCH64_TLS_TPREL64.
751 (elf_machine_rela): Likewise.
752
0d79fa53
TR
7532014-11-21 Torvald Riegel <triegel@redhat.com>
754
755 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
756 by setting it to 0. 64b atomics are not supported currently.
757
b59d114b
AO
7582014-11-21 Alexandre Oliva <aoliva@redhat.com>
759
760 [BZ #16469]
761 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
762 search domain names.
763
f3d945d5
AO
7642014-11-21 Alexandre Oliva <aoliva@redhat.com>
765
766 [BZ #16469]
767 * NEWS: Update.
768 * resolv/res_query.c (__libc_res_nquerydomain): Retain
769 trailing dot.
770 * posix/tst-getaddrinfo5.c: New.
771 * posix/Makefile (tests): Add it.
772
49698902
AO
7732014-11-21 Alexandre Oliva <aoliva@redhat.com>
774
775 [BZ #14498]
776 * NEWS: Fixed.
777 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
778 after parsing line but before break_if_match.
779 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
780 if there is a protocol mismatch.
781
81959214
MS
7822014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
783
784 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
785 because the potential race is on the user-supplied stream.
786
7729e0e9
AO
7872014-11-21 Alexandre Oliva <aoliva@redhat.com>
788
789 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
790 string literal if not passed a buffer.
791 * manual/job.texi (ctermid): Update reasoning, note deviation
792 from posix, suggest mtasurace when not passed a buffer, for
793 future non-preliminary safety notes.
794
a4ea5e28
AO
7952014-11-21 Alexandre Oliva <aoliva@redhat.com>
796
797 * manual/users.texi (cuserid): Fix MT-Safety note for the case
798 of not passing it a buffer.
799 Reported by Peng Haitao.
800
a2b581cb
AO
8012014-11-21 Alexandre Oliva <aoliva@redhat.com>
802
803 * manual/Makefile ($(objpfx)stamp-summary): Require
804 check-safety.sh to pass.
805 * manual/check-safety.sh: Wish for verification that every
806 @deftypefn and @deftypefun is followed by a @safety remark.
807
f214ff74
RM
8082014-11-20 Roland McGrath <roland@hack.frob.com>
809
7f0dfae0
RM
810 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
811
2f531bbb
RM
812 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
813 PTHREAD_CANCEL_ASYNCHRONOUS.
814 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
815 send SIGCANCEL.
816
f214ff74
RM
817 * nptl/default-sched.h: New file.
818 * sysdeps/unix/sysv/linux/default-sched.h: New file.
819 * nptl/pthread_create.c: Include it.
820 (__pthread_create_2_1): Use collect_default_sched instead of making
821 Linux syscalls here directly.
822
e37c91d4
TR
8232014-11-20 Torvald Riegel <triegel@redhat.com>
824
825 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
826 __pthread_once): Use C11 atomics.
827
1eccfecd
TR
8282014-11-20 Torvald Riegel <triegel@redhat.com>
829
830 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
831
ff871426
TR
8322014-11-20 Torvald Riegel <triegel@redhat.com>
833
834 * include/atomic.h (__atomic_link_error, __atomic_check_size,
835 atomic_thread_fence_acquire, atomic_thread_fence_release,
836 atomic_thread_fence_seq_cst, atomic_load_relaxed,
837 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
838 atomic_compare_exchange_weak_relaxed,
839 atomic_compare_exchange_weak_acquire,
840 atomic_compare_exchange_weak_release,
841 atomic_exchange_acquire, atomic_exchange_release,
842 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
843 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
844 atomic_fetch_and_acquire,
845 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
846
1ea339b6
TR
8472014-11-20 Torvald Riegel <triegel@redhat.com>
848
849 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
850 USE_ATOMIC_COMPILER_BUILTINS): Define.
851 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
852 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
853 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
854 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
855 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
856 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
857 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
858 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
859 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
860 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
861 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
862 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
863 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
864 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
865 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
866 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
867 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
868 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
869 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
870 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
871 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
872 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
873 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
874 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
875 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
876 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
877 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
878 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
879 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
880 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
881 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
882 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
883 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
884 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
885 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
886 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
887 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
888 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
889 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
890 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
891
cbd463e2
RM
8922014-11-19 Roland McGrath <roland@hack.frob.com>
893
d960211f
RM
894 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
895 the sched_priority value here. It was already checked when the user
896 called pthread_attr_setschedparam.
897
cbd463e2
RM
898 * nptl/tst-bad-schedattr.c: New file.
899 * nptl/Makefile (tests): Add it.
900
a39208bd
CD
9012014-11-19 Carlos O'Donell <carlos@redhat.com>
902 Florian Weimer <fweimer@redhat.com>
903 Joseph Myers <joseph@codesourcery.com>
904 Adam Conrad <adconrad@0c3.net>
905 Andreas Schwab <schwab@suse.de>
906 Brooks <bmoses@google.com>
907
908 [BZ #17625]
909 * wordexp-test.c (__dso_handle): Add prototype.
910 (__register_atfork): Likewise.
911 (__app_register_atfork): New function.
912 (registered_forks): New global.
913 (register_fork): New function.
914 (test_case): Add 3 new tests for WRDE_CMDSUB.
915 (main): Call __app_register_atfork.
916 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
917 fork count is non-zero fail the test.
918 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
919 is set.
920 (parse_dollars): Remove check for WRDE_NOCMD.
921 (parse_dquote): Likewise.
922
9cd47470
SP
9232014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
924
130ac68c
SP
925 * Makeconfig (built-modules): List non-library modules to be
926 built.
927 (module-cppflags): Include libc-modules.h for
928 everything except shlib-versions.v.i.
929 (CPPFLAGS): Use it.
930 (before-compile): Add libc-modules.h.
931 ($(common-objpfx)libc-modules.h,
932 $(common-objpfx)libc-modules.stmp): New targets.
933 (common-generated): Add libc-modules.h and libc-modules.stmp.
934 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
935 * include/libc-symbols.h: Don't include libc-modules.h.
936 * include/libc-modules.h: Remove file.
937 * scripts/gen-libc-modules.awk: New script to generate
938 libc-modules.h.
939 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
940 Depend on libc-modules.stmp.
941
286663c3
SP
942 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
943
9cd47470
SP
944 * Makeconfig (in-module): Get value of libof set for the
945 translation unit.
946 (CPPFLAGS): Use $(in-module).
947 * Makerules: Don't suffix routine names for nonlib.
948 * include/libc-modules.h: New file.
949 * include/libc-symbols.h: Include libc-modules.h
950 (IS_IN): New macro to replace IS_IN_* macros.
951 * elf/Makefile: Set libof-* for each routine.
952 * elf/rtld-Rules: Likewise.
953 * extra-modules.mk: Likewise.
954 * iconv/Makefile: Likewise.
955 * iconvdata/Makefile: Likewise.
956 * locale/Makefile: Likewise.
957 * malloc/Makefile: Likewise.
958 * nss/Makefile: Likewise.
959 * sysdeps/gnu/Makefile: Likewise.
960 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
961 * sysdeps/unix/sysv/linux/Makefile: Likewise.
962 * sysdeps/s390/s390-64/Makefile: Likewise.
963 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
964 CPPFLAGS for nscd instead of nonlib.
965
32fed10f
RM
9662014-11-18 Roland McGrath <roland@hack.frob.com>
967
d71035bd
RM
968 * nptl/createthread.c: New file.
969
6540b991
RM
970 * nptl/createthread.c: Moved ...
971 * sysdeps/unix/sysv/linux/createthread.c: ... here.
972
32fed10f
RM
973 * nptl/createthread.c: Add proper top-line comment.
974 (do_clone): Folded into ...
975 (create_thread): ... here. Take new arguments STOPPED_START and
976 THREAD_RAN. Always set PD->stopped_start to something here. Don't
977 increment __nptl_threads, do event-reporting logic, do
978 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
979 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
980 resource cleanup if sched_setaffinity or sched_setscheduler fails,
981 just send SIGCANCEL.
982 * nptl/pthread_create.c: Forward-declare create_thread before
983 including createthread.c.
984 (start_thread): Use new macro START_THREAD_DEFN to replace defining
985 declaration, and new macro START_THREAD_SELF to replace argument.
986 Remove return statement.
987 (report_thread_creation): New function.
988 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
989 synchronization logic, and __nptl_nthreads increment here, around
990 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
991 PD->parent_cancelhandling here, before create_thread. When
992 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
993 __deallocate_stack, and ENOMEM translation here.
994
107a5bf0
JM
9952014-11-18 Joseph Myers <joseph@codesourcery.com>
996
997 [BZ #17616]
998 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
999 (mptwo): Rename to __mptwo.
1000 (__inv): Use __mptwo instead of mptwo.
1001 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1002 (mptwo): Rename to __mptwo.
1003 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1004 of mpone and __mptwo instead of mptwo.
1005 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1006 instead of mpone.
1007 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1008 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1009 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1010 of mpone and __mptwo instead of mptwo.
1011 (__mpranred): Use __mpone instead of mpone.
1012 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1013 variable.
1014 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1015 (test-xfail-ISO99/math.h/linknamespace): Likewise.
1016 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1017 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1018 (test-xfail-ISO11/math.h/linknamespace): Likewise.
1019 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1020 (test-xfail-XPG3/math.h/linknamespace): Likewise.
1021 (test-xfail-XPG4/math.h/linknamespace): Likewise.
1022 (test-xfail-POSIX/math.h/linknamespace): Likewise.
1023 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1024 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1025 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1026 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1027 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1028 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1029 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1030 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1031 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1032 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1033
3b679ab3
TV
10342014-11-18 Tom de Vries <tom@codesoucery.com>
1035
1036 * manual/signal.texi (Primitives Interrupted by Signals): In section,
1037 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
1038
10392014-11-17 Richard Henderson <rth@redhat.com>
1040
1041 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1042 (_FP_PACK_RAW_2): Remove.
1043 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1044 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1045 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1046 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1047 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1048 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1049 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1050 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1051 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1052 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1053 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1054 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1055 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1056 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1057 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1058 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1059
0781a777
RM
10602014-11-14 Roland McGrath <roland@hack.frob.com>
1061
1062 * signal/signal.h [__USE_MISC]
1063 (struct sigvec): Remove type.
1064 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1065 (sigvec): Remove declaration.
1066 * sysdeps/posix/sigvec.c: Moved ...
1067 * signal/sigvec.c: ... here, replacing old file.
1068 (struct sigvec): New type, copied from old signal.h definition.
1069 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1070 (__sigvec): Convert definition to prototype.
1071 (sigvec): Replace weak_alias with compat_symbol.
1072 * signal/Versions (libc: GLIBC_2.21): New version set.
1073 * include/signal.h: Remove __sigvec declaration.
1074 * sysdeps/unix/bsd/sigvec.c: Remove file.
1075 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1076 * manual/signal.texi (BSD Handler): Remove subsection.
1077 Move siginterrupt up to ...
1078 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
1079 (Blocking in BSD): Fold subsection into its parent.
1080 * NEWS: Mention sigvec removal.
1081
a4733812
JM
10822014-11-14 Joseph Myers <joseph@codesourcery.com>
1083
5ae4fe60
JM
1084 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1085 (DLA_FMS): Make definition conditional only on [__FMA4__].
1086 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1087 definition.
1088
6a0dd472
JM
1089 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1090 Make definition conditional only on [PROF].
1091 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1092 definition.
1093 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1094 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1095
a4733812
JM
1096 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1097 !__GNUC__].
1098 * include/signal.h (__sigpause): Move declaration above call to
1099 libc_hidden_proto.
1100 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1101 variable.
1102 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1103 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1104
cf7246dd
DM
11052014-11-14 David S. Miller <davem@davemloft.net>
1106
1107 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1108 Define before including <string/memcpy.c> and <string/mempcpy.c>.
1109
c1b0aadc
JM
11102014-11-14 Joseph Myers <joseph@codesourcery.com>
1111
4863355a
JM
1112 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1113 * configure: Regenerated.
1114 * manual/install.texi (Tools for Compilation): Document a
1115 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1116 compiler verified to work.
1117 * INSTALL: Regenerated.
1118
c1b0aadc
JM
1119 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1120 redeclare with asm name.
1121 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1122 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1123 including <string.h>.
1124 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1125 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1126 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1127 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1128 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1129 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1130 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1131
2a1cfd94
JM
11322014-11-13 Joseph Myers <joseph@codesourcery.com>
1133
bf438382
JM
1134 * stdlib/strtol.c (__strtol): Use prototype definition.
1135
2a1cfd94
JM
1136 [BZ #17594]
1137 * stdlib/strtol.c (SYM__): New macro.
1138 (SYM__1): Likewise.
1139 (__strtol): Likewise.
1140 (strtol): Rename to __strtol and define as weak alias of
1141 __strtol. Use libc_hidden_weak.
1142
20ed0d26
SL
11432014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1144
1145 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1146 Use numbered labels in inline assembly.
1147
53244a4e
SL
11482014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1149
1150 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1151 Add setjmp LIBC_PROBE.
1152 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1153 Likewise.
1154 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1155 Add longjmp, longjmp_target LIBC_PROBE.
1156 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1157 Likewise.
1158
47df8251
SL
11592014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1160
1161 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1162 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1163 to get rid of unused variable warning.
1164
618cebef
SL
11652014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1166
1167 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1168 Check for unwind_backtrace == NULL only in SHARED case.
1169 (__backchain_backtrace): Compile only in SHARED case.
1170 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1171 Likewise.
1172 (__backchain_backtrace): Declare as static.
1173
c6aab2cb
RM
11742014-11-12 Roland McGrath <roland@hack.frob.com>
1175
1176 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1177 (__libc_multiple_threads_ptr): Variable moved ...
1178 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1179
5a6fa4d7
JM
11802014-11-12 Joseph Myers <joseph@codesourcery.com>
1181
24f4f825
JM
1182 * conform/GlibcConform.pm: New file.
1183 * conform/conformtest.pl: Use GlibcConform module.
1184 * conform/linknamespace.pl: New file.
1185 * conform/list-header-symbols.pl: Likewise.
1186 * conform/Makefile (linknamespace-symlists-base): New variable.
1187 (linknamespace-symlists-tests): Likewise.
1188 (linknamespace-header-base): Likewise.
1189 (linknamespace-header-tests): Likewise.
1190 (tests-special): Add new tests.
1191 ($(linknamespace-symlists-tests)): New rule.
1192 (linknamespace-libs): New variable.
1193 ($(objpfx)symlist-stdlibs): New rule.
1194 ($(linknamespace-header-tests)): Likewise.
1195 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1196 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1197 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1198 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1199 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1200 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1201 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1202 (test-xfail-ISO/math.h/linknamespace): Likewise.
1203 (test-xfail-ISO/signal.h/linknamespace): Likewise.
1204 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1205 (test-xfail-ISO/time.h/linknamespace): Likewise.
1206 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1207 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1208 (test-xfail-ISO99/math.h/linknamespace): Likewise.
1209 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1210 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1211 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1212 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1213 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1214 (test-xfail-ISO11/math.h/linknamespace): Likewise.
1215 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1216 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1217 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1218 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1219 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1220 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1221 (test-xfail-XPG3/math.h/linknamespace): Likewise.
1222 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1223 (test-xfail-XPG3/search.h/linknamespace): Likewise.
1224 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1225 (test-xfail-XPG3/time.h/linknamespace): Likewise.
1226 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1227 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1228 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1229 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1230 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1231 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1232 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1233 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1234 (test-xfail-XPG4/math.h/linknamespace): Likewise.
1235 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1236 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1237 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1238 (test-xfail-XPG4/search.h/linknamespace): Likewise.
1239 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1240 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1241 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1242 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1243 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1244 (test-xfail-XPG4/time.h/linknamespace): Likewise.
1245 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1246 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1247 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1248 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1249 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1250 (test-xfail-POSIX/math.h/linknamespace): Likewise.
1251 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1252 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1253 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1254 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1255 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1256 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1257 (test-xfail-POSIX/time.h/linknamespace): Likewise.
1258 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1259 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1260 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1261 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1262 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1263 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1264 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1265 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1266 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1267 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1268 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1269 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1270 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1271 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1272 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1273 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1274 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1275 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1276 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1277 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1278 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1279 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1280 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1281 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1282 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1283 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1284 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1285 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1286 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1287 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1288 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1289 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1290 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1291 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1292 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1293 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1294 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1295 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1296 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1297 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1298 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1299 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1300 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1301 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1302 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1303 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1304 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1305 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1306 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1307 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1308 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1309 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1310 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1311 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1312 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1313 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1314 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1315 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1316 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1317 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1318 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1319 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1320 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1321 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1322 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1323 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1324 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1325 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1326 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1327 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1328 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1329 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1330 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1331 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1332 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1333 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1334 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1335 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1336 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1337 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1338 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1339 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1340 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1341 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1342 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1343 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1344 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1345 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1346 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1347 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1348 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1349 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1350 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1351 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1352 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1353 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1354 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1355 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1356
cc67478e
JM
1357 [BZ #17589]
1358 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1359 of fgets_unlocked.
1360
9975e3d3
JM
1361 [BZ #17585]
1362 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1363 (memmem): Rename to __memmem and define as weak alias of
1364 __memmem. Use libc_hidden_weak.
1365 (__memmem): Use libc_hidden_def.
1366 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
1367 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1368 memmem.
1369
c4eae752
JM
1370 [BZ #17582]
1371 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1372 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
1373 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1374 and define as weak alias of __fgets_unlocked. Use
1375 libc_hidden_weak.
1376 (__fgets_unlocked): Use libc_hidden_def.
1377 * include/stdio.h (__fgets_unlocked): Declare. Use
1378 libc_hidden_proto.
1379 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1380 __fgets_unlocked instead of fgets_unlocked.
1381 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1382 (GET_NPROCS_CONF_PARSER): Likewise.
1383 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1384 (GET_NPROCS_CONF_PARSER): Likewise.
1385
01cad84e
JM
1386 [BZ #17574]
1387 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1388 weak alias of __wmemset. Use libc_hidden_weak.
1389 (__wmemset): Use libc_hidden_def.
1390 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
1391 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1392 of wmemset.
1393
939da411
JM
1394 [BZ #17573]
1395 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1396 with asm name __mempcpy.
1397 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1398
293d9a41
JM
1399 [BZ #17572]
1400 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1401 and define as weak alias of __rawmemchr.
1402 (__rawmemchr): Do not define as strong alias of rawmemchr.
1403
bef8fd60
JM
1404 [BZ #17571]
1405 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1406 alias of __qsort_r.
1407 (qsort): Call __qsort_r instead of qsort_r.
1408 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1409 (__qsort_r): Declare. Call libc_hidden_proto.
1410 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1411 instead of qsort_r.
1412 * nscd/gai.c (__qsort_r): Define to qsort_r.
1413 * posix/tst-rfc3484.c (__qsort_r): Likewise.
1414 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1415 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1416
c52ff39e
JM
1417 [BZ #17570]
1418 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1419 define as weak alias of __malloc_info.
1420
2f5c1b00
JM
1421 [BZ #17584]
1422 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1423 as weak alias of __rewinddir. Don't use libc_hidden_def.
1424 (__rewinddir): Use libc_hidden_def.
1425 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1426 as weak alias of __rewinddir. Don't use libc_hidden_def.
1427 (__rewinddir): Use libc_hidden_def.
1428 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1429 weak alias of __rewinddir. Don't use libc_hidden_def.
1430 (__rewinddir): Use libc_hidden_def.
1431 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1432 (__rewinddir): Use libc_hidden_proto.
1433 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1434 rewinddir.
1435 (__getcwd): Use __rewinddir instead of rewinddir.
1436
5a6fa4d7
JM
1437 [BZ #17583]
1438 * libio/fileno.c (fileno): Rename to __fileno and define as weak
1439 alias of __fileno. Use libc_hidden_weak.
1440 (__fileno): Use libc_hidden_def.
1441 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1442 * libio/ftello.c (ftello): Rename to __ftello and define as weak
1443 alias of __ftello.
1444 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1445 __ftello.
1446 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1447 (__fread_unlocked): Define as strong alias of _IO_fread. Use
1448 libc_hidden_def.
1449 (fread_unlocked): Don't use libc_hidden_ver.
1450 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1451 and define as weak alias of __fread_unlocked. Don't use
1452 libc_hidden_def.
1453 (__fread_unlocked): Use libc_hidden_def.
1454 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
1455 (ftello): Don't use libc_hidden_proto.
1456 (__ftello): Declare. Use libc_hidden_proto.
1457 (fread_unlocked): Don't use libc_hidden_proto.
1458 (__fread_unlocked): Declare. Use libc_hidden_proto.
1459 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1460 and __ftello instead of fileno, fread_unlocked and ftello.
1461
2581b98e
SP
14622012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
1463
1464 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1465 GOT12.
1466 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1467 Likewise.
1468 (_dl_start_user): Likewise.
1469 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1470
533bb7c2
SP
14712014-11-12 Carlos O'Donell <carlos@redhat.com>
1472 Siddhesh Poyarekar <siddhesh@redhat.com>
1473
1474 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1475 Move argv and envp down instead of moving argc up.
1476 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1477
fffa1cf8
LH
14782014-11-12 Leonhard Holz <leonhard.holz@web.de>
1479
1480 [BZ #17506]
1481 * test-skeleton.c (main): Return successful if one of
1482 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1483 * string/tst-strcoll-overflow.c: Define expected status.
1484
fb89b46d
TU
14852014-11-12 Tatiana Udalova <t.udalova@samsung.com>
1486
1487 [BZ #17475]
1488 * locale/iso-639.def: Define Bhili and Tulu language codes.
1489
5c40c3ba
AH
14902014-11-11 Alan Hayward <alan.hayward@arm.com>
1491
1492 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1493
b17fe01b 14942014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
1495
1496 [BZ #17555]
1497 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
1498
bd805071
AS
14992014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
1500
1501 * configure.ac: Updated check of minimal required version to
1502 2.22.
1503 * manual/install.texi (Tools for Compilation): Updated version
1504 number.
1505 * configure: Regenerated.
1506 * INSTALL: Likewise.
1507
1400983e
AS
15082014-11-07 Andreas Schwab <schwab@linux-m68k.org>
1509
1510 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
1511 __tls_get_addr.
1512
2c46a66a
JM
15132014-11-07 Joseph Myers <joseph@codesourcery.com>
1514
1515 * include/sys/wait.h (__libc_waitpid): Remove declaration.
1516 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
1517 (__waitpid): Don't define as alias. Use libc_hidden_def not
1518 libc_hidden_weak.
1519 (waitpid): Define as alias of __waitpid.
1520 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
1521 __waitpid.
1522 (__waitpid): Don't define as alias. Use libc_hidden_def not
1523 libc_hidden_weak.
1524 (waitpid): Define as alias of __waitpid.
1525 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
1526 __libc_waitpid alias.
1527 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
1528 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
1529 Likewise.
1530 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
1531 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
1532 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
1533 alias.
1534 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
1535 __waitpid.
1536 (__waitpid): Don't define as alias. Use libc_hidden_def not
1537 libc_hidden_weak.
1538 (waitpid): Define as alias of __waitpid.
1539
da53d6db
CD
15402014-11-06 Carlos O'Donell <carlos@redhat.com>
1541
a2887bdb
CD
1542 * manual/llio.texi: Add comment that write safety has been
1543 fixed in Linux.
1544
da53d6db
CD
1545 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
1546 (localplt-build-dso): Add elf/ld.so.
1547 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
1548 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
1549 and free for ld.so.
1550 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
1551 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
1552 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
1553 Likewise.
1554 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1555 Likewise.
1556 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
1557 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
1558 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
1559 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
1560 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1561 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
1562 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
1563 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
1564 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1565 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
1566 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1567
9cf27b8d
JM
15682014-11-05 Joseph Myers <joseph@codesourcery.com>
1569
1570 [BZ #14132]
1571 * include/libc-symbols.h (INTUSE): Remove macro.
1572 (INTDEF): Likewise.
1573 (INTVARDEF): Likewise.
1574 (_INTVARDEF): Likewise.
1575 (INTDEF2): Likewise.
1576 (INTVARDEF2): Likewise.
1577 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
1578 rtld_hidden_def instead of INTVARDEF.
1579 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
1580 (_dl_starting_up_internal): Remove declaration.
1581 (_dl_starting_up): Use rtld_hidden_proto.
1582 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
1583 declaration.
1584 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
1585 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
1586 _dl_starting_up.
1587 * elf/dl-writev.h (_dl_writev): Likewise.
1588 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
1589 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
1590 _dl_starting_up_internal.
1591
af83568d
AZ
15922014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1593
1594 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
1595 test-skeleton.c.
1596
b01ee67c
WN
15972014-11-05 Will Newton <will.newton@linaro.org>
1598
1599 * benchtests/Makefile: (bench-malloc): Add malloc thread
1600 scalability benchmark.
1601 * benchtests/bench-malloc-threads.c: New file.
1602
be9d4ccc
RE
16032014-11-05 Richard Earnshaw <rearnsha@arm.com>
1604
1605 * sysdeps/aarch64/strchrnul.S: New file.
1606
7110166d
AZ
16072014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1608
1609 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
1610 definition.
1611 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
1612 Likwise.
1613 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
1614 Likewise.
1615 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
1616 Likewise.
1617 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
1618 Likewise.
1619 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
1620 Likewise.
1621
16222014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
1623
1624 * catgets/test-gencat.c: Use test-skeleton.c.
1625 * catgets/tst-catgets.c: Likewise.
1626 * csu/tst-empty.c: Likewise.
1627 * elf/tst-audit2.c: Likewise.
1628 * elf/tst-global1.c: Likewise.
1629 * elf/tst-pathopt.c: Likewise.
1630 * elf/tst-piemod1.c: Likewise.
1631 * elf/tst-tls10.c: Likewise.
1632 * elf/tst-tls11.c: Likewise.
1633 * elf/tst-tls12.c: Likewise.
1634 * gnulib/tst-gcc.c: Likewise.
1635 * iconvdata/tst-e2big.c: Likewise.
1636 * iconvdata/tst-loading.c: Likewise.
1637 * iconv/tst-iconv1.c: Likewise.
1638 * iconv/tst-iconv2.c: Likewise.
1639 * inet/test-inet6_opt.c: Likewise.
1640 * inet/tst-gethnm.c: Likewise.
1641 * inet/tst-network.c: Likewise.
1642 * inet/tst-ntoa.c: Likewise.
1643 * intl/tst-codeset.c: Likewise.
1644 * intl/tst-gettext2.c: Likewise.
1645 * intl/tst-gettext3.c: Likewise.
1646 * intl/tst-ngettext.c: Likewise.
1647 * intl/tst-translit.c: Likewise.
1648 * io/test-stat.c: Likewise.
1649 * libio/test-fmemopen.c: Likewise.
1650 * libio/tst-freopen.c: Likewise.
1651 * libio/tst-sscanf.c: Likewise.
1652 * libio/tst-ungetwc1.c: Likewise.
1653 * libio/tst-ungetwc2.c: Likewise.
1654 * libio/tst-widetext.c: Likewise.
1655 * localedata/tst-ctype.c: Likewise.
1656 * localedata/tst-digits.c: Likewise.
1657 * localedata/tst-leaks.c: Likewise.
1658 * localedata/tst-mbswcs1.c: Likewise.
1659 * localedata/tst-mbswcs2.c: Likewise.
1660 * localedata/tst-mbswcs3.c: Likewise.
1661 * localedata/tst-mbswcs4.c: Likewise.
1662 * localedata/tst-mbswcs5.c: Likewise.
1663 * localedata/tst-setlocale.c: Likewise.
1664 * localedata/tst-trans.c: Likewise.
1665 * localedata/tst-wctype.c: Likewise.
1666 * localedata/tst-xlocale1.c: Likewise.
1667 * login/tst-grantpt.c: Likewise.
1668 * malloc/tst-calloc.c: Likewise.
1669 * malloc/tst-malloc.c: Likewise.
1670 * malloc/tst-mallocstate.c: Likewise.
1671 * malloc/tst-mcheck.c: Likewise.
1672 * malloc/tst-mtrace.c: Likewise.
1673 * malloc/tst-obstack.c: Likewise.
1674 * math/atest-exp2.c: Likewise.
1675 * math/atest-exp.c: Likewise.
1676 * math/atest-sincos.c: Likewise.
1677 * math/test-matherr.c: Likewise.
1678 * math/test-misc.c: Likewise.
1679 * math/test-powl.c: Likewise.
1680 * math/tst-definitions.c: Likewise.
1681 * misc/tst-dirname.c: Likewise.
1682 * misc/tst-efgcvt.c: Likewise.
1683 * misc/tst-fdset.c: Likewise.
1684 * misc/tst-hsearch.c: Likewise.
1685 * misc/tst-mntent2.c: Likewise.
1686 * nptl/tst-sem7.c: Likewise.
1687 * nptl/tst-sem8.c: Likewise.
1688 * nptl/tst-sem9.c: Likewise.
1689 * nss/test-netdb.c: Likewise.
1690 * posix/tst-fnmatch.c: Likewise.
1691 * posix/tst-getlogin.c: Likewise.
1692 * posix/tst-gnuglob.c: Likewise.
1693 * posix/tst-mmap.c: Likewise.
1694 * pwd/tst-getpw.c: Likewise.
1695 * resolv/tst-inet_ntop.c: Likewise.
1696 * rt/tst-timer.c: Likewise.
1697 * stdio-common/test-fseek.c: Likewise.
1698 * stdio-common/test-popen.c: Likewise.
1699 * stdio-common/test-vfprintf.c: Likewise.
1700 * stdio-common/tst-cookie.c: Likewise.
1701 * stdio-common/tst-fileno.c: Likewise.
1702 * stdio-common/tst-gets.c: Likewise.
1703 * stdio-common/tst-obprintf.c: Likewise.
1704 * stdio-common/tst-perror.c: Likewise.
1705 * stdio-common/tst-sprintf2.c: Likewise.
1706 * stdio-common/tst-sprintf3.c: Likewise.
1707 * stdio-common/tst-sprintf.c: Likewise.
1708 * stdio-common/tst-swprintf.c: Likewise.
1709 * stdio-common/tst-tmpnam.c: Likewise.
1710 * stdio-common/tst-unbputc.c: Likewise.
1711 * stdio-common/tst-wc-printf.c: Likewise.
1712 * stdlib/tst-environ.c: Likewise.
1713 * stdlib/tst-fmtmsg.c: Likewise.
1714 * stdlib/tst-limits.c: Likewise.
1715 * stdlib/tst-rand48-2.c: Likewise.
1716 * stdlib/tst-rand48.c: Likewise.
1717 * stdlib/tst-random2.c: Likewise.
1718 * stdlib/tst-random.c: Likewise.
1719 * stdlib/tst-strtol.c: Likewise.
1720 * stdlib/tst-strtoll.c: Likewise.
1721 * stdlib/tst-tls-atexit.c: Likewise.
1722 * stdlib/tst-xpg-basename.c: Likewise.
1723 * string/test-ffs.c: Likewise.
1724 * string/tst-bswap.c: Likewise.
1725 * string/tst-inlcall.c: Likewise.
1726 * string/tst-strtok.c: Likewise.
1727 * string/tst-strxfrm.c: Likewise.
1728 * sysdeps/x86_64/tst-audit10.c: Likewise.
1729 * sysdeps/x86_64/tst-audit3.c: Likewise.
1730 * sysdeps/x86_64/tst-audit4.c: Likewise.
1731 * sysdeps/x86_64/tst-audit5.c: Likewise.
1732 * time/tst-ftime_l.c: Likewise.
1733 * time/tst-getdate.c: Likewise.
1734 * time/tst-mktime3.c: Likewise.
1735 * time/tst-mktime.c: Likewise.
1736 * time/tst-posixtz.c: Likewise.
1737 * time/tst-strptime2.c: Likewise.
1738 * time/tst-strptime3.c: Likewise.
1739 * wcsmbs/tst-btowc.c: Likewise.
1740 * wcsmbs/tst-mbrtowc.c: Likewise.
1741 * wcsmbs/tst-mbsrtowcs.c: Likewise.
1742 * wcsmbs/tst-wchar-h.c: Likewise.
1743 * wcsmbs/tst-wcpncpy.c: Likewise.
1744 * wcsmbs/tst-wcrtomb.c: Likewise.
1745 * wcsmbs/tst-wcsnlen.c: Likewise.
1746 * wcsmbs/tst-wcstof.c: Likewise.
1747
2004e7fb
JM
17482014-11-04 Joseph Myers <joseph@codesourcery.com>
1749
ab97ee8f
JM
1750 [BZ #14132]
1751 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
1752 INTDEF.
1753 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
1754 declaration.
1755 (_dl_mcount): Use rtld_hidden_proto.
1756 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
1757 _dl_mcount.
1758 * elf/rtld.c (_rtld_global_ro): Likewise.
1759
c5684fdb
JM
1760 [BZ #14132]
1761 * elf/dl-init.c (_dl_init): Don't use INTDEF.
1762 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
1763 of _dl_init_internal.
1764 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
1765 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
1766 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
1767 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
1768 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
1769 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
1770 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
1771 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
1772 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
1773 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
1774 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
1775 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
1776 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
1777 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
1778 * sysdeps/tile/dl-start.S (_start): Likewise.
1779 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
1780 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
1781
4243cbea
JM
1782 [BZ #14132]
1783 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
1784 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
1785 (rtld_progname): Make macro definition unconditional.
1786 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
1787 INTDEF.
1788 (dlmopen_doit): Do not use INTUSE with _dl_argv.
1789 (dl_main): Likewise.
1790 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
1791 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
1792 instead of _dl_argv_internal.
1793 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
1794 __GI__dl_argv instead of INTUSE(_dl_argv).
1795 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
1796 __GI__dl_argv instead of _dl_argv_internal.
1797
2004e7fb
JM
1798 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
1799 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
1800 macro.
1801 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
1802 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
1803 New macro.
1804 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
1805 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
1806 macro.
1807 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
1808 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
1809
97827bfc
AS
18102014-11-04 Andreas Schwab <schwab@suse.de>
1811
1812 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
1813
5e4df284
AZ
18142014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1815
1816 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
1817 mtvsrd instruction in binary form.
1818
04b76b5a
AS
18192014-11-03 Andreas Schwab <schwab@suse.de>
1820
1821 [BZ #17522]
1822 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
1823 for less than MB_LEN_MAX use a local buffer of that size.
1824 * libio/tst-fputws.c: New file.
1825 * libio/Makefile (tests): Add tst-fputws.
1826
4c6da7da
JM
18272014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
1828
1829 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
1830 the size of the fpu_fr.fpu_dregs[] array.
1831
1679ba8e
JM
18322014-11-01 Joseph Myers <joseph@codesourcery.com>
1833
1834 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
1835 (__nanosleep): Do not define as alias.
1836 (nanosleep): Define as alias of __nanosleep.
1837 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
1838 __libc_nanosleep name.
1839
2626c183
JM
18402014-10-31 Joseph Myers <joseph@codesourcery.com>
1841
1842 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
1843 install.texi in comment.
1844
7f981fc2
TR
18452014-10-31 Torvald Riegel <triegel@redhat.com>
1846
1847 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
1848 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
1849 ... add here and use lwsync or sync ...
1850 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
1851 ... and add here using lwsync.
1852
d6f373d2
MF
18532014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
1854
1855 * elf/dl-machine-reject-phdr.h: New file.
1856 * elf/dl-load.c: #include that.
1857 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
1858 if that returned true.
1859
67c37987
RM
18602014-10-31 Roland McGrath <roland@hack.frob.com>
1861
1862 [BZ #17496]
1863 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
1864 gen-as-const-headers chunk. Add a big scare comment after the last
1865 safe place to touch before-compile.
1866
94a42455 18672014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 1868
f3f5d895
JM
1869 * manual/install.texi (Tools for Compilation): Update autoconf
1870 version requirements.
1871 * INSTALL: Regenerated.
1872
f62ff286
JM
1873 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
1874 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
1875 (__libc_pselect): Likewise.
94a42455
JM
1876
1877 [BZ #14138]
1878 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
1879 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1880 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1881 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1882
ff9dbdc0
TR
18832014-10-31 Torvald Riegel <triegel@redhat.com>
1884
1885 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
1886 correct barrier instruction.
1887 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
1888 Likewise.
1889 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
1890 Likewise.
1891
b4f66884
RM
18922014-10-30 Roland McGrath <roland@hack.frob.com>
1893
1894 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
1895 after defining inlines. Instead, just use parens to defeat macro
1896 expansion of __isctype in its declaration.
1897
e19c95fd
JM
18982014-10-30 Joseph Myers <joseph@codesourcery.com>
1899
1900 * include/sys/uio.h (__libc_readv): Remove declaration.
1901 (__libc_writev): Likewise.
1902 * misc/readv.c (__libc_readv): Rename to __readv.
1903 (__readv): Do not define as alias.
1904 (readv): Define as alias of __readv.
1905 * misc/writev.c (__libc_writev): Rename to __writev.
1906 (__writev): Do not define as alias.
1907 (writev): Define as alias of __writev.
1908 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
1909 (__readv): Do not define as alias.
1910 (readv): Define unconditionally as alias of __readv.
1911 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
1912 (__writev): Do not define as alias.
1913 (writev): Define unconditionally as alias of __writev.
1914 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
1915 name.
1916 (writev): Do not define __libc_writev name.
1917
65b00b6c
RM
19182014-10-30 Roland McGrath <roland@hack.frob.com>
1919
1920 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
1921 (convert_charseq): New function, broken out of ...
1922 (use_from_charmap): ... here. Call it.
1923 (use_to_charmap): Use convert_charseq and free instead of duplicating
1924 its code with a variable-length stack struct.
1925
d4e157aa
JM
19262014-10-30 Joseph Myers <joseph@codesourcery.com>
1927
1928 * include/fcntl.h (__libc_creat): Remove declaration.
1929 * io/creat.c (__libc_creat): Rename to creat.
1930 (creat): Do not define as alias.
1931 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
1932 of creat instead of __libc_creat.
1933 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
1934 to creat.
1935 (creat): Do not define as alias.
1936 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
1937 __libc_creat.
1938 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
1939 __libc_creat name.
1940 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
1941 Likewise.
1942
0c6891a0
CD
19432014-10-29 Carlos O'Donell <carlos@redhat.com>
1944
1945 * manual/llio.texi: Add comments discussing why write() may be
1946 considered MT-unsafe on Linux.
1947
cc00cece
CD
19482014-10-28 Carlos O'Donell <carlos@redhat.com>
1949
1950 * dl-load.c (local_strdup): Remove.
1951 (expand_dynamic_string_token): Use __strdup.
1952 (decompose_rpath): Likewise.
1953 (_dl_map_object): Likewise.
1954
51e623f2
JM
19552014-10-28 Joseph Myers <joseph@codesourcery.com>
1956
1957 [BZ #14132]
1958 * sysdeps/generic/unwind-dw2-fde.c
1959 (__register_frame_info_bases_internal): Do not declare.
1960 (__register_frame_info_table_bases_internal): Likewise.
1961 (__deregister_frame_info_bases_internal): Likewise.
1962 (__register_frame_info_bases): Declare and use hidden_proto before
1963 definition. Use hidden_def instead of INTDEF.
1964 (__register_frame_info_table_bases): Likewise.
1965 (__deregister_frame_info_bases): Likewise.
1966 (__register_frame_info): Do not use INTUSE.
1967 (__register_frame): Likewise.
1968 (__register_frame_info_table): Likewise.
1969 (__register_frame_table): Likewise.
1970 (__deregister_frame_info): Likewise.
1971 (__deregister_frame): Likewise.
1972
03d41216
GC
19732014-10-27 Gratian Crisan <gratian.crisan@ni.com>
1974
1975 * sysdeps/unix/sysv/linux/arm/kernel-features.h
1976 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
1977 not undefine.
1978 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
1979 Likewise.
1980 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
1981 Likewise.
1982
a4b3624d
JM
19832014-10-27 Joseph Myers <joseph@codesourcery.com>
1984
1985 [BZ #14138]
1986 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
1987 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
1988 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
1989 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
1990 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
1991 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
1992 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
1993 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
1994 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
1995 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
1996 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
1997 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
1998 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
1999 syscall.
2000 (setfsuid): Likewise.
2001 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2002 (setfsuid): Likewise.
2003 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2004 (setfsuid): Likewise.
2005 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2006 Likewise.
2007 (setfsuid): Likewise.
2008 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2009 (setfsuid): Likewise.
2010 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2011 Likewise.
2012 (setfsuid): Likewise.
2013
3574f2fd
AS
20142014-10-27 Andreas Schwab <schwab@suse.de>
2015
2016 [BZ #17501]
2017 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2018 check for Slow_SSE4_2 feature bit.
2019 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2020 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2021 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2022 Likewise. Fix check for Fast_Unaligned_Load feature bit.
2023
70996a37
RM
20242014-10-24 Roland McGrath <roland@hack.frob.com>
2025
461a7b1e
RM
2026 * configure.ac: Validate compiler version with a empirical test of
2027 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2028 $CC -v output.
2029 * configure: Regenerated.
2030
70996a37
RM
2031 * inet/htons.c (htons): Prototypify.
2032 * inet/htonl.c (htonl): Likewise.
2033
e80514b5
WD
20342014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2035
2036 * string/strncat.c (strncat): Improve performance by using strlen.
2037
6e46de42
WD
20382014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2039
2040 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2041
6a9ad2fa
WD
20422014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2043
2044 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2045 Call libc_fetestexcept_aarch64.
2046
1c8810ed
WD
20472014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2048
2049 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2050 Call libc_feholdexcept_aarch64.
2051
8b1af712
WD
20522014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2053
2054 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2055 Call get_rounding_mode.
2056
a7b00c11
WD
20572014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2058
2059 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2060 Simplify logic.
2061
3a84f1a6
WD
20622014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2063
2064 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2065 Simplify logic.
2066
48eb7a94
JM
20672014-10-24 Joseph Myers <joseph@codesourcery.com>
2068
c8bc4038
JM
2069 [BZ #14138]
2070 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2071 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2072 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2073 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2074 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2075 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2076 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2077 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2078 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2079 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2080 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2081 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2082 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2083 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2084 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2085 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2086 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2087 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2088 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2089 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2090 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2091 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2092 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2093 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2094 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2095 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2096 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2097 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2098 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2099 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2100 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2101 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2102 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2103 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2104 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2105 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2106 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2107 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2108 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2109 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2110 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2111 syscall.
2112 (geteuid): Likewise.
2113 (getgid): Likewise.
2114 (getuid): Likewise.
2115 (getresgid): Likewise.
2116 (getresuid): Likewise.
2117 (getgroups): Likewise.
2118 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2119 (geteuid): Likewise.
2120 (getgid): Likewise.
2121 (getuid): Likewise.
2122 (getresgid): Likewise.
2123 (getresuid): Likewise.
2124 (getgroups): Likewise.
2125 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2126 (geteuid): Likewise.
2127 (getgid): Likewise.
2128 (getuid): Likewise.
2129 (getresgid): Likewise.
2130 (getresuid): Likewise.
2131 (getgroups): Likewise.
2132 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2133 Likewise.
2134 (geteuid): Likewise.
2135 (getgid): Likewise.
2136 (getuid): Likewise.
2137 (getresgid): Likewise.
2138 (getresuid): Likewise.
2139 (getgroups): Likewise.
2140 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2141 (geteuid): Likewise.
2142 (getgid): Likewise.
2143 (getuid): Likewise.
2144 (getresgid): Likewise.
2145 (getresuid): Likewise.
2146 (getgroups): Likewise.
2147 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2148 Likewise.
2149 (geteuid): Likewise.
2150 (getgid): Likewise.
2151 (getuid): Likewise.
2152 (getgroups): Likewise.
2153
48eb7a94
JM
2154 [BZ #14138]
2155 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2156 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2157 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2158 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2159 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2160 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2161 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2162 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2163 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2164 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2165 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2166 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2167 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2168 __chown.
2169 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2170 (lchown): Likewise.
2171 (fchown): Likewise.
2172 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2173 Likewise.
2174 (lchown): Likewise.
2175 (fchown): Likewise.
2176 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2177 (lchown): Likewise.
2178 (fchown): Likewise.
2179 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2180 Likewise.
2181 (lchown): Likewise.
2182 (fchown): Likewise.
2183
ea9a7c8b
WD
21842014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2185
2186 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2187 Simplify logic.
2188
e226de33
WD
21892014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2190
2191 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2192 Cleanup logic.
2193
6e3d8ed3
WD
21942014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2195
2196 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2197 Remove unused include.
2198
eb04247d
WD
21992014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2200
2201 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2202 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2203 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2204 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2205
13d84554
CD
22062014-10-23 Carlos O'Donell <carlos@systemhalted.org>
2207 Helge Deller <deller@gmx.de>
2208
2209 [BZ #17508]
2210 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2211 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2212 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2213
15f9c5df
JM
22142014-10-23 Joseph Myers <joseph@codesourcery.com>
2215
2216 [BZ #14132]
2217 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2218 Remove macro definition.
2219 (__ashrdi3_v_glibc20): Likewise.
2220 (__lshrdi3_v_glibc20): Likewise.
2221 (__cmpdi2_v_glibc20): Likewise.
2222 (__ucmpdi2_v_glibc20): Likewise.
2223 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2224 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2225 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2226 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2227 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2228 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2229
c6dfed24
RM
22302014-10-22 Roland McGrath <roland@hack.frob.com>
2231
2232 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2233 old GNU extension [0] syntax.
2234 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2235 alloca rather than an array member with variable length.
2236 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2237 * nscd/nscd.c (invalidate_db): New function, broken out of ...
2238 (parse_opt): ... here. Likewise use alloca there.
2239 Validate the -i argument before checking for rootness.
2240 (send_shutdown): New function, broken out of ...
2241 (parse_opt): ... here.
2242
8c2b1ed8
RM
22432014-10-22 Roland McGrath <roland@hack.frob.com>
2244
2245 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2246 macro to get at the _rt_local_ro field.
2247 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2248 ([PIC] case) or _dl_hwcap ([!PIC] case).
2249 * sysdeps/arm/setjmp.S: Likewise.
2250
2251 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2252 * sysdeps/arm/configure.ac: New check to define it.
2253 * sysdeps/arm/configure: Regenerated.
2254 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2255 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2256 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2257 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2258 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2259 Use move/movt pair instead of a load.
2260 (LDST_GLOBAL): Macro removed.
2261 (LDR_GLOBAL): New macro replaces it.
2262 (LDR_HIDDEN): New macro.
2263 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2264 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2265
2266 * setjmp/tst-setjmp-static.c: New file.
2267 * setjmp/Makefile (tests): Add it.
2268 (tests-static): New variable.
2269
b5af9297
MR
22702014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
2271
2272 [BZ #17485]
2273 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2274
a13d0d74
JM
22752014-10-21 Joseph Myers <joseph@codesourcery.com>
2276
2277 [BZ #14132]
2278 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2279
f05e73f6
RM
22802014-10-21 Roland McGrath <roland@hack.frob.com>
2281
2282 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2283
6ab1d1ea
RM
22842014-10-20 Roland McGrath <roland@hack.frob.com>
2285
2286 * io/fts.c (dirent_not_directory): New function.
2287 (fts_build): Call it.
2288
ab49e763
RM
22892014-10-20 Roland McGrath <roland@hack.frob.com>
2290
e436eb79
RM
2291 * nptl/version.c (__nptl_main): Use normal __write rather than
2292 INTERNAL_SYSCALL.
2293 (banner): Update copyright years.
2294
6af246cf
RM
2295 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2296 gettimeofday.
2297 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2298 * nptl/pthread_cond_timedwait.c: Likewise.
2299 * nptl/pthread_mutex_timedlock.c: Likewise.
2300 * nptl/sem_timedwait.c: Likewise.
2301
ab49e763
RM
2302 * sysdeps/nptl/bits/libc-lock.h
2303 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2304 (__libc_lock_init_recursive): Return void, not 0.
2305 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2306 (__libc_rwlock_init): Likewise.
2307 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2308
f50277c1
TR
23092014-10-20 Torvald Riegel <triegel@redhat.com>
2310
2311 [BZ #15215]
2312 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2313 (__pthread_once_slow): ... here.
2314 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2315 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2316
63668b70
TR
23172014-10-20 Torvald Riegel <triegel@redhat.com>
2318
2319 [BZ #15215]
2320 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2321 __PTHREAD_ONCE_FORK_GEN_INCR): New.
2322 * sysdeps/nptl/fork.c (__libc_fork): Use them.
2323 * nptl/pthread_once.c (__pthread_once): Likewise.
2324 Update comments.
2325
42b7f5d4
JM
23262014-10-20 Joseph Myers <joseph@codesourcery.com>
2327
2328 [BZ #14138]
2329 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2330 name.
2331 (writev): Use __libc_writev as strong name.
2332 * sysdeps/unix/sysv/linux/readv.c: Remove file.
2333 * sysdeps/unix/sysv/linux/writev.c: Likewise.
2334
b0643088
RM
23352014-10-17 Roland McGrath <roland@hack.frob.com>
2336
114c4e09
RM
2337 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2338
674b8978
RM
2339 * sysdeps/i386/nptl/tls.h
2340 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2341 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2342 New macros.
2343 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2344 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2345 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2346 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2347 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2348 Call CHECK_THREAD_SYSINFO instead of doing an assert.
2349
184ee940
RM
2350 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2351 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2352 on [__NR_futex].
2353 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2354 broken out of ...
2355 (__pthread_mutex_init): ... here. Call it.
2356 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2357 Conditionalize PI cases on [__NR_futex].
2358 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2359 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2360 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2361
327ae257
RM
2362 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2363 conditional on [SIGSETXID].
2364 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2365 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2366 is defined. Likewise for SIGSETXID.
2367 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2368 Conditionalize definitions on [SIGSETXID].
2369 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2370 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2371 unblocking on [SIGCANCEL].
2372
b0643088
RM
2373 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2374 [__NR_set_robust_list].
2375
33cc770b
SP
23762014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2377
2378 * string/strcoll_l.c (get_next_seq): Fix up formatting.
2379 (do_compare): Likewise.
2380
0742aef6
LH
23812014-10-17 Leonhard Holz <leonhard.holz@web.de>
2382
2383 [BZ #15884]
2384 * string/strcoll_l.c: Don't include stdio.h.
2385 (coll_seq): Remove members idxarr and rulearr.
2386 (get_next_seq_cached): Remove function.
2387 (get_next_seq): Likewise.
2388 (get_next_seq_nocache): Rename to get_next_seq.
2389 (do_compare): Remove function.
2390 (do_compare_nocache): Rename to do_compare.
2391 (STRCOLL): Remove weight and rules cache.
2392
ee54ce44
RM
23932014-10-16 Roland McGrath <roland@hack.frob.com>
2394
2395 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2396 * sysdeps/arm/sfp-machine.h: ... to here.
2397 * sysdeps/arm/Implies: Remove arm/soft-fp.
2398
a75d3b02
JM
23992014-10-14 Joseph Myers <joseph@codesourcery.com>
2400
2401 * conform/data/sys/utsname.h-data (*_t): Allow.
2402 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2403 [POSIX] (WEXITED): Do not expect constant.
2404 [POSIX] (WSTOPPED): Likewise.
2405 [POSIX] (WNOHANG): Likewise.
2406 [POSIX] (WNOWAIT): Likewise.
2407 [POSIX] (siginfo_t): Do not expect type or elements.
2408 [POSIX] (pid_t): Do not expect type.
2409 [POSIX] (signal.h): Do not allow header.
2410 [POSIX] (sys/resource.h): Likewise.
2411 [POSIX] (si_*): Do not allow pattern.
2412 [POSIX] (W*): Likewise.
2413 [POSIX] (P_*): Likewise.
2414 [POSIX] (BUS_*): Likewise.
2415 [POSIX] (CLD_*): Likewise.
2416 [POSIX] (FPE_*): Likewise.
2417 [POSIX] (ILL_*): Likewise.
2418 [POSIX] (POLL_*): Likewise.
2419 [POSIX] (SEGV_*): Likewise.
2420 [POSIX] (SI_*): Likewise.
2421 [POSIX] (TRAP_*): Likewise.
2422 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2423 variable.
2424
fda389c8
SP
24252014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2426
2427 [BZ #12926]
2428 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2429 infinite loop when __recvmsg returns 0.
2430
6bc6bd3b
JM
24312014-10-10 Joseph Myers <joseph@codesourcery.com>
2432
fcb32af1
JM
2433 * CANCEL-FCT-WAIVE: Remove file.
2434 * CANCEL-FILE-WAIVE: Likewise.
2435
6bc6bd3b
JM
2436 [BZ #14132]
2437 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2438 instead of INTVARDEF.
2439 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2440 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2441 rtld_hidden_data_def instead of INTVARDEF.
2442 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2443 * elf/dl-deps.c (expand_dst): Likewise.
2444 * elf/dl-load.c (_dl_dst_count): Likewise.
2445 (_dl_dst_substitute): Likewise.
2446 (decompose_rpath): Likewise.
2447 (_dl_init_paths): Likewise.
2448 (open_path): Likewise.
2449 (_dl_map_object): Likewise.
2450 * elf/rtld.c (dl_main): Likewise.
2451 (process_dl_audit): Likewise.
2452 (process_envvars): Likewise.
2453 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2454 Remove declaration.
2455 (__libc_enable_secure): Use rtld_hidden_proto.
2456
b8c80a7e
KS
24572014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
2458
2459 * elf/dl-load.c
2460 (add_path): New function broken out of _dl_rtld_di_serinfo.
2461 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
2462
ff12c11f
JM
24632014-10-09 Joseph Myers <joseph@codesourcery.com>
2464
5c0508a3
JM
2465 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2466 parentheses around macro arguments.
2467 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2468 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2469 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2470 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2471 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2472 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2473 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2474 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2475 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2476 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2477 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2478 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2479 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2480 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2481 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2482 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2483 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2484 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2485 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2486 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2487 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2488 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2489 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2490 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2491 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2492 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2493 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2494 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
2495 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
2496 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
2497 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
2498 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
2499 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
2500 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
2501 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
2502 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
2503 Likewise.
2504 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
2505 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2506 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2507 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
2508 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
2509 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
2510 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
2511 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
2512 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
2513 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
2514 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
2515 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
2516 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
2517 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
2518 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
2519 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2520 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2521 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
2522 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
2523 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
2524 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
2525 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
2526 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
2527 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
2528 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
2529 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
2530 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
2531 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
2532 (_FP_FRAC_SRS_1): Likewise.
2533 (_FP_FRAC_CLZ_1): Likewise.
2534 (_FP_MUL_MEAT_1_imm): Likewise.
2535 (_FP_MUL_MEAT_1_wide): Likewise.
2536 (_FP_MUL_MEAT_1_hard): Likewise.
2537 (_FP_SQRT_MEAT_1): Likewise.
2538 (_FP_FRAC_ASSEMBLE_1): Likewise.
2539 (_FP_FRAC_DISASSEMBLE_1): Likewise.
2540 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
2541 (__FP_CLZ_2): Likewise.
2542 (_FP_MUL_MEAT_2_wide): Likewise.
2543 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2544 (_FP_MUL_MEAT_2_gmp): Likewise.
2545 (_FP_MUL_MEAT_2_120_240_double): Likewise.
2546 (_FP_SQRT_MEAT_2): Likewise.
2547 (_FP_FRAC_ASSEMBLE_2): Likewise.
2548 (_FP_FRAC_DISASSEMBLE_2): Likewise.
2549 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
2550 (_FP_FRAC_CLZ_4): Likewise.
2551 (_FP_MUL_MEAT_4_wide): Likewise.
2552 (_FP_MUL_MEAT_4_gmp): Likewise.
2553 (_FP_SQRT_MEAT_4): Likewise.
2554 (_FP_FRAC_ASSEMBLE_4): Likewise.
2555 (_FP_FRAC_DISASSEMBLE_4): Likewise.
2556 * soft-fp/op-common.h (_FP_CMP): Likewise.
2557 (_FP_CMP_EQ): Likewise.
2558 (_FP_CMP_UNORD): Likewise.
2559 (_FP_TO_INT): Likewise.
2560 (_FP_FROM_INT): Likewise.
2561 [!__FP_CLZ] (__FP_CLZ): Likewise.
2562 (_FP_DIV_HELP_imm): Likewise.
2563 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
2564 Likewise.
2565 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
2566 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
2567 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
2568 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
2569 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
2570 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2571 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2572 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
2573 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
2574 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
2575 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
2576 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
2577 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
2578 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
2579 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
2580 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
2581 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
2582 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
2583 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
2584 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
2585 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
2586 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
2587 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
2588 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2589 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2590 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
2591 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
2592 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
2593 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
2594 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
2595 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
2596 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
2597 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
2598 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
2599 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
2600 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
2601 (FP_UNPACK_RAW_SP): Likewise.
2602 (FP_PACK_RAW_S): Likewise.
2603 (FP_PACK_RAW_SP): Likewise.
2604 (FP_UNPACK_S): Likewise.
2605 (FP_UNPACK_SP): Likewise.
2606 (FP_UNPACK_SEMIRAW_S): Likewise.
2607 (FP_UNPACK_SEMIRAW_SP): Likewise.
2608 (FP_PACK_S): Likewise.
2609 (FP_PACK_SP): Likewise.
2610 (FP_PACK_SEMIRAW_S): Likewise.
2611 (FP_PACK_SEMIRAW_SP): Likewise.
2612 (_FP_SQRT_MEAT_S): Likewise.
2613 (FP_CMP_S): Likewise.
2614 (FP_CMP_EQ_S): Likewise.
2615 (FP_CMP_UNORD_S): Likewise.
2616 (FP_TO_INT_S): Likewise.
2617 (FP_FROM_INT_S): Likewise.
2618
a736ec37
JM
2619 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
2620
ff12c11f
JM
2621 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
2622 (FP_EX_INVALID_IMZ): Likewise.
2623 (FP_EX_INVALID_IMZ_FMA): Likewise.
2624 (FP_EX_INVALID_ISI): Likewise.
2625 (FP_EX_INVALID_ZDZ): Likewise.
2626 (FP_EX_INVALID_IDI): Likewise.
2627 (FP_EX_INVALID_SQRT): Likewise.
2628 (FP_EX_INVALID_CVI): Likewise.
2629 (FP_EX_INVALID_VC): Likewise.
2630 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
2631 "invalid" exceptions.
2632 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
2633 (_FP_ADD_INTERNAL): Likewise.
2634 (_FP_MUL): Likewise.
2635 (_FP_FMA): Likewise.
2636 (_FP_DIV): Likewise.
2637 (_FP_CMP_CHECK_NAN): Likewise.
2638 (_FP_SQRT): Likewise.
2639 (_FP_TO_INT): Likewise.
2640 (FP_EXTEND): Likewise.
2641
b6dcfe8c
AM
26422014-10-09 Allan McRae <allan@archlinux.org>
2643
2644 * po/fr.po: Update French translation from translation project.
2645
2d6a47ba
JM
26462014-10-09 Joseph Myers <joseph@codesourcery.com>
2647
cb831245
JM
2648 [BZ #14132]
2649 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
2650 of INTDEF.
2651 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
2652 (__cxa_atexit): Use libc_hidden_proto.
2653 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
2654
5deeb190
JM
2655 [BZ #14132]
2656 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
2657 declaration.
2658 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
2659 [!_ISOMAC] (__iswspace_l_internal): Likewise.
2660 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
2661 [!_ISOMAC] (__iswctype_internal): Likewise.
2662 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
2663 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
2664 alias.
2665 (fcntl): Remove __fcntl_internal alias.
2666 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
2667 __connect_internal alias.
2668 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
2669 Likewise.
2670
454ac701
JM
2671 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
2672 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
2673 FP_DENORM_ZERO.
2674 (_FP_CHECK_FLUSH_ZERO): New macro.
2675 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
2676 (_FP_CMP): Likewise.
2677 (_FP_CMP_EQ): Likewise.
2678 (_FP_TO_INT): Do not set inexact for subnormal arguments if
2679 FP_DENORM_ZERO.
2680 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
2681 (FP_TRUNC): Likewise.
2682
0022e688
JM
2683 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
2684 treated as invalid conversion, not as normal exponent.
2685
73e28d9c
JM
2686 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
2687 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
2688 (_FP_CMP_EQ): Likewise.
2689 (_FP_CMP_UNORD): Likewise.
2690 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
2691 (FP_CMP_EQ_D): Likewise.
2692 (FP_CMP_UNORD_D): Likewise.
2693 * soft-fp/extended.h (FP_CMP_E): Likewise.
2694 (FP_CMP_EQ_E): Likewise.
2695 (FP_CMP_UNORD_E): Likewise.
2696 * soft-fp/quad.h (FP_CMP_Q): Likewise.
2697 (FP_CMP_EQ_Q): Likewise.
2698 (FP_CMP_UNORD_Q): Likewise.
2699 * soft-fp/single.h (FP_CMP_S): Likewise.
2700 (FP_CMP_EQ_S): Likewise.
2701 (FP_CMP_UNORD_S): Likewise.
2702 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
2703 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
2704 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
2705 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
2706 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
2707 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
2708 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
2709 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
2710 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
2711 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
2712 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
2713 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
2714 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
2715 to FP_CMP_Q.
2716 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
2717 FP_CMP_Q.
2718 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
2719 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
2720 FP_CMP_EQ_Q.
2721 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
2722 FP_CMP_Q.
2723 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
2724 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
2725 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
2726 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
2727 FP_CMP_EQ_Q.
2728 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
2729 FP_CMP_Q.
2730 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
2731 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
2732 FP_CMP_EQ_Q.
2733 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
2734 FP_CMP_Q.
2735 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
2736 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
2737 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
2738 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
2739 FP_CMP_EQ_Q.
2740
43059f42
JM
2741 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
2742 a subnormal result, set the underflow exception if trapping on
2743 underflow is enabled.
2744 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
2745 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
2746 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
2747 redefine to 0.
2748 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
2749 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
2750 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
2751 * soft-fp/extendxftf2.c (__extendxftf2): Use
2752 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
2753
2d6a47ba
JM
2754 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
2755 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
2756 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2757 FP_HANDLE_EXCEPTIONS.
2758 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
2759 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2760 FP_HANDLE_EXCEPTIONS.
2761 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
2762 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2763 FP_HANDLE_EXCEPTIONS.
2764 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
2765 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2766 FP_HANDLE_EXCEPTIONS.
2767
620f462e
JM
27682014-10-08 Joseph Myers <joseph@codesourcery.com>
2769
2770 [BZ #14132]
2771 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
2772 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
2773 use INTUSE.
2774 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
2775 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
2776 Remove alias.
2777 (__adjtimex): Define using libc_hidden_ver.
2778 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
2779 Remove declaration.
2780 (ntp_gettime): Call __adjtimex directly.
2781 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
2782 Remove declaration.
2783 (ntp_gettimex): Call __adjtimex directly.
2784 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
2785 __adjtimex_internal alias.
2786
c763c5d2
RM
27872014-10-08 Roland McGrath <roland@hack.frob.com>
2788
2789 [BZ #17460]
2790 * nscd/nscd.c (more_help): Rewrite list of tables collection
2791 using xstrdup and asprintf.
2792
2793 * nscd/nscd_conf.c: Remove local xstrdup declaration.
2794
7b8fb2b8
RM
27952014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
2796 Roland McGrath <roland@hack.frob.com>
2797
2798 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
2799 (do_lookup_unique): ... local function 'enter' here; update callers.
2800
abb280f7
JM
28012014-10-06 Joseph Myers <joseph@codesourcery.com>
2802
f7b42517
JM
2803 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
2804 compat_symbol calls on [SHARED].
2805 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
2806 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
2807 Remove.
2808 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2809 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
2810 (oldsetrlimit): Remove.
2811 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2812 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
2813 (lchown): New syscall entry.
2814 (oldsetrlimit): Remove.
2815 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2816 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
2817 (oldsetrlimit): Remove.
2818 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2819
abb280f7
JM
2820 [BZ #14138]
2821 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
2822 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
2823 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
2824 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
2825 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2826 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
2827 (fchown): Likewise.
2828 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
2829 (fchown): Likewise.
2830 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
2831 Likewise.
2832
47d46237
AZ
28332014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2834
2835 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
2836 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
2837 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
2838 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
2839 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
2840 Likewise.
2841 (__old_sem_post): Likewise.
2842
28432014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 2844
845a7343
CM
2845 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
2846 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
2847 HAVE_CLOCK_GETTIME_VSYSCALL macros.
2848 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
2849 Use INLINE_VSYSCALL macro.
2850 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
2851 __vdso_clock_gettime.
2852 * sysdeps/unix/sysv/linux/tile/init-first.c
2853 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
2854 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
2855 __vdso_clock_gettime.
2856
83d641ef
CM
2857 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
2858 to set up frame more cleanly.
2859
d9cd52e6
CM
2860 * sysdeps/tile/memcmp.c: New file.
2861
4b68ea11
CM
2862 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
2863
c86f7b80
CM
2864 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
2865 * sysdeps/tile/tilegx/strcasestr.c: New file.
2866 * sysdeps/tile/tilegx/strnlen.c: New file.
2867 * sysdeps/tile/tilegx/strstr.c: New file.
2868
1c4c1a6f
CM
2869 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
2870
99d86ea3
AS
28712014-10-06 Arjun Shankar <arjun.is@lostca.se>
2872
2873 * nptl/tst-setuid3.c: Write errors to stdout.
2874
06210a44
KS
28752014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
2876
2877 * elf/dl-deps.c
2878 (preload): New functions broken out of _dl_map_object_deps.
2879 (_dl_map_object_deps): Remove a nested function. Update call sites.
2880
6268f532
JM
28812014-10-01 Joseph Myers <joseph@codesourcery.com>
2882
2883 [BZ #14138]
2884 * sysdeps/unix/sysv/linux/execve.c: Remove file.
2885 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
2886
b925285f
SE
28872014-10-01 Steve Ellcey <sellcey@mips.com>
2888
2889 * sysdeps/mips/strcmp.S: New.
2890
754a15c6
JM
28912014-09-30 Joseph Myers <joseph@codesourcery.com>
2892
2893 [BZ #14138]
2894 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
2895 (linkat): Likewise.
2896 (mkdirat): Likewise.
2897 (readlinkat): Likewise.
2898 (renameat): Likewise.
2899 (symlinkat): Likewise.
2900 (unlinkat): Likewise.
2901 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
2902 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
2903 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
2904 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
2905 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
2906 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
2907 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
2908
85bb81c9
WN
29092014-09-30 Will Newton <will.newton@linaro.org>
2910
dc6fe23b
WN
2911 * math/math.h: Define long double math functions if
2912 _LIBC_TEST is defined.
2913 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
2914
85bb81c9
WN
2915 * localedata/Makefile: Move assignment to tests-special
2916 into an ifdef testing run-built-tests.
2917 * timezone/Makefile: Likewise.
2918
b7e02da4
JM
29192014-09-29 Joseph Myers <joseph@codesourcery.com>
2920
2921 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
2922 with $(BASH) not $(SHELL).
2923
62058ce6
CD
29242014-09-29 Carlos O'Donell <carlos@redhat.com>
2925 Matthew LeGendre <legendre1@llnl.gov>
2926
2927 [BZ #17411]
2928 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
2929 l_reloc_result.
2930
8e257a29
KS
29312014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
2932
2933 * stdio-common/printf_fp.c
2934 (hack_digit): New function, broken out of ...
2935 (__printf_fp): ... local function here. Update call sites.
2936 hack_digit now takes an additional parameter that is a pointer
2937 to a struct of the referenced locals. Those locals moved inside
2938 the struct and references updated.
2939
f4a58f0d
L
29402014-09-29 H.J. Lu <hongjiu.lu@intel.com>
2941
2942 * aclocal.m4: Require autoconf 2.69.
2943 * configure: Regenerated.
2944 * sysdeps/aarch64/configure: Likewise.
2945 * sysdeps/alpha/configure: Likewise.
2946 * sysdeps/arm/armv7/configure: Likewise.
2947 * sysdeps/arm/configure: Likewise.
2948 * sysdeps/ia64/configure: Likewise.
2949 * sysdeps/mach/configure: Likewise.
2950 * sysdeps/mips/configure: Likewise.
2951 * sysdeps/s390/configure: Likewise.
2952 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
2953 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
2954
2955 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
2956 file.
2957 * sysdeps/ia64/configure.ac: Likewise.
2958
93ae1eba
JM
29592014-09-26 Joseph Myers <joseph@codesourcery.com>
2960
1810d3ab
JM
2961 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
2962 specify symbol version for ld.so. Do not include entry for
2963 libpthread.
2964 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
2965 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
2966 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
2967
93ae1eba
JM
2968 [BZ #14171]
2969 * Makeconfig [$(build-shared) = yes]
2970 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
2971 makefiles.
2972 [$(build-shared) = yes && $(soversions.mk-done) = t]
2973 ($(common-objpfx)gnu/lib-names.h): Remove rule.
2974 [$(build-shared) = yes && $(soversions.mk-done) = t]
2975 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
2976 to Makerules.
2977 [$(build-shared) = yes && $(soversions.mk-done) = t]
2978 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
2979 here.
2980 [$(build-shared) = yes && $(soversions.mk-done) = t]
2981 (common-generated): Don't append gnu/lib-names.h and
2982 gnu/lib-names.stmp here.
2983 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
2984 (lib-names-h-abi): New variable.
2985 [$(build-shared) = yes && $(soversions.mk-done) = t]
2986 (lib-names-stmp-abi): Likewise.
2987 [$(build-shared) = yes && $(soversions.mk-done) = t &&
2988 abi-variants] (before-compile): Append
2989 $(common-objpfx)$(lib-names-h-abi).
2990 [$(build-shared) = yes && $(soversions.mk-done) = t &&
2991 abi-variants] (common-generated): Append gnu/lib-names.h.
2992 [$(build-shared) = yes && $(soversions.mk-done) = t &&
2993 abi-variants] (install-others-nosubdir): Depend on
2994 $(inst_includedir)/$(lib-names-h-abi).
2995 [$(build-shared) = yes && $(soversions.mk-done) = t &&
2996 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
2997 [$(build-shared) = yes && $(soversions.mk-done) = t]
2998 ($(common-objpfx)$(lib-names-h-abi)): New rule.
2999 [$(build-shared) = yes && $(soversions.mk-done) = t]
3000 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3001 [$(build-shared) = yes && $(soversions.mk-done) = t]
3002 (common-generated): Append $(lib-names-h-abi) and
3003 $(lib-names-stmp-abi).
3004 * scripts/lib-names.awk: Do not handle multi being set.
3005 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3006 Remove variable.
3007 (abi-lp64_be-ld-soname): Likewise.
3008 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3009 Likewise.
3010 (abi-hard-ld-soname): Likewise.
3011 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3012 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3013 Remove variable.
3014 (abi-o32_hard-ld-soname): Likewise.
3015 (abi-o32_soft_2008-ld-soname): Likewise.
3016 (abi-o32_hard_2008-ld-soname): Likewise.
3017 (abi-n32_soft-ld-soname): Likewise.
3018 (abi-n32_hard-ld-soname): Likewise.
3019 (abi-n32_soft_2008-ld-soname): Likewise.
3020 (abi-n32_hard_2008-ld-soname): Likewise.
3021 (abi-n64_soft-ld-soname): Likewise.
3022 (abi-n64_hard-ld-soname): Likewise.
3023 (abi-n64_soft_2008-ld-soname): Likewise.
3024 (abi-n64_hard_2008-ld-soname): Likewise.
3025 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3026 Likewise.
3027 (abi-64-v2-ld-soname): Likewise.
3028 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3029 ld.so entries.
3030 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3031 variable.
3032 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3033 entry.
3034 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3035 variable.
3036 (abi-64-ld-soname): Likewise.
3037 (abi-x32-ld-soname): Likewise.
3038 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3039 entry.
3040 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3041
68870f12
JM
30422014-09-23 Joseph Myers <joseph@codesourcery.com>
3043
3044 [BZ #14138]
3045 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3046 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3047 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3048 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3049 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3050 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3051 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3052 syscall entry for GLIBC_2.2 symbol version.
3053 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3054 Likewise.
3055 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3056 (setrlimit): Likewise.
3057 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3058 Likewise.
3059
ea58f202
WN
30602014-09-23 Will Newton <will.newton@linaro.org>
3061
3062 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3063 _LINUX_ARM_SYSDEP_H include guard too.
3064 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3065 define.
3066
69eb9a18
RV
30672014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
3068
3069 * sysdeps/unix/sysv/linux/eventfd.c:
3070 Make first argument unsigned.
3071 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3072 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3073
20e5a5f7
OB
30742014-09-20 Ondřej Bílka <neleai@seznam.cz>
3075
3076 * socket/recvmmsg.c (recvmmsg): Drop const argument.
3077 * socket/sys/socket.h: Likewise
3078 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3079
d3c827e7
AK
30802014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3081
3082 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3083
fe1cc35a
AS
30842014-09-17 Arjun Shankar <arjun.is@lostca.se>
3085
3086 * time/tst-ftime.c: New test.
3087 * time/Makefile (tests): Add tst-ftime.
3088
4e8afe69
JM
30892014-09-17 Joseph Myers <joseph@codesourcery.com>
3090
c4fe3ea7
JM
3091 * soft-fp/extended.h: Fix comment formatting.
3092 * soft-fp/op-1.h: Likewise.
3093 * soft-fp/op-2.h: Likewise.
3094 * soft-fp/op-4.h: Likewise.
3095 * soft-fp/op-8.h: Likewise.
3096 * soft-fp/op-common.h: Likewise.
3097 * soft-fp/soft-fp.h: Likewise.
3098
4e8afe69
JM
3099 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3100
af296fcd
JM
31012014-09-16 Joseph Myers <joseph@codesourcery.com>
3102
3103 [BZ #6652]
3104 * Makeconfig (soversions-default-setname): Remove variable.
3105 ($(common-objpfx)soversions.i): Don't pass default_setname to
3106 soversions.awk.
3107 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3108 oldest_abi to abi-versions.awk.
3109 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3110 * config.make.in (oldest-abi): Remove variable.
3111 * configure.ac (--enable-oldest-abi): Remove configure option.
3112 * configure: Regenerated.
3113 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3114 text.
3115 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3116 * scripts/soversions.awk: Do not handle default_setname variable.
3117 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3118 variable.
3119 * sysdeps/mach/hurd/configure: Regenerated.
3120 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3121 variable.
3122 * sysdeps/unix/sysv/linux/configure: Regenerated.
3123
545583d6
SP
31242014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
3125
d330b980
SP
3126 * elf/Makefile (CFLAGS-interp.c): Remove.
3127 ($(elf-objpfx)runtime-linker.h): Generate header with linker
3128 path string.
3129 * elf/interp.c: Include generated runtime-linker.h
3130
02657da2
SP
3131 * Makerules (lib%.so): Don't include $(+interp) in
3132 prerequisites.
3133 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3134 * dlfcn/eval.c: Remove file.
3135
653b1080
SP
3136 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3137 macros.
3138
602f80ec
SP
3139 [BZ #17266]
3140 * misc/sys/cdefs.h: Define __extern_always_inline for clang
3141 4.2 and newer.
3142
545583d6
SP
3143 [BZ #17370]
3144 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3145
884ddc50
SP
31462014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
3147 Jakub Jelinek <jakub@redhat.com>
3148
3149 [BZ #17266]
3150 * libio/stdio.h: Check definition of __fortify_function
3151 instead of __extern_always_inline to include bits/stdio2.h.
3152 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3153 check if __extern_always_inline is defined.
3154 [__USE_MISC || __USE_XOPEN]: Likewise.
3155 [__USE_ISOC99] Likewise.
3156 * misc/sys/cdefs.h (__fortify_function): Define only if
3157 __extern_always_inline is defined.
3158 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3159 __extern_always_inline and __extern_inline only for g++-4.3
3160 and newer or a compatible gcc.
3161
a7b87268
AS
31622014-09-15 Andreas Schwab <schwab@linux-m68k.org>
3163
3164 [BZ #17371]
3165 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3166 last change to handle zero prefix length.
3167
3f41521d
SP
31682014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
3169
61fe374a
SP
3170 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3171 _SC_REGEX_VERSION.
3172
3f41521d
SP
3173 * posix/getconf.c (vars): Add _POSIX_IPV6 and
3174 _POSIX_RAW_SOCKETS.
3175
d8f879ee
AM
31762014-09-13 Allan McRae <allan@archlinux.org>
3177
3178 * po/ru.po: Update Russian translation from translation project.
3179
c079afb7
RM
31802014-09-12 Roland McGrath <roland@hack.frob.com>
3181
a62b3c15
RM
3182 * locale/programs/locale.c (show_locale_vars): Inline local function
3183 into its sole call site. Clean up some style nits.
3184 (print_item): New function, broken out of ...
3185 (show_info): ... local function here. Clean up style nits.
3186
d7e49b19
RM
3187 * locale/programs/ld-ctype.c (set_one_default): New function, broken
3188 out of ...
3189 (set_class_defaults): ... local function set_default here.
3190 Define set_default as a macro locally to pass constant parameters.
3191 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3192 rather than a shared local.
3193
c079afb7
RM
3194 * stdlib/rpmatch.c (try): New function, broken out of ...
3195 (rpmatch): ... local function here. Also, prototypify definition.
3196
0bd72468
JM
31972014-09-12 Joseph Myers <joseph@codesourcery.com>
3198
ba90e050
JM
3199 * scripts/soversions.awk: Do not handle configuration names.
3200 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3201 vendor and os variables to soversions.awk.
3202 * configure.ac: Do not modify gnu-* host_os.
3203 * configure: Regenerated
3204 * shlib-versions: Remove first column with configuration names.
3205 * nptl/shlib-versions: Likewise.
3206 * nptl_db/shlib-versions: Likewise.
3207 * sysdeps/hppa/shlib-versions: Likewise.
3208 * sysdeps/m68k/shlib-versions: Likewise.
3209 * sysdeps/mach/hurd/shlib-versions: Likewise.
3210 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3211 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3212 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3213 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3214 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3215 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3216 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3217 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3218 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3219 Likewise.
3220 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3221 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3222 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3223 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3224 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3225 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3226 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3227 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3228
73a39112
JM
3229 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3230 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3231 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3232 Regenerated.
3233 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3234 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3235 Condition symbol version definitions on [HAVE_ELFV2_ABI].
3236
c729e7c1
JM
3237 * shlib-versions: Remove OS-specific entries. Moved to files in
3238 sysdeps.
3239 * sysdeps/mach/hurd/shlib-versions: New file.
3240 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3241
dc932a24
JM
3242 * nptl/shlib-versions: Remove architecture-specific entries.
3243 Moved to files in sysdeps.
3244 * shlib-versions: Likewise.
3245 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3246 file.
3247 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3248 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3249 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3250 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3251
0bd72468
JM
3252 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3253 (UDP_NO_CHECK6_RX): Likewise.
3254
920238e0
SP
32552014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
3256
3257 * sysdeps/posix/sysconf.c (__sysconf): Spell
3258 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3259
ba7b4d29
FW
32602014-08-12 Florian Weimer <fweimer@redhat.com>
3261
3262 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3263 loading.
3264 * iconv/Versions (__gconv_transliterate): Export for use from
3265 gconv modules.
3266 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3267 (struct __gconv_trans_data, __gconv_trans_fct,
3268 __gconv_trans_context_fct, __gconv_trans_query_fct,
3269 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3270 definitions.
3271 (struct __gconv_step_data): Remove __trans member.
3272 (__gconv_transliterate): Declaration moved from gconv_int.h. No
3273 longer hidden. Remove unused trans_data argument.
3274 * iconv/gconv_int.h (struct trans_struct): Remove definition.
3275 (__gconv_translit_find): Remove declaration.
3276 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
3277 prototype.
3278 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3279 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3280 trans_data argument. Add hidden definition.
3281 (__gconv_translit_find): Remove.
3282 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3283 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3284 * iconv/skeleton.c: Remove transliteration initialization.
3285 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3286 __gconv_step_data initialization.
3287 * libio/iofwide.c (__libio_translit_): Remove.
3288 (_IO_fwide): Adjust struct __gconv_step_data initialization.
3289 * wcsmbs/btowc.c (__btowc): Likewise.
3290 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3291 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3292 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3293 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3294 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3295 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3296 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3297 * wcsmbs/wctob.c (wctob): Likewise.
3298
5379aebd
SP
32992014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
3300
3301 [BZ #16194]
3302 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3303 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
3304 register usage.
3305 * sysdeps/x86/Makefile: Adjust.
3306
8c0ab919
RM
33072014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3308 Roland McGrath <roland@hack.frob.com>
3309
3310 * locale/weight.h: Add include guard.
3311 (findidx): Make static rather than auto; take new parameters
3312 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3313 * locale/weightwc.h: Likewise.
3314 * posix/fnmatch_loop.c
3315 (FCT): Change type of EXTRA from int32_t to wint_t.
3316 Don't include either header inside the function.
3317 Call FINDIDX rather than findidx, and pass new arguments.
3318 #undef FINDIDX at the end of the file.
3319 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3320 FINDIDX before including fnmatch_loop.c for the non-wide version.
3321 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3322 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3323 for the wide version.
3324 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3325 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3326 Pass new arguments to findidx.
3327 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3328 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3329 Don't #include it inside the function. Pass new arguments to findidx.
3330 * posix/regex_internal.h
3331 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3332 (re_string_elem_size_at): Don't #include it inside the function.
3333 Pass new arguments to findidx.
3334 * string/strcoll_l.c: #include WEIGHT_H at top level.
3335 (get_next_seq): Don't #include it inside the function.
3336 Pass new arguments to findidx.
3337 (get_next_seq_nocache): Likewise.
3338 * string/strxfrm_l.c: #include WEIGHT_H at top level.
3339 (STRXFRM): Don't #include it inside the function.
3340 Pass new arguments to findidx.
3341
52ffbdf2
FW
33422014-09-11 Florian Weimer <fweimer@redhat.com>
3343
3344 [BZ #17344]
3345 * malloc/malloc.c (unlink): Turn asserts into a call to
3346 malloc_printerr.
3347
984c0ea9
TL
33482014-09-11 Tim Lammens <tim.lammens@gmail.com>
3349
3350 [BZ #17370]
3351 * libio/wfileops (do_ftell_wide): Free OUT.
3352
3daee107
CM
33532014-09-10 Chris Metcalf <cmetcalf@tilera.com>
3354
3355 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3356
58b930ae
SP
33572014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3358
3359 [BZ #17363]
3360 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3361 group if the current group is empty.
3362
3b473fec
AZ
33632014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3364
71ae8647
AZ
3365 * benchtests/bench-memset.c (test_main): Add more test from size
3366 from 32 to 512 bytes.
3367 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3368 Add POWER8 memset object.
3369 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3370 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3371 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3372 implementation.
3373 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3374 Likewise.
3375 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3376 multiarch POWER8 memset optimization.
3377 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3378 POWER8 memset optimization.
3379
3b473fec
AZ
3380 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3381 Remove bzero multiarch objects.
3382 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3383 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3384 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3385 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3386 Remove define.
3387 [__bzero]: Redefine to specific name.
3388 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3389 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3390 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3391 define.
3392 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3393 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3394
e6fb9587
FW
33952014-09-10 Florian Weimer <fweimer@redhat.com>
3396
3397 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3398 warnings into errors.
3399
3400 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3401 __cxa_thread_atexit_impl prototype.
3402
9d3a350b
SE
34032014-09-09 Steve Ellcey <sellcey@mips.com>
3404
3405 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3406 Fix capitalization of error message.
3407
0febba23
SE
34082014-09-09 Steve Ellcey <sellcey@mips.com>
3409
3410 * sysdeps/mips/preconfigure: Modify ABI tests.
3411
645a0e9c
CD
34122014-09-07 Carlos O'Donell <carlos@systemhalted.org>
3413
3414 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3415
d83f0734
CD
34162014-09-07 Roland McGrath <roland@hack.frob.com>
3417 Carlos O'Donell <carlos@systemhalted.org>
3418
3419 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3420 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3421 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3422 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3423 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3424 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3425 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3426 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3427 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3428 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3429 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3430 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3431 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3432 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3433 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3434 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3435 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3436 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3437 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3438 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3439 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3440 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3441 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3442 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3443 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3444 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3445 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3446 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3447 Deconditionalize the code that was previously under [RESET_PID].
3448 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3449 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3450 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3451 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3452 include sysdep.h.
3453
21c83793
AM
34542014-09-08 Allan McRae <allan@archlinux.org>
3455
3456 * version.h (RELEASE): Set to "development".
3457 (VERSION): Set to "2.20.90"
3458
1cd9b65c
AM
34592014-09-07 Allan McRae <allan@archlinux.org
3460
b8079dd0
AM
3461 * version.h (RELEASE): Set to "stable".
3462 (VERSION): Set to "2.20"
3463 * include/features.h (__GLIBC_MINOR__): Set to 20.
3464
c46303ef
AM
3465 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3466 Liebler.
3467
1cd9b65c
AM
3468 * po/ko.po: Update Korean translation from translation project.
3469
8622092d
CM
34702014-09-06 Chris Metcalf <cmetcalf@tilera.com>
3471
3472 [BZ #17354]
3473 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3474 macro for handling signed relocations.
3475
41488498
FW
34762014-09-03 Florian Weimer <fweimer@redhat.com>
3477
3478 [BZ #17325]
3479 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3480 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3481 assert.
3482 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3483 * iconvdata/ibm935.c (BODY): Likewise.
3484 * iconvdata/ibm937.c (BODY): Likewise.
3485 * iconvdata/ibm939.c (BODY): Likewise.
3486 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3487 assert.
3488 * iconvdata/Makefile (iconv-test.out): Pass module list to test
3489 script.
3490 * iconvdata/run-iconv-test.sh: New test loop for checking for
3491 decoder crashers.
3492
a78b712d
KR
34932014-09-02 Khem Raj <raj.khem@gmail.com>
3494
3495 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
3496 libm_hidden_ver.
3497
cb08abc6
AM
34982014-09-01 Allan McRae <allan@archlinux.org>
3499
2c31e102
AM
3500 * po/eo.po: Update Esperanto translation from translation project.
3501
cb08abc6
AM
3502 * po/ca.po: Update Catalan translation from translation project.
3503
17a62de1
ST
35042014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
3505
3506 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
3507 __proc_dostop call.
3508
9570bc53
MW
35092014-08-27 Mark Wielaard <mjw@redhat.com>
3510
3511 [BZ #17319]
3512 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
3513 to call set_thread_area instead of hand written asm.
3514 (__NR_set_thread_area): Removed define.
3515 (TLS_FLAG_WRITABLE): Likewise.
3516 (__ASSUME_SET_THREAD_AREA): Remove check.
3517 (TLS_EBX_ARG): Remove define.
3518 (TLS_LOAD_EBX): Likewise.
3519
b0f955c9
ST
35202014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
3521
3522 Simplify atomicity of socket creation in bind.
3523
3524 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
3525 looking up the name after linking the file.
3526
529bf515
AM
35272014-08-27 Allan McRae <allan@archlinux.org>
3528
3529 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
3530
a1a6a401
FW
35312014-08-26 Florian Weimer <fweimer@redhat.com>
3532
3533 [BZ #17187]
3534 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
3535 trans_compare, open_translit, __gconv_translit_find):
3536 Remove module loading code.
3537
686ab290
AM
35382014-08-26 Allan McRae <allan@archlinux.org>
3539
e4e7cfd2
AM
3540 * po/vi.po: Update Vietnamese translation from translation project.
3541
6aa09f71
AM
3542 * po/uk.po: Update Ukrainian translation from translation project.
3543
edc0660e
AM
3544 * po/fr.po: Update French translation from translation project.
3545
7eea72ac
AM
3546 * po/ru.po: Update Russian translation from translation project.
3547
93c49eff
AM
3548 * po/pl.po: Update Polish translation from translation project.
3549
46acaf63
AM
3550 * po/cs.po: Update Czech translation from translation project.
3551
a9f5ce98
AM
3552 * po/de.po: Update German translation from translation project.
3553
373f2b78
AM
3554 * po/bg.po: Update Bulgarian translation from translation project.
3555
e7548bd8
AM
3556 * po/sv.po: Update Sweedish translation from translation project.
3557
c526bf4d
AM
3558 * po/nl.po: Update Dutch translation from translation project.
3559
686ab290
AM
3560 * po/es.po: Update Spanish translation from translation project.
3561
eb72478a
SP
35622014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
3563
dd763fdb
SP
3564 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
3565
318c7a58
SP
3566 * catgets/Makefile (CPPFLAGS-gencat): Remove.
3567 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
3568 (CPPFLAGS-iconvconfig): Likewise.
3569 * timezone/Makefile (CPPFLAGS-zic): Likewise.
3570
eb72478a
SP
3571 * include/libc-symbols.h: Remove unnecessary check for
3572 NOT_IN_libc.
3573 * nptl/pthreadP.h: Likewise.
3574 * sysdeps/aarch64/setjmp.S: Likewise.
3575 * sysdeps/alpha/setjmp.S: Likewise.
3576 * sysdeps/arm/sysdep.h: Likewise.
3577 * sysdeps/i386/setjmp.S: Likewise.
3578 * sysdeps/m68k/setjmp.c: Likewise.
3579 * sysdeps/posix/getcwd.c: Likewise.
3580 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3581 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3582 * sysdeps/s390/s390-32/setjmp.S: Likewise.
3583 * sysdeps/s390/s390-64/setjmp.S: Likewise.
3584 * sysdeps/sh/sh3/setjmp.S: Likewise.
3585 * sysdeps/sh/sh4/setjmp.S: Likewise.
3586 * sysdeps/unix/alpha/sysdep.h: Likewise.
3587 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3588 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3589 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3590 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3591 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3592 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3593 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3594 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3595 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3596 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3597 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3598 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3599 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3600 * sysdeps/x86_64/setjmp.S: Likewise.
3601
d44a052c
JM
36022014-08-13 Joseph Myers <joseph@codesourcery.com>
3603
3604 [BZ #17263]
3605 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
3606 <stdint.h>.
3607 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
3608 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
3609
508ce3ac
SP
36102014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
3611
e44c8b0e
SP
3612 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
3613
508ce3ac
SP
3614 [BZ #17262]
3615 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
3616 and __x86_64__ when disabling x87 inline functions.
3617
b4acef1f
L
36182014-08-12 H.J. Lu <hongjiu.lu@intel.com>
3619
3620 [BZ #17259]
3621 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
3622 asm statement with __cpuid_count.
3623
61b1ef6e
MF
36242014-08-12 Mike Frysinger <vapier@gentoo.org>
3625
3626 * configure.ac: Change __ehdr_start code to dereference the struct.
3627 Run readelf on the output to look for relocations.
3628 * configure: Regenerated.
3629
898c62f4
JM
36302014-08-12 Joseph Myers <joseph@codesourcery.com>
3631
3632 [BZ #17261]
3633 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
3634 value to 0.
3635 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
3636
9a8a5720
RM
36372014-08-12 Roland McGrath <roland@hack.frob.com>
3638
3639 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
3640
4e75751c
BO
36412014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
3642
3643 [BZ #16892]
3644 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
3645 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
3646
bb2ce416
SA
36472014-08-12 Sean Anderson <seanga2@gmail.com>
3648
3649 * malloc/malloc.c: Fix typo in comment.
3650
7950a4ee
AM
36512014-08-09 Allan McRae <allan@archlinux.org>
3652
3653 * Regenerate libc.po.
3654
f469c49f
MF
36552014-08-08 Mike Frysinger <vapier@gentoo.org>
3656
3657 * intl/tst-gettext2.sh: Check every lang file for creation.
3658
656b84c2
WD
36592014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
3660
3661 * sysdeps/aarch64/fpu/math_private.h
3662 (libc_feholdsetround_noex_aarch64_ctx): New function.
3663
538e9e45
W
36642014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
3665
3666 * sysdeps/arm/armv6/strcpy.S (strcpy):
3667 Fix performance issue in misaligned cases.
3668
d4795e4a
AZ
36692014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3670
3671 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
3672 Move definition from termios.h.
3673 (struct termio): Likewise.
3674 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3675 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3676 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3677 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3678 Likewise.
3679 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
3680 Move definition to ioctl-types.h
3681 (struct termio): Likewise.
3682 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3683 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3684 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3685 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3686 Likewise.
3687
64accb62
RH
36882014-08-05 Richard Henderson <rth@redhat.com>
3689
27bb6dc0
RH
3690 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
3691 exceptions.
3692 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
3693 Add fraiseexcpt.
3694 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
3695 Use __feraiseexcept.
3696 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
3697 Protect libm symbols with IS_IN_libm.
3698
64accb62
RH
3699 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
3700
e5292691
BO
37012014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
3702
3703 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
3704
5b4bd2d4
WN
37052014-08-04 Will Newton <will.newton@linaro.org>
3706
3707 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
3708 file.
3709
fcadaeef
MF
37102014-08-04 Mike Frysinger <vapier@gentoo.org>
3711
3712 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
3713 variants for each function.
3714
43a94c64
RM
37152014-08-04 Roland McGrath <roland@hack.frob.com>
3716
3717 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
3718 appended ...
3719 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
3720 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
3721 appended ...
3722 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
3723 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
3724 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
3725 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
3726 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
3727 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
3728 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
3729 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
3730 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
3731 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
3732 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
3733 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
3734 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
3735 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
3736 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
3737 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
3738 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
3739 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
3740 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
3741 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
3742 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
3743 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
3744 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
3745 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
3746 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
3747 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
3748 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
3749 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
3750 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
3751 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
3752 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
3753 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
3754 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
3755 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
3756 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
3757 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
3758 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
3759 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
3760 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
3761 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
3762 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
3763 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
3764 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
3765 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
3766 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
3767 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
3768 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
3769 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
3770 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
3771 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
3772 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
3773 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
3774 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
3775 Update #include.
3776 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
3777 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
3778
8f3c1fa4
RM
37792014-08-04 Roland McGrath <roland@hack.frob.com>
3780
3781 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
3782 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
3783 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
3784 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
3785 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
3786 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
3787
ca08746f
RM
37882014-08-04 Roland McGrath <roland@hack.frob.com>
3789
3790 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
3791 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
3792 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3793 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
3794
9c925ff9
RM
37952014-08-04 Roland McGrath <roland@hack.frob.com>
3796
3797 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
3798 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
3799 (__libc_vfork): Define function under this name.
3800 (__vfork): Define as an alias.
3801 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
3802 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
3803
e641054c
RM
38042014-08-04 Roland McGrath <roland@hack.frob.com>
3805
3806 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
3807 that was previously under [RESET_PID].
3808 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
3809
dacdc867
AS
38102014-08-04 Andreas Schwab <schwab@suse.de>
3811
3812 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
3813
41f725ff
MF
38142014-08-03 Mike Frysinger <vapier@gentoo.org>
3815
3816 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
3817 (main): Likewise.
3818
277cfb31
RM
38192014-08-01 Roland McGrath <roland@hack.frob.com>
3820
3821 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
3822
4896f049
RH
38232014-08-01 Richard Henderon <rth@redhat.com>
3824
3825 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
3826 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
3827 typo in exact zero test.
3828 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
3829 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
3830 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
3831
6f64e7d7
RM
38322014-08-01 Roland McGrath <roland@hack.frob.com>
3833
3834 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
3835 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
3836 * sysdeps/arm/sysdep.h: ... here.
3837 [!__ASSEMBLER__]: Include <stdint.h>.
3838
3f3dd810
SP
38392014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
3840
a476ac4b
SP
3841 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
3842 (HAVE_WCTYPE_H): Likewise.
3843 (HAVE_ISWCTYPE): Likewise.
3844 (ENABLE_NLS): Likewise.
3845 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
3846 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
3847
78dd658a
SP
3848 * posix/regex_internal.c: Check if DEBUG is defined and is
3849 set.
3850
3f3dd810
SP
3851 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
3852 (HAVE_MBSRTOWCS): Likewise.
3853 * posix/fnmatch.c: Include string.h unconditionally.
3854
95ee7fb1
SL
38552014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
3856
3857 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
3858 reversal.
3859
23fe486b
RM
38602014-07-31 Roland McGrath <roland@hack.frob.com>
3861
f61a113f
RM
3862 * sysdeps/generic/safe-fatal.h: New file.
3863 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
3864 * nptl/forward.c: Include it.
3865 (__pthread_unwind): Use __safe_fatal as default action, rather
3866 than a bogus use of INTERNAL_SYSCALL that could never work.
3867
9fe7e787
RM
3868 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
3869 * configure.ac (libc_cv_builtin_trap): New test.
3870 * configure: Regenerated.
3871 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
3872 (ABORT_INSTRUCTION): Define using __builtin_trap.
3873
23fe486b
RM
3874 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
3875 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
3876 * sysdeps/nptl/nptl-signals.h: New file.
3877 * nptl/pthreadP.h: Include <nptl-signals.h>.
3878
f349489e
SL
38792014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
3880
3881 * sysdeps/s390/s390-64/utf16-utf32-z9.c
3882 (ONE_DIRECTION): Define.
3883 * sysdeps/s390/s390-64/utf8-utf16-z9.c
3884 (ONE_DIRECTION): Define.
3885 * sysdeps/s390/s390-64/utf8-utf32-z9.c
3886 (ONE_DIRECTION): Define.
3887
2f438e20
SL
38882014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
3889
3890 * sysdeps/s390/Makefile: Delete file.
3891 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
3892 * sysdeps/s390/__longjmp.c: Delete file.
3893 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
3894 Remove fields __flags and __reserved.
3895 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
3896 and add versioning.
3897 * sysdeps/s390/rtld-__longjmp.c: Delete file.
3898 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
3899 * sysdeps/s390/rtld-setjmp.S: Likewise.
3900 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
3901 * sysdeps/s390/s390-32/__longjmp.c: ... here.
3902 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
3903 * sysdeps/s390/s390-32/setjmp.S: ... here.
3904 Add versioning.
3905 (__sigsetjmp): Remove setting __flags field.
3906 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
3907 * sysdeps/s390/s390-64/__longjmp.c: ... here.
3908 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
3909 * sysdeps/s390/s390-64/setjmp.S: ... here.
3910 Add versioning.
3911 (__sigsetjmp): Remove setting __flags field.
3912 * sysdeps/s390/setjmp.S: Delete file.
3913 * sysdeps/s390/sigjmp.c: Likewise.
3914 * sysdeps/s390/v1-longjmp.c: Likewise.
3915 * sysdeps/s390/v1-setjmp.h: Likewise.
3916 * sysdeps/s390/v1-sigjmp.c: Likewise.
3917 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
3918 Remove v1-longjmp_chk.
3919 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
3920 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
3921 Include debug/longjmp_chk.c and add versioning.
3922 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
3923 Include nptl/pt-longjmp.c and add versioning.
3924 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
3925 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
3926 Include __longjmp.c.
3927 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
3928 Move to ...
3929 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
3930 (__getcontext): Remove setting __flags field.
3931 Add versioning.
3932 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
3933 Don't restore upper high grps.
3934 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
3935 Likewise.
3936 (__swapcontext): Remove setting uc_flags field.
3937 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
3938 Delete file.
3939 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
3940 Include __longjmp.c.
3941 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
3942 Move to ...
3943 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
3944 (__getcontext): Remove setting __flags field.
3945 Add versioning.
3946 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
3947 (__swapcontext): Remove setting uc_flags field.
3948 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
3949 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
3950 Remove fields uc_high_gprs and __reserved.
3951 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
3952 New file with reverted content.
3953 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
3954 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
3955 Regenerated.
3956 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
3957 Regenerated.
3958
6c9578a2
AS
39592014-07-31 Andreas Schwab <schwab@suse.de>
3960
3961 * config.h.in (HAVE_IFUNC): Define to 0.
3962 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
3963 definedness.
3964
05f3633d
LM
39652014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
3966
3967 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3968 memmove-avx-unaligned, memcpy-avx-unaligned and
3969 mempcpy-avx-unaligned.
3970 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3971 Add tests for AVX memcpy functions.
3972 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
3973 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
3974 memcpy_chk.
3975 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
3976 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
3977 memmove_chk.
3978 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
3979 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
3980 mempcpy_chk.
3981 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
3982 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
3983 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
3984
a53fbd8e
AZ
39852013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3986
3987 [BZ #17213]
3988 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
3989 powerpc64le.
3990
0961f7e1
JL
39912014-07-29 Jeff Layton <jlayton@poochiereds.net>
3992
3993 [BZ #16839]
3994 * manual/llio.texi: Add section about open file description locks.
3995 * manual/examples/ofdlocks.c: Example of open file description
3996 lock usage.
3997 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
3998 F_OFD_SETLK, and F_OFD_SETLKW.
3999
cc5fb300
AM
40002014-07-23 Allan McRae <allan@archlinux.org>
4001
4002 * po/es.po: Update Spanish translation from translation project.
4003
23329dca
AS
40042014-07-18 Andreas Schwab <schwab@linux-m68k.org>
4005
4006 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4007
9c82da17
MR
40082014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
4009
4010 [BZ #17078]
4011 * sysdeps/arm/dl-machine.h (elf_machine_rela)
4012 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4013 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4014
29c4f53e
JM
40152014-07-17 Joseph Myers <joseph@codesourcery.com>
4016
831b9896
JM
4017 [BZ #17088]
4018 * math/fesetenv.c (__fesetenv)
4019 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4020 * math/feupdateenv.c (__feupdateenv)
4021 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4022
b21c2d50
JM
4023 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4024 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4025 (__ASSUME_SOCKETCALL): Do not define.
4026
067764ef
JM
4027 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4028 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4029 (__ASSUME_SOCKETCALL): Do not define.
4030 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4031 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4032 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4033 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4034 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4035 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4036 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4037 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4038
642530c1
JM
4039 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4040 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4041 (__ASSUME_SOCKETCALL): Do not define.
4042 (__ASSUME_IPC64): Define unconditionally.
4043 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4044 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4045 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4046 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4047 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4048 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4049 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4050 Likewise.
4051
03f77315
JM
4052 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4053 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4054 (__ASSUME_SOCKETCALL): Do not define.
4055 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4056 (__ASSUME_FUTEX_LOCK_PI): Likewise.
4057 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4058 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4059 (__ASSUME_REQUEUE_PI): Define unconditionally.
4060 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4061 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4062 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4063 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4064 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4065 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4066
083b1f7c
JM
4067 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4068 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4069 (__ASSUME_SOCKETCALL): Do not define.
4070 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4071 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4072 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4073 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4074 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4075 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4076
5be44ea6
JM
4077 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4078 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4079 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4080 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4081 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4082 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4083 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4084 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4085 (__ASSUME_GETCPU_SYSCALL): Likewise.
4086
d95ffd4c
JM
4087 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4088 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
4089 cases for individual architectures.
4090 * sysdeps/gnu/configure: Regenerated.
4091 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4092 LIBC_SLIBDIR_RTLDDIR.
4093 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4094 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4095 LIBC_SLIBDIR_RTLDDIR.
4096 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4097 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4098 LIBC_SLIBDIR_RTLDDIR.
4099 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4100 Regenerated.
4101 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4102 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4103 file.
4104 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4105 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4106 file.
4107 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4108 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4109 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4110 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4111
29c4f53e
JM
4112 * sysdeps/aarch64/shlib-versions: Move to ...
4113 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4114 * sysdeps/alpha/shlib-versions: Move to ...
4115 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4116 * sysdeps/arm/shlib-versions: Move to ...
4117 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4118 * sysdeps/hppa/shlib-versions: Move all contents except for
4119 libgcc_s entry to ...
4120 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
4121 entry from ...
4122 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
4123 * sysdeps/ia64/shlib-versions: Move to ...
4124 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
4125 entry from ...
4126 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
4127 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4128 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4129 * sysdeps/microblaze/shlib-versions: Move to ...
4130 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4131 * sysdeps/mips/shlib-versions: Move to ...
4132 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
4133 entry from ...
4134 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
4135 * sysdeps/tile/shlib-versions: Move to ...
4136 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4137 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4138 from ...
4139 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
4140 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4141 entry from ...
4142 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
4143
32bead5b
WN
41442014-07-17 Will Newton <will.newton@linaro.org>
4145
57977c4b
WN
4146 * sysdeps/arm/bits/atomic.h
4147 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4148 (__arch_compare_and_exchange_bool_16_int): Likewise.
4149 (__arch_compare_and_exchange_bool_64_int): Likewise.
4150
32bead5b
WN
4151 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4152 into an #else block.
4153
37fccd41
RM
41542014-07-16 Roland McGrath <roland@hack.frob.com>
4155
4156 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4157 just Linux configurations. Test empirically that the compiler sets
4158 __ARM_EABI__, rather than using the tuple to decide.
4159 * sysdeps/arm/preconfigure: Regenerated.
4160 * sysdeps/unix/sysv/linux/arm/configure: File removed.
4161 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4162 contents appended ...
4163 * sysdeps/arm/configure.ac: ... here.
4164 * sysdeps/arm/configure: Regenerated.
4165
b365f3ec
RM
41662014-07-15 Roland McGrath <roland@hack.frob.com>
4167
8badf496
RM
4168 * nptl/pthread_kill.c: New file.
4169 * nptl/pthread_sigmask.c: New file.
4170 * nptl/pthread_sigqueue.c: New file.
4171
3df6f22e
RM
4172 * sysdeps/nptl/lowlevellock.h: New file.
4173 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4174 * sysdeps/nptl/lowlevellock-futex.h: New file.
4175
b365f3ec
RM
4176 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4177 Remove dead declarations.
4178
f2fef657
L
41792014-07-14 H.J. Lu <hongjiu.lu@intel.com>
4180
4181 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4182 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4183 config-cflags-avx2.
4184 * sysdeps/x86_64/configure.ac: Likewise.
4185 * sysdeps/i386/configure: Regenerated.
4186 * sysdeps/x86_64/configure: Likewise.
4187 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4188 memset-avx2 only if config-cflags-avx2 is yes.
4189 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4190 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4191 defined.
4192 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4193 only if HAVE_AVX2_SUPPORT is defined.
4194 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4195
f6c44d47
AM
41962014-07-14 Alan Modra <amodra@gmail.com>
4197
4198 [BZ #17153]
4199 * elf/elf.h (DT_PPC64_NUM): Correct value.
4200 * NEWS: Add to fixed bug list.
4201
7ee03f00
JM
42022014-07-13 Jim Meyering <meyering@fb.com>
4203
4204 [BZ 17150]
4205 regex: don't deref NULL upon heap allocation failure
4206 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4207 failure in one more place.
4208 To trigger the segfault, configure grep -with-included-regex,
4209 build it, and run these commands:
4210 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4211
9d39d517
AS
42122014-07-13 Andreas Schwab <schwab@linux-m68k.org>
4213
4214 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4215
a75b89b7
RH
42162014-07-11 Richard Henderson <rth@redhat.com>
4217
4218 * sysdeps/aarch64/libm-test-ulps: Update.
4219
771eb141
FW
42202014-07-10 Florian Weimer <fweimer@redhat.com>
4221
4222 [BZ #17135]
4223 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4224 * nptl/allocatestack.c (__nptl_setxid_error): New function.
4225 (__nptl_setxid): Initialize error member. Call
4226 __nptl_setxid_error.
4227 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4228 * nptl/descr.h (struct xid_command): Add error member.
4229 * nptl/tst-setuid3.c: New file.
4230 * nptl/Makefile (tests): Add it.
4231
bc1da176
AZ
42322014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4233
4234 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4235 New define.
4236 (__lll_trylock): Use __lll_base_trylock.
4237 (__lll_cond_trylock): Likewise.
4238
887865fc
RM
42392014-07-10 Roland McGrath <roland@hack.frob.com>
4240
c0c6bac9
RM
4241 * nptl/pthread_create.c (start_thread): Use atomic_or and
4242 lll_futex_wake directly rather than lll_robust_dead.
4243 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4244 (lll_robust_dead): Macro removed.
6a42be57 4245 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
4246 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4247 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4248 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4249 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4250 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4251 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4252 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4253 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4254 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4255 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4256 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4257 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4258 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4259 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4260
887865fc
RM
4261 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4262 Use atomic_compare_and_exchange_val_acq directly rather than
4263 lll_robust_trylock.
4264 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4265 (__lll_robust_trylock, lll_robust_trylock): Removed.
4266 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4267 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4268 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4269 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4270 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4271 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4272 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4273 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4274 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4275 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4276 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4277 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4278 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4279 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4280
58536726
FW
42812014-07-02 Florian Weimer <fweimer@redhat.com>
4282
4283 * manual/locale.texi (Locale Names): New section documenting
4284 locale name syntax. Adjust menu and node chaining accordingly.
4285 (Choosing Locale): Reference Locale Names, Locale Categories.
4286 Mention setting LC_ALL=C. Reflect that name syntax is now
4287 documented.
4288 (Locale Categories): New section title. Reference Locale Names.
4289 LC_ALL is an environment variable, but not a category.
4290 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4291 description, now in Locale Name. Reference that section. Locale
4292 name syntax is now documented.
4293
4e8f95a0
FW
42942014-07-02 Florian Weimer <fweimer@redhat.com>
4295
4296 [BZ #17137]
4297 * locale/findlocale.c (name_present, valid_locale_name): New
4298 functions.
4299 (_nl_find_locale): Use the loc_name variable to store name
4300 candidates. Call name_present and valid_locale_name to check and
4301 validate locale names. Return an error if the locale is invalid.
4302
d1836456
FW
43032014-07-02 Florian Weimer <fweimer@redhat.com>
4304
4305 * locale/setlocale.c (setlocale): Use strdup for allocating
4306 composite name copy.
4307
d69b7f5a
SP
43082014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
4309
888c679b
SP
4310 Sync up with gnulib.
4311 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4312 [!_LIBC && ENABLE_NLS]: Include gettext.h.
4313 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4314 and _GL_ARG_NONNULL.
4315 [USE_UNLOCKED_IO]: Include unlocked-io.h.
4316 [!_LIBC]: Include code for Windows and Cygwin.
4317 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4318 Include prototype for int strerror_r.
4319 [!_LIBC] (is_open): New function.
4320 (flush_stdout): New function.
4321 (print_errno_message): Use it.
4322 (error): Likewise.
4323 (error_at_line): Likewise.
4324 (error_tail) Add function attribute macros. Use
4325 __builtin_expect.
4326
180e0e4b
SP
4327 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4328
d22f1fe2
SP
4329 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4330
12f2254b
SP
4331 * io/ftw.c: Include sys/param.h unconditionally.
4332
c3c7c360
SP
4333 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4334
d62aa75a
SP
4335 [BZ #17125]
4336 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4337 libc_freeres_ptr.
4338 (freecache): New function to free CACHE on exit.
4339
d69b7f5a
SP
4340 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4341 initialization.
4342
5efe06a1
DM
43432014-07-09 David S. Miller <davem@davemloft.net>
4344
4345 * sysdeps/sparc/fpu/libm-test-ulps: Update.
4346
7000d82e
DM
4347 * sysdeps/sparc/nptl/internaltypes.h: Delete.
4348 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4349 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4350 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4351 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4352 * sysdeps/sparc/nptl/sem_init.c: Likewise.
4353 * sysdeps/sparc/nptl/sem_post.c: Likewise.
4354 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4355 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4356 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4357 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4358 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4359 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4360
c213442d
AS
43612014-07-09 Andreas Schwab <schwab@suse.de>
4362
4a2552c3
AS
4363 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4364 output.
4365 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4366 (do_test): Likewise.
4367
c213442d
AS
4368 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4369
82374e65
WN
43702014-07-09 Will Newton <will.newton@linaro.org>
4371
4372 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4373 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4374 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4375 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4376 * sysdeps/hppa/start.S (_start): Likewise.
4377
6680738a
SP
43782014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
4379
6ee3eab4
SP
4380 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4381
6680738a
SP
4382 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4383 defined.
4384
80b5c505
SP
43852014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
4386
e35c53e3
SP
4387 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4388 after checking that it is non-NULL.
4389
80b5c505
SP
4390 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4391
91f4b564
AZ
43922014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4393
27b75f56
AZ
4394 * sysdeps/powerpc/memmove.c: Remove file.
4395 * sysdeps/powerpc/powerpc32/power4/memcopy.h
4396 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4397 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4398 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4399 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4400 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4401 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4402 string memmove instead of removed powerpc one.
4403
e7f95bb5
AZ
4404 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4405 [weak_alias]: Fix compiler warning due trailing data.
4406 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4407 [weak_alias]: Likewise.
4408 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4409 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4410
91f4b564
AZ
4411 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4412 (__libc_ifunc_impl_list): Add memmove functions.
4413
7c33f1e5
SP
44142014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
4415
4416 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4417 Remove code.
4418 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4419 Likewise
4420 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4421 Likewise
4422 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4423 Likewise
4424 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4425 Likewise
4426 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4427 Likewise
4428 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4429 Likewise
4430 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4431 Likewise
4432 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4433 Likewise
4434 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4435 Likewise
4436 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4437 Likewise
4438 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4439 Likewise
4440 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4441 Likewise
4442 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4443 Likewise
4444 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4445 Likewise
4446 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4447 Likewise
4448 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4449 Likewise
4450
3f17b03b
AZ
44512014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4452
87868c24
AZ
4453 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4454 to avoid alignment traps in non-cacheable memory.
4455 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4456
07aedd78
AZ
4457 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4458 multiarch objects.
4459 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4460 file: multiarch power7 memmove.
4461 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4462 multiarch default memmove.
4463 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4464 multiarch memove for powerpc32/power4.
4465
17762f66
AZ
4466 * string/bcopy.c: Use full path to include memmove.c.
4467 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4468 multiarch objects.
4469 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4470 bcopy for powerpc64.
4471 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4472 bcopy for powerpc64.
4473 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4474 and memmove implementations.
4475 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4476 optimized multiarch memmove for POWER7/powerpc64.
4477 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4478 default multiarch memmove for powerpc64.
4479 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4480 multiarch for powerpc64.
4481 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4482 for POWER7/powerpc64.
4483 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4484 memmove for POWER7/powerpc64.
4485
d6f68bbe
AZ
4486 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4487 glibc default one.
4488
3f17b03b
AZ
4489 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4490 __ELF_NATIVE_CLASS equal to 64.
4491
08192659
RM
44922014-07-07 Roland McGrath <roland@hack.frob.com>
4493
f4c4021b
RM
4494 * sysdeps/nptl/lowlevellock.h: File removed.
4495
f083450f
RM
4496 * NEWS: NPTL is no longer an add-on!
4497 * nptl/internaltypes.h: Moved ...
4498 * sysdeps/nptl/internaltypes.h: ... here.
4499 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
4500 * sysdeps/nptl/fork.c: Likewise.
4501 * sysdeps/nptl/gai_misc.h: Likewise.
4502 * sysdeps/nptl/librt-cancellation.c: Likewise.
4503 * sysdeps/nptl/jmp-unwind.c: Likewise.
4504 * sysdeps/nptl/setxid.h: Likewise.
4505 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
4506 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
4507 * sysdeps/unix/sysv/linux/arm/Implies: New file.
4508 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
4509 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
4510 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
4511 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
4512 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
4513 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
4514 * sysdeps/unix/sysv/linux/mips/Implies: New file.
4515 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
4516 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
4517 * sysdeps/unix/sysv/linux/sh/Implies: New file.
4518 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
4519 * sysdeps/unix/sysv/linux/tile/Implies: New file.
4520 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
4521 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
4522 * nptl/Makeconfig: Moved ...
4523 * sysdeps/nptl/Makeconfig: ... here.
4524 * nptl/configure: File removed.
4525 * nptl/ANNOUNCE: File removed.
4526 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
4527 * sysdeps/unix/sysv/linux/configure: Regenerated.
4528
08192659
RM
4529 * nptl/Makefile (routines): Add libc_pthread_init,
4530 libc_multiple_threads, register-atfork and unregister-atfork.
4531 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
4532 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
4533 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
4534 pthread-pi-defines.sym, structsem.sym.
4535 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
4536 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
4537 [$(subdir) = nptl] (tests): Add tst-setgetname.
4538 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
4539 * sysdeps/unix/sysv/linux/sigaction.c: Just include
4540 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
4541 [!LIBC_SIGACTION]: Remove aliases.
4542 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4543 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4544 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4545 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4546 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4547 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
4548 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4549 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4550 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4551 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
4552 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
4553 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
4554 __libc_allocate_rtsig_private.
4555 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
4556 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
4557 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4558 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4559 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4560 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
4561 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
4562 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
4563 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
4564 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
4565 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
4566 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
4567 * nptl/internaltypes.h: ... here.
4568 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
4569 * sysdeps/nptl/jmp-unwind.c: ... here.
4570 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
4571 * nptl/libc-lowlevellock.c: ... here.
4572 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
4573 * nptl/libc_multiple_threads.c: ... here.
4574 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
4575 * nptl/libc_pthread_init.c: ... here.
4576 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
4577 * nptl/lowlevelbarrier.sym: ... here.
4578 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
4579 * nptl/lowlevelcond.sym: ... here.
4580 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
4581 * nptl/lowlevellock.c: ... here.
4582 * nptl/lowlevellock.h: Moved ...
4583 * sysdeps/nptl/lowlevellock.h: ... here.
4584 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
4585 * nptl/lowlevelrobustlock.c: ... here.
4586 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
4587 * nptl/lowlevelrobustlock.sym: ... here.
4588 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
4589 * nptl/lowlevelrwlock.sym: ... here.
4590 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
4591 * nptl/pt-fork.c: ... here.
4592 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
4593 * nptl/pthread-pi-defines.sym: ... here.
4594 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
4595 * nptl/pthread_attr_getaffinity.c: ... here.
4596 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
4597 * nptl/pthread_attr_setaffinity.c: ... here.
4598 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
4599 * nptl/pthread_mutex_cond_lock.c: ... here.
4600 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
4601 Update #include.
4602 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
4603 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
4604 * nptl/pthread_once.c: ... here, replacing old file.
4605 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
4606 * nptl/pthread_yield.c: ... here.
4607 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
4608 * nptl/register-atfork.c: ... here.
4609 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
4610 * nptl/sem_post.c: ... here.
4611 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
4612 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
4613 * nptl/sem_timedwait.c: ... here.
4614 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
4615 * nptl/sem_trywait.c: ... here.
4616 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
4617 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
4618 * nptl/sem_wait.c: ... here.
4619 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
4620 * nptl/structsem.sym: ... here.
4621 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
4622 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
4623 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
4624 * nptl/unregister-atfork.c: ... here.
4625 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
4626 * nptl/unwindbuf.sym: ... here.
4627 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
4628 * sysdeps/nptl/fork.c: ... here.
4629 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
4630 * sysdeps/nptl/fork.h: ... here.
4631 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
4632 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
4633 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
4634 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
4635 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
4636 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
4637 * sysdeps/unix/sysv/linux/getpid.c: ... here.
4638 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
4639 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
4640 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
4641 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
4642 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
4643 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
4644 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
4645 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
4646 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
4647 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
4648 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
4649 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
4650 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
4651 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
4652 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
4653 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
4654 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
4655 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
4656 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
4657 * sysdeps/unix/sysv/linux/raise.c: ... here.
4658 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
4659 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
4660 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
4661 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
4662 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
4663 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
4664 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
4665 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
4666 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
4667 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
4668 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
4669 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
4670 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
4671 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
4672 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
4673
96baf6ff
SP
46742014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
4675
4676 * sysdeps/generic/memcopy.h: Add comment for
4677 MEMCPY_OK_FOR_FWD_MEMMOVE.
4678
6b7b14b2
WN
46792014-07-04 Will Newton <will.newton@linaro.org>
4680
1570a72b
WN
4681 * string/memchr.c: Merge from gnulib.
4682 [_LIBC]: Remove conditionals.
4683 (__ptr_t): Remove define.
4684 (LONG_MAX_32_BITS): Likewise.
4685 (LONG_MAX): Likewise.
4686 (MEMCHR): Use ANSI prototype and optimize algorithm.
4687
6b7b14b2
WN
4688 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
4689
38851324
SP
46902014-07-03 Roland McGrath <roland@hack.frob.com>
4691
3d9eb57c
RM
4692 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
4693 (lll_futex_timed_wait_bitset): Fix syscall argument count.
4694
78b984ae
RM
4695 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
4696 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
4697 in a bare environment with no <stdlib.h> installed.
4698 * sysdeps/nptl/configure: Regenerated.
4699
2d5976a5
RM
4700 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
4701
c1f5acd4
RM
4702 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
4703 AC_EGREP_CPP for kernel header checks, so they only succeed if
4704 including <linux/version.h> actually works right.
4705 * sysdeps/unix/sysv/linux/configure: Regenerated.
4706
4d614fe5
RM
4707 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
4708 value so it's not diagnosed as unused.
4709
38851324
SP
4710 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
4711 thing) with "ifeq ($(subdir),rt)".
4712
b3ec00e5
RH
47132014-07-03 Richard Henderson <rth@redhat.com>
4714
69862e25
RH
4715 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
4716 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
4717 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
4718
d5e16ade
RH
4719 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
4720 (math_force_eval): New.
4721
ca7b945c
RH
4722 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
4723 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
4724
cd1175a3
RH
4725 * sysdeps/alpha/fpu/s_round.c: Remove file.
4726 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
4727
b3ec00e5
RH
4728 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
4729 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
4730 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
4731 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
4732 (_dl_start, print_statistics): Likewise.
4733 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
4734 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
4735
4736 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4737 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4738 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4739 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4740 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
4741 (HP_SMALL_TIMING_AVAIL): Define.
4742 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4743 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
4744 (HP_SMALL_TIMING_AVAIL): Define.
4745 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4746 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4747
4748 * sysdeps/aarch64/hp-timing.h: New file.
4749
4750 * sysdeps/generic/hp-timing.h: Remove dead comment.
4751 * sysdeps/generic/hp-timing-common.h: New file.
4752 * sysdeps/alpha/hp-timing.h: Include it.
4753 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
4754 * sysdeps/i386/i686/hp-timing.h: Likewise.
4755 * sysdeps/ia64/hp-timing.h: Likewise.
4756 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
4757 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
4758 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
4759 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
4760 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
4761 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
4762 (hp_timing_t): New.
4763
4764 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
4765 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
4766 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
4767 * elf/rtld.c (_dl_start_final): Likewise.
4768 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
4769 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4770 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4771 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4772 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4773 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
4774 (HP_TIMING_DIFF_INIT): Remove.
4775 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4776 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
4777 (HP_TIMING_DIFF_INIT): Remove.
4778 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4779 * sysdeps/i386/i686/hp-timing.c: Remove file.
4780 * sysdeps/x86_64/hp-timing.c: Remove file.
4781 * sysdeps/ia64/hp-timing.c: Remove file.
4782 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
4783 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
4784 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
4785 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
4786
4787 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
4788 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
4789 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
4790 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
4791 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
4792 (HP_TIMING_ACCUM): Remove.
4793 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
4794 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
4795 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
4796
4797 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
4798 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
4799 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
4800 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
4801 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
4802 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
4803 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
4804 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
4805
4806 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
4807
225f410f
MR
48082014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
4809
4810 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
4811
3247f285
SP
48122014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
4813
4814 Sync up with gettext.
4815 * intl/loadmsgcat.c: Define O_BINARY if not defined.
4816 [_MSC_VER]: Include malloc.h
4817 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
4818 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
4819 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
4820 TEMP_FAILURE_RETRY. Cast return of alloca.
4821 [!_LIBC] Call gl_rwlock_init.
4822 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
4823
d12704c7
SP
48242014-07-02 Roland McGrath <roland@hack.frob.com>
4825
4826 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
4827 before checking its value.
4828
99f8dc92
SP
48292014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
4830
05fdac77
SP
4831 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
4832
99f8dc92
SP
4833 * debug/memcpy_chk.c: Don't include pagecopy.h.
4834 * debug/mempcpy_chk.c: Likewise.
4835 * string/memcpy.c: Likewise.
4836 * string/memmove.c: Likewise.
4837 * sysdeps/powerpc/memmove.c: Likewise.
4838 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
4839 definition of PAGE_COPY_FWD_MAYBE here...
4840 * sysdeps/generic/pagecopy.h: ... from here.
4841 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
4842
bc8ea385
VR
48432014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
4844 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4845
4846 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
4847 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
4848 optimizations.
4849 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4850 (__libc_ifunc_impl_list): Likewise.
4851 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
4852 multiarch strcat for PPC64.
4853 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
4854 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
4855
fe5f34e4
RM
48562014-07-02 Roland McGrath <roland@hack.frob.com>
4857
4858 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
4859
256aa665
SP
48602014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
4861
d4eb8195
SP
4862 * intl/loadmsgcat.c: Remove declaration of
4863 get_sysdep_segment_value.
4864 (get_sysdep_segment_value): Use ISO C style.
4865 (_nl_load_domain): Use ISO C style. Get rid of redundant
4866 semicolon. Fix typo and formatting in comment.
4867 (_nl_unload_domain): Use ISO C style.
4868
256aa665
SP
4869 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
4870
b100f9aa
WN
48712014-07-02 Will Newton <will.newton@linaro.org>
4872
4873 * malloc/obstack.c: Merge from gnulib master.
4874 [HAVE_CONFIG_H]: Remove conditional code.
4875 [!_LIBC]: Include config.h.
4876 [!ELIDE_CODE]: Don't include inttypes.h, include
4877 stdint.h unconditionally.
4878 (print_and_abort): Mark as _Noreturn.
4879 (_obstack_allocated_p): Mark as __attribute_pure__.
4880 (obstack_free): Rename to __obstack_free.
4881 [!__attribute__]: Remove conditional code.
4882 * malloc/obstack.h: Merge from gnulib master.
4883 [__cplusplus]: Move conditional down.
4884 [!__attribute_pure__]: Define __attribute_pure__ here
4885 if it is not already defined.
4886 (_obstack_memory_used): Mark as __attribute_pure__.
4887 [!__obstack_free]: Define as obstack_free.
4888 [__GNUC__]: Remove check for ancient NeXT gcc.
4889
c4c41244
PE
48902014-07-02 Will Newton <will.newton@linaro.org>
4891 Paul Eggert <eggert@cs.ucla.edu>
4892
4893 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
4894
e1e041c4
SP
48952014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
4896
4897 * resolv/gethnamaddr.c: Add comment warning that the file is
4898 not maintained.
4899
ccf431ff
CD
49002014-07-01 Carlos O'Donell <carlos@redhat.com>
4901
d34570a6
CD
4902 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
4903 entries.
4904
ccf431ff
CD
4905 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
4906 entry for aio_cancel and aio_cancel64.
4907 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
4908 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
4909 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
4910 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
4911 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
4912 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
4913 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
4914 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
4915 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
4916 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
4917 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
4918 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
4919 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
4920
ca06321d
RM
49212014-07-01 Roland McGrath <roland@hack.frob.com>
4922
4923 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
4924 * nptl/pthread_mutex_lock.c: Likewise.
4925 * nptl/pthread_mutex_timedlock.c: Likewise.
4926 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
4927
a1ac3184
RH
49282014-07-01 Richard henderson <rth@redhat.com>
4929
631021e0
RH
4930 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
4931 (__isnan, __isnanl): Remove.
4932 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
4933
a1ac3184
RH
4934 * sysdeps/alpha/fpu/libm-test-ulps: Update.
4935
0c1d731f
SL
49362014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
4937
4938 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4939
76985d3e
SP
49402014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4941
4942 * resolv/nss_dns/dns-host.c (getanswer_r)
4943 [MULTI_PTRS_ARE_ALIASES]: Remove code.
4944
b0cb3096
JM
49452014-07-01 Joseph Myers <joseph@codesourcery.com>
4946
4947 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
4948 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
4949 undefine.
4950 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
4951 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
4952
4d76cb39
RM
49532014-07-01 Roland McGrath <roland@hack.frob.com>
4954
4955 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
4956 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
4957
4958 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
4959 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
4960
4961 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
4962 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
4963 ... here.
4964 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
4965 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
4966
4967 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
4968 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
4969 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
4970 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
4971
4972 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
4973 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
4974 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
4975 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
4976 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
4977 Moved ...
4978 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
4979 ... here.
4980 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
4981 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
4982 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
4983 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
4984 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
4985 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
4986 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
4987 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
4988 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
4989 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
4990 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
4991 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
4992 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
4993 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
4994 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
4995 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
4996 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
4997 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
4998 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
4999 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5000 ... here.
5001 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5002 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5003 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5004 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5005 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5006 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5007 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5008 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5009
0cdcad17
DH
50102014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
5011
5012 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5013 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5014 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5015 Add sysdep.
5016
9b71d0e3
AZ
50172014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5018
5019 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5020
665390c2
JM
50212014-06-30 Joseph Myers <joseph@codesourcery.com>
5022
ae05a9d7
JM
5023 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5024 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5025
a7672a2f
JM
5026 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5027
665390c2
JM
5028 * sysdeps/arm/libm-test-ulps: Regenerated.
5029
d7a05d07
MR
50302014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
5031 Roland McGrath <roland@hack.frob.com>
5032
5033 * test-skeleton.c (signal_handler): Kill the whole process group
5034 before killing the child individually.
5035 (main): Report any failure on `setpgid'.
5036
46f1d8a6
RM
50372014-06-30 Roland McGrath <roland@hack.frob.com>
5038
5039 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5040 from _TLS_H to _ARM_NPTL_TLS_H.
5041 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5042 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5043
9c37ec0b
JM
50442014-06-30 Joseph Myers <joseph@codesourcery.com>
5045
ce9c5b3e
JM
5046 [BZ #16539]
5047 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5048 (__expm1l): Return argument unchanged when small but not
5049 subnormal.
5050
3a6e9887
JM
5051 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5052 include macro name.
5053 (_FP_UNPACK_RAW_1_P): Likewise.
5054 (_FP_PACK_RAW_1): Likewise.
5055 (_FP_PACK_RAW_1_P): Likewise.
5056 (_FP_MUL_MEAT_1_wide): Likewise.
5057 (_FP_MUL_MEAT_DW_1_hard): Likewise.
5058 (_FP_MUL_MEAT_1_hard): Likewise.
5059 (_FP_DIV_MEAT_1_imm): Likewise.
5060 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5061 (_FP_DIV_MEAT_1_udiv): Likewise.
5062 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5063 (_FP_UNPACK_RAW_2): Likewise.
5064 (_FP_UNPACK_RAW_2_P): Likewise.
5065 (_FP_PACK_RAW_2): Likewise.
5066 (_FP_PACK_RAW_2_P): Likewise.
5067 (_FP_MUL_MEAT_DW_2_wide): Likewise.
5068 (_FP_MUL_MEAT_2_wide): Likewise.
5069 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5070 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5071 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5072 (_FP_MUL_MEAT_2_gmp): Likewise.
5073 (_FP_DIV_MEAT_2_udiv): Likewise.
5074 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5075 (_FP_FRAC_SRL_4): Likewise.
5076 (_FP_FRAC_SRST_4): Likewise.
5077 (_FP_FRAC_SRS_4): Likewise.
5078 (_FP_UNPACK_RAW_4): Likewise.
5079 (_FP_UNPACK_RAW_4_P): Likewise.
5080 (_FP_PACK_RAW_4): Likewise.
5081 (_FP_PACK_RAW_4_P): Likewise.
5082 (_FP_MUL_MEAT_DW_4_wide): Likewise.
5083 (_FP_MUL_MEAT_4_wide): Likewise.
5084 (_FP_MUL_MEAT_4_gmp): Likewise.
5085 (umul_ppppmnnn): Likewise.
5086 (_FP_DIV_MEAT_4_udiv): Likewise.
5087 (__FP_FRAC_ADD_4): Likewise.
5088 (__FP_FRAC_SUB_3): Likewise.
5089 (__FP_FRAC_SUB_4): Likewise.
5090 (__FP_FRAC_DEC_3): Likewise.
5091 (__FP_FRAC_DEC_4): Likewise.
5092 (__FP_FRAC_ADDI_4): Likewise.
5093 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5094 (_FP_FRAC_SRL_8): Likewise.
5095 (_FP_FRAC_SRS_8): Likewise.
5096
9c37ec0b
JM
5097 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5098 include macro name.
5099 (FP_UNPACK_RAW_EP): Likewise.
5100 (FP_PACK_RAW_E): Likewise.
5101 (FP_PACK_RAW_EP): Likewise.
5102 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5103 (_FP_ISSIGNAN): Likewise.
5104 (_FP_ADD_INTERNAL): Likewise.
5105 (_FP_FMA): Likewise.
5106 (_FP_CMP): Likewise.
5107 (_FP_SQRT): Likewise.
5108 (_FP_TO_INT): Likewise.
5109 (_FP_FROM_INT): Likewise.
5110 (FP_EXTEND): Likewise.
5111 (_FP_DIV_MEAT_N_loop): Likewise.
5112
2125f674
MR
51132014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
5114
5115 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5116 throughout.
5117
edea4028
JM
51182014-06-29 Joseph Myers <joseph@codesourcery.com>
5119
5120 [BZ #17097]
5121 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5122 result with correct sign in case of exponents that produce
5123 overflow except for X very close to 1.
5124
dd0ba018
PE
51252014-06-28 Paul Eggert <eggert@cs.ucla.edu>
5126
5127 mktime: merge #if/#ifdef usage from glibc
5128 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5129 as that works with both Glibc's and Gnulib's style.
5130 See thread starting at Siddhesh Poyarekar's bug report at:
5131 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5132
64df73c2
SP
51332014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
5134
5135 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5136 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5137 * sysdeps/tile/tilegx/memmove.c: Remove file.
5138
f1eafb41
JM
51392014-06-27 Joseph Myers <joseph@codesourcery.com>
5140
5141 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5142 abi-name definition.
5143 * scripts/soversions.awk: Do not handle or generate ABI lines.
5144 * shlib-versions: Remove ABI entries.
5145 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5146 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5147
58eb0862
RM
51482014-06-27 Roland McGrath <roland@hack.frob.com>
5149
37caf178
RM
5150 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5151 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5152 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5153 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5154 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5155 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5156 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5157 Moved ...
5158 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5159 ... here.
5160 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5161 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5162 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5163 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5164 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5165 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5166 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5167 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5168 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5169 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5170 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5171 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5172 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5173 Moved ...
5174 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5175 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5176 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5177 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5178 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5179 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5180 Moved ...
5181 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5182 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5183 Moved ...
5184 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5185 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5186 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5187 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5188 Moved ...
5189 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5190 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5191 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5192 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5193 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5194 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5195 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5196 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5197 Moved ...
5198 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5199 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5200 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5201 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5202 Moved ...
5203 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5204 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5205 Moved ...
5206 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5207 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5208 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5209 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5210 Moved ...
5211 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5212 ... here.
5213 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5214 Identical file removed.
5215 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5216 Moved ...
5217 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5218 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5219 Identical file removed.
5220 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5221 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5222 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5223 Moved ...
5224 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5225 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5226 Identical file removed.
5227 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5228 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5229 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5230 Identical file removed.
5231 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5232 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5233 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5234 Identical file removed.
5235 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5236 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5237 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5238 Identical file removed.
5239 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5240 Moved ...
5241 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5242 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5243 Identical file removed.
5244 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5245 Moved ...
5246 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5247 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5248 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5249 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5250 Identical file removed.
5251 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5252 Moved ...
5253 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5254 ... here.
5255 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5256 Identical file removed.
5257 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5258 Moved ...
5259 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5260 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5261 Identical file removed.
5262 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5263 Moved ...
5264 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5265 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5266 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5267 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5268 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5269 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5270 Moved ...
5271 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5272 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5273 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5274
58eb0862
RM
5275 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5276 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5277 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5278 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5279 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5280
6f12d062
AS
52812014-06-27 Arjun Shankar <arjun.is@lostca.se>
5282
5283 [BZ #17092]
5284 * nscd/nscd.c (monitor_child): Return exit status of child
5285 instead of return value from wait syscall.
5286
be254932
JM
52872014-06-27 Joseph Myers <joseph@codesourcery.com>
5288
cb403c34
JM
5289 * configure.ac (libc_commonpagesize): Remove variable.
5290 (libc_relro_required): Likewise.
5291 (libc_cv_z_relro): Remove configure test.
5292 * configure: Regenerated.
5293 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5294 variable.
5295 (libc_relro_required): Likewise.
5296 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5297 (libc_relro_required): Likewise.
5298 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5299 (libc_relro_required): Likewise.
5300 * sysdeps/arm/preconfigure: Regenerated.
5301 * sysdeps/ia64/preconfigure: Remove file.
5302 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5303 variable.
5304 (libc_relro_required): Likewise.
5305
be254932
JM
5306 [BZ #16561]
5307 [BZ #16562]
5308 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5309 (__ieee754_yn): Set FE_TONEAREST mode internally and then
5310 recompute overflowing results in original rounding mode.
5311 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5312 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5313 recompute overflowing results in original rounding mode.
5314 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5315 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5316 recompute overflowing results in original rounding mode.
5317 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5318 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5319 recompute overflowing results in original rounding mode.
5320 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5321 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5322 recompute overflowing results in original rounding mode.
5323 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5324 (libc_feholdsetround_ctx): New macro.
5325 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5326 * sysdeps/i386/fpu/libm-test-ulps: Update.
5327 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5328
b351d85a
JM
53292014-06-26 Joseph Myers <joseph@codesourcery.com>
5330
5331 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5332 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5333 corresponding .cpsetup call.
5334
3cb4de47
RM
53352014-06-26 Roland McGrath <roland@hack.frob.com>
5336
5337 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5338 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5339 * sysdeps/arm/Makefile [$(subdir) = csu]
5340 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5341 (static-only-routines): Add aeabi_read_tp here.
5342 (shared-only-routines): Add libc-aeabi_read_tp here.
5343 (CFLAGS-libc-start.c): Add -fexceptions here.
5344 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5345 (sysdep_routines, static-only-routines, shared-only-routines):
5346 Don't add to these here.
5347 (CFLAGS-libc-start.c): Likewise.
5348
5349 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5350 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5351 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5352 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5353 * sysdeps/arm/Makefile [$(subdir) = rt]
5354 (librt-sysdep_routines, librt-shared-only-routines):
5355 Append rt-aeabi_unwind_cpp_pr1 here.
5356 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5357 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5358 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5359 (libpthread-sysdep_routines, libpthread-shared-only-routines):
5360 Append nptl-aeabi_unwind_cpp_pr1 here.
5361 (tests): Filter out tst-cleanupx4 here.
5362 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5363 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5364 Don't do those here.
5365
354426bb
JM
53662014-06-26 Joseph Myers <joseph@codesourcery.com>
5367
5368 * scripts/list-sources.sh: Do not handle ports specially.
5369
28b0a8c9
RM
53702014-06-26 Roland McGrath <roland@hack.frob.com>
5371
a3dd035d
RM
5372 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5373 * sysdeps/arm/feupdateenv.c: Likewise.
5374
28b0a8c9
RM
5375 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5376
e66a8203
JM
53772014-06-26 Joseph Myers <joseph@codesourcery.com>
5378
5379 * manual/texinfo.tex: Update to version 2014-05-05.10 with
5380 trailing whitespace removed.
5381 * scripts/config.guess: Update to version 2014-03-23.
5382 * scripts/config.sub: Update to version 2014-05-01
5383 * scripts/install-sh: Update to version 2013-12-25.23.
5384 * scripts/move-if-change: Update from gnulib.
5385
74171115
SP
53862014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
5387
b97c9ce5
SP
5388 * debug/memmove_chk.c: Remove pagecopy.h include.
5389
4000f892
SP
53902014-06-26 Paul Eggert <eggert@cs.ucla.edu>
5391
74171115
SP
5392 * time/mktime.c (leapyear): Remove inline keyword. The code is now
5393 identical to gnulib mktime.
5394
a8779c28
JM
53952014-06-26 Joseph Myers <joseph@codesourcery.com>
5396
e64708de
JM
5397 * configure.ac: Do not test for machine being rs6000. Do not test
5398 for powerpc*-*soft.
5399 * configure: Regenerated.
5400
a8779c28
JM
5401 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5402 test.
5403 * configure: Regenerated.
5404 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5405 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5406 Remove configure test.
5407 * sysdeps/arm/configure: Regenerated.
5408 * sysdeps/nptl/configure.ac: Do not check
5409 libc_cv_asm_cfi_directives.
5410 * sysdeps/nptl/configure: Regenerated.
5411 * sysdeps/x86_64/nptl/configure.ac: Remove file.
5412 * sysdeps/x86_64/nptl/configure: Remove generated file.
5413 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5414 unconditional.
5415 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5416
2aac0a86
SP
54172014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
5418
059bf913
SP
5419 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5420 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5421 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5422 it is defined.
5423
4cf5b6d0
SP
5424 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5425 instead of whether it is defined.
5426 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5427 * sysdeps/hppa/dl-machine.h: Likewise.
5428 * sysdeps/ia64/dl-machine.h: Likewise.
5429 * sysdeps/m68k/dl-machine.h: Likewise.
5430 * sysdeps/microblaze/dl-machine.h: Likewise.
5431 * sysdeps/mips/dl-machine.: Likewise.
5432 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5433 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5434 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5435 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5436 * sysdeps/sh/dl-machine.h: Likewise.
5437 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5438 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5439 * sysdeps/tile/dl-machine.h: Likewise.
5440 * sysdeps/x86_64/dl-machine.h: Likewise.
5441
2aac0a86
SP
5442 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5443 code.
5444 (verify_persistent_db): Likewise.
5445
6ad2df0b
RM
54462014-06-26 Roland McGrath <roland@hack.frob.com>
5447
d8a483f3
RM
5448 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5449 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5450 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5451 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5452 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5453 Moved ...
5454 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5455 ... here.
5456 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5457 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5458 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5459 Identical file removed.
5460 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5461 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5462 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5463 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5464 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5465 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5466 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5467 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5468 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5469 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5470 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5471 Moved ...
5472 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5473 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5474 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5475 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5476 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5477 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5478 Moved ...
5479 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5480 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5481 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5482 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5483 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5484 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5485 Identical file removed.
5486 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5487 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5488 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5489 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5490 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5491 Moved ...
5492 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5493 ... here.
5494 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
5495 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
5496 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
5497 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
5498 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
5499 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
5500 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
5501 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
5502 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
5503 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
5504 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5505 Moved ...
5506 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
5507 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
5508 Moved ...
5509 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
5510 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
5511 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
5512 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
5513 Moved ...
5514 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
5515 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
5516 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
5517
52ae23b4
RM
5518 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
5519 folded into ...
5520 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
5521 * sysdeps/unix/sysv/linux/s390/Versions
5522 (libpthread: GLIBC_2.19): New version set.
5523 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
5524 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
5525 (librt: GLIBC_2.3.3): New version set.
5526 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
5527 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
5528 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
5529 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
5530 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
5531 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
5532 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
5533 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
5534 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
5535 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
5536 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
5537 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
5538 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
5539 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
5540 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
5541 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
5542 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
5543 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
5544 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
5545 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
5546 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
5547 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
5548 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
5549 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
5550 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
5551 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
5552 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
5553 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
5554 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
5555 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
5556 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
5557 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
5558 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
5559 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
5560 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
5561 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
5562 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
5563 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
5564 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
5565 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
5566 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
5567 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
5568 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
5569 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
5570 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
5571
39507e4a
RM
5572 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
5573 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
5574 (__libc_vfork): Define the function under this name.
5575 [!NOT_IN_libc] (__vfork): Make this an alias.
5576 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5577 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
5578 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
5579 (__libc_vfork): Define the function under this name.
5580 [!NOT_IN_libc] (__vfork): Make this an alias.
5581 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5582 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
5583 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
5584 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
5585 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
5586 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5587
e549ee56
RM
5588 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
5589 code that was previously under [RESET_PID].
5590 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5591 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
5592 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
5593
6ad2df0b
RM
5594 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
5595 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
5596 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
5597 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
5598 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
5599 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
5600 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
5601 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
5602 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
5603 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
5604 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
5605 Moved ...
5606 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
5607 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
5608 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
5609 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
5610 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
5611 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
5612 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
5613 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
5614 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
5615 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
5616 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
5617 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
5618 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
5619 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
5620 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
5621 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
5622 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
5623 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
5624 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
5625 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
5626 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
5627 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
5628 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
5629 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
5630 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
5631 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
5632 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
5633 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
5634 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
5635
7c1c1d8e
RM
56362014-06-25 Roland McGrath <roland@hack.frob.com>
5637
5638 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
5639 that was previously under [RESET_PID].
5640 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
5641
3e239be6
JM
56422014-06-25 Joseph Myers <joseph@codesourcery.com>
5643
74385da5
JM
5644 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
5645 not undefine and redefine.
5646 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
5647 [O_CLOEXEC]: Make code unconditional.
5648 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
5649 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
5650 <kernel-features.h>.
5651 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
5652 conditional variable definition.
5653 (shm_open) [O_CLOEXEC]: Make code unconditional.
5654 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
5655 code.
5656
c2570a0b
JM
5657 * configure.ac (USE_REGPARMS): Don't define here.
5658 * configure: Regenerated.
5659 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
5660 * sysdeps/i386/configure: Regenerated.
5661
11b076bb
JM
5662 * nptl/createthread.c: Don't include kernel-features.h.
5663 * nptl/pthread_cancel.c: Likewise.
5664 * nptl/pthread_condattr_setclock.c: Likewise.
5665 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
5666 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
5667 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
5668 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
5669 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
5670 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
5671 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5672 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
5673 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5674 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
5675 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
5676 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
5677 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
5678 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
5679 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
5680 * nscd/gai.c: Likewise.
5681 * nss/nss_db/db-open.c: Likewise.
5682 * sysdeps/generic/ldsodefs.h: Likewise.
5683 * sysdeps/sh/nptl/tls.h: Likewise.
5684 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5685 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
5686 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
5687 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
5688 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
5689 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5690 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
5691 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5692 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
5693 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
5694 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
5695 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
5696 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
5697 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
5698 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
5699 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
5700 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
5701 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
5702 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
5703 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
5704 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
5705 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
5706 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
5707 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
5708 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
5709 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
5710 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
5711 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
5712 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5713 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5714 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
5715 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5716 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5717 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5718 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
5719 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5720 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
5721 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
5722 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
5723 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5724 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5725 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
5726 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
5727 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
5728 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
5729 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
5730 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
5731 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
5732 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
5733 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5734 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
5735 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5736 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
5737 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5738 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
5739 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
5740 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5741 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
5742 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
5743 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
5744 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
5745 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
5746 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
5747 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
5748 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
5749 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
5750 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
5751 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
5752 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
5753 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
5754 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
5755 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
5756 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
5757 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
5758 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5759 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5760 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5761 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
5762 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
5763 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
5764 * sysdeps/unix/sysv/linux/pread.c: Likewise.
5765 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
5766 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
5767 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5768 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
5769 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5770 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5771 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
5772 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
5773 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
5774 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
5775 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
5776 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5777 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
5778 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
5779 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5780 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
5781 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
5782 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
5783 * sysdeps/unix/sysv/linux/system.c: Likewise.
5784 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
5785 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
5786 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
5787 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
5788 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
5789 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5790 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
5791
92072d57
JM
5792 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
5793 * configure: Regenerated.
5794 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
5795
3e239be6
JM
5796 * configure.ac (base_machine): Do not set specially for particular
5797 machines here.
5798 * configure: Regenerated.
5799 * sysdeps/powerpc/preconfigure: Move machine and base_machine
5800 settings from configure.ac.
5801 * sysdeps/i386/preconfigure: New file.
5802 * sysdeps/s390/preconfigure: Likewise.
5803 * sysdeps/sh/preconfigure: Likewise.
5804 * sysdeps/sparc/preconfigure: Likewise.
5805
06d50baa
RM
58062014-06-25 Roland McGrath <roland@hack.frob.com>
5807
74836003
RM
5808 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
5809 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
5810 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
5811 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
5812 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
5813 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
5814 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
5815 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
5816 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
5817 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
5818 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
5819 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
5820 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
5821 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
5822 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
5823 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
5824 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
5825 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
5826 * sysdeps/sparc/sparc64/Makefile: ... appended here.
5827
5828 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
5829 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
5830 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
5831 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
5832 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
5833 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
5834 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
5835 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
5836 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
5837 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
5838 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
5839 * sysdeps/sparc/sparc32/sem_post.c: ... here.
5840 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
5841 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
5842 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
5843 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
5844 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
5845 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
5846 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
5847 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
5848 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
5849 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
5850 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
5851 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
5852 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
5853 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
5854 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
5855 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
5856 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
5857 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
5858 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
5859 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
5860 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
5861 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
5862 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
5863 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
5864 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
5865 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
5866
06d50baa
RM
5867 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
5868 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
5869 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
5870 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
5871 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
5872 Moved ...
5873 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
5874 ... here.
5875 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
5876 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
5877 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
5878 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
5879 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
5880 Moved ...
5881 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
5882 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
5883 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
5884 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
5885 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
5886 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
5887 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
5888 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
5889 Moved ...
5890 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
5891 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
5892 Moved ...
5893 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
5894 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
5895 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
5896 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
5897 Moved ...
5898 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
5899 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
5900 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
5901 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
5902 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
5903 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
5904 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
5905 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
5906 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
5907 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
5908 Moved ...
5909 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
5910 ... here.
5911 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
5912 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
5913 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
5914 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
5915 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
5916 Moved ...
5917 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
5918 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
5919 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
5920 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
5921 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
5922 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
5923 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
5924 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
5925 Moved ...
5926 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
5927 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
5928 Moved ...
5929 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
5930 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
5931 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
5932 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
5933 Moved ...
5934 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
5935 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
5936 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
5937 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
5938 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
5939
a4ccbc9b
JM
59402014-06-25 Joseph Myers <joseph@codesourcery.com>
5941
0828edbf
JM
5942 * timezone/checktab.awk: Update from tzcode 2014e.
5943 * timezone/private.h: Likewise.
5944 * timezone/tzfile.h: Likewise.
5945 * timezone/zdump.c: Likewise.
5946 * timezone/zic.c: Likewise.
5947
a4ccbc9b
JM
5948 * sysdeps/unix/sysv/linux/kernel-features.h
5949 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
5950 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
5951 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
5952 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
5953 Remove conditional code.
5954
9aea0cb8
WN
59552014-06-25 Will Newton <will.newton@linaro.org>
5956
5957 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
5958 (_dl_arm_cap_flags): Add HWCAP2 values.
5959 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
5960 (_DL_HWCAP_COUNT): Increase to 37.
5961 (_DL_HWCAP_LAST): New define.
5962 (_DL_HWCAP2_LAST): New define.
5963 (_dl_procinfo): Add support for printing
5964 AT_HWCAP2 entries.
5965 (_dl_string_hwcap): Use _dl_hwcap_string.
5966
6eaa65ce
AZ
59672014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5968
5969 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5970
0f5b7185
JM
59712014-06-25 Joseph Myers <joseph@codesourcery.com>
5972
cfd2ea50
JM
5973 * README: Do not mention ports directory.
5974
cecf2ed4
JM
5975 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
5976 Remove macro.
5977 * sysdeps/unix/sysv/linux/futimes.c: Do not include
5978 <kernel-features.h>.
5979 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
5980 conditional variable definition.
5981 (__futimes): Update comment.
5982 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
5983 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
5984
a638de82
JM
5985 [BZ #16560]
5986 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
5987 arguments close to 0.
5988 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
5989 Likewise.
5990 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
5991 Likewise.
5992 * math/auto-libm-test-in: Add more tests of exp10.
5993 * math/auto-libm-test-out: Regenerated.
5994 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5995
0f5b7185
JM
5996 * sysdeps/unix/sysv/linux/kernel-features.h
5997 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
5998 * sysdeps/unix/sysv/linux/readv.c: Do not include
5999 <kernel-features.h>.
6000 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6001 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6002 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6003 unconditional.
6004 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6005 conditional code.
6006 * sysdeps/unix/sysv/linux/writev.c: Do not include
6007 <kernel-features.h>.
6008 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6009 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6010 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6011 unconditional.
6012 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6013 conditional code.
6014
c7aec4be
WN
60152014-06-25 Will Newton <will.newton@linaro.org>
6016
6017 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6018 comment changes throughout the file. Remove checks
6019 for HAVE_*_H definitions that are not required.
6020 (__gen_tempname): Call abort if an unknown kind value is
6021 passed.
6022
c5241f95
AS
60232014-06-25 Andreas Schwab <schwab@suse.de>
6024
6025 [BZ #17086]
6026 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6027 scalbln, scalblnf, scalblnl in libc.
6028
911422da
SP
60292014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
6030
6031 [BZ #17086]
6032 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6033 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6034 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6035
0d749bbe
RM
60362014-06-24 Roland McGrath <roland@hack.frob.com>
6037
6038 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6039 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6040 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6041 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6042 Update #include.
6043 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6044 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6045 Update #include.
6046 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6047 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6048 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6049 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6050 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6051 * sysdeps/x86/bits/pthreadtypes.h: ... here.
6052 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6053 * sysdeps/x86/bits/semaphore.h: ... here.
6054 * sysdeps/x86/nptl/elide.h: Moved ...
6055 * sysdeps/x86/elide.h: ... here.
6056 * sysdeps/x86_64/nptl/Implies: File removed.
6057 * sysdeps/i386/nptl/Implies: File removed.
6058
0ea5d373
JM
60592014-06-24 Joseph Myers <joseph@codesourcery.com>
6060
4060283d
JM
6061 [BZ #16539]
6062 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6063 return the argument for normal arguments with exponent below -64.
6064 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6065 Likewise.
6066 * math/auto-libm-test-in: Add another test of expm1.
6067 * math/auto-libm-test-out: Regenerated.
6068
e7dd3c8c
JM
6069 [BZ #16287]
6070 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6071 calling __erfcl for arguments at least 16.
6072 * math/auto-libm-test-in: Add more tests of erf.
6073 * math/auto-libm-test-out: Regenerated.
6074
0ea5d373
JM
6075 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6076 individual architectures.
6077 * sysdeps/unix/sysv/linux/configure: Regenerated.
6078 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6079 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6080 * sysdeps/unix/sysv/linux/powerpc/configure.ac
6081 (ldd_rewrite_script): Define variable.
6082 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6083 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6084 file.
6085 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6086 generated file.
6087 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6088 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6089 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6090 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6091 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6092 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6093 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6094 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6095
2307e126
SP
60962014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
6097
6098 [BZ #17084]
6099 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6100 Rename member __data.d to __data.__elision_data.
6101
c0a4ed77
W
61022014-06-24 Wilco <wdijkstr@arm.com>
6103
6104 * NEWS: Add 16918 to fixed bug list.
6105
b8c00573
W
61062014-06-24 Wilco <wdijkstr@arm.com>
6107
6108 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6109
b5570d92
W
61102014-06-24 Wilco <wdijkstr@arm.com>
6111
6112 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6113 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6114 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6115 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6116 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6117 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6118 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6119 Use _FPU_MASK_RM.
6120
947bdca2
W
61212014-06-24 Wilco <wdijkstr@arm.com>
6122
6123 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6124
00f669ed
W
61252014-06-24 Wilco <wdijkstr@arm.com>
6126
6127 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6128 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6129 * sysdeps/arm/fesetround.c (fesetround): Remove space.
6130 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6131
db59bad3
W
61322014-06-24 Wilco <wdijkstr@arm.com>
6133
6134 [BZ #16918]
6135 * sysdeps/arm/feupdateenv.c (feupdateenv):
6136 Rewrite to reduce FPSCR accesses and fix return value.
6137
001f7b77
W
61382014-06-24 Wilco <wdijkstr@arm.com>
6139
6140 * sysdeps/arm/fclrexcpt.c (feclearexcept):
6141 Optimize to avoid unnecessary FPSCR writes.
6142 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6143 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6144 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6145 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6146
4841e6a6
W
61472014-06-24 Wilco <wdijkstr@arm.com>
6148
6149 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6150 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6151 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6152 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6153 Call libc_fetestexcept_vfp.
6154 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6155 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6156 __SOFTFP__ ifdef so that they can be built for softfp.
6157
0813022c
SP
61582014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
6159
08e5862f
SP
6160 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6161 argument type signed char.
6162
0813022c
SP
6163 * Makerules (check-abi): Dump diff of symlist if the test
6164 fails.
6165
3fc7236a
RM
61662014-06-23 Roland McGrath <roland@hack.frob.com>
6167
aba8ef95
RM
6168 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6169 using abort.
6170
3fc7236a
RM
6171 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6172 Remove unused variable ST.
6173
4da6db51
JM
61742014-06-23 Joseph Myers <joseph@codesourcery.com>
6175
4648909d
JM
6176 [BZ #16354]
6177 [BZ #17061]
6178 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6179 small arguments before calling __expm1.
6180 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6181 small arguments before calling __expm1f.
6182 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6183 small arguments before calling __expm1l.
6184 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6185 Likewise.
6186 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6187 * math/auto-libm-test-in: Add more cosh tests. Do not allow
6188 spurious underflow for some cosh tests.
6189 * math/auto-libm-test-out: Regenerated.
6190 * sysdeps/i386/fpu/libm-test-ulps: Update.
6191
46a3d3c7
JM
6192 [BZ #17050]
6193 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6194 (__ieee754_y1): Set errno if return value overflows.
6195 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6196 (__ieee754_y1f): Set errno if return value overflows.
6197 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6198 (__ieee754_y1l): Set errno if return value overflows.
6199 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6200 (__ieee754_y1l): Set errno if return value overflows.
6201 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6202 * math/auto-libm-test-out: Regenerated.
6203
863893ec
JM
6204 * math/gen-auto-libm-tests.c: Document use of
6205 ignore-zero-inf-sign.
6206 (input_flag_type): Add value flag_ignore_zero_inf_sign.
6207 (input_flags): Add ignore-zero-inf-sign.
6208 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6209 * math/gen-libm-test.pl (generate_testfile): Handle
6210 ignore-zero-inf-sign.
6211 * math/auto-libm-test-in: Mark some cpow tests with
6212 ignore-zero-inf-sign and some with xfail-rounding.
6213 * math/auto-libm-test-out: Regenerated.
6214 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6215 * sysdeps/i386/fpu/libm-test-ulps: Update.
6216 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6217
4da6db51
JM
6218 [BZ #16315]
6219 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6220 overflowing or underflowing operations take place with sign of
6221 result.
6222 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6223 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6224 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6225 (__ieee754_pow): Recompute overflowing and underflowing results in
6226 original rounding mode.
6227 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6228 (__powl_helper): Allow negative argument X and scale negated value
6229 as needed. Avoid passing value outside [-1, 1] to f2xm1.
6230 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6231 overflowing or underflowing operations take place with sign of
6232 result.
6233 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6234 Include <math.h>.
6235 * math/auto-libm-test-in: Add more tests of pow.
6236 * math/auto-libm-test-out: Regenerated.
6237 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6238 (pow_tonearest_test_data): Remove.
6239 (pow_test_tonearest): Likewise.
6240 (pow_towardzero_test_data): Likewise.
6241 (pow_test_towardzero): Likewise.
6242 (pow_downward_test_data): Likewise.
6243 (pow_test_downward): Likewise.
6244 (pow_upward_test_data): Likewise.
6245 (pow_test_upward): Likewise.
6246 (main): Don't call removed functions.
6247 * sysdeps/i386/fpu/libm-test-ulps: Update.
6248 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6249
5686b236
RM
62502014-06-23 Roland McGrath <roland@hack.frob.com>
6251
6252 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6253 Moved ...
6254 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6255 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6256 Moved ...
6257 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6258 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6259 Moved ...
6260 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6261 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6262 Moved ...
6263 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6264 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6265 File removed.
6266 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6267 File removed.
6268 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6269 File removed.
6270 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6271 File removed.
6272 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6273 File removed.
6274 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6275 File removed.
6276 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6277 File removed.
6278 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6279 File removed.
6280 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6281 File removed.
6282 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6283 File removed.
6284 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6285 File removed.
6286 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6287 File removed.
6288 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6289 Moved ...
6290 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6291 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6292 Moved ...
6293 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6294 ... here.
6295 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6296 Moved ...
6297 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6298 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6299 Moved ...
6300 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6301 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6302 Moved ...
6303 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6304 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6305 Moved ...
6306 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6307 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6308 Moved ...
6309 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6310 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6311 Moved ...
6312 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6313 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6314 Moved ...
6315 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6316 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6317 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6318 ... here.
6319 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6320 Moved ...
6321 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6322 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6323 Moved ...
6324 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6325 ... here.
6326 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6327 Moved ...
6328 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6329 ... here.
6330 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6331 Moved ...
6332 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6333 ... here.
6334 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6335 Moved ...
6336 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6337 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6338 Moved ...
6339 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6340 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6341 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6342 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6343 Moved ...
6344 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6345 ... here.
6346 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6347 Moved ...
6348 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6349 ... here.
6350 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6351 Moved ...
6352 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6353 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6354 Moved ...
6355 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6356 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6357 Moved ...
6358 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6360 Moved ...
6361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6362 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6363 Moved ...
6364 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6365 ... here.
6366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6367 Moved ...
6368 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6369 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6370 Moved ...
6371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6372 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6373 Moved ...
6374 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6375 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6376 Moved ...
6377 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6378 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6380 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6381 Moved ...
6382 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6383 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6384 Moved ...
6385 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6386 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6387 Moved ...
6388 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6389 ... here.
6390 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6391 Moved ...
6392 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6393 ... here.
6394 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6395 Moved ...
6396 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6397 ... here.
6398 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6399 Moved ...
6400 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6401 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6402 Moved ...
6403 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6404 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6405 Moved ...
6406 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6407 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6408 Moved ...
6409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6410 ... here.
6411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6412 Moved ...
6413 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6414 ... here.
6415 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6416 Moved ...
6417 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6418 ... here.
6419 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6420 Moved ...
6421 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6423 Moved ...
6424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6425
e6d90d67
WD
64262014-06-23 Will Newton <will.newton@linaro.org>
6427 Wilco <wdijkstr@arm.com>
6428
6429 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6430 implementation. Include get-rounding-mode.h.
6431 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6432 [!libc_feholdsetround_noex_ctx]: Define
6433 libc_feholdsetround_noex_ctx.
6434 [!libc_feholdsetround_noexf_ctx]: Define
6435 libc_feholdsetround_noexf_ctx.
6436 [!libc_feholdsetround_noexl_ctx]: Define
6437 libc_feholdsetround_noexl_ctx.
6438 (libc_feholdsetround_ctx): New function.
6439 (libc_feresetround_ctx): New function.
6440 (libc_feholdsetround_noex_ctx): New function.
6441 (libc_feresetround_noex_ctx): New function.
6442
d42df555
RM
64432014-06-23 Roland McGrath <roland@hack.frob.com>
6444
88a46474
RM
6445 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6446 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6447 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6448 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6449 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6450 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6451
15bed472
RM
6452 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6453 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6454 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6455 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6456 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6457 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6458 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6459 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6460 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6461 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6462 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6463 Moved ...
6464 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6465 ... here.
6466 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6467 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6468 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6469 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6470 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6471 Moved ...
6472 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6473 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6474 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6475 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6476 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6477 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6478 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6479 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6480 Moved ...
6481 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6482 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6483 Moved ...
6484 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6485 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6486 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6487 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6488 Moved ...
6489 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6490 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6491 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6492 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6493 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6494 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
6495 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
6496 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
6497 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
6498 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
6499 Moved ...
6500 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
6501 ... here.
6502 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
6503 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
6504 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
6505 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
6506 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
6507 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
6508 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
6509 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
6510 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
6511 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
6512 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
6513 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
6514 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
6515 Moved ...
6516 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
6517 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
6518 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
6519 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
6520 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
6521 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
6522 Moved ...
6523 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
6524 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
6525 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
6526 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
6527 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
6528
d42df555
RM
6529 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
6530 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
6531 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
6532 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
6533 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
6534 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
6535 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
6536 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
6537 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
6538 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
6539 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
6540 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
6541 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
6542 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
6543 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
6544 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
6545 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
6546 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
6547 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
6548 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
6549 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
6550 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
6551 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
6552 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
6553 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
6554 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
6555 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
6556 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
6557
76e5216e
JM
65582014-06-23 Joseph Myers <joseph@codesourcery.com>
6559
6560 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
6561 (FALLOC_FL_COLLAPSE_RANGE): New macro.
6562 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
6563 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
6564 (IPV6_PMTUDISC_INTERFACE): Likewise.
6565 (IPV6_PMTUDISC_OMIT): Likewise.
6566
7a81cbcc
AS
65672014-06-23 Andreas Schwab <schwab@suse.de>
6568
6569 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
6570 Remove unused errout label.
6571
db224009
AZ
65722014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6573
6574 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
6575 macro: hardware supports Vector Crypto instructions.
6576
f393b4aa
WN
65772014-06-23 Will Newton <will.newton@linaro.org>
6578
cc7d0447
WN
6579 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
6580 rather than __builtin_expect.
6581
d6d06225
WN
6582 * elf/dl-lookup.c (undefined_msg): Remove variable.
6583 (_dl_lookup_symbol_x): Replace undefined_msg with string
6584 literal.
6585
f393b4aa
WN
6586 * elf/dl-lookup.c (do_lookup_unique): New function.
6587 (do_lookup_x): Move STB_GNU_UNIQUE handling code
6588 to a separate function.
6589
ac60763e
AS
65902014-06-23 Andreas Schwab <schwab@suse.de>
6591
6592 [BZ #17079]
6593 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
6594 before reading the next line.
6595
c5c13355
WN
65962014-06-23 Will Newton <will.newton@linaro.org>
6597
6598 * test-skeleton.c (signal_handler): Use printf and %m
6599 rather than perror. Use printf rather than fprintf to
6600 stderr. Use puts rather than fputs to stderr.
6601 (main): Likewise.
6602
bd3675f9
LC
66032014-06-22 Ludovic Courtès <ludo@gnu.org>
6604
6605 * nscd/nscd.c (thread_info_t): Remove typedef.
6606 (thread_info): Remove variable.
6607
d03efb2f
AM
66082014-06-21 Allan McRae <allan@archlinux.org>
6609
6610 * NEWS: Mention CVE-2014-4043.
6611
bc4a86fa
RM
66122014-06-20 Roland McGrath <roland@hack.frob.com>
6613
dc9a54f8
RM
6614 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
6615 * nptl/smp.h: ... here.
6616
bd7022c4
RM
6617 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
6618
26ffd5e6
RM
6619 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
6620 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
6621 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
6622 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
6623
93a6d082
RM
6624 * nptl/allocatestack.c: Include <stack-aliasing.h>.
6625 * nptl/stack-aliasing.h: New file.
6626 * sysdeps/i386/i686/stack-aliasing.h: New file.
6627 * sysdeps/i386/i686/nptl/Makefile: File removed.
6628 * sysdeps/x86_64/stack-aliasing.h: New file.
6629 * sysdeps/x86_64/nptl/Makefile
6630 (CFLAGS-pthread_create.c): Variable removed.
6631
bc4a86fa
RM
6632 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
6633 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
6634 old file.
6635 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
6636 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
6637 old file.
6638
2272ffc1
JM
66392014-06-21 Joseph Myers <joseph@codesourcery.com>
6640
6641 * sysdeps/unix/sysv/linux/arm/kernel-features.h
6642 (__ASSUME_SIGFRAME_V2): Remove macro.
6643 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
6644 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
6645 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
6646 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
6647 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
6648 Declare as function. Remove conditional macro definitions.
6649 (__default_rt_sa_restorer): Likewise.
6650 (__default_sa_restorer_v1): Remove declaration.
6651 (__default_sa_restorer_v2): Likewise.
6652 (__default_rt_sa_restorer_v1): Likewise.
6653 (__default_rt_sa_restorer_v2): Likewise.
6654 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
6655 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
6656 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
6657
4b88139b
RM
66582014-06-20 Roland McGrath <roland@hack.frob.com>
6659
6660 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
6661 (libpthread-routines): Add sysdep.
6662 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
6663 * sysdeps/unix/sysv/linux/sparc/Versions
6664 (libpthread: GLIBC_2.3.3): New version set.
6665 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
6666 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
6667 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
6668 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
6669 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
6670 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
6671 Moved ...
6672 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
6673 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
6674 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
6675 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
6676 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
6677 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
6678 * sysdeps/sparc/nptl/sem_init.c: ... here.
6679 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
6680 * sysdeps/sparc/nptl/sem_post.c: ... here.
6681 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
6682 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
6683 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
6684 * sysdeps/sparc/nptl/sem_wait.c: ... here.
6685 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
6686 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
6687 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
6688 (libpthread-routines): Add cpu_relax.
6689 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
6690 File removed.
6691 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
6692 (librt: GLIBC_2.3.3): New version set.
6693 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
6694 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
6695 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
6696 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
6697 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
6698 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
6699 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
6700 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
6701 Moved ...
6702 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
6703 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
6704 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
6705 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
6706 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
6707 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
6708 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
6709 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
6710 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
6711 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
6712 Moved ...
6713 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
6714 Update #include.
6715 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
6716 Moved ...
6717 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
6718 Update #include.
6719 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
6720 Moved ...
6721 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
6722 Update #include.
6723 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
6724 Moved ...
6725 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
6726 Update #include.
6727 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
6728 Moved ...
6729 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
6730 Update #include.
6731 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
6732 Moved ...
6733 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
6734 Update #include.
6735 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
6736 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
6737 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
6738 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
6739 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
6740 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
6741 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
6742 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
6743 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
6744 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
6745 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6746 Moved ...
6747 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
6748 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
6749 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
6750 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
6751 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
6752
d7109027
JM
67532014-06-20 Joseph Myers <joseph@codesourcery.com>
6754
9bc6103d
JM
6755 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
6756 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
6757 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6758 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
6759 * nscd/nscd.c: Likewise.
6760 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
6761 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
6762 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
6763 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
6764
d7109027
JM
6765 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
6766 <kernel-features.h>.
6767 (init_mq_netlink): Remove conditional have_sock_cloexec
6768 definitions. Remove code conditional on have_sock_cloexec < 0.
6769 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
6770 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
6771 * sysdeps/unix/sysv/linux/opensock.c: Do not include
6772 <kernel-features.h>.
6773 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
6774 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
6775
d92d8f8a
L
67762014-06-20 H.J. Lu <hongjiu.lu@intel.com>
6777
6778 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6779 Add tests for memset_chk and memset.
6780
6781 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
6782 with AVX2_Usable.
6783
4e6d2347
MR
67842014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
6785
257ce712
MR
6786 [BZ #16046]
6787 * elf/tst-dl-iter-static.c: New file.
6788 * elf/Makefile (tests-static): Add tst-dl-iter-static.
6789
4e6d2347
MR
6790 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
6791 error.
6792
a2a76afe
JM
67932014-06-20 Joseph Myers <joseph@codesourcery.com>
6794
7fd00f99
JM
6795 * sysdeps/unix/sysv/linux/kernel-features.h
6796 (__ASSUME_F_GETOWN_EX): Remove macro.
6797 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
6798 <kernel-features.h>.
6799 (miss_F_GETOWN_EX): Remove variable or macro.
6800 (do_fcntl): Do not check miss_F_GETOWN_EX.
6801 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
6802
4a103975
JM
6803 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
6804 Remove macro.
6805 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
6806 [!__ASSUME_AT_RANDOM]: Remove conditional code.
6807 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
6808
a2a76afe
JM
6809 * sysdeps/unix/sysv/linux/kernel-features.h
6810 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
6811 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
6812 [ADJ_OFFSET_SS_READ]: Make code unconditional.
6813 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
6814
90e5dd48
MR
68152014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
6816
6817 [BZ #17075]
6818 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
6819 Fix calculation of the symbol's value.
6820 * sysdeps/arm/tst-armtlsdescloc.c: New file.
6821 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
6822 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
6823 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
6824 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
6825 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
6826 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
6827 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
6828 (modules-names): Add `tst-armtlsdescmod',
6829 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
6830 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
6831 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
6832 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
6833 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
6834 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
6835 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
6836 ($(objpfx)tst-armtlsdescloc): New dependency.
6837 ($(objpfx)tst-armtlsdescextnow): Likewise.
6838 ($(objpfx)tst-armtlsdescextlazy): Likewise.
6839 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
6840 TLS scheme support.
6841 * sysdeps/arm/configure: Regenerate.
6842
809fdf0d
JM
68432014-06-20 Joseph Myers <joseph@codesourcery.com>
6844
6845 * include/fcntl.h (__atfct_seterrno): Remove prototype.
6846 (__atfct_seterrno_2): Likewise.
6847 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
6848 <kernel-features.h>.
6849 (__ASSUME_ATFCTS): Do not undefine and redefine.
6850 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
6851 (__have_atfcts): Remove conditional definition.
6852 (__fxstatat([__NR_fstatat64]: Make code unconditional.
6853 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
6854 unreachable if [__ASSUME_ATFCTS].
6855 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
6856 not undefine and redefine.
6857 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
6858 <kernel-features.h>.
6859 (faccessat) [__NR_faccessat]: Make code unconditional.
6860 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
6861 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
6862 <kernel-features.h>.
6863 (fchmodat) [__NR_fchmodat]: Make code unconditional.
6864 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
6865 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
6866 <kernel-features.h>.
6867 (fchownat) [__NR_fchownat]: Make code unconditional.
6868 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
6869 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
6870 <kernel-features.h>.
6871 (futimesat) [__NR_futimesat]: Make code unconditional.
6872 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
6873 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
6874 <kernel-features.h>.
6875 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
6876 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
6877 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
6878 <kernel-features.h>.
6879 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
6880 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
6881 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
6882 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
6883 <kernel-features.h>.
6884 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
6885 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
6886 * sysdeps/unix/sysv/linux/linkat.c: Do not include
6887 <kernel-features.h>.
6888 (linkat) [__NR_linkat]: Make code unconditional.
6889 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
6890 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
6891 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
6892 <kernel-features.h>.
6893 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
6894 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
6895 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
6896 <kernel-features.h>.
6897 (mkdirat) [__NR_mkdirat]: Make code unconditional.
6898 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
6899 * sysdeps/unix/sysv/linux/openat.c: Do not include
6900 <kernel-features.h>.
6901 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
6902 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
6903 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
6904 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
6905 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
6906 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
6907 <kernel-features.h>.
6908 (readlinkat) [__NR_readlinkat]: Make code unconditional.
6909 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
6910 result of INLINE_SYSCALL directly, not via int variable.
6911 * sysdeps/unix/sysv/linux/renameat.c: Do not include
6912 <kernel-features.h>.
6913 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
6914 (renameat) [__NR_renameat]: Make code unconditional.
6915 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
6916 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
6917 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
6918 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
6919 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
6920 (__ASSUME_ATFCTS): Do not undefine and redefine.
6921 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
6922 <kernel-features.h>.
6923 (symlinkat) [__NR_symlinkat]: Make code unconditional.
6924 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
6925 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
6926 <kernel-features.h>.
6927 (unlinkat) [__NR_unlinkat]: Make code unconditional.
6928 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
6929 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
6930 (__ASSUME_ATFCTS): Do not undefine and redefine.
6931 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
6932 <kernel-features.h>.
6933 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
6934 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
6935 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
6936 <kernel-features.h>.
6937 (__xmknodat) [__NR_mknodat]: Make code unconditional.
6938 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
6939
224c6c51
L
69402014-06-20 H.J. Lu <hongjiu.lu@intel.com>
6941
6942 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
6943
aa6ec754
AS
69442014-06-20 Andreas Schwab <schwab@linux-m68k.org>
6945
6946 [BZ #17069]
6947 * posix/regcomp.c (parse_reg_exp): Deallocate partially
6948 constructed tree before returning error.
6949 * posix/bug-regexp36.c: Expand test case.
6950
d8c2869d
SL
69512014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
6952
3ef6b850
SL
6953 [BZ #6803]
6954 * math/libm-test.inc (scalbln_test_date):
6955 Add errno expectations.
6956 * math/w_scalblnf.c: New File.
6957 Add wrapper which checks for setting errno to ERANGE.
6958 Add weak_alias for corresponding scalbln function.
6959 * math/w_scalbln.c: Likewise.
6960 * math/w_scalblnl.c: Likewise.
6961 * math/Makefile (libm-calls): Add w_scalbln.
6962 * sysdeps/ieee754/flt-32/s_scalblnf.c:
6963 Remove weak_alias for corresponding scalbln function.
6964 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
6965 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
6966 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
6967 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
6968 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
6969 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6970 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
6971 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6972 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
6973 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
6974 Remove long_double_symbol for scalblnl function in libm, libc.
6975 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
6976 Add wrapper which checks for setting errno to ERANGE.
6977 Add long_double_symbol for scalblnl function in libm, libc.
6978 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
6979 Remove long_double_symbol for scalblnl in libm.
6980 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
6981 Add wrapper which checks for setting errno to ERANGE.
6982 Add long_double_symbol for scalblnl function in libm.
6983 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
6984 Do not use wrapper because of own implementation.
6985
c8daec5c
L
69862014-06-19 H.J. Lu <hongjiu.lu@intel.com>
6987
6988 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
6989 3 bytes for __pad1 for x32.
6990 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
6991
5c74e47c
LM
69922014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
6993 H.J. Lu <hongjiu.lu@intel.com>
6994
6995 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
6996 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
6997 * sysdeps/x86_64/multiarch/memset.S: Likewise.
6998 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
6999 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7000
4d43ef1e
AS
70012014-06-19 Andreas Schwab <schwab@linux-m68k.org>
7002
7003 [BZ #17069]
7004 * posix/regcomp.c (parse_expression): Deallocate partially
7005 constructed tree before returning error.
7006 * posix/Makefile.c (tests): Add bug-regex36.
7007 (generated): Add bug-regex36.mtrace.
7008 (tests-special): Add $(objpfx)bug-regex36-mem.out
7009 (bug-regex36-ENV): New variable.
7010 ($(objpfx)bug-regex36-mem.out): New rule.
7011 * posix/bug-regex36.c: New file.
7012
51a7380b
WN
70132014-06-19 Will Newton <will.newton@linaro.org>
7014
7015 * malloc/malloc.c (systrim): If extra is zero then return
7016 early.
7017
91b84fe5
SP
70182014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7019
7020 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7021
f940b965
RE
70222014-06-19 Richard Earnshaw <rearnsha@arm.com>
7023
7024 * sysdeps/aarch64/strchr.S: New file.
7025
4ba7a00f
JM
70262014-06-18 Joseph Myers <joseph@codesourcery.com>
7027
7028 [BZ #17022]
7029 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7030 from arguments -2 or below.
7031 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7032 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7033
b3a9f56b
AS
70342014-06-18 Andreas Schwab <schwab@suse.de>
7035
7036 [BZ #17062]
7037 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7038 of a bracket expr not to run off the end of the string.
7039 * posix/Makefile (tests): Add tst-fnmatch3.
7040 * posix/tst-fnmatch3.c: New file.
7041
85d89278
JM
70422014-06-18 Joseph Myers <joseph@codesourcery.com>
7043
7044 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7045 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7046 [$(cross-compiling) = no]: Likewise.
7047 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7048 [$(cross-compiling) = no]: Likewise.
7049
754c5a08
RS
70502014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7051
7052 [BZ #17031]
7053 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7054 double, adjusted for any remainder from the high double.
7055 * math/libm-test.inc (nearbyint): Add tests.
7056 (rint): Likewise.
7057
556f529d
AZ
70582014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7059
7060 * nptl/sysdeps/powerpc/Makefile: Moved ...
7061 * sysdeps/powerpc/nptl/Makefile: ... here.
7062 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7063 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7064 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7065 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7066 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7067 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7068 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7069 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7070 * nptl/sysdeps/powerpc/tls.h: Moved ...
7071 * sysdeps/powerpc/nptl/tls.h: ... here.
7072
91c03c53
JM
70732014-06-16 Joseph Myers <joseph@codesourcery.com>
7074
7075 [BZ #16681]
7076 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7077 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7078 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7079 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7080 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7081 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7082 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7083 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7084 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7085
a76e63c5
AS
70862014-06-17 Andreas Schwab <schwab@linux-m68k.org>
7087
7088 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7089
f2f6d82f
AS
70902014-06-16 Andreas Schwab <schwab@linux-m68k.org>
7091
ea8a15f6
AS
7092 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7093 defined operator.
7094
f2f6d82f
AS
7095 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7096 $TIMEOUTFACTOR.
7097
a7291117
FW
70982014-06-16 Florian Weimer <fweimer@redhat.com>
7099
7100 [BZ #17058]
7101 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7102 non-executed part of the test.
7103
3d7c00e3
AS
71042014-06-16 Andreas Schwab <schwab@suse.de>
7105
7106 * string/bits/string2.h (strdup, strndup): Update feature guard.
7107
6957fb31
DM
71082014-06-14 David S. Miller <davem@davemloft.net>
7109
7110 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7111
11b9e55b
AS
71122014-06-14 Andreas Schwab <schwab@linux-m68k.org>
7113
1d2a0492
AS
7114 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7115 that was previously under [RESET_PID].
7116 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7117
11b9e55b
AS
7118 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7119 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7120 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7121 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7122 (__libc_vfork): New strong alias.
7123 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7124
0f6901d0
AK
71252014-06-14 Andi Kleen <ak@linux.intel.com>
7126
7127 * sysdeps/generic/elide.h: New file.
7128
38bbbb9f
SL
71292014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
7130
7131 * Makefile (installed-headers): Adjust path of pthread.h header.
7132
45193bb8
RM
71332014-06-13 Roland McGrath <roland@hack.frob.com>
7134
9a25fd1e
RM
7135 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7136 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7137 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7138 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7139
4004f7e4
RM
7140 * nptl/sysdeps/s390/Makefile: Moved ...
7141 * sysdeps/s390/nptl/Makefile: ... here.
7142 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7143 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7144 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7145 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7146 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7147 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7148 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7149 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7150 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7151 * sysdeps/s390/nptl/pthreaddef.h: ... here.
7152 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7153 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7154 * nptl/sysdeps/s390/tls.h: Moved ...
7155 * sysdeps/s390/nptl/tls.h: ... here.
7156
45193bb8
RM
7157 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7158 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7159
f6fdf533
DM
71602014-06-13 David S. Miller <davem@davemloft.net>
7161
7162 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7163 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7164 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7165 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7166 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7167 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7168 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7169 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7170 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7171 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7172 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7173 Remove RESET_PID cpp guards.
7174 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7175 Remove RESET_PID cpp guards.
7176 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7177
f5d71e14
AS
71782014-06-13 Andreas Schwab <schwab@linux-m68k.org>
7179
7180 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7181 __sp to uintptr_t.
7182
b7aa8caa
AK
71832014-06-13 Andi Kleen <ak@linux.intel.com>
7184
4b266200
AZ
7185 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7186 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7187 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7188 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7189 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7190 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7191 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7192 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7193 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7194 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7195 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7196 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7197 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7198 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7199 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7200 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7201 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7202 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7203 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7204 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
7205
7206 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
7207 (pthread_rwlock_rdlock): Add elision.
7208 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7209 (pthread_rwlock_wrlock): Add elision.
7210 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7211 (pthread_rwlock_trywrlock): Add elision.
7212 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7213 (pthread_rwlock_tryrdlock): Add elision.
7214 * nptl/pthread_rwlock_unlock.c: Include elide.h.
7215 (pthread_rwlock_tryrdlock): Add elision unlock.
7216 * nptl/sysdeps/pthread/pthread.h:
7217 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7218 (PTHREAD_RWLOCK_INITIALIZER,
7219 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7220 Handle new elision field.
7221 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7222 * sysdeps/arm/nptl/bits/pthreadtypes.h
7223 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7224 * sysdeps/sh/nptl/bits/pthreadtypes.h
7225 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7226 * sysdeps/tile/nptl/bits/pthreadtypes.h
7227 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7228 * sysdeps/a/nptl/bits/pthreadtypes.h
7229 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7230 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7231 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7232 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7233 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7234 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7235 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7236 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7237 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7238 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7239 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7240 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7241 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7242 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7243 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7244 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7245 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7246 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7247 (elision_init): Set try_xbegin to zero when no RTM.
7248 * sysdeps/x86/nptl/bits/pthreadtypes.h
7249 (pthread_rwlock_t): Change __pad1 to __rwelision.
7250 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 7251
a832bdd3
AK
72522014-06-13 Andi Kleen <ak@linux.intel.com>
7253
7254 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7255 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7256 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7257 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7258
995a46bb
MI
72592014-06-13 Meador Inge <meadori@codesourcery.com>
7260
7261 [BZ #16996]
03ed7738 7262 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
7263 that the cached result has been set before returning it.
7264
45262aee
RM
72652014-06-12 Roland McGrath <roland@hack.frob.com>
7266
febf6cc5
RM
7267 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7268 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7269 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7270 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7271 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7272 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7273
e2682246
RM
7274 * nptl/sysdeps/sparc/Makefile: Moved ...
7275 * sysdeps/sparc/nptl/Makefile: ... here.
7276 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7277 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7278 * nptl/sysdeps/sparc/tls.h: Moved ...
7279 * sysdeps/sparc/nptl/tls.h: ... here.
7280 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7281 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7282 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7283 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7284 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7285 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7286 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7287 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7288 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7289 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7290 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7291 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7292 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7293 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7294 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7295 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7296 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7297 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7298 Update #include.
7299 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7300 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7301 Update #include.
7302 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7303 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7304 Update #include.
7305 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7306 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7307 Update #include.
7308
b0725f43
RM
7309 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7310
b14368b8
RM
7311 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7312 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7313
c5620eb3
RM
7314 * sysdeps/pthread/posix-timer.h: Include <list.h>.
7315 (struct list_links): Type removed.
7316 (struct thread_node, struct timer_node): Replace struct list_links
7317 with struct list_head.
7318 (list_unlink_ip): Likewise.
7319 * sysdeps/pthread/timer_routines.c
7320 (timer_free_list, thread_free_list, thread_active_list): Likewise.
7321 (list_append, list_insbefore): Likewise.
7322 (list_init): Function removed.
7323 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
7324 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7325 * sysdeps/pthread/Makefile: ... here, new file.
7326
7327 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7328 * sysdeps/nptl/Implies: ... here.
7329 * sysdeps/unix/sysv/linux/Implies: Add nptl.
7330 * nptl/sysdeps/pthread/list.h: Moved ...
7331 * include/list.h: ... here.
7332 * nptl/sysdeps/pthread/createthread.c: Moved ...
7333 * nptl/createthread.c: ... here.
7334 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7335 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7336 * nptl/pt-longjmp.c: ... here.
7337 * nptl/sysdeps/pthread/Makefile: Moved ...
7338 * sysdeps/nptl/Makefile: ... here.
7339 * nptl/sysdeps/pthread/Subdirs: Moved ...
7340 * sysdeps/nptl/Subdirs: ... here.
7341 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7342 * sysdeps/nptl/aio_misc.h: ... here.
7343 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7344 * sysdeps/nptl/bits/libc-lock.h: ... here.
7345 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7346 * sysdeps/nptl/bits/libc-lockP.h: ... here.
7347 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7348 * sysdeps/nptl/bits/stdio-lock.h: ... here.
7349 * nptl/sysdeps/pthread/configure: Moved ...
7350 * sysdeps/nptl/configure: ... here.
7351 * nptl/sysdeps/pthread/configure.ac: Moved ...
7352 * sysdeps/nptl/configure.ac: ... here.
7353 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7354 * sysdeps/nptl/gai_misc.h: ... here.
7355 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7356 * sysdeps/nptl/librt-cancellation.c: ... here.
7357 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7358 * sysdeps/nptl/malloc-machine.h: ... here.
7359 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7360 * sysdeps/nptl/pthread-functions.h: ... here.
7361 * nptl/sysdeps/pthread/pthread.h: Moved ...
7362 * sysdeps/nptl/pthread.h: ... here.
7363 * nptl/sysdeps/pthread/setxid.h: Moved ...
7364 * sysdeps/nptl/setxid.h: ... here.
7365 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7366 * sysdeps/nptl/sigfillset.c: ... here.
7367 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7368 * sysdeps/nptl/tcb-offsets.h: ... here.
7369 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7370 * sysdeps/nptl/tst-mqueue8x.c: ... here.
7371 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7372 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7373 * nptl/sysdeps/pthread/allocalim.h: Moved ...
7374 * sysdeps/pthread/allocalim.h: ... here.
7375 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7376 * sysdeps/pthread/bits/sigthread.h: ... here.
7377 * nptl/sysdeps/pthread/flockfile.c: Moved ...
7378 * sysdeps/pthread/flockfile.c: ... here.
7379 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7380 * sysdeps/pthread/ftrylockfile.c: ... here.
7381 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7382 * sysdeps/pthread/funlockfile.c: ... here.
7383 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7384 * sysdeps/pthread/posix-timer.h: ... here.
7385 * nptl/sysdeps/pthread/timer_create.c: Moved ...
7386 * sysdeps/pthread/timer_create.c: ... here.
7387 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7388 * sysdeps/pthread/timer_delete.c: ... here.
7389 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7390 * sysdeps/pthread/timer_getoverr.c: ... here.
7391 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7392 * sysdeps/pthread/timer_gettime.c: ... here.
7393 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7394 * sysdeps/pthread/timer_routines.c: ... here.
7395 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7396 * sysdeps/pthread/timer_settime.c: ... here.
7397 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7398 * sysdeps/pthread/tst-timer.c: ... here.
7399 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7400 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7401
e876b090
RM
7402 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7403 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7404
f6b07b3d
RM
7405 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7406 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7407 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7408 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7409 Update #include target.
7410 * nptl/sysdeps/i386/i686/Makefile: Moved ...
7411 * sysdeps/i386/i686/nptl/Makefile: ... here.
7412 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7413 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7414 Update #include target.
7415 * nptl/sysdeps/i386/i686/tls.h: Moved ...
7416 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
7417 * nptl/sysdeps/i386/Makefile: Moved ...
7418 * sysdeps/i386/nptl/Makefile: ... here.
7419 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7420 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7421 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7422 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7423 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7424 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7425 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7426 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7427 * sysdeps/i386/nptl/pthreaddef.h: ... here.
7428 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7429 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7430 * nptl/sysdeps/i386/tls.h: Moved ...
7431 * sysdeps/i386/nptl/tls.h: ... here.
7432
45262aee
RM
7433 * sysdeps/sh/Makefile [$(subdir) = csu]
7434 (gen-as-const-headers): Add tcb-offsets.sym.
7435 * nptl/sysdeps/sh/Makefile: File removed.
7436 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7437 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7438 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7439 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7440 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7441 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7442 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7443 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7444 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7445 * sysdeps/sh/nptl/pthreaddef.h: ... here.
7446 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7447 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7448 * nptl/sysdeps/sh/tls.h: Moved ...
7449 * sysdeps/sh/nptl/tls.h: ... here.
7450 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7451 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7452 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7453 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7454 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7455 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7456 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7457 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7458 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7459 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7460 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7461 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7462 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7463 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7464 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7465 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7466 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7467 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7468 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7469 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7470 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7471 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7472 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7473 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7474 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7475 Moved ...
7476 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7477 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7478 Moved ...
7479 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7480 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7481 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7482 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7483 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7484 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7485 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7486 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7487 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7488 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7489 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7490 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7491 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7492 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7493 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7494 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
7495 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
7496 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
7497 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
7498
35a5e3e3
SL
74992014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
7500
7501 * posix/spawn_faction_addopen.c: Include string.h.
7502
14642b85
RM
75032014-06-11 Roland McGrath <roland@hack.frob.com>
7504
7505 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
7506 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
7507 * nptl/sysdeps/x86_64/Makefile: Moved ...
7508 * sysdeps/x86_64/nptl/Makefile: ... here.
7509 * nptl/sysdeps/x86_64/configure: Moved ...
7510 * sysdeps/x86_64/nptl/configure: ... here.
7511 * nptl/sysdeps/x86_64/configure.ac: Moved ...
7512 * sysdeps/x86_64/nptl/configure.ac: ... here.
7513 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
7514 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
7515 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
7516 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
7517 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
7518 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
7519 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
7520 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
7521 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
7522 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
7523 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
7524 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
7525 * nptl/sysdeps/x86_64/tls.h: Moved ...
7526 * sysdeps/x86_64/nptl/tls.h: ... here.
7527 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
7528 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
7529 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
7530 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
7531
7532 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
7533
31c44fea
AZ
75342014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7535
7536 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7537
e81a4f9a
JM
75382014-06-11 Joseph Myers <joseph@codesourcery.com>
7539
7540 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
7541 type.
7542 [POSIX] (off_t): Likewise.
7543 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
7544 [POSIX] (S_ISBLK): Require macro.
7545 [POSIX] (S_ISCHR): Likewise.
7546 [POSIX] (S_ISDIR): Likewise.
7547 [POSIX] (S_ISFIFO): Likewise.
7548 [POSIX] (S_ISREG): Likewise.
7549 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
7550 optional-macro.
7551 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
7552 type.
7553 [POSIX] (time_t): Likewise.
7554 [POSIX] (timer_t): Likewise.
7555
89e435f3
FW
75562014-06-11 Florian Weimer <fweimer@redhat.com>
7557
7558 [BZ #17048]
7559 * posix/spawn_int.h (struct __spawn_action): Make the path string
7560 non-const to support deallocation.
7561 * posix/spawn_faction_addopen.c
7562 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
7563 * posix/spawn_faction_destroy.c
7564 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
7565 path in all spawn_do_open actions.
7566 * posix/tst-spawn.c (do_test): Exercise the copy operation in
7567 posix_spawn_file_actions_addopen.
7568
c3a2ebe1
CM
75692014-06-11 Chris Metcalf <cmetcalf@tilera.com>
7570
7571 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
7572 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
7573 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
7574 conditional code always true.
7575 (__libc_vfork): New alias.
7576
9503784a
RM
75772014-06-11 Roland McGrath <roland@hack.frob.com>
7578
c9cab3d2
RM
7579 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7580 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
7581
d3996c79
RM
7582 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
7583
ba5ec611
RM
7584 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7585 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
7586
f12b4814
RM
7587 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7588 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
7589
9503784a
RM
7590 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7591 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
7592
e23d3d26
VR
75932014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
7594
7595 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
7596 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
7597 multiarch strcmp for PPC64.
7598 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
7599 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
7600 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
7601 multiarch optimizations.
7602 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7603 (__libc_ifunc_impl_list): Likewise.
7604
42b1161e
SP
76052014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
7606
7607 * benchtests/scripts/validate_benchout.py: New script.
7608 * benchtests/Makefile (bench-func): Call it.
7609 * benchtests/scripts/benchout.schema.json: New file.
7610
2d0fc4dc
CM
76112014-06-10 Chris Metcalf <cmetcalf@tilera.com>
7612
4a594c34
AZ
7613 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
7614 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
7615 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
7616 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
7617 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
7618 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
7619 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
7620 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
7621 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
7622 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
7623 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
7624 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
7625 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
7626 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
7627 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
7628 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
7629 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 7630 Moved ...
4a594c34 7631 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 7632 ... here.
4a594c34 7633 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 7634 Moved ...
4a594c34
AZ
7635 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
7636 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 7637 Moved ...
4a594c34 7638 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 7639 ... here.
4a594c34 7640 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 7641 Moved ...
4a594c34 7642 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 7643 ... here.
4a594c34 7644 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 7645 Moved ...
4a594c34
AZ
7646 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
7647 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 7648 Moved ...
4a594c34 7649 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 7650 ... here.
4a594c34 7651 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 7652 Moved ...
4a594c34 7653 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 7654 ... here.
4a594c34 7655 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 7656 Moved ...
4a594c34
AZ
7657 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
7658 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 7659 Moved ...
4a594c34 7660 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 7661 ... here.
4a594c34 7662 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 7663 Moved ...
4a594c34 7664 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 7665 ... here.
4a594c34 7666 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 7667 Moved ...
4a594c34 7668 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 7669 ... here.
4a594c34 7670 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 7671 Moved ...
4a594c34
AZ
7672 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
7673 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 7674 Moved ...
4a594c34 7675 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 7676 ... here.
4a594c34 7677 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 7678 Moved ...
4a594c34 7679 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 7680 ... here.
4a594c34 7681 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 7682 Moved ...
4a594c34 7683 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 7684 ... here.
4a594c34 7685 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 7686 Moved ...
4a594c34
AZ
7687 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
7688 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 7689 Moved ...
4a594c34 7690 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 7691 ... here.
4a594c34 7692 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 7693 Moved ...
4a594c34 7694 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 7695 ... here.
4a594c34 7696 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 7697 Moved ...
4a594c34
AZ
7698 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
7699 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 7700 Moved ...
4a594c34 7701 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 7702 ... here.
4a594c34 7703 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 7704 Moved ...
4a594c34
AZ
7705 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
7706 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 7707 Moved ...
4a594c34
AZ
7708 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
7709 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 7710 Moved ...
4a594c34 7711 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 7712 ... here.
4a594c34 7713 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 7714 Moved ...
4a594c34 7715 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 7716 ... here.
4a594c34 7717 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 7718 Moved ...
4a594c34 7719 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 7720 ... here.
4a594c34 7721 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 7722 Moved ...
4a594c34
AZ
7723 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
7724 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 7725 Moved ...
4a594c34 7726 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 7727 ... here.
4a594c34 7728 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 7729 Moved ...
4a594c34 7730 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 7731 ... here.
4a594c34
AZ
7732 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
7733 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
7734 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
7735 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
7736 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 7737 Moved ...
4a594c34 7738 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 7739 ... here.
4a594c34
AZ
7740 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
7741 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
7742 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
7743 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
7744 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
7745 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
7746 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
7747 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
7748 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
7749 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
7750 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
7751 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
7752 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 7753 Moved ...
4a594c34
AZ
7754 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
7755 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 7756 Moved ...
4a594c34
AZ
7757 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
7758 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
7759 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
7760 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 7761 Moved ...
4a594c34
AZ
7762 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
7763 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
7764 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
7765 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
7766 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
7767 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
7768 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 7769
0570cfed
W
77702014-06-10 Wilco <wdijkstr@arm.com>
7771
7772 * math/test-fenv-return.c: New file.
7773 * math/Makefile: Add new test test-fenv-return.
7774
f8ba1b56
JM
77752014-06-10 Joseph Myers <joseph@codesourcery.com>
7776
7777 [BZ #17042]
7778 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
7779 when x - 1 is zero.
7780 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
7781 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7782 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
7783 0.0L for an argument of 1.0L.
7784 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
7785 Likewise.
7786 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
7787 value when x - 1 is zero.
7788 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
7789 * sysdeps/i386/fpu/libm-test-ulps: Update.
7790 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7791
2c3520d9
BO
77922014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
7793
7794 [BZ #15119]
7795 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
7796
acaa4d24
RM
77972014-06-09 Roland McGrath <roland@hack.frob.com>
7798
7799 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
7800 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
7801
962b744d
RM
78022014-06-09 Roland McGrath <roland@hack.frob.com>
7803
d752f0cc
RM
7804 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7805 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
7806
34eda6d1
RM
7807 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7808 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
7809
50f0a637
RM
7810 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7811 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
7812
08f41f04
RM
7813 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7814 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
7815
962b744d
RM
7816 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
7817 if not already defined.
7818 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
7819 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
7820 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
7821 (TLS_INIT_TP): Use it.
7822 (TLS_DEFINE_INIT_TP): New macro.
7823 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
7824
09f19b05
JM
78252014-06-09 Joseph Myers <joseph@codesourcery.com>
7826
7827 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
7828 constant.
7829 [POSIX] (IXANY): Likewise.
7830 [POSIX] (OLCUC): Likewise.
7831 [POSIX || POSIX2008] (CBAUD): Do not allow.
7832 [POSIX || POSIX2008] (DEFECHO): Likewise.
7833 [POSIX || POSIX2008] (ECHOCTL): Likewise.
7834 [POSIX || POSIX2008] (ECHOKE): Likewise.
7835 [POSIX || POSIX2008] (ECHOPRT): Likewise.
7836 [POSIX || POSIX2008] (EXTA): Likewise.
7837 [POSIX || POSIX2008] (EXTB): Likewise.
7838 [POSIX || POSIX2008] (FLUSHO): Likewise.
7839 [POSIX || POSIX2008] (LOBLK): Likewise.
7840 [POSIX || POSIX2008] (PENDIN): Likewise.
7841 [POSIX || POSIX2008] (SWTCH): Likewise.
7842 [POSIX || POSIX2008] (VDISCARD): Likewise.
7843 [POSIX || POSIX2008] (VDSUSP): Likewise.
7844 [POSIX || POSIX2008] (VLNEXT): Likewise.
7845 [POSIX || POSIX2008] (VREPRINT): Likewise.
7846 [POSIX || POSIX2008] (VSTATUS): Likewise.
7847 [POSIX || POSIX2008] (VWERASE): Likewise.
7848 (B*): Change to B[0123456789]*.
7849 * conform/data/time.h-data [POSIX || UNIX98]
7850 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
7851 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
7852 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
7853 [POSIX] (tm_*): Do not allow.
7854
686554bf
JM
78552014-06-07 Joseph Myers <joseph@codesourcery.com>
7856
7857 * Makefile (install): Don't set LANGUAGE.
7858 * Makefile.in (install): Likewise.
7859 * assert/Makefile (test-assert-ENV): Remove variable.
7860 (test-assert-perr-ENV): Likewise.
7861 * elf/Makefile (neededtest4-ENV): Likewise.
7862 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7863 [$(cross-compiling) = no]: Don't set LANGUAGE.
7864 * io/ftwtest-sh (LANG): Remove variable.
7865 * libio/Makefile (tst-widetext-ENV): Likewise.
7866 * manual/install.texi (Running make install): Don't refer to
7867 environment settings for make install.
7868 * INSTALL: Regenerated.
7869 * nptl/tst-tls6.sh: Don't set LANG.
7870 * posix/globtest.sh (LANG): Remove variable.
7871 * string/Makefile (tester-ENV): Likewise.
7872 (inl-tester-ENV): Likewise.
7873 (noinl-tester-ENV): Likewise.
7874 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7875 [$(cross-compiling) = no]: Don't set LANGUAGE.
7876 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
7877 without explicit environment settings.
7878
68e6b6b1
RM
78792014-06-06 Roland McGrath <roland@hack.frob.com>
7880
7881 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
7882 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
7883 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
7884 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
7885
4d3ae034
CM
78862014-06-06 Chris Metcalf <cmetcalf@tilera.com>
7887
7888 * crypt/crypt-private.h [DOS]: Add some includes taken from the
7889 other files in the crypt directory.
7890 * crypt/crypt.c: Remove duplicate includes.
7891 * crypt/crypt-entry.c: Likewise.
7892 * crypt/crypt_util.c: Likewise.
7893
8540f6d2
JM
78942014-06-06 Joseph Myers <joseph@codesourcery.com>
7895
7896 * Makeconfig (run-program-env): New variable.
7897 (run-program-prefix-before-env): Likewise.
7898 (run-program-prefix-after-env): Likewise.
7899 (run-program-prefix): Define in terms of new variables.
7900 (built-program-cmd-before-env): New variable.
7901 (built-program-cmd-after-env): Likewise.
7902 (built-program-cmd): Define in terms of new variables.
7903 (test-program-prefix-before-env): New variable.
7904 (test-program-prefix-after-env): Likewise.
7905 (test-program-prefix): Define in terms of new variables.
7906 (test-program-cmd-before-env): New variable.
7907 (test-program-cmd-after-env): Likewise.
7908 (test-program-cmd): Define in terms of new variables.
7909 * Rules (make-test-out): Use $(run-program-env).
7910 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
7911 (help): Do not mention environment variables. Mention
7912 --timeoutfactor option.
7913 (timeoutfactor): New variable.
7914 (blacklist_exports): Remove function.
7915 (exports): Remove variable.
7916 (command): Do not include ${exports}.
7917 * manual/install.texi (Configuring and compiling): Do not mention
7918 test wrappers preserving environment variables. Mention that last
7919 assignment to a variable must take precedence.
7920 * INSTALL: Regenerated.
7921 * benchtests/Makefile (run-bench): Use $(run-program-env).
7922 * catgets/Makefile ($(objpfx)test1.cat): Use
7923 $(built-program-cmd-before-env), $(run-program-env) and
7924 $(built-program-cmd-after-env).
7925 ($(objpfx)test2.cat): Do not specify environment variables
7926 explicitly.
7927 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
7928 $(run-program-env) and $(built-program-cmd-after-env).
7929 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
7930 $(run-program-env) and $(test-program-cmd-after-env).
7931 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
7932 explicitly.
7933 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
7934 run_program_env and test_program_cmd_after_env arguments.
7935 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
7936 * elf/tst-pathopt.sh: Use run_program_env argument.
7937 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
7938 $(test-wrapper-env) and $(run-program-env).
7939 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
7940 run_program_env arguments.
7941 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
7942 * intl/Makefile ($(objpfx)tst-gettext.out): Use
7943 $(test-program-prefix-before-env), $(run-program-env) and
7944 $(test-program-prefix-after-env).
7945 ($(objpfx)tst-gettext2.out): Likewise.
7946 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
7947 run_program_env and test_program_prefix_after_env arguments.
7948 * intl/tst-gettext2.sh: Likewise.
7949 * intl/tst-gettext4.sh: Do not set environment variables
7950 explicitly.
7951 * intl/tst-gettext6.sh: Likewise.
7952 * intl/tst-translit.sh: Likewise.
7953 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
7954 $(test-program-prefix-before-env), $(run-program-env) and
7955 $(test-program-prefix-after-env).
7956 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
7957 run_program_env and test_program_prefix_after_env arguments.
7958 * math/Makefile (run-regen-ulps): Use $(run-program-env).
7959 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
7960 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
7961 explicitly with each use of ${test_wrapper_env}.
7962 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
7963 $(test-program-prefix-before-env), $(run-program-env) and
7964 $(test-program-prefix-after-env).
7965 * posix/tst-getconf.sh: Do not set environment variables
7966 explicitly.
7967 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
7968 run_program_env and test_program_prefix_after_env arguments.
7969 * stdio-common/tst-printf.sh: Do not set environment variables
7970 explicitly.
7971 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
7972 $(test-program-prefix-before-env), $(run-program-env) and
7973 $(test-program-prefix-after-env).
7974 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
7975 run_program_env and test_program_prefix_after_env arguments.
7976 Split $test calls into $test_pre and $test.
7977 * timezone/Makefile (build-testdata): Use
7978 $(built-program-cmd-before-env), $(run-program-env) and
7979 $(built-program-cmd-after-env).
7980
ed36bfa1
AZ
79812014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7982
7983 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
7984 strlen for non SHARED builds.
7985
fc75bf46
SP
79862014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
7987
7988 * nptl/allocatestack.c (check_list): Inlined function...
7989 (__reclaim_stacks): ... here.
7990
d89b3d80
OB
79912014-06-05 Ondřej Bílka <neleai@seznam.cz>
7992
7993 [BZ #15698]
7994 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7995 memory overrun.
7996
2bf18041
JM
79972014-06-05 Joseph Myers <joseph@codesourcery.com>
7998
7999 * Rules (make-test-out): Include
8000 LOCPATH=$(common-objpfx)localedata in default environment.
8001 * debug/Makefile (tst-chk1-ENV): Remove variable.
8002 (tst-chk2-ENV): Likewise.
8003 (tst-chk3-ENV): Likewise.
8004 (tst-chk4-ENV): Likewise.
8005 (tst-chk5-ENV): Likewise.
8006 (tst-chk6-ENV): Likewise.
8007 (tst-lfschk1-ENV): Likewise.
8008 (tst-lfschk2-ENV): Likewise.
8009 (tst-lfschk3-ENV): Likewise.
8010 (tst-lfschk4-ENV): Likewise.
8011 (tst-lfschk5-ENV): Likewise.
8012 (tst-lfschk6-ENV): Likewise.
8013 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8014 (tst-iconv7-ENV): Likewise.
8015 * intl/Makefile (LOCPATH-ENV): Likewise.
8016 (tst-codeset-ENV): Likewise.
8017 (tst-gettext3-ENV): Likewise.
8018 (tst-gettext5-ENV): Likewise.
8019 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8020 (tst-fopenloc-ENV): Likewise.
8021 (tst-fgetws-ENV): Remove variable.
8022 (tst-ungetwc1-ENV): Likewise.
8023 (tst-ungetwc2-ENV): Likewise.
8024 (bug-ungetwc2-ENV): Likewise.
8025 (tst-swscanf-ENV): Likewise.
8026 (bug-ftell-ENV): Likewise.
8027 (tst-fgetwc-ENV): Likewise.
8028 (tst-fseek-ENV): Likewise.
8029 (tst-ftell-partial-wide-ENV): Likewise.
8030 (tst-ftell-active-handler-ENV): Likewise.
8031 (tst-ftell-append-ENV): Likewise.
8032 * posix/Makefile (tst-fnmatch-ENV): Likewise.
8033 (tst-regexloc-ENV): Likewise.
8034 (bug-regex1-ENV): Likewise.
8035 (tst-regex-ENV): Likewise.
8036 (tst-regex2-ENV): Likewise.
8037 (bug-regex5-ENV): Likewise.
8038 (bug-regex6-ENV): Likewise.
8039 (bug-regex17-ENV): Likewise.
8040 (bug-regex18-ENV): Likewise.
8041 (bug-regex19-ENV): Likewise.
8042 (bug-regex20-ENV): Likewise.
8043 (bug-regex22-ENV): Likewise.
8044 (bug-regex23-ENV): Likewise.
8045 (bug-regex25-ENV): Likewise.
8046 (bug-regex26-ENV): Likewise.
8047 (bug-regex30-ENV): Likewise.
8048 (bug-regex32-ENV): Likewise.
8049 (bug-regex33-ENV): Likewise.
8050 (bug-regex34-ENV): Likewise.
8051 (bug-regex35-ENV): Likewise.
8052 (tst-rxspencer-ENV): Likewise.
8053 (tst-rxspencer-no-utf8-ENV): Likewise.
8054 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8055 (tst-sscanf-ENV): Likewise.
8056 (tst-swprintf-ENV): Likewise.
8057 (tst-swscanf-ENV): Likewise.
8058 (test-vfprintf-ENV): Likewise.
8059 (scanf13-ENV): Likewise.
8060 (bug14-ENV): Likewise.
8061 (tst-grouping-ENV): Likewise.
8062 * stdlib/Makefile (tst-strtod-ENV): Likewise.
8063 (tst-strtod3-ENV): Likewise.
8064 (tst-strtod4-ENV): Likewise.
8065 (tst-strtod5-ENV): Likewise.
8066 (testmb2-ENV): Likewise./
8067 * string/Makefile (tst-strxfrm-ENV): Likewise.
8068 (tst-strxfrm2-ENV): Likewise.
8069 (bug-strcoll1-ENV): Likewise.
8070 (test-strcasecmp-ENV): Likewise.
8071 (test-strncasecmp-ENV): Likewise.
8072 * time/Makefile (tst-strptime-ENV): Likewise.
8073 (tst-ftime_l-ENV): Likewise.
8074 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8075 (tst-mbrtowc-ENV): Likewise.
8076 (tst-wcrtomb-ENV): Likewise.
8077 (tst-mbrtowc2-ENV): Likewise.
8078 (tst-c16c32-1-ENV): Likewise.
8079 (tst-mbsnrtowcs-ENV): Likewise.
8080
cd1fb604
OB
80812014-06-05 Ondřej Bílka <neleai@seznam.cz>
8082
8083 * manual/resource.texi (How to get information about the memory
8084 subsystem?): Fix typo.
8085 Reported by Peon de la Parra Ivan <peon@keba.com>
8086
b42eca7d
GY
80872014-06-03 Guo Yixuan <culu.gyx@gmail.com>
8088
8089 [BZ #16882]
8090 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8091 (pthread_spin_lock): Branch out of spin loop to proper location.
8092 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8093 (pthread_spin_lock): Likewise.
8094
902b71f9
DM
8095 * nptl/tst-spin4.c: New test.
8096 * nptl/Makefile (tests): Add tst-spin4.
8097
f9d2d032
AS
80982014-06-03 Andreas Schwab <schwab@suse.de>
8099
8100 [BZ #15946]
8101 * resolv/res_send.c (send_dg): Reload file descriptor after
8102 calling reopen.
8103
cf7bfd28
SL
81042014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
8105
8106 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8107
111cc714
RH
81082014-06-03 Richard Henderson <rth@redhat.com>
8109
89b4bd6b
RH
8110 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8111 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8112 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8113 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
8114 in the SAVE_PID block.
8115 (__libc_vfork): New alias.
71840409 8116 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 8117
111cc714
RH
8118 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8119 child in registers, not on the stack. Remove RESET_PID conditionals.
8120 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8121
ccc39911
MS
81222014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
8123
8124 * sysdeps/aarch64/libm-test-ulps: Regenerate.
8125
693096cc
W
81262014-06-03 Wilco <wdijkstr@arm.com>
8127
8128 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8129 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8130 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8131 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8132 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8133 Likewise.
8134
0b4366bc
W
81352014-06-03 Wilco <wdijkstr@arm.com>
8136
8137 * sysdeps/aarch64/fpu/math_private.h
8138 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8139 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8140 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8141 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8142 Fix declarations.
8143
8747cd03
KS
81442014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8145
8146 * crypt/crypt-private.h: Include ufc-crypt.h.
8147 (__b64_from_24bit): Declare extern.
8148 * crypt/crypt_util.c(__b64_from_24bit): New function.
8149 (b64t): New static const variable.
8150 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8151 (b64t): Remove variable.
8152 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8153 * crypt/sha256-crypt.c: Include crypt-private.h.
8154 (b64t): Remove variable.
8155 (__sha256_crypt_r): Remove b64_from_24bit and replace
8156 with __b64_from_24bit.
8157 * crypt/sha512-crypt.c: Likewise.
8158
d936d379
RM
81592014-06-02 Roland McGrath <roland@hack.frob.com>
8160
8161 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8162 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8163 Label the code __libc_vfork rather than __vfork.
8164 [!NOT_IN_libc] (vfork): Define as weak alias.
8165 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8166 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8167 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8168
9fa76613
SP
81692014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8170
8171 * malloc/malloc.c (malloc_info): Fix format specifier for
8172 n_mmaps.
8173
a88dadbe
W
81742014-06-02 Wilco <wdijkstr@arm.com>
8175
8176 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8177 FPCR write.
8178
c95b3011
W
81792014-06-02 Wilco <wdijkstr@arm.com>
8180
8181 [BZ #17009]
8182 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8183 Rewrite to reduce FPCR/FPSR accesses.
8184
6b4d7a90
DM
81852014-06-01 David S. Miller <davem@davemloft.net>
8186
8187 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8188
30f3d07c
DM
81892014-05-31 David S. Miller <davem@davemloft.net>
8190
8191 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8192 to occur in round to nearest mode when |x| >= 2.0
8193
74f31c18
RH
81942014-05-30 Richard Henderson <rth@twiddle.net>
8195
f0712b54
RH
8196 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8197 (PSEUDO_RET_NOERRNO): Remove.
8198 (ret): Don't redefine.
8199 (ret_NOERRNO): Define in terms of ret.
8200 (ret_ERRVAL): Likewise.
8201
74f31c18
RH
8202 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8203 use of PSEUDO_RET; perform the error check directly.
8204
30477995
MM
82052014-05-30 Marko Myllynen <myllynen@redhat.com>
8206
8207 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8208 with __int128_t.
8209
62a58816
SP
82102014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8211
8212 * malloc/malloc (malloc_info): Fix formatting.
8213
4d653a59
SP
82142014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8215 Roland McGrath <roland@hack.frob.com>
8216
8217 * malloc/malloc (malloc_info): Also print mmapped statistics.
8218
5190c17f
RM
82192014-05-30 Roland McGrath <roland@hack.frob.com>
8220
8221 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8222 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8223
987c0269
OB
82242014-05-30 Ondřej Bílka <neleai@seznam.cz>
8225
8226 * malloc/malloc.c (malloc_info): Inline mi_arena.
8227
af4e8ef9
RH
82282014-05-29 Richard Henderson <rth@twiddle.net>
8229
1670e207
RH
8230 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8231 Remove comma before expanding ASM_ARGS_##nr.
8232 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8233 Make _x0 a strict output; make _x8 a strict input; adjust expansion
8234 of ASM_ARGS_##nr.
8235 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8236 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8237 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8238 (ASM_ARGS_1): Add leading comma.
8239
11a28aee
RH
8240 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8241 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8242 to __errno_location.
8243 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8244 Remove the expected plt for __errno_location.
8245
a17e5ffb 8246 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 8247 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
8248 call to __read_tp.
8249
b5be4597
RH
8250 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8251 Always allocate 64 bytes of stack frame. Use ldp/stp to create
8252 it and break it down.
8253 (DOCARGS_0, DOCARGS_1): Do nothing.
8254 (DOCARGS_2): Update to store into the new stack frame.
8255 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8256 (UNDOCARGS_1): Update to restore from the new stack frame.
8257 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8258 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8259
645d44ab
RH
8260 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8261 (SINGLE_THREAD_P): New parameter for result regno.
8262 (PSEUDO): Update to match; use cbz instead of beq.
8263
a8b4f04a
RH
8264 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8265 Use ENTRY to define the _nocancel entry point. Share the syscall
8266 and syscall error check paths with the cancel path.
8267 (PSEUDO_END): New.
8268
af4e8ef9
RH
8269 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8270 whitespace; tabs before and after asm mnemonics.
8271
26b0d2e1
EW
82722014-05-29 Eric Wong <normalperson@yhbt.net>
8273
8274 [BZ #15132]
8275 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8276 Call fstat64 or stat64 internally, depending on arguments passed.
8277 Replace stat buffer argument with file descriptor argument.
8278 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8279 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8280 Pass fd to __internal_statvfs instead of calling fstat64.
8281 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8282 Pass fd to __internal_statvfs64 instead of calling fstat64.
8283 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8284 Pass -1 to __internal_statvfs instead of calling stat64.
8285 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8286 Pass -1 to __internal_statvfs64 instead of calling stat64.
8287
1efe2bd9
RM
82882014-05-28 Roland McGrath <roland@hack.frob.com>
8289
0d3b7a19
RM
8290 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8291 that was previously under [RESET_PID].
8292 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8293
1efe2bd9
RM
8294 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8295 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8296
a6bea3ca
RM
82972014-05-27 Roland McGrath <roland@hack.frob.com>
8298
30b6629e
RM
8299 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8300
a6bea3ca
RM
8301 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8302 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8303
3dfb9a5c
OB
83042014-05-27 Ondřej Bílka <neleai@seznam.cz>
8305
8306 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8307
774f9285
AS
83082014-05-27 Andreas Schwab <schwab@suse.de>
8309
8310 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8311 TLS_INIT_TP macro.
8312 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8313 * elf/rtld.c (init_tls, dl_main): Likewise.
8314 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8315 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8316 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8317 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8318 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8319 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8320 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8321 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8322 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8323 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8324 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8325 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8326 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8327 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8328 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8329 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8330 * sysdeps/generic/tls.h: Update description.
8331
36ffe739
WN
83322014-05-27 Will Newton <will.newton@linaro.org>
8333
8334 [BZ #16990]
8335 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8336 and restore r2 rather than just restoring.
8337
2482ae43
SP
83382014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8339
8340 [BZ #16724]
8341 * libio/tst-ftell-append.c: New test case.
8342 * libio/Makefile (tests): Add test case.
8343 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8344 append mode.
8345 * libio/wfileops.c (do_ftell_wide): Likewise.
8346
3d1024e8
AZ
83472014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8348
bab90016
AZ
8349 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8350
c7a8d667
AZ
8351 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8352 ...
8353 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8354 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8355 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8356 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8357 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8358 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8359 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8360 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8361 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8362 Moved ...
8363 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8364 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8365 Moved ...
8366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8367 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8368 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8369 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8370 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8371 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8372 ...
8373 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8374 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8375 Moved ...
8376 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8377 here.
8378 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8379 ...
8380 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8381 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8382 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8383
daee7851
AZ
8384 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8385 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8386 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8387 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8388
50a40819
AZ
8389 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8390 merge into ...
8391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8392 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8393 ...
8394 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8395 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8396 ...
8397 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8398 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8399 Moved ...
8400 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8401 here.
8402 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8403 Moved ...
8404 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8405 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8406 Moved ...
8407 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8408
8464c2a1
AZ
8409 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8410 conditional [RESET_PID].
8411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8412 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8413 removed.
8414 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8415 removed.
8416
3d1024e8
AZ
8417 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8418 <tcb-offsets.h>.
8419 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8420 (__libc_vfork): New strong alias.
8421 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8422 removed.
8423 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8424 Removed.
8425
8426 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8427 <tcb-offsets.h>.
8428 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8429 (__libc_vfork): New strong alias.
8430 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8431 removed.
8432 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8433 removed.
8434
fdfd175d
CD
84352014-05-26 Carlos O'Donell <carlos@redhat.com>
8436
8437 * malloc/malloc.c (mi_arena): New function.
8438 (malloc_info): Remove nested function mi_arena. Call non-nosted
8439 function mi_arena.
8440
d298c416
AZ
84412014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8442
8443 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8444 by insrwi.
8445 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8446 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8447 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8448 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8449 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8450 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8451 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8452
b60ea6ff
AS
84532014-05-26 Andreas Schwab <schwab@suse.de>
8454
8455 [BZ #16984]
8456 * locale/programs/repertoire.c (repertoire_read): Add slash
8457 between I18NPATH element and file name.
8458 * locale/programs/locfile.c (locfile_read): Likewise.
8459
67365926
SL
84602014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
8461
8462 * nptl/pthread_mutexattr_settype.c
8463 (__pthread_mutexattr_settype):
8464 Disable lock elision for PTHREAD_MUTEX_NORMAL.
8465
f8bdf1f0
SL
84662014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
8467
8468 * nptl/tst-mutex5 (do_test):
8469 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8470
15eaf6ff
SP
84712014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8472
8473 * benchtests/README: Document 'init' directive.
8474 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8475 BENCH_INIT.
8476 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8477 (parse_file): Recognize 'init' directive.
8478
75f11331
KM
84792014-05-26 Kyle McMartin <kyle@redhat.com>
8480
8481 [BZ #16796]
8482 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8483 alignment of struct pthread.
8484
c3ec475c
SP
84852014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8486
8487 [BZ #16878]
8488 * nscd/netgroupcache.c (addgetnetgrentX): Look for
8489 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8490 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8491 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8492
82aab97c
RH
84932014-05-25 Richard Henderson <rth@twiddle.net>
8494
aa2f176d
RH
8495 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8496 (SINGLE_THREAD_P_PIC): Remove.
8497 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
8498 (SINGLE_THREAD_P_PIC): Remove.
8499
ca3cfa40
RH
8500 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
8501 branch to syscall error ...
8502 (PSEUDO): ... here.
8503 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
8504 from __local_syscall_error to .Lsyscall_error.
8505 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
8506 (SYSCALL_ERROR): Update label name.
8507
6e6c2d01
RH
8508 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8509 Do not use DOARGS/UNDOARGS.
8510 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
8511 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
8512 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
8513 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
8514 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
8515
c69abcee
RH
8516 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
8517 block comment.
8518
82aab97c
RH
8519 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
8520 define if !NOT_IN_libc.
8521 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
8522 define with non-default symbol versions.
8523
8820e3ac
RH
85242014-05-23 Richard Henderson <rth@twiddle.net>
8525
900e445f
RH
8526 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
8527 (vfork, __vfork): Define via compat_symbol.
8528
8820e3ac
RH
8529 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
8530 [!HAVE_IFUNC] (vfork_compat): Remove.
8531 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
8532
e59252a5
JM
85332014-05-23 Joseph Myers <joseph@codesourcery.com>
8534
8535 [BZ #16978]
8536 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
8537 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
8538 variable.
8539
132c7f5f
RH
85402014-05-23 Richard Henderson <rth@twiddle.net>
8541
bc89e962
RH
8542 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
8543 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
8544 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
8545 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
8546
8547 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
8548 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
8549 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
8550 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
8551 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
8552 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
8553 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
8554 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
8555 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
8556 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
8557 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
8558 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
8559 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
8560 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
8561 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
8562 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
8563 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
8564 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
8565 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
8566 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
8567 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
8568 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
8569 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
8570 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
8571 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
8572 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
8573 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
8574 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
8575 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
8576 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
8577 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
8578 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
8579 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
8580 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
8581 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
8582 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
8583 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
8584 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
8585 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
8586 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
8587 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
8588 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
8589 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
8590 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
8591 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
8592 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
8593 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
8594 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
8595 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
8596 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
8597 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
8598 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
8599 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
8600 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
8601 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
8602 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
8603
e2fa4bc2
RH
8604 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
8605 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
8606 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
8607 before exiting on error.
8608 (__libc_vfork): New strong alias.
8609 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
8610 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
8611
279b24e2
RH
8612 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
8613 that was previously under [RESET_PID].
8614 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
8615
132c7f5f
RH
8616 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
8617
b72592e7
JM
86182014-05-23 Joseph Myers <joseph@codesourcery.com>
8619
8620 [BZ #16977]
8621 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
8622 value when x - 1 is zero.
8623 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
8624 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
8625 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
8626 0.0L for an argument of 1.0L.
8627 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
8628 Likewise.
8629 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
8630 value when x - 1 is zero.
8631 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
8632 * sysdeps/i386/fpu/libm-test-ulps: Update.
8633 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8634
2302d679
RV
86352014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
8636
8637 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
8638 alphasort and versionsort.
8639
32999d63
AZ
86402014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8641
8642 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
8643 macro.
8644 [copysignf]: Likewise.
8645
019324d0
SP
86462014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
8647
8648 * crypt/md5-crypt.c: Fix formatting.
8649
34fff5c2
KS
86502014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8651
8652 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
8653 (b64_from_24bit): New function.
8654
3d2badac
AZ
86552014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8656
8657 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
8658 libc_hidden_builtin_def to ifunc.
8659 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8660 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
8661
f7bb179f 86622014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
8663
8664 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
8665 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
8666
4134b50d
JM
86672014-05-21 Joseph Myers <joseph@codesourcery.com>
8668
bb7d0337
JM
8669 * nscd/Depend (linuxthreads): Remove.
8670 (nptl): Add.
8671 * resolv/Depend (linuxthreads): Remove.
8672 * rt/Depend (linuxthreads): Remove.
8673
4134b50d
JM
8674 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
8675 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
8676 $(common-objpfx)elf/.
8677 (link-libc-before-gnulib): Likewise.
8678 (elfobjdir): Remove variable.
8679 * Makefile (install): Use $(elf-objpfx) instead of
8680 $(common-objpfx)elf/.
8681 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
8682 $(elfobjdir)/.
8683 (link-libc-deps): Likewise.
8684 ($(common-objpfx)libc.so): Likewise.
8685 ($(common-objpfx)linkobj/libc.so): Likewise.
8686 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
8687 instead of $(common-objpfx)elf/.
8688 (symbolic-link-list): Likewise.
8689 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8690 [$(cross-compiling) = no]: Likewise.
8691 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
8692 $(elfobjdir)/.
8693 (static-gnulib-arch): Likewise.
8694 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8695 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
8696 $(common-objpfx)elf/.
8697
3612eb8f
RH
86982014-05-21 Richard Henderson <rth@redhat.com>
8699
a6b3657b
RH
8700 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8701 (SINGLE_THREAD_P): Use the correct width load. Fold
8702 into the ldr offset.
8703
3612eb8f
RH
8704 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
8705 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
8706
175cef41
JM
87072014-05-20 Joseph Myers <joseph@codesourcery.com>
8708
8709 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
8710 (libgcc_s_resume): Use __attribute_used__.
8711 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
8712 Likewise.
8713
e13bccd3
AZ
87142014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8715
8716 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
8717 optimization when used with float constants.
8718
7c112a38
AZ
8719 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8720
ae75a883
AJ
87212014-05-20 Aurelien Jarno <aurelien@aurel32.net>
8722
8723 [BZ #16915]
8724 * locale/nl_langinfo_l.c: Make direct reference to every
8725 _nl_current_CATEGORY symbol.
8726 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
8727 (tests-static): Add tst-langinfo-static.
8728 (tests-special): Add tst-langinfo-static.out.
8729 ($(objpfx)tst-langinfo.out): Redirect output.
8730 ($(objpfx)tst-langinfo-static.out): New.
8731 * localedata/tst-langinfo.sh: Send output to stdout.
8732 * localedata/tst-langinfo-static.c: New file.
8733
4406c41c
AJ
8734 [BZ #16965]
8735 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
8736 when the shift amount is modulo the limb size.
8737
4c0a1e63
RH
87382014-05-20 Richard Henderson <rth@redhat.com>
8739
de9d8f20
RH
8740 [BZ #16967]
8741 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
8742 Change type of sa_flags from unsigned int to int.
8743
4c0a1e63
RH
8744 [BZ #16966]
8745 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
8746
8747 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
8748
a60339aa
WN
87492014-05-20 Will Newton <will.newton@linaro.org>
8750
8751 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8752 Test the return value of the system call in the nocancel case.
8753
7d05a816
YR
87542014-05-20 Will Newton <will.newton@linaro.org>
8755 Yvan Roux <yvan.roux@linaro.org>
8756
8757 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
8758 #include of asm/ptrace.h.
8759 (PTRACE_GET_THREAD_AREA): Remove #undef.
8760 (PTRACE_GETHBPREGS): Likewise.
8761 (PTRACE_SETHBPREGS): Likewise.
8762 (struct user_regs_struct): New structure.
8763 (struct user_fpsimd_struct): New structure.
8764 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
8765 #include of asm/ptrace.h and second #include of sys/user.h.
8766 (PTRACE_GET_THREAD_AREA): Remove #undef.
8767 (PTRACE_GETHBPREGS): Likewise.
8768 (PTRACE_SETHBPREGS): Likewise.
8769 (ELF_NGREG): Use new struct user_regs_struct.
8770 (elf_fpregset_t): Use new struct user_fpsimd_struct.
8771
af121e37
AZ
87722014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8773
8774 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
8775 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
8776
834caf06
JM
87772014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8778
8779 [BZ #16958]
8780 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
8781 membar to avoid block loads/stores to overlap previous stores.
8782
e184a918
RH
87832014-05-17 Richard Henderson <rth@redhat.com>
8784
8785 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
8786 Create the __##syscall_name##_nocancel entry point.
8787 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
8788 Remove; let the sysdep-cancel.h code create it.
8789
f56c7a6a
DM
87902014-05-17 David S. Miller <davem@davemloft.net>
8791
8792 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
8793 Protect with __USE_GNU.
8794 (TIOCSET_TEMPT): Likewise.
8795 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8796 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
8797 these are already provided in bits/ioctl-types.h
8798
f75616b2
RM
87992014-05-16 Roland McGrath <roland@hack.frob.com>
8800
3edeca86
RM
8801 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
8802 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
8803
f75616b2
RM
8804 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
8805 Use wait4 regardless of [__NR_waitpid].
8806
deb0f7f6
MR
88072014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
8808
8809 PR libgcc/60166
8810 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
8811 (_FP_NANSIGN_Q): Set the quiet bit.
8812
79520f4b
JM
88132014-05-16 Joseph Myers <joseph@codesourcery.com>
8814
8815 * benchtests/Makefile
8816 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
8817 not $(common-objpfx)math/libm.so.
8818 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
8819 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
8820 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
8821 $(common-objpfx)dlfcn/libdl.so.
8822 ($(objpfx)tst-audit8): Depend on $(libm), not
8823 $(common-objpfx)math/libm.so.
8824 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
8825 not $(common-objpfx)dlfcn/libdl.so.
8826 * math/Makefile
8827 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
8828 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
8829 [$(build-shared) = yes].
8830 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
8831 $(common-objpfx)nptl/libpthread.so.
8832 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
8833 $(common-objpfx)math/libm.so$(libm.so-version) or
8834 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
8835 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
8836 $(common-objpfx)dlfcn/libdl.so.
8837 * setjmp/Makefile (link-libm): Remove variable.
8838 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
8839 * stdio-common/Makefile (link-libm): Remove variable.
8840 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
8841 * stdlib/Makefile (link-libm): Remove variable.
8842 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
8843 ($(objpfx)tst-strtod-round): Likewise.
8844 ($(objpfx)tst-tininess): Likewise.
8845 ($(objpfx)tst-strtod-underflow): Likewise.
8846 ($(objpfx)tst-strtod6): Likewise.
8847 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
8848 $(libdl), not $(common-objpfx)nptl/libpthread.so and
8849 $(common-objpfx)dlfcn/libdl.so.
8850
026b0fe4
AZ
88512014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8852
8853 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
8854 BSD terminal modes definitions.
8855
def4bcb2
RM
88562014-05-16 Roland McGrath <roland@hack.frob.com>
8857
fe39b021
RM
8858 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
8859 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
8860
1d1fc46e 8861 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
8862 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
8863 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
8864 Don't do #include_next.
8865 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
8866 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
8867 Don't do #include_next.
8868 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
8869 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
8870 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
8871 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
8872
c72399fb
AM
88732014-05-16 Allan McRae <allan@archlinux.org>
8874
d51d659d
AM
8875 * po/sv.po: Update Swedish translation from translation project.
8876
c72399fb
AM
8877 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
8878 in sed expression.
8879
d0583c40
AJ
88802014-05-16 Aurelien Jarno <aurelien@aurel32.net>
8881
8882 [BZ #16917]
8883 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
8884 errno if the TIOCGPTN ioctl fails with an error different than
8885 EINVAL.
8886 * login/tst-ptsname.c: New file.
8887 * login/Makefile (tests): Add tst-ptsname.
8888
d16e6ec7
AJ
8889 [BZ #16943]
8890 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
8891 and prlimit64.
8892
cf26a0cb
SP
88932014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8894
8895 [BZ #16849]
8896 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
8897 herrno to return EAI_AGAIN.
8898
5675da1e
RM
88992014-05-14 Roland McGrath <roland@hack.frob.com>
8900
a5d87b3d
RM
8901 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
8902 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
8903 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
8904 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
8905 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
8906 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
8907 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
8908 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
8909 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
8910 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
8911 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
8912 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
8913 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
8914 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
8915 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
8916 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
8917 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
8918 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
8919 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
8920 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
8921 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
8922 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
8923 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
8924 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
8925 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
8926 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
8927 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
8928 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
8929 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
8930 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
8931 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
8932 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
8933 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
8934 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
8935 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
8936 Moved ...
8937 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
8938 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
8939 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
8940 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
8941 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
8942 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
8943 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
8944 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
8945 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
8946 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
8947 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
8948 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
8949 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
8950 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
8951 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
8952 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
8953 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
8954 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
8955 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
8956 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
8957 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
8958 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
8959 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
8960 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
8961 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
8962 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
8963 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
8964 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
8965 Moved ...
8966 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
8967 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
8968 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
8969 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
8970 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
8971 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
8972 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
8973 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
8974 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
8975 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
8976 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
8977 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
8978 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
8979 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
8980 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
8981 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
8982 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
8983 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
8984 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
8985 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
8986 Moved ...
8987 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
8988 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
8989 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
8990
039890a6
RM
8991 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
8992 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
8993 (libpthread-sysdep_routines): Add elision-related stuff here instead.
8994 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
8995 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
8996 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
8997 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
8998 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
8999 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9000 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9001 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9002 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9003 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9004 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9005 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9006 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9007 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9008 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9009 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9010 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9011 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9012 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9013 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9014 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9015 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9016 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9017 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9018 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9019 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9020 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9021 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9022
65c89320
RM
9023 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9024 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9025
348f8e8c
RM
9026 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9027 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9028 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9029 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9030 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9031 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9032 Moved ...
9033 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9034 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9035 Moved ...
9036 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9037 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9038 Moved ...
9039 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9040 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9041 Moved ...
9042 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9043 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9044 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9045 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9046 Moved ...
9047 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9048 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9049 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9050 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9051 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9052 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9053 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9054 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9055 Moved ...
9056 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9057 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9058 Moved ...
9059 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9060 ... here.
9061 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9062 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9063 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9064 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9065 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9066 Moved ...
9067 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9068 ... here.
9069 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9070 Moved ...
9071 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9072 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9073 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9074 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9075 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9076 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9077 Moved ...
9078 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9079 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9080 Moved ...
9081 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9082 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9083 Moved ...
9084 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9085 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9086 Moved ...
9087 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9088 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9089 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9090 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9091 Moved ...
9092 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9093 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9094 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9095 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9096 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9097 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9098 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9099 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9100 Moved ...
9101 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9102 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9103 Moved ...
9104 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9105 ... here.
9106 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9107 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9108 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9109 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9110 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9111 Moved ...
9112 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9113 ... here.
9114 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9115 Moved ...
9116 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9117 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9118 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9119 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9120 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9121 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9122 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9123 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9124 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9125 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9126 Moved ...
9127 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9128 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9129 Moved ...
9130 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9131 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9132 Moved ...
9133 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9134 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9135 Moved ...
9136 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9137 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9138 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9139 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9140 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9141 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9142 Moved ...
9143 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9144 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9145 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9146 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9147 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9148 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9149 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9150 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9151 Moved ...
9152 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9153 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9154 Moved ...
9155 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9156 ... here.
9157 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9158 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9159 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9160 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9161 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9162 Moved ...
9163 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9164 ... here.
9165 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9166 Moved ...
9167 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9168 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9169 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9170 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9171 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9172 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9173 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9174 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9175 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9176 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9177 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9178
5085af05
RM
9179 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9180 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9181
708f0813
RM
9182 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9183 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9184
c96067bc
RM
9185 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9186 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9187 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9188 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9189 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9190 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9191 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9192 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9193 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9194 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9195 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9196 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9197 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9198 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9199 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9200 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9201 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9202 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9203 Moved ...
9204 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9205 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9206 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9207 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9208 Moved ...
9209 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9210 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9211 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9212 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9213 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9214 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9215 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9216 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9217 Moved ...
9218 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9219 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9220 Moved ...
9221 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9222 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9223 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9224 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9225 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9226 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9227 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9228 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9229 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9230 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9231 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9232 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9233 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9234 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9235 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9236 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9237 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9238
ec136444
RM
9239 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9240 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9241 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9242 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9243 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9244
2fbdf533
RM
9245 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9246 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9247 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9248 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9249 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9250 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9251 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9252 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9253 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9254 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9255
4c68138b
RM
9256 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9257 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9258
4eaae765
RM
9259 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9260 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
9261 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9262 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9263 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9264 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9265 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9266 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9267 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9268 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9269 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9270 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9271 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9272 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9273 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9274 Update #include.
9275 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9276 Likewise.
9277 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9278 Likewise.
9279 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9280 Likewise.
9281 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9282 Likewise.
9283 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9284 Likewise.
9285 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9286 Likewise.
9287 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9288 Likewise.
9289 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9290 Likewise.
9291 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9292 Likewise.
4ef6befa
RM
9293 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9294 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9295 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9296 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9297 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
9298 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9299 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9300 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9301 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9302 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9303 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9304 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9305 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9306 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
9307 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 9308
941d7dfd
RM
9309 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9310 that was previously under [RESET_PID].
9311 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9312 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9313 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9314
1b731c35
RM
9315 * sysdeps/i386/nptl/Implies: New file.
9316 * sysdeps/x86_64/nptl/Implies: New file.
9317 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9318 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9319 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9320 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9321
e2787137
RM
9322 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9323 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9324 (__libc_vfork): New strong alias.
9325 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9326 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9327
9328 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9329 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9330 (__libc_vfork): New strong alias.
9331 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9332 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9333
5675da1e
RM
9334 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9335 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9336 (__libc_vfork): New strong alias.
9337 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9338 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9339 * nptl/pt-vfork.c: New file.
9340 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9341 (libpthread: GLIBC_2.20): New version set (empty).
9342
4f02e2b8
WN
93432014-05-14 Will Newton <will.newton@linaro.org>
9344
9345 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9346 rather than #if.
9347
0bf061d3
JM
93482014-05-14 Joseph Myers <joseph@codesourcery.com>
9349
1a84c3d6
JM
9350 [BZ #16564]
9351 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9352 arguments with exponent 65 or above.
9353 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9354 arguments 0x1p113L or above.
9355 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9356 to arguments 0x1p107L or above.
9357 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9358 positive arguments with exponent 65 or above.
9359 * math/auto-libm-test-in: Add more tests of log1p.
9360 * math/auto-libm-test-out: Regenerated.
9361
01dbacd2
JM
9362 [BZ #16928]
9363 * math/s_cacos.c (__cacos): Ensure zero real part of result from
9364 non-finite arguments is +0.
9365 * math/s_cacosf.c (__cacosf): Likewise.
9366 * math/s_cacosl.c (__cacosl): Likewise.
9367 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9368 * sysdeps/i386/fpu/libm-test-ulps: Update.
9369 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9370
913d03c8
JM
9371 [BZ #16927]
9372 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9373 value.
9374 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9375 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9376 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9377 for explicit high bit of mantissa when testing for argument equal
9378 to 1.
9379 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9380 * sysdeps/i386/fpu/libm-test-ulps: Update.
9381 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9382
0bf061d3
JM
9383 [BZ #16516]
9384 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9385 (__erf): Scale by 16 instead of 8 in potentially underflowing
9386 case. Ensure exception if result actually underflows.
9387 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9388 (__erff): Scale by 16 instead of 8 in potentially underflowing
9389 case. Ensure exception if result actually underflows.
9390 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9391 (efx8): Remove variable.
9392 (__erfl): Scale by 16 instead of 8 in potentially underflowing
9393 case. Ensure exception if result actually underflows.
9394 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9395 (efx8): Remove variable.
9396 (__erfl): Scale by 16 instead of 8 in potentially underflowing
9397 case. Ensure exception if result actually underflows.
9398 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9399 (efx8): Remove variable.
9400 (__erfl): Scale by 16 instead of 8 in potentially underflowing
9401 case. Ensure exception if result actually underflows.
9402 * math/auto-libm-test-in: Add more tests of erf.
9403 * math/auto-libm-test-out: Regenerated.
9404
73ba67cb
AS
94052014-05-14 Andreas Schwab <schwab@suse.de>
9406
3d8c8bff
AS
9407 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9408 Remove code conditionalized on USE___THREAD.
9409
73ba67cb
AS
9410 * config.h.in (HAVE_PT_CHOWN): Define as 0.
9411 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9412 not definedness.
9413
5c521ecd
JM
94142014-05-14 Joseph Myers <joseph@codesourcery.com>
9415
5e7698c6
JM
9416 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9417 Define unconditionally.
9418 (__ASSUME_O_CLOEXEC): Likewise.
9419 (__ASSUME_SOCK_CLOEXEC): Likewise.
9420 (__ASSUME_IN_NONBLOCK): Likewise.
9421 (__ASSUME_PIPE2): Likewise.
9422 (__ASSUME_EVENTFD2): Likewise.
9423 (__ASSUME_SIGNALFD4): Likewise.
9424 (__ASSUME_DUP3): Likewise.
9425 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9426 (__ASSUME_DUP3): Do not define.
9427 (__ASSUME_EVENTFD2): Likewise.
9428 (__ASSUME_IN_NONBLOCK): Likewise.
9429 (__ASSUME_O_CLOEXEC): Likewise.
9430 (__ASSUME_PIPE2): Likewise.
9431 (__ASSUME_SIGNALFD4): Likewise.
9432 (__ASSUME_SOCK_CLOEXEC): Likewise.
9433 (__ASSUME_UTIMES): Undefine.
9434 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9435 (__ASSUME_UTIMES): Do not define.
9436 (__ASSUME_O_CLOEXEC): Likewise.
9437 (__ASSUME_SOCK_CLOEXEC): Likewise.
9438 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9439 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9440 0x020621].
9441 (__ASSUME_PIPE2): Likewise.
9442 (__ASSUME_EVENTFD2): Likewise.
9443 (__ASSUME_SIGNALFD4): Likewise.
9444 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9445 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9446 Do not define.
9447 (__ASSUME_EVENTFD2): Likewise.
9448 (__ASSUME_SIGNALFD4): Likewise.
9449 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9450 (__ASSUME_32BITUIDS): Likewise.
9451 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9452 (__ASSUME_IPC64): Likewise.
9453 (__ASSUME_ST_INO_64_BIT): Likewise.
9454 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9455 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9456 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9457 (__ASSUME_UTIMES): Do not define.
9458 (__ASSUME_PSELECT): Likewise.
9459 (__ASSUME_PPOLL): Likewise.
9460 (__ASSUME_O_CLOEXEC): Likewise.
9461 (__ASSUME_SOCK_CLOEXEC): Likewise.
9462 (__ASSUME_IN_NONBLOCK): Likewise.
9463 (__ASSUME_PIPE2): Likewise.
9464 (__ASSUME_EVENTFD2): Likewise.
9465 (__ASSUME_SIGNALFD4): Likewise.
9466 (__ASSUME_DUP3): Likewise.
9467 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9468 (__ASSUME_UTIMES): Likewise.
9469 (__ASSUME_O_CLOEXEC): Likewise.
9470 (__ASSUME_SOCK_CLOEXEC): Likewise.
9471 (__ASSUME_IN_NONBLOCK): Likewise.
9472 (__ASSUME_PIPE2): Likewise.
9473 (__ASSUME_EVENTFD2): Likewise.
9474 (__ASSUME_SIGNALFD4): Likewise.
9475 (__ASSUME_DUP3): Likewise.
9476 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9477 (__ASSUME_UTIMES): Likewise.
9478 (__ASSUME_O_CLOEXEC): Likewise.
9479 (__ASSUME_SOCK_CLOEXEC): Likewise.
9480 (__ASSUME_IN_NONBLOCK): Likewise.
9481 (__ASSUME_PIPE2): Likewise.
9482 (__ASSUME_EVENTFD2): Likewise.
9483 (__ASSUME_SIGNALFD4): Likewise.
9484 (__ASSUME_DUP3): Likewise.
9485 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9486 Likewise.
9487 (__ASSUME_UTIMES): Likewise.
9488 (__ASSUME_EVENTFD2): Likewise.
9489 (__ASSUME_SIGNALFD4): Likewise.
9490 * sysdeps/unix/sysv/linux/tile/kernel-features.h
9491 (__ASSUME_O_CLOEXEC): Likewise.
9492 (__ASSUME_SOCK_CLOEXEC): Likewise.
9493 (__ASSUME_IN_NONBLOCK): Likewise.
9494 (__ASSUME_PIPE2): Likewise.
9495 (__ASSUME_EVENTFD2): Likewise.
9496 (__ASSUME_SIGNALFD4): Likewise.
9497 (__ASSUME_DUP3): Likewise.
9498 (__ASSUME_UTIMES): Undefine.
9499
5c521ecd
JM
9500 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
9501 feclearexcept. Remove symbol versioning code.
9502 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
9503 symbol versioning code.
9504 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
9505 symbol versioning code.
9506 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
9507 feupdateenv. Remove symbol versioning code.
9508 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
9509 fegetexceptflag. Remove symbol versioning code.
9510 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
9511 fesetexceptflag. Remove symbol versioning code.
9512 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
9513 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
9514 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
9515 (__posix_fadvise64_l32): Remove prototype.
9516 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
9517 code.
9518
5da9dfad
RM
95192014-05-13 Roland McGrath <roland@hack.frob.com>
9520
9521 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
9522 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
9523 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
9524 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
9525
893b4f37
SK
95262014-05-13 Sami Kerola <kerolasa@iki.fi>
9527
9528 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
9529 current working directory
9530
e0db6517
RM
95312014-05-13 Roland McGrath <roland@hack.frob.com>
9532
58aa195d
RM
9533 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
9534 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
9535 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
9536 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
9537 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
9538 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
9539 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
9540 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
9541 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
9542 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
9543 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
9544 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
9545 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
9546 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
9547 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
9548 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
9549 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
9550 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
9551 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
9552 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
9553 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
9554 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
9555 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
9556 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
9557 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
9558 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
9559 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
9560 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
9561 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
9562 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
9563 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
9564 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
9565 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
9566 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
9567 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
9568 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
9569 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
9570 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
9571 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
9572 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
9573 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
9574 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
9575
8c6d01f0
RM
9576 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
9577 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
9578
9579 * sysdeps/unix/sysv/linux/arm/Makefile
9580 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
9581 Add rt-aeabi_unwind_cpp_pr1.
9582 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
9583 Add nptl-aeabi_unwind_cpp_pr1.
9584 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
9585 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
9586 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
9587 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9588 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
9589 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9590
9591 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
9592 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
9593 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
9594 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
9595
bba6da4e
RM
9596 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
9597 Deconditionalize the code that was previously under [RESET_PID].
9598 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
9599
e0db6517
RM
9600 * sysdeps/generic/exit-thread.h: New file.
9601 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
9602 * include/unistd.h (__exit_thread): Remove declaration.
9603 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
9604 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
9605 * csu/libc-start.c: Include <exit-thread.h>.
9606 (LIBC_START_MAIN): Pass no argument to __exit_thread.
9607 * nptl/pthread_create.c: Include <exit-thread.h>.
9608 (start_thread): Call __exit_thread in place of __exit_thread_inline.
9609 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
9610 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
9611 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
9612 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
9613 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
9614 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
9615 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
9616 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
9617 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
9618 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
9619 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
9620 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
9621 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
9622 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
9623 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
9624 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
9625
01eb16fd
AS
96262014-05-13 Andreas Schwab <schwab@suse.de>
9627
9628 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
9629
637461d9
JM
96302014-05-12 Joseph Myers <joseph@codesourcery.com>
9631
9632 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9633 (__ASSUME_UTIMES): Do not condition on kernel version.
9634 (__ASSUME_PSELECT): Define unconditionally.
9635 (__ASSUME_PPOLL): Likewise.
9636 (__ASSUME_ATFCTS): Likewise.
9637 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
9638 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
9639 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
9640 (__ASSUME_UTIMENSAT): Define unconditionally.
9641 (__ASSUME_PRIVATE_FUTEX): Likewise.
9642 (__ASSUME_FALLOCATE): Likewise.
9643 (__ASSUME_O_CLOEXEC): Likewise.
9644 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
9645 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
9646 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
9647 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
9648 (__ASSUME_IN_NONBLOCK): Likewise.
9649 (__ASSUME_PIPE2): Likewise.
9650 (__ASSUME_EVENTFD2): Likewise.
9651 (__ASSUME_SIGNALFD4): Likewise.
9652 (__ASSUME_DUP3): Likewise.
9653 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9654 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
9655 (__ASSUME_AT_RANDOM): Likewise.
9656 (__ASSUME_PREADV): Likewise.
9657 (__ASSUME_PWRITEV): Likewise.
9658 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
9659 (__ASSUME_F_GETOWN_EX): Define unconditionally.
9660 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
9661 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
9662 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
9663 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9664 (__ASSUME_O_CLOEXEC): Define unconditionally.
9665 (__ASSUME_PSELECT): Do not undefine conditionally.
9666 (__ASSUME_PPOLL): Likewise.
9667 (__ASSUME_ATFCTS): Likewise.
9668 (__ASSUME_SET_ROBUST_LIST): Likewise.
9669 (__ASSUME_UTIMENSAT): Likewise.
9670 (__ASSUME_FDATASYNC): Define unconditionally.
9671 * sysdeps/unix/sysv/linux/arm/kernel-features.h
9672 (__ASSUME_SIGFRAME_V2): Likewise.
9673 )__ASSUME_EVENTFD2): Likewise.
9674 (__ASSUME_SIGNALFD4): Likewise.
9675 (__ASSUME_PSELECT): Do not undefine conditionally.
9676 (__ASSUME_PPOLL): Likewise.
9677 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9678 (__ASSUME_PSELECT): Define unconditionally.
9679 (__ASSUME_PPOLL): Likewise.
9680 (__ASSUME_O_CLOEXEC): Likewise.
9681 (__ASSUME_SOCK_CLOEXEC): Likewise.
9682 (__ASSUME_IN_NONBLOCK): Likewise.
9683 (__ASSUME_PIPE2): Likewise.
9684 (__ASSUME_EVENTFD2): Likewise.
9685 (__ASSUME_SIGNALFD4): Likewise.
9686 (__ASSUME_DUP3): Likewise.
9687 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9688 (__ASSUME_O_CLOEXEC): Likewise.
9689 (__ASSUME_SOCK_CLOEXEC): Likewise.
9690 (__ASSUME_IN_NONBLOCK): Likewise.
9691 (__ASSUME_PIPE2): Likewise.
9692 (__ASSUME_EVENTFD2): Likewise.
9693 (__ASSUME_SIGNALFD4): Likewise.
9694 (__ASSUME_DUP3): Likewise.
9695 * sysdeps/unix/sysv/linux/mips/kernel-features.h
9696 (__ASSUME_EVENTFD2): Likewise.
9697 (__ASSUME_SIGNALFD4): Likewise.
9698 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9699
315eb1d8
AS
97002014-05-12 Andreas Schwab <schwab@suse.de>
9701
9702 [BZ #16932]
9703 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
9704 (_nss_nis_gethostbyname4_r): Return error if item length is larger
9705 than maximum RPC packet size.
9706 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
9707 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
9708 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
9709 (_nss_nis_getservbyport_r): Likewise.
9710
91df99f7
WN
97112014-05-12 Will Newton <will.newton@linaro.org>
9712
9713 * malloc/Makefile (tests): Add tst-mallopt.
9714 * malloc/tst-mallopt.c: New file.
9715
0a982a29
RM
97162014-05-09 Roland McGrath <roland@hack.frob.com>
9717
9718 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
9719 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
9720
0ded08a5
AZ
97212014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9722
9723 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
9724 (tst-tlsmod6.so): Likewise.
9725
55d4d550
RM
97262014-05-09 Roland McGrath <roland@hack.frob.com>
9727
9728 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
9729
77d08aca
JM
97302014-05-09 Joseph Myers <joseph@codesourcery.com>
9731
9732 [BZ #16064]
9733 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
9734 and <dl-procinfo.h>.
9735 (__fegetenv): Save SSE state in envp->__eip if supported.
9736 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
9737 envp->__eip if supported.
9738 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
9739 and <dl-procinfo.h>.
9740 (__fesetenv): Always set __eip, __cs_selector, __opcode,
9741 __data_offset and __data_selector in environment to 0. Set SSE
9742 state if supported.
9743 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
9744 test-fenv-sse.
9745 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
9746 -mfpmath=sse.
9747 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
9748
28162f4d
WN
97492014-05-09 Will Newton <will.newton@linaro.org>
9750
9751 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
9752 and libc_relro_required for ARM.
9753 * sysdeps/arm/preconfigure: Regenerate.
9754
5a414ff7
DV
97552014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
9756 Stefan Liebler <stli@linux.vnet.ibm.com>
9757
9758 * config.make.in (enable-lock-elision): New Makefile variable.
9759 * configure.ac: Likewise.
9760 * configure: Regenerate.
9761 * sysdeps/s390/configure.ac:
9762 Add check for gcc transactions support.
9763 * sysdeps/s390/configure: Regenerate.
9764 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
9765 Build elision files if enabled.
9766 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
9767 Add lock elision support for s390.
9768 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
9769 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
9770 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
9771 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
9772 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
9773 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
9774 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9775 Likewise.
9776 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
9777 Likewise.
9778 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
9779 Likewise.
9780 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
9781 Likewise.
9782 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
9783 (__lll_timedlock_elision, __lll_lock_elision)
9784 (__lll_unlock_elision, __lll_trylock_elision)
9785 (lll_timedlock_elision, lll_lock_elision)
9786 (lll_unlock_elision, lll_trylock_elision): Add.
9787 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
9788 (pthread_mutex_t): Add lock elision support for s390.
9789
1a2f40e5
W
97902014-05-14 Wilco <wdijkstr@arm.com>
9791
9792 * sysdeps/arm/fclrexcpt.c: Cleanup.
9793 * sysdeps/arm/fedisblxcpt.c: Cleanup.
9794 * sysdeps/arm/feenablxcpt.c: Cleanup.
9795 * sysdeps/arm/fegetenv.c: Cleanup.
9796 * sysdeps/arm/fegetexcept.c: Cleanup.
9797 * sysdeps/arm/fegetround.c: Cleanup.
9798 * sysdeps/arm/feholdexcpt.c: Cleanup.
9799 * sysdeps/arm/fesetenv.c: Cleanup.
9800 * sysdeps/arm/fesetround.c: Cleanup.
9801 * sysdeps/arm/feupdateenv.c: Cleanup.
9802 * sysdeps/arm/fgetexcptflg.c: Cleanup.
9803 * sysdeps/arm/fraiseexcpt.c: Cleanup.
9804 * sysdeps/arm/fsetexcptflg.c: Cleanup.
9805 * sysdeps/arm/ftestexcept.c: Cleanup.
9806 * sysdeps/arm/get-rounding-mode.h: Cleanup.
9807 * sysdeps/arm/setfpucw.c: Cleanup.
9808
f63c86fe
WN
98092014-05-09 Will Newton <will.newton@linaro.org>
9810
9811 * sysdeps/arm/armv7/strcmp.S: New file.
9812 * NEWS: Mention addition of ARMv7 optimized strcmp.
9813
7a1a51b5
RM
98142014-05-08 Roland McGrath <roland@hack.frob.com>
9815
95afbbe5
RM
9816 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
9817 look for %.ac rather than %.in.
9818
9819 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
9820 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
9821 * sysdeps/mach/hurd/configure: Regenerated.
9822 * sysdeps/unix/sysv/linux/configure: Regenerated.
9823
7a1a51b5
RM
9824 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
9825
5057ad3b
SE
98262014-05-07 Steve Ellcey <sellcey@mips.com>
9827
9828 [BZ# 16922]
9829 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
9830 (LONG_SUB): Ditto.
9831 (PTR_SUB): Ditto.
9832
8dc97517
AS
98332014-05-07 Andreas Schwab <schwab@suse.de>
9834
9835 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
9836 when skipping over non-matching result from nscd.
9837
ce0c5b8f
OB
98382014-05-07 Ondřej Bílka <neleai@seznam.cz>
9839
9840 [BZ #16876]
9841 * nptl/sockperf.c (client): Check socket return value.
8dc97517 9842
a1189263
OB
9843 [BZ #16877]
9844 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
9845 nscd security class.
ce0c5b8f 9846
0f58d252
RM
98472014-05-06 Roland McGrath <roland@hack.frob.com>
9848
9849 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
9850 * sysdeps/arm/unwind.h: ... here.
9851
83df9ad0
AJ
98522014-05-06 Aurelien Jarno <aurelien@aurel32.net>
9853
ce0c5b8f
OB
9854 [BZ# 16916]
9855 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
9856 Define.
83df9ad0 9857
f360f94a
VR
98582014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9859
9860 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
9861 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
9862 multiarch strncpy for PPC64.
9863 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
9864 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
9865 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
9866 multiarch optimizations.
9867 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9868 (__libc_ifunc_impl_list): Likewise.
9869 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
9870 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
9871 multiarch stpncpy for PPC64.
9872 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
9873 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
9874
978a41c3
AS
98752014-05-06 Andreas Schwab <schwab@suse.de>
9876
9877 [BZ #16912]
9878 * gmon/mcount.c (_MCOUNT_DECL): Use
9879 atomic_compare_and_exchange_bool_acq instead of
9880 catomic_compare_and_exchange_bool_acq.
9881
eb1ed03d
RM
98822014-05-05 Roland McGrath <roland@hack.frob.com>
9883
fe658845
RM
9884 * elf/Makefile (others, install-bin): Remove pldd.
9885 (pldd-modules): Variable removed.
9886 ($(objpfx)pldd): Target removed.
9887 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
9888 (others, install-bin): Append pldd here.
9889 ($(objpfx)pldd): New target.
9890
eb1ed03d
RM
9891 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
9892 to 0, so the first #if test emitted later doesn't see it undefined.
9893 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
9894 * sysdeps/gnu/errlist.c: Regenerated.
9895
19c4bec0
AZ
98962014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9897
9898 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9899 [libc_hidden_builtin_def]: Define to empty value.
9900 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
9901 [libc_hidden_builtin_def]: Likewise.
9902 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
9903 [libc_hidden_builtin_def]: Likewise.
9904 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
9905 [libc_hidden_builtin_def]: Likewise.
9906 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
9907 __redirect_memcpy and define ifunc as default hidden symbol.
9908 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
9909 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
9910
7776e669
AC
99112014-05-04 Adam Conrad <adconrad@0c3.net>
9912
9913 * locale/iso-4217.def: Reintroduce XDR currency.
9914
d69aeb12
AM
99152014-05-04 Allan McRae <allan@archlinux.org>
9916
9917 * po/eo.po: Update Esperanto translation from translation project.
9918
8f1df5cf
CD
99192014-05-02 Carlos O'Donell <carlos@redhat.com>
9920
9921 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
9922 and FEATURE_INDEX_MAX to 1.
9923 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
9924
13e402e7
SE
99252014-05-01 Steve Ellcey <sellcey@mips.com>
9926
9927 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
9928 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
9929 * iconvdata/big5.c (ONE_DIRECTION): Define.
9930 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
9931 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
9932 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
9933 * iconvdata/cp932.c (ONE_DIRECTION): Define.
9934 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
9935 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
9936 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
9937 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
9938 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
9939 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
9940 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
9941 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
9942 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
9943 * iconvdata/gbk.c (ONE_DIRECTION): Define.
9944 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
9945 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
9946 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
9947 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
9948 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
9949 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
9950 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
9951 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
9952 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
9953 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
9954 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
9955 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
9956 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
9957 * iconvdata/iso646.c (ONE_DIRECTION): Define.
9958 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
9959 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
9960 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
9961 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
9962 * iconvdata/johab.c (ONE_DIRECTION): Define.
9963 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
9964 * iconvdata/sjis.c (ONE_DIRECTION): Define.
9965 * iconvdata/t.61.c (ONE_DIRECTION): Define.
9966 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
9967 * iconvdata/tscii.c (ONE_DIRECTION): Define.
9968 * iconvdata/uhc.c (ONE_DIRECTION): Define.
9969 * iconvdata/unicode.c (ONE_DIRECTION): Define.
9970 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
9971 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
9972 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
9973
c727f032
RM
99742014-05-01 Roland McGrath <roland@hack.frob.com>
9975
8f2f08d0
RM
9976 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
9977 (_IO_JUMPS_OFFSET): Define to 0.
9978
c727f032
RM
9979 * nptl/sysdeps/pthread/bits/libc-lock.h
9980 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
9981 (__libc_lock_define_initialized_recursive): Always define using
9982 initializer. Modern compilers treat uninitialized (implicit zero) and
9983 explicit zero initializers the same (i.e. put the datum in bss).
9984
a849e800
AS
99852014-05-01 Andreas Schwab <schwab@linux-m68k.org>
9986
9987 * nscd/nscd-client.h: Include <string.h>.
9988
5331255b
DM
99892014-05-01 David S. Miller <davem@davemloft.net>
9990
9991 [BZ #16885]
9992 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
9993 multiple zero bytes exist at the end of a string.
9994 Reported by Aurelien Jarno <aurelien@aurel32.net>
9995
9996 * string/test-strcmp.c (check): Add explicit test for situations where
9997 there are multiple zero bytes after the first.
9998
4fdfe821
AS
99992014-05-01 Andreas Schwab <schwab@linux-m68k.org>
10000
10001 [BZ #16890]
10002 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10003 when compiling wprintf.
10004 * stdio-common/tstdiomisc.c (t3): New function.
10005 (main): Call it.
10006
0cdddc25
SE
100072014-05-01 Steve Ellcey <sellcey@mips.com>
10008
10009 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10010 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10011 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10012 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10013
6426d77e
SE
100142014-05-01 Steve Ellcey <sellcey@mips.com>
10015
10016 * stdlib/longlong.h: Updated from GCC.
10017
6d96f5e4
WN
100182014-05-01 Will Newton <will.newton@linaro.org>
10019 Bernard Ogden <bernie.ogden@linaro.org>
10020
7470db0c
WN
10021 * NEWS: Update fixed bug list.
10022
6d96f5e4
WN
10023 [BZ #15119]
10024 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10025
211d653c
DM
100262014-04-30 David S. Miller <davem@davemloft.net>
10027
4fa262fa
DM
10028 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10029 (libc_feholdexcept_setround_sparc_ctx): New function.
10030 (libc_fesetenv_sparc_ctx): Likewise.
10031 (libc_feupdateenv_sparc_ctx): Likewise.
10032 (libc_feholdsetround_sparc_ctx): Likewise.
10033 (libc_feholdexcept_setround_ctx): Define.
10034 (libc_feholdexcept_setroundf_ctx): Likewise.
10035 (libc_feholdexcept_setroundl_ctx): Likewise.
10036 (libc_fesetenv_ctx): Likewise.
10037 (libc_fesetenvf_ctx): Likewise.
10038 (libc_fesetenvl_ctx): Likewise.
10039 (libc_feupdateenv_ctx): Likewise.
10040 (libc_feupdateenvf_ctx): Likewise.
10041 (libc_feupdateenvl_ctx): Likewise.
10042 (libc_feresetround_ctx): Likewise.
10043 (libc_feresetroundf_ctx): Likewise.
10044 (libc_feresetroundl_ctx): Likewise.
10045 (libc_feholdsetround_ctx): Likewise.
10046 (libc_feholdsetroundf_ctx): Likewise.
10047 (libc_feholdsetroundl_ctx): Likewise.
10048
1d3d93ef
DM
10049 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10050 with __USE_GNU instead of XOPEN cpp guards.
10051
8aa583c3
DM
10052 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10053 0.
10054
211d653c
DM
10055 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10056 with XOPEN cpp guards.
10057
60c8f1f6
JB
100582014-04-30 Julian Brown <julian@codesourcery.com>
10059
10060 [BZ #16888]
10061 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10062 handling.
10063
9a461d46
JM
100642014-04-30 Joseph Myers <joseph@codesourcery.com>
10065
d0f5b3f8
JM
10066 [BZ #9894]
10067 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10068 Change to 2.6.32.
10069 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10070 * sysdeps/unix/sysv/linux/configure: Regenerated.
10071 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10072 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10073 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10074 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10075 * README: Update reference to required Linux kernel version.
10076 * manual/install.texi (Linux): Update reference to required Linux
10077 kernel headers version.
10078 * INSTALL: Regenerated.
10079
9a461d46
JM
10080 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10081 header inclusion.
10082 [POSIX] (limits.h): Likewise.
10083 [POSIX] (math.h): Likewise.
10084 [POSIX] (sys/wait.h): Likewise.
10085 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10086 function.
10087 [POSIX] (stddef.h): Do not allow header inclusion.
10088
1775babf
AZ
100892014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10090
57f41c40 10091 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 10092
8f630cca
YY
100932014-04-30 Yang Yingliang <yangyingliang@huawei.com>
10094
10095 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10096 Return immediately after lll_futex_wake.
10097
1cdeb237
SP
100982014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
10099
bc8f194c
SP
10100 [BZ #16791]
10101 * nscd/nscd-client.h (datahead_init_common): Initialize entire
10102 structure.
10103 (datahead_init_pos): Call datahead_init_common early.
10104 (datahead_init_neg): Likewise.
10105
1cdeb237
SP
10106 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10107 datahead_init_neg): New functions.
10108 * nscd/aicache.c (addhstaiX): Use them.
10109 * nscd/grpcache.c (cache_addgr): Likewise.
10110 * nscd/hstcache.c (cache_addhst): Likewise.
10111 * nscd/initgrcache.c (addinitgroupsX): Likewise.
10112 * nscd/netgroupcache.c (do_notfound): Likewise.
10113 (addgetnetgrentX): Likewise.
10114 (addinnetgrX): Likewise.
10115 * nscd/pwdcache.c (cache_addpw): Likewise.
10116 * nscd/servicescache.c (cache_addserv): Likewise.
10117
16b293a7
SP
101182014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
10119 Atsushi Onoe <atsushi@onoe.org>
10120
10121 [BZ #14308]
10122 [BZ #12994]
10123 [BZ #13651]
10124 * resolv/res_query.c (__libc_res_nsearch): Return if at least
10125 one response is valid.
10126 * resolv/res_send.c (send_dg): Check for validity of other
10127 response if the current response is a referral.
10128
a28a9b94
SE
101292014-04-29 Steve Ellcey <sellcey@mips.com>
10130
10131 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10132
2ca180e9
SL
101332014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
10134
10135 [BZ #16823]
10136 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10137 Always divide by positive zero when computing -Inf result.
10138 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10139 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10140
18f2945a
AZ
101412014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10142
10143 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10144 FPSCR if value do not change.
10145 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10146 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10147 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10148 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10149 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10150 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10151 function.
10152
5abebba4
CD
101532014-05-29 Carlos O'Donell <carlos@systemhalted.org>
10154
10155 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10156 * sysdeps/unix/sysv/linux/hppa: Move directory from
10157 ports/systeps/unix/sysv/linux/hppa.
10158 * README: Update listing for hppa-*-linux-gnu.
10159
f7ed60c2
OB
101602014-04-28 Ondřej Bílka <neleai@seznam.cz>
10161
fff763a5
OB
10162 [BZ #16754]
10163 * manual/stdio.texi (Hook functions): Fix types of stream hook
10164 functions.
f7ed60c2
OB
10165 [BZ #16854]
10166 * socket/sys/socket.h: Fix typo in comment.
10167
df639d73
WD
101682014-04-28 Wilco <wdijkstr@arm.com>
10169
f7ed60c2 10170 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
10171 * sysdeps/arm/math_private.h: New file.
10172 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10173
48332d82
L
101742014-04-25 H.J. Lu <hongjiu.lu@intel.com>
10175
10176 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10177 with __int128_t.
10178 (La_x86_64_retval): Likewise.
10179
e5e0d9a4
IB
101802014-04-24 Ian Bolton <ian.bolton@arm.com>
10181
10182 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10183 fpsr if value didn't change.
10184 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10185 to fpcr if value didn't change.
10186 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10187 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10188 fpsr or fpcr if value didn't change.
10189 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10190 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10191 fpcr if value didn't change.
10192 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10193 to fpsr if value didn't change.
10194
bacc75f7
SP
101952014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
10196
10197 * nptl/tst-sem3.c: Use test-skeleton.c
10198 (main): Rename to do_test. Use return instead of
10199 exit.
10200 * nptl/tst-sem4.c: Use test-skeleton.c
10201 (main): Rename to do_test.
10202
a059d359
DM
102032014-04-22 David S. Miller <davem@davemloft.net>
10204
10205 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10206 (struct sigaction): New struct member __glibc_reserved0, change
10207 type of sa_flags to int.
10208
ea6c92f3
YZ
102092014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
10210
10211 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10212 (COUNT_LEADING_ZEROS_0): Define for AArch64.
10213
766c4a36
SP
102142014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
10215
10216 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10217 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10218
140cc7ab
VK
102192014-04-22 Will Newton <will.newton@linaro.org>
10220 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
10221
10222 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10223 (__longjmp): Add longjmp and longjmp_target SystemTap
10224 probes.
10225 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10226 (__sigsetjmp): Add setjmp SystemTap probe.
10227
c54e5cf7
CD
102282014-04-17 Carlos O'Donell <carlos@redhat.com>
10229
10230 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10231 match manual order.
10232
75ffb047
AZ
102332014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10234
10235 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10236
2cd925f7
AZ
10237 * sysdeps/powerpc/fpu/fenv_private.h
10238 (libc_feholdexcept_setroundl_ctx): Define to
10239 libc_feholdexcept_setround_ppc_ctx.
10240 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10241 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10242 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10243 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10244
39e6cd8d
IB
102452014-04-17 Ian Bolton <ian.bolton@arm.com>
10246
10247 * sysdeps/aarch64/math-tests.h: New file.
10248
f9281df9
SY
102492014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
10250
10251 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10252 New.
10253 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10254 Check and set bit_AVX2_Usable.
10255 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10256 macro.
10257 (bit_AVX2): Likewise.
10258 (index_AVX2_Usable): Likewise.
10259 (CPUID_AVX2): Likewise.
10260 (HAS_AVX2): Likewise.
10261
37d35007
WN
102622014-04-17 Will Newton <will.newton@linaro.org>
10263
7c677662
WN
10264 * manual/setjmp.texi (System V contexts): Add note that
10265 calling setcontext on a context created by a call to a
10266 signal handler is undefined. Update text to note that
10267 setcontext from a signal handler is possible but not
10268 recommended.
10269
37d35007 10270 [BZ #16629]
e04a4e9d
WN
10271 * stdlib/tst-setcontext.c: Include signal.h.
10272 (main): Check that the signal stack before and
10273 after swapcontext is the same.
10274
37d35007
WN
10275 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10276 Re-implement to restore registers in user code and avoid
10277 rt_sigreturn system call.
10278
423a7160
W
102792014-04-17 Wilco <wdijkstr@arm.com>
10280
10281 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10282 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10283 * math/test-fenv.c: Skip exception trap tests on targets which only
10284 support non-stop mode.
10285
bc93ab29
IB
102862014-04-17 Ian Bolton <ian.bolton@arm.com>
10287 Wilco Dijkstra <wilco.dijkstra@arm.com>
10288
10289 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10290 (libc_feholdsetround_aarch64_ctx)
10291 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10292 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10293 (libc_feresetround_ctx, libc_feresetroundf_ctx)
10294 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10295 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10296 (libc_feresetround_noexl_ctx): Define.
10297
95fc5fa3
RH
102982014-04-16 Richard Henderson <rth@redhat.com>
10299
ddb04724
RH
10300 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10301
d77c0899
RH
10302 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10303 unwind tables.
10304
a3df56fc
RH
10305 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10306 const from the non-libc, non-ldso copy.
10307
95fc5fa3
RH
10308 * sysdeps/alpha/libm-test-ulps: Regenerate.
10309
7e0b6763
IB
103102014-04-16 Ian Bolton <ian.bolton@arm.com>
10311 Wilco Dijkstra <wilco.dijkstra@arm.com>
10312
10313 * sysdeps/aarch64/fpu/math_private.h: New file.
10314
a9ea2e0c
MS
103152014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
10316
10317 * sysdeps/aarch64/libm-test-ulps: Regenerate.
10318
ea8ba7cd
IZ
103192014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
10320
7e54fd04 10321 [BZ #16275]
ea8ba7cd
IZ
10322 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10323 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10324 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10325 Intel MPX bound registers before _dl_profile_fixup.
10326 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10327 registers after _dl_profile_fixup. Save and restore bound
10328 registers bnd0/bnd1 when calling _dl_call_pltexit.
10329 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10330 (LR_BND_OFFSET): Likewise.
10331 (LRV_BND0_OFFSET): Likewise.
10332 (LRV_BND1_OFFSET): Likewise.
10333
9f2a4fbc
ST
103342014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
10335
10336 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10337 to...
10338 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
10339 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10340 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10341 fields.
9f2a4fbc 10342
fd15a59b
ST
103432014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
10344
10345 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10346
f19dfa0a
SL
103472014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
10348
10349 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10350
4fa8bc3b
SL
103512014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
10352
10353 [BZ #14770]
10354 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10355 * sysdeps/s390/configure: Regenerate.
10356
8ea587db
SL
10357 [BZ #16824]
10358 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10359 Set round-to-nearest internally to reduce error accumulation.
10360
aa5f0ff1
AM
103612014-04-16 Alan Modra <amodra@gmail.com>
10362
10363 [BZ #16740]
10364 [BZ #16619]
10365 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10366 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 10367 * NEWS: Update fixed bug list.
aa5f0ff1 10368
bb9c256f
SP
103692014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
10370
10371 * benchtests/Makefile: Depend on libraries in build directory.
10372 (bench-math): Separate out math tests.
10373 (bench-pthread): Separate out pthread tests.
10374 (bench): Include math and pthread tests.
10375
f737dfd0
CD
103762014-04-14 Carlos O'Donell <carlos@redhat.com>
10377
10378 [BZ #16831]
10379 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10380 _dl_debug_initialize.
10381
0699f766
CD
10382 * configure.ac: Remove SELinux header check.
10383 * configure: Regenerate.
10384 * nscd/selinux.c (perms): Array of const char* to permission names.
10385 (nscd_request_avc_has_perm): Call security_deny_unknown to find
10386 default policy. Call string_to_security_class and string_to_av_perm to
10387 translate strings. Enforce default policy and call avs_has_perm with
10388 results of translated strings.
10389
809bd45f
DM
103902014-04-13 David S. Miller <davem@davemloft.net>
10391
10392 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10393
89e691f2
AM
103942014-04-12 Allan McRae <allan@archlinux.org>
10395
10396 [BZ #16838]
10397 * manual/string.texi (Collation Functions): Fix qsort argument
10398 order in example.
10399 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10400
9c9daaeb
CM
104012014-04-11 Chris Metcalf <cmetcalf@tilera.com>
10402
10403 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10404 Make the test a no-op if there are no exceptions defined.
10405
95561fb9
PP
104062014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
10407
fe8d072c 10408 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
10409 enable-hardcoded-path-in-tests
10410
970c602a
WN
104112014-04-11 Will Newton <will.newton@linaro.org>
10412
10413 * benchtests/Makefile (extra-objs): Add json-lib.o.
10414 (bench-func): Tidy up JSON output.
10415 * benchtests/bench-skeleton.c: Include json-lib.h.
10416 (main): Use JSON library functions to do output of
10417 benchmark results.
10418 * benchtests/bench-timing-type.c (main): Output the
10419 timing type simply, leaving formatting to the user.
10420 * benchtests/json-lib.c: New file.
10421 * benchtests/json-lib.h: Likewise.
10422
36875b06
TR
104232014-04-11 Torvald Riegel <triegel@redhat.com>
10424
10425 [BZ #15215]
10426 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10427 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
10428 memory barriers. Add comments.
10429 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10430 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10431 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10432 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10433 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10434 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10435
579db35a
SL
104362014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
10437
10438 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10439 * sysdeps/s390/s390-64/configure.ac: ... this ...
10440 * sysdeps/s390/configure.ac: ... to here.
10441 * sysdeps/s390/s390-32/configure: Delete file.
10442 * sysdeps/s390/s390-64/configure: Delete file.
10443 * sysdeps/s390/configure: Regenerate.
10444
c12e9f37
JAPH
104452014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
10446
10447 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10448
439bda32
WN
104492014-04-11 Will Newton <will.newton@linaro.org>
10450
10451 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10452 to zero if it is not defined elsewhere. (mtrim): Test
10453 the value of MALLOC_DEBUG with #if rather than #ifdef.
10454
6a5d6ea1
TR
104552014-04-10 Torvald Riegel <triegel@redhat.com>
10456
10457 * benchtests/pthread_once-inputs: New file.
10458 * benchtests/pthread_once-source.c: New file.
10459 * benchtests/README: Update documentation.
10460
a4c75cfd
IZ
104612014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
10462 H.J. Lu <hongjiu.lu@intel.com>
10463
7e54fd04 10464 [BZ #16275]
a4c75cfd
IZ
10465 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10466 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10467 * sysdeps/x86_64/configure: Regenerated.
10468 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10469 macro.
10470 (REGISTER_SAVE_RAX): Likewise.
10471 (REGISTER_SAVE_RCX): Likewise.
10472 (REGISTER_SAVE_RDX): Likewise.
10473 (REGISTER_SAVE_RSI): Likewise.
10474 (REGISTER_SAVE_RDI): Likewise.
10475 (REGISTER_SAVE_R8): Likewise.
10476 (REGISTER_SAVE_R9): Likewise.
10477 (REGISTER_SAVE_BND0): Likewise.
10478 (REGISTER_SAVE_BND1): Likewise.
10479 (REGISTER_SAVE_BND2): Likewise.
10480 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
10481 bound registers when calling _dl_fixup.
10482
27822ce6
AZ
104832014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10484
10485 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
10486 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10487 of its definition.
27822ce6
AZ
10488 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10489 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10490 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10491 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10492 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10493 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10494 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
10495
a88ddc90
PTB
104962014-04-09 Peter Brett <peter@peter-b.co.uk>
10497
10498 [BZ #15514]
10499 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
10500 pathconf(_PC_NAME_MAX).
10501
01f8eac2
AZ
105022014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10503
10504 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
10505 Remove macro usage.
10506 (__PTHREAD_SPINS): Move definition to ...
10507 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10508 (__PTHREAD_SPINS): ... here.
10509 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10510 (__PTHREAD_SPIN): Likewise.
10511 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
10512 (__PTHREAD_SPIN): Likewise.
10513 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
10514 (__PTHREAD_SPIN): Likewise.
10515 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
10516 (__PTHREAD_SPIN): Likewise.
10517 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10518 (__PTHREAD_SPIN): Likewise.
10519 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10520 (__PTHREAD_SPIN): Likewise.
10521 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
10522 (__PTHREAD_SPIN): Likewise.
10523 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10524 (__PTHREAD_SPIN): Likewise.
10525 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10526 (__PTHREAD_SPIN): Likewise.
10527 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10528 (__PTHREAD_SPIN): Likewise.
10529 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10530 (__PTHREAD_SPIN): Likewise.
10531 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
10532 (__PTHREAD_SPIN): Likewise.
10533
de21c33c
AZ
10534 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10535 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
10536 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
10537 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
10538 imply folder.
10539 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
10540 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
10541 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
10542 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
10543 correct imply path.
10544 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
10545 strlen symbol for non multi-arch builds.
10546 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
10547 missing hidden_def and weak_alias.
10548
862c472e
CD
105492014-04-08 Carlos O'Donell <carlos@redhat.com>
10550
10551 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
10552
8667f90e
WN
105532014-04-07 Will Newton <will.newton@linaro.org>
10554
10555 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
10556 and contents. [!_LIBC] Remove #ifndef and contents.
10557 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
10558 * string/memccpy.c (__memccpy): Use ANSI prototype.
10559 * string/memfrob.c (memfrob): Likewise.
10560 * string/strcoll.c (STRCOLL): Likewise.
10561 * string/strlen.c (strlen): Likewise.
10562 * string/strtok.c (STRTOK): Likewise.
10563 * string/strcat.c: Remove unused #include of memcopy.h.
10564 (strcat): Use ANSI prototype.
10565 * string/strchr.c: Remove unused #include of memcopy.h.
10566 (strchr): Use ANSI prototype.
10567 * string/strcmp.c: Remove unused #include of memcopy.h.
10568 (strcmp): Use ANSI prototype.
10569 * string/strcpy.c: Remove unused #include of memcopy.h.
10570 (strcpy): Use ANSI prototype.
10571
7ffa9423
AZ
105722014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10573
10574 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
10575 * config.make.in (config-extra-cppflags): Set it from
10576 libc_extra_cppflags.
10577 * configure.ac (libc_extra_cflags): Make it accumulate over
10578 configure fragments.
10579 (libc_extra_cppflags): New flag.
10580 * configure. Regenerate.
10581 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
10582 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
10583 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
10584 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
10585
8bd70862
AZ
10586 [BZ #16815]
10587 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
10588 result for FE_DOWNWARD rounding mode.
10589 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
10590 Likewise.
10591 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10592
d42f3448
CM
105932014-04-04 Chris Metcalf <cmetcalf@tilera.com>
10594
10595 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
10596 in function argument name.
10597
1c21d115
DS
105982014-04-03 David Svoboda <svoboda@cert.org>
10599
10600 [BZ #5666]
10601 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
10602 explicitly.
10603
fcccd512
RM
106042014-04-03 Roland McGrath <roland@hack.frob.com>
10605
10606 * elf/dl-unmap-segments.h: New file.
10607 * sysdeps/generic/ldsodefs.h
10608 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
10609 * elf/dl-close.c: Include <dl-unmap-segments.h>.
10610 * elf/dl-fptr.c: Likewise.
10611 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
10612 * sysdeps/aarch64/tlsdesc.c: Likewise.
10613 * sysdeps/arm/tlsdesc.c: Likewise.
10614 * sysdeps/i386/tlsdesc.c: Likewise.
10615 * sysdeps/tile/dl-runtime.c: Likewise.
10616 * sysdeps/x86_64/tlsdesc.c: Likewise.
10617 * elf/dl-load.h: New file.
10618 * elf/dl-load.c: Include it.
10619 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
10620 Macros moved to dl-load.h.
10621 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
10622 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
10623 Use _dl_unmap_segments in place of __munmap.
10624 Break out segment-mapping loop into ...
10625 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
10626
f6488e2b
WN
106272014-04-03 Will Newton <will.newton@linaro.org>
10628
10629 * elf/dl-lookup.c (do_lookup_x): Remove comment
10630 referring to nested function and move variable
10631 declarations down to before first use.
10632
6f05bafe
JM
106332014-04-02 Joseph Myers <joseph@codesourcery.com>
10634
a84e78c8
JM
10635 [BZ #16799]
10636 [BZ #16800]
10637 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
10638 with 0 numerator.
10639 * math/s_catanf.c (__catanf): Likewise.
10640 * math/s_catanh.c (__catanh): Likewise.
10641 * math/s_catanhf.c (__catanhf): Likewise.
10642 * math/s_catanhl.c (__catanhl): Likewise.
10643 * math/s_catanl.c (__catanl): Likewise.
10644 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
10645 by positive zero when computing -Inf result.
10646 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
10647 (catanh_test): Likewise.
10648 * sysdeps/i386/fpu/libm-test-ulps: Update.
10649 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10650
6f05bafe
JM
10651 [BZ #16789]
10652 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
10653 instead of using underflowing value in computing result.
10654 * math/s_clog10.c (__clog10): Likewise.
10655 * math/s_clog10f.c (__clog10f): Likewise.
10656 * math/s_clog10l.c (__clog10l): Likewise.
10657 * math/s_clogf.c (__clogf): Likewise.
10658 * math/s_clogl.c (__clogl): Likewise.
10659 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
10660 (clog10_test): Likewise.
10661 * sysdeps/i386/fpu/libm-test-ulps: Update.
10662 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10663
b0abbc21
AM
106642014-04-02 Alan Modra <amodra@gmail.com>
10665
10666 [BZ #16739]
10667 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
10668 output when value is near a power of two. Use int64_t for lx and
10669 remove casts. Use decimal rather than hex exponent constants.
10670 Don't use long double multiplication when double will suffice.
10671 * math/libm-test.inc (nextafter_test_data): Add tests.
10672 * NEWS: Add 16739 and 16786 to bug list.
10673
af6b1797
AM
10674 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
10675
483818d7
AM
10676 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
10677
f6c55796
WN
106782014-04-01 Will Newton <will.newton@linaro.org>
10679
10680 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
10681 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
10682
13f7fe35
FW
106832014-04-01 Florian Weimer <fweimer@redhat.com>
10684
10685 [BZ #13347]
10686 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
10687 * nptl/tst-setuid2.c: New file.
10688 * nptl/Makefile (xtests): Add tst-setuid2.
10689
c859b32e
AM
106902014-04-01 Alan Modra <amodra@gmail.com>
10691
10692 [BZ #16786]
10693 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
10694
54fa2475
JM
106952014-03-31 Joseph Myers <joseph@codesourcery.com>
10696
8795b4a4
JM
10697 [BZ #6803]
10698 [BZ #6804]
10699 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
10700 set errno as appropriate.
10701 * math/w_scalbf.c (__scalbf): Likewise.
10702 * math/w_scalbl.c (__scalbl): Likewise.
10703 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
10704 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
10705 * math/libm-test.inc (scalb_test_data): Add errno expectations.
10706 Add more NaN tests.
10707
54fa2475
JM
10708 [BZ #16349]
10709 * math/w_atan2.c: Include <errno.h>.
10710 (__atan2): Set errno for result underflowing to zero.
10711 * math/w_atan2f.c: Include <errno.h>.
10712 (__atan2f): Set errno for result underflowing to zero.
10713 * math/w_atan2l.c: Include <errno.h>.
10714 (__atan2l): Set errno for result underflowing to zero.
10715 * math/auto-libm-test-in: Don't allow missing errno for some atan2
10716 tests.
10717 * math/auto-libm-test-out: Regenerated.
10718
757d9dd5
AZ
107192014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10720
10721 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
10722 Encode instruction correctly in little endian.
10723 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
10724 Likewise.
10725 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
10726 Likewise.
10727 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
10728 Likewise.
10729 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
10730 Likewise.
10731
d7a68734
JM
107322014-03-31 Joseph Myers <joseph@codesourcery.com>
10733
47c5adeb
JM
10734 [BZ #9894]
10735 * sysdeps/unix/sysv/linux/kernel-features.h
10736 [__sparc__ && !__arch64__ && !__sparc_v9__]
10737 (__ASSUME_SET_ROBUST_LIST): Do not define.
10738 [__sparc__ && !__arch64__ && !__sparc_v9__]
10739 (__ASSUME_FUTEX_LOCK_PI): Likewise.
10740 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
10741 Likewise.
10742 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10743 (__ASSUME_FUTEX_LOCK_PI): Undefine.
10744 (__ASSUME_REQUEUE_PI): Likewise.
10745 (__ASSUME_SET_ROBUST_LIST): Likewise.
10746 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10747 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
10748 Undefine.
10749 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10750 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
10751 Likewise.
10752 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
10753 Likewise.
10754 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
10755 Likewise.
10756 * sysdeps/unix/sysv/linux/mips/kernel-features.h
10757 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
10758 Undefine.
10759 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
10760 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
10761 Likewise.
10762
d7a68734
JM
10763 [BZ #16648]
10764 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10765 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
10766 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
10767
c760f5c2
WN
107682014-03-31 Will Newton <will.newton@linaro.org>
10769
10770 * benchtests/Makefile (bench): Add ffs and ffsll to list
10771 of tests.
10772 * benchtests/ffs-inputs: New file.
10773 * benchtests/ffsll-inputs: Likewise.
10774
ea6029b1
JM
107752014-03-29 Joseph Myers <joseph@codesourcery.com>
10776
10777 [BZ #16770]
10778 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
10779 too large before casting to int.
10780 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
10781 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
10782 * math/libm-test.inc (scalb_test_data): Add more tests.
10783
cf806aff
SP
107842014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
10785
56737508
SP
10786 * benchtests/Makefile (DETAILED_OPT): New make option.
10787 (bench-func): Run benchmark program with -d if DETAILED_OPT is
10788 set.
10789 * benchtests/bench-skeleton.c: Include stdbool.h.
10790 (main): Store and print timings per input.
10791 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
10792 member to each argument value.
10793 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
10794 (_print_arg_data): Initialize per-input timing to 0.
10795
cb5e4aad
SP
10796 * benchtests/Makefile (timing-type): New binary.
10797 (bench-clean): Also remove bench-timing-type.
10798 (bench): New target for timing-type.
10799 (bench-func): Print output in JSON format.
10800 * benchtests/bench-skeleton.c (main): Print output in JSON
10801 format.
10802 * benchtests/bench-timing-type.c: New file.
10803 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
10804 (TIMING_PRINT_STATS): Remove.
10805 * benchtests/scripts/bench.py (_print_arg_data): Store variant
10806 name separately.
10807
cf806aff
SP
10808 * benchtests/bench-modf.c: Remove.
10809 * benchtests/modf-inputs: New inputs file.
10810
289e0779
JM
108112014-03-28 Joseph Myers <joseph@codesourcery.com>
10812
10813 [BZ #16362]
10814 * math/s_clog10.c (M_PI_LOG10E): New macro.
10815 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
10816 imaginary parts are 0.
10817 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
10818 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
10819 imaginary parts are 0.
10820 * math/s_clog10l.c (M_PI_LOG10El): New macro.
10821 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
10822 imaginary parts are 0.
10823 * math/libm-test.inc (clog10_test_data): Update expected results
10824 for when real and imaginary parts are 0.
10825
277ae3f1
PP
108262014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
10827
10828 * elf/dl-load.c: Finish conversion of __builtin_expect into
10829 __glibc_{un}likely.
10830
03a7091f
JM
108312014-03-27 Joseph Myers <joseph@codesourcery.com>
10832
10833 [BZ #16348]
10834 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
10835 1+x for argument with exponent below -67.
10836 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
10837 Likewise.
10838 * math/auto-libm-test-in: Add more tests of exp.
10839 * math/auto-libm-test-out: Regenerated.
10840
ea7d8b95
SP
108412014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
10842
dd3022d7
SP
10843 [BZ #16759]
10844 * inet/getnetgrent_r.c (get_nonempty_val): New function.
10845 (nscd_getnetgrent): Use it.
10846
ea7d8b95
SP
10847 [BZ #16760]
10848 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
10849 of stpcpy.
10850
df5b85da
AK
108512014-03-27 Andi Kleen <ak@linux.intel.com>
10852
57f41c40
AS
10853 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
10854 (lll_robust_lock, lll_cond_lock, lll_timedlock)
10855 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
10856 (lll_robust_unlock): Remove out of line section. Use cfi
10857 intrinsics.
df5b85da 10858 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
10859 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
10860 (lll_robust_lock, lll_cond_lock, lll_timedlock)
10861 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
10862 (lll_robust_unlock): Remove out of line section. Use cfi
10863 intrinsics.
df5b85da
AK
10864 (LLL_STUB_UNWIND_INFO*): Remove.
10865
fbd6b5a4
SP
108662014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
10867
10868 [BZ #16758]
10869 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
10870 blank values.
10871
1b26b855
PP
108722014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
10873
10874 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
10875
9be36fb8
JM
108762014-03-26 Joseph Myers <joseph@codesourcery.com>
10877
10878 [BZ #16198]
10879 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
10880 fnstenv.
10881 * math/test-fenv-preserve.c: New file.
10882 * math/Makefile (tests): Add test-fenv-preserve.
10883
60a2f3c1
WN
108842014-03-26 Will Newton <will.newton@linaro.org>
10885
10886 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
10887
a5e5f1e2
RM
108882014-03-25 Roland McGrath <roland@hack.frob.com>
10889
10890 * scripts/versionlist.awk: Partition the version sets and emit all
10891 GLIBC_* (sorted) before all others (sorted).
10892
00f4012a
JM
108932014-03-25 Joseph Myers <joseph@codesourcery.com>
10894
10895 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
10896 GLIBC_2.2.5 version.
10897
7bc5a741
AZ
108982014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10899
10900 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
10901 calls.
10902
7578473b
AZ
10903 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
10904 previous change.
10905
f3f1dab3
AZ
10906 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10907
6da36183
AS
109082014-03-25 Andreas Schwab <schwab@suse.de>
10909
10910 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
10911 label to be used after in6ailist is initialized.
10912
f3f1dab3 109132014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 10914
7578473b 10915 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
10916 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
10917
046651c1
JM
109182014-03-25 Joseph Myers <joseph@codesourcery.com>
10919
10920 [BZ #16357]
10921 [BZ #16599]
10922 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
10923 min_plus_half.
10924 (fp_formats): Update initializers.
10925 (init_fp_formats): Initialize new field.
10926 (output_for_one_input_case): Allow underflow for results up to
10927 min_plus_half.
10928 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
10929 * math/auto-libm-test-in: Don't mark some underflows from asin and
10930 atanh as spurious.
10931 * math/auto-libm-test-out: Regenerated.
10932 * sysdeps/i386/fpu/libm-test-ulps: Update.
10933 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10934
003e49ed
AS
109352014-03-25 Andreas Schwab <schwab@suse.de>
10936
10937 * libio/Makefile (tst-ftell-partial-wide-ENV)
10938 (tst-ftell-active-handler-ENV): Define.
10939
de031874
SL
109402014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
10941
10942 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
10943
55a81e3b
PP
109442014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
10945
10946 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
10947
f3426898
JM
109482014-03-24 Joseph Myers <joseph@codesourcery.com>
10949
10950 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
10951 * sysdeps/x86_64/fpu/multiarch/e_exp.c
10952 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
10953
a42faf59
PP
109542014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
10955
10956 [BZ #16634]
a42faf59 10957 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
10958 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
10959 (open_path): Change from boolean 'secure' to complete flag 'mode'
10960 (_dl_map_object): Adjust.
a42faf59
PP
10961 * elf/Makefile (tests): Add tst-dlopen-aout.
10962 * elf/tst-dlopen-aout.c: New test.
10963
50936127
SL
109642014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
10965
10966 [BZ #16714]
10967 * sysdeps/unix/sysv/linux/s390/bits/stat.h
10968 (struct stat): Rename member pad0 to __glibc_reserved0.
10969
26011b5c
SL
10970 [BZ #16712]
10971 * sysdeps/s390/s390-32/bits/wordsize.h
10972 (__WORDSIZE32_SIZE_ULONG): New define.
10973 * sysdeps/s390/s390-64/bits/wordsize.h
10974 (__WORDSIZE32_SIZE_ULONG): Likewise.
10975 * sysdeps/generic/stdint.h (SIZE_MAX):
10976 Define as UL if __WORDSIZE32_SIZE_ULONG.
10977
a2d86bf1
SL
10978 [BZ #16713]
10979 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
10980 (__glibc_reserved0): New variable.
10981 (sa_flags): Change type to int.
10982
78b6eebc
SL
10983 * posix/Makefile (before-compile): Use += before-compile instead
10984 of a :=.
10985
f1399b5a
SL
10986 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10987 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
10988
a071766e
AS
109892014-03-20 Andreas Schwab <schwab@suse.de>
10990
10991 [BZ #16743]
10992 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
10993 non-matching result from nscd.
10994
27c673b8
SP
109952014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
10996
10997 * scripts/bench.py: Moved to ...
10998 * benchtests/scripts/bench.py: ... here.
10999 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11000
44152e4b
AS
110012014-03-24 Andreas Schwab <schwab@suse.de>
11002
11003 [BZ #16002]
11004 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11005 alloca_account and account alloca use for struct in6ailist.
11006
b376a11a
JM
110072014-03-24 Joseph Myers <joseph@codesourcery.com>
11008
11009 [BZ #16284]
11010 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11011 rounding mode to recompute results that overflow to infinity or
11012 underflow to zero.
11013 * math/auto-libm-test-in: Don't mark tests as expected to fail for
11014 bug 16284.
11015 * math/auto-libm-test-out: Regenerated.
11016 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11017 (ccosh_test): Likewise.
11018 (csin_test_data): Use plus_oflow.
11019 (csin_test): Use ALL_RM_TEST.
11020 (csinh_test_data): Use plus_oflow.
11021 (csinh_test): Use ALL_RM_TEST.
11022 * sysdeps/i386/fpu/libm-test-ulps: Update.
11023 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11024
f7be7376
JM
110252014-03-21 Joseph Myers <joseph@codesourcery.com>
11026
1ca2d03e
JM
11027 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11028 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11029 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11030
f7be7376
JM
11031 [BZ #16731]
11032 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11033 when x - 1 is zero.
11034 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11035 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11036 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11037 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11038 argument is 1.
11039 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11040 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11041 zero.
11042 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11043 * sysdeps/i386/fpu/libm-test-ulps: Update.
11044 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11045
fdf4534d
SP
110462014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11047
df26ea53
SP
11048 * scripts/bench.pl: Remove file.
11049 * scripts/bench.py: New benchmark script.
11050 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11051 * benchtests/README: Mention python dependency.
11052 * scripts/pylintrc: New file.
11053 * scripts/pylint: New file.
11054
fdf4534d
SP
11055 * bits/mathdef.h: Use #ifdef instead of #if.
11056 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11057 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11058 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11059 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11060 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11061 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11062
6f23d093
AZ
110632014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11064 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11065
11066 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11067 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11068 and strpbrk-ppc64 objects.
11069 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11070 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11071 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11072 multiarch strpbrk for POWER7.
11073 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11074 multiarch strpbrk for PPC64.
11075 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11076 ifunc selector.
11077 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11078 strpbrk for POWER7.
11079
8c92dfff
JM
110802014-03-20 Joseph Myers <joseph@codesourcery.com>
11081
11082 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11083 (atan_test): Likewise.
11084 (atanh_test_data): Use NO_TEST_INLINE for two tests.
11085 (atanh_test): Use ALL_RM_TEST.
11086 (atan2_test_data): Likewise.
11087 (cabs_test): Likewise.
11088 (cacosh_test): Likewise.
11089 (carg_test): Likewise.
11090 (casin_test): Likewise.
11091 (casinh_test): Likewise.
11092 (cbrt_test): Likewise.
11093 (csqrt_test): Likewise.
11094 (erf_test): Likewise.
11095 (erfc_test): Likewise.
11096 (pow10_test): Likewise.
11097 (exp2_test): Likewise.
11098 (hypot_test): Likewise.
11099 (j0_test): Likewise.
11100 (j1_test): Likewise.
11101 (lgamma_test): Likewise.
11102 (gamma_test): Likewise.
11103 (sincos_test): Likewise.
11104 (tanh_test): Likewise.
11105 (y0_test): Likewise.
11106 (y1_test): Likewise.
11107 * sysdeps/i386/fpu/libm-test-ulps: Update.
11108 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11109
6eaf95cb
AZ
111102014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11111
a387428c
SP
11112 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11113 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
11114 and strcspn-ppc64 objects.
11115 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11116 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11117 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11118 multiarch strcspn for POWER7.
11119 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11120 multiarch strcspn for PPC64.
11121 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11122 ifunc selector.
11123 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11124 strcspn for POWER7.
11125
ae3a5dff
JM
111262014-03-20 Joseph Myers <joseph@codesourcery.com>
11127
11128 * math/gen-libm-test.pl (generate_testfile): Expect only function
11129 name as argument to AUTO_TESTS_* and pass results for all rounding
11130 modes to parse_args.
11131 (parse_auto_input): Separate inputs of automatic tests from
11132 outputs before storing in %auto_tests.
11133 * math/libm-test.inc (acos_test_data): Update call to
11134 AUTO_TESTS_f_f.
11135 (acos_test): Use ALL_RM_TEST.
11136 (acos_tonearest_test_data): Remove.
11137 (acos_test_tonearest): Likewise.
11138 (acos_towardzero_test_data): Likewise.
11139 (acos_test_towardzero): Likewise.
11140 (acos_downward_test_data): Likewise.
11141 (acos_test_downward): Likewise.
11142 (acos_upward_test_data): Likewise.
11143 (acos_test_upward): Likewise.
11144 (acosh_test_data): Update call to AUTO_TESTS_f_f.
11145 (asin_test_data): Likewise.
11146 (asin_test): Use ALL_RM_TEST.
11147 (asin_tonearest_test_data): Remove.
11148 (asin_test_tonearest): Likewise.
11149 (asin_towardzero_test_data): Likewise.
11150 (asin_test_towardzero): Likewise.
11151 (asin_downward_test_data): Likewise.
11152 (asin_test_downward): Likewise.
11153 (asin_upward_test_data): Likewise.
11154 (asin_test_upward): Likewise.
11155 (asinh_test_data): Update call to AUTO_TESTS_f_f.
11156 (atan_test_data): Likewise.
11157 (atanh_test_data): Likewise.
11158 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11159 (cabs_test_data): Update call to AUTO_TESTS_c_f.
11160 (carg_test_data): Likewise.
11161 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11162 (ccos_test_data): Update call to AUTO_TESTS_c_c.
11163 (ccosh_test_data): Likewise.
11164 (cexp_test_data): Likewise.
11165 (clog_test_data): Likewise.
11166 (clog10_test_data): Likewise.
11167 (cos_test_data): Update call to AUTO_TESTS_f_f.
11168 (cos_test): Use ALL_RM_TEST.
11169 (cos_tonearest_test_data): Remove.
11170 (cos_test_tonearest): Likewise.
11171 (cos_towardzero_test_data): Likewise.
11172 (cos_test_towardzero): Likewise.
11173 (cos_downward_test_data): Likewise.
11174 (cos_test_downward): Likewise.
11175 (cos_upward_test_data): Likewise.
11176 (cos_test_upward): Likewise.
11177 (cosh_test_data): Update call to AUTO_TESTS_f_f.
11178 (cosh_test): Use ALL_RM_TEST.
11179 (cosh_tonearest_test_data): Remove.
11180 (cosh_test_tonearest): Likewise.
11181 (cosh_towardzero_test_data): Likewise.
11182 (cosh_test_towardzero): Likewise.
11183 (cosh_downward_test_data): Likewise.
11184 (cosh_test_downward): Likewise.
11185 (cosh_upward_test_data): Likewise.
11186 (cosh_test_upward): Likewise.
11187 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11188 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11189 (ctan_test_data): Likewise.
11190 (ctan_test): Use ALL_RM_TEST.
11191 (ctan_tonearest_test_data): Remove.
11192 (ctan_test_tonearest): Likewise.
11193 (ctan_towardzero_test_data): Likewise.
11194 (ctan_test_towardzero): Likewise.
11195 (ctan_downward_test_data): Likewise.
11196 (ctan_test_downward): Likewise.
11197 (ctan_upward_test_data): Likewise.
11198 (ctan_test_upward): Likewise.
11199 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11200 (ctanh_test): Use ALL_RM_TEST.
11201 (ctanh_tonearest_test_data): Remove.
11202 (ctanh_test_tonearest): Likewise.
11203 (ctanh_towardzero_test_data): Likewise.
11204 (ctanh_test_towardzero): Likewise.
11205 (ctanh_downward_test_data): Likewise.
11206 (ctanh_test_downward): Likewise.
11207 (ctanh_upward_test_data): Likewise.
11208 (ctanh_test_upward): Likewise.
11209 (erf_test_data): Update call to AUTO_TESTS_f_f.
11210 (erfc_test_data): Likewise.
11211 (exp_test_data): Likewise.
11212 (exp_test): Use ALL_RM_TEST.
11213 (exp_tonearest_test_data): Remove.
11214 (exp_test_tonearest): Likewise.
11215 (exp_towardzero_test_data): Likewise.
11216 (exp_test_towardzero): Likewise.
11217 (exp_downward_test_data): Likewise.
11218 (exp_test_downward): Likewise.
11219 (exp_upward_test_data): Likewise.
11220 (exp_test_upward): Likewise.
11221 (exp10_test_data): Update call to AUTO_TESTS_f_f.
11222 (exp10_test): Use ALL_RM_TEST.
11223 (exp10_tonearest_test_data): Remove.
11224 (exp10_test_tonearest): Likewise.
11225 (exp10_towardzero_test_data): Likewise.
11226 (exp10_test_towardzero): Likewise.
11227 (exp10_downward_test_data): Likewise.
11228 (exp10_test_downward): Likewise.
11229 (exp10_upward_test_data): Likewise.
11230 (exp10_test_upward): Likewise.
11231 (exp2_test_data): Update call to AUTO_TESTS_f_f.
11232 (expm1_test_data): Likewise.
11233 (expm1_test): Use ALL_RM_TEST.
11234 (expm1_tonearest_test_data): Remove.
11235 (expm1_test_tonearest): Likewise.
11236 (expm1_towardzero_test_data): Likewise.
11237 (expm1_test_towardzero): Likewise.
11238 (expm1_downward_test_data): Likewise.
11239 (expm1_test_downward): Likewise.
11240 (expm1_upward_test_data): Likewise.
11241 (expm1_test_upward): Likewise.
11242 (fma_test_data): Update call to AUTO_TESTS_fff_f.
11243 (fma_test): Use ALL_RM_TEST.
11244 (fma_towardzero_test_data): Remove.
11245 (fma_test_towardzero): Likewise.
11246 (fma_downward_test_data): Likewise.
11247 (fma_test_downward): Likewise.
11248 (fma_upward_test_data): Likewise.
11249 (fma_test_upward): Likewise.
11250 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11251 (j0_test_data): Update call to AUTO_TESTS_f_f.
11252 (j1_test_data): Likewise.
11253 (jn_test_data): Update call to AUTO_TESTS_if_f.
11254 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11255 (log_test_data): Update call to AUTO_TESTS_f_f.
11256 (log10_test_data): Likewise.
11257 (log1p_test_data): Likewise.
11258 (log2_test_data): Likewise.
11259 (pow_test_data): Update call to AUTO_TESTS_ff_f.
11260 (pow_tonearest_test_data): Likewise.
11261 (sin_test_data): Update call to AUTO_TESTS_f_f.
11262 (sin_test): Use ALL_RM_TEST.
11263 (sin_tonearest_test_data): Remove.
11264 (sin_test_tonearest): Likewise.
11265 (sin_towardzero_test_data): Likewise.
11266 (sin_test_towardzero): Likewise.
11267 (sin_downward_test_data): Likewise.
11268 (sin_test_downward): Likewise.
11269 (sin_upward_test_data): Likewise.
11270 (sin_test_upward): Likewise.
11271 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11272 (sinh_test_data): Update call to AUTO_TESTS_f_f.
11273 (sinh_test): Use ALL_RM_TEST.
11274 (sinh_tonearest_test_data): Remove.
11275 (sinh_test_tonearest): Likewise.
11276 (sinh_towardzero_test_data): Likewise.
11277 (sinh_test_towardzero): Likewise.
11278 (sinh_downward_test_data): Likewise.
11279 (sinh_test_downward): Likewise.
11280 (sinh_upward_test_data): Likewise.
11281 (sinh_test_upward): Likewise.
11282 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11283 (sqrt_test): Use ALL_RM_TEST.
11284 (sqrt_tonearest_test_data): Remove.
11285 (sqrt_test_tonearest): Likewise.
11286 (sqrt_towardzero_test_data): Likewise.
11287 (sqrt_test_towardzero): Likewise.
11288 (sqrt_downward_test_data): Likewise.
11289 (sqrt_test_downward): Likewise.
11290 (sqrt_upward_test_data): Likewise.
11291 (sqrt_test_upward): Likewise.
11292 (tan_test_data): Update call to AUTO_TESTS_f_f.
11293 (tan_test): Use ALL_RM_TEST.
11294 (tan_tonearest_test_data): Remove.
11295 (tan_test_tonearest): Likewise.
11296 (tan_towardzero_test_data): Likewise.
11297 (tan_test_towardzero): Likewise.
11298 (tan_downward_test_data): Likewise.
11299 (tan_test_downward): Likewise.
11300 (tan_upward_test_data): Likewise.
11301 (tan_test_upward): Likewise.
11302 (tanh_test_data): Update call to AUTO_TESTS_f_f.
11303 (tgamma_test_data): Likewise.
11304 (y0_test_data): Likewise.
11305 (y1_test_data): Likewise.
11306 (yn_test_data): Update call to AUTO_TESTS_if_f.
11307 (main): Do not call removed functions.
11308
d71aeee8
JM
113092014-03-19 Joseph Myers <joseph@codesourcery.com>
11310
11311 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11312 (ldexp_test_data): Remove.
11313 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
11314 scalbn_test_data.
11315 (scalb_test): Use ALL_RM_TEST.
11316
baaf1ded
AS
113172014-03-19 Andreas Schwab <schwab@suse.de>
11318
11319 * nscd/nscd.service: Also invalidate netgroup cache on reload.
11320
b1115e91
JM
113212014-03-19 Joseph Myers <joseph@codesourcery.com>
11322
11323 [BZ #16649]
11324 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11325 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11326 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11327 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11328 (__ASSUME_PREADV): Undefine.
11329 (__ASSUME_PWRITEV): Likewise.
11330
0283ecca
RM
113312014-03-18 Roland McGrath <roland@hack.frob.com>
11332
7d375303
RM
11333 * bits/mman-linux.h: Add comment about non-Linux use.
11334 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11335 bits/mman-linux.h resting place.
11336
0283ecca
RM
11337 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11338 * bits/mman-linux.h: ... here.
11339
aebe1003
AZ
113402014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11341
11342 * conform/conformtest.pl: Add standard definition when calling C
11343 preprocessor on data files.
11344 (checknamespace): Remove unused variable.
11345
b29b6bb8
JM
113462014-03-18 Joseph Myers <joseph@codesourcery.com>
11347
11348 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11349 minus_oflow, plus_uflow and minus_uflow in expected results.
11350 * math/libm-test.inc (scalbn_test_data): Add more tests of
11351 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
11352 minus_uflow.
11353 (scalbn_test): Use ALL_RM_TEST.
11354 (scalbln_test_data): Add more tests of negative arguments. Use
11355 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11356 (scalbln_test): Use ALL_RM_TEST.
11357
c8f8fa15
RM
113582014-03-18 Roland McGrath <roland@hack.frob.com>
11359
11360 * scripts/abilist.awk: Ignore symbols marked with .hidden.
11361
fede7a5f
WN
113622014-03-18 Will Newton <will.newton@linaro.org>
11363
11364 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11365 inaccurate comment.
11366
80cf0a58
JM
113672014-03-18 Joseph Myers <joseph@codesourcery.com>
11368
11369 * Makerules [!subdir] (check-abi): Exit with error status if a
11370 test failed.
11371
b3620862
JM
113722014-03-17 Joseph Myers <joseph@codesourcery.com>
11373
11374 * math/libm-test.inc (nearbyint_test_data): Include all tests used
11375 for rint. Include results for all rounding modes.
11376 (nearbyint_test): Use ALL_RM_TEST.
11377 (rint_test_data): Include all tests used for nearbyint.
11378
788bba36
WN
113792014-03-17 Will Newton <will.newton@linaro.org>
11380
04ec140a
WN
11381 * nptl/sysdeps/pthread/pthread.h: Revert previous
11382 change.
11383
7579d8d5
WN
11384 * sysdeps/generic/ldsodefs.h: Revert previous
11385 change.
11386
c15cf13a
WN
11387 * libio/genops.c: Revert previous change.
11388 * libio/libioP.h: Likewise.
11389 * stdio-common/vfprintf.c: Likewise.
11390
d0ac1324
WN
11391 * sysdeps/generic/math_private.h: Revert previous
11392 change.
11393
9290130a
WN
11394 * sysdeps/generic/math_private.h: Check whether
11395 HAVE_RM_CTX is defined with #ifdef rather
11396 than #if.
11397
afb466fc
WN
11398 * argp/argp-fmtstream.h: Check whether
11399 __STRICT_ANSI__ is defined with #ifdef rather
11400 than #if.
11401 * argp/argp.h: Likewise.
11402
f7efd7c3
WN
11403 * libio/genops.c: Check whether
11404 _IO_JUMPS_OFFSET is defined with #ifdef rather
11405 than #if.
11406 * libio/libioP.h: Likewise.
11407 * stdio-common/vfprintf.c: Likewise.
11408
53f1bed3
WN
11409 * sysdeps/generic/ldsodefs.h: Check whether
11410 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11411 than #if.
11412
788bba36
WN
11413 * nptl/sysdeps/pthread/pthread.h: Check
11414 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11415 its value.
11416
fcd89ebe
SP
114172014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
11418
ae42bbc5
SP
11419 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11420 setting O_APPEND.
11421 * libio/tst-ftell-active-handler.c (do_append_test): Add a
11422 test case.
11423
ea33158c
SP
11424 [BZ #16680]
11425 * libio/fileops.c (_IO_file_open): Seek to end of file but
11426 don't cache the offset.
11427 (get_file_offset): Remove function.
11428 (do_ftell): Use cached offset when available.
11429 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11430 don't cache the offset.
11431 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11432 case.
11433 (do_one_test): Call it.
11434 (do_ftell_test): Fix up expected old offset for a+ mode.
11435 * libio/wfileops.c (do_ftell_wide): Used cached offset when
11436 available.
11437
b1dbb426
SP
11438 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11439 up test status with function return status.
11440 (do_write_test): Likewise.
11441 (do_append_test): Likewise.
11442
fcd89ebe
SP
11443 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11444 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11445 Remove.
11446
9962a2d3
JM
114472014-03-17 Joseph Myers <joseph@codesourcery.com>
11448
11449 * math/gen-libm-test.pl (parse_args): Handle results specified for
11450 each rounding mode separately.
11451 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11452 tests and results from lrint_tonearest_test_data,
11453 lrint_towardzero_test_data, lrint_downward_test_data and
11454 lrint_upward_test_data.
11455 (lrint_test): Use ALL_RM_TEST.
11456 (lrint_tonearest_test_data): Remove.
11457 (lrint_test_tonearest): Likewise.
11458 (lrint_towardzero_test_data): Likewise.
11459 (lrint_test_towardzero): Likewise.
11460 (lrint_downward_test_data): Likewise.
11461 (lrint_test_downward): Likewise.
11462 (lrint_upward_test_data): Likewise.
11463 (lrint_test_upward): Likewise.
11464 (llrint_test_data): Merge in per-rounding-mode tests and results
11465 from llrint_tonearest_test_data, llrint_towardzero_test_data,
11466 llrint_downward_test_data and llrint_upward_test_data.
11467 (llrint_test): Use ALL_RM_TEST.
11468 (llrint_tonearest_test_data): Remove.
11469 (llrint_test_tonearest): Likewise.
11470 (llrint_towardzero_test_data): Likewise.
11471 (llrint_test_towardzero): Likewise.
11472 (llrint_downward_test_data): Likewise.
11473 (llrint_test_downward): Likewise.
11474 (llrint_upward_test_data): Likewise.
11475 (llrint_test_upward): Likewise.
11476 (rint_test_data): Merge in per-rounding-mode tests and results
11477 from rint_tonearest_test_data, rint_towardzero_test_data,
11478 rint_downward_test_data and rint_upward_test_data. Add
11479 per-rounding-mode results for tests not in those arrays.
11480 (rint_test): Use ALL_RM_TEST.
11481 (rint_tonearest_test_data): Remove.
11482 (rint_test_tonearest): Likewise.
11483 (rint_towardzero_test_data): Likewise.
11484 (rint_test_towardzero): Likewise.
11485 (rint_downward_test_data): Likewise.
11486 (rint_test_downward): Likewise.
11487 (rint_upward_test_data): Likewise.
11488 (rint_test_upward): Likewise.
11489 (main): Don't call removed functions.
11490
5006148e
RM
114912014-03-14 Roland McGrath <roland@hack.frob.com>
11492
11493 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11494 "Compiled on ..." crapola. It is anti-useful.
11495
d6fe5e58
JM
114962014-03-14 Joseph Myers <joseph@codesourcery.com>
11497
11498 * scripts/evaluate-test.sh: Handle fourth argument to determine
11499 whether test run should stop on failure.
11500 * Makeconfig (stop-on-test-failure): New variable.
11501 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
11502 $(stop-on-test-failure).
11503 * Makefile (tests): Give a summary of results from testing and
11504 exit with failure status if they include an ERROR or FAIL.
11505 (xtests): Likewise.
11506 * manual/install.texi (Configuring and compiling): Mention
11507 stop-on-test-failure=y.
11508 * INSTALL: Regenerated.
11509
498a2233
RM
115102014-03-14 Roland McGrath <roland@hack.frob.com>
11511
22dbc19d
RM
11512 * scripts/versionlist.awk: New file.
11513 * Makerules [$(build-shared) = yes]
11514 (postclean-generated): Add Versions.def, not Versions.def.v and
11515 Versions.def.v.i.
11516 ($(common-objpfx)Versions.def.v.i): Target removed.
11517 ($(common-objpfx)Versions.def): New target.
11518 ($(common-objpfx)Versions.all): Depend on that rather that
11519 $(common-objpfx)Versions.def.v.
11520 * Versions.def: File removed.
11521
498a2233
RM
11522 * Makeconfig (+gccwarn): Add -Wundef.
11523 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
11524 a dl-sysdep.h breaking its contract.
11525 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
11526 * include/stackinfo.h: New file.
11527 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
11528 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
11529 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
11530 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
11531 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
11532 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
11533 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11534 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11535 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11536 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11537 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11538 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
11539 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11540 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11541 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11542
c7de5025
AZ
115432014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11544
11545 [BZ #16707]
11546 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
11547 implementation.
11548 * math/libm-test.inc (round_test_data): Add more tests.
11549
98fb27a3
AZ
11550 [BZ #16706]
11551 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
11552 implementation.
11553 * math/libm-test.inc (nearbyint_test_data): Add more tests.
11554
374f7f61
AZ
11555 [BZ #16701]
11556 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
11557 implementation.
11558 * math/libm-test.inc (ceil_test_data): Add more tests.
11559
4655c291
AZ
11560 * math/libm-test.inc (trunc_test_data): Add more tests related to
11561 BZ#16414.
11562
d7329d4b
RM
115632014-03-14 Roland McGrath <roland@hack.frob.com>
11564
11565 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
11566 with #if rather than #ifdef.
11567 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
11568
aa4de9ce
L
115692014-03-14 H.J. Lu <hongjiu.lu@intel.com>
11570
11571 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
11572 first. Disable AVX-512 GCC support if assembler doesn't support
11573 it.
11574 * sysdeps/x86_64/configure: Regenerated.
11575
2e03fae7
CD
115762014-03-13 Carlos O'Donell <carlos@redhat.com>
11577
11578 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
11579 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
11580 (__old_pthread_attr_setstack): Likewise.
11581 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
11582 [!_STACK_GROWS_DOWN]: Likewise.
11583
43ca83ec
MF
115842014-03-13 Mike Frysinger <vapier@gentoo.org>
11585
11586 * config.make.in (have-bash2): Delete.
11587 * configure.ac (libc_cv_have_bash2): Delete.
11588 * configure: Regenerate.
11589 * elf/Makefile (common-ldd-rewrite): Rename to ...
11590 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
11591 (sh-ldd-rewrite): Delete.
11592 (bash-ldd-rewrite): Delete.
11593 (have-bash2): Delete checks.
57f41c40
AS
11594 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
11595 ldd-rewrite.
c66e48b4
MF
11596
11597 * config.make.in (have-ksh): Delete.
11598 (KSH): Delete.
11599 * configure.ac (libc_cv_have_ksh): Delete.
11600 * configure: Regenerate.
11601
b93834ef
MF
11602 * elf/Makefile: Delete $(have-ksh) check.
11603 ($(objpfx)sotruss): Change KSH to BASH.
11604 * elf/sotruss.ksh: Rename to ...
11605 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
11606 function style to match POSIX. Drop ksh vim mode setting.
11607
f3a4632a
MF
11608 * manual/time.texi (Specifying the Time Zone with TZ): Change
11609 Tuesday to Thursday.
11610
5896c8bd
MF
11611 * debug/tst-longjmp_chk2.c: Update header comment.
11612 (stackoverflow_handler): Add comment. Call assert on pass value.
11613
2d63a517
IZ
116142014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
11615
7e54fd04 11616 [BZ #16194]
2d63a517
IZ
11617 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
11618 (HAVE_AVX512_ASM_SUPPORT): Likewise.
11619 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
11620 (La_x86_64_vector): Add zmm.
11621 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
11622 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
11623 ($(objpfx)tst-audit10): New target.
11624 ($(objpfx)tst-audit10.out): Likewise.
11625 (tst-audit10-ENV): New.
11626 (AVX512-CFLAGS): Likewise.
11627 (CFLAGS-tst-audit10.c): Likewise.
11628 (CFLAGS-tst-auditmod10a.c): Likewise.
11629 (CFLAGS-tst-auditmod10b.c): Likewise.
11630 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
11631 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
11632 * sysdeps/x86_64/configure: Regenerated.
11633 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
11634 AVX-512 zmm register support.
11635 (_dl_x86_64_save_sse): Likewise.
11636 (_dl_x86_64_restore_sse): Likewise.
11637 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
11638 size vector registers.
11639 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
11640 (ZMM_SIZE): Likewise.
11641 * sysdeps/x86_64/tst-audit10.c: New file.
11642 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
11643 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
11644
44c4e5d5
RM
116452014-03-13 Roland McGrath <roland@hack.frob.com>
11646
11647 * configure.ac (HAVE_EHDR_START): New check.
11648 * configure: Regenerated.
11649 * config.h.in (HAVE_EHDR_START): New #undef.
11650 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
11651 assuming the lowest-addressed segment maps the start of the file.
11652
acd6e389
JM
116532014-03-13 Joseph Myers <joseph@codesourcery.com>
11654
11655 * INSTALL: Regenerated.
11656
6f918f36
WN
116572014-03-13 Will Newton <will.newton@linaro.org>
11658
11659 * manual/setjmp.texi (System V contexts): Improve
11660 clarity and grammar of documentation.
11661
798212a0
PP
116622014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
11663
11664 [BZ #16381]
798212a0 11665 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 11666 (tests-pie): Add tst-pie2.
798212a0
PP
11667 * elf/tst-pie2.c: New file.
11668 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
11669 for ET_EXEC.
11670 * elf/rtld.c (map_doit): Load executable as lt_executable.
11671 (dl_main): Likewise.
11672
abe6d90c
JM
116732014-03-12 Joseph Myers <joseph@codesourcery.com>
11674
11675 [BZ #16642]
11676 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11677 (__ASSUME_PSELECT): Undefine.
11678
dd3946c6
AZ
116792014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11680
11681 [BZ #16689]
11682 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
11683 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
11684 static build.
11685 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
11686 selector for static builds.
11687
c44496df
SP
116882014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
11689
11690 [BZ #16695]
11691 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
11692 key in the buffer.
11693
27c7220a
AZ
116942014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11695
57f41c40
AS
11696 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
11697 IFUNC selector for static builds.
27c7220a 11698
600fa361
JM
116992014-03-11 Joseph Myers <joseph@codesourcery.com>
11700
76c96cf7
JM
11701 * sysdeps/mips/math_private.h [__mips_hard_float]
11702 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
11703 libc_feresetround_mips_ctx.
11704 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
11705 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
11706 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
11707
600fa361
JM
11708 [BZ #16677]
11709 * math/s_nextafter.c (__nextafter): Do not return value from
11710 overflowing computation.
11711 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
11712 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11713 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
11714 Likewise.
11715 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
11716 Likewise.
11717 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
11718 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
11719
d7706c32
RM
117202014-03-11 Roland McGrath <roland@hack.frob.com>
11721
11722 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
11723 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
11724 Move sfi_sp use from the load-multiple (that no longer sets sp) to
11725 the new mov targetting sp.
11726
4facea47
AZ
117272014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11728
11729 [BZ #16683]
11730 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
11731 Define it for static builds as well.
11732 (NO_BZERO_IMPL): Likewise.
11733
e65caf1f
VR
117342014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11735
11736 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
11737 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
11738 multiarch strspn for PPC64.
11739 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
11740 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
11741 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11742 (__libc_ifunc_impl_list): Likewise.
11743 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
11744 multiarch optimizations
11745 * string/strspn.c (strspn): Using macro to redefine symbol name.
11746
ba9cc071
AZ
117472014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11748 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11749
11750 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
11751 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
11752 multiarch strncat for PPC64.
11753 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
11754 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
11755 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11756 (__libc_ifunc_impl_list): Likewise.
11757 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
11758 multiarch optimizations
11759
8b4ff974
SP
117602014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
11761
11762 [BZ #16639]
11763 * nscd/nscd.service: Make service type forking.
11764
54b46a4b
AZ
117652014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11766
11767 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
11768 sign in non default rounding modes.
11769 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
11770
e9996ef7
JM
117712014-03-08 Joseph Myers <joseph@codesourcery.com>
11772
11773 * math/libm-test.inc (ALL_RM_TEST): New macro.
11774 (ceil_test): Use ALL_RM_TEST.
11775 (cimag_test): Likewise.
11776 (conj_test): Likewise.
11777 (copysign_test): Likewise.
11778 (cproj_test): Likewise.
11779 (creal_test): Likewise.
11780 (fabs_test): Likewise.
11781 (floor_test): Likewise.
11782 (fmax_test): Likewise.
11783 (fmin_test): Likewise.
11784 (fmod_test): Likewise.
11785 (fpclassify_test): Likewise.
11786 (frexp_test): Likewise.
11787 (ilogb_test): Likewise.
11788 (isfinite_test): Likewise.
11789 (finite_test): Likewise.
11790 (isgreater_test): Likewise.
11791 (isgreaterequal_test): Likewise.
11792 (isinf_test): Likewise.
11793 (isless_test): Likewise.
11794 (islessequal_test): Likewise.
11795 (islessgreater_test): Likewise.
11796 (isnan_test): Likewise.
11797 (isnormal_test): Likewise.
11798 (issignaling_test): Likewise.
11799 (isunordered_test): Likewise.
11800 (logb_test): Likewise.
11801 (logb_downward_test_data): Remove.
11802 (logb_test_downward): Likewise.
11803 (lround_test): Use ALL_RM_TEST.
11804 (llround_test): Likewise.
11805 (modf_test): Likewise.
11806 (nexttoward_test): Likewise.
11807 (remainder_test): Likewise.
11808 (drem_test): Likewise.
11809 (remainder_tonearest_test_data): Likewise.
11810 (remainder_test_tonearest): Likewise.
11811 (drem_test_tonearest): Likewise.
11812 (remainder_towardzero_test_data): Likewise.
11813 (remainder_test_towardzero): Likewise.
11814 (drem_test_towardzero): Likewise.
11815 (remainder_downward_test_data): Likewise.
11816 (remainder_test_downward): Likewise.
11817 (drem_test_downward): Likewise.
11818 (remainder_upward_test_data): Likewise.
11819 (remainder_test_upward): Likewise.
11820 (drem_test_upward): Likewise.
11821 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
11822 (round_test): Use ALL_RM_TEST.
11823 (signbit_test): Likewise.
11824 (trunc_test): Likewise.
11825 (significand_test): Likewise.
11826 (main): Don't call removed functions.
11827
bc61d27c
JM
118282014-03-07 Joseph Myers <joseph@codesourcery.com>
11829
5c780849
JM
11830 [BZ #16674]
11831 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
11832 || __USE_XOPEN2K8].
11833 (ILL_ILLOPN): Likewise.
11834 (ILL_ILLADR): Likewise.
11835 (ILL_ILLTRP): Likewise.
11836 (ILL_PRVOPC): Likewise.
11837 (ILL_PRVREG): Likewise.
11838 (ILL_COPROC): Likewise.
11839 (ILL_BADSTK): Likewise.
11840 (FPE_INTDIV): Likewise.
11841 (FPE_INTOVF): Likewise.
11842 (FPE_FLTDIV): Likewise.
11843 (FPE_FLTOVF): Likewise.
11844 (FPE_FLTUND): Likewise.
11845 (FPE_FLTRES): Likewise.
11846 (FPE_FLTINV): Likewise.
11847 (FPE_FLTSUB): Likewise.
11848 (SEGV_MAPERR): Likewise.
11849 (SEGV_ACCERR): Likewise.
11850 (BUS_ADRALN): Likewise.
11851 (BUS_ADRERR): Likewise.
11852 (BUS_OBJERR): Likewise.
11853 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11854 (TRAP_TRACE): Likewise.
11855 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
11856 __USE_XOPEN2K8].
11857 (CLD_KILLED): Likewise.
11858 (CLD_DUMPED): Likewise.
11859 (CLD_TRAPPED): Likewise.
11860 (CLD_STOPPED): Likewise.
11861 (CLD_CONTINUED): Likewise.
11862 (POLL_IN): Likewise.
11863 (POLL_OUT): Likewise.
11864 (POLL_MSG): Likewise.
11865 (POLL_ERR): Likewise.
11866 (POLL_PRI): Likewise.
11867 (POLL_HUP): Likewise.
11868 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
11869 Likewise.
11870 (ILL_ILLOPN): Likewise.
11871 (ILL_ILLADR): Likewise.
11872 (ILL_ILLTRP): Likewise.
11873 (ILL_PRVOPC): Likewise.
11874 (ILL_PRVREG): Likewise.
11875 (ILL_COPROC): Likewise.
11876 (ILL_BADSTK): Likewise.
11877 (FPE_INTDIV): Likewise.
11878 (FPE_INTOVF): Likewise.
11879 (FPE_FLTDIV): Likewise.
11880 (FPE_FLTOVF): Likewise.
11881 (FPE_FLTUND): Likewise.
11882 (FPE_FLTRES): Likewise.
11883 (FPE_FLTINV): Likewise.
11884 (FPE_FLTSUB): Likewise.
11885 (SEGV_MAPERR): Likewise.
11886 (SEGV_ACCERR): Likewise.
11887 (BUS_ADRALN): Likewise.
11888 (BUS_ADRERR): Likewise.
11889 (BUS_OBJERR): Likewise.
11890 (BUS_MCEERR_AR): Likewise.
11891 (BUS_MCEERR_AO): Likewise.
11892 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11893 (TRAP_TRACE): Likewise.
11894 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
11895 __USE_XOPEN2K8].
11896 (CLD_KILLED): Likewise.
11897 (CLD_DUMPED): Likewise.
11898 (CLD_TRAPPED): Likewise.
11899 (CLD_STOPPED): Likewise.
11900 (CLD_CONTINUED): Likewise.
11901 (POLL_IN): Likewise.
11902 (POLL_OUT): Likewise.
11903 (POLL_MSG): Likewise.
11904 (POLL_ERR): Likewise.
11905 (POLL_PRI): Likewise.
11906 (POLL_HUP): Likewise.
11907 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
11908 (ILL_ILLOPN): Likewise.
11909 (ILL_ILLADR): Likewise.
11910 (ILL_ILLTRP): Likewise.
11911 (ILL_PRVOPC): Likewise.
11912 (ILL_PRVREG): Likewise.
11913 (ILL_COPROC): Likewise.
11914 (ILL_BADSTK): Likewise.
11915 (FPE_INTDIV): Likewise.
11916 (FPE_INTOVF): Likewise.
11917 (FPE_FLTDIV): Likewise.
11918 (FPE_FLTOVF): Likewise.
11919 (FPE_FLTUND): Likewise.
11920 (FPE_FLTRES): Likewise.
11921 (FPE_FLTINV): Likewise.
11922 (FPE_FLTSUB): Likewise.
11923 (SEGV_MAPERR): Likewise.
11924 (SEGV_ACCERR): Likewise.
11925 (BUS_ADRALN): Likewise.
11926 (BUS_ADRERR): Likewise.
11927 (BUS_OBJERR): Likewise.
11928 (BUS_MCEERR_AR): Likewise.
11929 (BUS_MCEERR_AO): Likewise.
11930 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11931 (TRAP_TRACE): Likewise.
11932 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
11933 __USE_XOPEN2K8].
11934 (CLD_KILLED): Likewise.
11935 (CLD_DUMPED): Likewise.
11936 (CLD_TRAPPED): Likewise.
11937 (CLD_STOPPED): Likewise.
11938 (CLD_CONTINUED): Likewise.
11939 (POLL_IN): Likewise.
11940 (POLL_OUT): Likewise.
11941 (POLL_MSG): Likewise.
11942 (POLL_ERR): Likewise.
11943 (POLL_PRI): Likewise.
11944 (POLL_HUP): Likewise.
11945 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
11946 Likewise.
11947 (ILL_ILLOPN): Likewise.
11948 (ILL_ILLADR): Likewise.
11949 (ILL_ILLTRP): Likewise.
11950 (ILL_PRVOPC): Likewise.
11951 (ILL_PRVREG): Likewise.
11952 (ILL_COPROC): Likewise.
11953 (ILL_BADSTK): Likewise.
11954 (ILL_BADIADDR): Likewise.
11955 (ILL_BREAK): Likewise.
11956 (FPE_INTDIV): Likewise.
11957 (FPE_INTOVF): Likewise.
11958 (FPE_FLTDIV): Likewise.
11959 (FPE_FLTOVF): Likewise.
11960 (FPE_FLTUND): Likewise.
11961 (FPE_FLTRES): Likewise.
11962 (FPE_FLTINV): Likewise.
11963 (FPE_FLTSUB): Likewise.
11964 (FPE_DECOVF): Likewise.
11965 (FPE_DECDIV): Likewise.
11966 (FPE_DECERR): Likewise.
11967 (FPE_INVASC): Likewise.
11968 (FPE_INVDEC): Likewise.
11969 (SEGV_MAPERR): Likewise.
11970 (SEGV_ACCERR): Likewise.
11971 (SEGV_PSTKOVF): Likewise.
11972 (BUS_ADRALN): Likewise.
11973 (BUS_ADRERR): Likewise.
11974 (BUS_OBJERR): Likewise.
11975 (BUS_MCEERR_AR): Likewise.
11976 (BUS_MCEERR_AO): Likewise.
11977 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11978 (TRAP_TRACE): Likewise.
11979 (TRAP_BRANCH): Likewise.
11980 (TRAP_HWBKPT): Likewise.
11981 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
11982 __USE_XOPEN2K8].
11983 (CLD_KILLED): Likewise.
11984 (CLD_DUMPED): Likewise.
11985 (CLD_TRAPPED): Likewise.
11986 (CLD_STOPPED): Likewise.
11987 (CLD_CONTINUED): Likewise.
11988 (POLL_IN): Likewise.
11989 (POLL_OUT): Likewise.
11990 (POLL_MSG): Likewise.
11991 (POLL_ERR): Likewise.
11992 (POLL_PRI): Likewise.
11993 (POLL_HUP): Likewise.
11994 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
11995 (ILL_ILLOPN): Likewise.
11996 (ILL_ILLADR): Likewise.
11997 (ILL_ILLTRP): Likewise.
11998 (ILL_PRVOPC): Likewise.
11999 (ILL_PRVREG): Likewise.
12000 (ILL_COPROC): Likewise.
12001 (ILL_BADSTK): Likewise.
12002 (FPE_INTDIV): Likewise.
12003 (FPE_INTOVF): Likewise.
12004 (FPE_FLTDIV): Likewise.
12005 (FPE_FLTOVF): Likewise.
12006 (FPE_FLTUND): Likewise.
12007 (FPE_FLTRES): Likewise.
12008 (FPE_FLTINV): Likewise.
12009 (FPE_FLTSUB): Likewise.
12010 (SEGV_MAPERR): Likewise.
12011 (SEGV_ACCERR): Likewise.
12012 (BUS_ADRALN): Likewise.
12013 (BUS_ADRERR): Likewise.
12014 (BUS_OBJERR): Likewise.
12015 (BUS_MCEERR_AR): Likewise.
12016 (BUS_MCEERR_AO): Likewise.
12017 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12018 (TRAP_TRACE): Likewise.
12019 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12020 __USE_XOPEN2K8].
12021 (CLD_KILLED): Likewise.
12022 (CLD_DUMPED): Likewise.
12023 (CLD_TRAPPED): Likewise.
12024 (CLD_STOPPED): Likewise.
12025 (CLD_CONTINUED): Likewise.
12026 (POLL_IN): Likewise.
12027 (POLL_OUT): Likewise.
12028 (POLL_MSG): Likewise.
12029 (POLL_ERR): Likewise.
12030 (POLL_PRI): Likewise.
12031 (POLL_HUP): Likewise.
12032 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12033 (ILL_ILLOPN): Likewise.
12034 (ILL_ILLADR): Likewise.
12035 (ILL_ILLTRP): Likewise.
12036 (ILL_PRVOPC): Likewise.
12037 (ILL_PRVREG): Likewise.
12038 (ILL_COPROC): Likewise.
12039 (ILL_BADSTK): Likewise.
12040 (FPE_INTDIV): Likewise.
12041 (FPE_INTOVF): Likewise.
12042 (FPE_FLTDIV): Likewise.
12043 (FPE_FLTOVF): Likewise.
12044 (FPE_FLTUND): Likewise.
12045 (FPE_FLTRES): Likewise.
12046 (FPE_FLTINV): Likewise.
12047 (FPE_FLTSUB): Likewise.
12048 (SEGV_MAPERR): Likewise.
12049 (SEGV_ACCERR): Likewise.
12050 (BUS_ADRALN): Likewise.
12051 (BUS_ADRERR): Likewise.
12052 (BUS_OBJERR): Likewise.
12053 (BUS_MCEERR_AR): Likewise.
12054 (BUS_MCEERR_AO): Likewise.
12055 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12056 (TRAP_TRACE): Likewise.
12057 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12058 __USE_XOPEN2K8].
12059 (CLD_KILLED): Likewise.
12060 (CLD_DUMPED): Likewise.
12061 (CLD_TRAPPED): Likewise.
12062 (CLD_STOPPED): Likewise.
12063 (CLD_CONTINUED): Likewise.
12064 (POLL_IN): Likewise.
12065 (POLL_OUT): Likewise.
12066 (POLL_MSG): Likewise.
12067 (POLL_ERR): Likewise.
12068 (POLL_PRI): Likewise.
12069 (POLL_HUP): Likewise.
12070 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12071 (ILL_ILLOPN): Likewise.
12072 (ILL_ILLADR): Likewise.
12073 (ILL_ILLTRP): Likewise.
12074 (ILL_PRVOPC): Likewise.
12075 (ILL_PRVREG): Likewise.
12076 (ILL_COPROC): Likewise.
12077 (ILL_BADSTK): Likewise.
12078 (FPE_INTDIV): Likewise.
12079 (FPE_INTOVF): Likewise.
12080 (FPE_FLTDIV): Likewise.
12081 (FPE_FLTOVF): Likewise.
12082 (FPE_FLTUND): Likewise.
12083 (FPE_FLTRES): Likewise.
12084 (FPE_FLTINV): Likewise.
12085 (FPE_FLTSUB): Likewise.
12086 (SEGV_MAPERR): Likewise.
12087 (SEGV_ACCERR): Likewise.
12088 (BUS_ADRALN): Likewise.
12089 (BUS_ADRERR): Likewise.
12090 (BUS_OBJERR): Likewise.
12091 (BUS_MCEERR_AR): Likewise.
12092 (BUS_MCEERR_AO): Likewise.
12093 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12094 (TRAP_TRACE): Likewise.
12095 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12096 __USE_XOPEN2K8].
12097 (CLD_KILLED): Likewise.
12098 (CLD_DUMPED): Likewise.
12099 (CLD_TRAPPED): Likewise.
12100 (CLD_STOPPED): Likewise.
12101 (CLD_CONTINUED): Likewise.
12102 (POLL_IN): Likewise.
12103 (POLL_OUT): Likewise.
12104 (POLL_MSG): Likewise.
12105 (POLL_ERR): Likewise.
12106 (POLL_PRI): Likewise.
12107 (POLL_HUP): Likewise.
12108 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12109 (ILL_ILLOPN): Likewise.
12110 (ILL_ILLADR): Likewise.
12111 (ILL_ILLTRP): Likewise.
12112 (ILL_PRVOPC): Likewise.
12113 (ILL_PRVREG): Likewise.
12114 (ILL_COPROC): Likewise.
12115 (ILL_BADSTK): Likewise.
12116 (ILL_DBLFLT): Likewise.
12117 (ILL_HARDWALL): Likewise.
12118 (FPE_INTDIV): Likewise.
12119 (FPE_INTOVF): Likewise.
12120 (FPE_FLTDIV): Likewise.
12121 (FPE_FLTOVF): Likewise.
12122 (FPE_FLTUND): Likewise.
12123 (FPE_FLTRES): Likewise.
12124 (FPE_FLTINV): Likewise.
12125 (FPE_FLTSUB): Likewise.
12126 (SEGV_MAPERR): Likewise.
12127 (SEGV_ACCERR): Likewise.
12128 (BUS_ADRALN): Likewise.
12129 (BUS_ADRERR): Likewise.
12130 (BUS_OBJERR): Likewise.
12131 (BUS_MCEERR_AR): Likewise.
12132 (BUS_MCEERR_AO): Likewise.
12133 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12134 (TRAP_TRACE): Likewise.
12135 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12136 __USE_XOPEN2K8].
12137 (CLD_KILLED): Likewise.
12138 (CLD_DUMPED): Likewise.
12139 (CLD_TRAPPED): Likewise.
12140 (CLD_STOPPED): Likewise.
12141 (CLD_CONTINUED): Likewise.
12142 (POLL_IN): Likewise.
12143 (POLL_OUT): Likewise.
12144 (POLL_MSG): Likewise.
12145 (POLL_ERR): Likewise.
12146 (POLL_PRI): Likewise.
12147 (POLL_HUP): Likewise.
12148 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12149 (ILL_ILLOPN): Likewise.
12150 (ILL_ILLADR): Likewise.
12151 (ILL_ILLTRP): Likewise.
12152 (ILL_PRVOPC): Likewise.
12153 (ILL_PRVREG): Likewise.
12154 (ILL_COPROC): Likewise.
12155 (ILL_BADSTK): Likewise.
12156 (FPE_INTDIV): Likewise.
12157 (FPE_INTOVF): Likewise.
12158 (FPE_FLTDIV): Likewise.
12159 (FPE_FLTOVF): Likewise.
12160 (FPE_FLTUND): Likewise.
12161 (FPE_FLTRES): Likewise.
12162 (FPE_FLTINV): Likewise.
12163 (FPE_FLTSUB): Likewise.
12164 (SEGV_MAPERR): Likewise.
12165 (SEGV_ACCERR): Likewise.
12166 (BUS_ADRALN): Likewise.
12167 (BUS_ADRERR): Likewise.
12168 (BUS_OBJERR): Likewise.
12169 (BUS_MCEERR_AR): Likewise.
12170 (BUS_MCEERR_AO): Likewise.
12171 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12172 (TRAP_TRACE): Likewise.
12173 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12174 __USE_XOPEN2K8].
12175 (CLD_KILLED): Likewise.
12176 (CLD_DUMPED): Likewise.
12177 (CLD_TRAPPED): Likewise.
12178 (CLD_STOPPED): Likewise.
12179 (CLD_CONTINUED): Likewise.
12180 (POLL_IN): Likewise.
12181 (POLL_OUT): Likewise.
12182 (POLL_MSG): Likewise.
12183 (POLL_ERR): Likewise.
12184 (POLL_PRI): Likewise.
12185 (POLL_HUP): Likewise.
12186 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12187 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12188
bc61d27c
JM
12189 [BZ #16670]
12190 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12191 before #include of <time.h>.
12192 [!__USE_XOPEN2K] (__need_timespec): Likewise.
12193 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12194 (test-xfail-UNIX98/sched.h/conform): Likewise.
12195
302949e2
MS
121962014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
12197
12198 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12199 error absence of trapping exception support.
12200 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12201
a00f522a
JM
122022014-03-07 Joseph Myers <joseph@codesourcery.com>
12203
6f99f280
JM
12204 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12205 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12206 * timezone/Makefile (testdata): Move definition above include of
12207 Rules.
12208 (test-zones): New variable.
12209 (tests-special): Add zone files.
12210 (build-testdata): Use $(evaluate-test).
12211
0b20a9e8
JM
12212 * elf/Makefile (tests-special): Rename tests to end with .out.
12213 ($(objpfx)noload-mem): Likewise.
12214 ($(objpfx)tst-leaks1-mem): Likewise.
12215 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12216 * iconv/Makefile (xtests-special): Change test-iconvconfig to
12217 $(objpfx)test-iconvconfig.out.
12218 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
12219 set -e inside subshell and redirect output to file.
12220 * iconvdata/Makefile (generated): Rename tests to end with .out.
12221 Correct type.
12222 (tests-special): Rename tests to end with .out.
12223 ($(objpfx)mtrace-tst-loading): Likewise.
12224 * intl/Makefile (generated): Likewise.
12225 (tests-special): Likewise.
12226 ($(objpfx)mtrace-tst-gettext): Likewise.
12227 * misc/Makefile (generated): Likewise.
12228 (tests-special): Likewise.
12229 ($(objpfx)tst-error1-mem): Likewise.
12230 * nptl/Makefile (tests-special): Likewise.
12231 ($(objpfx)tst-stack3-mem): Likewise.
12232 (generated): Likewise.
12233 * posix/Makefile (generated): Likewise.
12234 (tests-special): Likewise.
12235 (xtests-special): Likewise.
12236 ($(objpfx)tst-fnmatch-mem): Likewise.
12237 ($(objpfx)bug-regex2-mem): Likewise.
12238 ($(objpfx)bug-regex14-mem): Likewise.
12239 ($(objpfx)bug-regex21-mem): Likewise.
12240 ($(objpfx)bug-regex31-mem): Likewise.
12241 ($(objpfx)tst-vfork3-mem): Likewise.
12242 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12243 ($(objpfx)tst-pcre-mem): Likewise.
12244 ($(objpfx)tst-boost-mem): Likewise.
12245 ($(objpfx)bug-ga2-mem): Likewise.
12246 ($(objpfx)bug-glob2-mem): Likewise.
12247 * resolv/Makefile (generate): Likewise.
12248 (tests-special): Likewise.
12249 (xtests-special): Likewise.
12250 (generated): Likewise.
12251 ($(objpfx)mtrace-tst-leaks): Likewise.
12252 ($(objpfx)mtrace-tst-leaks2): Likewise.
12253
265d52ab
JM
12254 * scripts/merge-test-results.sh: New file.
12255 * Makefile (tests-special-notdir): New variable.
12256 (tests): Run merge-test-results.sh.
12257 (xtests): Likewise.
12258 * Rules (tests-special-notdir): New variable.
12259 (xtests-special-notdir): Likewise.
12260 (tests): Run merge-test-results.sh
12261 (xtests): Likewise.
12262
54ee292d
JM
12263 * Makeconfig (test-xfail-name): New variable.
12264 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12265 compute variable name for expected failures.
12266 * conform/Makefile (conformtest-headers-data): New variable.
12267 (conformtest-standards): Likewise.
12268 (conformtest-headers-ISO): Likewise.
12269 (conformtest-headers-ISO99): Likewise.
12270 (conformtest-headers-ISO11): Likewise.
12271 (conformtest-headers-POSIX): Likewise.
12272 (conformtest-headers-XPG3): Likewise.
12273 (conformtest-headers-XPG4): Likewise.
12274 (conformtest-headers-UNIX98): Likewise.
12275 (conformtest-headers-XOPEN2K): Likewise.
12276 (conformtest-headers-POSIX2008): Likewise.
12277 (conformtest-headers-XOPEN2K8): Likewise.
12278 (conformtest-header-list-base): Likewise.
12279 (conformtest-header-list-tests): Likewise.
12280 (conformtest-header-base): Likewise.
12281 (conformtest-header-tests): Likewise.
12282 (tests-special): Add $(conformtest-header-list-tests). If
12283 [$(fast-check) && !$(cross-compiling)], add
12284 $(conformtest-header-tests) instead of
12285 $(objpfx)run-conformtest.out.
12286 (generated): Add $(conformtest-header-list-base). If
12287 [$(fast-check) && !$(cross-compiling)], add
12288 $(conformtest-header-base). Remove previous setting.
12289 ($(conformtest-header-list-tests)): New target.
12290 (test-xfail-run-conformtest): Remove variable.
12291 ($(objpfx)run-conformtest.out): Remove target.
12292 (test-xfail-ISO11/complex.h/conform): New variable.
12293 (test-xfail-ISO11/stdalign.h/conform): Likewise.
12294 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12295 (test-xfail-XPG3/varargs.h/conform): Likewise.
12296 (test-xfail-XPG4/varargs.h/conform): Likewise.
12297 (test-xfail-UNIX98/varargs.h/conform): Likewise.
12298 (test-xfail-XPG4/ndbm.h/conform): Likewise.
12299 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12300 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12301 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12302 (test-xfail-XPG3/fcntl.h/conform): Likewise.
12303 (test-xfail-XPG3/ftw.h/conform): Likewise.
12304 (test-xfail-XPG3/grp.h/conform): Likewise.
12305 (test-xfail-XPG3/langinfo.h/conform): Likewise.
12306 (test-xfail-XPG3/limits.h/conform): Likewise.
12307 (test-xfail-XPG3/pwd.h/conform): Likewise.
12308 (test-xfail-XPG3/search.h/conform): Likewise.
12309 (test-xfail-XPG3/signal.h/conform): Likewise.
12310 (test-xfail-XPG3/stdio.h/conform): Likewise.
12311 (test-xfail-XPG3/stdlib.h/conform): Likewise.
12312 (test-xfail-XPG3/string.h/conform): Likewise.
12313 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12314 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12315 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12316 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12317 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12318 (test-xfail-XPG3/sys/types.h/conform): Likewise.
12319 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12320 (test-xfail-XPG3/termios.h/conform): Likewise.
12321 (test-xfail-XPG3/time.h/conform): Likewise.
12322 (test-xfail-XPG3/unistd.h/conform): Likewise.
12323 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12324 (test-xfail-XPG4/fcntl.h/conform): Likewise.
12325 (test-xfail-XPG4/langinfo.h/conform): Likewise.
12326 (test-xfail-XPG4/netdb.h/conform): Likewise.
12327 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12328 (test-xfail-XPG4/signal.h/conform): Likewise.
12329 (test-xfail-XPG4/stdio.h/conform): Likewise.
12330 (test-xfail-XPG4/stdlib.h/conform): Likewise.
12331 (test-xfail-XPG4/stropts.h/conform): Likewise.
12332 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12333 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12334 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12335 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12336 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12337 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12338 (test-xfail-XPG4/sys/time.h/conform): Likewise.
12339 (test-xfail-XPG4/sys/types.h/conform): Likewise.
12340 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12341 (test-xfail-XPG4/termios.h/conform): Likewise.
12342 (test-xfail-XPG4/ucontext.h/conform): Likewise.
12343 (test-xfail-XPG4/unistd.h/conform): Likewise.
12344 (test-xfail-XPG4/utmpx.h/conform): Likewise.
12345 (test-xfail-POSIX/sched.h/conform): Likewise.
12346 (test-xfail-POSIX/signal.h/conform): Likewise.
12347 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12348 (test-xfail-POSIX/tar.h/conform): Likewise.
12349 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12350 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12351 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12352 (test-xfail-UNIX98/netdb.h/conform): Likewise.
12353 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12354 (test-xfail-UNIX98/sched.h/conform): Likewise.
12355 (test-xfail-UNIX98/signal.h/conform): Likewise.
12356 (test-xfail-UNIX98/stdio.h/conform): Likewise.
12357 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12358 (test-xfail-UNIX98/stropts.h/conform): Likewise.
12359 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12360 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12361 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12362 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12363 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12364 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12365 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12366 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12367 (test-xfail-UNIX98/unistd.h/conform): Likewise.
12368 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12369 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12370 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12371 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12372 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12373 (test-xfail-XOPEN2K/math.h/conform): Likewise.
12374 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12375 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12376 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12377 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12378 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12379 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12380 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12381 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12382 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12383 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12384 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12385 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12386 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12387 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12388 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12389 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12390 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12391 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12392 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12393 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12394 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12395 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12396 (test-xfail-POSIX2008/signal.h/conform): Likewise.
12397 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12398 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12399 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12400 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12401 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12402 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12403 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12404 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12405 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12406 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12407 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12408 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12409 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12410 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12411 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12412 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12413 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12414 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12415 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12416 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12417 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12418 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12419 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12420 (conformtest-cc-flags): Likewise.
12421 ($(conformtest-header-tests): New target.
12422 * conform/check-header-lists.sh: New file.
12423 * conform/run-conformtest.sh: Remove.
12424
a00f522a
JM
12425 * conform/conformtest.pl: Allow ' and \ in values given for
12426 constants.
12427 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12428 inclusion.
12429 [POSIX] (sys/types.h): Likewise.
12430 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12431 inclusion.
12432 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12433 inclusion.
12434 * conform/data/signal.h-data (SIGIO): Remove expectation.
12435 [XPG3] (SIGBUS): Do not expect.
12436 [POSIX || XPG3] (SIGPOLL): Likewise.
12437 [POSIX || XPG3] (SIGPROF): Likewise.
12438 [POSIX || XPG3] (SIGSYS): Likewise.
12439 [XPG3] (SIGTRAP): Likewise.
12440 [POSIX || XPG3] (SIGURG): Likewise.
12441 [POSIX || XPG3] (SIGVTALRM): Likewise.
12442 [POSIX || XPG3] (SIGXCPU): Likewise.
12443 [POSIX || XPG3] (SIGXFSZ): Likewise.
12444 [POSIX] (SA_SIGINFO): Expect.
12445 [XPG3] (siginfo_t): Do not expect type or contents.
12446 [POSIX] (si_pid): Do not expect element.
12447 [POSIX] (si_uid): Likewise.
12448 [POSIX] (si_addr): Likewise.
12449 [POSIX] (si_status): Likewise.
12450 [POSIX] (si_band): Likewise.
12451 [XPG4] (si_value): Likewise.
12452 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12453 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12454 [POSIX || XPG3] (ILL_ILLADR): Likewise.
12455 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12456 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12457 [POSIX || XPG3] (ILL_PRVREG): Likewise.
12458 [POSIX || XPG3] (ILL_COPROC): Likewise.
12459 [POSIX || XPG3] (ILL_BADSTK): Likewise.
12460 [POSIX || XPG3] (FPE_INTDIV): Likewise.
12461 [POSIX || XPG3] (FPE_INTOVF): Likewise.
12462 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12463 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12464 [POSIX || XPG3] (FPE_FLTUND): Likewise.
12465 [POSIX || XPG3] (FPE_FLTRES): Likewise.
12466 [POSIX || XPG3] (FPE_FLTINV): Likewise.
12467 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12468 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12469 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12470 [POSIX || XPG3] (BUS_ADRALN): Likewise.
12471 [POSIX || XPG3] (BUS_ADRERR): Likewise.
12472 [POSIX || XPG3] (BUS_OBJERR): Likewise.
12473 [POSIX || XPG3] (CLD_EXITED): Likewise.
12474 [POSIX || XPG3] (CLD_KILLED): Likewise.
12475 [POSIX || XPG3] (CLD_DUMPED): Likewise.
12476 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12477 [POSIX || XPG3] (CLD_STOPPED): Likewise.
12478 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12479 [POSIX || XPG3] (POLL_IN): Likewise.
12480 [POSIX || XPG3] (POLL_OUT): Likewise.
12481 [POSIX || XPG3] (POLL_MSG): Likewise.
12482 [POSIX || XPG3] (POLL_ERR): Likewise.
12483 [POSIX || XPG3] (POLL_PRI): Likewise.
12484 [POSIX || XPG3] (POLL_HUP): Likewise.
12485 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12486 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12487 (SIG*): Do not allow.
12488 [XPG3] (si_*): Likewise.
12489 [XPG3] (SI_*): Likewise.
12490 [XPG3 || XPG4] (sigev_*): Likewise.
12491 [XPG3 || XPG4] (SIGEV_*): Likewise.
12492 [XPG3 || XPG4] (sival_*): Likewise.
12493 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12494 [POSIX || XPG3] (BUS_*): Likewise.
12495 [POSIX || XPG3] (CLD_*): Likewise.
12496 [POSIX || XPG3] (FPE_*): Likewise.
12497 [POSIX || XPG3] (ILL_*): Likewise.
12498 [POSIX || XPG3] (POLL_*): Likewise.
12499 [POSIX || XPG3] (SEGV_*): Likewise.
12500 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
12501 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
12502 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
12503 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
12504 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
12505 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
12506 Specify type and value.
12507 (TVERSLEN): Likewise.
12508 (REGTYPE): Likewise.
12509 (AREGTYPE): Likewise.
12510 (LNKTYPE): Likewise.
12511 (SYMTYPE): Likewise.
12512 (CHRTYPE): Likewise.
12513 (BLKTYPE): Likewise.
12514 (DIRTYPE): Likewise.
12515 (FIFOTYPE): Likewise.
12516 (CONTTYPE): Likewise.
12517 (TSUID): Likewise.
12518 (TSGID): Likewise.
12519 (TSVTX): Likewise.
12520 (TUREAD): Likewise.
12521 (TUWRITE): Likewise.
12522 (TUEXEC): Likewise.
12523 (TGREAD): Likewise.
12524 (TGWRITE): Likewise.
12525 (TGEXEC): Likewise.
12526 (TOREAD): Likewise.
12527 (TOWRITE): Likewise.
12528 (TOEXEC): Likewise.
12529 [POSIX] (TSVTX): Expect constant.
12530
aa97dee1
JM
125312014-03-06 Joseph Myers <joseph@codesourcery.com>
12532
f214606a
JM
12533 * Makefile (tests): Change dependencies to ....
12534 (tests-special): ... additions to this variable.
12535 (tests): Depend on $(tests-special).
12536 * Makerules (check-abi-list): New variable.
12537 (check-abi): Depend on $(check-abi-list).
12538 [$(subdir) = elf] (tests-special): Add
12539 $(objpfx)check-abi-libc.out.
12540 [$(build-shared) = yes && subdir] (tests-special): Add
12541 $(check-abi-list).
12542 [$(build-shared) = yes && subdir] (tests): Do not depend on
12543 check-abi.
12544 * Rules (tests): Depend on $(tests-special).
12545 (xtests): Depend on $(xtests-special).
12546 * catgets/Makefile (tests): Change dependencies to ....
12547 (tests-special): ... additions to this variable.
12548 * conform/Makefile (tests): Change dependencies to ....
12549 (tests-special): ... additions to this variable.
12550 * elf/Makefile (tests): Change dependencies to ....
12551 (tests-special): ... additions to this variable.
12552 * grp/Makefile (tests): Change dependencies to ....
12553 (tests-special): ... additions to this variable.
12554 * iconv/Makefile (xtests): Change dependencies to ....
12555 (xtests-special): ... additions to this variable.
12556 * iconvdata/Makefile (tests): Change dependencies to ....
12557 (tests-special): ... additions to this variable.
12558 * intl/Makefile (tests): Change dependencies to ....
12559 (tests-special): ... additions to this variable. Also add
12560 $(objpfx)tst-gettext.out.
12561 * io/Makefile (tests): Change dependencies to ....
12562 (tests-special): ... additions to this variable.
12563 * libio/Makefile (tests): Change dependencies to ....
12564 (tests-special): ... additions to this variable.
12565 * malloc/Makefile (tests): Change dependencies to ....
12566 (tests-special): ... additions to this variable.
12567 * misc/Makefile (tests): Change dependencies to ....
12568 (tests-special): ... additions to this variable.
12569 * nptl/Makefile (tests): Change dependencies to ....
12570 (tests-special): ... additions to this variable.
12571 * nptl_db/Makefile (tests): Change dependencies to ....
12572 (tests-special): ... additions to this variable.
12573 * posix/Makefile (tests): Change dependencies to ....
12574 (tests-special): ... additions to this variable.
12575 (xtests): Change dependencies to ....
12576 (xtests-special): ... additions to this variable.
12577 * resolv/Makefile (tests): Change dependencies to ....
12578 (tests-special): ... additions to this variable.
12579 (xtests): Change dependencies to ....
12580 (xtests-special): ... additions to this variable.
12581 * stdio-common/Makefile (tests): Change dependencies to ....
12582 (tests-special): ... additions to this variable.
12583 (do-tst-unbputc): Remove target.
12584 (do-tst-printf): Likewise.
12585 * stdlib/Makefile (tests): Change dependencies to ....
12586 (tests-special): ... additions to this variable.
12587 * string/Makefile (tests): Change dependencies to ....
12588 (tests-special): ... additions to this variable.
12589 * sysdeps/x86/Makefile (tests): Change dependencies to ....
12590 (tests-special): ... additions to this variable.
12591
81700b53
JM
12592 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
12593 whole file.
12594 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
12595 whole file.
12596 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
12597 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
12598
2ea18461
JM
12599 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
12600 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
12601 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
12602 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
12603 * conform/data/libgen.h-data [XPG3]: Likewise.
12604 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
12605 * conform/data/ndbm.h-data [XPG3]: Likewise.
12606 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12607 * conform/data/netdb.h-data [XPG3]: Likewise.
12608 * conform/data/netinet/in.h-data [XPG3]: Likewise.
12609 * conform/data/poll.h-data [XPG3]: Likewise.
12610 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12611 * conform/data/strings.h-data [XPG3]: Likewise.
12612 * conform/data/stropts.h-data [XPG3]: Likewise.
12613 * conform/data/sys/mman.h-data [XPG3]: Likewise.
12614 * conform/data/sys/resource.h-data [XPG3]: Likewise.
12615 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
12616 Likewise.
12617 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
12618 * conform/data/sys/time.h-data [XPG3]: Likewise.
12619 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
12620 * conform/data/sys/uio.h-data [XPG3]: Likewise.
12621 * conform/data/sys/un.h-data [XPG3]: Likewise.
12622 * conform/data/syslog.h-data [XPG3]: Likewise.
12623 * conform/data/ucontext.h-data [XPG3]: Likewise.
12624 * conform/data/utmpx.h-data [XPG3]: Likewise.
12625 * conform/data/varargs.h-data [UNIX98]: Enable file.
12626
355bc986
JM
12627 * manual/Makefile (INSTALL_INFO): Remove variable setting.
12628
215db402
JM
12629 * math/libm-test.inc (struct test_f_f_data): Move expected results
12630 into structure for each rounding mode.
12631 (struct test_ff_f_data): Likewise.
12632 (struct test_ff_f_data_nexttoward): Likewise.
12633 (struct test_fi_f_data): Likewise.
12634 (struct test_fl_f_data): Likewise.
12635 (struct test_if_f_data): Likewise.
12636 (struct test_fff_f_data): Likewise.
12637 (struct test_c_f_data): Likewise.
12638 (struct test_f_f1_data): Likewise.
12639 (struct test_fF_f1_data): Likewise.
12640 (struct test_ffI_f1_data): Likewise.
12641 (struct test_c_c_data): Likewise.
12642 (struct test_cc_c_data): Likewise.
12643 (struct test_f_i_data): Likewise.
12644 (struct test_ff_i_data): Likewise.
12645 (struct test_f_l_data): Likewise.
12646 (struct test_f_L_data): Likewise.
12647 (struct test_fFF_11_data): Likewise.
12648 (RM_): New macro.
12649 (RM_FE_DOWNWARD): Likewise.
12650 (RM_FE_TONEAREST): Likewise.
12651 (RM_FE_TOWARDZERO): Likewise.
12652 (RM_FE_UPWARD): Likewise.
12653 (RUN_TEST_LOOP_f_f): Update references to expected results.
12654 (RUN_TEST_LOOP_2_f): Likewise.
12655 (RUN_TEST_LOOP_fff_f): Likewise.
12656 (RUN_TEST_LOOP_c_f): Likewise.
12657 (RUN_TEST_LOOP_f_f1): Likewise.
12658 (RUN_TEST_LOOP_fF_f1): Likewise.
12659 (RUN_TEST_LOOP_fI_f1): Likewise.
12660 (RUN_TEST_LOOP_ffI_f1): Likewise.
12661 (RUN_TEST_LOOP_c_c): Likewise.
12662 (RUN_TEST_LOOP_cc_c): Likewise.
12663 (RUN_TEST_LOOP_f_i): Likewise.
12664 (RUN_TEST_LOOP_f_i_tg): Likewise.
12665 (RUN_TEST_LOOP_ff_i_tg): Likewise.
12666 (RUN_TEST_LOOP_f_b): Likewise.
12667 (RUN_TEST_LOOP_f_b_tg): Likewise.
12668 (RUN_TEST_LOOP_f_l): Likewise.
12669 (RUN_TEST_LOOP_f_L): Likewise.
12670 (RUN_TEST_LOOP_fFF_11): Likewise.
12671 * math/gen-libm-test.pl (parse_args): Output four copies of
12672 expected results for each test.
12673
67737b8f
JM
12674 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12675 (__ASSUME_UTIMES): Remove.
12676 * sysdeps/unix/sysv/linux/tile/kernel-features.h
12677 (__ASSUME_UTIMES): Likewise.
12678
aa97dee1
JM
12679 * math/gen-auto-libm-tests.c: Update comment on output format.
12680 (output_for_one_input_case): Generate before-rounding and
12681 after-rounding information as conditions on output flags not
12682 floating-point format.
12683 * math/auto-libm-test-out: Regenerated.
12684 * math/gen-libm-test.pl (cond_value): New function.
12685 (or_cond_value): Use cond_value.
12686 (generate_testfile): Handle conditional exceptions.
12687
e6b6a857
JM
126882014-03-05 Joseph Myers <joseph@codesourcery.com>
12689
2f0a0f44
JM
12690 * math/libm-test.inc (max_valid_error): New variable.
12691 (init_max_error): Take new argument specifying whether function
12692 results are exactly determined. Set max_valid_error and bound
12693 other variables for errors based on this argument.
12694 (set_max_error): Do not record results above max_valid_error.
12695 (check_float_internal): Only accept errors of up to 0.5ulps if
12696 also at most max_valid_error.
12697 (START): Take new argument EXACT and pass it to init_max_error.
12698 (acos_test): Update call to START.
12699 (acos_test_tonearest): Likewise.
12700 (acos_test_towardzero): Likewise.
12701 (acos_test_downward): Likewise.
12702 (acos_test_upward): Likewise.
12703 (acosh_test): Likewise.
12704 (asin_test): Likewise.
12705 (asin_test_tonearest): Likewise.
12706 (asin_test_towardzero): Likewise.
12707 (asin_test_downward): Likewise.
12708 (asin_test_upward): Likewise.
12709 (asinh_test): Likewise.
12710 (atan_test): Likewise.
12711 (atanh_test): Likewise.
12712 (atan2_test): Likewise.
12713 (cabs_test): Likewise.
12714 (cacos_test): Likewise.
12715 (cacosh_test): Likewise.
12716 (carg_test): Likewise.
12717 (casin_test): Likewise.
12718 (casinh_test): Likewise.
12719 (catan_test): Likewise.
12720 (catanh_test): Likewise.
12721 (cbrt_test): Likewise.
12722 (ccos_test): Likewise.
12723 (ccosh_test): Likewise.
12724 (ceil_test): Likewise.
12725 (cexp_test): Likewise.
12726 (cimag_test): Likewise.
12727 (clog_test): Likewise.
12728 (clog10_test): Likewise.
12729 (conj_test): Likewise.
12730 (copysign_test): Likewise.
12731 (cos_test): Likewise.
12732 (cos_test_tonearest): Likewise.
12733 (cos_test_towardzero): Likewise.
12734 (cos_test_downward): Likewise.
12735 (cos_test_upward): Likewise.
12736 (cosh_test): Likewise.
12737 (cosh_test_tonearest): Likewise.
12738 (cosh_test_towardzero): Likewise.
12739 (cosh_test_downward): Likewise.
12740 (cosh_test_upward): Likewise.
12741 (cpow_test): Likewise.
12742 (cproj_test): Likewise.
12743 (creal_test): Likewise.
12744 (csin_test): Likewise.
12745 (csinh_test): Likewise.
12746 (csqrt_test): Likewise.
12747 (ctan_test): Likewise.
12748 (ctan_test_tonearest): Likewise.
12749 (ctan_test_towardzero): Likewise.
12750 (ctan_test_downward): Likewise.
12751 (ctan_test_upward): Likewise.
12752 (ctanh_test): Likewise.
12753 (ctanh_test_tonearest): Likewise.
12754 (ctanh_test_towardzero): Likewise.
12755 (ctanh_test_downward): Likewise.
12756 (ctanh_test_upward): Likewise.
12757 (erf_test): Likewise.
12758 (erfc_test): Likewise.
12759 (exp_test): Likewise.
12760 (exp_test_tonearest): Likewise.
12761 (exp_test_towardzero): Likewise.
12762 (exp_test_downward): Likewise.
12763 (exp_test_upward): Likewise.
12764 (exp10_test): Likewise.
12765 (exp10_test_tonearest): Likewise.
12766 (exp10_test_towardzero): Likewise.
12767 (exp10_test_downward): Likewise.
12768 (exp10_test_upward): Likewise.
12769 (pow10_test): Likewise.
12770 (exp2_test): Likewise.
12771 (expm1_test): Likewise.
12772 (expm1_test_tonearest): Likewise.
12773 (expm1_test_towardzero): Likewise.
12774 (expm1_test_downward): Likewise.
12775 (expm1_test_upward): Likewise.
12776 (fabs_test): Likewise.
12777 (fdim_test): Likewise.
12778 (floor_test): Likewise.
12779 (fma_test): Likewise.
12780 (fma_test_towardzero): Likewise.
12781 (fma_test_downward): Likewise.
12782 (fma_test_upward): Likewise.
12783 (fmax_test): Likewise.
12784 (fmin_test): Likewise.
12785 (fmod_test): Likewise.
12786 (fpclassify_test): Likewise.
12787 (frexp_test): Likewise.
12788 (hypot_test): Likewise.
12789 (ilogb_test): Likewise.
12790 (isfinite_test): Likewise.
12791 (finite_test): Likewise.
12792 (isgreater_test): Likewise.
12793 (isgreaterequal_test): Likewise.
12794 (isinf_test): Likewise.
12795 (isless_test): Likewise.
12796 (islessequal_test): Likewise.
12797 (islessgreater_test): Likewise.
12798 (isnan_test): Likewise.
12799 (isnormal_test): Likewise.
12800 (issignaling_test): Likewise.
12801 (isunordered_test): Likewise.
12802 (j0_test): Likewise.
12803 (j1_test): Likewise.
12804 (jn_test): Likewise.
12805 (ldexp_test): Likewise.
12806 (lgamma_test): Likewise.
12807 (gamma_test): Likewise.
12808 (lrint_test): Likewise.
12809 (lrint_test_tonearest): Likewise.
12810 (lrint_test_towardzero): Likewise.
12811 (lrint_test_downward): Likewise.
12812 (lrint_test_upward): Likewise.
12813 (llrint_test): Likewise.
12814 (llrint_test_tonearest): Likewise.
12815 (llrint_test_towardzero): Likewise.
12816 (llrint_test_downward): Likewise.
12817 (llrint_test_upward): Likewise.
12818 (log_test): Likewise.
12819 (log10_test): Likewise.
12820 (log1p_test): Likewise.
12821 (log2_test): Likewise.
12822 (logb_test): Likewise.
12823 (logb_test_downward): Likewise.
12824 (lround_test): Likewise.
12825 (llround_test): Likewise.
12826 (modf_test): Likewise.
12827 (nearbyint_test): Likewise.
12828 (nextafter_test): Likewise.
12829 (nexttoward_test): Likewise.
12830 (pow_test): Likewise.
12831 (pow_test_tonearest): Likewise.
12832 (pow_test_towardzero): Likewise.
12833 (pow_test_downward): Likewise.
12834 (pow_test_upward): Likewise.
12835 (remainder_test): Likewise.
12836 (drem_test): Likewise.
12837 (remainder_test_tonearest): Likewise.
12838 (drem_test_tonearest): Likewise.
12839 (remainder_test_towardzero): Likewise.
12840 (drem_test_towardzero): Likewise.
12841 (remainder_test_downward): Likewise.
12842 (drem_test_downward): Likewise.
12843 (remainder_test_upward): Likewise.
12844 (drem_test_upward): Likewise.
12845 (remquo_test): Likewise.
12846 (rint_test): Likewise.
12847 (rint_test_tonearest): Likewise.
12848 (rint_test_towardzero): Likewise.
12849 (rint_test_downward): Likewise.
12850 (rint_test_upward): Likewise.
12851 (round_test): Likewise.
12852 (scalb_test): Likewise.
12853 (scalbn_test): Likewise.
12854 (scalbln_test): Likewise.
12855 (signbit_test): Likewise.
12856 (sin_test): Likewise.
12857 (sin_test_tonearest): Likewise.
12858 (sin_test_towardzero): Likewise.
12859 (sin_test_downward): Likewise.
12860 (sin_test_upward): Likewise.
12861 (sincos_test): Likewise.
12862 (sinh_test): Likewise.
12863 (sinh_test_tonearest): Likewise.
12864 (sinh_test_towardzero): Likewise.
12865 (sinh_test_downward): Likewise.
12866 (sinh_test_upward): Likewise.
12867 (sqrt_test): Likewise.
12868 (sqrt_test_tonearest): Likewise.
12869 (sqrt_test_towardzero): Likewise.
12870 (sqrt_test_downward): Likewise.
12871 (sqrt_test_upward): Likewise.
12872 (tan_test): Likewise.
12873 (tan_test_tonearest): Likewise.
12874 (tan_test_towardzero): Likewise.
12875 (tan_test_downward): Likewise.
12876 (tan_test_upward): Likewise.
12877 (tanh_test): Likewise.
12878 (tgamma_test): Likewise.
12879 (trunc_test): Likewise.
12880 (y0_test): Likewise.
12881 (y1_test): Likewise.
12882 (yn_test): Likewise.
12883 (significand_test): Likewise.
12884
e6b6a857
JM
12885 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
12886 individual tests in comment.
12887 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
12888 (prev_max_error): New variable.
12889 (prev_real_max_error): Likewise.
12890 (prev_imag_max_error): Likewise.
12891 (compare_ulp_data): Don't refer to test names in comment.
12892 (find_test_ulps): Remove function.
12893 (find_function_ulps): Likewise.
12894 (find_complex_function_ulps): Likewise.
12895 (init_max_error): Take function name as argument. Look up ulps
12896 for that function.
12897 (print_ulps): Remove function.
12898 (print_max_error): Use prev_max_error instead of calling
12899 find_function_ulps.
12900 (print_complex_max_error): Use prev_real_max_error and
12901 prev_imag_max_error instead of calling find_complex_function_ulps.
12902 (check_float_internal): Take max_ulp parameter instead of calling
12903 find_test_ulps. Don't call print_ulps.
12904 (check_float): Update call to check_float_internal.
12905 (check_complex): Update calls to check_float_internal.
12906 (START): Pass argument to init_max_error.
12907 * math/gen-libm-test.pl (%results): Don't include "kind"
12908 information.
12909 (parse_ulps): Don't handle ulps of individual tests.
12910 (print_ulps_file): Likewise.
12911 (output_ulps): Likewise.
12912 * math/README.libm-test: Update.
12913 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
12914 individual tests.
12915 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
12916 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
12917 * sysdeps/arm/libm-test-ulps: Likewise.
12918 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
12919 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
12920 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
12921 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
12922 * sysdeps/microblaze/libm-test-ulps: Likewise.
12923 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
12924 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
12925 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
12926 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
12927 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
12928 * sysdeps/sh/libm-test-ulps: Likewise.
12929 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
12930 * sysdeps/tile/libm-test-ulps: Likewise.
12931 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12932
45adef3c
JM
129332014-03-04 Joseph Myers <joseph@codesourcery.com>
12934
12935 * math/libm-test.inc (print_complex_max_error): Check separately
12936 whether real and imaginary errors are within allowed range and
12937 pass 0 to print_complex_function_ulps instead of value within
12938 allowed range.
12939
000232b9
SP
129402014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
12941
d4b17258
SP
12942 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
12943 formatting.
12944 (get_handles_fopen): Likewise.
12945 (do_write_test): Likewise.
12946
091eff71
SP
12947 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
12948
fa3cd248
SP
12949 * libio/fileops.c (do_ftell): Use cached offset when
12950 available.
12951 * libio/iofwide.c (do_ftell_wide): Likewise.
12952 * libio/iofdopen.c (_IO_new_fdopen): Don't use
12953 _IO_file_attach.
12954 * libio/wfileops.c (_IO_fwide): Don't cache offset.
12955
000232b9
SP
12956 [BZ #16532]
12957 * libio/libioP.h (get_file_offset): New function.
12958 * libio/fileops.c (get_file_offset): Likewise.
12959 (do_ftell): Likewise.
12960 (_IO_new_file_seekoff): Split out ftell logic.
12961 * libio/wfileops.c (do_ftell_wide): Likewise.
12962 (_IO_wfile_seekoff): Split out ftell logic.
12963 * libio/tst-ftell-active-handler.c: New test case.
12964 * libio/Makefile (tests): Add it.
12965
116f4d1a
RM
129662014-03-03 Roland McGrath <roland@hack.frob.com>
12967
12968 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
12969 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
12970
532a6035
SP
129712014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
12972
12973 [BZ #16639]
12974 * nscd/connections.c (nscd_init): Call do_exit.
12975 (start_threads): Call do_exit and notify_parent.
12976 (begin_drop_privileges): Call do_exit.
12977 (finish_drop_privileges): Likewise.
12978 * nscd/selinux.c (preserve_capabilities): Likewise.
12979 (install_real_capabilities): Likewise.
12980 (nscd_selinux_enabled): Likewise.
12981 (avc_create_thread): Likewise.
12982 (avc_alloc_lock): Likewise.
12983 (nscd_avc_init): Likewise.
12984 * nscd/nscd.c (parent_fd): New static variable.
12985 (main): Create a pipe between parent and child processes.
12986 Skip closing parent_fd.
12987 (monitor_child): New function.
12988 (do_exit): Likewise.
12989 (notify_parent): Likewise.
12990 * nscd/nscd.h (notify_parent): Likewise.
12991 (do_exit): Likewise.
12992
d6285c9f
CD
129932014-03-03 Carlos O'Donell <carlos@redhat.com>
12994
12995 * malloc/malloc.c (__libc_calloc): Revert last change.
12996
2b85d2a0
AZ
129972014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12998
12999 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13000
c7debbdf
RS
130012014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13002
13003 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13004 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13005 implementation.
13006 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13007 (__libc_ifunc_impl_list): Likewise.
13008 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13009 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13010 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13011 * string/strrchr.c: Define STRRCHR.
13012
235eed86
OB
130132014-02-28 Ondřej Bílka <neleai@seznam.cz>
13014
13015 * benchtest/bench-strtok.c (simple_strtok): Delete.
13016 (strtok_string): Use as benchmark.
13017 * string/strtok (STRTOK): New macro.
13018
8e25d1e7
CD
130192014-02-28 Carlos O'Donell <carlos@redhat.com>
13020
ef563f92
CD
13021 * manual/threads.texi: Add header and standard comments to all
13022 functions.
13023
8e25d1e7
CD
13024 * elf/dl-lookup.c (check_match): New function.
13025 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13026 (do_lookup_x): Remove nested function check_match. Use non-nested
13027 function check_match.
13028
ff71cc37
RM
130292014-02-28 Roland McGrath <roland@hack.frob.com>
13030
f08e9a26
RM
13031 * csu/Makefile (generated, before-compile): Use += rather than =.
13032 * catgets/Makefile (generated, generated-dirs): Likewise.
13033 * debug/Makefile (generated): Likewise.
13034 * dlfcn/Makefile (generated): Likewise.
13035 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13036 * iconvdata/Makefile (before-compile, generated): Likewise.
13037 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13038 * libio/Makefile (generated): Likewise.
13039 * malloc/Makefile (generated): Likewise.
13040 * manual/Makefile (generated, generated-dirs): Likewise.
13041 * misc/Makefile (generated): Likewise.
13042 * posix/Makefile (generated): Likewise.
13043 * resolv/Makefile (generated): Likewise.
13044 * sunrpc/Makefile (generated, generated-dirs): Likewise.
13045 * timezone/Makefile (generated, generated-dirs): Likewise.
13046
ff71cc37
RM
13047 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13048
fe13a20c
AZ
130492014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13050
57f41c40
AS
13051 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13052 power8 implementation.
13053 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13054 file: POWER8 llround ifunc implementation.
13055 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13056 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
13057 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13058 POWER8 llround implementation.
13059
57f41c40
AS
13060 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13061 power8 implementation.
13062 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13063 file: POWER8 llrint ifunc implementation.
13064 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13065 Add POWER8 implementation.
1ad8950a
AZ
13066 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13067 POWER8 llrint implementation.
13068
57f41c40
AS
13069 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13070 power8 implementation.
13071 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13072 file: POWER8 finite ifunc implementation.
13073 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13074 Add POWER8 implementation.
cac626d6
AZ
13075 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13076 Likewise.
13077 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13078 POWER8 finite implementation.
13079 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13080
57f41c40
AS
13081 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13082 power8 implementation.
13083 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13084 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
13085 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13086 POWER8 implementation.
13087 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13088 Likewise.
57f41c40
AS
13089 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13090 isinf implementation.
4393fc11
AZ
13091 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13092
57f41c40
AS
13093 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13094 (INIT_ARCH): Add hwcap2 initialization.
13095 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13096 power8 implementation.
13097 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13098 file: POWER8 isnan ifunc implementation.
487972ae
AZ
13099 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13100 POWER8 implementation.
13101 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13102 Likewise.
57f41c40
AS
13103 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13104 isnan implementation.
487972ae
AZ
13105 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13106
7d92b787
JY
131072014-02-27 Joey Ye <joey.ye@arm.com>
13108
13109 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13110 (_FP_NANFRAC_Q): Set to zero.
13111
1cadc858
SP
131122014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13113
13114 [BZ #16623]
13115 * math/auto-libm-test-in: New test inputs.
13116 * math/auto-libm-test-out: Regenerate.
13117 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13118 and DA.
13119 (__cos): Likewise.
13120 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13121
f8c17e79
JM
131222014-02-27 Joseph Myers <joseph@codesourcery.com>
13123
13124 * scripts/evaluate-test.sh: Take new argument indicating whether
13125 failure is expected.
13126 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13127 indicating whether failure is expected.
13128 * conform/Makefile (test-xfail-run-conformtest): New variable.
13129 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13130 level.
13131 * posix/Makefile (test-xfail-annexc): New variable.
13132 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13133
a5f891ac
JM
131342014-02-26 Joseph Myers <joseph@codesourcery.com>
13135
13136 * argp/Makefile: Include Makeconfig immediately after defining
13137 subdir.
13138 * assert/Makefile: Likewise.
13139 * benchtests/Makefile: Likewise.
13140 * catgets/Makefile: Likewise.
13141 * conform/Makefile: Likewise.
13142 * crypt/Makefile: Likewise.
13143 * csu/Makefile: Likewise.
13144 (all): Remove target.
13145 * ctype/Makefile: Include Makeconfig immediately after defining
13146 subdir.
13147 * debug/Makefile: Likewise.
13148 * dirent/Makefile: Likewise.
13149 * dlfcn/Makefile: Likewise.
13150 * gmon/Makefile: Likewise.
13151 * gnulib/Makefile: Likewise.
13152 * grp/Makefile: Likewise.
13153 * gshadow/Makefile: Likewise.
13154 * hesiod/Makefile: Likewise.
13155 * hurd/Makefile: Likewise.
13156 (all): Remove target.
13157 * iconvdata/Makefile: Include Makeconfig immediately after
13158 defining subdir.
13159 * inet/Makefile: Likewise.
13160 * intl/Makefile: Likewise.
13161 * io/Makefile: Likewise.
13162 * libio/Makefile: Likewise.
13163 (all): Remove target.
13164 * locale/Makefile: Include Makeconfig immediately after defining
13165 subdir.
13166 * login/Makefile: Likewise.
13167 * mach/Makefile: Likewise.
13168 (all): Remove target.
13169 * malloc/Makefile: Include Makeconfig immediately after defining
13170 subdir.
13171 (all): Remove target.
13172 * manual/Makefile: Include Makeconfig immediately after defining
13173 subdir.
13174 * math/Makefile: Likewise.
13175 * misc/Makefile: Likewise.
13176 * nis/Makefile: Likewise.
13177 * nss/Makefile: Likewise.
13178 * po/Makefile: Likewise.
13179 (all): Remove target.
13180 * posix/Makefile: Include Makeconfig immediately after defining
13181 subdir.
13182 * pwd/Makefile: Likewise.
13183 * resolv/Makefile: Likewise.
13184 * resource/Makefile: Likewise.
13185 * rt/Makefile: Likewise.
13186 * setjmp/Makefile: Likewise.
13187 * shadow/Makefile: Likewise.
13188 * signal/Makefile: Likewise.
13189 * socket/Makefile: Likewise.
13190 * soft-fp/Makefile: Likewise.
13191 * stdio-common/Makefile: Likewise.
13192 * stdlib/Makefile: Likewise.
13193 * streams/Makefile: Likewise.
13194 * string/Makefile: Likewise.
13195 * sunrpc/Makefile: Likewise.
13196 (all): Remove target.
13197 * sysvipc/Makefile: Include Makeconfig immediately after defining
13198 subdir.
13199 * termios/Makefile: Likewise.
13200 * time/Makefile: Likewise.
13201 * timezone/Makefile: Likewise.
13202 (all): Remove target.
13203 * wcsmbs/Makefile: Include Makeconfig immediately after defining
13204 subdir.
13205 * wctype/Makefile: Likewise.
13206
5b456e9d
SE
132072014-02-26 Steve Ellcey <sellcey@mips.com>
13208
13209 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13210 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13211 (libc_feholdexcept_setround_mips): Ditto.
13212 (libc_feholdsetround): New.
13213 (libc_feholdsetroundf): New.
13214 (libc_feholdsetroundl): New.
13215 (libc_feupdateenv_test_mips): New.
13216 (libc_feupdateenv_test): New.
13217 (libc_feupdateenv_testf): New.
13218 (libc_feupdateenv_testl): New.
13219 (libc_feresetround): New.
13220 (libc_feresetroundf): New.
13221 (libc_feresetroundl): New.
13222 (libc_fetestexcept_mips): New.
13223 (libc_fetestexcept): New.
13224 (libc_fetestexceptf): New.
13225 (libc_fetestexceptl): New.
13226 (HAVE_RM_CTX): New.
13227 (libc_feholdexcept_setround_mips_ctx): New.
13228 (libc_feholdexcept_setround_ctx): New.
13229 (libc_feholdexcept_setroundf_ctx): New.
13230 (libc_feholdexcept_setroundl_ctx): New.
13231 (libc_fesetenv_mips_ctx): New.
13232 (libc_fesetenv_ctx): New.
13233 (libc_fesetenv_ctxf): New.
13234 (libc_fesetenv_ctxl): New.
13235 (libc_feupdateenv_mips_ctx): New.
13236 (libc_feupdateenv_ctx): New.
13237 (libc_feupdateenvf_ctx): New.
13238 (libc_feupdateenvl_ctx): New.
13239 (libc_feholdsetround_mips_ctx): New.
13240 (libc_feholdsetround_ctx): New.
13241 (libc_feholdsetroundf_ctx): New.
13242 (libc_feholdsetroundl_ctx): New.
13243 (libc_feresetround_mips_ctx): New.
13244 (libc_feresetround_ctx): New.
13245 (libc_feresetroundf_ctx): New.
13246 (libc_feresetroundl_ctx): New.
13247
085d0e35
CD
132482014-02-26 Carlos O'Donell <carlos@redhat.com>
13249
f067bf1f
CD
13250 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13251
085d0e35
CD
13252 * manual/ipc.texi: New file.
13253 * manual/Makefile (chapters): Add ipc.
13254 * manual/job.texi: Add "Inter-Process Communication" to next.
13255 * manual/process.texi: Add "Inter-Process Communication" to prev.
13256
86e58c08
AZ
132572014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13258
13259 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13260
4248f0da
OB
132612014-02-26 Ondřej Bílka <neleai@seznam.cz>
13262
13263 * malloc/malloc.c (__libc_calloc): Simplify implementation.
13264
cf822e3c
OB
13265 * manual/arith.texi: Fix spaces after sentences.
13266 * manual/charset.texi: Likewise.
13267 * manual/errno.texi: Likewise.
13268 * manual/install.texi: Likewise.
13269 * manual/llio.texi: Likewise.
13270 * manual/locale.texi: Likewise.
13271 * manual/maint.texi: Likewise.
13272 * manual/math.texi: Likewise.
13273 * manual/memory.texi: Likewise.
13274 * manual/message.texi: Likewise.
13275 * manual/probes.texi: Likewise.
13276 * manual/resource.texi: Likewise.
13277 * manual/signal.texi: Likewise.
13278 * manual/socket.texi: Likewise.
13279 * manual/stdio.texi: Likewise.
13280 * manual/string.texi: Likewise.
13281 * manual/time.texi: Likewise.
13282 * manual/users.texi: Likewise.
13283
ade40b10
CD
132842014-02-25 Carlos O'Donell <carlos@redhat.com>
13285
13286 [BZ #16632]
13287 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13288 _DEFAULT_SOURCE is defined.
13289
d0503676
CD
132902014-02-25 Ulrich Drepper <drepper@gmail.com>
13291 Carlos O'Donell <carlos@redhat.com>
13292
13293 [BZ #16613]
13294 * elf/dl-tls.c (_dl_count_modids): New function.
13295 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13296 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13297 audit library and increment generation counter.
13298 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13299 * elf/tst-audit9.c: New file.
13300 * elf/tst-auditmod9a.c: New file.
13301 * elf/tst-auditmod9b.c: New file.
13302 * elf/Makefile: Add rules to build and run tst-audit9.
13303
4cbf380c
FW
133042014-02-25 Florian Weimer <fweimer@redhat.com>
13305
13306 [BZ #15347]
13307 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13308
80a56cc3
WN
133092014-02-25 Will Newton <will.newton@linaro.org>
13310
13311 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13312 (__longjmp): Restore sp and lr before restoring callee
13313 saved registers. Add longjmp and longjmp_target
13314 SystemTap probe point.
13315 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13316 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13317 Define to zero to match jmpbuf layout.
13318 * sysdeps/arm/setjmp.S: Include stap-probe.h.
13319 (__sigsetjmp): Save sp and lr before saving callee
13320 saved registers. Add setjmp SystemTap probe point.
13321
3ea0f74e
SL
133222014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
13323
13324 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13325
b04acb26
AS
133262014-02-24 Andreas Schwab <schwab@suse.de>
13327
13328 [BZ #15804]
13329 * elf/pldd.c (wait_for_ptrace_stop): New function.
13330 (main): Call it after attaching.
13331
098ad55c
RM
133322014-02-22 Roland McGrath <roland@hack.frob.com>
13333
d4ec6ae1
RM
13334 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13335 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13336 Versions files is now verboten.
13337 * hurd/Versions (libc: GLIBC_2.0):
13338 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13339 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13340 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13341 * mach/Versions: Likewise.
13342
098ad55c
RM
13343 * csu/Versions: Remove unused %include.
13344 * resolv/Versions: Likewise.
13345
acd7f096
JM
133462014-02-21 Joseph Myers <joseph@codesourcery.com>
13347
f0881698
JM
13348 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13349 ($(objpfx)check-local-headers.out): Likewise.
13350 ($(objpfx)begin-end-check.out): Likewise.
13351 * Makerules (check-abi-%.out): Likewise.
13352 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13353 ($(objpfx)test2.cat): Likewise.
13354 ($(objpfx)de/libc.cat): Likewise.
13355 ($(objpfx)test-gencat.out): Likewise.
13356 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13357 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13358 ($(objpfx)noload-mem): Likewise.
13359 ($(objpfx)tst-pathopt.out): Likewise.
13360 ($(objpfx)tst-rtld-load-self.out): Likewise.
13361 ($(objpfx)tst-array1-cmp.out): Likewise.
13362 ($(objpfx)tst-array1-static-cmp.out): Likewise.
13363 ($(objpfx)tst-array2-cmp.out): Likewise.
13364 ($(objpfx)tst-array3-cmp.out): Likewise.
13365 ($(objpfx)tst-array4-cmp.out): Likewise.
13366 ($(objpfx)tst-array5-cmp.out): Likewise.
13367 ($(objpfx)tst-array5-static-cmp.out): Likewise.
13368 ($(objpfx)check-textrel.out): Likewise.
13369 ($(objpfx)check-execstack.out): Likewise.
13370 ($(objpfx)check-localplt.out): Likewise.
13371 ($(objpfx)order2-cmp.out): Likewise.
13372 ($(objpfx)tst-leaks1-mem): Likewise.
13373 ($(objpfx)tst-leaks1-static-mem): Likewise.
13374 ($(objpfx)tst-initorder-cmp.out): Likewise.
13375 ($(objpfx)tst-initorder2-cmp.out): Likewise.
13376 ($(objpfx)tst-unused-dep.out): Likewise.
13377 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13378 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13379 * iconv/Makefile (test-iconvconfig): Likewise.
13380 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13381 ($(objpfx)iconv-test.out): Likewise.
13382 ($(objpfx)tst-tables.out): Likewise.
13383 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13384 ($(objpfx)tst-gettext.out): Likewise.
13385 ($(objpfx)tst-translit.out): Likewise.
13386 ($(objpfx)tst-gettext2.out): Likewise.
13387 ($(objpfx)tst-gettext4.out): Likewise.
13388 ($(objpfx)tst-gettext6.out): Likewise.
13389 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13390 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13391 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13392 ($(objpfx)tst-fopenloc-mem.out): Likewise.
13393 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13394 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13395 * posix/Makefile ($(objpfx)globtest.out): Likewise.
13396 ($(objpfx)wordexp-tst.out): Likewise.
13397 ($(objpfx)annexc.out): Likewise.
13398 ($(objpfx)tst-fnmatch-mem): Likewise.
13399 ($(objpfx)bug-regex2-mem): Likewise.
13400 ($(objpfx)bug-regex14-mem): Likewise.
13401 ($(objpfx)bug-regex21-mem): Likewise.
13402 ($(objpfx)bug-regex31-mem): Likewise.
13403 ($(objpfx)tst-vfork3-mem): Likewise.
13404 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13405 ($(objpfx)tst-pcre-mem): Likewise.
13406 ($(objpfx)tst-boost-mem): Likewise.
13407 ($(objpfx)tst-getconf.out): Likewise.
13408 ($(objpfx)bug-ga2-mem): Likewise.
13409 ($(objpfx)bug-glob2-mem): Likewise.
13410 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13411 ($(objpfx)mtrace-tst-leaks2): Likewise.
13412 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13413 ($(objpfx)tst-printf.out): Likewise.
13414 ($(objpfx)tst-setvbuf1.out): Likewise.
13415 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13416 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13417 ($(objpfx)tst-fmtmsg.out): Likewise.
13418 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13419 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13420
acd7f096
JM
13421 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13422 * bits/sigaction.h [__USE_MISC]: Likewise.
13423 * bits/waitstatus.h: Update #endif comments.
13424 * ctype/ctype.h: Likewise.
13425 * dirent/dirent.h: Likewise.
13426 [__USE_MISC]: Remove redundant conditionals.
13427 * grp/grp.h: Update #endif comments.
13428 [__USE_GNU]: Remove redundant conditionals.
13429 [__USE_MISC]: Likewise.
13430 * inet/netinet/in.h [__USE_GNU]: Likewise.
13431 * io/sys/stat.h [__USE_MISC]: Likewise.
13432 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13433 * libio/bits/stdio.h: Update #endif comments.
13434 [__USE_MISC]: Remove redundant conditionals.
13435 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13436 * libio/stdio.h: Update #endif comments.
13437 [__USE_MISC]: Remove redundant conditionals.
13438 * math/bits/math-finite.h [__USE_MISC]: Likewise.
13439 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13440 * math/math.h: Update #else and #endif comments.
13441 [__USE_MISC]: Remove redundant conditionals.
13442 * misc/sys/uio.h: Update #endif comments.
13443 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13444 * posix/glob.h [__USE_MISC]: Likewise.
13445 * posix/sys/types.h: Update #endif comments.
13446 [__USE_MISC]: Remove redundant conditionals.
13447 * posix/sys/wait.h: Update #endif comments.
13448 [__USE_MISC]: Remove redundant conditionals.
13449 * posix/unistd.h: Update #endif comments.
13450 [__USE_MISC]: Remove redundant conditionals.
13451 * pwd/pwd.h [__USE_GNU]: Likewise.
13452 [__USE_MISC]: Likewise.
13453 * resolv/netdb.h [__USE_GNU]: Likewise.
13454 * signal/signal.h: Update #endif comments.
13455 [__USE_MISC]: Remove redundant conditionals.
13456 * stdlib/stdlib.h: Update #else and #endif comments.
13457 [__USE_MISC]: Remove redundant conditionals.
13458 [__USE_GNU]: Likewise.
13459 * string/bits/string2.h [__USE_MISC]: Likewise.
13460 * string/string.h: Update #endif comments.
13461 [__USE_MISC]: Remove redundant conditionals.
13462 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13463 Likewise.
13464 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13465 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13466 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13467 Likewise.
13468 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13469 Likewise.
13470 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13471 comments.
13472 [__USE_MISC]: Remove redundant conditionals.
13473 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13474 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13475 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13476 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13477 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13478 Likewise.
13479 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13480 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13481 Likewise.
13482 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13483 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13484 Likewise.
13485 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13486 Likewise.
13487 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13488 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13489 Likewise.
13490 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13491 Likewise.
13492 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13493 * sysdeps/x86/bits/string.h: Update #endif comments.
13494 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
13495 conditionals.
13496 * time/sys/time.h: Update #endif comments.
13497 * time/time.h: Likewise.
13498 [__USE_MISC]: Remove redundant conditionals.
13499
a5d82e4e
YG
135002014-02-21 Yury Gribov <y.gribov@samsung.com>
13501
13502 [BZ #16600]
13503 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
13504
9a80491d
AS
135052014-02-21 Andreas Schwab <schwab@linux-m68k.org>
13506
13507 * Versions.def (librt): Add GLIBC_2.17.
13508
105fa381
AC
135092014-02-21 Adam Conrad <adconrad@0c3.net>
13510
13511 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
13512 synonym for _SYS_AUXV_H to allow direct inclusion.
13513 * sysdeps/sparc/bits/hwcap.h: Likewise.
13514 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
13515 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
13516 * sysdeps/sparc/sysdep.h: Likewise.
13517
b8cd1c4e
SP
135182014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
13519
13520 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
13521
bd939d23
RS
135222014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13523
13524 * benchtests/bench-strrchr.c: Print length instead of position.
13525
5d7b57ca
JM
135262014-02-20 Joseph Myers <joseph@codesourcery.com>
13527
bc688c10
JM
13528 [BZ #16611]
13529 * sysdeps/unix/sysv/linux/kernel-features.h
13530 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
13531 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
13532 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
13533 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
13534 Likewise.
13535 [__i386__ || __powerpc__ || __sh__ || __sparc__]
13536 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13537 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
13538 (__ASSUME_SENDMMSG): Define instead of using previous
13539 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
13540 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13541 (__ASSUME_SENDMMSG_SYSCALL): Define.
13542 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13543 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
13544 Likewise.
13545 * sysdeps/unix/sysv/linux/arm/kernel-features.h
13546 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13547 Likewise.
13548 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13549 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13550 Likewise.
13551 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
13552 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13553 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13554 [__ASSUME_SENDMMSG]: Change conditionals to
13555 [__ASSUME_SENDMMSG_SOCKETCALL].
13556 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13557 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
13558 Define.
13559 * sysdeps/unix/sysv/linux/mips/kernel-features.h
13560 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
13561 Likewise.
13562 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
13563 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13564 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13565 [!__ASSUME_SENDMMSG]: Change conditional to
13566 [!__ASSUME_SENDMMSG_SOCKETCALL].
13567 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13568 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13569 Define.
13570
0e31b18c
JM
13571 [BZ #16610]
13572 * sysdeps/unix/sysv/linux/kernel-features.h
13573 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
13574 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
13575 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
13576 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
13577 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
13578 [__i386__ || __sparc__]
13579 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13580 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
13581 (__ASSUME_RECVMMSG): Define instead of using previous
13582 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
13583 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13584 (__ASSUME_RECVMMSG_SYSCALL): Define.
13585 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13586 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13587 Likewise.
13588 * sysdeps/unix/sysv/linux/arm/kernel-features.h
13589 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13590 Likewise.
13591 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13592 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13593 Likewise.
13594 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
13595 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13596 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13597 [__ASSUME_RECVMMSG]: Change condition to
13598 [__ASSUME_RECVMMSG_SOCKETCALL].
13599 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13600 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13601 Define.
13602 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13603 * sysdeps/unix/sysv/linux/mips/kernel-features.h
13604 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13605 Likewise.
13606 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
13607 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13608 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13609 [!__ASSUME_RECVMMSG]: Change condition to
13610 [!__ASSUME_RECVMMSG_SOCKETCALL].
13611 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13612 (__ASSUME_RECVMMSG_SYSCALL): Define.
13613
dd481ccf
JM
13614 [BZ #16609]
13615 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
13616 __powerpc__ || __s390__ || __sh__ || __sparc__]
13617 (__ASSUME_SOCKETCALL): Define.
13618 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
13619 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
13620 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
13621 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
13622 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13623 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
13624 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
13625 (__ASSUME_ACCEPT4): Define instead of using previous
13626 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
13627 __powerpc__ || __sparc__ || __s390__)] condition.
13628 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13629 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13630 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
13631 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13632 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13633 [!__ASSUME_ACCEPT4]: Change condition to
13634 [!__ASSUME_ACCEPT4_SOCKETCALL].
13635 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13636 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
13637 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
13638 * sysdeps/unix/sysv/linux/arm/kernel-features.h
13639 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
13640 __ASSUME_ACCEPT4_SYSCALL.
13641 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
13642 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
13643 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13644 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
13645 __ASSUME_ACCEPT4_SYSCALL.
13646 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
13647 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13648 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13649 [__ASSUME_ACCEPT4]: Change condition to
13650 [__ASSUME_ACCEPT4_SOCKETCALL].
13651 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13652 (__ASSUME_SOCKETCALL): Define.
13653 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
13654 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13655 (__ASSUME_SOCKETCALL): Define.
13656 (__ASSUME_ACCEPT4): Remove.
13657 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
13658 Define.
13659 * sysdeps/unix/sysv/linux/mips/kernel-features.h
13660 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
13661 Likewise.
13662 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13663 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13664
5d7b57ca
JM
13665 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
13666 macro.
13667 (HWCAP_ARM_LPAE): Likewise.
13668 (HWCAP_ARM_EVTSTRM): Likewise.
13669 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
13670 Add vpfd32, lpae and evtstrm.
13671 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
13672 Increase to 22.
13673
63689d61
JM
136742014-02-19 Joseph Myers <joseph@codesourcery.com>
13675
13676 * math/auto-libm-test-in: Add tests of clog10.
13677 * math/auto-libm-test-out: Regenerated.
13678 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
13679 * sysdeps/i386/fpu/libm-test-ulps: Update.
13680 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13681
ab09bf61
AS
136822014-02-18 Andreas Schwab <schwab@suse.de>
13683
13684 [BZ #16574]
13685 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
13686 Store non-zero if the second buffer was newly allocated.
13687 (send_dg): Likewise.
13688 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
13689 to send_vc and send_dg.
13690 (res_nsend): Pass NULL for ansp2_malloced.
13691 * resolv/res_query.c (__libc_res_nquery): Add parameter
13692 answerp2_malloced and pass it down to __libc_res_nsend.
13693 (res_nquery): Pass additional NULL to __libc_res_nquery.
13694 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
13695 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
13696 second answer buffer if answerp2_malloced was set.
13697 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
13698 (__libc_res_nquerydomain): Add parameter
13699 answerp2_malloced and pass it down to __libc_res_nquery.
13700 (res_nquerydomain): Pass additional NULL to
13701 __libc_res_nquerydomain.
13702 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
13703 additional NULL to __libc_res_nsend and __libc_res_nquery.
13704 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
13705 additional NULL to __libc_res_nsearch.
13706 (_nss_dns_gethostbyname4_r): Revert last change. Use new
13707 parameter of __libc_res_nsearch to check for separately allocated
13708 second buffer.
13709 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
13710 __libc_res_nquery.
13711 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
13712 additional NULL to __libc_res_nquery.
13713 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
13714 __libc_res_nsearch.
13715 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
13716 * include/resolv.h: Update prototypes of __libc_res_nquery,
13717 __libc_res_nsearch, __libc_res_nsend.
13718
a4fb7861
JM
137192014-02-18 Joseph Myers <joseph@codesourcery.com>
13720
c6af2d89
JM
13721 * math/auto-libm-test-in: Add tests of fma.
13722 * math/auto-libm-test-out: Regenerated.
13723 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
13724 (fma_towardzero_test_data): Likewise.
13725 (fma_downward_test_data): Likewise.
13726 (fma_upward_test_data): Likewise.
13727 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
13728 mpc_mode.
13729 (rounding_modes): Add values for new field.
13730 (func_calc_method): Add value mpfr_fff_f.
13731 (func_calc_desc): Add mpfr_fff_f union field.
13732 (test_function): Add field exact_args.
13733 (FUNC): Add macro argument EXACT_ARGS.
13734 (FUNC_mpfr_f_f): Update call to FUNC.
13735 (FUNC_mpfr_f_f): Likewise.
13736 (FUNC_mpfr_ff_f): Likewise.
13737 (FUNC_mpfr_if_f): Likewise.
13738 (FUNC_mpc_c_f): Likewise.
13739 (FUNC_mpc_c_c): Likewise.
13740 (test_functions): Add fma. Update calls to FUNC.
13741 (handle_input_arg): Add argument exact_args.
13742 (add_test): Update call to handle_input_arg.
13743 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
13744 (output_for_one_input_case): Update call to calc_generic_results.
13745 Recalculate exact zero results in each rounding mode.
13746
a4fb7861
JM
13747 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
13748 non-negative before setting low bit.
13749 * math/auto-libm-test-in: Mark one asin test possibly having
13750 spurious underflow.
13751 * math/auto-libm-test-out: Regenerated.
13752 * sysdeps/i386/fpu/libm-test-ulps: Update.
13753 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13754
ef114eaf
DH
137552014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
13756
2b7f4f2c
SP
13757 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
13758 * sysdeps/unix/sysv/linux/microblaze: Move directory from
13759 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
13760 * README: Add missing listing for microblaze*-*-linux-gnu.
13761
8125aedc
AM
137622014-02-16 Ondřej Bílka <neleai@seznam.cz>
13763
13764 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
13765 duplicate code
13766
c70a4b1d
MF
137672014-02-16 Mike Frysinger <vapier@gentoo.org>
13768
13769 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
13770 * sysdeps/unix/sysv/linux/ia64: Move directory from
13771 ports/sysdeps/unix/sysv/linux/ia64.
13772 * README: Update listing for ia64-*-linux-gnu.
13773
591aeaf7
TD
137742014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
13775 Joseph Myers <joseph@codesourcery.com>
13776
13777 * Makeconfig (test-name): New variable.
13778 (evaluate-test): Likewise.
13779 * Makerules (do-test-clean): Remove .test-result files.
13780 (common-mostlyclean): Likewise.
13781 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
13782 * scripts/evaluate-test.sh: New file.
13783
6e89caf1
JM
137842014-02-14 Joseph Myers <joseph@codesourcery.com>
13785
7f98f180
JM
13786 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
13787 separate $(objpfx)tst-fopenloc-cmp.out and
13788 $(objpfx)tst-fopenloc-mem.out targets.
13789 (tests): Update dependencies.
13790 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
13791 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
13792 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
13793 (tst-rxspencer-no-utf8-ARGS): New variable.
13794 (tst-rxspencer-no-utf8-ENV): Likewise.
13795 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
13796 instead of $(objpfx)tst-rxspencer-mem.
13797 ($(objpfx)tst-rxspencer-mem): Change target to
13798 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
13799 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
13800 * posix/tst-rxspencer-no-utf8.c: New file.
13801
6e89caf1
JM
13802 * elf/Makefile ($(objpfx)order.out): Remove rule.
13803 [$(run-built-tests) = yes] (tests): Depend on
13804 $(objpfx)order-cmp.out.
13805 ($(objpfx)order-cmp.out): New rule.
13806 [$(run-built-tests) = yes] (tests): Depend on
13807 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
13808 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
13809 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
13810 $(objpfx)tst-array5-static-cmp.out.
13811 ($(objpfx)tst-array1.out): Remove rule.
13812 ($(objpfx)tst-array1-cmp.out): New rule.
13813 ($(objpfx)tst-array1-static.out): Remove rule.
13814 ($(objpfx)tst-array1-static-cmp.out): New rule.
13815 ($(objpfx)tst-array2.out): Remove rule.
13816 ($(objpfx)tst-array2-cmp.out): New rule.
13817 ($(objpfx)tst-array3.out): Remove rule.
13818 ($(objpfx)tst-array3-cmp.out): New rule.
13819 ($(objpfx)tst-array4.out): Remove rule.
13820 ($(objpfx)tst-array4-cmp.out): New rule.
13821 ($(objpfx)tst-array5.out): Remove rule.
13822 ($(objpfx)tst-array5-cmp.out): New rule.
13823 ($(objpfx)tst-array5-static.out): Remove rule.
13824 ($(objpfx)tst-array5-static-cmp.out): New rule.
13825 [$(run-built-tests) = yes] (tests): Depend on
13826 $(objpfx)order2-cmp.out.
13827 ($(objpfx)order2.out): Remove rule.
13828 ($(objpfx)order2-cmp.out): New rule.
13829 ($(objpfx)tst-initorder.out): Remove rule.
13830 [$(run-built-tests) = yes] (tests): Depend on
13831 $(objpfx)tst-initorder-cmp.out.
13832 ($(objpfx)tst-initorder-cmp.out): New rule.
13833 ($(objpfx)tst-initorder2.out): Remove rule.
13834 [$(run-built-tests) = yes] (tests): Depend on
13835 $(objpfx)tst-initorder2-cmp.out.
13836 ($(objpfx)tst-initorder2-cmp.out): New rule.
13837 [$(run-built-tests) = yes] (tests): Depend on
13838 $(objpfx)tst-unused-dep-cmp.out.
13839 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
13840 ($(objpfx)tst-unused-dep-cmp.out): New rule.
13841 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
13842 on $(objpfx)tst-setvbuf1-cmp.out.
13843 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
13844 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
13845 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
13846 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
13847 ($(objpfx)tst-svc.out): Remove rule.
13848 ($(objpfx)tst-svc-cmp.out): New rule.
13849
ed9a38e2
JM
138502014-02-13 Joseph Myers <joseph@codesourcery.com>
13851
13852 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
13853 * ctype/ctype.h [__USE_MISC]: Likewise.
13854 * dirent/dirent.h [__USE_MISC]: Likewise.
13855 * grp/grp.h [__USE_MISC]: Likewise.
13856 * io/fcntl.h [__USE_MISC]: Likewise.
13857 * io/sys/stat.h [__USE_MISC]: Likewise.
13858 * libio/stdio.h [__USE_MISC]: Likewise.
13859 * posix/unistd.h [__USE_MISC]: Likewise.
13860 * pwd/pwd.h [__USE_MISC]: Likewise.
13861 * stdlib.h [__USE_MISC]: Likewise.
13862 * string/bits/string2.h [__USE_MISC]: Likewise.
13863 * string/string.h [__USE_MISC]: Likewise.
13864 * time/time.h [__USE_MISC]: Likewise.
13865
d6680619
AS
138662014-02-13 Andreas Schwab <schwab@suse.de>
13867
13868 [BZ #16574]
13869 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
13870 second answer buffer if it was separately allocated.
13871
ace614b8
JM
138722014-02-12 Joseph Myers <joseph@codesourcery.com>
13873
743151ae
JM
13874 * sysdeps/mips/math-tests.h: Include <features.h>.
13875 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
13876 (ROUNDING_TESTS_long_double): Do not define.
13877 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
13878 (EXCEPTION_TESTS_long_double): Likewise.
13879 * sysdeps/mips/mips64/libm-test-ulps: Update.
13880
498afc54
JM
13881 * include/features.h (__USE_BSD): Remove macro definitions.
13882 (__USE_SVID): Likewise.
13883 (_BSD_SOURCE): Likewise.
13884 (_SVID_SOURCE): Likewise.
13885 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
13886 from definition of _DEFAULT_SOURCE.
13887 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
13888 [_DEFAULT_SOURCE].
13889 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
13890 * bits/mman.h [__USE_BSD]: Likewise.
13891 * bits/termios.h [__USE_BSD]: Likewise.
13892 * bits/waitstatus.h [__USE_BSD]: Likewise.
13893 * ctype/ctype.h [__USE_SVID]: Likewise.
13894 * dirent/dirent.h [__USE_BSD]: Likewise.
13895 * grp/grp.h [__USE_SVID]: Likewise.
13896 [__USE_BSD]: Likewise.
13897 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
13898 * io/fcntl.h [__USE_BSD]: Likewise.
13899 * io/ftw.h [__USE_BSD]: Likewise.
13900 * io/sys/stat.h [__USE_BSD]: Likewise.
13901 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
13902 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
13903 * libio/stdio.h [__USE_SVID]: Likewise.
13904 [__USE_BSD]: Likewise.
13905 * math/math.h [__USE_SVID]: Likewise.
13906 [__USE_BSD]: Likewise.
13907 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
13908 * misc/bits/syslog.h [__USE_BSD]: Likewise.
13909 * misc/search.h [__USE_SVID]: Likewise.
13910 * misc/sys/mman.h [__USE_BSD]: Likewise.
13911 * misc/sys/syslog.h [__USE_BSD]: Likewise.
13912 * misc/sys/uio.h [__USE_BSD]: Likewise.
13913 * posix/bits/unistd.h [__USE_BSD]: Likewise.
13914 * posix/glob.h [__USE_BSD]: Likewise.
13915 * posix/regex.h [__USE_BSD]: Likewise.
13916 * posix/sys/types.h [__USE_BSD]: Likewise.
13917 [__USE_SVID]: Likewise.
13918 * posix/sys/utsname.h [__USE_SVID]: Likewise.
13919 * posix/sys/wait.h [__USE_BSD]: Likewise.
13920 [__USE_SVID]: Likewise.
13921 * posix/unistd.h [__USE_BSD]: Likewise.
13922 [__USE_SVID]: Likewise.
13923 * pwd/pwd.h [__USE_SVID]: Likewise.
13924 * resolv/netdb.h [__USE_BSD]: Likewise.
13925 * setjmp/setjmp.h [__USE_BSD]: Likewise.
13926 * signal/signal.h [__USE_BSD]: Likewise.
13927 [__USE_SVID]: Likewise.
13928 * socket/sys/socket.h [__USE_BSD]: Likewise.
13929 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
13930 * stdlib/stdlib.h [__USE_BSD]: Likewise.
13931 [__USE_SVID]: Likewise.
13932 * string/bits/string2.h [__USE_BSD]: Likewise.
13933 [__USE_SVID]: Likewise.
13934 * string/bits/string3.h [__USE_BSD]: Likewise.
13935 * string/endian.h [__USE_BSD]: Likewise.
13936 * string/string.h [__USE_SVID]: Likewise.
13937 [__USE_BSD]: Likewise.
13938 * string/strings.h [__USE_BSD]: Likewise.
13939 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
13940 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
13941 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
13942 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
13943 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
13944 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
13945 Likewise.
13946 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
13947 Likewise.
13948 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
13949 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
13950 Likewise.
13951 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
13952 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
13953 Likewise.
13954 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
13955 Likewise.
13956 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
13957 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
13958 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
13959 Likewise.
13960 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
13961 Likewise.
13962 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
13963 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
13964 * termios/termios.h [__USE_BSD]: Likewise.
13965 * time/sys/time.h [__USE_BSD]: Likewise.
13966 * time/time.h [__USE_BSD]: Likewise.
13967 [__USE_SVID]: Likewise.
13968
dd7b064c
JM
13969 * Makefile (subdir_targets): Remove subdir_lint.out.
13970
a2c4c199
JM
13971 * stdio-common/Makefile (do-tst-unbputc): Remove target.
13972 (do-tst-printf): Likewise.
13973 (tests): Depend directly on $(objpfx)tst-unbputc.out and
13974 $(objpfx)tst-printf.out.
13975
8756f740
JM
13976 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
13977
1b6dd3f1
JM
13978 * Makerules (check-abi-%): Change target to
13979 $(objpfx)check-abi-%.out.
13980 (check-abi target): Update dependencies.
13981 (check-abi-pattern variable): Redirect output of diff to $@.
13982 (check-abi variable): Likewise.
13983 * elf/Makefile (check-abi): Update dependencies.
13984
ace614b8
JM
13985 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
13986 unused.
13987 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
13988 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
13989 subnormal range.
13990 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
13991 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
13992 value has largest subnormal exponent.
13993 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
13994 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
13995 * sysdeps/aarch64/soft-fp/sfp-machine.h
13996 (_FP_TININESS_AFTER_ROUNDING): New macro.
13997 * sysdeps/alpha/soft-fp/sfp-machine.h
13998 (_FP_TININESS_AFTER_ROUNDING): Likewise.
13999 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14000 Likewise.
14001 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14002 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14003 * sysdeps/mips/soft-fp/sfp-machine.h
14004 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14005 * sysdeps/powerpc/soft-fp/sfp-machine.h
14006 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14007 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14008 Likewise.
14009 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14010 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14011 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14012 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14013 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14014 Likewise.
14015
fbfdf9cb
DAS
140162014-02-12 Dylan Alex Simon <dylan@dylex.net>
14017
14018 [BZ #16545]
14019 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14020 model 1.
14021
68b7efaa
RH
140222014-02-12 Richard Henderson <rth@redhat.com>
14023
c70a4b1d 14024 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
14025 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14026 * sysdeps/unix/sysv/linux/alpha: Move directory from
14027 ports/sysdeps/unix/sysv/linux/alpha.
14028 * README: Update listing for alpha-*-linux-gnu.
14029
cb4a2928
JM
140302014-02-11 Joseph Myers <joseph@codesourcery.com>
14031
c941736c
JM
14032 * include/features.h: Update comment documenting feature test
14033 macros.
14034 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
14035 _DEFAULT_SOURCE.
14036 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14037 (_SVID_SOURCE): Likewise.
14038 (_DEFAULT_SOURCE): Update description of default features.
14039 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14040 with _GNU_SOURCE.
14041 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14042 (S_ISVTX): Likewise.
14043 * manual/math.texi (Mathematical Constants): Likewise.
14044 * manual/signal.texi (Interrupted Primitives): Likewise.
14045 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14046 * math/test-matherr.c (_SVID_SOURCE): Do not define.
14047 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14048 Don't refer to _SVID_SOURCE in warning text.
14049
e8d8d7ec
JM
14050 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14051
cb4a2928
JM
14052 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14053 already defined.
14054 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14055 * sysdeps/mips/dl-lookup.c: Remove.
14056 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14057
7e6424e3
AK
140582014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
14059
14060 [BZ #16447]
14061 * math/auto-libm-test-in: Add testcase for expl.
14062 * math/auto-libm-test-out: Regenerate.
14063 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14064 calculation of unsafe.
14065 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14066
75eff3fe
MS
140672014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
14068
14069 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14070 * sysdeps/unix/sysv/linux/aarch64: Move directory from
14071 ports/sysdeps/unix/sysv/linux/aarch64.
14072 * README: Update listing for aarch64*-*-linux-gnu.
14073
d35f1e80
WN
140742014-02-11 Will Newton <will.newton@linaro.org>
14075
14076 * manual/probes.texi (Mathematical Function Probes): Use
14077 "triggered" instead of "hit".
14078
7b3436d4
WN
14079 * manual/probes.texi (Internal Probes): Add documentation
14080 of setjmp, longjmp and longjmp_target probes.
14081
b4f12ca3
WN
14082 * include/stap-probe.h: Add comment about probe argument
14083 format.
14084
c13a72b7
WN
14085 * malloc/mtrace.c (attribute_hidden): Remove unused macro
14086 definition. (tr_where, tr_freehook, tr_mallochook,
14087 tr_reallochook, tr_memalignhook): Use ANSI protoype.
14088
195b8165
DM
140892014-02-11 David S. Miller <davem@davemloft.net>
14090
14091 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14092 processing int_tests.
14093
2ad7600b
JM
140942014-02-10 Joseph Myers <joseph@codesourcery.com>
14095
14096 * sysdeps/mips: Move directory from ports/sysdeps/mips.
14097 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14098 * sysdeps/unix/sysv/linux/mips: Move directory from
14099 ports/sysdeps/unix/sysv/linux/mips.
14100 * README: Update listing for mips-*-linux-gnu and
14101 mips64-*-linux-gnu.
14102
73588a72
AS
141032014-02-10 Andreas Schwab <schwab@linux-m68k.org>
14104
14105 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14106 * sysdeps/unix/sysv/linux/m68k: Move directory from
14107 ports/sysdeps/unix/sysv/linux/m68k.
14108 * README: Update listing for m68k-*-linux-gnu.
14109
4372980f
CM
141102014-02-10 Chris Metcalf <cmetcalf@tilera.com>
14111
14112 * sysdeps/tile: Move directory from ports/sysdeps/tile.
14113 * sysdeps/unix/sysv/linux/generic: Move directory from
14114 ports/sysdeps/unix/sysv/linux/generic.
14115 * sysdeps/unix/sysv/linux/tile: Move directory from
14116 ports/sysdeps/unix/sysv/linux/tile.
14117 * README: Update listing for tile*-*-linux-gnu.
14118
a1ffb40e
OB
141192014-02-10 Ondřej Bílka <neleai@seznam.cz>
14120
57f41c40
AS
14121 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14122 __builtin_expect.
a1ffb40e
OB
14123 * benchtests/bench-memmem.c (simple_memmem): Likewise.
14124 * catgets/open_catalog.c (__open_catalog): Likewise.
14125 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14126 * debug/confstr_chk.c: Likewise.
14127 * debug/fread_chk.c (__fread_chk): Likewise.
14128 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14129 * debug/getgroups_chk.c: Likewise.
14130 * debug/mbsnrtowcs_chk.c: Likewise.
14131 * debug/mbsrtowcs_chk.c: Likewise.
14132 * debug/mbstowcs_chk.c: Likewise.
14133 * debug/memcpy_chk.c: Likewise.
14134 * debug/memmove_chk.c: Likewise.
14135 * debug/mempcpy_chk.c: Likewise.
14136 * debug/memset_chk.c: Likewise.
14137 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14138 * debug/strcat_chk.c (__strcat_chk): Likewise.
14139 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14140 * debug/strncat_chk.c (__strncat_chk): Likewise.
14141 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14142 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14143 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14144 * debug/wcpncpy_chk.c: Likewise.
14145 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14146 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14147 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14148 * debug/wcsncpy_chk.c: Likewise.
14149 * debug/wcsnrtombs_chk.c: Likewise.
14150 * debug/wcsrtombs_chk.c: Likewise.
14151 * debug/wcstombs_chk.c: Likewise.
14152 * debug/wmemcpy_chk.c: Likewise.
14153 * debug/wmemmove_chk.c: Likewise.
14154 * debug/wmempcpy_chk.c: Likewise.
14155 * debug/wmemset_chk.c: Likewise.
14156 * dirent/scandirat.c (SCANDIRAT): Likewise.
14157 * dlfcn/dladdr1.c (dladdr1): Likewise.
14158 * dlfcn/dladdr.c (dladdr): Likewise.
14159 * dlfcn/dlclose.c (dlclose_doit): Likewise.
14160 * dlfcn/dlerror.c (__dlerror): Likewise.
14161 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14162 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14163 * dlfcn/dlopen.c (dlopen_doit): Likewise.
14164 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14165 * dlfcn/dlsym.c (dlsym_doit): Likewise.
14166 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14167 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14168 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14169 Likewise.
14170 * elf/dl-conflict.c: Likewise.
14171 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14172 * elf/dl-dst.h: Likewise.
14173 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14174 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14175 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14176 * elf/dl-init.c (call_init, _dl_init): Likewise.
14177 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
14178 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14179 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14180 Likewise.
a1ffb40e
OB
14181 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14182 Likewise.
14183 * elf/dl-minimal.c (__libc_memalign): Likewise.
14184 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14185 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14186 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14187 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
14188 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14189 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
14190 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14191 * elf/dl-writev.h (_dl_writev): Likewise.
14192 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
14193 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14194 (dl_main): Likewise.
a1ffb40e
OB
14195 * elf/setup-vdso.h (setup_vdso): Likewise.
14196 * grp/compat-initgroups.c (compat_call): Likewise.
14197 * grp/fgetgrent.c (fgetgrent): Likewise.
14198 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14199 * grp/putgrent.c (putgrent): Likewise.
14200 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14201 Likewise.
14202 * hurd/hurdinit.c: Likewise.
14203 * iconvdata/8bit-gap.c (struct): Likewise.
14204 * iconvdata/ansi_x3.110.c : Likewise.
14205 * iconvdata/big5.c : Likewise.
14206 * iconvdata/big5hkscs.c : Likewise.
14207 * iconvdata/cp1255.c: Likewise.
14208 * iconvdata/cp1258.c : Likewise.
14209 * iconvdata/cp932.c : Likewise.
14210 * iconvdata/euc-cn.c: Likewise.
14211 * iconvdata/euc-jisx0213.c : Likewise.
14212 * iconvdata/euc-jp.c: Likewise.
14213 * iconvdata/euc-jp-ms.c : Likewise.
14214 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14215 * iconvdata/gb18030.c : Likewise.
14216 * iconvdata/gbbig5.c (const): Likewise.
14217 * iconvdata/gbgbk.c: Likewise.
14218 * iconvdata/gbk.c : Likewise.
14219 * iconvdata/ibm1364.c : Likewise.
14220 * iconvdata/ibm930.c : Likewise.
14221 * iconvdata/ibm932.c: Likewise.
14222 * iconvdata/ibm933.c : Likewise.
14223 * iconvdata/ibm935.c : Likewise.
14224 * iconvdata/ibm937.c : Likewise.
14225 * iconvdata/ibm939.c : Likewise.
14226 * iconvdata/ibm943.c: Likewise.
14227 * iconvdata/iso_11548-1.c: Likewise.
14228 * iconvdata/iso-2022-cn.c : Likewise.
14229 * iconvdata/iso-2022-cn-ext.c : Likewise.
14230 * iconvdata/iso-2022-jp-3.c: Likewise.
14231 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14232 * iconvdata/iso-2022-kr.c : Likewise.
14233 * iconvdata/iso646.c (gconv_end): Likewise.
14234 * iconvdata/iso_6937-2.c : Likewise.
14235 * iconvdata/iso_6937.c : Likewise.
14236 * iconvdata/iso8859-1.c: Likewise.
14237 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14238 * iconvdata/shift_jisx0213.c : Likewise.
14239 * iconvdata/sjis.c : Likewise.
14240 * iconvdata/t.61.c : Likewise.
14241 * iconvdata/tcvn5712-1.c : Likewise.
14242 * iconvdata/tscii.c: Likewise.
14243 * iconvdata/uhc.c : Likewise.
14244 * iconvdata/unicode.c (gconv_end): Likewise.
14245 * iconvdata/utf-16.c (gconv_end): Likewise.
14246 * iconvdata/utf-32.c (gconv_end): Likewise.
14247 * iconvdata/utf-7.c (base64): Likewise.
14248 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14249 * iconv/gconv_close.c (__gconv_close): Likewise.
14250 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
14251 * iconv/gconv_simple.c (internal_ucs4_loop_single)
14252 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14253 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14254 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14255 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
14256 * iconv/iconv.c (iconv): Likewise.
14257 * iconv/iconv_close.c: Likewise.
14258 * iconv/loop.c (SINGLE): Likewise.
14259 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14260 * include/atomic.h: Likewise.
14261 * inet/inet6_option.c (option_alloc): Likewise.
14262 * intl/bindtextdom.c (set_binding_values): Likewise.
14263 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14264 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14265 * intl/localealias.c (read_alias_file): Likewise.
14266 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
14267 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14268 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
14269 * libio/fmemopen.c (fmemopen): Likewise.
14270 * libio/iofgets.c (_IO_fgets): Likewise.
14271 * libio/iofgets_u.c (fgets_unlocked): Likewise.
14272 * libio/iofgetws.c (fgetws): Likewise.
14273 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14274 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
14275 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14276 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
14277 * locale/findlocale.c (_nl_find_locale): Likewise.
14278 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14279 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14280 Likewise.
14281 * locale/setlocale.c (setlocale): Likewise.
14282 * login/programs/pt_chown.c (main): Likewise.
14283 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14284 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
14285 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14286 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
14287 * math/e_exp2l.c: Likewise.
14288 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14289 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14290 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14291 * math/s_catan.c (__catan): Likewise.
14292 * math/s_catanf.c (__catanf): Likewise.
14293 * math/s_catanh.c (__catanh): Likewise.
14294 * math/s_catanhf.c (__catanhf): Likewise.
14295 * math/s_catanhl.c (__catanhl): Likewise.
14296 * math/s_catanl.c (__catanl): Likewise.
14297 * math/s_ccosh.c (__ccosh): Likewise.
14298 * math/s_ccoshf.c (__ccoshf): Likewise.
14299 * math/s_ccoshl.c (__ccoshl): Likewise.
14300 * math/s_cexp.c (__cexp): Likewise.
14301 * math/s_cexpf.c (__cexpf): Likewise.
14302 * math/s_cexpl.c (__cexpl): Likewise.
14303 * math/s_clog10.c (__clog10): Likewise.
14304 * math/s_clog10f.c (__clog10f): Likewise.
14305 * math/s_clog10l.c (__clog10l): Likewise.
14306 * math/s_clog.c (__clog): Likewise.
14307 * math/s_clogf.c (__clogf): Likewise.
14308 * math/s_clogl.c (__clogl): Likewise.
14309 * math/s_csin.c (__csin): Likewise.
14310 * math/s_csinf.c (__csinf): Likewise.
14311 * math/s_csinh.c (__csinh): Likewise.
14312 * math/s_csinhf.c (__csinhf): Likewise.
14313 * math/s_csinhl.c (__csinhl): Likewise.
14314 * math/s_csinl.c (__csinl): Likewise.
14315 * math/s_csqrt.c (__csqrt): Likewise.
14316 * math/s_csqrtf.c (__csqrtf): Likewise.
14317 * math/s_csqrtl.c (__csqrtl): Likewise.
14318 * math/s_ctan.c (__ctan): Likewise.
14319 * math/s_ctanf.c (__ctanf): Likewise.
14320 * math/s_ctanh.c (__ctanh): Likewise.
14321 * math/s_ctanhf.c (__ctanhf): Likewise.
14322 * math/s_ctanhl.c (__ctanhl): Likewise.
14323 * math/s_ctanl.c (__ctanl): Likewise.
14324 * math/w_pow.c: Likewise.
14325 * math/w_powf.c: Likewise.
14326 * math/w_powl.c: Likewise.
14327 * math/w_scalb.c (sysv_scalb): Likewise.
14328 * math/w_scalbf.c (sysv_scalbf): Likewise.
14329 * math/w_scalbl.c (sysv_scalbl): Likewise.
14330 * misc/error.c (error_tail): Likewise.
14331 * misc/pselect.c (__pselect): Likewise.
14332 * nis/nis_callback.c (__nis_create_callback): Likewise.
14333 * nis/nis_call.c (__nisfind_server): Likewise.
14334 * nis/nis_creategroup.c (nis_creategroup): Likewise.
14335 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14336 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14337 * nis/nis_getservlist.c (nis_getservlist): Likewise.
14338 * nis/nis_lookup.c (nis_lookup): Likewise.
14339 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
14340 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14341 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 14342 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
14343 * nis/nss_compat/compat-grp.c (getgrent_next_file)
14344 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14345 * nis/nss_compat/compat-initgroups.c (add_group)
14346 (internal_getgrent_r): Likewise.
14347 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14348 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14349 * nis/nss_compat/compat-spwd.c (getspent_next_file)
14350 (internal_getspnam_r): Likewise.
14351 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14352 (_nss_nis_getaliasbyname_r): Likewise.
14353 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14354 (_nss_nis_getntohost_r): Likewise.
14355 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14356 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14357 (_nss_nis_getgrgid_r): Likewise.
14358 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14359 (internal_nis_gethostent_r, internal_gethostbyname2_r)
14360 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14361 (_nss_nis_gethostbyname4_r): Likewise.
14362 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14363 (initgroups_netid): Likewise.
a1ffb40e 14364 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
14365 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14366 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14367 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14368 (_nss_nis_getprotobynumber_r): Likewise.
14369 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14370 (_nss_nis_getsecretkey): Likewise.
14371 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14372 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14373 (_nss_nis_getpwuid_r): Likewise.
14374 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14375 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14376 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14377 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14378 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14379 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
14380 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14381 Likewise.
57f41c40
AS
14382 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14383 (_nss_nisplus_getntohost_r): Likewise.
14384 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14385 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14386 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14387 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 14388 Likewise.
57f41c40
AS
14389 * nis/nss_nisplus/nisplus-initgroups.c
14390 (_nss_nisplus_initgroups_dyn): Likewise.
14391 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14392 (_nss_nisplus_getnetbyaddr_r): Likewise.
14393 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14394 (_nss_nisplus_getprotobynumber_r): Likewise.
14395 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14396 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
14397 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14398 Likewise.
57f41c40
AS
14399 * nis/nss_nisplus/nisplus-service.c
14400 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14401 (_nss_nisplus_getservbyport_r): Likewise.
14402 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14403 (_nss_nisplus_getspnam_r): Likewise.
14404 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14405 Likewise.
a1ffb40e
OB
14406 * nscd/aicache.c (addhstaiX): Likewise.
14407 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
14408 * nscd/connections.c (register_traced_file, send_ro_fd)
14409 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14410 (main_loop_epoll): Likewise.
a1ffb40e
OB
14411 * nscd/grpcache.c (addgrbyX): Likewise.
14412 * nscd/hstcache.c (addhstbyX): Likewise.
14413 * nscd/initgrcache.c (addinitgroupsX): Likewise.
14414 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
14415 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14416 (addinnetgrX): Likewise.
14417 * nscd/nscd-client.h (__nscd_acquire_maplock)
14418 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
14419 * nscd/nscd_getai.c (__nscd_getai): Likewise.
14420 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14421 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14422 Likewise.
14423 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14424 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
14425 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14426 (__nscd_get_map_ref): Likewise.
a1ffb40e 14427 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
14428 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14429 Likewise.
a1ffb40e
OB
14430 * nscd/pwdcache.c (addpwbyX): Likewise.
14431 * nscd/selinux.c (preserve_capabilities): Likewise.
14432 * nscd/servicescache.c (addservbyX): Likewise.
14433 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14434 * posix/fnmatch.c (fnmatch): Likewise.
14435 * posix/getopt.c (_getopt_internal_r): Likewise.
14436 * posix/glob.c (glob, glob_in_dir): Likewise.
14437 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
14438 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14439 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
14440 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14441 * resolv/res_init.c: Likewise.
14442 * resolv/res_mkquery.c (res_nmkquery): Likewise.
14443 * resolv/res_query.c (__libc_res_nquery): Likewise.
14444 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14445 Likewise.
14446 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14447 * stdio-common/perror.c (perror): Likewise.
14448 * stdio-common/printf_fp.c (___printf_fp): Likewise.
14449 * stdio-common/tmpnam.c (tmpnam): Likewise.
14450 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14451 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
14452 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14453 Likewise.
a1ffb40e
OB
14454 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14455 * stdlib/putenv.c (putenv): Likewise.
14456 * stdlib/setenv.c (__add_to_environ): Likewise.
14457 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14458 * stdlib/strtol_l.c (INTERNAL): Likewise.
14459 * string/memmem.c (memmem): Likewise.
14460 * string/strerror.c (strerror): Likewise.
14461 * string/strnlen.c (__strnlen): Likewise.
14462 * string/test-memmem.c (simple_memmem): Likewise.
14463 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14464 * sunrpc/pm_getport.c (__get_socket): Likewise.
14465 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14466 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
14467 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14468 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
14469 Likewise.
14470 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14471 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14472 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14473 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14474 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
14475 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14476 Likewise.
14477 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14478 Likewise.
a1ffb40e
OB
14479 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14480 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14481 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14482 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14483 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14484 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14485 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14486 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14487 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14488 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14489 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14490 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14491 Likewise.
14492 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14493 Likewise.
14494 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
14495 Likewise.
14496 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
14497 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14498 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
14499 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
14500 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
14501 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
14502 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
14503 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
14504 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
14505 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
14506 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
14507 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14508 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14509 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
14510 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
14511 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
14512 Likewise.
a1ffb40e
OB
14513 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
14514 Likewise.
14515 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
14516 Likewise.
14517 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
14518 Likewise.
14519 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14520 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14521 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
14522 Likewise.
14523 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
14524 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
14525 * sysdeps/posix/opendir.c (__opendirat): Likewise.
14526 * sysdeps/posix/sleep.c: Likewise.
14527 * sysdeps/posix/tempname.c: Likewise.
14528 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
14529 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
14530 Likewise.
57f41c40
AS
14531 * sysdeps/powerpc/powerpc32/dl-machine.h
14532 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
14533 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14534 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14535 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
14536 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
14537 Likewise.
14538 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
14539 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
14540 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14541 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
14542 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
14543 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
14544 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
14545 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
14546 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14547 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
14548 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
14549 (elf_machine_lazy_rel): Likewise.
a1ffb40e 14550 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
14551 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
14552 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
14553 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
14554 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
14555 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
14556 * sysdeps/unix/grantpt.c (grantpt): Likewise.
14557 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
14558 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
14559 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
14560 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14561 Likewise.
14562 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
14563 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
14564 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
14565 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
14566 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14567 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
14568 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
14569 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
14570 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14571 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
14572 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14573 Likewise.
14574 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
14575 (__posix_fallocate64_l64): Likewise.
14576 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
14577 (posix_fallocate): Likewise.
57f41c40
AS
14578 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
14579 Likewise.
a1ffb40e 14580 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
14581 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
14582 (getifaddrs_internal): Likewise.
a1ffb40e
OB
14583 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
14584 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
14585 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
14586 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
14587 * sysdeps/unix/sysv/linux/posix_fallocate64.c
14588 (__posix_fallocate64_l64): Likewise.
14589 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
14590 Likewise.
14591 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
14592 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
14593 (__get_clockfreq): Likewise.
a1ffb40e
OB
14594 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
14595 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
14596 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
14597 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14598 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14599 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
14600 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
14601 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
14602 Likewise.
14603 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
14604 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
14605 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
14606 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
14607 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
14608 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
14609 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
14610 Likewise.
14611 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
14612 (posix_fallocate): Likewise.
14613 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14614 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
14615 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
14616 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
14617 (elf_machine_rela, elf_machine_rela_relative)
14618 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
14619 * time/asctime.c (asctime_internal): Likewise.
14620 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
14621 * time/tzset.c (__tzset_parse_tz): Likewise.
14622 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14623 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
14624 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
14625 * wcsmbs/wcsmbsload.h: Likewise.
14626
f3d338c9
OB
14627 [BZ #15894]
14628 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
14629
57f41c40
AS
14630 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
14631 (arena_get2): Remove THREAD_STATS conditionals.
14632 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
14633 (__malloc_stats, int): Likewise.
bdfe308a 14634
d674667c
MF
146352014-02-08 Mike Frysinger <vapier@gentoo.org>
14636
14637 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
14638 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
14639
6349768c
MF
14640 * manual/setjmp.texi: Fix typos/grammar errors.
14641
0b7c7473
MF
14642 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
14643 Only return early when n is <= 0. Delete unused return statement.
14644
ac8cc9e3
MF
14645 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
14646 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
14647 * debug/tst-longjmp_chk3.c: New file.
14648
c5bb8e23
MF
14649 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
14650 (test_main): Replace code with set_fortify_handler call.
14651 * debug/test-strcpy_chk.c: Likewise.
14652 * debug/tst-chk1.c: Likewise.
14653 * debug/tst-longjmp_chk.c: Likewise.
14654 * test-skeleton.c: Include fcntl.h & paths.h
14655 (set_fortify_handler): Define.
14656
10444e42
MF
14657 * debug/tst-longjmp_chk.c: Add header comment and include
14658 ../test-skeleton.c.
14659 (do_test): Mark static.
14660 (TEST_FUNCTION): Define.
14661
1e805e8d
MF
14662 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
14663 (IP_PMTUDISC_INTERFACE): Likewise.
14664 (IP_MULTICAST_IF): Likewise.
14665 (IP_MULTICAST_TTL): Likewise.
14666 (IP_MULTICAST_LOOP): Likewise.
14667 (IP_ADD_MEMBERSHIP): Likewise.
14668 (IP_DROP_MEMBERSHIP): Likewise.
14669 (IP_UNBLOCK_SOURCE): Likewise.
14670 (IP_BLOCK_SOURCE): Likewise.
14671 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
14672 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
14673 (IP_MSFILTER): Likewise.
14674 (MCAST_JOIN_GROUP): Likewise.
14675 (MCAST_BLOCK_SOURCE): Likewise.
14676 (MCAST_UNBLOCK_SOURCE): Likewise.
14677 (MCAST_LEAVE_GROUP): Likewise.
14678 (MCAST_JOIN_SOURCE_GROUP): Likewise.
14679 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
14680 (MCAST_MSFILTER): Likewise.
14681 (IP_MULTICAST_ALL): Likewise.
14682 (IP_UNICAST_IF): Likewise.
14683
73f79bb7
MF
14684 * timezone/Makefile: Delete $(have-ksh) check.
14685 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
14686 * timezone/tzselect.ksh: Add +x mode bits.
14687
8da79b60
MF
14688 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
14689 (ANON_INODE_FS_MAGIC): Likewise.
14690 (BDEVFS_MAGIC): Likewise.
14691 (BINFMTFS_MAGIC): Likewise.
14692 (BTRFS_TEST_MAGIC): Likewise.
14693 (CRAMFS_MAGIC_WEND): Likewise.
14694 (DEBUGFS_MAGIC): Likewise.
14695 (ECRYPTFS_SUPER_MAGIC): Likewise.
14696 (EXT3_SUPER_MAGIC): Likewise.
14697 (EXT4_SUPER_MAGIC): Likewise.
14698 (FUTEXFS_SUPER_MAGIC): Likewise.
14699 (HOSTFS_SUPER_MAGIC): Likewise.
14700 (HUGETLBFS_MAGIC): Likewise.
14701 (MINIX3_SUPER_MAGIC): Likewise.
14702 (MTD_INODE_FS_MAGIC): Likewise.
14703 (NILFS_SUPER_MAGIC): Likewise.
14704 (OPENPROM_SUPER_MAGIC): Likewise.
14705 (PIPEFS_MAGIC): Likewise.
14706 (PSTOREFS_MAGIC): Likewise.
14707 (QNX6_SUPER_MAGIC): Likewise.
14708 (RAMFS_MAGIC): Likewise.
14709 (REISERFS_SUPER_MAGIC_STRING): Likewise.
14710 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
14711 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
14712 (SECURITYFS_MAGIC): Likewise.
14713 (SELINUX_MAGIC): Likewise.
14714 (SMACK_MAGIC): Likewise.
14715 (SOCKFS_MAGIC): Likewise.
14716 (SQUASHFS_MAGIC): Likewise.
14717 (STACK_END_MAGIC): Likewise.
14718 (TMPFS_MAGIC): Likewise.
14719 (USBDEVICE_SUPER_MAGIC): Likewise.
14720 (V9FS_MAGIC): Likewise.
14721 (XENFS_SUPER_MAGIC): Likewise.
14722 (CRAMFS_MAGIC): Fix typo in comment.
14723 (EXT2_SUPER_MAGIC): Update comment.
14724 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
14725
464263cc
JM
147262014-02-08 Joseph Myers <joseph@codesourcery.com>
14727
c6bfe5c4
JM
14728 * sysdeps/arm: Move directory from ports/sysdeps/arm.
14729 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
14730 * sysdeps/unix/sysv/linux/arm: Move directory from
14731 ports/sysdeps/unix/sysv/linux/arm.
14732 * README: Update listing for arm-*-linux-gnueabi.
14733
464263cc
JM
14734 * README: Remove mention of am33.
14735
32749f6c
RM
147362014-02-07 Roland McGrath <roland@hack.frob.com>
14737
14738 * bits/sigset.h (__sigemptyset): Use a statement expression rather
14739 than the comma operator, to avoid "rhs of comma has no effect"
14740 compiler warnings.
14741 (__sigfillset, __sigandset, __sigorset): Likewise.
14742 * include/signal.h (__sigemptyset): Likewise.
14743 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
14744
d5b396c1
AM
147452014-02-07 Allan McRae <allan@archlinux.org>
14746
14747 * version.h (RELEASE): Set to "development".
14748 (VERSION): Set to "2.19.90"
14749 * NEWS: Add 2.20 section.
14750
3bfff2ed
CD
147512014-02-06 Carlos O'Donell <carlos@redhat.com>
14752
14753 [BZ #16529]
14754 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
14755
ee7cc385
SP
147562014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
14757
14758 * manual/contrib.texi: Update entry for Carlos O'Donell,
14759 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
14760
f877c4f2
CD
147612014-02-05 Carlos O'Donell <carlos@rehdat.com>
14762
27e839f6
CD
14763 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
14764
f877c4f2
CD
14765 * sysdeps/unix/sysv/linux/kernel-features.h
14766 [__LINUX_KERNEL_VERSION >= 0x020621]
14767 (__ASSUME_PROC_PID_TASK_COMM): Define.
14768
68159946
SP
147692014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
14770
ba17cdbd
SP
14771 [BZ #16398]
14772 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
14773 conversion when destination buffer does not have enough space.
14774 * libio/tst-ftell-partial-wide.c: New test case.
14775 * libio/Makefile (tests): Add tst-ftell-partial-wide.
14776
68159946
SP
14777 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
14778 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
14779 Leonard and Allan McRae.
14780
2b528732
DM
147812014-02-04 David S. Miller <davem@davemloft.net>
14782
14783 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
14784 32-bit.
14785
0ff82463
AZ
147862014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14787
57f41c40
AS
14788 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
14789 New file
c01603f7
AZ
14790 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
14791 New file
57f41c40
AS
14792 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
14793 New file.
14794 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
14795 New file.
c01603f7
AZ
14796 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
14797 New file.
57f41c40
AS
14798 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
14799 New file.
14800 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
14801 New file.
c01603f7
AZ
14802 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
14803 New file.
14804 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
14805 New file.
14806 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
14807 New file.
14808 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
14809 New file.
14810 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
14811 New file.
14812 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
14813 New file.
14814
148152014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14816
0ff82463
AZ
14817 * nptl/shlib-versions: Change powerpc*le start to 2.17.
14818 * shlib-versions: Likewise.
14819
1695c773
AZ
148202014-02-04 Roland McGrath <roland@hack.frob.com>
14821 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14822
14823 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
14824 (abilist-pattern): New variable, set to %-le.abilist.
14825
14826 * Makerules (abilist-pattern): New variable.
14827 (vpath): Use $(abilist-pattern) in place of %.abilist.
14828 (check-abi-% pattern rule): Likewise.
14829 (check-abi, update-abi): Likewise.
14830
6c0ce4b4
EW
148312014-02-04 Eric Wong <normalperson@yhbt.net>
14832
14833 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14834
481e3524
CD
148352014-02-03 Carlos O'Donell <carlos@redhat.com>
14836
14837 * manual/startup.texi: Add next, previous, and top entries for
14838 the `Program Arguments' and `Environment Variables' nodes.
14839
375592d3
AO
148402014-02-03 Alexandre Oliva <aoliva@redhat.com>
14841
14842 * manual/macros.texi: Add comments before MTASC-safety macros.
14843
f54838ba
AO
14844 * manual/users.texi: Document MTASC-safety properties.
14845
57f41c40
AS
14846 * manual/threads.texi (pthread_key_create, pthread_key_delete)
14847 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
14848 @deftypefun, and add @safety note.
14849 * manual/signal.texi: Move comments that analyze the above
14850 functions to their home place.
14851
fd3daba4
AM
148522014-02-03 Allan McRae <allan@archlinux.org>
14853
14854 * po/sl.po: Update Slovenian translation from translation project.
14855
597636d7
AO
148562014-02-02 Alexandre Oliva <aoliva@redhat.com>
14857
14858 * manual/time.texi (timegm): Add missing blank after @c.
14859 Reported by Joseph Myers <joseph@codesourcery.com>.
14860
ee196e3c
AO
148612014-02-01 Alexandre Oliva <aoliva@redhat.com>
14862
14863 * manual/check-safety.sh: New.
14864 * manual/Makefile ($(objpfx)stamp-summary): Run it.
14865
f8d529d5
AO
14866 * manual/terminal.texi: Document MTASC-safety properties.
14867
de55fdf4
AO
14868 * manual/filesys.texi: Document MTASC-safety properties.
14869
c3299c08
AO
14870 * manual/errno.texi: Document MTASC-safety properties.
14871
06e90b14
AO
14872 * manual/intro.texi: Document safety identifiers and
14873 conditionals.
14874
1acd4371
AO
14875 * manual/string.texi (wcstok): Fix prototype.
14876 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
14877
23e5b8cb
AO
14878 * manual/time.texi: Document MTASC-safety properties.
14879
11087373
AO
14880 * manual/string.texi: Document MTASC-safety properties.
14881
5da2c93d
AO
14882 * manual/threads.texi: Document MTASC-safety properties.
14883
171e9210
AO
14884 * manual/stdio.texi: Document MTASC-safety properties.
14885
d9e02532
AO
14886 * manual/syslog.texi: Document MTASC-safety properties.
14887
6af8bab7
AO
14888 * manual/sysinfo.texi: Document MTASC-safety properties.
14889
663b02d7
AO
14890 * manual/startup.texi: Document MTASC-safety properties.
14891
973f180b
AO
14892 * manual/socket.texi: Document MTASC-safety properties.
14893
8f3c25c8
AO
14894 * manual/signal.texi: Document MTASC-safety properties.
14895
542210fb
AO
148962014-01-31 Alexandre Oliva <aoliva@redhat.com>
14897
14898 * manual/setjmp.texi: Document MTASC-safety properties.
14899
433c45a2
AO
14900 * manual/search.texi: Document MTASC-safety properties.
14901
c8ce789c
AO
14902 * manual/resource.texi: Document MTASC-safety properties.
14903
19f5d29c
AO
14904 * manual/process.texi: Document MTASC-safety properties.
14905
e2dfb7f4
AO
14906 * manual/platform.texi: Document MTASC-safety properties.
14907
8c1413f5
AO
14908 * manual/pipe.texi: Document MTASC-safety properties.
14909
03483ada
AO
14910 * manual/pattern.texi: Document MTASC-safety properties.
14911
29e7e2df
AO
14912 * manual/message.texi: Document MTASC-safety properties.
14913
9f529d7c
AO
14914 [BZ #12751]
14915 * manual/memory.texi: Document MTASC-safety properties.
14916
27aaa791
AO
14917 * manual/math.texi: Document MTASC-safety properties.
14918
f2d58726
AO
14919 * manual/locale.texi: Document MTASC-safety properties.
14920
2cc3615c
AO
14921 * manual/llio.texi: Document MTASC-safety properties.
14922
d9f0ec97
AO
14923 * manual/libdl.texi: New.
14924
e7c4409a
AO
14925 * manual/lang.texi: Document MTASC-safety properties.
14926
27bdc63c
AO
14927 * manual/job.texi: Document MTASC-safety properties.
14928
a7b90ea9
AO
14929 * manual/getopt.texi: Document MTASC-safety properties.
14930
c49130e3
AO
14931 * manual/ctype.texi: Document MTASC-safety properties.
14932
0d23a5c1
MR
149332014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
14934
14935 [BZ #16046]
14936 * csu/libc-tls.c (static_map): Remove variable.
14937 (__libc_setup_tls): Use main executable's link map for TLS data.
14938 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
14939 casing for LM_ID_BASE and GL(dl_nns).
14940 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
14941 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
14942 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
14943 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
14944 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
14945 member.
14946 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
14947 l_phnum members.
14948
0037bb60
AO
149492014-01-30 Alexandre Oliva <aoliva@redhat.com>
14950
14951 * manual/debug.texi: Document MTASC-safety properties.
14952
409e00bd
L
149532014-01-29 H.J. Lu <hongjiu.lu@intel.com>
14954
14955 [BZ #16510]
14956 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
14957 of __x86_64__ when disabling x87 inline functions.
14958
86e60666
AO
149592014-01-29 Alexandre Oliva <aoliva@redhat.com>
14960
14961 * manual/charset.texi: Document MTASC-safety properties.
14962
76167637
AO
14963 * manual/crypt.texi: Document MTASC-safety properties.
14964
e567f2a0
AO
14965 * manual/conf.texi: Document MTASC-safety properties.
14966
b719dafd
AO
14967 * manual/arith.texi: Document MTASC-safety properties.
14968
4a16c662
AO
14969 * manual/argp.texi: Document MTASC-safety properties.
14970
0a57b83e
AO
14971 * manual/macros.texi: Introduce macros to document multi
14972 thread, asynchronous signal and asynchronous cancellation
14973 safety properties.
14974 * manual/intro.texi: Introduce the properties themselves.
14975
feab2397
KK
149762014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14977
14978 * sysdeps/sh/sh4/Makefile: New file.
14979
1c0d11bc
AS
149802014-01-27 Andreas Schwab <schwab@linux-m68k.org>
14981
14982 * math/gen-libm-test.pl ($srcdir): New variable.
14983 ($auto_input): Use it.
14984
af37a8a3
SP
149852014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
14986
d7b00f98
SP
14987 [BZ #16506]
14988 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
14989 access beyond array bounds when parsing netgroups file.
14990
af37a8a3
SP
14991 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
14992 the old buffer before realloc.
14993
0c00f062
AM
149942014-01-27 Allan McRae <allan@archlinux.org>
14995
14996 * po/fr.po: Update French translation from translation project.
14997
7d69a1b0
KK
149982014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14999
15000 * sysdeps/sh/libm-test-ulps: Regenerate.
15001
6e697ff7
DM
150022014-01-24 David S. Miller <davem@davemloft.net>
15003
15004 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15005
9cadb35c
KK
150062014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15007
15008 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15009 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15010
5d41dadf
SP
150112013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
15012
15013 [BZ #16474]
15014 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15015 string pointers after reallocation.
15016
0bad441c
KK
150172014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15018
15019 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15020 __SH4A__ instead of __SH_FPU_ANY__.
15021
7007c661
KK
150222014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15023
15024 * sysdeps/sh/fpu_control.h: New file.
15025 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15026 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15027 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15028 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15029 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15030 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15031 * sysdeps/sh/sys/ucontext.h: Remove.
15032 * sysdeps/sh/sys: Remove directory.
15033
0f0c35e4
AK
150342014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15035
15036 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15037 s390/sys/ucontext.h.
15038 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15039 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15040
4959e284
L
150412014-01-20 H.J. Lu <hongjiu.lu@intel.com>
15042
15043 [BZ #15605]
15044 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15045
d98720e0
AZ
150462014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15047
15048 [BZ#16431]
15049 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15050 Adjust the vDSO correctly for internal calls.
15051 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15052
91cbd0bc
AM
150532014-01-20 Allan McRae <allan@archlinux.org>
15054
15055 * po/ca.po: Update Catalan translation from translation project.
15056
7a02cfad
MF
150572014-01-16 Mike Frysinger <vapier@gentoo.org>
15058
15059 * sysdeps/s390/sotruss-lib.c: New file.
15060
736c304a
AZ
150612014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15062
15063 [BZ#16430]
6e077ee5 15064 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
15065 (__GI___gettimeofday): Alias for a different internal symbol to avoid
15066 local calls issues by not having a PLT stub required for IFUNC calls.
15067 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15068
94d0cea0
JM
150692014-01-16 Joseph Myers <joseph@codesourcery.com>
15070
15071 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15072 * math/test-fpucw-static.c: Likewise.
15073
980cb518
SP
150742013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
15075
15076 [BZ #16453]
15077 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15078
2393fc01
AZ
150792014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15080
15081 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15082 implementation for powerpc.
15083
d359bcc2
OB
150842014-01-15 Ondřej Bílka <neleai@seznam.cz>
15085
15086 [BZ #14782]
15087 * sysdeps/posix/system.c (__libc_system): Do not enable
15088 asynchronous cancellation.
15089
7beb48cb
AK
150902014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15091
15092 [BZ #16427]
15093 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15094 handling only for numbers special also in the IEEE case.
15095
c20d5bf5
AK
150962014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15097
15098 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15099
e83bd4ee
AM
151002014-01-11 Allan McRae <allan@archlinux.org>
15101
76d0ea69
AM
15102 * po/bg.po: Update Bulgarian translation from translation project.
15103
e83bd4ee
AM
15104 * po/de.po: Update German translation from translation project.
15105
bc2ba20a
RM
151062014-01-10 Roland McGrath <roland@hack.frob.com>
15107
15108 * sysdeps/generic/gcc-compat.h: New file.
15109
649ecea2
SP
151102014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
15111
15112 * benchtests/asin-inputs: Correct slow inputs.
15113 * benchtests/acos-inputs: Likewise.
15114
1b19c006
AM
151152014-01-10 Allan McRae <allan@archlinux.org>
15116
a46dab08
AM
15117 * po:sv.po: Update Swedish translation from translation project.
15118
421df74a
AM
15119 * po/vi.po: Update Vietnamese translation from translation project.
15120
d61c51a7
AM
15121 * po/eo.po: Update Esperanto translation from translation project.
15122
0339a319
AM
15123 * po/cs.po: Update Czech translation from translation project.
15124
94ad3e99
AM
15125 * po/nl.po: Update Dutch translation from translation project.
15126
e349ca71
AM
15127 * po/pl.po: Update Polish translation from translation project.
15128
ddf930c1
AM
15129 * po/ru.po: Update Russian translation from translation project.
15130
1b19c006
AM
15131 * po/uk.po: Update Ukrainian translation from translation project.
15132
9f236c49
BM
151332014-01-08 Brooks Moses <bmoses@google.com>
15134
15135 * elf/dl-load.c: Fix comment typo.
15136
cd6701cf
CD
151372014-01-08 Carlos O'Donell <carlos@redhat.com>
15138
15139 * po/header.pot: Rename to...
15140 * po/pot.header: ... this.
15141 * po/Makefile: Use pot.header.
15142
66671c84
YK
151432014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
15144 Maxim Kuvyrkov <maxim@kugelworks.com>
15145
15146 [BZ #16394]
cd6701cf
CD
15147 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15148 SRC and DEST against LEN.
66671c84 15149
38f34581
AZ
151502014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15151
15152 [BZ #16414]
15153 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15154 implementation.
15155 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15156
151572014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
15158
15159 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15160
4c327f2a
JM
151612014-01-08 Joseph Myers <joseph@codesourcery.com>
15162
15163 [BZ #16408]
15164 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15165 for large positive arguments.
15166
b821f414
JM
151672014-01-07 Joseph Myers <joseph@codesourcery.com>
15168
1f0f2067
JM
15169 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15170
a5a326f6
JM
15171 * math/auto-libm-test-in: Mark various tests with
15172 xfail-rounding:ldbl-128ibm.
15173 * math/auto-libm-test-out: Regenerated.
15174
b821f414
JM
15175 [BZ #16407]
15176 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15177 Increase overflow threshold.
15178
94c8a4bc
OB
151792014-01-07 Ondřej Bílka <neleai@seznam.cz>
15180
15181 [BZ #14286]
15182 * stdio-common/vfprintf.c: Check for integer overflow.
15183
87ded0c3
AK
151842014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15185
15186 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15187 the first argument and return value of __tls_get_addr_internal.
15188
c5eebdd0
AK
151892014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15190
15191 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15192 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15193
05d138ef
AK
151942014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15195
15196 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15197 * sysdeps/s390/rtld-global-offsets.sym: New file.
15198 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15199 GLIBC_2.19 symbol.
15200 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15201 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15202 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15203 ... this.
15204 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15205 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15206 ... this.
15207 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15208 Regenerate.
15209 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15210 Regenerate.
15211 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15212 halfs of GPRs for high_gprs contexts.
15213 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15214 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
15215 field.
15216 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15217 uc_flags field.
15218 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15219 64 bit versions:
15220 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15221 for high GPRs (uc_high_gprs) and for future extensions
15222 (__reserved).
15223 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15224 for future extensions (__reserved).
15225 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15226 64 bit versions:
15227 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15228 SC_HIGHGPRS offset definition.
15229 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15230 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15231
93a45ff1
AK
15232 * Versions.def: Add GLIBC_2.19 for libpthread.
15233 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15234 siglongjmp for libpthread with GLIBC_2.19 symver.
15235 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15236 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15237 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15238 * sysdeps/s390/__longjmp.c: New file.
15239 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15240 * sysdeps/s390/longjmp.c: New file.
15241 * sysdeps/s390/setjmp.S: New file.
15242 * sysdeps/s390/sigjmp.S: New file.
15243 * sysdeps/s390/v1-longjmp.c: New file.
15244 * sysdeps/s390/v1-setjmp.h: New file.
15245 * sysdeps/s390/v1-sigjmp.c: New file.
15246 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15247 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15248 GLIBC_2.19 version.
15249 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15250 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15251 versioned symbols for ____longjmp_chk.
15252 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15253 Likewise.
15254 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15255 Regenerate.
15256 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15257 Regenerate.
15258 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15259 Regenerate.
15260 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15261 Regenerate.
15262 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15263 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15264 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15265 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15266 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15267 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15268 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15269 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15270 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15271 * sysdeps/s390/rtld-__longjmp.c: New file.
15272 * sysdeps/s390/rtld-setjmp.S: New file.
15273
eb3fc44b
JM
152742014-01-06 Joseph Myers <joseph@codesourcery.com>
15275
15276 [BZ #16400]
15277 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15278 Return -__logl (x) for small positive arguments without evaluating
15279 a polynomial.
15280
9341dde4
MF
152812014-01-06 Mike Frysinger <vapier@gentoo.org>
15282
15283 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15284 Rename to ...
15285 (__ptrace_peeksiginfo_args): ... this.
15286 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15287 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15288 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15289
4cff0293
AM
152902014-01-06 Allan McRae <allan@archlinux.org>
15291
15292 * inet/netinet/in.h: Fix typo in comment.
15293
75595dcf
AJ
152942014-01-05 Andreas Jaeger <aj@suse.de>
15295
15296 * sysdeps/i386/fpu/libm-test-ulps: Update.
15297
79c1e109
AM
152982014-01-05 Allan McRae <allan@archlinux.org>
15299
dd804818
AM
15300 * po/libc.pot: Regenerated.
15301
79c1e109
AM
15302 * malloc/memusagestat.c: Fix gettext call formatting.
15303
0c813d1f
SK
153042014-01-04 Sami Kerola <kerolasa@iki.fi>
15305
15306 * nscd/nscd.c: Improve usage() output.
15307
20f4a8d9
MF
153082014-01-04 Mike Frysinger <vapier@gentoo.org>
15309
15310 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15311 * sysdeps/unix/sysv/linux/configure: Regenerated.
15312 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15313 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15314
22562bb2
JM
153152014-01-03 Joseph Myers <joseph@codesourcery.com>
15316
15317 [BZ #16390]
15318 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15319 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15320
d7ad2d9b
AZ
153212014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15322
15323 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15324 extra tokens at end of #undef directive.
15325 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15326 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15327 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15328
7dd009d8
JM
153292014-01-03 Joseph Myers <joseph@codesourcery.com>
15330
24db925a
JM
15331 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15332
7dd009d8
JM
15333 * math/auto-libm-test-in: Mark various tests with
15334 xfail-rounding:ldbl-128ibm.
15335 * math/auto-libm-test-out: Regenerated.
15336
396e3ecf
JM
153372014-01-02 Joseph Myers <joseph@codesourcery.com>
15338
819e5d50
JM
15339 [BZ #16386]
15340 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15341 numbers with subnormal high part when calculating exponent.
15342
90b6a1e5
JM
15343 [BZ #16385]
15344 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15345 fabs.
15346
396e3ecf
JM
15347 [BZ #16384]
15348 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15349 M_LN2l.
15350 (__ieee754_acoshl): Use __log1pl not __log1p.
15351
6c8dbf00
OB
153522013-01-02 Ondřej Bílka <neleai@seznam.cz>
15353
57f41c40
AS
15354 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15355 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15356 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15357 (grow_heap, heap_trim, _int_new_arena, get_free_list)
15358 (reused_arena, arena_get2): Convert to GNU style.
15359 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15360 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15361 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 15362 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
15363 * malloc/malloc.c (__malloc_assert, malloc_init_state)
15364 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15365 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15366 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15367 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15368 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 15369 * malloc/malloc.h: Likewise.
57f41c40
AS
15370 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15371 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 15372 * malloc/mcheck.h: Likewise.
57f41c40
AS
15373 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15374 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
15375 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15376 * malloc/morecore.c (__default_morecore): Likewise.
15377 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
15378 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15379 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15380 (print_and_abort): Likewise.
6c8dbf00
OB
15381 * malloc/obstack.h: Likewise.
15382 * malloc/set-freeres.c (__libc_freeres): Likewise.
15383 * malloc/tst-mallocstate.c (main): Likewise.
15384 * malloc/tst-mtrace.c (main): Likewise.
15385 * malloc/tst-realloc.c (do_test): Likewise.
15386
d4124212
SP
153872013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
15388
9a3c6a6f
SP
15389 [BZ #16366]
15390 * nscd/netgroupcache.c (do_notfound): New function.
15391 (addgetnetgrentX): Use it.
15392
d4124212
SP
15393 [BZ # 16365]
15394 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15395 NSS_STATUS_NOTFOUND.
15396
97b9a009
JM
153972014-01-01 Joseph Myers <joseph@codesourcery.com>
15398
15399 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15400 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15401
d4697bc9
AM
154022014-01-01 Allan McRae <allan@archlinux.org>
15403
ddb3687f
AM
15404 * scripts/update-copyrights: Update configure input file suffix.
15405
88726d48
AM
15406 * NEWS: Update copyright year.
15407 * catgets/gencat.c: Likewise.
15408 * csu/version.c: Likewise.
15409 * debug/catchsegv.sh: Likewise.
15410 * debug/pcprofiledump.c: Likewise.
15411 * debug/xtrace.sh: Likewise.
15412 * elf/ldconfig.c: Likewise.
15413 * elf/ldd.bash.in: Likewise.
15414 * elf/pldd.c: Likewise.
15415 * elf/sotruss.ksh: Likewise.
15416 * elf/sprof.c: Likewise.
15417 * iconv/iconv_prog.c: Likewise.
15418 * iconv/iconvconfig.c: Likewise.
15419 * locale/programs/locale.c: Likewise.
15420 * locale/programs/localedef.c: Likewise.
15421 * login/programs/pt_chown.c: Likewise.
15422 * malloc/memusage.sh: Likewise.
15423 * malloc/memusagestat.c: Likewise.
15424 * malloc/mtrace.pl: Likewise.
15425 * manual/libc.texinfo: Likewise.
15426 * nscd/nscd.c: Likewise.
15427 * nss/getent.c: Likewise.
15428 * nss/makedb.c: Likewise.
15429 * posix/getconf.c: Likewise.
15430 * scripts/test-installation.pl: Likewise.
15431
d4697bc9
AM
15432 * All files with FSF copyright notices: Update copyright dates
15433 using scripts/update-copyrights.
15434 * intl/plural.c: Regenerated.
15435 * locale/programs/charmap-kw.h: Likewise.
15436 * locale/programs/locfile-kw.h: Likewise.
15437
c8590f9d
MF
154382013-12-31 Mike Frysinger <vapier@gentoo.org>
15439
15440 * sysdeps/unix/sysv/linux/configure: Regenerated.
15441 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15442 the linux/fanotify.h header.
15443 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15444 HAVE_LINUX_FANOTIFY_H is defined.
15445
b19221b9
SP
154462013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
15447
dd1d85e5
SP
15448 * benchtests/cos-inputs: New inputs.
15449 * benchtests/sin-inputs: Likewise.
15450
1acbb90f
SP
15451 * benchtests/atan-inputs: New inputs. Fix name of multiple
15452 precision fallback inputs.
15453
4c012ed3
SP
15454 * benchtests/atanh-inputs: New inputs.
15455 * benchtests/tanh-inputs: Likewise.
15456
eff98324
SP
15457 * benchtests/acosh-inputs: New inputs.
15458 * benchtests/asinh-inputs: Likewise.
15459
ce641152
SP
15460 * benchtests/cosh-inputs: New inputs.
15461 * benchtests/sinh-inputs: Likewise.
15462
b19221b9
SP
15463 * benchtests/acos-inputs: Add more inputs.
15464 * benchtests/asin-inputs: Likewise.
15465
030a4976 154662013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 15467
030a4976 15468 [BZ #16375]
9dcc8f11
VS
15469 * manual/arith.texi: Fix spelling.
15470 * manual/charset.texi: Likewise.
15471 * manual/errno.texi: Likewise.
15472 * manual/filesys.texi: Likewise.
15473 * manual/lang.texi: Likewise.
15474 * manual/llio.texi: Likewise.
15475 * manual/locale.texi: Likewise.
15476 * manual/message.texi: Likewise.
15477 * manual/resource.texi: Likewise.
15478 * manual/search.texi: Likewise.
15479 * manual/setjmp.texi: Likewise.
15480 * manual/stdio.texi: Likewise.
15481 * manual/string.texi: Likewise.
15482 * manual/sysinfo.texi: Likewise.
15483 * manual/time.texi: Likewise.
15484
11520a57
CD
154852013-12-27 Carlos O'Donell <carlos@redhat.com>
15486
15487 * po/sl.po: New file.
15488
471103ae
MF
154892013-12-27 Mike Frysinger <vapier@gentoo.org>
15490
15491 * .gitignore: Add core/.gdbinit/.gdb_history.
15492
6c9642ed
AM
154932013-12-27 Allan McRae <allan@archlinux.org>
15494
15495 [BZ #16369]
15496 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
15497 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
15498
3f637079
BM
154992013-12-24 Brooks Moses <bmoses@google.com>
15500
15501 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
15502 all compilers that claim C++98 compliance, not just GCC.
15503 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
15504 Likewise.
15505
abc26e99
MK
155062013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
15507
15508 * NEWS: Restore accidentally deleted bug-fix entries.
15509
362b47fe
MK
155102013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
15511 Ondřej Bílka <neleai@seznam.cz>
15512
15513 [BZ #15073]
15514 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 15515 have_lock.
362b47fe 15516
b9bcbbcb
OB
155172013-12-23 Ondřej Bílka <neleai@seznam.cz>
15518
15519 [BZ #12986]
15520 * manual/stdio.texi (String Input Conversions): Clarify that character
15521 classes are not supported.
15522
fb55fcd2
AZ
155232013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15524
15525 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15526
ef7344f0
JM
155272013-12-22 Joseph Myers <joseph@codesourcery.com>
15528
4f40e4b3
JM
15529 [BZ #16337]
15530 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15531 Calculate results for small negative arguments directly rather
15532 than using reflection formula with special underflow handling.
15533
ef7344f0
JM
15534 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
15535 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
15536 sysdeps/unix/bsd/bsd4.4/syscalls.list.
15537 (fchflags): Likewise.
15538 (revoke): Likewise.
15539 (setlogin): Likewise.
15540 (sigaltstack): Likewise.
15541 (wait4): Likewise.
15542 (sigblock): Remove.
15543 (sigsetmask): Likewise.
15544 (wait3): Likewise.
15545 (waitpid): Likewise.
15546 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
15547 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
15548 file.
15549 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
15550 * sysdeps/unix/bsd/Makefile: ... here.
15551 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
15552 * sysdeps/unix/bsd/Versions: ... here.
15553 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
15554 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
15555 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
15556 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
15557 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
15558 * sysdeps/unix/bsd/sigblock.c: ... here.
15559 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
15560 * sysdeps/unix/bsd/sigsetmask.c: ... here.
15561 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
15562 * sysdeps/unix/bsd/sigvec.c: ... here.
15563 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
15564 * sysdeps/unix/bsd/tcdrain.c: ... here.
15565 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
15566 * sysdeps/unix/bsd/tcgetattr.c: ... here.
15567 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
15568 * sysdeps/unix/bsd/tcsetattr.c: ... here.
15569 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
15570 * sysdeps/unix/bsd/wait.c: ... here.
15571 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
15572 * sysdeps/unix/bsd/wait3.c: ... here.
15573 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
15574 * sysdeps/unix/bsd/waitpid.c: ... here.
15575
5b0626b9
JM
155762013-12-21 Joseph Myers <joseph@codesourcery.com>
15577
15578 [BZ #16356]
15579 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
15580 round-to-nearest for [!USE_AS_EXPM1L].
15581 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15582 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
15583 more tests of exp and exp10. Expect some exp10 tests to miss
15584 exceptions or fail in directed rounding modes.
15585 * math/auto-libm-test-out: Regenerated.
15586 * math/libm-test.inc (exp10_tonearest_test_data): New array.
15587 (exp10_test_tonearest): New function.
15588 (exp10_towardzero_test_data): New array.
15589 (exp10_test_towardzero): New function.
15590 (exp10_downward_test_data): New array.
15591 (exp10_test_downward): New function.
15592 (exp10_upward_test_data): New array.
15593 (exp10_test_upward): New function.
15594 (main): Call the new functions.
15595 * sysdeps/i386/fpu/libm-test-ulps: Update.
15596 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15597
7fda5682
JM
155982013-12-20 Joseph Myers <joseph@codesourcery.com>
15599
31e3a405
JM
15600 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
15601 asinh, atan, atan2, atanh, cbrt, cos and cosh.
15602 * math/auto-libm-test-out: Regenerated.
15603 * math/libm-test.inc (acosh_test_data): Add more tests.
15604 (atanh_test_data): Likewise.
15605 (ceil_test_data): Likewise.
15606 (copysign_test_data): Likewise.
15607 * sysdeps/i386/fpu/libm-test-ulps: Update.
15608 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15609
85bff96a
JM
15610 * timezone/checktab.awk: Update from tzcode 2013i.
15611 * timezone/private.h: Likewise.
15612 * timezone/scheck.c: Likewise.
15613 * timezone/tzfile.h: Likewise.
15614 * timezone/tzselect.ksh: Likewise.
15615 * timezone/zdump.c: Likewise.
15616 * timezone/zic.c: Likewise.
15617
b7867a3b
JM
15618 * math/auto-libm-test-in: Add tests of cpow.
15619 * math/auto-libm-test-out: Regenerated.
15620 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 15621 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
15622 mpc_cc_c.
15623 (func_calc_desc): Add mpc_cc_c union field.
15624 (test_functions): Add cpow.
15625 (special_fill_2pi): New function.
15626 (special_real_inputs): Add 2pi.
15627 (calc_generic_results): Handle mpc_cc_c.
15628 * sysdeps/i386/fpu/libm-test-ulps: Update.
15629 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15630
7fda5682
JM
15631 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
15632 csqrt, ctan and ctanh.
15633 * math/auto-libm-test-out: Regenerated.
15634 * math/libm-test.inc (TEST_COND_x86_64): New macro.
15635 (TEST_COND_x86): Likewise.
15636 (ccos_test_data): Use AUTO_TESTS_c_c.
15637 (ccosh_test_data): Likewise.
15638 (cexp_test_data): Likewise.
15639 (clog_test_data): Likewise.
15640 (csqrt_test_data): Likewise.
15641 (ctan_test_data): Likewise.
15642 (ctan_tonearest_test_data): Likewise.
15643 (ctan_towardzero_test_data): Likewise.
15644 (ctan_downward_test_data): Likewise.
15645 (ctan_upward_test_data): Likewise.
15646 (ctanh_test_data): Likewise.
15647 (ctanh_tonearest_test_data): Likewise.
15648 (ctanh_towardzero_test_data): Likewise.
15649 (ctanh_downward_test_data): Likewise.
15650 (ctanh_upward_test_data): Likewise.
15651 * math/gen-auto-libm-tests.c (func_calc_method): Add value
15652 mpc_c_c.
15653 (func_calc_desc): Add mpc_c_c union field.
15654 (FUNC_mpc_c_c): New macro.
15655 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
15656 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
15657 ctanh.
15658 (special_fill_min_subnorm_p120): New function.
15659 (special_real_inputs): Add min_subnorm_p120.
15660 (calc_generic_results): Handle mpc_c_c.
15661 * sysdeps/i386/fpu/libm-test-ulps: Update.
15662 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15663
5ff8d60e
SP
156642013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
15665
57f41c40
AS
15666 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
15667 (do_sin_slow): New functions.
15668 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
15669 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 15670
84ba214c
SP
15671 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
15672 Use M to change sign of result instead of X. Assume X is
15673 positive.
15674 (csloww1): Likewise.
15675 (__sin): Adjust.
15676 (__cos): Adjust.
15677
975195e4
SP
15678 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
15679 arguments A and DA.
15680 (__sin): Adjust.
15681 (__cos): Likewise.
15682
5ff8d60e
SP
15683 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
15684 (__cos): Likewise.
15685 (sloww1): Don't adjust sign of DX.
15686 (csloww1): Likewise.
15687 (sloww2): Use X directly and don't adjust sign of DX.
15688 (csloww2): Likewise.
15689
eb983568
JM
156902013-12-19 Joseph Myers <joseph@codesourcery.com>
15691
64a17f1a
JM
15692 * math/auto-libm-test-in: Add tests of cabs and carg.
15693 * math/auto-libm-test-out: Regenerated.
15694 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
15695 (carg_test_data): Likewise.
15696 * math/gen-auto-libm-tests.c (func_calc_method): Add value
15697 mpc_c_f.
15698 (func_calc_desc): Add mpc_c_f union field.
15699 (test_functions): Add cabs and carg.
15700 (calc_generic_results): Handle mpc_c_f.
15701
eb983568
JM
15702 * sysdeps/powerpc/powerpc32/libgcc-compat.S
15703 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
15704 as a macro and a compat symbol.
15705 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
15706 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
15707 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
15708 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
15709 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
15710 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
15711 not use .hidden.
15712 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
15713 Likewise.
15714 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
15715 Likewise.
15716 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
15717 Likewise.
15718 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
15719 Likewise.
15720 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
15721 Likewise.
15722 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
15723 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
15724 from GLIBC_2.3.2.
15725
6eeb678a
AZ
157262013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15727
15728 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15729
6f6fc482
JM
157302013-12-19 Joseph Myers <joseph@codesourcery.com>
15731
21fea2e2
JM
15732 * manual/texinfo.tex: Update to version 2013-11-26.10 with
15733 trailing whitespace removed.
15734 * scripts/config.guess: Update to version 2013-11-29.
15735 * scripts/config.sub: Update to version 2013-10-01.
15736
6f6fc482
JM
15737 * math/auto-libm-test-in: Add tests of sincos.
15738 * math/auto-libm-test-out: Regenerated.
15739 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
15740 * math/gen-auto-libm-tests.c (func_calc_method): Add value
15741 mpfr_f_11.
15742 (func_calc_desc): Add mpfr_f_11 union field.
15743 (test_functions): Add sincos.
15744 (calc_generic_results): Handle mpfr_f_11.
15745 * sysdeps/i386/fpu/libm-test-ulps: Update.
15746 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15747
83f5c32d
AS
157482013-12-19 Andreas Schwab <schwab@suse.de>
15749
15750 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
15751 CALL_MCOUNT.
15752 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
15753 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
15754 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
15755
c688b419
JM
157562013-12-19 Joseph Myers <joseph@codesourcery.com>
15757
335ee092
JM
15758 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
15759 * sysdeps/i386/fpu/libm-test-ulps: Update.
15760 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15761
f88acd39
JM
15762 [BZ #16293]
15763 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
15764 round-to-nearest mode when using frndint.
15765 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
15766 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
15767 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
15768 Likewise.
15769 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
15770 sinh test to fail.
15771 * math/auto-libm-test-out: Regenerated.
15772 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
15773 (TEST_COND_x86): Likewise.
15774 (expm1_tonearest_test_data): New array.
15775 (expm1_test_tonearest): New function.
15776 (expm1_towardzero_test_data): New array.
15777 (expm1_test_towardzero): New function.
15778 (expm1_downward_test_data): New array.
15779 (expm1_test_downward): New function.
15780 (expm1_upward_test_data): New array.
15781 (expm1_test_upward): New function.
15782 (main): Run the new test functions.
15783 * sysdeps/i386/fpu/libm-test-ulps: Update.
15784 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15785
c688b419
JM
15786 * include/features.h: Update comment documenting feature test
15787 macros. Mention _DEFAULT_SOURCE in comment.
15788 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
15789 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
15790 _BSD_SOURCE and _SVID_SOURCE.
15791 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
15792 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
15793 !_SVID_SOURCE]: Likewise.
15794 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
15795 (__USE_POSIX_IMPLICITLY): Define.
15796 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
15797 (_POSIX_SOURCE): Undefine and redefine.
15798 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
15799 (_POSIX_C_SOURCE): Likewise.
15800 * manual/creature.texi (_DEFAULT_SOURCE): Document.
15801 (Feature Test Macros): Update documentation of default features.
15802
9f6e964c
RS
158032013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15804
15805 * benchtests/Makefile: Add bench-strtok.
15806 * benchtests/bench-strtok.c: New file: strtok benchtest.
15807
ee0a148a
AM
158082013-12-19 Allan McRae <allan@archlinux.org>
15809
15810 * manual/install.texi: Suppress menu for plain text output.
15811 * INSTALL: Regenerated.
15812
b9ab448f
BM
158132013-12-18 Brooks Moses <bmoses@google.com>
15814
15815 [BZ #15846]
15816 * misc/getauxval.c: Include errno.h.
15817 (__getauxval): Set errno to ENOENT if the requested type is not
15818 found.
15819 * misc/sys/auxv.h (getauxval): Document that it may set errno;
15820 don't declare with __attribute_const__.
15821 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
15822 * manual/startup.texi: Document that getauxval sets errno.
15823
23776487
JM
158242013-12-18 Joseph Myers <joseph@codesourcery.com>
15825
f889953b
JM
15826 * math/auto-libm-test-in: Add tests of jn and yn.
15827 * math/auto-libm-test-out: Regenerated.
15828 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
15829 (yn_test_data): Likewise.
15830 * math/gen-auto-libm-tests.c (func_calc_method): Add value
15831 mpfr_if_f.
15832 (func_calc_desc): Add mpfr_if_f union field.
15833 (FUNC_mpfr_if_f): New macro.
15834 (test_functions): Add jn and yn.
15835 (calc_generic_results): Assert type of second input for
15836 mpfr_ff_f. Handle mpfr_if_f.
15837 (output_for_one_input_case): Disable all checking for arguments
15838 fitting floating-point types in case of an integer argument.
15839 * sysdeps/i386/fpu/libm-test-ulps: Update.
15840 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15841
23776487
JM
15842 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15843 Don't expect fegetround reference in libm.so.
15844
cb756c6d
MS
158452013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
15846
15847 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
15848 $(config-cflags-nofma).
15849
2dec468f
JM
158502013-12-18 Joseph Myers <joseph@codesourcery.com>
15851
5953eb3a
JM
15852 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
15853 * math/auto-libm-test-out: Regenerated.
15854
2dec468f
JM
15855 [BZ #16338]
15856 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
15857 to determine exponent and adjust argument to have exponent of -1.
15858 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
15859 log2.
15860 * math/auto-libm-test-out: Regenerated.
15861 * sysdeps/i386/fpu/libm-test-ulps: Update.
15862 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15863
4d84e6ad
OB
158642013-12-18 Ondřej Bílka <neleai@seznam.cz>
15865
15866 * manual/probes.texi: Remove cases when per-thread arenas are
15867 disabled.
15868
1818483b
AS
158692013-12-18 Andreas Schwab <schwab@suse.de>
15870
15871 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
15872 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
15873 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
15874 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
15875 * sysdeps/i386/i686/multiarch/Makefile: Update.
15876 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
15877
25de95bf
JM
158782013-12-17 Joseph Myers <joseph@codesourcery.com>
15879
15880 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
15881 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
15882
674762d9
PE
158832013-12-17 Paul Eggert <eggert@cs.ucla.edu>
15884
ed27ed83 15885 [BZ #15968]
0748546f
PE
15886 Support TZ transition times < 00:00:00.
15887 This is needed for version-3 tz-format files; it supports time
15888 stamps past 2037 for America/Godthab (the only entry in the tz
15889 database for which this change is relevant).
15890 * manual/time.texi (TZ Variable): Document transition times
15891 from -167:59:59 through -00:00:01.
15892 * time/tzset.c (tz_rule): Time of day is now signed.
15893 (__tzset_parse_tz): Parse negative time of day.
15894
4480e934
PE
15895 Document TZ transition times >= 25:00:00.
15896 * manual/time.texi (TZ Variable): Document transition times from
15897 25:00:00 through 167:59:59. These are already supported, and this
15898 support will help with version-3 tz-format files.
15899
69947401
PE
15900 * manual/time.texi (TZ Variable): Modernize North America example
15901 to reflect current (i.e., 2007-and-later) daylight saving rules.
15902
674762d9
PE
15903 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
15904
7011c262
JM
159052013-12-17 Joseph Myers <joseph@codesourcery.com>
15906
2fc6557e
JM
15907 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
15908 * sysdeps/unix/bsd/bits/stat.h: Likewise.
15909 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
15910 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
15911 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
15912 * sysdeps/unix/bsd/bsdstat.h: Likewise.
15913 * sysdeps/unix/bsd/clock.c: Likewise.
15914 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
15915 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
15916 * sysdeps/unix/bsd/init-posix.c: Likewise.
15917 * sysdeps/unix/bsd/poll.c: Likewise.
15918 * sysdeps/unix/bsd/ptsname.c: Likewise.
15919 * sysdeps/unix/bsd/seekdir.c: Likewise.
15920 * sysdeps/unix/bsd/setegid.c: Likewise.
15921 * sysdeps/unix/bsd/seteuid.c: Likewise.
15922 * sysdeps/unix/bsd/setgid.c: Likewise.
15923 * sysdeps/unix/bsd/setrgid.c: Likewise.
15924 * sysdeps/unix/bsd/setruid.c: Likewise.
15925 * sysdeps/unix/bsd/setsid.c: Likewise.
15926 * sysdeps/unix/bsd/setuid.c: Likewise.
15927 * sysdeps/unix/bsd/sigaction.c: Likewise.
15928 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
15929 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
15930 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
15931 * sysdeps/unix/bsd/telldir.c: Likewise.
15932 * sysdeps/unix/bsd/times.c: Likewise.
15933 * sysdeps/unix/bsd/usleep.c: Likewise.
15934
029c7b25
JM
15935 * misc/Makefile (install-lib): Remove libbsd-compat.a.
15936 ($(objpfx)libbsd-compat.a): Remove rule.
15937
7011c262
JM
15938 * include/features.h (__FAVOR_BSD): Do not define.
15939 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
15940 features conflicting with POSIX.
15941 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
15942 (_BSD_SOURCE): Remove description of not being a subset of other
15943 feature test macros.
15944 * manual/job.texi (getpgrp): Do not document BSD version.
15945 (getpgid): Do not document by reference to BSD getpgrp.
15946 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
15947 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
15948 * signal/signal.h [__FAVOR_BSD]: Likewise.
15949 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
15950 instead of making contents conditional on [__FAVOR_BSD].
15951 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
15952
affb6f78
AZ
159532013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15954
15955 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15956
c88769dd
JM
159572013-12-17 Joseph Myers <joseph@codesourcery.com>
15958
6432a540
JM
15959 [BZ #16314]
15960 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
15961 values below 2**-450, not 2**-500.
15962 * math/auto-libm-test-in: Don't allow spurious underflow from
15963 hypot.
15964 * math/auto-libm-test-out: Regenerated.
15965
c88769dd
JM
15966 [BZ #16316]
15967 [BZ #16330]
15968 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
15969 values of ha and hb and sort them after adjusting subnormal
15970 arguments.
15971 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
15972 Likewise.
15973 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
15974 values of ea and eb and sort them after adjusting subnormal
15975 arguments.
15976 * math/auto-libm-test-in: Do not expect some hypot tests of
15977 subnormals to fail. Add more hypot tests.
15978 * math/auto-libm-test-out: Regenerated.
15979
29618f6b
KK
159802013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15981
15982 [BZ #13304]
15983 * sysdeps/sh/s_fma.c: New file.
15984 * sysdeps/sh/s_fmaf.c: New file.
15985 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
15986 version.
15987 * sysdeps/sh/Implies: Add sh/soft-fp.
15988
eacfdfbf
RM
159892013-12-16 Roland McGrath <roland@hack.frob.com>
15990
15991 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
15992 level of indirection to members `objname', `errstring', `malloced'.
15993 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
15994 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
15995 it as the __longjmp argument (just pass 1 instead).
15996 (_dl_catch_error): Initialize C with argument pointers and address of
15997 volatile local ERRCODE rather than copying values out of C at return.
15998
ff362e5b
JM
159992013-12-16 Joseph Myers <joseph@codesourcery.com>
16000
16001 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16002 * math/auto-libm-test-out: Regenerated.
16003 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16004 (hypot_test_data): Likewise.
16005 (pow_test_data): Likewise.
16006 (pow_tonearest_test_data): Likewise.
16007 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16008 mpfr_ff_f.
16009 (func_calc_desc): Add mpfr_ff_f union field.
16010 (FUNC_mpfr_ff_f): New macro.
16011 (test_functions): Add atan2, hypot and pow.
16012 (special_fill_min): New function.
16013 (special_fill_minus_min): Likewise.
16014 (special_fill_min_subnorm): Likewise.
16015 (special_fill_minus_min_subnorm): Likewise.
16016 (special_real_inputs): Add min, -min, min_subnorm and
16017 -min_subnorm.
16018 (calc_generic_results): Handle mpfr_ff_f.
16019 * sysdeps/i386/fpu/libm-test-ulps: Update.
16020 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16021
5764c27f
WN
160222013-12-16 Will Newton <will.newton@linaro.org>
16023
16024 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16025 (Aligned Memory Blocks): Add documentation for aligned_alloc
16026 and suggest it as an alternative to posix_memalign.
16027 (Hooks for Malloc): Document __memalign_hook is also called
16028 for aligned_alloc. (Summary of Malloc): Add summary for
16029 aligned alloc. Document __memalign_hook is also called
16030 for aligned_alloc.
16031
0a096e44
WN
160322013-12-16 Will Newton <will.newton@linaro.org>
16033
16034 * manual/memory.texi (Malloc Examples): Clarify default
16035 alignment documentation. Suggest posix_memalign rather
16036 than memalign or valloc.
16037 (Aligned Memory Blocks): Remove suggestion to use memalign
16038 or valloc. Remove obsolete comment about BSD.
16039 Document memalign errno values and mark the function obsolete.
16040 Document posix_memalign returned error codes. Mark valloc
16041 as obsolete. (Hooks for Malloc): __memalign_hook is also
16042 called for posix_memalign and valloc.
16043 (Summary of Malloc): Add posix_memalign to function summary.
16044 __memalign_hook is also called for posix_memalign and valloc.
16045
8d561986
SP
160462013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
16047
16048 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16049 TAYLOR_SIN.
16050 (__sin): Adjust.
16051 (__cos): Likewise.
16052 (sloww): Use mynumber union. Expand ternary operator into
16053 if-else statements.
16054 (cslow): use mynumber union.
16055
73616a74
AM
160562013-12-16 Allan McRae <allan@archlinux.org>
16057
9e8ac24b
AM
16058 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16059 * configure: Regenerated.
16060
6f8e37eb
AM
16061 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16062
8894bad3
AM
16063 [BZ #14120]
16064 * configure.ac: Added --enable-maintainer-mode. Check for
16065 autoconf when enabled.
16066 * configure: Regenerated.
16067
73616a74
AM
16068 * nscd/nscd.service: New file.
16069 * nscd/nscd.tmpfiles: New file.
16070
584b18eb
OB
160712013-12-14 Ondřej Bílka <neleai@seznam.cz>
16072
16073 [BZ #12100]
16074 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16075 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16076 * sysdeps/x86_64/multiarch/strstr.c: ... here.
16077 (strstr): Add __strstr_sse2_unaligned ifunc.
16078 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16079 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16080 (strcasestr): Remove __strcasestr_sse42 ifunc.
16081 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16082 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16083 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16084
8a5c7897
KK
160852013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16086
16087 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16088 * sysdeps/sh/bits/fenv.h: ... here.
16089 * sysdeps/sh/sh4/fpu/bits: Remove directory.
16090
fd712ef3
AZ
160912013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16092
16093 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16094
42fcb46c
AZ
16095 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16096 hypotf multiarch implementations.
16097 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16098 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16099 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16100 multiarch hypot for PPC64.
16101 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16102 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16103 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16104 multiarch hypotf for PPC64.
16105
83efded4
AZ
16106 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16107 modff multiarch implementations.
16108 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16109 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16110 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16111 multiarch modf for PPC64.
16112 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16113 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16114 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16115 multiarch modff for PPC64.
16116
43e246d2
AZ
16117 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16118 and logl multiarch implementations.
16119 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16120 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16121 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16122 multiarch logb for PPC64.
16123 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16124 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16125 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16126 multiarch logb for PPC64.
16127 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16128 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16129 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16130 multiarch logb for PPC64.
16131
8fdad123
AZ
16132 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16133 isinff multiarch implementation.
16134 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16135 file.
16136 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16137 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16138 multiarch isinf for PPC64.
16139 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16140 file.
16141 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16142 multiarch isinff for PPC64.
16143
1481d706
AZ
16144 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16145 finitef multiarch implementation.
16146 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16147 file.
16148 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16149 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16150 multiarch finite for PPC64.
16151 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16152 file.
16153 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16154 multiarch finitef for PPC64.
16155
5ccd5fc8
AZ
16156 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16157 lrint multiarch implementation.
16158 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16159 file.
16160 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16161 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16162 multiarch llrint for PPC64.
16163 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16164 multiarch lrint for PPC64.
16165
2568f3fa
AZ
16166 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16167 copysignf multiarch implementation.
16168 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16169 file.
16170 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16171 file.
16172 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16173 multiarch copysign for PPC64.
16174 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16175 multiarch copysignf for PPC64.
16176
1cb341fd
AZ
16177 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16178 multiarch implementation.
16179 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16180 file.
16181 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16182 file.
16183 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16184 file.
16185 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16186 file.
16187 multiarch llround for PPC64.
16188 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16189 multiarch trunc for PPC64.
16190 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16191 multiarch truncf for PPC64.
16192
59a3e194
AZ
16193 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16194 multiarch implementation.
16195 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16196 file.
16197 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16198 file.
16199 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16200 file.
16201 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16202 file.
16203 multiarch llround for PPC64.
16204 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16205 multiarch round for PPC64.
16206 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16207 multiarch roundf for PPC64.
16208
357fd3b4
AZ
16209 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16210 multiarch implementation.
16211 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16212 file.
16213 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16214 file.
16215 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16216 file.
16217 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16218 file.
16219 multiarch llround for PPC64.
16220 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16221 multiarch floor for PPC64.
16222 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16223 multiarch floorf for PPC64.
16224
96770f12
AZ
16225 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16226 multiarch implementation.
16227 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16228 file.
16229 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16230 file.
16231 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16232 file.
16233 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16234 file.
16235 multiarch llround for PPC64.
16236 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16237 multiarch ceil for PPC64.
16238 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16239 multiarch ceilf for PPC64.
16240
c3627f6e
AZ
16241 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16242 multiarch implementation.
16243 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16244 file.
16245 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16246 file.
16247 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16248 file.
16249 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16250 multiarch llround for PPC64.
16251 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16252 multiarch lround for PPC64.
16253
b2284ad7
AZ
16254 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16255 multiarch implementation.
16256 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16257 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16258 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16259 file.
16260 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16261 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16262 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16263 multiarch isnan for PPC64.
16264 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16265 multiarch isnanf for PPC64.
16266
69bbc63d
AZ
16267 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16268 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16269 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16270 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16271 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16272 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16273
c24517c9
AZ
16274 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16275 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16276 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16277 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16278
a52374e8
AZ
16279 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16280 multiarch implementations.
16281 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16282 (__libc_ifunc_impl_list): Likewise.
16283 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16284 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16285 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16286 multiarch stpcpy for PPC64.
16287
7f5ec113
AZ
16288 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16289 multiarch implementations.
16290 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16291 (__libc_ifunc_impl_list): Likewise.
16292 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16293 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16294 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16295 multiarch strcpy for PPC64.
16296
e28bcd42
AZ
16297 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16298 redefine function name.
16299 (_wordcopy_fwd_dest_aligned): Likewise.
16300 (_wordcopy_bwd_aligned): Likewise.
16301 (_wordcopy_bwd_dest_aligned): Likewise.
16302 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16303 multiarch implementations.
16304 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16305 (__libc_ifunc_impl_list): Likewise.
16306 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16307 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16308 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16309 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16310 multiarch wcscpy for PPC64.
16311
92cacfce
AZ
16312 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16313 multiarch implementations.
16314 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16315 (__libc_ifunc_impl_list): Likewise.
16316 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16317 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16318 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16319 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16320 multiarch wcscpy for PPC64.
16321
7b714620
AZ
16322 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16323 multiarch implementations.
16324 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16325 (__libc_ifunc_impl_list): Likewise.
16326 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16327 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16328 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16329 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16330 multiarch wcsrchr for PPC64.
16331
16fd2ae3
AZ
16332 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16333 multiarch implementations.
16334 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16335 (__libc_ifunc_impl_list): Likewise.
16336 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16337 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16338 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16339 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16340 multiarch wcschr for PPC64.
16341
9ee2969b
AZ
16342 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16343 multiarch implementations.
16344 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16345 (__libc_ifunc_impl_list): Likewise.
16346 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16347 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16348 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16349 multiarch strchrnul for PPC64.
16350
372dc060
AZ
16351 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16352 implementations.
16353 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16354 (__libc_ifunc_impl_list): Likewise.
16355 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16356 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16357 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16358 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16359 strchr for PPC64.
16360
24c2c3b9
AZ
16361 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16362 implementations.
16363 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16364 (__libc_ifunc_impl_list): Likewise.
16365 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16366 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16367 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16368 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16369 strncmp for PPC64.
16370
1c92d9a0
AZ
16371 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16372 multiarch implementations.
16373 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16374 (__libc_ifunc_impl_list): Likewise.
16375 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16376 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16377 strncasecmp for PPC64.
16378 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16379 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16380 multiarch strncasecmp_l for PPC64.
16381
17de3ee3
AZ
16382 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16383 multiarch implementations.
16384 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16385 (__libc_ifunc_impl_list): Likewise.
16386 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16387 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16388 multiarch strcasecmp for PPC64.
16389 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16390 file.
16391 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16392 multiarch strcasecmp_l for PPC64.
16393
62982bf9
AZ
16394 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16395 implementations.
16396 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16397 (__libc_ifunc_impl_list): Likewise.
16398 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16399 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16400 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16401 strnlen for PPC64.
16402
a65f4904
AZ
16403 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16404 implementations.
16405 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16406 (__libc_ifunc_impl_list): Likewise.
16407 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16408 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16409 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16410 strlen for PPC64.
16411
1fd005ad
AZ
16412 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16413 implementations.
16414 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16415 (__libc_ifunc_impl_list): Likewise.
16416 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16417 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16418 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16419 rawmemrchr for PPC64.
16420
cd05ba91
AZ
16421 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16422 implementation.
16423 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16424 (__libc_ifunc_impl_list): Likewise.
16425 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16426 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16427 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16428 memrchr for PPC64.
16429
870f8676
AZ
16430 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16431 implementation.
16432 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16433 (__libc_ifunc_impl_list): Likewise.
16434 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16435 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16436 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16437 memchr for PPC64.
16438
f00be62b
AZ
16439 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16440 implementation.
16441 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16442 (__libc_ifunc_impl_list): Likewise.
16443 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16444 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16445 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16446 mempcpy for PPC64.
16447
8a29a3d0
AZ
16448 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16449 avoid cretion of __bzero symbol.
16450 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16451 Likewise.
16452 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16453 Likewise.
16454 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16455 Likewise.
16456 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16457 multiarch implementations.
16458 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16459 (__libc_ifunc_impl_list): Likewise.
16460 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16461 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16462 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16463 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16464 bzero for PPC32.
16465 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16466 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16467 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16468 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16469 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16470 memset for PPC64.
16471 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16472
07253fcf
AZ
16473 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16474 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16475 implementations.
16476 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16477 (__libc_ifunc_impl_list): Likewise.
16478 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16479 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16480 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16481 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16482 memcmp for PPC64.
16483
b5beafbc
AZ
16484 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16485 multiarch for POWER/PPC64.
16486 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16487 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16488 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16489 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16490 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16491 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16492 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16493 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16494 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
16495 memcpy for PPC64.
16496
5e6a4d4b
AZ
16497 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
16498 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
16499 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
16500 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
16501 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
16502 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
16503 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
16504 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
16505 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
16506 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
16507 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
16508 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
16509 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
16510 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
16511 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
16512 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
16513 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
16514 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
16515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
16516 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
16517 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
16518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
16519
ddfab6dc
KK
165202013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16521
16522 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
16523
19b5525e
SP
165242013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
16525
16526 * benchtests/Makefile (bench): Add exp2 and log2.
16527 (LDLIBS-bench-exp2): Add -lm.
16528 (LDLIBS-bench-log2): Likewise.
16529 * benchtests/exp2-inputs: New inputs file.
16530 * benchtests/log2-inputs: New inputs file.
16531 * benchtests/log-inputs: Add new inputs.
16532 * benchtests/tan-inputs: Likewise.
16533
196f7f5d
SP
165342013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
16535
7a74607f
SP
16536 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
16537 definition...
57f41c40
AS
16538 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
16539 (csloww2): ... from here.
7a74607f 16540
196f7f5d
SP
16541 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
16542 instead of structures.
16543 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
16544 (POLYNOMIAL): Likewise.
16545 (TAYLOR_SLOW): Likewise.
16546 (__sin): Likewise.
16547 (__cos): Likewise.
16548 (slow1): Likewise.
16549 (slow2): Likewise.
16550 (sloww): Likewise.
16551 (sloww1); Likewise.
16552 (sloww2): Likewise.
16553 (bsloww1): Likewise.
16554 (bsloww2): Likewise.
16555 (cslow2): Likewise.
16556 (csloww): Likewise.
16557 (csloww1): Likewise.
16558 (csloww2): Likewise.
16559
0dfa665c
OB
165602013-12-10 Ondřej Bílka <neleai@seznam.cz>
16561
16562 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
16563 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
16564 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
16565 * malloc/hooks.c (realloc_check): Likewise.
16566
5782a80f
OB
16567 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
16568 * malloc/arena.c: Remove PER_THREAD conditional.
16569 [!PER_THREAD]: Remove code.
16570 (ptmalloc_unlock_all2): Likewise.
16571 (ptmalloc_init): Likewise.
16572 (_int_new_arena): Likewise.
16573 (arena_get2): Likewise.
16574 * malloc/hooks.c (__malloc_get_state): Likewise.
16575 (__malloc_set_state): Likewise.
16576 * malloc/malloc.c: Likewise.
16577 (struct malloc_state): Likewise.
16578 (struct malloc_par): Likewise.
16579 (__libc_realloc): Likewise.
16580 (__libc_mallopt): Likewise.
16581
aeb95445
AZ
165822013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16583
16584 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
16585
e8349efd
OB
165862013-12-09 Ondřej Bílka <neleai@seznam.cz>
16587
16588 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
16589 macro to a function. Check for zero perturb_byte.
16590 (_int_malloc, _int_free): Remove zero perturb_byte checks.
16591
f3eeb3fc 16592 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
16593 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
16594 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
16595 force_reg by atomic_forced_read.
16596 * malloc/arena.c (ptmalloc_init): Likewise.
16597 * malloc/hooks.c (top_check): Likewise.
16598
be2f9009
AZ
165992013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16600
16601 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16602
e7b914bd
MT
166032013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
16604
16605 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16606
9f0be4f8
JM
166072013-12-08 Joseph Myers <joseph@codesourcery.com>
16608
16609 * math/auto-libm-test-in: Add tests of lgamma.
16610 * math/auto-libm-test-out: Regenerated.
16611 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
16612 (M_LOG_2_SQRT_PIl): Likewise.
16613 (lgamma_test_data): Use AUTO_TESTS_f_f1.
16614 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16615 mpfr_f_f1.
16616 (func_calc_desc): Add mpfr_f_f1 union field.
16617 (ARGS1): New macro.
16618 (ARGS2): Likewise.
16619 (ARGS3): Likewise.
16620 (ARGS4): Likewise.
16621 (RET1): Likewise.
16622 (RET2): Likewise.
16623 (CALC): Likewise.
16624 (FUNC): Likewise.
16625 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
16626 (test_functions): Add lgamma.
16627 (calc_generic_results): Handle mpfr_f_f1.
16628 * sysdeps/i386/fpu/libm-test-ulps: Update.
16629 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16630
24eeafdb
AZ
166312013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16632
16633 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
16634 __mpn_add_n for PowerPC64/POWER7.
16635 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
16636 __mpn_sub_n for PowerPC64/POWER7.
16637
4a2c0fd4
AZ
16638 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
16639 __mpn_addmul_1 for PowerPC64.
16640 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
16641 __mpn_submul_1 for PowerPC64.
16642 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
16643 for PowerPC64.
16644 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
16645 for PowerPC64.
16646
4b5b548c
FS
166472013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
16648
16649 [BZ #15089]
16650 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
16651
0a3ac0aa
AZ
166522013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16653
16654 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
16655
ccdc8438
AZ
16656 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
16657 add multiarch folders.
16658 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
16659 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
16660 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
16661 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
16662 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
16663 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
16664 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
16665 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
16666 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
16667 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
16668 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
16669 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
16670 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
16671 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
16672 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
16673 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
16674 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
16675
2e973d99
AZ
16676 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16677 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
16678 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
16679 New file.
16680 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
16681 New file.
16682 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
16683 multiarch __ieee754_hypot for PowerPC32.
16684 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
16685 New file.
16686 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
16687 New file.
16688 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
16689 multiarch __ieee754_hypotf for PowerPC32.
16690
2d9470b2
AZ
16691 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
16692 long_double_symbol only if __logbl is defined.
16693 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
16694 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
16695 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
16696 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
16697 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
16698 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
16699 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
16700 path for implementation.
16701 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
16702 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
16703 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
16704 logb, and logbl multiarch implementations for PowerPC32.
16705 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
16706 file.
16707 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
16708 file.
16709 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
16710 multiarch logb for PowerPC32.
16711 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
16712 file.
16713 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
16714 file.
16715 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
16716 multiarch logbf for PowerPC32.
16717 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
16718 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
16719 file.
16720 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
16721 multiarch logbl implementation for PowerPC32.
16722
5212ffce
AZ
16723 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
16724 and modff multiarch implementations.
16725 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
16726 New file.
16727 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
16728 New file.
16729 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
16730 multiarch modf for PowerPC32.
16731 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
16732 New file.
16733 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
16734 New file.
16735 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
16736 multiarch modff for PowerPC32.
16737
79dccf31
AZ
16738 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
16739 and lrintf multiarch implementations.
16740 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
16741 New file.
16742 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
16743 New file.
16744 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
16745 multiarch lrint for PowerPC32.
16746 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
16747 file: multiarch lrintf for PowerPC32.
16748
deb66480
AZ
16749 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
16750 and lroundf multiarch implementations.
16751 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
16752 New file.
16753 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
16754 New file.
16755 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
16756 New file.
16757 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
16758 multiarch lround for PowerPC32.
16759 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
16760 file: multiarch lroundf for PowerPC32.
16761
264b036b
AZ
16762 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16763 copysign and copysignf multiarch implementations.
16764 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
16765 New file.
16766 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
16767 New file.
16768 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
16769 file: multiarch copysign for PowerPC32.
16770 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
16771 file: multiarch copysignf for PowerPC32.
16772
d47db6c9
AZ
16773 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
16774 and truncf multiarch implementations.
16775 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
16776 New file.
16777 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
16778 file.
16779 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
16780 multiarch trunc for PowerPC32.
16781 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
16782 New file.
16783 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
16784 New file.
16785 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
16786 multiarch truncf for PowerPC32.
16787
ddb60b5a
AZ
16788 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
16789 and roundf multiarch implementations.
16790 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
16791 New file.
16792 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
16793 file.
16794 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
16795 multiarch round for PowerPC32.
16796 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
16797 New file.
16798 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
16799 New file.
16800 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
16801 multiarch roundf for PowerPC32.
16802
bedcf49b
AZ
16803 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
16804 and floorf multiarch implementations.
16805 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
16806 New file.
16807 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
16808 file.
16809 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
16810 multiarch floor for PowerPC32.
16811 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
16812 New file.
16813 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
16814 New file.
16815 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
16816 multiarch floorf for PowerPC32.
16817
35ae5b40
AZ
16818 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
16819 and ceilf multiarch implementations.
16820 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
16821 New file.
16822 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
16823 file.
16824 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
16825 multiarch ceil for PowerPC32.
16826 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
16827 New file.
16828 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
16829 file.
16830 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
16831 multiarch ceilf for PowerPC32.
16832
ae1a4cd9
AZ
16833 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
16834 is defined.
16835 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
16836 FINITEF is defined.
16837 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
16838 and finitef multiarch implementations.
16839 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
16840 New file.
16841 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
16842 file.
16843 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
16844 multiarch finite for PowerPC32.
16845 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
16846 New file.
16847 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
16848 file: multiarch finitef for PowerPC32.
16849
64fffd65
AZ
16850 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
16851 and isinff multiarch implementations.
16852 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
16853 file.
16854 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
16855 file.
16856 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
16857 multiarch isinf for PowerPC32.
16858 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
16859 New file.
16860 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
16861 multiarch isinff for PowerPC32.
16862
8e4e7ba2
AZ
16863 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
16864 alias when __isnan is defined.
16865 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
16866 and isnanf multiarch implementations.
16867 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
16868 file.
16869 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
16870 file.
16871 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
16872 file.
16873 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
16874 file.
16875 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
16876 multiarch isnan for PowerPC32.
16877 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
16878 New file.
16879 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
16880 New file.
16881 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
16882 multiarch isnanf for PowerPC32.
16883
ddba588e
AZ
16884 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
16885 and sqrtf multiarch implementations.
16886 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
16887 file.
16888 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
16889 file.
16890 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
16891 multiarch sqrt for PowerPC32.
16892 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
16893 file.
16894 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
16895 file.
16896 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
16897 multiarch sqrtf for PowerPC32.
16898
0f96a2f0
AZ
16899 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
16900 and llroundf multiarch implementations.
16901 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
16902 New file.
16903 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
16904 New file.
16905 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
16906 New file.
16907 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
16908 file: multiarch llround for PowerPC32.
16909 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
16910 file: multiarch llroundf for PowerPC32.
16911
c9b5d79e
AZ
16912 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
16913 multiarch PowerPC32 fpu implementations.
16914 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
16915 New file.
16916 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
16917 New file.
16918 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
16919 multiarch llrint for PowerPC32.
16920 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
16921 New file.
16922 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
16923 New file.
16924 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
16925 file.
16926
9cbb3aab
AZ
16927 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
16928
ea5a72f8
AZ
16929 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
16930 file.
16931 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
16932 file.
16933 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
16934 file.
16935 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
16936 multiarch wordcopy for PPC32.
16937 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
16938 wordcopy objects.
16939 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
16940 (__libc_ifunc_impl_list): Likewise.
16941 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
16942 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
16943 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
16944 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
16945 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
16946 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
16947
93be09e7
AZ
16948 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
16949 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
16950 file.
16951 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
16952 file.
16953 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
16954 file.
16955 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
16956 multiarch wcscpy for PPC32.
16957 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
16958 multiarch objects.
16959 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
16960 (__libc_ifunc_impl_list): Likewise.
16961 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
16962 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
16963 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
16964 sysdeps/powerpc/power6/wcscpy.c.
16965
bb04e529
AZ
16966 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
16967 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
16968 file.
16969 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
16970 file.
16971 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
16972 file.
16973 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
16974 multiarch wcsrchr for PPC32.
16975 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
16976 multiarch objects.
16977 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
16978 (__libc_ifunc_impl_list): Likewise.
16979 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
16980 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
16981 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
16982 sysdeps/powerpc/power6/wcsrchr.c.
16983
05b5cd1c
AZ
16984 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
16985 file.
16986 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
16987 file.
16988 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
16989 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
16990 multiarch wcschr for PPc32.
16991 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
16992 multiarch objects.
16993 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
16994 (__libc_ifunc_impl_list): Likewise.
16995 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
16996 * sysdeps/powerpc/power6/wcschr.c: ... to here.
16997 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
16998 sysdeps/powerpc/power6/wcschr.c.
16999
ba964147
AZ
17000 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17001 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17002 file.
17003 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17004 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17005 file: multiarch strchr for PPC32.
17006 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17007 multiarch objects.
17008 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17009 (__libc_ifunc_impl_list): Likewise.
17010
31c81aaa
AZ
17011 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17012 name.
17013 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17014 file.
17015 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17016 file.
17017 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17018 multiarch strchrnul for PPC32.
17019 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17020 multiarch objects.
17021 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17022 (__libc_ifunc_impl_list): Likewise.
17023
0d0607d9
AZ
17024 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17025 file.
17026 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17027 multiarch strncasecmp for PPC32.
17028 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17029 file.
17030 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17031 multiarch strncasecmp_l for PPC32.
17032 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17033 strncasecmp multiarch objects.
17034 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17035 (__libc_ifunc_impl_list): Likewise.
17036
4dfd5c86
AZ
17037 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17038 file.
17039 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17040 multiarch strncasecmp for PPC32.
17041 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17042 New file.
17043 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17044 multiarch strcasecmp_l for PPC32.
17045 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17046 multiarch objects.
17047 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17048 (__libc_ifunc_impl_list): Likewise.
17049
a19e01a3
AZ
17050 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17051 file.
17052 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17053 file.
17054 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17055 multiarch strncmp for PPC32.
17056 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17057 multiarch objects.
17058 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17059 (__libc_ifunc_impl_list): Likewise.
17060
ae9cf7a2
AZ
17061 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17062 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17063 file.
17064 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17065 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17066 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17067 multiarch objects.
17068 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17069 (__libc_ifunc_impl_list): Likewise.
17070
3148bb7d
AZ
17071 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17072 file.
17073 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17074 file.
17075 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17076 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17077 multiarch objects.
17078 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17079 (__libc_ifunc_impl_list): Likewise.
17080
7af8b946
AZ
17081 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17082 file.
17083 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17084 file.
17085 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17086 multiarch rawmemchr for PPC32.
17087 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17088 multiarch objects.
17089 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17090 (__libc_ifunc_impl_list): Likewise.
17091
03a6aa6a
AZ
17092 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17093 file.
17094 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17095 file.
17096 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17097 file: memrchr multiarch for PPC32.
17098 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17099 multiarch objects.
17100 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17101 (__libc_ifunc_impl_list): Likewise.
17102
1c62e6d9
AZ
17103 * string/memchr.c (__memchr): Using macro to redefine symbol name.
17104 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17105 file.
17106 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17107 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17108 multiarch memchr for PPC32.
17109 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17110 multiarch objects.
17111 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17112 (__libc_ifunc_impl_list): Likewise.
17113
87da8bdb
AZ
17114 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17115 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17116 file.
17117 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17118 file.
17119 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17120 file: multiarch mempcpy for PPC32.
17121 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17122 multiarch objects.
17123 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17124 (__libc_ifunc_impl_list): Likewise.
17125
20ed4714
AZ
17126 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17127 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17128 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17129 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17130 multiarch bzero for PPC32.
17131 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17132 file.
17133 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17134 file.
17135 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17136 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17137 file: multiarch memset for PPC32.
17138 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17139 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17140 memset multiarch objects.
17141 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17142 (__libc_ifunc_impl_list): Likewise.
17143
ab3e3a46
AZ
17144 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17145 file.
17146 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17147 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17148 memcmp for PPC32.
17149 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17150 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17151 multiarch objects.
17152 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17153 (__libc_ifunc_impl_list): Likewise.
17154
930de6f0
AZ
17155 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17156 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17157 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17158 file.
17159 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17160 file.
17161 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17162 file.
17163 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17164 multiarch memcpy for PPC32.
17165 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17166 multiarch objects.
17167 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17168 (__libc_ifunc_impl_list): Likewise.
17169
4c628e00
AZ
17170 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17171 support multiarch for POWER/PPC32.
17172 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17173 Likewise.
17174 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17175 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17176 Implies file to make multiarch folder appers before the fpu and
17177 default folder for power4 configuration.
17178
f4479220
SP
171792013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
17180
17181 * scripts/bench.pl: Append volatile keyword to type.
17182
8517800f
KK
171832013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17184
17185 * sysdeps/sh/sotruss-lib.c: New file.
17186 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17187
180138f1
AZ
171882013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17189
17190 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17191
bbf37bdc
JM
171922013-12-05 Joseph Myers <joseph@codesourcery.com>
17193
e47cc4e0
JM
17194 [BZ #6810]
17195 * math/w_tgamma.c: Include <errno.h>.
17196 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
17197 * math/w_tgammaf.c: Include <errno.h>.
17198 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
17199 * math/w_tgammal.c: Include <errno.h>.
17200 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
17201 * math/auto-libm-test-in: Do not allow missing errno on tgamma
17202 underflow. Add more tgamma tests.
17203 * math/auto-libm-test-out: Regenerated.
17204 * sysdeps/i386/fpu/libm-test-ulps: Update.
17205 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17206
bbf37bdc
JM
17207 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17208 sin, sinh, tan, tanh, tgamma, y0 and y1.
17209 * math/auto-libm-test-out: Regenerated.
17210 * math/libm-test.inc (TEST_COND_x86_64): New macro.
17211 (TEST_COND_x86): Likewise.
17212 (M_E2l): Remove macro.
17213 (M_E3l): Likewise.
17214 (M_2_SQRT_PIl): Likewise.
17215 (M_SQRT_PIl): Likewise.
17216 (M_1_DIV_El): Likewise.
17217 (log_test_data): Use AUTO_TESTS_f_f.
17218 (log10_test_data): Likewise.
17219 (log1p_test_data): Likewise.
17220 (log2_test_data): Likewise.
17221 (sin_test_data): Likewise.
17222 (sin_tonearest_test_data): Likewise.
17223 (sin_towardzero_test_data): Likewise.
17224 (sin_downward_test_data): Likewise.
17225 (sin_upward_test_data): Likewise.
17226 (sinh_test_data): Likewise.
17227 (sinh_tonearest_test_data): Likewise.
17228 (sinh_towardzero_test_data): Likewise.
17229 (sinh_downward_test_data): Likewise.
17230 (sinh_upward_test_data): Likewise.
17231 (tan_test_data): Likewise.
17232 (tan_tonearest_test_data): Likewise.
17233 (tan_towardzero_test_data): Likewise.
17234 (tan_downward_test_data): Likewise.
17235 (tan_upward_test_data): Likewise.
17236 (tanh_test_data): Likewise.
17237 (tgamma_test_data): Likewise.
17238 (y0_test_data): Likewise.
17239 (y1_test_data): Likewise.
17240 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17241 (special_real_inputs): Add pi/4.
17242 * sysdeps/i386/fpu/libm-test-ulps: Update.
17243 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17244
eb5ad6b9
AZ
172452013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17246
17247 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17248 "longjmp_target" static probes.
17249 (__longjmp): Rename to __longjmp_symbol.
17250 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17251 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17252 on which longjmp to generate.
17253 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17254 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17255 probe.
17256 (__sigsetjmp): Rename to __sigsetjmp_symbol.
17257 (__sigjmp_save): Rename to __sigjmp_save_symbol.
17258 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17259 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17260 and __sigjmp_save_symbol based on which sigsetjmp to generated.
17261 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17262 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17263 __longjmp_symbol based on which __longjmp to generate.
17264 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17265 probe.
17266 (setjmp): Rename to setjmp_symbol.
17267 (__sigsetjmp): Rename to __sigsetjmp_symbol.
17268 (_setjmp): Rename to _setjmp_symbol.
17269 (__sigsetjmp): Rename to __sigsetjmp_symbol.
17270 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17271 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17272 which setjmp to generate.
17273 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17274 "longjmp_target" static probes.
17275
d136c6dc
SP
172762013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
17277
9298ecba
SP
17278 * benchtests/README: Add note about output arguments.
17279 * benchtests/bench-sincos.c: Remove file.
17280 * benchtests/sincos-inputs: New file.
17281 * scripts/bench.pl: Identify output arguments and define
17282 static variables for them.
17283
232983e9
SP
17284 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17285
d136c6dc
SP
17286 [BZ #15941]
17287 * Makefile (INSTALL): Add install-plain.texi as the primary
17288 dependency.
17289 * manual/install-plain.texi: New file.
17290 * manual/install.texi: Include node directive only for
17291 non-plaintext output.
17292
699ff837
JM
172932013-12-04 Joseph Myers <joseph@codesourcery.com>
17294
ab07cea8
JM
17295 * stdlib/longlong.h: Update from GCC.
17296
699ff837
JM
17297 [BZ #6807]
17298 [BZ #15901]
17299 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17300 * math/w_j0f.c (y0f): Likewise.
17301 * math/w_j0l.c (__y0l): Likewise.
17302 * math/w_j1.c (y1): Likewise.
17303 * math/w_j1f.c (y1f): Likewise.
17304 * math/w_j1l.c (__y1l): Likewise
17305 * math/w_jn.c (yn): Likewise.
17306 * math/w_jnf.c (ynf): Likewise.
17307 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17308 Bessel function pole errors in _POSIX_ mode. Use NAN as return
17309 value for Bessel function domain errors outside _SVID_ mode.
17310 Adjust sign of return value for yn (negative integer, 0).
17311 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17312 by zero in return for negative x and set sign appropriately for
17313 negative n.
17314 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17315 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17316 * math/libm-test.inc (y0_test_data): Add more tests and adjust
17317 expectations in error cases.
17318 (y1_test_data): Likewise.
17319 (yn_test_data): Likewise.
17320 * sysdeps/i386/fpu/libm-test-ulps: Update.
17321 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17322
5b118558
UW
173232013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17324
17325 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17326 "64" to "64-v1". Add "64-v2".
17327 (abi-64-options): Rename to ...
17328 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
17329 (abi-64-condition): Rename to ...
17330 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
17331 (abi-64-ld-soname): Rename to ...
17332 (abi-64-v1-ld-soname): ... this.
17333 (abi-64-v2-options): Define.
17334 (abi-64-v2-condition): Likewise.
17335 (abi-64-v2-ld-soname): Likewise.
17336 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17337 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17338 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17339 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17340 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17341
61cd8fe4
UW
173422013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17343 Alan Modra <amodra@gmail.com>
17344
17345 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17346 New versions for use with the ELFv2 ABI.
17347 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17348 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17349 declaration.
17350 (struct La_ppc64v2_retval): Likewise.
17351 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17352 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17353 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17354 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17355 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17356 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17357 Do not save or restore CR.
17358 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17359 (_dl_profile_resolve): Do no save or restore CR. Support extended
17360 return values for ELFv2 ABI. Fix location of FPR return registers.
17361 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17362 updated values for _CALL_ELF == 2.
17363 (La_regs, La_retval, int_retval): Likewise.
17364
8b8a692c
UW
173652013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17366
17367 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17368 (FRAME_MIN_SIZE_PARM): Likewise.
17369 (FRAME_BACKCHAIN): Likewise.
17370 (FRAME_CR_SAVE): Likewise.
17371 (FRAME_LR_SAVE): Likewise.
17372 (FRAME_TOC_SAVE): Likewise.
17373 (FRAME_PARM_SAVE): Likewise.
17374 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17375 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17376 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17377 (call_mcount_parm_offset): New macro.
17378 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17379 (PROF): Use symbolic stack frame offsets.
17380 (TAIL_CALL_SYSCALL_ERROR): Likewise.
17381 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17382 Redefine in terms of FRAME_MIN_SIZE.
17383 (_dl_runtime_resolve): Use symbolic stack frame offsets.
17384 (_dl_profile_resolve): Likewise. Update comment.
17385 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17386 symbols stack frame offsets.
17387 (__sigsetjmp): Likewise.
17388 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17389 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17390 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17391 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17392
17393 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17394 (FRAME_BACKCHAIN): Remove.
17395 (FRAME_CR_SAVE): Likewise.
17396 (FRAME_LR_SAVE): Likewise.
17397 (FRAME_COMPILER_DW): Likewise.
17398 (FRAME_LINKER_DW): Likewise.
17399 (FRAME_TOC_SAVE): Likewise.
17400 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
17401 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17402 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17403 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
17404 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17405 (CHECK_SP): Use symbolic stack frame offsets.
17406 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17407 zone" instead of caller's parameter save area for temp storage.
17408 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17409 Likewise. Also, use symbolic stack frame offsets.
17410 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17411 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17412 our own stack frame instead of the caller's.
17413 (__socket): Use symbolic stack frame offsets.
17414
122b66de
UW
174152013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17416 Alan Modra <amodra@gmail.com>
17417
17418 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17419 Define.
57f41c40
AS
17420 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17421 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
17422 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17423 New function.
17424 (elf_machine_fixup_plt): Call it.
17425 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
17426 reloc arguments.
17427 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
17428 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17429 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
17430 r2 before calling target.
17431
696caf1d
UW
174322013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17433 Alan Modra <amodra@gmail.com>
17434
17435 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17436 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17437 versions of macros to support ELFv2 ABI.
17438 (LOCALENTRY): New macro.
17439 (ENTRY, EALIGN): Use it.
17440 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17441 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17442 fall through into ENTRY entry point.
17443 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17444 Only define if _CALL_ELF != 2.
17445
17446 (elf_machine_matches_host): Verify ABI version matches.
17447 (RTLD_START): Use LOCALENTRY.
17448 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17449 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17450 (PLT_ENTRY_WORDS): New macro.
17451 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17452 (elf_machine_runtime_setup): Support ELFv2 ABI.
17453 (elf_machine_fixup_plt): Likewise.
17454 (elf_machine_plt_conflict): Likewise.
17455 (resolve_ifunc): Likewise.
17456 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17457 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17458 Likewise.
17459 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17460 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17461 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17462 (makecontext): Support ELFv2 ABI.
17463 * elf/elf.h (EF_PPC64_ABI): Define.
17464
d31beafa
UW
174652013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17466
57f41c40
AS
17467 * sysdeps/powerpc/powerpc64/sysdep.h
17468 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17469 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17470 (ENTRY) [ASSEMBLER]: ... but instead here ...
17471 (EALIGN) [ASSEMBLER]: ... and here.
17472 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17473 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17474 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
17475 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17476 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
17477 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17478 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
17479 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17481 Use PPC64_LOAD_FUNCPTR.
17482
b525166b
UW
17483 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17484
7ec07d9a
AM
174852013-12-04 Alan Modra <amodra@gmail.com>
17486
17487 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17488 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17489 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17490 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17491
17492 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17493 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17494 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
17495 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
17496 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
17497 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
17498
5162e7dd
UW
174992013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17500
17501 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17502 (__makecontext): Fix incorrect CFI when backtracing out of
17503 context created via makecontext.
17504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
17505 (__setcontext): Fix incorrect CFI during switch to new context.
17506 (__novec_setcontext): Likewise.
17507
19e3372b
OB
175082013-12-04 Ondřej Bílka <neleai@seznam.cz>
17509
17510 [BZ #4772]
17511 * time/strptime_l.c (__strptime_internal): Allow modifiers
17512 in strptime.
17513 * time/tst-strptime.c (day_tests): Add testcase.
17514
ecaf142d
SP
175152013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
17516
17517 * scripts/bench.pl: Skip over blank lines.
17518
fbf964ae
PE
175192013-12-04 Paul Eggert <eggert@cs.ucla.edu>
17520
17521 [BZ #926]
17522 * manual/time.texi (Calendar Time): Clarify what timezone functions
17523 use.
17524
fa60a674
AZ
175252013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17526
17527 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17528
d674f0ef
OB
175292013-12-04 Ondřej Bílka <neleai@seznam.cz>
17530
17531 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
17532 implementation.
17533 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
17534 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
17535 * debug/memset_chk.c (__memset_chk): Likewise.
17536 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
17537 * debug/strncpy_chk.c: Likewise.
17538
17dea188
JM
175392013-12-03 Joseph Myers <joseph@codesourcery.com>
17540
749008ff
JM
17541 [BZ #15268]
17542 [BZ #15425]
17543 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
17544 (__ieee754_exp): For possibly underflowing results, check size of
17545 result and force underflow exception if required.
17546 * math/auto-libm-test-in: Add more tests of exp.
17547 * math/auto-libm-test-out: Regenerated.
17548 * sysdeps/i386/fpu/libm-test-ulps: Update.
17549 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17550
17dea188
JM
17551 [BZ #16283]
17552 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
17553 * math/w_exp2f.c (__exp2f): Likewise.
17554 * math/w_exp2l.c (__exp2l): Likewise.
17555 * math/auto-libm-test-in: Do not allow missing errno on exp2
17556 underflow.
17557 * math/auto-libm-test-out: Regenerated.
17558
b20de2c3
OB
175592013-12-03 Ondřej Bílka <neleai@seznam.cz>
17560
17561 [BZ #16274]
17562 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
17563 handle filename validation.
17564 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
17565 (do_open): Delete.
17566
d8e2dbe3
JM
175672013-12-03 Joseph Myers <joseph@codesourcery.com>
17568
34e16df5
JM
17569 [BZ #6786]
17570 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
17571 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
17572 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
17573 <float.h>.
17574 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
17575 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
17576 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17577 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
17578 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17579 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
17580 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17581 * math/auto-libm-test-in: Don't allow missing errno from erfc.
17582 Add more erfc tests.
17583 * math/auto-libm-test-out: Regenerated.
17584 * sysdeps/i386/fpu/libm-test-ulps: Update.
17585 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17586
d8e2dbe3
JM
17587 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
17588 exp2, expm1, j0 and j1.
17589 * math/auto-libm-test-out: Regenerated.
17590 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
17591 (erfc_test_data): Likewise.
17592 (exp_test_data): Likewise.
17593 (exp_tonearest_test_data): Likewise.
17594 (exp_towardzero_test_data): Likewise.
17595 (exp_downward_test_data): Likewise.
17596 (exp_upward_test_data): Likewise.
17597 (exp10_test_data): Likewise.
17598 (exp2_test_data): Likewise.
17599 (expm1_test_data): Likewise.
17600 (j0_test_data): Likewise.
17601 (j1_test_data): Likewise.
17602 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
17603 (input_flag_type): Add flag_xfail_rounding.
17604 (input_flags): Add xfail-rounding.
17605 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
17606 (output_for_one_input_case): Handle flag_xfail_rounding.
17607 * sysdeps/i386/fpu/libm-test-ulps: Update.
17608 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17609
18d14251
AJ
176102013-12-03 Aurelien Jarno <aurelien@aurel32.net>
17611
3d2e6075 17612 [BZ #16289]
18d14251
AJ
17613 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
17614 division by 0.
17615
520d437b
SP
176162013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
17617
17618 [BZ #16195]
17619 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
17620 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
17621 (STAP_PROBE0): New macro.
17622 (STAP_PROBE1): Likewise.
17623 (STAP_PROBE2): Likewise.
17624 (STAP_PROBE3): Likewise.
17625 (STAP_PROBE4): Likewise.
17626
416e0145
OB
176272013-12-02 Ondřej Bílka <neleai@seznam.cz>
17628
17629 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
17630
9d17796a
SE
176312013-12-02 Steve Ellcey <sellcey@mips.com>
17632
17633 * benchtests/Makefile (bench): Add sqrt.
17634 (LDLIBS-bench-sqrt): New.
17635 * benchtests/sqrt-input: New.
17636
f524d6a8
PS
176372013-12-02 Pavel Simerda <psimerda@redhat.com>
17638
639a0ef8
PS
17639 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
17640 (GAIH_EAI): Likewise.
17641 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
17642 (gaih_inet): Likewise.
17643 (getaddrinfo): Don't use GAIH_EAI.
17644
f524d6a8
PS
17645 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
17646 (struct gaih): Remove definition.
17647
df3aedaf
SP
176482013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
17649
17650 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
17651 Use HERRNOP directly.
17652
1ab19dec
AZ
176532013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17654
b42ad38d 17655 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 17656
176b0c79
JM
176572013-11-30 Joseph Myers <joseph@codesourcery.com>
17658
17659 * math/gen-auto-libm-tests.c (test_functions): Add more
17660 single-argument functions.
17661 (special_fill_pi_2): New function.
17662 (special_fill_minus_pi_2): Likewise.
17663 (special_fill_pi_6): Likewise.
17664 (special_fill_minus_pi_6): Likewise.
17665 (special_fill_pi_3): Likewise.
17666 (special_fill_2pi_3): Likewise.
17667 (special_fill_e): Likewise.
17668 (special_fill_1_e): Likewise.
17669 (special_fill_e_minus_1): Likewise.
17670 (special_real_inputs): Add more special inputs.
17671 (output_for_one_input_case): Do not require ERANGE on underflow to
17672 zero if round-to-nearest result does not underflow to zero, unless
17673 exact results required.
17674 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
17675 atan, atanh, cbrt, cos and cosh.
17676 * math/auto-libm-test-out: Regenerated.
17677 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
17678 (acos_tonearest_test_data): Likewise.
17679 (acos_towardzero_test_data): Likewise.
17680 (acos_downward_test_data): Likewise.
17681 (acos_upward_test_data): Likewise.
17682 (acosh_test_data): Likewise.
17683 (asin_test_data): Likewise.
17684 (asin_tonearest_test_data): Likewise.
17685 (asin_towardzero_test_data): Likewise.
17686 (asin_upward_test_data): Likewise.
17687 (asinh_test_data): Likewise.
17688 (atan_test_data): Likewise.
17689 (atanh_test_data): Likewise.
17690 (cbrt_test_data): Likewise.
17691 (cos_test_data): Likewise.
17692 (cos_tonearest_test_data): Likewise.
17693 (cos_towardzero_test_data): Likewise.
17694 (cos_downward_test_data): Likewise.
17695 (cos_upward_test_data): Likewise.
17696 (cosh_test_data): Likewise.
17697 (cosh_tonearest_test_data): Likewise.
17698 (cosh_towardzero_test_data): Likewise.
17699 (cosh_downward_test_data): Likewise.
17700 (cosh_upward_test_data): Likewise.
17701 * sysdeps/i386/fpu/libm-test-ulps: Update.
17702 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17703
ffb536d0
JM
177042013-11-29 Joseph Myers <joseph@codesourcery.com>
17705
2a77a467
JM
17706 [BZ #6787]
17707 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
17708 * math/w_exp10f.c (__exp10f): Likewise.
17709 * math/w_exp10l.c (__exp10l): Likewise.
17710 * math/libm-test.inc (exp10_test_data): Add more tests and expect
17711 errno settings in existing tests.
17712
ea3bc4e8
JM
17713 [BZ #14032]
17714 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
17715 precision control set to double precision.
17716 * sysdeps/i386/fpu/w_sqrt.c: New file.
17717 * math/auto-libm-test-in: Add more tests.
17718 * math/auto-libm-test-out: Update.
17719
0712c9d8
JM
17720 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
17721 (sqrt_test_tonearest): New function.
17722 (sqrt_towardzero_test_data): New variable.
17723 (sqrt_test_towardzero): New function.
17724 (sqrt_downward_test_data): New variable.
17725 (sqrt_test_downward): New function.
17726 (sqrt_upward_test_data): New variable.
17727 (sqrt_test_upward): New function.
17728 (main): Call the new functions.
17729
ffb536d0
JM
17730 * math/gen-auto-libm-tests.c: New file.
17731 * math/auto-libm-test-in: Likewise.
17732 * math/auto-libm-test-out: New generated file.
17733 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
17734 variables.
17735 (%beautify): Add generated representations of zero.
17736 (top level): Set $auto_input and call parse_auto_input.
17737 (beautify): Remove trailing "f" from hex float constants.
17738 (parse_args): Handle XFAIL_TEST.
17739 (convert_condition): New function.
17740 (or_value): Likewise.
17741 (or_cond_value): Likewise.
17742 (generate_testfile): Handle AUTO_TESTS_* lines.
17743 (parse_auto_input): New function.
17744 * math/libm-test.inc (XFAIL_TEST): New macro.
17745 (ERRNO_UNCHANGED): Update value.
17746 (ERRNO_EDOM): Likewise.
17747 (ERRNO_ERANGE): Likewise.
17748 (IGNORE_RESULT): Likewise.
17749 (TEST_COND_flt_32): New macro.
17750 (TEST_COND_dbl_64): Likewise.
17751 (TEST_COND_ldbl_96_intel): Likewise.
17752 (TEST_COND_ldbl_96_m68k): Likewise.
17753 (TEST_COND_ldbl_128): Likewise.
17754 (TEST_COND_ldbl_128ibm): Likewise.
17755 (TEST_COND_long32): Likewise.
17756 (TEST_COND_long64): Likewise.
17757 (TEST_COND_before_rounding): Likewise.
17758 (TEST_COND_after_rounding): Likewise.
17759 (enable_test): Handle XFAIL_TEST flag.
17760 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
17761 with finite results.
17762 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
17763 auto-libm-test-out.
17764
acd98a8e
AK
177652013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
17766 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17767
17768 [BZ #16214]
17769 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
17770 __tls_get_addr_internal instead of __tls_get_offset in order to
17771 avoid GOT pointer dependency. Make rtld export
17772 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
17773 __tls_get_addr since we are a __tls_get_offset platform.
17774 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
17775 GOT pointer being set up before.
17776 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
17777
3c1c46a6
JM
177782013-11-28 Joseph Myers <joseph@codesourcery.com>
17779
7475aef5
JM
17780 * manual/math.texi (Errors in Math Functions): Document accuracy
17781 goals.
17782
8bca7cd8
JM
17783 [BZ #15004]
17784 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
17785 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
17786 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
17787 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
17788 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
17789 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
17790 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
17791 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
17792 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
17793 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
17794 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
17795 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
17796 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
17797 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
17798 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
17799 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
17800
91a1f3fe
JM
17801 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
17802 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
17803 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
17804 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
17805 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
17806 Likewise.
17807 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
17808 Likewise.
17809 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
17810 Likewise.
17811 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
17812 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
17813 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
17814 atomic-feupdateenv and flt-rounds.
17815 * sysdeps/powerpc/nofpu/Versions (libc): Add
17816 __atomic_feholdexcept, __atomic_feclearexcept,
17817 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
17818 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
17819 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
17820 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
17821 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
17822 here.
17823 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
17824 Update.
17825
c5df7609
JM
17826 * manual/arith.texi (FP Exceptions): Document that exceptions may
17827 not be raised when matherr is used.
17828 (Math Error Reporting): Document overflow in directed rounding
17829 modes. Document that errno may not be set when finite values are
17830 returned on overflow. Document intent to set errno on underflow
17831 only for underflow to zero.
17832
3c1c46a6
JM
17833 [BZ #16271]
17834 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
17835 round-to-nearest then adjust result for other rounding modes.
17836 * include/fenv.h (fegetround): Use libm_hidden_proto.
17837 * math/fegetround.c (fegetround): Use libm_hidden_def.
17838 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
17839 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
17840 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
17841 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
17842 Likewise.
17843 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
17844 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
17845 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
17846 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
17847
5a4c6d53
SP
178482013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
17849
17850 [BZ #16077]
17851 * nss/Versions (libnss_files): Add
17852 _nss_files_gethostbyname3_r.
17853 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
17854 New function.
17855 (HOST_DB_LOOKUP): Remove macro.
17856 (_nss_files_gethostbyname_r): Implement function without the
17857 HOST_DB_LOOKUP macro.
17858 (_nss_files_gethostbyname2_r): Likewise.
17859
897b98ba
OB
178602013-11-28 Ondřej Bílka <neleai@seznam.cz>
17861
17862 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
17863
6f476861
UB
178642013-11-26 Uros Bizjak <ubizjak@gmail.com>
17865
17866 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
17867 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
17868 warning.
17869
bd12ab55
AZ
178702013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17871
17872 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
17873 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
17874 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
17875 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
17876 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
17877 __fe_nomask_env_priv and attribute_hidden.
17878 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
17879 (libc_feupdateenv_test_ppc): Likewise.
17880 (libc_feresetround_ppc): Likewise.
17881 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
17882 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
17883 compat_symbol macro.
17884 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
17885 (__fe_nomask_env): Likewise.
17886 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
17887
52bb6543
OB
178882013-11-26 Ondřej Bílka <neleai@seznam.cz>
17889
17890 * string/Makefile: Remove ifunc tests.
17891 * string/test-string.h: Define TEST_IFUNC.
17892 * string/test-bcopy-ifunc.c: Remove.
17893 * string/test-bzero-ifunc.c: Likewise.
17894 * string/test-memccpy-ifunc.c: Likewise.
17895 * string/test-memchr-ifunc.c: Likewise.
17896 * string/test-memcmp-ifunc.c: Likewise.
17897 * string/test-memcpy-ifunc.c: Likewise.
17898 * string/test-memmem-ifunc.c: Likewise.
17899 * string/test-memmove-ifunc.c: Likewise.
17900 * string/test-mempcpy-ifunc.c: Likewise.
17901 * string/test-memrchr-ifunc.c: Likewise.
17902 * string/test-memset-ifunc.c: Likewise.
17903 * string/test-rawmemchr-ifunc.c: Likewise.
17904 * string/test-stpcpy-ifunc.c: Likewise.
17905 * string/test-stpncpy-ifunc.c: Likewise.
17906 * string/test-strcasecmp-ifunc.c: Likewise.
17907 * string/test-strcasestr-ifunc.c: Likewise.
17908 * string/test-strcat-ifunc.c: Likewise.
17909 * string/test-strchr-ifunc.c: Likewise.
17910 * string/test-strchrnul-ifunc.c: Likewise.
17911 * string/test-strcmp-ifunc.c: Likewise.
17912 * string/test-strcpy-ifunc.c: Likewise.
17913 * string/test-strcspn-ifunc.c: Likewise.
17914 * string/test-strlen-ifunc.c: Likewise.
17915 * string/test-strncasecmp-ifunc.c: Likewise.
17916 * string/test-strncat-ifunc.c: Likewise.
17917 * string/test-strncmp-ifunc.c: Likewise.
17918 * string/test-strncpy-ifunc.c: Likewise.
17919 * string/test-strnlen-ifunc.c: Likewise.
17920 * string/test-strpbrk-ifunc.c: Likewise.
17921 * string/test-strrchr-ifunc.c: Likewise.
17922 * string/test-strspn-ifunc.c: Likewise.
17923 * string/test-strstr-ifunc.c: Likewise.
17924
ab260039 179252013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
17926
17927 * benchtests/Makefile: Remove ifunc tests.
17928 * benchtests/bench-string.h: Define TEST_IFUNC.
17929 * benchtests/bench-bcopy-ifunc.c: Remove.
17930 * benchtests/bench-bzero-ifunc.c: Likewise.
17931 * benchtests/bench-memccpy-ifunc.c: Likewise.
17932 * benchtests/bench-memchr-ifunc.c: Likewise.
17933 * benchtests/bench-memcmp-ifunc.c: Likewise.
17934 * benchtests/bench-memcpy-ifunc.c: Likewise.
17935 * benchtests/bench-memmem-ifunc.c: Likewise.
17936 * benchtests/bench-memmove-ifunc.c: Likewise.
17937 * benchtests/bench-mempcpy-ifunc.c: Likewise.
17938 * benchtests/bench-memrchr-ifunc.c: Likewise.
17939 * benchtests/bench-memset-ifunc.c: Likewise.
17940 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
17941 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
17942 * benchtests/bench-stpcpy-ifunc.c: Likewise.
17943 * benchtests/bench-stpncpy-ifunc.c: Likewise.
17944 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
17945 * benchtests/bench-strcasestr-ifunc.c: Likewise.
17946 * benchtests/bench-strcat-ifunc.c: Likewise.
17947 * benchtests/bench-strchr-ifunc.c: Likewise.
17948 * benchtests/bench-strchrnul-ifunc.c: Likewise.
17949 * benchtests/bench-strcmp-ifunc.c: Likewise.
17950 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
17951 * benchtests/bench-strcpy-ifunc.c: Likewise.
17952 * benchtests/bench-strcspn-ifunc.c: Likewise.
17953 * benchtests/bench-strlen-ifunc.c: Likewise.
17954 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
17955 * benchtests/bench-strncat-ifunc.c: Likewise.
17956 * benchtests/bench-strncmp-ifunc.c: Likewise.
17957 * benchtests/bench-strncpy-ifunc.c: Likewise.
17958 * benchtests/bench-strnlen-ifunc.c: Likewise.
17959 * benchtests/bench-strpbrk-ifunc.c: Likewise.
17960 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 17961 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
17962 * benchtests/bench-strspn-ifunc.c: Likewise.
17963 * benchtests/bench-strstr-ifunc.c: Likewise.
17964
179652013-11-26 Ondřej Bílka <neleai@seznam.cz>
17966
ab260039
OB
17967 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
17968
d1d9eaf4 179692013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 17970
d1d9eaf4
OB
17971 * resolv/netdb.h: Use __glibc_reserved instead __unused.
17972 * rt/aio.h: Likewise.
17973 * sysdeps/gnu/bits/utmp.h: Likewise.
17974 * sysdeps/gnu/bits/utmpx.h: Likewise.
17975 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
17976 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
17977 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
17978 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
17979 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
17980 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
17981 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
17982 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
17983 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
17984 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
17985 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
17986 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
17987 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
17988 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
17989 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
17990 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
17991 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
17992 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
17993 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
17994 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
17995 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
17996 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
17997 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
17998 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
17999 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18000 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18001 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18002 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18003 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18004 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18005 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18006 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18007 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18008 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18009 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18010 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18011 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18012 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18013 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18014 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18015 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18016 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18017
a7624ed9
CD
180182013-11-25 Carlos O'Donell <carlos@redhat.com>
18019
18020 [BZ #16245]
18021 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18022 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18023
63cfe52b
JM
180242013-11-25 Joseph Myers <joseph@codesourcery.com>
18025
18026 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18027 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18028 Likewise.
18029
41e8926a
AZ
180302013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18031
18032 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18033 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18034 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18035 (__fesetround): Remove define.
18036 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18037 rounding and exceptions handling.
18038 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18039 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18040 (__fe_nomask_env): Likewise.
18041 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18042 __fegetround instead of fegetround.
18043 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18044 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18045
6851bd4d
RM
180462013-11-21 Roland McGrath <roland@hack.frob.com>
18047
070906ff
RM
18048 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18049 it's there.
18050
6851bd4d
RM
18051 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18052
84ae135d
MI
180532013-11-21 Meador Inge <meadori@codesourcery.com>
18054
18055 [BZ #11157]
18056 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18057 (encrypt_r): Likewise.
18058 * malloc/obstack.h (obstack_free): Likewise.
18059 * posix/unistd.h (encrypt): Likewise.
18060
daf75146
GM
180612013-11-21 Guy Martin <gmsoft@tuxicoman.be>
18062
18063 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18064 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18065 DL_CALL_DT_FINI() that call the functions directly.
18066 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18067 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18068 * elf/dl-fini.c: Likewise.
18069
10ad46bc
OB
180702013-11-20 Ondřej Bílka <neleai@seznam.cz>
18071
18072 * malloc/hooks.c (memalign_check): Add alignment rounding.
18073 * malloc/malloc.c (_mid_memalign): New function.
18074 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18075 Implement by calling _mid_memalign.
18076 * manual/probes.texi (Memory Allocation Probes): Remove
18077 memory_valloc_retry and memory_pvalloc_retry.
18078
f3fd2628
SP
180792013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
18080
4712799f
SP
18081 * locale/programs/locarchive.c (open_archive): Add const
18082 qualifier to ARCHIVEFNAME and copy default fname to
18083 DEFAULT_FNAME.
18084
0417b20f
SP
18085 [BZ #15601]
18086 * libio/tst-widetext.input: Rename Oriya to Odia.
18087 * locale/iso-639.def: Likewise.
18088
f3fd2628
SP
18089 * manual/probes.texi (Mathematical Function Probes): Add
18090 documentation for sin, cos, asin and acos probes.
18091 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18092 (__sin32): Add slowasin probe.
18093 (__cos32): Add slowacos probe.
18094 (__mpsin): Add slowsin probe.
18095 (__mpcos): Add slowcos probe.
18096
73c1ce4f
JM
180972013-11-19 Joseph Myers <joseph@codesourcery.com>
18098
18099 [BZ #15483]
18100 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18101 thread-local __sim_exceptions_thread and global
18102 __sim_exceptions_global.
18103 (__sim_disabled_exceptions): Change to thread-local
18104 __sim_disabled_exceptions_thread and global
18105 __sim_disabled_exceptions_global.
18106 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18107 and global __sim_round_mode_global.
18108 (__simulate_exceptions): Use thread-local floating-point state and
18109 set global state from it as needed.
18110 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18111 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18112 __sim_round_mode_thread.
18113 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18114 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18115 and global __sim_exceptions_global.
18116 (__sim_disabled_exceptions): Change to thread-local
18117 __sim_disabled_exceptions_thread and global
18118 __sim_disabled_exceptions_global.
18119 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18120 and global __sim_round_mode_global.
18121 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18122 (SIM_SET_GLOBAL): Likewise.
18123 * sysdeps/powerpc/soft-fp/sfp-machine.h
18124 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18125 __sim_round_mode_thread.
18126 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18127 __sim_disabled_exceptions_thread.
18128 (__sim_exceptions): Change to __sim_exceptions_thread.
18129 (__sim_disabled_exceptions): Change to
18130 __sim_disabled_exceptions_thread.
18131 (__sim_round_mode): Change to __sim_round_mode_thread.
18132 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18133 thread-local floating-point state and set global state from it as
18134 needed.
18135 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18136 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18137 (__sim_disabled_exceptions): Remove extern declaration.
18138 (feenableexcept): Use thread-local floating-point state and set
18139 global state from it as needed.
18140 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18141 extern declaration.
18142 (__sim_disabled_exceptions): Likewise.
18143 (__sim_round_mode): Likewise.
18144 (__fegetenv): Use thread-local floating-point state.
18145 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18146 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18147 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18148 floating-point state and set global state from it as needed.
18149 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18150 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18151 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18152 Likewise.
18153 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18154 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18155 Likewise.
18156 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18157 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18158 Use __sim_round_mode_thread.
18159 * math/test-fenv-tls.c: New file.
18160 * math/Makefile (tests): Add test-fenv-tls.
18161 ($(objpfx)test-fenv-tls): Depend on
18162 $(common-objpfx)nptl/libpthread.so.
18163
b5449b12
AS
181642013-11-19 Andreas Schwab <schwab@suse.de>
18165
18166 * locale/programs/locale.c (show_info): Decode wordarray elements.
18167 * locale/categories.def (LC_MONETARY): Add element for
18168 _NL_MONETARY_CRNCYSTR.
18169 * locale/C-monetary.c (conversion_rate): New variable.
18170 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18171 element.
18172
e186536b
CM
181732013-11-18 Chris Metcalf <cmetcalf@tilera.com>
18174
18175 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18176 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18177
5c349950
PP
181782013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
18179
18180 * elf/Makefile (tst-auxv): New test.
18181 * elf/tst-auxv.c: New
18182 * elf/rtld.c (dl_main): Adjust AT_EXECFN
18183
699df45b
JM
181842013-11-18 Joseph Myers <joseph@codesourcery.com>
18185
18186 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18187 (hidden_proto): Caller changed.
18188 (hidden_tls_proto): New macro.
18189 (libc_hidden_tls_proto): Likewise.
18190 (rtld_hidden_tls_proto): Likewise.
18191 (libm_hidden_tls_proto): Likewise.
18192 (libresolv_hidden_tls_proto): Likewise.
18193 (librt_hidden_tls_proto): Likewise.
18194 (libdl_hidden_tls_proto): Likewise.
18195 (libnss_files_hidden_tls_proto): Likewise.
18196 (libnsl_hidden_tls_proto): Likewise.
18197 (libnss_nisplus_hidden_tls_proto): Likewise.
18198 (libutil_hidden_tls_proto): Likewise.
18199
b7589107
OB
182002013-11-18 Ondřej Bílka <neleai@seznam.cz>
18201
18202 [BZ #10253]
18203 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18204 (decompose_rpath): Defer expansion to fillin_rpath.
18205 (_dl_init_paths): Pass linkmap to fillin_rpath.
18206
250c23bd
RS
182072013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18208
18209 * benchtests/Makefile: Add strsep.
18210 * benchtests/bench-strsep.c: New file: strsep benchtest.
18211 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18212
a7931fcf
AS
182132013-11-18 Andreas Schwab <schwab@suse.de>
18214
18215 * locale/programs/locale.c (show_info) [case byte]: Check for
18216 '\377' instead of '\177'.
18217 * locale/C-monetary.c (not_available): Always use "\377".
18218 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18219 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
18220 detect unavailable sign_posn locale elements.
18221 * locale/localeconv.c (__localeconv): For grouping and
18222 mon_grouping handle "\177" and "\377" like no grouping.
18223 (INT_ELEM): New macro. Use it to set all numeric members.
18224 * locale/programs/ld-monetary.c (monetary_read)
18225 <tok_mon_grouping>: Normalize single -1 to the empty string.
18226 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18227 Likewise.
18228
728dab0e
OB
182292013-11-07 Ondřej Bílka <neleai@seznam.cz>
18230
18231 [BZ #16055]
18232 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18233 when we match (nil).
18234 * stdio-common/tst-sscanf.c (struct test): Add testcase.
18235
66294491
JM
182362013-11-16 Joseph Myers <joseph@codesourcery.com>
18237
ce665817
JM
18238 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18239 (NO_TEST_INLINE): Update value.
18240 (ERRNO_UNCHANGED): Likewise.
18241 (ERRNO_EDOM): Likewise.
18242 (ERRNO_ERANGE): Likewise.
18243 (IGNORE_RESULT): Likewise.
18244 (check_float_internal): Check signs of NaN results if
18245 TEST_NAN_SIGN used.
18246 (check_complex): Pass TEST_NAN_SIGN flag through to second
18247 check_float_internal call.
18248 (copysign_test_data): Add tests with quiet NaNs as second
18249 argument. Use TEST_NAN_SIGN.
18250 (fabs_test_data): Add test of negative quiet NaN argument. Use
18251 TEST_NAN_SIGN.
18252 (signbit_test_data): Add tests of quiet NaN argument.
18253 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18254
ee1466a9
JM
18255 * math/gen-libm-test.pl (show_exceptions): Take extra argument
18256 $ignore_result.
18257 (parse_args): Handle function results specified as IGNORE.
18258 * math/libm-test.inc (IGNORE_RESULT): New macro.
18259 (check_float_internal): Do not check numerical result if flag
18260 IGNORE_RESULT set.
18261 (check_complex): Pass through IGNORE_RESULT to second
18262 check_float_internal call.
18263 (check_int): Do not check numerical result if flag IGNORE_RESULT
18264 set.
18265 (check_long): Likewise.
18266 (check_bool): Likewise.
18267 (check_longlong): Likewise.
18268 (lrint_test_data): Add tests of infinite and NaN arguments.
18269 (lrint_tonearest_test_data): Likewise.
18270 (lrint_towardzero_test_data): Likewise.
18271 (lrint_downward_test_data): Likewise.
18272 (lrint_upward_test_data): Likewise.
18273 (llrint_test_data): Likewise.
18274 (llrint_tonearest_test_data): Likewise.
18275 (llrint_towardzero_test_data): Likewise.
18276 (llrint_downward_test_data): Likewise.
18277 (llrint_upward_test_data): Likewise.
18278 (lround_test_data): Likewise.
18279 (llround_test_data): Likewise.
18280
14407b7e
JM
18281 * math/libm-test.inc (NO_TEST_INLINE): New macro.
18282 (ERRNO_UNCHANGED): Update value.
18283 (ERRNO_EDOM): Likewise.
18284 (ERRNO_ERANGE): Likewise.
18285 (NO_TEST_INLINE_FLOAT): New macro.
18286 (NO_TEST_INLINE_DOUBLE): Likewise.
18287 (enable_test): New function.
18288 (RUN_TEST_f_f): Check enable_test before running test.
18289 (RUN_TEST_2_f): Likewise.
18290 (RUN_TEST_fff_f): Likewise.
18291 (RUN_TEST_c_f): Likewise.
18292 (RUN_TEST_f_f1): Likewise.
18293 (RUN_TEST_fF_f1): Likewise.
18294 (RUN_TEST_fI_f1): Likewise.
18295 (RUN_TEST_ffI_f1): Likewise.
18296 (RUN_TEST_c_c): Likewise.
18297 (RUN_TEST_cc_c): Likewise.
18298 (RUN_TEST_f_i): Likewise.
18299 (RUN_TEST_f_i_tg): Likewise.
18300 (RUN_TEST_ff_i_tg): Likewise.
18301 (RUN_TEST_f_b): Likewise.
18302 (RUN_TEST_f_b_tg): Likewise.
18303 (RUN_TEST_f_l): Likewise.
18304 (RUN_TEST_f_L): Likewise.
18305 (RUN_TEST_fFF_11): Likewise.
18306 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18307 conditionals.
18308 (cosh_test_data): Likewise.
18309 (exp_test_data): Likewise.
18310 (expm1_test_data): Likewise.
18311 (hypot_test_data): Likewise.
18312 (pow_test_data): Likewise.
18313 (sinh_test_data): Likewise.
18314 (tanh_test_data): Likewise.
18315 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18316 flags argument.
18317
ca07f197
JM
18318 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18319 tests with quiet NaN input and output.
18320 (acosh_test_data): Likewise.
18321 (asin_test_data): Likewise.
18322 (asinh_test_data): Likewise.
18323 (atan_test_data): Likewise.
18324 (atanh_test_data): Likewise.
18325 (atan2_test_data): Likewise.
18326 (cbrt_test_data): Likewise.
18327 (cos_test_data): Likewise.
18328 (cosh_test_data): Likewise.
18329 (erf_test_data): Likewise.
18330 (erfc_test_data): Likewise.
18331 (exp_test_data): Likewise.
18332 (exp10_test_data): Likewise.
18333 (exp2_test_data): Likewise.
18334 (expm1_test_data): Likewise.
18335 (hypot_test_data): Likewise.
18336 (j0_test_data): Likewise.
18337 (j1_test_data): Likewise.
18338 (jn_test_data): Likewise.
18339 (lgamma_test_data): Likewise.
18340 (log_test_data): Likewise.
18341 (log10_test_data): Likewise.
18342 (log1p_test_data): Likewise.
18343 (log2_test_data): Likewise.
18344 (pow_test_data): Likewise.
18345 (scalb_test_data): Likewise.
18346 (sin_test_data): Likewise.
18347 (sincos_test_data): Likewise.
18348 (sinh_test_data): Likewise.
18349 (tan_test_data): Likewise.
18350 (tanh_test_data): Likewise.
18351 (tgamma_test_data): Likewise.
18352 (y0_test_data): Likewise.
18353 (y1_test_data): Likewise.
18354 (yn_test_data): Likewise.
18355
66294491
JM
18356 [BZ #16167]
18357 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18358 argument being NaN and avoid computations with second argument in
18359 that case.
18360 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18361 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18362 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18363
1820b143
CL
183642013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
18365
18366 * locale/iso-639.def: Add Chitwani Tharu (the).
18367
714bd261
AS
183682013-11-14 Andreas Schwab <schwab@suse.de>
18369
18370 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18371 word instead of empty string.
18372
7ab44563
AZ
183732013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18374
18375 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18376 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18377 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18378 (__fe_nomask_env): Likewise.
18379
e8470ea2
SE
183802013-11-13 Steve Ellcey <sellcey@mips.com>
18381
18382 * benchtests/bench-timing.h: Include time.h.
18383
17c1d9f0
L
183842013-11-13 H.J. Lu <hongjiu.lu@intel.com>
18385
18386 [BZ #15997]
18387 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18388 to 3.4.0 for x32.
18389 * sysdeps/unix/sysv/linux/configure: Regenerated.
18390
9310c284
JM
183912013-11-13 Joseph Myers <joseph@codesourcery.com>
18392
18393 [BZ #16151]
18394 * stdlib/strtod_l.c (round_and_return): Do not consider
18395 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18396 exponent one less than half the least subnormal exponent.
18397 * stdlib/test-strtod-round-data: Add more tests.
18398 * stdlib/tst-strtod-round.c (tests): Regenerated.
18399
7a2ad8cf
AZ
184002013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18401
18402 [BZ #14143]
18403 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18404 (__fe_mask_env): Likewise.
18405 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18406 libm_hidden_proto and add function prototype.
18407 (__fe_mask_env): Add function prototype.
18408 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18409 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18410 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18411 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18412 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18413 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18414
50727aa7
MS
184152013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
18416
b2f386c1 18417 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
18418 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18419
a615be46
MS
184202013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
18421
18422 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18423 of htab_find_slot().
18424
7ddace62
DM
184252013-11-11 David S. Miller <davem@davemloft.net>
18426
18427 [BZ #16150]
18428 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18429 symbol in the non-vis3 case in static builds.
18430 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18431 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18432 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18433 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18434
9182aa67
JK
184352013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18436
18437 [BZ #387]
18438 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18439 it is empty.
18440
450a2e2d
AZ
184412013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18442
b2f386c1
SP
18443 * benchtests/Makefile: Add bench-strtod.
18444 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 18445
8ec3f656
AS
184462013-11-11 Andreas Schwab <schwab@suse.de>
18447
18448 [BZ #16153]
18449 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18450 terminating NUL in key length.
18451
76a9b998
AZ
184522013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18453
18454 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18455 Add artificial ODP entry for vDSO symbol for PPC64.
18456 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18457 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18458
e4368156
OB
184592013-11-07 Ondřej Bílka <neleai@seznam.cz>
18460
18461 [BZ #15374]
18462 * nss/getent.c (services_keys): Recognize services starting with digit.
18463
8d6bb57c
DM
184642013-11-06 David S. Miller <davem@davemloft.net>
18465
18466 [BZ #15985]
18467 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18468 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18469
e256c421
WN
184702013-11-06 Will Newton <will.newton@linaro.org>
18471
18472 * manual/memory.texi (Malloc Examples): Remove register
18473 keyword from examples.
18474
f6e12daa 184752013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 18476
f6e12daa 18477 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 18478
9d880655
AS
184792013-11-04 Joseph Myers <joseph@codesourcery.com>
18480
fd2f9486 18481 [BZ #6981]
9d880655
AS
18482 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18483 depending on [__GCC_IEC_559 > 0].
18484 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18485 depending on [__GCC_IEC_559_COMPLEX > 0].
18486
ae129d3c
CL
184872013-11-03 Chris Leonard <cjl@sugarlabs.org>
18488
18489 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18490 to iso-639.def.
18491
4a15c2a4 184922013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
18493
18494 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
18495
8b35e35d
OB
184962013-11-01 Ondřej Bílka <neleai@seznam.cz>
18497
18498 [BZ #16112]
18499 * malloc/malloc (malloc_info): Do not handle first bin as
18500 special case.
18501
1d70fd6c
CL
185022013-11-01 Chris Leonard <cjl@sugarlabs.org>
18503
18504 * locale/iso-639.def: Add Central Nahuatl (nhn).
18505
8c5c2600
BH
185062013-11-01 Bruno Haible <bruno@clisp.org>
18507
18508 [BZ #7003]
18509 * manual/math.texi (BSD Random): Specify range upper bound as
18510 in POSIX.
18511
da5579c2
CL
185122013-10-31 Chris Leonard <cjl@sugarlabs.org>
18513
18514 * locale/iso-639.def: Add Meadow Mari (mhr).
18515
5d30d853
OB
185162013-10-31 Ondřej Bílka <neleai@seznam.cz>
18517
18518 [BZ #14752], [BZ #15763]
18519 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
18520 Validate name.
18521 * rt/tst_shm.c: Add test for escaping directory.
18522
a4966c61
AS
185232013-10-31 Andreas Schwab <schwab@suse.de>
18524
8a43e768 18525 [BZ #15917]
a4966c61
AS
18526 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
18527 followed by 'x' as part of digit sequence.
18528 * stdio-common/tst-sscanf.c (double_tests2): New tests.
18529
28d708c4
MAP
185302013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
18531
18532 [BZ #16037]
18533 * configure.ac: allow GNU Make 4.0 and greater.
18534 * configure: Regenerated.
18535
a56ee40b
WN
185362013-10-30 Will Newton <will.newton@linaro.org>
18537
18538 [BZ #16038]
18539 * malloc/hooks.c (memalign_check): Limit alignment to the
18540 maximum representable power of two.
18541 * malloc/malloc.c (__libc_memalign): Likewise.
18542 * malloc/tst-memalign.c (do_test): Add test for very
18543 large alignment values.
18544 * malloc/tst-posix_memalign.c (do_test): Likewise.
18545
c6e4925d
OB
185462013-10-30 Ondřej Bílka <neleai@seznam.cz>
18547
18548 [BZ #11087]
18549 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
18550 (munmap_chunk): Likewise.
18551 (mremap_chunk): Likewise.
18552
185532013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 18554
8a43e768 18555 [BZ #15799]
bbea82f7
OB
18556 * stdlib/div.c (div): Remove obsolete code.
18557 * stdlib/ldiv.c (ldiv): Likewise.
18558 * stdlib/lldiv.c (lldiv): Likewise.
18559
977f4b31
SP
185602013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
18561
18562 [BZ #16071]
18563 * nss/nss_files/files-XXX.c (get_contents_ret): New
18564 enumerator.
18565 (get_contents): New function.
18566 (internal_getent): Use it. Expand size of LINEBUFLEN.
18567
cb8a6dbd
MF
185682013-10-30 Mike Frysinger <vapier@gentoo.org>
18569
18570 * configure.in: Moved to ...
18571 * configure.ac: ... here. Change reference to configure.in
18572 to configure.ac.
18573 * sysdeps/arm/preconfigure.ac: ... here.
18574 configure.in to configure.ac.
18575 * sysdeps/gnu/configure.in: Moved to ...
18576 * sysdeps/gnu/configure.ac: ... here.
18577 * sysdeps/i386/configure.in: Moved to ...
18578 * sysdeps/i386/configure.ac: ... here.
18579 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
18580 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
18581 * sysdeps/mach/configure.in: Moved to ...
18582 * sysdeps/mach/configure.ac: ... here.
18583 * sysdeps/mach/hurd/configure.in: Moved to ...
18584 * sysdeps/mach/hurd/configure.ac: ... here.
18585 * sysdeps/powerpc/configure.in: Moved to ...
18586 * sysdeps/powerpc/configure.ac: ... here.
18587 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
18588 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
18589 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
18590 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
18591 * sysdeps/s390/s390-32/configure.in: Moved to ...
18592 * sysdeps/s390/s390-32/configure.ac: ... here.
18593 * sysdeps/s390/s390-64/configure.in: Moved to ...
18594 * sysdeps/s390/s390-64/configure.ac: ... here.
18595 * sysdeps/sh/configure.in: Moved to ...
18596 * sysdeps/sh/configure.ac: ... here.
18597 * sysdeps/sparc/configure.in: Moved to ...
18598 * sysdeps/sparc/configure.ac: ... here.
18599 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
18600 * sysdeps/unix/sysv/linux/configure.ac: ... here.
18601 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
18602 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
18603 * sysdeps/x86_64/configure.in: Moved to ...
18604 * sysdeps/x86_64/configure.ac: ... here.
18605 * sysdeps/x86_64/preconfigure.in: Moved to ...
18606 * sysdeps/x86_64/preconfigure.ac: ... here.
18607 * aclocal.m4: Change reference to configure.in to configure.ac.
18608 * config.h.in: Likewise.
18609 * manual/install.texi: Likewise.
18610 * manual/maint.texi: Likewise.
18611 * Makefile: Likewise.
18612 * malloc/Makefile: Likewise.
18613 * nscd/Makefile: Likewise.
18614 * Makeconfig: Change reference to configure.in and
18615 preconfigure.in to configure.ac and preconfigure.ac
18616 respectively.
18617 * INSTALL: Regenerated.
18618 * configure: Likewise.
18619 * sysdeps/gnu/configure: Likewise.
18620 * sysdeps/i386/configure: Likewise.
18621 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
18622 * sysdeps/mach/configure: Likewise.
18623 * sysdeps/mach/hurd/configure: Likewise.
18624 * sysdeps/powerpc/configure: Likewise.
18625 * sysdeps/powerpc/powerpc32/configure: Likewise.
18626 * sysdeps/powerpc/powerpc64/configure: Likewise.
18627 * sysdeps/s390/s390-32/configure: Likewise.
18628 * sysdeps/s390/s390-64/configure: Likewise.
18629 * sysdeps/sh/configure: Likewise.
18630 * sysdeps/sparc/configure: Likewise.
18631 * sysdeps/unix/sysv/linux/configure: Likewise.
18632 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
18633 * sysdeps/x86_64/configure: Likewise.
18634 * sysdeps/x86_64/preconfigure: Likewise.
18635
36a4953a
AS
186362013-10-29 Andreas Schwab <schwab@suse.de>
18637
18638 * stdio-common/Makefile (tst-swscanf-ENV): Define.
18639
c79a1204
SP
186402013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
18641
dfa1b402
SP
18642 * benchtests/pow-inputs: Add new inputs.
18643
54f73d9c
SP
18644 * benchtests/exp-inputs: Add new inputs.
18645
c79a1204
SP
18646 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
18647 conditional check for return value.
18648 (__cos32): Likewise.
18649
67beb545 186502013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
18651
18652 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
18653 to provide a boost for large inputs with word alignment.
18654 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
18655 implementation based on optimized PPC64 strcpy.
18656 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
18657 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
18658 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
18659 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
18660
151659f6
OB
186612013-10-25 Ondřej Bílka <neleai@seznam.cz>
18662
482a077e 18663 [BZ #2801]
151659f6
OB
18664 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
18665
10b0f26b
OB
186662013-10-25 Ondřej Bílka <neleai@seznam.cz>
18667
18668 [BZ #14876]
18669 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
18670 * time/tst-strptime.c (day_tests): Add testcase.
18671
ca42d35e
OB
186722013-10-25 Ondřej Bílka <neleai@seznam.cz>
18673
482a077e 18674 [BZ #14029]
ca42d35e
OB
18675 * manual/pattern.texi: Acknowledge that fnmatch can fail.
18676
52e6d801
FB
186772013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
18678
18679 [BZ #16074]
18680 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
18681 MAP_FAILED on error.
18682
7cbcdb36
SP
186832013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
18684
18685 [BZ #16072]
18686 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
18687 heap for large requests.
18688
894f3f10
AM
186892013-10-25 Aurelien Jarno <aurelien@aurel32.net>
18690
18691 [BZ #9954]
18692 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
18693 result if the result has no associated interface.
18694 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
18695 interface for all 127.X.Y.Z addresses.
18696
b85545a6
CL
186972013-10-24 Chris Leonard <cjl@sugarlabs.org>
18698
18699 * locale/iso-639.def: Add Ligurian (lij)
18700
d1f23d46
OB
187012013-10-21 Ondřej Bílka <neleai@seznam.cz>
18702
18703 [BZ #15825]
18704 * sunrpc/rpc_main.c: Document rpcgen -5.
18705
4db5b08f
MS
187062013-10-19 Michael Stahl <mstahl@redhat.com>
18707
18708 * elf/rtld.c (do_preload): Print the reason why preloading failed.
18709
a471e96a
OB
187102013-10-19 Ondřej Bílka <neleai@seznam.cz>
18711
d1f23d46 18712 [BZ #10278]
a471e96a
OB
18713 * posix/glob.c: Match only directories when trailing slash is present.
18714 * posix/tst-gnuglob.c (my_opendir): Do not open files.
18715 (main): Add testcase.
18716
45c30c61
OB
187172013-10-19 Ondřej Bílka <neleai@seznam.cz>
18718
18719 [BZ #15670]
18720 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
18721
484c12fb
CD
187222013-10-18 Carlos O'Donell <carlos@redhat.com>
18723
3d7dc513
CD
18724 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
18725 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
18726 AUTH_DES and cindex for FIPS 140-2.
18727 (DES Encryption): Add cindex FIPS 46-3.
18728
484c12fb
CD
18729 * locale/locarchive.h (struct locarhandle): Add fname.
18730 * locale/programs/localedef.c (main): Pass ARGV[remaining]
18731 if an optional argument was specified to --list-archive,
18732 otherwise NULL.
18733 * locale/programs/locarchive.c (show_archive_content): Take new
18734 argument fname and pass it via ah.fname to open_archive.
18735 * locale/programs/localedef.h: Update decl.
18736 (open_archive): If AH->fname is non-null, open that file
18737 rather than the default file name, and don't ignore ENOENT.
18738 (create_archive): Set AH.fname to NULL.
18739 (delete_locales_from_archive): Likewise.
18740 (add_locales_to_archive): Likewise.
18741 * locale/programs/locfile.c (write_all_categories): Likewise.
18742
3c8325fb
JM
187432013-10-18 Joseph Myers <joseph@codesourcery.com>
18744 Aldy Hernandez <aldyh@redhat.com>
18745
18746 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
18747 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
18748 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
18749 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
18750 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
18751 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
18752 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
18753 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
18754 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
18755 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
18756 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
18757 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
18758 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
18759 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
18760 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
18761 Likewise.
18762 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
18763 Likewise.
18764 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
18765 Likewise.
18766 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
18767 Likewise.
18768 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
18769 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
18770 Likewise.
18771 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
18772 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
18773 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
18774 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
18775 Likewise.
18776 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
18777 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
18778 * sysdeps/powerpc/preconfigure: Likewise.
18779 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
18780 Likewise.
18781 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
18782 Replace contents of file by #include of <fenv_libc.h>.
18783 * sysdeps/powerpc/soft-fp/sfp-machine.h
18784 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
18785 and <sys/prctl.h>.
18786 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
18787 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
18788 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
18789 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
18790 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
18791 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
18792 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
18793 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
18794 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
18795 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
18796 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
18797 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
18798 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18799 Allow copysignl PLT reference to be missing.
18800
5abe0682
RS
188012013-10-18 Richard Sandiford <richard@codesourcery.com>
18802 Joseph Myers <joseph@codesourcery.com
18803
18804 [BZ #15948]
18805 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
18806 single character.
18807 (add_to_tablewc): Assert sequence of wide characters is nonempty.
18808
c7738d08
SP
188092013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
18810
18811 * elf/tst-tls-dlinfo.c: Don't include tls.h.
18812 * elf/tst-tls1.c: Likewise.
18813 * elf/tst-tls10.h: Likewise.
18814 * elf/tst-tls14.c: Likewise.
18815 * elf/tst-tls2.c: Likewise.
18816 * elf/tst-tls3.c: Likewise.
18817 * elf/tst-tls4.c: Likewise.
18818 * elf/tst-tls5.c: Likewise.
18819 * elf/tst-tls6.c: Likewise.
18820 * elf/tst-tls7.c: Likewise.
18821 * elf/tst-tls8.c: Likewise.
18822 * elf/tst-tls9.c: Likewise.
18823 * elf/tst-tlsmod1.c: Likewise.
18824 * elf/tst-tlsmod13.c: Likewise.
18825 * elf/tst-tlsmod13a.c: Likewise.
18826 * elf/tst-tlsmod14a.c: Likewise.
18827 * elf/tst-tlsmod16a.c: Likewise.
18828 * elf/tst-tlsmod16b.c: Likewise.
18829 * elf/tst-tlsmod2.c: Likewise.
18830 * elf/tst-tlsmod3.c: Likewise.
18831 * elf/tst-tlsmod4.c: Likewise.
18832 * elf/tst-tlsmod5.c: Likewise.
18833 * elf/tst-tlsmod6.c: Likewise.
18834
0bfcf2c7
OB
188352013-10-18 Ondřej Bílka <neleai@seznam.cz>
18836
18837 [BZ #12486]
18838 * malloc/malloc.c: remove checks for statistics.
18839
264aad1e
OB
188402013-10-17 Ondřej Bílka <neleai@seznam.cz>
18841
18842 [BZ #15277]
18843 * inet/inet_net.c (inet_network): Detect additional invalid strings.
18844 * inet/tst-network.c: Add testcase.
18845
b957ced8
AS
188462013-10-17 Andreas Schwab <schwab@suse.de>
18847
18848 [BZ #15218]
18849 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
18850 to determine canonical name.
18851
c5d5d574
OB
188522013-10-17 Ondřej Bílka <neleai@seznam.cz>
18853
18854 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
18855 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
18856 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
18857 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
18858 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
18859 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
18860 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
18861 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
18862 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
18863 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
18864 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
18865 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
18866 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18867 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
18868 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
18869 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
18870 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
18871 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
18872 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
18873 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
18874 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
18875 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
18876 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18877 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
18878 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
18879 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
18880 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
18881 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
18882 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
18883 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
18884 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
18885 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
18886 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
18887 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
18888 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
18889 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18890 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18891 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
18892 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
18893 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
18894 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
18895 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
18896 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
18897 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
18898 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
18899 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18900 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
18901 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
18902 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
18903 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
18904 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
18905 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
18906 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
18907 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
18908 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
18909 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
18910 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
18911 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
18912
e5c2c2d0
JM
189132013-10-17 Joseph Myers <joseph@codesourcery.com>
18914
18915 [BZ #16041]
18916 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
18917 make result into a quiet NaN.
18918
51ca9e29
JM
189192013-10-16 Joseph Myers <joseph@codesourcery.com>
18920
18921 * soft-fp/adddf3.c: Fix horizontal whitespace.
18922 * soft-fp/addsf3.c: Likewise.
18923 * soft-fp/addtf3.c: Likewise.
18924 * soft-fp/divdf3.c: Likewise.
18925 * soft-fp/divsf3.c: Likewise.
18926 * soft-fp/divtf3.c: Likewise.
18927 * soft-fp/double.h: Likewise.
18928 * soft-fp/eqdf2.c: Likewise.
18929 * soft-fp/eqsf2.c: Likewise.
18930 * soft-fp/eqtf2.c: Likewise.
18931 * soft-fp/extenddftf2.c: Likewise.
18932 * soft-fp/extended.h: Likewise.
18933 * soft-fp/extendsfdf2.c: Likewise.
18934 * soft-fp/extendsftf2.c: Likewise.
18935 * soft-fp/extendxftf2.c: Likewise.
18936 * soft-fp/fixdfdi.c: Likewise.
18937 * soft-fp/fixdfsi.c: Likewise.
18938 * soft-fp/fixdfti.c: Likewise.
18939 * soft-fp/fixsfdi.c: Likewise.
18940 * soft-fp/fixsfsi.c: Likewise.
18941 * soft-fp/fixsfti.c: Likewise.
18942 * soft-fp/fixtfdi.c: Likewise.
18943 * soft-fp/fixtfsi.c: Likewise.
18944 * soft-fp/fixtfti.c: Likewise.
18945 * soft-fp/fixunsdfdi.c: Likewise.
18946 * soft-fp/fixunsdfsi.c: Likewise.
18947 * soft-fp/fixunsdfti.c: Likewise.
18948 * soft-fp/fixunssfdi.c: Likewise.
18949 * soft-fp/fixunssfsi.c: Likewise.
18950 * soft-fp/fixunssfti.c: Likewise.
18951 * soft-fp/fixunstfdi.c: Likewise.
18952 * soft-fp/fixunstfsi.c: Likewise.
18953 * soft-fp/fixunstfti.c: Likewise.
18954 * soft-fp/floatdidf.c: Likewise.
18955 * soft-fp/floatdisf.c: Likewise.
18956 * soft-fp/floatditf.c: Likewise.
18957 * soft-fp/floatsidf.c: Likewise.
18958 * soft-fp/floatsisf.c: Likewise.
18959 * soft-fp/floatsitf.c: Likewise.
18960 * soft-fp/floattidf.c: Likewise.
18961 * soft-fp/floattisf.c: Likewise.
18962 * soft-fp/floattitf.c: Likewise.
18963 * soft-fp/floatundidf.c: Likewise.
18964 * soft-fp/floatundisf.c: Likewise.
18965 * soft-fp/floatunditf.c: Likewise.
18966 * soft-fp/floatunsidf.c: Likewise.
18967 * soft-fp/floatunsisf.c: Likewise.
18968 * soft-fp/floatunsitf.c: Likewise.
18969 * soft-fp/floatuntidf.c: Likewise.
18970 * soft-fp/floatuntisf.c: Likewise.
18971 * soft-fp/floatuntitf.c: Likewise.
18972 * soft-fp/fmadf4.c: Likewise.
18973 * soft-fp/fmasf4.c: Likewise.
18974 * soft-fp/fmatf4.c: Likewise.
18975 * soft-fp/gedf2.c: Likewise.
18976 * soft-fp/gesf2.c: Likewise.
18977 * soft-fp/getf2.c: Likewise.
18978 * soft-fp/ledf2.c: Likewise.
18979 * soft-fp/lesf2.c: Likewise.
18980 * soft-fp/letf2.c: Likewise.
18981 * soft-fp/muldf3.c: Likewise.
18982 * soft-fp/mulsf3.c: Likewise.
18983 * soft-fp/multf3.c: Likewise.
18984 * soft-fp/negdf2.c: Likewise.
18985 * soft-fp/negsf2.c: Likewise.
18986 * soft-fp/negtf2.c: Likewise.
18987 * soft-fp/op-1.h: Likewise.
18988 * soft-fp/op-2.h: Likewise.
18989 * soft-fp/op-4.h: Likewise.
18990 * soft-fp/op-8.h: Likewise.
18991 * soft-fp/op-common.h: Likewise.
18992 * soft-fp/quad.h: Likewise.
18993 * soft-fp/single.h: Likewise.
18994 * soft-fp/soft-fp.h: Likewise.
18995 * soft-fp/sqrtdf2.c: Likewise.
18996 * soft-fp/sqrtsf2.c: Likewise.
18997 * soft-fp/sqrttf2.c: Likewise.
18998 * soft-fp/subdf3.c: Likewise.
18999 * soft-fp/subsf3.c: Likewise.
19000 * soft-fp/subtf3.c: Likewise.
19001 * soft-fp/truncdfsf2.c: Likewise.
19002 * soft-fp/trunctfdf2.c: Likewise.
19003 * soft-fp/trunctfsf2.c: Likewise.
19004 * soft-fp/trunctfxf2.c: Likewise.
19005 * soft-fp/unorddf2.c: Likewise.
19006 * soft-fp/unordsf2.c: Likewise.
19007 * soft-fp/unordtf2.c: Likewise.
19008
9ebb0332
JM
190092013-10-15 Joseph Myers <joseph@codesourcery.com>
19010
19011 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19012 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19013
4b1a6d8b
OB
190142013-10-15 Ondřej Bílka <neleai@seznam.cz>
19015
19016 * elf/dl-libc.c: Clear initfini list after freeing.
19017
1e145589
JM
190182013-10-14 Joseph Myers <joseph@codesourcery.com>
19019
19020 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19021 * soft-fp/addsf3.c: Likewise.
19022 * soft-fp/addtf3.c: Likewise.
19023 * soft-fp/divdf3.c: Likewise.
19024 * soft-fp/divsf3.c: Likewise.
19025 * soft-fp/divtf3.c: Likewise.
19026 * soft-fp/double.h: Likewise.
19027 * soft-fp/eqdf2.c: Likewise.
19028 * soft-fp/eqsf2.c: Likewise.
19029 * soft-fp/eqtf2.c: Likewise.
19030 * soft-fp/extenddftf2.c: Likewise.
19031 * soft-fp/extended.h: Likewise.
19032 * soft-fp/extendsfdf2.c: Likewise.
19033 * soft-fp/extendsftf2.c: Likewise.
19034 * soft-fp/extendxftf2.c: Likewise.
19035 * soft-fp/fixdfdi.c: Likewise.
19036 * soft-fp/fixdfsi.c: Likewise.
19037 * soft-fp/fixdfti.c: Likewise.
19038 * soft-fp/fixsfdi.c: Likewise.
19039 * soft-fp/fixsfsi.c: Likewise.
19040 * soft-fp/fixsfti.c: Likewise.
19041 * soft-fp/fixtfdi.c: Likewise.
19042 * soft-fp/fixtfsi.c: Likewise.
19043 * soft-fp/fixtfti.c: Likewise.
19044 * soft-fp/fixunsdfdi.c: Likewise.
19045 * soft-fp/fixunsdfsi.c: Likewise.
19046 * soft-fp/fixunsdfti.c: Likewise.
19047 * soft-fp/fixunssfdi.c: Likewise.
19048 * soft-fp/fixunssfsi.c: Likewise.
19049 * soft-fp/fixunssfti.c: Likewise.
19050 * soft-fp/fixunstfdi.c: Likewise.
19051 * soft-fp/fixunstfsi.c: Likewise.
19052 * soft-fp/fixunstfti.c: Likewise.
19053 * soft-fp/floatdidf.c: Likewise.
19054 * soft-fp/floatdisf.c: Likewise.
19055 * soft-fp/floatditf.c: Likewise.
19056 * soft-fp/floatsidf.c: Likewise.
19057 * soft-fp/floatsisf.c: Likewise.
19058 * soft-fp/floatsitf.c: Likewise.
19059 * soft-fp/floattidf.c: Likewise.
19060 * soft-fp/floattisf.c: Likewise.
19061 * soft-fp/floattitf.c: Likewise.
19062 * soft-fp/floatundidf.c: Likewise.
19063 * soft-fp/floatundisf.c: Likewise.
19064 * soft-fp/floatunsidf.c: Likewise.
19065 * soft-fp/floatunsisf.c: Likewise.
19066 * soft-fp/floatuntidf.c: Likewise.
19067 * soft-fp/floatuntisf.c: Likewise.
19068 * soft-fp/floatuntitf.c: Likewise.
19069 * soft-fp/fmadf4.c: Likewise.
19070 * soft-fp/fmasf4.c: Likewise.
19071 * soft-fp/fmatf4.c: Likewise.
19072 * soft-fp/gedf2.c: Likewise.
19073 * soft-fp/gesf2.c: Likewise.
19074 * soft-fp/getf2.c: Likewise.
19075 * soft-fp/ledf2.c: Likewise.
19076 * soft-fp/lesf2.c: Likewise.
19077 * soft-fp/letf2.c: Likewise.
19078 * soft-fp/muldf3.c: Likewise.
19079 * soft-fp/mulsf3.c: Likewise.
19080 * soft-fp/multf3.c: Likewise.
19081 * soft-fp/negdf2.c: Likewise.
19082 * soft-fp/negsf2.c: Likewise.
19083 * soft-fp/negtf2.c: Likewise.
19084 * soft-fp/op-1.h: Likewise.
19085 * soft-fp/op-2.h: Likewise.
19086 * soft-fp/op-4.h: Likewise.
19087 * soft-fp/op-8.h: Likewise.
19088 * soft-fp/op-common.h: Likewise.
19089 * soft-fp/quad.h: Likewise.
19090 * soft-fp/single.h: Likewise.
19091 * soft-fp/soft-fp.h: Likewise.
19092 * soft-fp/sqrtdf2.c: Likewise.
19093 * soft-fp/sqrtsf2.c: Likewise.
19094 * soft-fp/sqrttf2.c: Likewise.
19095 * soft-fp/subdf3.c: Likewise.
19096 * soft-fp/subsf3.c: Likewise.
19097 * soft-fp/subtf3.c: Likewise.
19098 * soft-fp/truncdfsf2.c: Likewise.
19099 * soft-fp/trunctfdf2.c: Likewise.
19100 * soft-fp/trunctfsf2.c: Likewise.
19101 * soft-fp/trunctfxf2.c: Likewise.
19102 * soft-fp/unorddf2.c: Likewise.
19103 * soft-fp/unordsf2.c: Likewise.
19104 * soft-fp/unordtf2.c: Likewise.
19105
17c48a60
OB
191062013-10-14 Ondřej Bílka <neleai@seznam.cz>
19107
19108 [BZ #15672]
19109 * misc/error.c (error_tail): Fix possible buffer overflow.
19110
cabba934
OB
191112013-10-14 Aurelien Jarno <aurelien@aurel32.net>
19112
19113 [BZ #13028]
19114 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19115 address.
19116
94bf958a
PM
191172013-10-14 P. J. McDermott <pj@pehjota.net>
19118
19119 [BZ #832]
19120 * elf/ldd.bash.in (try_trace): New function. Delete previous code
19121 testing pipefail option.
19122
71b4dea7
JM
191232013-10-12 Joseph Myers <joseph@codesourcery.com>
19124
19125 * soft-fp/double.h: Indent preprocessor directives inside #if.
19126 * soft-fp/extended.h: Likewise.
19127 * soft-fp/op-2.h: Likewise.
19128 * soft-fp/op-4.h: Likewise.
19129 * soft-fp/op-common.h: Likewise.
19130 * soft-fp/quad.h: Likewise.
19131 * soft-fp/single.h: Likewise.
19132 * soft-fp/soft-fp.h: Likewise.
19133
55602758
YC
191342013-10-12 Yuri Chornoivan <yurchor@ukr.net>
19135
19136 * iconv/iconv_prog.c: Fix typos.
19137 * stdio-common/psiginfo-data.h: Likewise.
19138
9cd83302
RT
191392013-10-12 Reuben Thomas <rrt@sc3d.org>
19140
19141 [BZ #15764]
19142 * locale/setlocale.c: Fix typo.
19143
99fd9f47
JM
191442013-10-12 Joseph Myers <joseph@codesourcery.com>
19145
b7ea74f0
JM
19146 [BZ #16036]
19147 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19148 signaling NaN arguments.
19149 * soft-fp/unordsf2.c (__unordsf2): Likewise.
19150 * soft-fp/unordtf2.c (__unordtf2): Likewise.
19151
8a509447
JM
19152 [BZ #14910]
19153 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19154 unordered operands.
19155 * soft-fp/gesf2.c (__gesf2): Likewise.
19156 * soft-fp/getf2.c (__getf2): Likewise.
19157 * soft-fp/ledf2.c (__ledf2): Likewise.
19158 * soft-fp/lesf2.c (__lesf2): Likewise.
19159 * soft-fp/letf2.c (__letf2): Likewise.
19160
98998e9f
JM
19161 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19162 * soft-fp/eqsf2.c (__eqsf2): Likewise.
19163 * soft-fp/eqtf2.c (__eqtf2): Likewise.
19164 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19165 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19166 * soft-fp/fixdfti.c (__fixdfti): Likewise.
19167 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19168 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19169 * soft-fp/fixsfti.c (__fixsfti): Likewise.
19170 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19171 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19172 * soft-fp/fixtfti.c (__fixtfti): Likewise.
19173 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19174 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19175 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19176 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19177 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19178 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19179 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19180 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19181 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19182 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19183 * soft-fp/floatdisf.c (__floatdisf): Likewise.
19184 * soft-fp/floatsisf.c (__floatsisf): Likewise.
19185 * soft-fp/floattidf.c (__floattidf): Likewise.
19186 * soft-fp/floattisf.c (__floattisf): Likewise.
19187 * soft-fp/floattitf.c (__floattitf): Likewise.
19188 * soft-fp/floatundidf.c (__floatundidf): Likewise.
19189 * soft-fp/floatundisf.c (__floatundisf): Likewise.
19190 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19191 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19192 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19193 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19194 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19195 * soft-fp/gesf2.c (__gesf2): Likewise.
19196 * soft-fp/getf2.c (__getf2): Likewise.
19197 * soft-fp/ledf2.c (__ledf2): Likewise.
19198 * soft-fp/lesf2.c (__lesf2): Likewise.
19199 * soft-fp/letf2.c (__letf2): Likewise.
19200
8edc4a11
JM
19201 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19202 Undefine and redefine.
19203 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19204 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19205 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19206 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19207 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19208 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19209 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19210 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19211 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19212 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19213 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19214 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19215 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19216 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19217 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19218
8399acaf
JM
19219 [BZ #16032]
19220 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19221 without decrementing exponent if mantissa >= that for the
19222 denominator, not >.
19223 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19224 denominator, not >. Decrement exponent in < case instead of
19225 incrementing in >= case.
19226 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19227 without decrementing exponent if mantissa >= that for the
19228 denominator, not >.
19229
99fd9f47
JM
19230 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19231 computing saturated result for unsigned overflow.
19232
10e1cf6b
SP
192332013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19234 Jeff Law <law@redhat.com>
19235
19236 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19237 (atan2Mp): Add systemtap probe marker.
19238 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19239 (__ieee754_log): Add systemtap probe marker.
19240 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19241 (atanMp): Add systemtap probe marker.
19242 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19243 (tanMp): Add systemtap probe marker.
19244 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19245 (__slowexp): Add systemtap probe marker.
19246 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19247 (__slowpow): Add systemtap probe marker.
19248 * manual/probes.texi: Document probes.
19249
3d110c7c
EB
192502013-10-11 Eric Biggers <ebiggers3@gmail.com>
19251
19252 [BZ #15362]
19253 * libio/fileops.c (_IO_new_file_write): Return count of bytes
19254 written.
19255 (_IO_new_file_xsputn): Don't return EOF if nothing has been
19256 written.
19257 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19258 written to buffer but not flushed.
19259 * libio/iofwrite_u.c: Likewise.
19260 * libio/iopadn.c: Return bytes returned even if EOF was
19261 encountered.
19262 * libio/iowpadn.c: Likewise.
19263 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19264 if _IO_padn does not write the whole buffer.
19265 [!COMPILE_WPRINTF] (PAD): Likewise.
19266
75b4202a
DM
192672013-10-10 David S. Miller <davem@davemloft.net>
19268
19269 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19270 directory block.
19271
6c6352e6
JM
192722013-10-10 Joseph Myers <joseph@codesourcery.com>
19273
33b853c3
JM
19274 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
19275 instead of FSF address.
19276 * soft-fp/fixdfti.c: Likewise.
19277 * soft-fp/fixsfti.c: Likewise.
19278 * soft-fp/fixtfti.c: Likewise.
19279 * soft-fp/fixunsdfti.c: Likewise.
19280 * soft-fp/fixunssfti.c: Likewise.
19281 * soft-fp/fixunstfti.c: Likewise.
19282 * soft-fp/floattidf.c: Likewise.
19283 * soft-fp/floattisf.c: Likewise.
19284 * soft-fp/floattitf.c: Likewise.
19285 * soft-fp/floatuntidf.c: Likewise.
19286 * soft-fp/floatuntisf.c: Likewise.
19287 * soft-fp/floatuntitf.c: Likewise.
19288 * soft-fp/trunctfxf2.c: Likewise.
19289
6c6352e6
JM
19290 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
19291 * soft-fp/fixdfti.c: Likewise.
19292 * soft-fp/fixsfti.c: Likewise.
19293 * soft-fp/fixtfti.c: Likewise.
19294 * soft-fp/fixunsdfti.c: Likewise.
19295 * soft-fp/fixunssfti.c: Likewise.
19296 * soft-fp/fixunstfti.c: Likewise.
19297 * soft-fp/floattidf.c: Likewise.
19298 * soft-fp/floattisf.c: Likewise.
19299 * soft-fp/floattitf.c: Likewise.
19300 * soft-fp/floatuntidf.c: Likewise.
19301 * soft-fp/floatuntisf.c: Likewise.
19302 * soft-fp/floatuntitf.c: Likewise.
19303 * soft-fp/trunctfxf2.c: Likewise.
19304
3bf78b71
DM
193052013-10-10 David S. Miller <davem@davemloft.net>
19306
19307 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19308
6f10289e
JM
193092013-10-10 Joseph Myers <joseph@codsourcery.com>
19310
bd878fc0
JM
19311 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19312 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19313 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19314 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19315 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19316 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19317 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19318
6f10289e
JM
19319 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19320 for NaNs before doing comparisons on argument.
19321 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19322 Likewise.
19323
321e2684
WN
193242013-10-10 Will Newton <will.newton@linaro.org>
19325
19326 * malloc/hooks.c (memalign_check): Ensure the value of bytes
19327 passed to _int_memalign does not overflow.
19328
40fefba1
TR
193292013-10-10 Torvald Riegel <triegel@redhat.com>
19330
19331 * scripts/bench.pl: Add include-sources directive.
19332 * benchtests/README: Update documentation.
19333
2ae21ed2
JM
193342013-10-10 Joseph Myers <joseph@codesourcery.com>
19335
dcc2dd3f
JM
19336 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19337 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19338 instead of FP_INIT_ROUNDMODE.
19339 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19340 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19341
2ae21ed2
JM
19342 [BZ #16034]
19343 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
19344 copy class of input value.
19345 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
19346 not handle exceptions.
19347 * soft-fp/negsf2.c (__negsf2): Likewise.
19348 * soft-fp/negtf2.c (__negtf2): Likewise.
19349 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19350
cb8f9562
JM
193512013-10-09 Joseph Myers <joseph@codesourcery.com>
19352
19353 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19354 semicolon. From Linux kernel.
19355
5b60c59d
AB
193562013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
19357
19358 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19359
b86835ca
YC
193602013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
19361
19362 [BZ #156]
19363 * manual/socket.texi: Added statement about buffer
19364 for gethostbyname2_r.
19365
e7044ea7
OB
193662013-10-08 Ondřej Bílka <neleai@seznam.cz>
19367
19368 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19369 Use .p2align directive instead, throughout.
19370 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19371 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19372 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19373 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19374 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19375 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19376 * sysdeps/x86_64/strchr.S: Likewise.
19377 * sysdeps/x86_64/strrchr.S: Likewise.
19378
09544cbc
SP
193792013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
19380
88576635
SP
19381 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19382
e7b2d1dd
SP
19383 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19384
09544cbc
SP
19385 * sysdeps/generic/math_private.h (__mpsin1): Remove
19386 declaration.
19387 (__mpcos1): Likewise.
19388 (__mpsin): New argument __range_reduce.
19389 (__mpcos): Likewise.
19390 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19391 (slow): Use __mpsin and __mpcos.
19392 (slow1): Likewise.
19393 (slow2): Likewise.
19394 (sloww): Likewise.
19395 (sloww1): Likewise.
19396 (sloww2): Likewise.
19397 (bsloww): Likewise.
19398 (bsloww1): Likewise.
19399 (bsloww2): Likewise.
19400 (cslow2): Likewise.
19401 (csloww): Likewise.
19402 (csloww1): Likewise.
19403 (csloww2): Likewise.
19404 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19405 range_reduce. Merge in __mpsin1.
19406 (__mpcos): Likewise.
19407 (__mpsin1): Remove.
19408 (__mpcos1): Likewise.
19409
7602d070
JM
194102013-10-07 Joseph Myers <joseph@codesourcery.com>
19411
19412 * locale/loadlocale.c (_nl_intern_locale_data): Use
19413 LOCFILE_ALIGNED_P.
19414 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19415 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19416 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19417 obstack data is appropriately aligned.
19418 (obstack_int32_grow_fast): Likewise.
19419 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19420 * locale/programs/locfile.c (add_locale_uint32): Likewise.
19421 (add_locale_uint32_array): Likewise.
19422
a357259b
SP
194232013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
19424
19425 * benchtests/Makefile: Remove ARGLIST and RET variables.
19426 ($(objpfx)bench-%.c): Pass only function name to the script.
19427 * benchtests/README: Update documentation.
19428 * benchtests/acos-inputs: Add new directives.
19429 * benchtests/acosh-inputs: Likewise.
19430 * benchtests/asin-inputs: Likewise.
19431 * benchtests/asinh-inputs: Likewise.
19432 * benchtests/atan-inputs: Likewise.
19433 * benchtests/atanh-inputs: Likewise.
19434 * benchtests/cos-inputs: Likewise.
19435 * benchtests/cosh-inputs: Likewise.
19436 * benchtests/exp-inputs: Likewise.
19437 * benchtests/log-inputs: Likewise.
19438 * benchtests/pow-inputs: Likewise.
19439 * benchtests/rint-inputs: Likewise.
19440 * benchtests/sin-inputs: Likewise.
19441 * benchtests/sinh-inputs: Likewise.
19442 * benchtests/tan-inputs: Likewise.
19443 * benchtests/tanh-inputs: Likewise.
19444 * scripts/bench.pl: Add support for new directives.
19445
9ec1b13d
AM
194462013-10-07 Alan Modra <amodra@gmail.com>
19447
19448 * README: Fix careless merge.
19449
8b7d57cd
AM
194502013-10-05 Alan Modra <amodra@gmail.com>
19451
19452 * NEWS: Mention powerpc64le support and bugs fixed.
19453 * README: Both big-endian and little-endian powerpc64 supported.
19454
7b7bab13
ST
194552013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
19456
57f41c40
AS
19457 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19458 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
19459 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19460 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19461
d39baad1
RA
194622013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
19463
19464 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19465 match prototype.
19466
cd78f7e7
JM
194672013-10-04 Joseph Myers <joseph@codesourcery.com>
19468
29d73d86
JM
19469 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19470 Move -mhard-float appending from
19471 ports/sysdeps/powerpc/powerpc32/Makefile.
19472 [$(with-fp) = yes] (ASFLAGS): Likewise.
19473 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19474 * sysdeps/powerpc/nofpu: Move directory from
19475 ports/sysdeps/powerpc/nofpu.
19476 * sysdeps/powerpc/soft-fp: Move directory from
19477 ports/sysdeps/powerpc/soft-fp.
19478 * sysdeps/powerpc/powerpc32/405: Move directory from
19479 ports/sysdeps/powerpc/powerpc32/405.
19480 * sysdeps/powerpc/powerpc32/440: Move directory from
19481 ports/sysdeps/powerpc/powerpc32/440.
19482 * sysdeps/powerpc/powerpc32/464: Move directory from
19483 ports/sysdeps/powerpc/powerpc32/464.
19484 * sysdeps/powerpc/powerpc32/476: Move directory from
19485 ports/sysdeps/powerpc/powerpc32/476.
19486 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19487 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19488 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19489 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19490 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19491 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19492 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19493 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19494 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
19495 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
19496 * README: Update for powerpc-*-linux-gnu software floating point
19497 support in libc.
19498
e246b347
JM
19499 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
19500 case to powerpc/powerpc32*.
19501 * sysdeps/unix/sysv/linux/configure: Regenerated.
19502
89c2003e
JM
19503 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
19504 (_FPU_MASK_OM): Define as 0x04.
19505 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
19506 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
19507 0x00c10080.
19508 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
19509 0x0000003c.
19510 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
19511
cd78f7e7
JM
19512 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
19513 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19514 getcontext_e500.
19515 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
19516 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19517 setcontext_e500.
19518 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
19519 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
19520 and setcontext_e500.
19521
c755294d
CL
195222013-10-04 Chris Leonard <cjl@sugarlabs,.org>
19523
19524 * locale/iso-3166.def: Update iso-1366.def and related occurrences
19525
e16d221c
SP
195262013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
19527
19528 * manual/threads.texi (Default Thread Attributes): Fix typo.
19529
215c7d43
WN
195302013-10-04 Will Newton <will.newton@linaro.org>
19531
19532 * malloc/Makefile: Add tst-memalign.
19533 * malloc/tst-memalign.c: New file.
19534
27d0461b
WN
19535 * malloc/tst-posix_memalign.c: Add comments.
19536 (do_test): Add comments and call free on all potentially
19537 allocated pointers. Add space after cast.
19538
1bc92709
WN
19539 * malloc/tst-pvalloc.c: Add comments.
19540 (do_test): Add comments and call free on all potentially
19541 allocated pointers. Remove duplicate check for NULL pointer.
19542 Add space after cast.
19543
66a9be9d
WN
19544 * malloc/tst-valloc.c: Add comments.
19545 (do_test): Add comments and call free on all potentially
19546 allocated pointers. Remove duplicate check for NULL pointer.
19547 Add space after cast.
19548
4cb81307
AM
195492013-10-04 Alan Modra <amodra@gmail.com>
19550
19551 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19552 Use stdint types in rather than __attribute__((mode())).
19553 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19554
f8e3e9f3
AM
195552013-10-04 Alan Modra <amodra@gmail.com>
19556
19557 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19558 Correct handling of unaligned relocs for little-endian.
19559 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19560
8f9ebb08
AM
195612013-10-04 Alan Modra <amodra@gmail.com>
19562
19563 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
19564 * configure: Regenerate.
19565 * nptl/shlib-versions: Powerpc*le starts at 2.18.
19566 * shlib-versions: Likewise.
19567
0edf96c2
AM
195682013-10-04 Alan Modra <amodra@gmail.com>
19569
19570 * string/tester.c (test_memrchr): Increment reported test cycle.
19571
e0f7a380
AM
195722013-10-04 Alan Modra <amodra@gmail.com>
19573
19574 * string/test-memcpy.c (do_one_test): When reporting errors, print
19575 string address and don't overrun end of string.
19576
466b0393
AM
195772013-10-04 Alan Modra <amodra@gmail.com>
19578
19579 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
19580 insrdi. Make better use of reg selection to speed exit slightly.
19581 Schedule entry path a little better. Remove useless "are we done"
19582 checks on entry to main loop. Handle wrapping around zero address.
19583 Correct main loop count. Handle single left-over word from main
19584 loop inline rather than by using loop_small. Remove extra word
19585 case in loop_small caused by wrong loop count. Add little-endian
19586 support.
19587 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
19588 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
19589 cache hint.
19590 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
19591 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
19592 support. Avoid rlwimi.
19593 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
19594
3be87c77
AM
195952013-10-04 Alan Modra <amodra@gmail.com>
19596
19597 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 19598 insrdi. Formatting.
3be87c77
AM
19599 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
19600 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19601 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
19602 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19603 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19604 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
19605
759cfef3
AM
196062013-10-04 Alan Modra <amodra@gmail.com>
19607
19608 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
19609 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19610 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
19611 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
19612 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
19613 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19614 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19615 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
19616 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
19617 use of regs. Use power7 mtocrf. Tidy function tails.
19618
fe6e95d7
AM
196192013-10-04 Alan Modra <amodra@gmail.com>
19620
19621 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
19622 Formatting. Consistently use rXXX register defines or rN defines.
19623 Use early exit labels that avoid restoring unused non-volatile regs.
19624 Make cr field use more consistent with rWORDn compares. Rename
19625 regs used as shift registers for unaligned loop, using rN defines
19626 for short lifetime/multiple use regs.
19627 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19628 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
19629 addi 1,1,64 to pop stack frame. Simplify return value code.
19630 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19631
664318c3
AM
196322013-10-04 Alan Modra <amodra@gmail.com>
19633
19634 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
19635 support. Correct typos, formatting. Optimize tail. Use insrdi
19636 rather than rlwimi.
19637 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
19638 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
19639 little-endian support. Correct typos.
19640 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
19641 rather than rlwimi.
19642 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
19643 in loop and entry code to keep "and." results.
19644 (strchr): Add little-endian support. Comment. Move cntlzd
19645 earlier in tail.
19646 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
19647
43b84013
AM
196482013-10-04 Alan Modra <amodra@gmail.com>
19649
19650 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
19651 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
19652 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
19653 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
19654
8a7413f9
AM
196552013-10-04 Alan Modra <amodra@gmail.com>
19656
19657 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
19658 (rTMP): Define as r11.
19659 (strcmp): Add little-endian support. Optimise tail.
19660 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
19661 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19662 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
19663 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
19664 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
19665 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
19666 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
19667
33ee81de
AM
196682013-10-04 Alan Modra <amodra@gmail.com>
19669
19670 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
19671 little-endian support. Remove unnecessary "are we done" tests.
19672 Handle "s" wrapping around zero and extremely large "size".
19673 Correct main loop count. Handle single left-over word from main
19674 loop inline rather than by using small_loop. Correct comments.
19675 Delete "zero" tail, use "end_max" instead.
19676 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
19677
db9b4570
AM
196782013-10-04 Alan Modra <amodra@gmail.com>
19679
19680 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
19681 support. Don't branch over align.
19682 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
19683 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
19684 support. Rearrange tmp reg use to suit. Comment.
19685 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
19686
f7c399cf
AM
196872013-10-04 Alan Modra <amodra@gmail.com>
19688
19689 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
19690
0b2c2ace
AM
196912013-10-04 Alan Modra <amodra@gmail.com>
19692
19693 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
19694 conditional form of branch and link when obtaining pc.
19695 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
19696
02f04a6c
AM
196972013-10-04 Alan Modra <amodra@gmail.com>
19698
19699 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
19700 HIWORD/LOWORD.
19701 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
19702 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
19703
9b874b2f
AM
197042013-10-04 Alan Modra <amodra@gmail.com>
19705
19706 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
19707 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
19708 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
19709 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
19710 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19711 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19712 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
19713 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19714 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
19715 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
19716
be1e5d31
AB
197172013-10-04 Anton Blanchard <anton@au1.ibm.com>
19718 Alistair Popple <alistair@ozlabs.au.ibm.com>
19719 Alan Modra <amodra@gmail.com>
19720
19721 [BZ #15723]
19722 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
19723 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
19724 _dl_hwcap access for little-endian.
19725 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
19726 destroy vmx regs when saving unaligned.
19727 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
19728 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
19729 destroy vmx regs when saving unaligned.
19730
fef13a78
AM
197312013-10-04 Alan Modra <amodra@gmail.com>
19732
19733 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
19734 Don't use a union to pack hi/low value.
19735
76a66d51
AB
197362013-10-04 Anton Blanchard <anton@au1.ibm.com>
19737
19738 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
19739 for little-endian.
19740 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19741 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
19742 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
19743 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19744 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19745
6a31fe7f
AM
197462013-10-04 Alan Modra <amodra@gmail.com>
19747
19748 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
19749 constants to usual value for .cst8 section, and remove redundant
19750 high address load.
19751 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
19752 constant for 0x1p52. Load little-endian words of double from
19753 correct stack offsets.
19754
7b88401f
AM
197552013-10-04 Alan Modra <amodra@gmail.com>
19756
19757 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
19758 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
19759 words of double from correct stack offsets.
19760 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
19761 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
19762 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19763 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19764 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19765 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19766 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19767 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
19768 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
19769 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19770 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19771 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19772 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
19773 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
19774 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
19775 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
19776 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
19777
9c008155
AM
197782013-10-04 Alan Modra <amodra@gmail.com>
19779
19780 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
19781 64-bit int/double union.
19782 (_FPU_SETCW): Likewise.
19783 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
19784 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
19785
da13146d
AM
197862013-10-04 Alan Modra <amodra@gmail.com>
19787
19788 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
19789 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
19790
603e8410
AM
197912013-10-04 Alan Modra <amodra@gmail.com>
19792
19793 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
19794 use vector int constants.
19795 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
19796
4a28b3ca
AB
197972013-10-04 Anton Blanchard <anton@au1.ibm.com>
19798
19799 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
19800 array with long long.
19801 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
19802 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
19803 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
19804 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
19805 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
19806 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
19807 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
19808 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
19809 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
19810 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
19811 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
19812 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
19813 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
19814
2ca85d2b
AB
198152013-10-04 Anton Blanchard <anton@au1.ibm.com>
19816
19817 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
19818 (__signbit): Likewise. Correct for little-endian.
19819 (__signbitl): Call __signbit.
19820 (lrint): Correct for little-endian.
19821 (lrintf): Call lrint.
19822
62a728ae
AM
198232013-10-04 Alan Modra <amodra@gmail.com>
19824
19825 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
19826 union 32-bit int array member with 64-bit int array.
19827 (t515, tm256): Double rather than long double.
19828 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
19829
32c301df
AM
198302013-10-04 Alan Modra <amodra@gmail.com>
19831
19832 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
19833 Delete.
19834 (IEEE854_LONG_DOUBLE_BIAS): Delete.
19835 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
19836 version of math_ldbl.h.
19837
650ef4bd
AM
198382013-10-04 Alan Modra <amodra@gmail.com>
19839
19840 [BZ #15734], [BZ #15735]
19841 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
19842 all uses of ieee875 long double macros and unions. Simplify test
19843 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
19844 ldbl_extract_mantissa value for ix,iy exponents. Properly
19845 normalize after ldbl_extract_mantissa, and don't add hidden bit
19846 already handled. Don't treat low word of ieee854 mantissa like
19847 low word of IBM long double and mask off bit when testing for
19848 zero.
19849 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
19850 all uses of ieee875 long double macros and unions. Simplify tests
19851 for 0.0L and inf. Correct double adjustment of k. Delete dead code
19852 adjusting ha,hb. Simplify code setting kld. Delete two600 and
19853 two1022, instead use their values. Recognise that tests for large
19854 "a" and small "b" are mutually exclusive. Rename vars. Comment.
19855 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
19856 Rewrite all uses of ieee875 long double macros and unions. Simplify
19857 test for 0.0L and nan. Correct negation.
19858 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
19859 ieee875 long double macros and unions. Correct output for large
19860 magnitude x. Correct absolute value calculation.
19861 (__erfcl): Likewise.
19862 * math/libm-test.inc: Add tests for errors discovered in IBM long
19863 double versions of fmodl, remainderl, erfl and erfcl.
19864
765714ca
AM
198652013-10-04 Alan Modra <amodra@gmail.com>
19866
19867 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
19868 all uses of ieee854 long double macros and unions. Simplify tests
19869 for long doubles that are fully specified by the high double.
19870 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
19871 Likewise.
19872 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
19873 Remove dead code too.
19874 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
19875 (__ieee754_ynl): Likewise.
19876 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
19877 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
19878 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
19879 Remove dead code too.
19880 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
19881 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
19882 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
19883 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
19884 Simplify.
19885 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
19886 Simplify.
19887 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
19888 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
19889 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
19890 Comment on variable precision.
19891 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
19892 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
19893 Likewise.
19894 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
19895 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
19896 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
19897 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
19898 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
19899
4ebd120c
AM
199002013-10-04 Alan Modra <amodra@gmail.com>
19901
19902 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
19903 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
19904 all uses of ieee854 long double macros and unions.
19905 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
19906 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
19907 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
19908 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
19909 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
19910 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
19911 Likewise.
19912 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
19913 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
19914 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
19915 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
19916 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
19917 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
19918 Simplify sign and nan test too.
19919 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
19920 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
19921 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
19922 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
19923 Likewise.
19924 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
19925 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
19926 Likewise.
19927 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19928 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
19929 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
19930 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
19931 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
19932 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
19933
1b6adf88
AM
199342013-10-04 Alan Modra <amodra@gmail.com>
19935
19936 * stdio-common/printf_size.c (__printf_size): Don't use
19937 union ieee854_long_double in fpnum union.
19938 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
19939 signbit macro to retrieve sign from long double.
19940 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
19941 retrieve sign from long double.
19942 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
19943 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
19944 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
19945 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
19946 * math/test-misc.c (main): Don't use union ieee854_long_double.
19947
4cf69995
AM
199482013-10-04 Alan Modra <amodra@gmail.com>
19949
19950 [BZ #15680]
19951 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
19952 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
19953 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
19954 calculation. Remove unnecessary test for denormal exponent.
19955 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
19956 Correct handling of denormals. Avoid undefined shift behaviour.
19957 Correct normalisation of low mantissa when low double is denormal.
19958 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
19959 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
19960 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
19961 Correct normalisation of low mantissa. Test for overflow of high
19962 mantissa and normalise.
19963 (ldbl_nearbyint): Use more readable constant for two52.
19964 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
19965 (__mpn_construct_long_double): Fix test for overflow of high
19966 mantissa and correct normalisation. Avoid undefined shift.
19967
9605ca6c
AM
199682013-10-04 Alan Modra <amodra@gmail.com>
19969
19970 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
19971 (union ibm_extended_long_double): Define as an array of ieee754_double.
19972 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
19973 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
19974 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
19975 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
19976 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19977 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
19978 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19979 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
19980 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
19981 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
19982 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
19983
975569d0
JM
199842013-10-03 Joseph Myers <joseph@codesourcery.com>
19985
d3d23756
JM
19986 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
19987 page size instead of calling getpagesize.
19988
975569d0
JM
19989 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
19990 (LOCFILE_ALIGN_MASK): Likewise.
19991 (LOCFILE_ALIGN_UP): Likewise.
19992 (LOCFILE_ALIGNED_P): Likewise.
19993 * locale/programs/ld-collate.c (collate_output): Use the new
19994 macros instead of __alignof__ (int32_t).
19995 * locale/weight.h (findidx): Likewise.
19996
b1fe1f2b
OB
199972013-10-03 Ondřej Bílka <neleai@seznam.cz>
19998
19999 [BZ #431]
20000 * manual/string.texi: Fix strncat and wcsncat.
20001
5f855e35
BM
200022013-10-03 Brooks Moses <bmoses@google.com>
20003
20004 [BZ #15915]
20005 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20006 * Makerules: ...here, and adjust associated comments.
20007
3cef6009
WN
200082013-10-02 Will Newton <will.newton@linaro.org>
20009
20010 * malloc/Makefile: Add tst-pvalloc.
20011 * malloc/tst-pvalloc.c: New file.
20012
7815420b
WN
200132013-10-02 Will Newton <will.newton@linaro.org>
20014
20015 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20016 improve test coverage.
20017
4868b204
WN
200182013-10-02 Will Newton <will.newton@linaro.org>
20019
20020 * malloc/Makefile: Add tst-posix_memalign.
20021 * malloc/tst-posix_memalign.c: New file.
20022
29c793b3
EB
200232013-10-01 Eric Blake <eblake@redhat.com>
20024
20025 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20026 Use __THROWNL rather than __THROW on static functions.
20027
fd967522
PM
200282013-09-30 Petr Machata <pmachata@redhat.com>
20029
20030 * elf/elf.h (R_AARCH64_ABS16): New macro.
20031 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20032 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20033 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20034 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20035 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20036 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20037 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20038 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20039 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20040 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20041 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20042 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20043 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20044 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20045 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20046 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20047 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20048 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20049 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20050 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20051 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20052 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20053 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20054 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20055 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20056 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20057 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20058 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20059 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20060 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20061 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20062 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20063 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20064 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20065 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20066 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20067 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20068 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20069 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20070 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20071 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20072 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20073 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20074 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20075 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20076 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20077 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20078 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20079 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20080 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20081 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20082 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20083 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20084 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20085 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20086 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20087 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20088 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20089 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20090 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20091 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20092 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20093 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20094 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20095 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20096 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20097 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20098 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20099 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20100 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20101 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20102 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20103 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20104 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20105 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20106 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20107 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20108 (R_AARCH64_TLSDESC_LDR): Likewise.
20109 (R_AARCH64_TLSDESC_ADD): Likewise.
20110 (R_AARCH64_TLSDESC_CALL): Likewise.
20111
b2179107
AS
201122013-09-30 Andreas Schwab <schwab@suse.de>
20113
20114 [BZ #15048]
20115 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20116 the nss database lookup.
20117 * nscd/initgrcache.c (addinitgroupsX): Likewise.
20118 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20119
47f28d0a
MF
201202013-09-28 Mike Frysinger <vapier@gentoo.org>
20121
20122 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20123
201242013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
20125
20126 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20127 ${Bash-specific parameter/pattern/string} parameter expansion.
20128 * sysdeps/unix/make-syscalls.sh: Likewise.
20129
f4518a17
KK
201302013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20131
20132 * sysdeps/sh/stackguard-macros.h: New file.
20133
dc1a95c7
OB
201342013-09-26 Ondřej Bílka <neleai@seznam.cz>
20135
20136 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20137 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20138 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20139 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20140 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20141 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20142
5ebbff8f
AZ
201432013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20144
20145 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20146 Fix thread ID register.
20147
4fd2cf9f
JM
201482013-09-25 Joseph Myers <joseph@codesourcery.com>
20149
20150 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20151 [POSIX || UNIX98]: Require rather than permitting all symbols from
20152 <time.h>.
20153 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20154 element of struct sched_param.
20155 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20156 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20157 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20158 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20159 constant.
20160
12c22bc4
OL
201612013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
20162
20163 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20164 argument calculation.
20165
a03d8ea7
JM
201662013-09-24 Joseph Myers <joseph@codesourcery.com>
20167
20168 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20169 Expect macro.
20170 [POSIX] (pthread_attr_t): Do not require type.
20171 [POSIX] (pthread_cond_t): Likewise.
20172 [POSIX] (pthread_condattr_t): Likewise.
20173 [POSIX] (pthread_key_t): Likewise.
20174 [POSIX] (pthread_mutex_t): Likewise.
20175 [POSIX] (pthread_mutexattr_t): Likewise.
20176 [POSIX] (pthread_once_t): Likewise.
20177 [POSIX] (pthread_t): Likewise.
20178 [POSIX-based standards] (pthread_atfork): Expect function.
20179
6055173a
JM
201802013-09-24 Joseph Myers <joseph@codesourcery.com>
20181 Richard Sandiford <richard@codesourcery.com>
20182
20183 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20184 (swap_endianness_p): New extern variable.
20185 (set_big_endian): New inline function.
20186 (maybe_swap_uint32): Likewise.
20187 (maybe_swap_uint32_array): Likewise.
20188 (maybe_swap_uint32_obstack): Likewise.
20189 * locale/programs/locfile.c: Include <stdbool.h>.
20190 (swap_endianness_p): New variable.
20191 (add_locale_uint32): Call maybe_swap_uint32.
20192 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20193 (write_locale_data): Call maybe_swap_uint32_array.
20194 * locale/programs/ld-collate.c (obstack_int32_grow): Call
20195 maybe_swap_uint32.
20196 (obstack_int32_grow_fast): Likewise.
20197 (output_weightwc): Call maybe_swap_uint32_obstack.
20198 (collate_output): Likewise.
20199 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20200 (OPT_LITTLE_ENDIAN): Likewise.
20201 (options): Add --little-endian and --big-endian options.
20202 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20203 * locale/programs/locarchive.c: Include "locfile.h".
20204 (GET): New macro.
20205 (SET): Likewise.
20206 (INC): Likewise.
20207 (create_archive): Use the new macros to access fields of
20208 structures directly mapped from or written to locale archives.
20209 (oldlocrecentcmp): Likewise.
20210 (enlarge_archive): Likewise.
20211 (insert_name): Likewise.
20212 (add_alias): Likewise.
20213 (add_locale): Likewise.
20214 (delete_locales_from_archive): Likewise.
20215 (show_archive_content): Likewise.
20216 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
20217 locale data.
20218
39bf0bb4
RM
202192013-09-24 Roland McGrath <roland@hack.frob.com>
20220
20221 * manual/freemanuals.texi: Updated from (newly) canonical copy at
20222 http://www.gnu.org/doc/freemanuals.texi.
20223 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20224
f02eed10
WN
202252013-09-24 Will Newton <will.newton@linaro.org>
20226
20227 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20228 macro.
20229
a3a6c312
JM
202302013-09-23 Joseph Myers <joseph@codesourcery.com>
20231
20232 * locale/hashval.h (compute_hashval): Interpret bytes of key as
20233 unsigned char.
20234
107375ac
MR
202352013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
20236
20237 * manual/threads.texi (POSIX Threads): Fix a typo.
20238
141f3a77
SP
202392013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
20240
303e567a
SP
20241 [BZ #14547]
20242 * string/tst-strcoll-overflow.c: New test case.
20243 * string/Makefile (xtests): Add tst-strcoll-overflow.
20244 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20245 cache if string sizes may cause integer overflow.
20246
141f3a77
SP
20247 [BZ #14547]
20248 * string/strcoll_l.c (coll_seq): New members rule, idx,
20249 save_idx and back_us.
20250 (get_next_seq_nocache): New function.
20251 (do_compare_nocache): New function.
20252 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20253 when malloc fails.
20254
c61b4d41
CD
202552013-09-23 Carlos O'Donell <carlos@redhat.com>
20256
0b1f8e35
CD
20257 [BZ #15754]
20258 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20259 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20260 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20261
c61b4d41
CD
20262 [BZ #15754]
20263 * elf/Makefile (tests): Add tst-ptrguard1.
20264 (tests-static): Add tst-ptrguard1-static.
20265 (tst-ptrguard1-ARGS): Define.
20266 (tst-ptrguard1-static-ARGS): Define.
20267 * elf/tst-ptrguard1.c: New file.
20268 * elf/tst-ptrguard1-static.c: New file.
20269 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20270 * sysdeps/i386/stackguard-macros.h: Likewise.
20271 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20272 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20273 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20274 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20275 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20276 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20277
202782013-09-23 Hector Marco <hecmargi@upv.es>
20279 Ismael Ripoll <iripoll@disca.upv.es>
20280 Carlos O'Donell <carlos@redhat.com>
20281
20282 [BZ #15754]
20283 * sysdeps/generic/stackguard-macros.h: Define
20284 __pointer_chk_guard_local and POINTER_CHK_GUARD.
20285 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20286 Define __pointer_chk_guard_local.
20287 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20288 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20289
f5f4e7b4
VV
202902013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
20291
20292 [BZ #15859]
20293 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20294
5bb43a43
AS
202952013-09-20 Andreas Schwab <schwab@linux-m68k.org>
20296
20297 * include/string.h (__ffs): Declare as hidden.
20298 * string/ffs.c (__ffs): Define as hidden.
20299 * sysdeps/i386/ffs.c (__ffs): Likewise.
20300 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20301 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20302 * sysdeps/s390/ffs.c (__ffs): Likewise.
20303 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20304
3ea5be54
AO
203052013-09-20 Alexandre Oliva <aoliva@redhat.com>
20306
ffb89e53
AO
20307 * NEWS: Mention malloc probes.
20308
322dea08
AO
20309 * malloc/arena.c (new_heap): New memory_heap_new probe.
20310 (grow_heap): New memory_heap_more probe.
20311 (shrink_heap): New memory_heap_less probe.
20312 (heap_trim): New memory_heap_free probe.
20313 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20314 (systrim): New memory_sbrk_less probe.
20315 * manual/probes.texi: Document them.
20316
655673f3
AO
20317 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20318 * manual/probes.texi: Document it.
20319
35fed6f1
AO
20320 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20321 (__libc_realloc): Add memory_realloc_retry probe.
20322 (__libc_memalign): Add memory_memalign_retry probe.
20323 (__libc_valloc): Add memory_valloc_retry probe.
20324 (__libc_pvalloc): Add memory_pvalloc_retry probe.
20325 (__libc_calloc): Add memory_calloc_retry probe.
20326 * manual/probes.texi: Document them.
20327
6999d38c
AO
20328 * malloc/arena.c (get_free_list): Add probe
20329 memory_arena_reuse_free_list.
20330 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20331 and memory_arena_reuse.
20332 (arena_get2) [!PER_THREAD]: Likewise.
20333 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20334 memory_arena_reuse_realloc.
20335 * manual/probes.texi: Document them.
20336
0653427f
AO
20337 * malloc/malloc.c (__libc_free): Add
20338 memory_mallopt_free_dyn_thresholds probe.
20339 (__libc_mallopt): Add multiple memory_mallopt probes.
20340 * manual/probes.texi: Document them.
20341
3ea5be54
AO
20342 * malloc/malloc.c: Include stap-probe.h.
20343 (__libc_mallopt): Add memory_mallopt probe.
20344 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20345 * manual/probes.texi: New.
20346 * manual/Makefile (chapters): Add probes.
20347 * manual/threads.texi: Set next node.
20348
e35696c3 203492013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 20350
e35696c3
CL
20351 [BZ #15963, #13985]
20352 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20353 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20354 Add `Chinese' to `nan' entry name.
20355
4aafb73c
SP
203562013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
20357
20358 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20359 (POLYNOMIAL): Likewise.
20360 (TAYLOR_SINCOS): Likewise.
20361 (TAYLOR_SLOW): Likewise.
20362 (__sin): Use TAYLOR_SINCOS.
20363 (__cos): Likewise.
20364 (slow): Use TAYLOR_SLOW.
20365 (sloww): Likewise.
20366 (bsloww): Likewise.
20367 (csloww): Likewise.
20368
d84f25c7
LD
203692013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
20370
20371 * stdlib/strtod_l.c: Fix buffer overrun.
20372
5eea0404
SP
203732013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
20374
7849ff93
SP
20375 * benchtests/Makefile (bench): Add sincos.
20376 * benchtests/bench-sincos.c: New file.
20377
cfa3c886
SP
20378 * math/libm-test.inc (cos_test_data): New test inputs.
20379 (sin_test_data): Likewise.
20380
b348e1e3
SP
20381 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20382 macro.
20383 (__sin): Use it.
20384 (__cos): Likewise.
20385 (slow1): Likewise.
20386 (slow2): Likewise.
20387 (sloww1): Likewise.
20388 (sloww2): Likewise.
20389 (bsloww1): Likewise.
20390 (bsloww2): Likewise.
20391 (cslow2): Likewise.
20392 (csloww1): Likewise.
20393 (csloww2): Likewise.
20394
6cce25f8
SP
20395 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20396 function.
20397 (__sin): Use it.
20398 (__cos): Likewise.
20399
5eea0404
SP
20400 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20401 gotos.
20402 (__cos): Likewise.
20403
9c21573c
MR
204042013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
20405
20406 * config.h.in (HAVE_MIPS_NAN2008): New macro.
20407 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20408 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20409 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20410 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20411 * elf/cache.c (print_entry): Handle the new cache flags.
20412
24d22e65
JM
204132013-09-18 Joseph Myers <joseph@codesourcery.com>
20414 Aldy Hernandez <aldyh@redhat.com>
20415
20416 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20417 Change condition to [_SOFT_FLOAT].
20418 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20419 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20420 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20421 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20422 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20423 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20424 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20425 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20426 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20427 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20428 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20429 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20430 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20431 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20432 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20433 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20434 declaration.
20435
d13ef066
JM
204362013-09-18 Joseph Myers <joseph@codesourcery.com>
20437
2e071de0
JM
20438 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20439 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20440 (__longjmp): Use LOAD_GP to load saved GPRs.
20441 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20442 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20443 (__sigsetjmp): Use SAVE_GP to save GPRs.
20444
d13ef066
JM
20445 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20446 Do not append -msoft-float.
20447 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20448
97a0650b
SP
204492013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
20450
20451 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20452
11ca09e9
JM
204532013-09-17 Joseph Myers <joseph@codesourcery.com>
20454
20455 [BZ #15966]
20456 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20457 (_FPU_GETCW): Use initial "__" on variable and field names but not
20458 on macro parameter name.
20459 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
20460 parentheses around reference to macro parameter.
20461
08ffcf34
RS
204622013-09-13 Richard Sandiford <richard@codesourcery.com>
20463
20464 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20465 prototype.
20466 (ctype_startup): Use uint32_t in cast and sizeof for
20467 ctype->charnames.
20468
ae7080d3
JL
204692013-09-11 Jia Liu <proljc@gmail.com>
20470
20471 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20472 __daddr_t_defined.
20473 [__FreeBSD__]: Likewise.
20474
5905e7b3
OB
204752013-09-11 Ondřej Bílka <neleai@seznam.cz>
20476
20477 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20478 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20479 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20480 (strchr): Remove __strchr_sse42 ifunc selection.
20481 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20482 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20483
b987c776
WN
204842013-09-11 Will Newton <will.newton@linaro.org>
20485
20486 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20487 parameter to RES. Remove hardcoded 1000 value.
20488 * benchtests/bench-skeleton.c (main): Pass RES parameter
20489 to TIMING_INIT and multiply result by 1000.
20490
ddf985af
AZ
204912013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20492
20493 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20494
ffdd3181
AS
204952013-09-11 Andreas Schwab <schwab@suse.de>
20496
20497 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
20498 if not defined.
20499 (O_TMPFILE) [__USE_GNU]: Define.
20500 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
20501 Define.
20502
b73ed247
WN
205032013-09-11 Will Newton <will.newton@linaro.org>
20504
20505 [BZ #15857]
20506 * malloc/malloc.c (__libc_memalign): Check the value of bytes
20507 does not overflow.
20508
55e17aad
WN
205092013-09-11 Will Newton <will.newton@linaro.org>
20510
20511 [BZ #15856]
20512 * malloc/malloc.c (__libc_valloc): Check the value of bytes
20513 does not overflow.
20514
1159a193
WN
205152013-09-11 Will Newton <will.newton@linaro.org>
20516
20517 [BZ #15855]
20518 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
20519 does not overflow.
20520
5905e7b3 205212013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
20522
20523 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
20524 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20525 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20526 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20527 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20528
cdfc721b
AM
205292013-09-10 Allan McRae <allan@archlinux.org>
20530
aa04af00
AM
20531 [BZ #15748]
20532 * manual/arith.texi (Parsing of Floats): Clarify
20533 cross-reference.
20534
cdfc721b
AM
20535 [BZ #15849]
20536 * manual/install.texi (Running make install): Mention
20537 --enable-pt-chown.
20538 * INSTALL: Regenerated.
20539
95e7cf29
MR
205402013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20541
20542 * csu/init-first.c (_init): Remove the !SHARED condition around
20543 FPU control word initialization.
20544 * elf/dl-support.c (_dl_fpu_control): New variable.
20545 (_dl_aux_init) <AT_FPUCW>: Initialize it.
20546 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
20547 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
20548 * math/test-fpucw-static.c: New file.
20549 * math/test-fpucw-ieee.c: New file.
20550 * math/test-fpucw-ieee-static.c: New file.
20551 * math/Makefile (tests): Add `test-fpucw-ieee' and
20552 `$(tests-static)'.
20553 (tests-static): New variable.
20554 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
20555 dependency to...
20556 [($(build-shared),yes)]
20557 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
20558 ... this.
20559 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
20560 New dependency.
20561
83e43bf0
AM
205622013-09-09 Allan McRae <allan@archlinux.org>
20563
a9f5ce09
AM
20564 [BZ #15939]
20565 * manual/string.texi (Collation Functions): Fix typo in
20566 strcoll example.
20567 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
20568
34829bc2
AM
20569 [BZ #15893]
20570 * stdlib/isomac.c (get_null_defines): Fix memory leak.
20571
3932737d
AM
20572 [BZ #15892]
20573 * libio/memstream.c (open_memstream): Fix memory leak.
20574 * libio/wmemstream.c (open_wmemstream): Likewise.
20575
83e43bf0
AM
20576 [BZ #15895]
20577 * nscd/netgroupcache.c: Fix nesting of ifdefs.
20578
0c66b8e9
WN
205792013-09-09 Will Newton <will.newton@linaro.org>
20580
20581 * malloc/Makefile: Add tst-realloc to tests.
20582 * malloc/tst-realloc.c: New file.
20583
f6b00fd1
AM
205842013-09-09 Allan McRae <allan@archlinux.org>
20585
20586 [BZ #15844]
20587 * COPYING: Update from GNU website to fix FSF address.
20588 * COPYING.LIB: Likewise.
20589
eec55e16
DM
205902013-09-06 David S. Miller <davem@davemloft.net>
20591
20592 * po/zh_TW.po: Update Chinese (traditional) translation from
20593 translation project.
20594
1ecbb381
RS
205952013-09-06 Richard Sandiford <richard@codesourcery.com>
20596 Joseph Myers <joseph@codesourcery.com>
20597
20598 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
20599 "localeinfo.h".
20600 (obstack_chunk_alloc): New macro.
20601 (obstack_chunk_free): Likewise.
20602 (record_offset): New function.
20603 (init_locale_data): Likewise.
20604 (align_locale_data): Likewise.
20605 (add_locale_empty): Likewise.
20606 (add_locale_raw_data): Likewise.
20607 (add_locale_raw_obstack): Likewise.
20608 (add_locale_string): Likewise.
20609 (add_locale_wstring): Likewise.
20610 (add_locale_uint32): Likewise.
20611 (add_locale_uint32_array): Likewise.
20612 (add_locale_char): Likewise.
20613 (start_locale_structure): Likewise.
20614 (end_locale_structure): Likewise.
20615 (start_locale_prelude): Likewise.
20616 (end_locale_prelude): Likewise.
20617 (write_locale_data): Take locale_file structure rather than an
20618 iovec.
20619 * locale/programs/locfile.h: Include "obstack.h".
20620 (struct locale_file): Change to store locale file contents instead
20621 of header.
20622 (init_locale_data): New prototype.
20623 (align_locale_data): Likewise.
20624 (add_locale_empty): Likewise.
20625 (add_locale_raw_data): Likewise.
20626 (add_locale_raw_obstack): Likewise.
20627 (add_locale_string): Likewise.
20628 (add_locale_wstring): Likewise.
20629 (add_locale_uint32): Likewise.
20630 (add_locale_uint32_array): Likewise.
20631 (add_locale_char): Likewise.
20632 (start_locale_structure): Likewise.
20633 (end_locale_structure): Likewise.
20634 (start_locale_prelude): Likewise.
20635 (end_locale_prelude): Likewise.
20636 (write_locale_data): Update prototype.
20637 * locale/programs/3level.h (struct TABLE): Remove result field.
20638 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
20639 Use new locale_file interface.
20640 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
20641 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
20642 * locale/programs/ld-address.c (address_output): Use new
20643 locale_file interface.
20644 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
20645 NO_ADD_LOCALE.
20646 (collate_finish): Don't call collseq_table_finalize.
20647 (collate_output): Use new locale_file interface.
20648 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
20649 in file.
20650 (NO_FINALIZE): Change to NO_ADD_LOCALE.
20651 (TABLE): Move defines earlier in file.
20652 (ELEMENT): Likewise.
20653 (DEFAULT): Likewise.
20654 (wctrans_table_add): Move macro and inline function earlier in
20655 file.
20656 (struct wctype_table): Move type earlier in file.
20657 (add_locale_wctype_table): New static prototype.
20658 (struct locale_ctype_t): Use logical types instead of struct iovec
20659 pointers for members.
20660 (ctype_output): Use new locale_file interface.
20661 (wctype_table_finalize): Change to add_locale_wctype_table. Use
20662 new locale_file interface.
20663 (allocate_arrays): Update for use of new locale_file interface.
20664 * locale/programs/ld-identification.c (identification_output): Use
20665 new locale_file interface.
20666 * locale/programs/ld-measurement.c (measurement_output): Likewise.
20667 * locale/programs/ld-messages.c (messages_output): Likewise.
20668 * locale/programs/ld-monetary.c (monetary_output): Likewise.
20669 * locale/programs/ld-name.c (name_output): Likewise.
20670 * locale/programs/ld-numeric.c (numeric_output): Likewise.
20671 * locale/programs/ld-paper.c (paper_output): Likewise.
20672 * locale/programs/ld-telephone.c (telephone_output): Likewise.
20673 * locale/programs/ld-time.c (time_output): Likewise.
20674
e029e2e5
AZ
206752013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20676
20677 * benchtests/Makefile: Add memrchr benchmark.
20678 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
20679 benchmark as memrchr.
20680 * benchtests/bench-memrchr-ifunc.c: New file.
20681 * benchtests/bench-memrchr.c: New file.
20682
bbf6e8e4
WN
206832013-09-06 Will Newton <will.newton@linaro.org>
20684
20685 * benchtests/Makefile (string-bench): Add memcpy.
20686
6c82a2f8
CD
206872013-09-05 Carlos O'Donell <carlos@redhat.com>
20688 Cong Wang <amwang@redhat.com>
20689
e732c5f0 20690 [BZ #15850]
6c82a2f8
CD
20691 * sysdeps/unix/sysv/linux/bits/in.h
20692 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
20693 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
20694 before __USE_KERNEL_IPV6_DEFS uses.
20695 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
20696 IPPROTO_BEETPH.
20697 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
20698 sockaddr_in6, or ipv6_mreq.
20699
5430fc65
AZ
207002013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20701
20702 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
20703 memory access for final bytes in some large inputs.
20704 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
20705
4660856c
AZ
207062013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20707
20708 * string/test-memrchr.c: New file.
20709 * string/test-memrchr-ifunc.c: New file.
20710 * string/Makefile: Add new memrchr testcase.
20711
bb8ea713
MF
207122013-09-05 Mike Frysinger <vapier@gentoo.org>
20713
20714 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
20715 fanotify_init returns EPERM.
20716
b92a20b5
JM
207172013-09-04 Joseph Myers <joseph@codesourcery.com>
20718
20719 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
20720 errors.
20721 (top level): Treat second token from macro or constant entries for
20722 allowed headers as allowed.
20723 * include/complex.h: Condition internal declarations on
20724 [!_ISOMAC].
20725 * include/fenv.h: Condition include of <stdbool.h> and internal
20726 declarations on [!_ISOMAC].
7447ccd9
CL
20727
207282013-09-04 Chris Leonard <cjl@sugarlabs,.org>
20729
3e181dda 20730 [BZ #15923]
7447ccd9
CL
20731 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
20732
3f2e46a4
JM
207332013-09-04 Joseph Myers <joseph@codesourcery.com>
20734
20735 * configure.in (--enable-versioning): Remove configure option.
20736 (libc_cv_asm_symver_directive): Remove configure test.
20737 (libc_cv_ld_version_script_option): Likewise.
20738 (VERSIONING): Remove variable and AC_SUBST.
20739 (DO_VERSIONING): Remove AC_DEFINE.
20740 * configure: Regenerated.
20741 * config.h.in (DO_VERSIONING): Remove macro.
20742 * Makerules [$(versioning) = yes]: Change conditionals to
20743 [$(build-shared) = yes].
20744 * config.make.in (versioning): Remove variable.
20745 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
20746 [$(build-shared) = yes].
20747 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
20748 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
20749 * elf/Makefile [$(versioning) = yes]: Change conditionals to
20750 [$(build-shared) = yes].
20751 * extra-lib.mk [$(versioning) = yes]: Likewise.
20752 * hurd/Makefile [$(versioning) = yes]: Likewise.
20753 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
20754 [SHARED].
20755 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
20756 [SHARED].
20757 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
20758 [SHARED && !NO_HIDDEN].
20759 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
20760 [SHARED].
20761 [SHARED && DO_VERSIONING]: Likewise..
20762 * libio/Makefile [$(versioning) = yes]: Change conditionals to
20763 [$(build-shared) = yes].
20764 * manual/install.texi (--disable-versioning): Remove
20765 documentation.
20766 * INSTALL: Regenerated.
20767 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
20768 to [SHARED].
20769 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
20770 [$(build-shared) = yes].
20771 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
20772 * sysdeps/i386/i686/multiarch/strstr-c.c
20773 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
20774 [SHARED && !NO_HIDDEN].
20775 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
20776 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
20777 * sysdeps/powerpc/powerpc32/dl-machine.c
20778 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
20779 * sysdeps/powerpc/powerpc32/sysdep.h
20780 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
20781 to [SHARED && PIC && !NO_HIDDEN].
20782 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
20783 conditional to [SHARED].
20784
44558701
WN
207852013-09-04 Will Newton <will.newton@linaro.org>
20786
20787 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
20788 * benchtests/bench-string.h: Include bench-timing.h instead
20789 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
20790 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
20791 call to HP_TIMING_DIFF_INIT.
20792 * benchtests/bench-memccpy.c: Use bench-timing.h macros
20793 instead of hp-timing.h macros.
20794 * benchtests/bench-memchr.c: Likewise.
20795 * benchtests/bench-memcmp.c: Likewise.
20796 * benchtests/bench-memcpy.c: Likewise.
20797 * benchtests/bench-memmem.c: Likewise.
20798 * benchtests/bench-memmove.c: Likewise.
20799 * benchtests/bench-memset.c: Likewise.
20800 * benchtests/bench-rawmemchr.c: Likewise.
20801 * benchtests/bench-strcasecmp.c: Likewise.
20802 * benchtests/bench-strcasestr.c: Likewise.
20803 * benchtests/bench-strcat.c: Likewise.
20804 * benchtests/bench-strchr.c: Likewise.
20805 * benchtests/bench-strcmp.c: Likewise.
20806 * benchtests/bench-strcpy.c: Likewise.
20807 * benchtests/bench-strcpy_chk.c: Likewise.
20808 * benchtests/bench-strlen.c: Likewise.
20809 * benchtests/bench-strncasecmp.c: Likewise.
20810 * benchtests/bench-strncat.c: Likewise.
20811 * benchtests/bench-strncmp.c: Likewise.
20812 * benchtests/bench-strncpy.c: Likewise.
20813 * benchtests/bench-strnlen.c: Likewise.
20814 * benchtests/bench-strpbrk.c: Likewise.
20815 * benchtests/bench-strrchr.c: Likewise.
20816 * benchtests/bench-strspn.c: Likewise.
20817 * benchtests/bench-strstr.c: Likewise.
20818
cae16d66
WN
208192013-09-04 Will Newton <will.newton@linaro.org>
20820
20821 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
20822
ffa3cd7f
JM
208232013-09-03 Joseph Myers <joseph@codesourcery.com>
20824
20825 [BZ #15427]
20826 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
20827 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
20828 * math/libm-test.inc (lgamma_test_data): Add more tests.
20829 * sysdeps/i386/fpu/libm-test-ulps: Update.
20830 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20831
8f02859f
OB
208322013-09-03 Ondřej Bílka <neleai@seznam.cz>
20833
20834 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
20835 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20836 Add ifunc.
20837 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20838 Add strcmp-sse2-unaligned
20839 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
20840
18d43716
MF
208412013-09-02 Mike Frysinger <vapier@gentoo.org>
20842
20843 * Versions.def (libc): Add GLIBC_2.19.
20844
ac444012
MF
208452013-09-02 Mike Frysinger <vapier@gentoo.org>
20846
20847 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
20848 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
20849
b7835e32
JM
208502013-09-02 Joseph Myers <joseph@codesourcery.com>
20851
20852 [BZ #14155]
20853 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
20854 intermediate calculations in recurrence.
20855 (__ieee754_ynf): Likewise.
20856 * math/libm-test.inc (jn_test_data): Do not allow spurious
20857 underflow exception. Add more tests.
20858 (yn_test_data): Add more tests.
20859 * sysdeps/i386/fpu/libm-test-ulps: Update.
20860 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20861
8220f4f0
OB
208622013-09-02 Ondřej Bílka <neleai@seznam.cz>
20863
20864 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
20865
f24a6d08
OB
208662013-08-30 Ondřej Bílka <neleai@seznam.cz>
20867
20868 * csu/init-first.c: Fix then/than typos.
20869 * locale/programs/ld-collate.c: Likewise.
20870 * locale/programs/linereader.h: Likewise.
20871 * manual/charset.texi: Likewise.
20872 * manual/filesys.texi: Likewise.
20873 * manual/stdio.texi: Likewise.
20874 * manual/string.texi: Likewise.
20875 * stdlib/fmtmsg.c: Likewise.
20876 * sysdeps/i386/stpncpy.S: Likewise.
20877 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20878 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20879 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20880 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20881
382466e0
OB
208822013-08-30 Ondřej Bílka <neleai@seznam.cz>
20883
20884 * elf/dl-open.c: Fix typos.
20885 * iconvdata/gbbig5.c: Likewise.
20886 * iconvdata/iso-2022-jp.c: Likewise.
20887 * iconv/gconv_int.h: Likewise.
20888 * iconv/loop.c: Likewise.
20889 * nis/rpcsvc/nis.h: Likewise.
20890 * resolv/ns_name.c: Likewise.
20891 * stdio-common/vfscanf.c: Likewise.
20892 * streams/stropts.h: Likewise.
20893 * sunrpc/rpc_thread.c: Likewise.
20894 * sysdeps/i386/strpbrk.S: Likewise.
20895 * sysdeps/ieee754/k_standard.c: Likewise.
20896 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20897 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20898 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
20899 * sysdeps/mach/hurd/profil.c: Likewise.
20900 * sysdeps/s390/dl-procinfo.h: Likewise.
20901 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
20902 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
20903 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
20904 * sysdeps/x86_64/dl-trampoline.S: Likewise.
20905 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
20906
0186c6e9
OB
209072013-08-30 Ondřej Bílka <neleai@seznam.cz>
20908
20909 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
20910 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
20911
d4e16af1
OB
209122013-08-29 Ondřej Bílka <neleai@seznam.cz>
20913
20914 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
20915 aix specific files.
20916 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
20917 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
20918 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
20919 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
20920 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
20921 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
20922 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
20923 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
20924
88335980
TS
209252013-08-29 Thomas Schwinge <thomas@codesourcery.com>
20926 Roland McGrath <roland@hack.frob.com>
20927
20928 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
20929 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
20930
ed479b02
ST
209312013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
20932
20933 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
20934 __executable_start symbol instead of _start.
20935
f1cc4c86
TS
209362013-08-29 Thomas Schwinge <thomas@codesourcery.com>
20937
d821f07c
TS
20938 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
20939 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
20940 Move macros to...
20941 * sysdeps/gnu/ldsodefs.h: ... this new file.
20942
c54290cf
TS
20943 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
20944 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
20945 instead of ELFOSABI_LINUX.
20946
0007fc9b 20947 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
20948 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
20949 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
20950 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
20951 Likewise.
20952 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
20953 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
20954 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
20955 Likewise.
20956 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20957 (ibm_extended_long_double): Add ieee_nan member.
20958 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
20959 (do_test): New function.
20960
f1cc4c86
TS
20961 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
20962 TEST_TRUNC.
20963 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
20964 functions, renamed from truncdfsf_test, trunctfsf_test,
20965 trunctfdf_test.
20966 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
20967 functions.
20968 (do_test): Run all these.
20969
6f65e668
OB
209702013-08-29 Ondřej Bílka <neleai@seznam.cz>
20971
20972 * argp/argp-help.c: Fix typos.
20973 * argp/argp-parse.c: Likewise.
20974 * debug/backtracesyms.c: Likewise.
20975 * elf/elf.h: Likewise.
20976 * malloc/malloc.c: Likewise.
20977 * nis/nis_print.c: Likewise.
20978 * resolv/res_comp.c: Likewise.
20979 * stdlib/stdlib.h: Likewise.
20980 * sunrpc/clnt_tcp.c: Likewise.
20981 * sunrpc/clnt_udp.c: Likewise.
20982 * sunrpc/clnt_unix.c: Likewise.
20983 * sysdeps/unix/bsd/ptsname.c: Likewise.
20984 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
20985 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
20986 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
20987 Likewise.
20988 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
20989 Likewise.
20990 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
20991 Likewise.
6f65e668
OB
20992 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
20993
3a309239
SP
209942013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
20995
20996 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
20997 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20998
3b813b29
MF
209992013-08-27 Mike Frysinger <vapier@gentoo.org>
21000
21001 [BZ #15897]
21002 * dlfcn/Makefile (tests): Add bug-dl-leaf.
21003 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21004 ($(objpfx)bug-dl-leaf): New rule.
21005 ($(objpfx)bug-dl-leaf.so): Likewise.
21006 ($(objpfx)bug-dl-leaf.out): Likewise.
21007 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21008 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21009 * dlfcn/bug-dl-leaf.c: New test.
21010 * dlfcn/bug-dl-leaf-lib.c: Likewise.
21011 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21012 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21013 (dlclose): Likewise.
21014 (dlmopen): Likewise.
21015
8cc3269f
RM
210162013-08-27 Roland McGrath <roland@hack.frob.com>
21017
7f9d0034
RM
21018 * include/netdb.h [!_ISOMAC]:
21019 Don't include <tls.h>.
21020 (h_errno, __libc_h_errno): Move declaration and macros out of
21021 [_LIBC_REENTRANT].
21022
fb431262
RM
21023 * include/resolv.h [_RESOLV_H_]:
21024 Don't include <tls.h>.
21025 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21026 * resolv/res_libc.c: Don't include <tls.h>.
21027 (_res): Use __attribute__ ((nocommon)) in place of
21028 __attribute__ ((section (".bss"))).
21029
bd81123a
RM
21030 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21031 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21032
c4e42566
RM
21033 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21034
f890a59b
RM
21035 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21036 only under [SIOCGIFCONF && SIOCGIFNETMASK].
21037
21038 * resolv/res_mkquery.c: Include <sys/time.h>.
21039
5d1f0a09
RM
21040 * inet/ifreq.c: Moved to ...
21041 * sysdeps/unix/ifreq.c: ... here.
21042 * inet/ifreq.c: New file, true stub version.
21043
6fcf28b3
RM
21044 * socket/sa_len.c: New file.
21045 * socket/Makefile (aux): Add it.
21046 * sysdeps/unix/sysv/linux/Makefile
21047 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21048 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21049 and #include <socket/sa_len.c>.
21050 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21051 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21052
e041fb8b
RM
21053 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21054 * bits/socket.h: ... here.
21055
8cc3269f
RM
21056 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21057 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21058 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21059
5d228a43
AS
210602013-08-27 Andreas Schwab <schwab@suse.de>
21061
45b8accc
AS
21062 [BZ #15736]
21063 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21064 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21065 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21066 * string/test-strcasecmp.c (test_main): Run tests in several
21067 locales.
21068 * string/test-strncasecmp.c (test_main): Likewise.
21069
5d228a43
AS
21070 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21071 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21072 to __strcasecmp_nonascii and __strncasecmp_nonascii.
21073 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21074 (__strncasecmp_ssse3) [PIC]: Likewise.
21075
59d112a4
RM
210762013-08-26 Roland McGrath <roland@hack.frob.com>
21077
53234cc3
RM
21078 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21079
59d112a4
RM
21080 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21081 instead of explicitly declaring xdecrypt.
21082 * nis/nss_nis/nis-publickey.c: Likewise.
21083
595aba70
SP
210842013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
21085
21086 [BZ #15890]
21087 * nscd/aicache.c: Include res_hconf.h.
21088 (addhstaiX): Initialize res_hconf.
21089
ffabd393
AS
210902013-08-26 Andreas Schwab <schwab@suse.de>
21091
21092 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21093 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21094
e0a69f5c
SP
210952013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
21096
21097 * nscd/aicache.c (addhstaiX): Fix indentation.
21098
8c12f01d
MF
210992013-08-25 Mike Frysinger <vapier@gentoo.org>
21100
21101 * configure.ac: Quote $build_pt_chown test.
21102 * configure: Regenerated.
21103
8fe89494
JM
211042013-08-23 Joseph Myers <joseph@codesourcery.com>
21105
21106 [BZ #15532]
21107 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21108 * math/s_cexpf.c (__cexpf): Likewise.
21109 * math/s_cexpl.c (__cexpl): Likewise.
21110 * math/libm-test.inc (cexp_test_data): Correct expected return
21111 value for NaN + i0. Add another test.
21112
75b181d6
DM
211132013-08-22 David S. Miller <davem@davemloft.net>
21114
21115 * po/ca.po: Update Catalan translation from translation project.
936241e4 21116 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 21117
acd06bb1
JM
211182013-08-21 Joseph Myers <joseph@codesourcery.com>
21119
21120 [BZ #15797]
21121 * math/s_fdim.c (__fdim): Check for infinite arguments if result
21122 is infinite, not alongside NaN test.
21123 * math/s_fdimf.c (__fdimf): Likewise.
21124 * math/s_fdiml.c (__fdiml): Likewise.
21125 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
21126 errno is unchanged.
21127
c0c3f78a
OB
211282013-08-21 Ondřej Bílka <neleai@seznam.cz>
21129
21130 * argp/argp-help.c: Fix typos.
21131 * crypt/speeds.c: Likewise.
21132 * csu/check_fds.c: Likewise.
21133 * elf/dl-load.c: Likewise.
21134 * elf/dl-open.c: Likewise.
21135 * elf/reldep3.c: Likewise.
21136 * elf/reldep.c: Likewise.
21137 * elf/sprof.c: Likewise.
21138 * iconv/iconv_charmap.c: Likewise.
21139 * iconv/skeleton.c: Likewise.
21140 * iconv/strtab.c: Likewise.
21141 * io/lockf64.c: Likewise.
21142 * libio/libioP.h: Likewise.
21143 * resolv/gai_notify.c: Likewise.
21144 * resolv/ns_name.c: Likewise.
21145 * resolv/ns_samedomain.c: Likewise.
21146 * resolv/res_send.c: Likewise.
21147 * stdlib/random.c: Likewise.
21148 * sunrpc/rpc/xdr.h: Likewise.
21149 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21150 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21151 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21152 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21153 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21154 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21155 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21156 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21157 * sysdeps/mach/hurd/check_fds.c: Likewise.
21158 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21159 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21160 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21161 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21162 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21163 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21164 * sysdeps/pthread/aio_notify.c: Likewise.
21165 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21166 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21167 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21168 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21169 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21170
46ed1038
LD
211712013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21172
21173 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21174 version if bit_Slow_SSE4_2 is set.
21175 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21176 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21177
d400dcac
AZ
211782013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21179
21180 [BZ #15867]
21181 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21182 trampoline stack frame information.
21183 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21184 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21185 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21186 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21187 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21188 * sysdeps/unix/sysv/linux/powerpc/init-first.c
21189 (_libc_vdso_platform_setup): Initialize the signal trampolines.
21190 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21191 sa_flags value.
21192 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21193 interrupting a syscall and set with option SA_SIGINFO.
21194
42c8fdd8
JM
211952013-08-20 Joseph Myers <joseph@codesourcery.com>
21196
c980f2f4
JM
21197 [BZ #15531]
21198 * math/s_cproj.c (__cproj): Only return an infinity if one part of
21199 argument is infinite.
21200 * math/s_cprojf.c (__cprojf): Likewise.
21201 * math/s_cprojl.c (__cprojl): Likewise.
21202 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21203 * math/libm-test.inc (cproj_test_data): Add more tests.
21204
0716c4fc
JM
21205 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21206
42c8fdd8
JM
21207 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21208 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21209 size. Use __ffs to determine corresponding shift.
21210
b31469d0
JM
212112013-08-20 Joseph Myers <joseph@codesourcery.com>
21212 Roland McGrath <roland@hack.frob.com>
21213
21214 * Makefile (INSTALL): Remove trailing blank lines from output of
21215 makeinfo.
21216
4e39af6e
AK
212172013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21218
21219 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21220 Align 32 bit compat elf_greg to 8 bytes.
21221
f315524e
AA
212222013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
21223
21224 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21225
1326ba1a
SP
212262013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
21227
21228 * string/strcoll_l.c (coll_seq): New structure.
21229 (get_next_seq_cached): New function.
21230 (get_next_seq): New function.
21231 (do_compare): New function.
21232 (STRCOLL): Use GNU style definition. Simplify implementation
21233 by using get_next_seq, get_next_seq_cached and do_compare.
21234
91ce4085
FW
212352013-08-16 Florian Weimer <fweimer@redhat.com>
21236
21237 [BZ #14699]
21238 CVE-2013-4237
21239 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21240 member.
21241 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21242 member.
21243 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21244 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21245 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
21246 conditional.
21247 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21248 GETDENTS_64BIT_ALIGNED.
21249 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21250 * manual/filesys.texi (Reading/Closing Directory): Document
21251 ENAMETOOLONG return value of readdir_r. Recommend readdir more
21252 strongly.
21253 * manual/conf.texi (Limits for Files): Add portability note to
21254 NAME_MAX, PATH_MAX.
21255 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21256
ca0a6bc4
AS
212572013-08-13 Andreas Schwab <schwab@suse.de>
21258
21259 [BZ #15749]
21260 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21261 of fabs.
21262 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21263 LDBL_MAX_EXP >= 16384]: Add tests for it.
21264
6c1fd795
DM
212652013-08-12 David S. Miller <davem@davemloft.net>
21266
21267 * version.h (RELEASE): Set to "development".
21268 (VERSION): Set to "2.18.90".
21269 * NEWS: Add 2.19 section.
21270
31ad488d
DM
212712013-08-03 David S. Miller <davem@davemloft.net>
21272
21273 * po/ko.po: Update Korean translation from translation project.
21274
db24e684
DM
212752013-08-01 David S. Miller <davem@davemloft.net>
21276
21277 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
21278 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21279 Bilka.
21280
f723285b
DM
212812013-07-30 David S. Miller <davem@davemloft.net>
21282
21283 * po/fr.po: Update French translation from translation project.
21284
3cbc52db
DM
212852013-07-28 David S. Miller <davem@davemloft.net>
21286
30bbc0cc
DM
21287 * po/cs.po: Update Czech translation from translation project.
21288
3cbc52db
DM
21289 * po/sv.po: Update Swedish translation from translation project.
21290
d492e6d0
DM
212912013-07-27 David S. Miller <davem@davemloft.net>
21292
f1a7f492
DM
21293 * po/eo.po: Update Esperanto translation from translation project.
21294
90e62a4a
DM
21295 * po/vi.po: Update Vietnamese translation from translation project.
21296
d492e6d0
DM
21297 * po/de.po: Update German translation from translation project.
21298
d4baa62d
DM
212992013-07-26 David S. Miller <davem@davemloft.net>
21300
641aa7b4
DM
21301 * po/bg.po: Update Bulgarian translation from translation project.
21302
d4baa62d
DM
21303 * po/nl.po: Update Dutch translation from translation project.
21304 * po/pl.po: Update Polish translation from translation project.
21305 * po/ru.po: Update Russian translation from translation project.
21306
61a9dcb9
DM
213072013-07-24 David S. Miller <davem@davemloft.net>
21308
21309 * po/libc.pot: Update.
21310
7b1f8b58
AZ
213112013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21312
21313 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21314 variable page size.
21315 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21316 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21317 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21318
a8fc7a03
AK
213192013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21320
21321 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21322
e4608715
CD
213232013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21324 Andreas Schwab <schwab@suse.de>
21325 Roland McGrath <roland@hack.frob.com>
21326 Joseph Myers <joseph@codesourcery.com>
21327 Carlos O'Donell <carlos@redhat.com>
21328
21329 [BZ #15755]
21330 * config.h.in: Define HAVE_PT_CHOWN.
21331 * config.make.in (build-pt-chown): New variable.
21332 * configure.in (--enable-pt_chown): New configure option.
21333 * configure: Regenerate.
21334 * login/Makefile: Include Makeconfig. Build pt_chown only if
21335 build-pt-chown is enabled.
21336 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21337 pt_chown to fix pty ownership.
21338 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21339 CLOSE_ALL_FDS.
21340 * manual/install.texi (Configuring and compiling): Mention
21341 --enable-pt_chown. Add @findex for grantpt.
21342 * INSTALL: Regenerate.
21343
da2d62df
DM
213442013-07-20 David S. Miller <davem@davemloft.net>
21345
21346 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21347 difference between 32-bit and 64-bit.
21348
d7e06450
CD
213492013-07-15 Carlos O'Donell <carlos@redhat.com>
21350
21351 [BZ #15711]
21352 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21353 Avoid system header dependency with -ffreestanding.
21354 ($(objpfx)bits/syscall%d): Likewise.
21355
f959cfd7
DM
213562013-07-13 David S. Miller <davem@davemloft.net>
21357
21358 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21359 underflows from atanl/atan2l due to bug 15319.
21360 (casinh_test_data): Likewise.
21361
c61f8513
DM
213622013-07-07 David S. Miller <davem@davemloft.net>
21363
21364 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21365
72c90ed0
JA
213662013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
21367
21368 * sysdeps/i386/fpu/libm-test-ulps: Update.
21369 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21370
52dfbe13
SP
213712013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
21372
21373 * configure.in (--enable-lock-elision): Fix message text.
21374 * INSTALL: Regenerate.
21375 * configure: Regenerate.
21376
3f169543
AZ
213772013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21378
21379 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21380
521c6785
AJ
213812013-07-03 Andreas Jaeger <aj@suse.de>
21382
21383 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21384 define.
21385 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21386 (ptrace_peeksiginfo_args): Add.
21387 (__ptrace_peeksiginfo_flags): Add.
21388 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21389 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21390 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21391
d2cc15cb
AM
213922013-07-03 Allan McRae <allan@archlinux.org>
21393
21394 * sysdeps/i386/fpu/libm-test-ulps: Update.
21395
3aaeeca7
DM
213962013-07-02 David S. Miller <davem@davemloft.net>
21397
21398 * sysdeps/sparc/fpu/libm-test-ulps: Update.
21399
5314ed1a
MT
214002013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
21401
21402 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21403
67338156
JM
214042013-07-02 Joseph Myers <joseph@codesourcery.com>
21405
21406 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21407 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21408
1717da59
AK
214092013-07-02 Andi Kleen <ak@linux.intel.com>
21410
21411 * config.h.in (ENABLE_LOCK_ELISION): Add.
21412 * configure.in (--enable-lock-elision): Add option.
21413 * manual/install.texi: Document --enable lock elision.
21414 * configure: Regenerate
21415 * INSTALL: Regenerate.
21416
1c81621c
L
214172013-07-02 H.J. Lu <hongjiu.lu@intel.com>
21418
21419 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21420 SSE4.2 strcasecmp for libc.a.
21421 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21422
77f01ab5
JM
214232013-07-02 Joseph Myers <joseph@codesourcery.com>
21424
21425 [BZ #13304]
21426 * soft-fp/op-common.h (_FP_FMA): New macro.
21427 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21428 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
21429 (_FP_MUL_MEAT_1_imm): ... here.
21430 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
21431 (_FP_MUL_MEAT_1_wide): ... here.
21432 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
21433 (_FP_MUL_MEAT_1_hard): ... here.
21434 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21435 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
21436 (_FP_MUL_MEAT_2_wide): ... here.
21437 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
21438 (_FP_MUL_MEAT_2_wide_3mul): ... here.
21439 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
21440 (_FP_MUL_MEAT_2_gmp): ... here.
21441 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21442 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
21443 (_FP_MUL_MEAT_4_wide): ... here.
21444 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
21445 (_FP_MUL_MEAT_4_gmp): ... here.
21446 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21447 (_FP_WFRACBITS_DW_S): Likewise.
21448 (_FP_WFRACXBITS_DW_S): Likewise.
21449 (_FP_HIGHBIT_DW_S): Likewise.
21450 (FP_FMA_S): Likewise.
21451 (_FP_FRAC_HIGH_DW_S): Likewise.
21452 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21453 (_FP_WFRACBITS_DW_D): Likewise.
21454 (_FP_WFRACXBITS_DW_D): Likewise.
21455 (_FP_HIGHBIT_DW_D): Likewise.
21456 (FP_FMA_D): Likewise.
21457 (_FP_FRAC_HIGH_DW_D): Likewise.
21458 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21459 (_FP_WFRACBITS_DW_E): Likewise.
21460 (_FP_WFRACXBITS_DW_E): Likewise.
21461 (_FP_HIGHBIT_DW_E): Likewise.
21462 (FP_FMA_E): Likewise.
21463 (_FP_FRAC_HIGH_DW_E): Likewise.
21464 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21465 (_FP_WFRACBITS_DW_Q): Likewise.
21466 (_FP_WFRACXBITS_DW_Q): Likewise.
21467 (_FP_HIGHBIT_DW_Q): Likewise.
21468 (FP_FMA_Q): Likewise.
21469 (_FP_FRAC_HIGH_DW_Q): Likewise.
21470 * soft-fp/fmasf4.c: New file.
21471 * soft-fp/fmadf4.c: Likewise.
21472 * soft-fp/fmatf4.c: Likewise.
21473
6308fd9a
LD
214742013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21475
21476 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21477 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21478 Silvermont.
21479 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21480 macro.
21481 (index_Slow_SSE4_2): Likewise.
21482 (index_Prefer_PMINUB_for_stringop): Likewise.
21483 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21484 bit_Slow_SSE4_2 is set.
21485 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21486 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21487
89cd9569
RA
214882013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21489
21490 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21491 rtld_global._dl_hwcap2.
21492 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21493 POWER8.
21494 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
21495 POWER8 feature descriptions defined in _dl_hwcap2.
21496 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
21497 string handling for POWER8 feature bits.
21498 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
21499 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
21500 _dl_powerpc_cap_flags.
21501 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
21502 * sysdeps/powerpc/rtld-global-offsets.sym
21503 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
21504 _dl_hwcap2 in the rtld_global_ro structure.
21505
1ae8bfe0
RA
215062013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21507
21508 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
21509 hardware capabilities in support of AT_HWCAP2.
21510 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
21511 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
21512 GLRO(dl_hwcap2).
21513 (_dl_show_auxv): Add support for calling _dl_procinfo to display
21514 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
21515 explicitly the unknown a_type display mechanism is used.
21516 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
21517 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
21518 struct member.
21519 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
21520 to macro prototype for AT_HWCAP2 support.
21521 * sysdeps/i386/dl-procinfo.h: Likewise.
21522 * sysdeps/s390/dl-procinfo.h: Likewise.
21523 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
21524 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
21525 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
21526 return -1 for unknown a_type display fallback.
21527 * sysdeps/sparc/dl-procinfo.h: Likewise.
21528 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
21529 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
21530
8fbec010
JM
215312013-06-28 Joseph Myers <joseph@codesourcery.com>
21532
21533 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
21534 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
21535
0432680e
PY
215362013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
21537
21538 [BZ #12492]
21539 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
21540 mprotect making __stack_prot writable.
21541
ce61a2ad
NF
215422013-06-28 Nathan Froyd <froydnj@codesourcery.com>
21543 Joseph Myers <joseph@codesourcery.com>
21544
21545 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
21546 as being properly aligned.
21547
f91f1c0f
MR
215482013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
21549
3d0f5d0c
MR
21550 * dlfcn/modstatic5.c: New file.
21551 * dlfcn/tststatic5.c: New file.
21552 * dlfcn/Makefile (tests): Add tststatic5.
21553 (tests-static): Likewise.
21554 (modules-names): Add modstatic5.
21555 (tststatic5-ENV): New variable.
21556 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
21557
f91f1c0f
MR
21558 [BZ #15022]
21559 * elf/dl-support.c (_dl_main_map): New variable.
21560 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
21561 (_dl_nns, _dl_load_adds): Set to 1.
21562 (_dl_initial_searchlist): Refer to _dl_main_map.
21563 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
21564 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
21565 call to _dl_get_origin.
21566 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
21567 around call_map.
21568 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
21569 * dlfcn/modstatic3.c: New file.
21570 * dlfcn/tststatic3.c: New file.
21571 * dlfcn/tststatic4.c: New file.
21572 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
21573 (tests-static): Likewise.
21574 (modules-names): Add modstatic3.
21575 (tststatic3-ENV, tststatic4-ENV): New variables.
21576 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
21577 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
21578
cbe7d24b
JM
215792013-06-26 Joseph Myers <joseph@codesourcery.com>
21580
21581 * configure.in (CC): Require GCC version 4.4 or later.
21582 * configure: Regenerated.
21583 * manual/install.texi (Tools for Compilation): Update GCC version
21584 requirement.
21585 * INSTALL: Regenerated.
21586
11b8a0e1
LD
215872013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21588
21589 [BZ #15674]
bb5bb87c
L
21590 * string/test-memcmp.c (check2): New.
21591 (main): Call check2.
21592
11b8a0e1
LD
21593 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
21594
b0037103
MR
215952013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
21596
21597 [BZ #15022]
21598 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
21599 over to...
21600 (dl_open_worker) [!SHARED]: ... here.
21601
c18c701d
RA
216022013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21603
21604 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
21605
1d17fa5f
RH
216062013-06-25 Richard Henderson <rth@redhat.com>
21607
21608 * locale/programs/locarchive.c: Include <libc-internal.h>
21609
8fcb833a
JM
216102013-06-25 Joseph Myers <joseph@codesourcery.com>
21611
21612 * manual/texinfo.tex: Update to version 2013-06-21.17, with
21613 trailing whitespace removed.
21614
17db6e8d
MF
216152013-06-24 Mike Frysinger <vapier@gentoo.org>
21616
21617 [BZ #10283]
17db6e8d
MF
21618 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
21619 * locale/programs/locarchive.c: Include libc-mmap.h.
21620 (prepare_address_space): Take two new outputs (the mmap base and len).
21621 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
21622 values.
21623 (create_archive): Declare new mmap base and len values for
21624 prepare_address_space, and store the result in ah.
21625 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
21626 (enlarge_archive): If ah->mmap_base is not NULL, use that and
21627 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21628 Declare new mmap base and len values for
21629 prepare_address_space, and store the result in new_ah.
21630 (open_archive): Declare new mmap base and len values for
21631 prepare_address_space, and store the result in ah.
21632 (close_archive): If ah->mmap_base is not NULL, use that and
21633 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21634 * sysdeps/generic/libc-mmap.h: New file.
21635
d605071e
MF
216362013-06-24 Mike Frysinger <vapier@gentoo.org>
21637
21638 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
21639 (ALIGN_UP): Likewise.
21640 (PTR_ALIGN_DOWN): Likewise.
21641 (PTR_ALIGN_UP): Likewise.
21642
2f063a6e
RA
216432013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21644
21645 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
21646 entry mapped to PPC_PLATFORM_POWER8.
21647 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
21648 POWER8.
21649 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
21650 (_dl_string_platform): Add case for exporting platform position for
21651 POWER8.
21652 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
21653 search path to sysdeps/powerpc/powerpc32/power8 directory.
21654 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
21655 search path to sysdeps/powerpc/powerpc64/power8 directory.
21656 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
21657 power7 directories.
21658 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
21659 power7 directories.
21660
a31ee4b3
SP
216612013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
21662
a74ca98f
SP
21663 * INSTALL: Regenerate.
21664
a31ee4b3
SP
21665 * nscd/connections.c (nscd_init): Fix comment.
21666
695c378f
JM
216672013-06-22 Joseph Myers <joseph@codesourcery.com>
21668
d8412221
JM
21669 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
21670
695c378f
JM
21671 [BZ #15667]
21672 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
21673 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
21674
d1d54715
MR
216752013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
21676
21677 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
21678 DL_DST_REQ_STATIC.
21679 (DL_DST_REQ_STATIC): Remove macro.
21680
8fdda7af
JM
216812013-06-21 Joseph Myers <joseph@codesourcery.com>
21682
21683 [BZ #7006]
21684 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
21685 with a shift of 0 bits.
21686
f3bc5e5a
MR
216872013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
21688
21689 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
21690 $(tststatic-ENV).
21691
be09e8c9
KK
216922013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21693
21694 [BZ #15655]
21695 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
21696
85c2e611
AZ
216972013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21698
21699 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
21700 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
21701 accepts -fno-tree-loop-distribute-patterns.
21702 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
21703 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
21704 recursive call.
21705 * string/memset.c (memset): Likewise.
21706 * string/test-memmove.c (simple_memmove): Disable loop transformation
21707 to library calls.
21708 * string/test-memset.c (simple_memset): Likewise.
21709 * benchtests/bench-memmove.c (simple_memmove): Likewise.
21710 * benchtests/bench-memset.c (simple_memset): Likewise.
21711 * configure: Regenerated.
21712
c91e0825
JM
217132013-06-20 Joseph Myers <joseph@codesourcery.com>
21714
b8c792af
JM
21715 * math/test-misc.c (main): Ignore fesetround failure when failures
21716 of subsequent rounding tests would be ignored.
21717
c91e0825
JM
21718 [BZ #15654]
21719 * math/fedisblxcpt.c (fedisableexcept): Return 0.
21720 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
21721 * math/fegetenv.c (__fegetenv): Return 0.
21722 * math/fegetexcept.c (fegetexcept): Return 0.
21723 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
21724 FE_TONEAREST.
21725 * math/feholdexcpt.c (feholdexcept): Return 0.
21726 * math/fesetenv.c (__fesetenv): Return 0.
21727 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
21728 argument FE_TONEAREST.
21729 * math/feupdateenv.c (__feupdateenv): Return 0.
21730 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
21731
bfcacbde
RM
217322013-06-18 Roland McGrath <roland@hack.frob.com>
21733
21734 * elf/rtld-Rules (rtld-compile-command.S): New variable.
21735 (rtld-compile-command.s, rtld-compile-command.c): New variables.
21736 ($(objpfx)rtld-%.os rules): Use them.
21737
e55a9b25
AZ
217382013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21739
21740 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
21741 fields.
21742
346d65b3
RM
217432013-06-17 Roland McGrath <roland@hack.frob.com>
21744
12086fb4
RM
21745 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
21746 length of target pattern, then descending length of dependency pattern.
21747 * configure.in (AWK): Require gawk 3.1.2 or newer.
21748 * manual/install.texi (Tools for Compilation): Say that we do.
21749 * configure: Regenerated.
21750
346d65b3
RM
21751 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
21752 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
21753 * scripts/sysd-rules.awk: ... this new script.
21754 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
21755 than a glob-style pattern.
21756
1a846317
JM
217572013-06-17 Joseph Myers <joseph@codesourcery.com>
21758
21759 * math/test-misc.c (main): Do not treat incorrectly rounded
21760 conversions as failure unless ROUNDING_TESTS passes.
21761
8fc75e6f
JM
217622013-06-15 Joseph Myers <joseph@codesourcery.com>
21763
3711a167
JM
21764 [BZ #15631]
21765 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
21766 restore exception state around main square root computation, then
21767 check for inexactness explicitly.
21768
8fc75e6f
JM
21769 * math/libm-test.inc (fma_test_data): Add another test.
21770
61dd6208
SP
217712013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
21772
adf23d2c
SP
21773 * manual/threads.texi (Non-POSIX Extensions): New document
21774 node. Document pthread_getattr_default_np and
21775 pthread_setattr_default_np.
21776
61dd6208
SP
21777 * Versions.def (libpthread): Add GLIBC_2.18.
21778 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
21779 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
21780 Likewise.
21781 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
21782 Likewise.
21783 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
21784 Likewise.
21785 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
21786 Likewise.
21787 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
21788 Likewise.
21789 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
21790 Likewise.
21791 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
21792 Likewise.
21793 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
21794 Likewise.
21795 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
21796 Likewise.
21797
d086fc7b
LD
217982013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21799
21800 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
21801 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
21802
747ef469
SP
218032013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
21804 H.J. Lu <hjl.tools@gmail.com>
21805
21806 [BZ #15627]
21807 * sysdeps/x86_64/rtld-memset.c: Remove file.
21808 * sysdeps/x86_64/rtld-memset.S: New file.
21809
1b2feed2
JM
218102013-06-14 Joseph Myers <joseph@codesourcery.com>
21811
21812 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
21813 (test_in_one_mode): Take arguments for whether the rounding mode
21814 is supported for each floating-point type.
21815 (do_test): Pass new arguments to test_in_one_mode using
21816 ROUNDING_TESTS.
21817
a58ad3f8
RM
218182013-06-13 Roland McGrath <roland@hack.frob.com>
21819
21820 * posix/tst-waitid.c (do_test): Distinguish different instances of
21821 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
21822 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
21823 before entering the kernel for waitpid.
21824
c204ab28
SP
218252013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
21826
21827 * NEWS: Fix note on clock function precision. Text by Roland
21828 McGrath.
21829
f4a29fba
RM
218302013-06-13 Roland McGrath <roland@hack.frob.com>
21831
21832 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
21833 it into place only when and if the sanity check passes.
21834
1f24b9ad
JM
218352013-06-13 Joseph Myers <joseph@codesourcery.com>
21836
21837 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
21838 output for whether conversion result is exact. Take argument
21839 indicating whether type is IBM long double.
21840 (round_for_all): Change need_exact field to ibm_ld.
21841 * stdlib/tst-strtod-round.c (struct exactness): New type.
21842 (struct test): Change bool ld_ok field to struct exactness exact.
21843 (TEST): Update all definitions for change to field.
21844 (tests): Regenerate array contents.
21845 (test_in_one_mode): Take pointer to new field instead of old ld_ok
21846 field value. Check for IBM long double here.
21847 (do_test): Update calls to test_in_one_mode.
21848
58206c68
SP
218492013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
21850
21851 [BZ #12515]
21852 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
21853 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
21854
2d6f4c5b 218552013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
21856
21857 [BZ #15605]
21858 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
21859 generated by the compiler on loop optimizations.
21860 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
21861 general definitions.
21862
94f2c076
JM
218632013-06-12 Joseph Myers <joseph@codesourcery.com>
21864
21865 * math/bug-nextafter.c: Include <math-tests.h>.
21866 (main): Only test for exceptions if EXCEPTION_TESTS is true for
21867 the relevant type.
21868 * math/bug-nexttoward.c: Include <math-tests.h>.
21869 (main): Only test for exceptions if EXCEPTION_TESTS is true for
21870 the relevant type.
21871 * math/test-misc.c: Include <math-tests.h>.
21872 (main): Only test for exceptions if EXCEPTION_TESTS is true for
21873 the relevant type.
21874
e0e50a0a
AJ
218752013-06-12 Andreas Jaeger <aj@suse.de>
21876
21877 * po/ia.po: Update Interlingua translation from translation
21878 project.
21879
25061094
SP
218802013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
21881
21882 * include/fenv.h: Include stdbool.h.
21883 (struct rm_ctx): New structure.
21884 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
21885 Define macro.
21886 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
21887 (SET_RESTORE_ROUNDF): Likewise.
21888 (SET_RESTORE_ROUNDL): Likewise.
21889 (SET_RESTORE_ROUND_NOEX): Likewise.
21890 (SET_RESTORE_ROUND_NOEXF): Likewise.
21891 (SET_RESTORE_ROUND_NOEXL): Likewise.
21892 (SET_RESTORE_ROUND_53BIT): Likewise.
21893 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
21894 (libc_feresetround_noexf_ctx): Likewise.
21895 (libc_feresetround_noexl_ctx): Likewise.
21896 (libc_feholdsetround_53bit_ctx): Likewise.
21897 (libc_feresetround_53bit_ctx): Likewise.
21898 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
21899 (libc_feholdexcept_setround_sse_ctx): New function.
21900 (libc_fesetenv_sse_ctx): Likewise.
21901 (libc_feupdateenv_sse_ctx): Likewise.
21902 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
21903 (libc_feholdexcept_setround_387_ctx): Likewise.
21904 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
21905 (libc_feholdsetround_387_prec_ctx): Likewise.
21906 (libc_feholdsetround_387_ctx): Likewise.
21907 (libc_feholdsetround_387_53bit_ctx): Likewise.
21908 (libc_feholdsetround_sse_ctx): Likewise.
21909 (libc_feresetround_sse_ctx): Likewise.
21910 (libc_feresetround_387_ctx): Likewise.
21911 (libc_feupdateenv_387_ctx): Likewise.
21912 (libc_feholdexcept_setroundf_ctx): Define macro.
21913 (libc_fesetenvf_ctx): Likewise.
21914 (libc_feupdateenvf_ctx): Likewise.
21915 (libc_feholdsetroundf_ctx): Likewise.
21916 (libc_feresetroundf_ctx): Likewise.
21917 (libc_feholdexcept_setround_ctx): Likewise.
21918 (libc_fesetenv_ctx): Likewise.
21919 (libc_feupdateenv_ctx): Likewise.
21920 (libc_feholdsetround_ctx): Likewise.
21921 (libc_feresetround_ctx): Likewise.
21922 (libc_feholdexcept_setroundl_ctx): Likewise.
21923 (libc_feupdateenvl_ctx): Likewise.
21924 (libc_feholdsetroundl_ctx): Likewise.
21925 (libc_feresetroundl_ctx): Likewise.
21926 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
21927 (libc_feresetround_53bit_ctx): Likewise.
21928
59b30555
SP
219292013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
21930
21931 * locale/iso-639.def: Convert to UTF-8.
21932
f1d73d30
JM
219332013-06-11 Joseph Myers <joseph@codesourcery.com>
21934
21935 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
21936 (EXCEPTION_TESTS_double): Likewise.
21937 (EXCEPTION_TESTS_long_double): Likewise.
21938 (EXCEPTION_TESTS): Likewise.
21939 * math/libm-test.inc (test_exceptions): Only test exceptions if
21940 EXCEPTION_TESTS (FLOAT).
21941
94aca5e7
SP
219422013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
21943
21944 * benchtests/Makefile (string-bench): Add strcpy_chk and
21945 stpcpy_chk.
21946 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
21947 * benchtests/bench-stpcpy_chk.c: New file.
21948 * benchtests/bench-strcpy_chk-ifunc.c: New file.
21949 * benchtests/bench-strcpy_chk.c: New file.
21950 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
21951 code.
21952 (do_test): Likewise.
21953
fac0c5f2
RA
219542013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21955
21956 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
21957 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
21958 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
21959 with tabs where appropriate.
21960 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
21961 dl-procinfo.h.
21962 [PPC_PLATFORM_PPC440]: Likewise.
21963 [PPC_PLATFORM_PPC464]: Likewise.
21964 [PPC_PLATFORM_PPC476]: Likewise.
21965 (_dl_string_platform): Add support for detecting ppc405, ppc440,
21966 ppc464, and ppc476 platform strings merging from ports/
21967 dl-procinfo.h.
21968
f22bc486
AS
219692013-06-11 Andreas Schwab <schwab@suse.de>
21970
21971 [BZ #14991]
21972 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
21973 (from_ucs4_idx): Regenerate.
21974 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
21975 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
21976 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
21977 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
21978 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
21979 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
21980 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
21981 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
21982 from FROM_LOOP and TO_LOOP specific macros.
21983 (BODY): Handle combining characters.
21984 * iconvdata/BIG5HKSCS.irreversible: Update.
21985 * iconvdata/BIG5HKSCS.precomposed: New file.
21986 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
21987 characters.
21988 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
21989
c1f75dc3
SP
219902013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
21991
4eacded2
SP
21992 * include/sys/time.h: Fix indentation and add copyright header.
21993
fec799f8
SP
21994 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
21995 (do_test): Likewise.
21996 * string/test-memchr.c (do_one_test): Likewise.
21997 (do_test): Likewise.
21998 * string/test-memcmp.c (do_one_test): Likewise.
21999 (do_test): Likewise.
22000 * string/test-memcpy.c (do_one_test): Likewise.
22001 (do_test): Likewise.
22002 * string/test-memmem.c (do_one_test): Likewise.
22003 (do_test): Likewise.
22004 (do_random_tests): Likewise.
22005 * string/test-memmove.c (do_one_test): Likewise.
22006 (do_test): Likewise.
22007 * string/test-memset.c (do_one_test): Likewise.
22008 (do_test): Likewise.
22009 * string/test-rawmemchr.c (do_one_test): Likewise.
22010 (do_test): Likewise.
22011 * string/test-strcasecmp.c (do_one_test): Likewise.
22012 (do_test): Likewise.
22013 * string/test-strcasestr.c (do_one_test): Likewise.
22014 (do_test): Likewise.
22015 * string/test-strcat.c (do_one_test): Likewise.
22016 (do_test): Likewise.
22017 * string/test-strchr.c (do_one_test): Likewise.
22018 (do_test): Likewise.
22019 * string/test-strcmp.c (do_one_test): Likewise.
22020 (do_test): Likewise.
22021 * string/test-strcpy.c (do_one_test): Likewise.
22022 (do_test): Likewise.
22023 * string/test-string.h: Likewise.
22024 (test_init): Likewise.
22025 * string/test-strlen.c (do_one_test): Likewise.
22026 (do_test): Likewise.
22027 * string/test-strncasecmp.c (do_one_test): Likewise.
22028 (do_test): Likewise.
22029 * string/test-strncat.c (do_one_test): Likewise.
22030 (do_test): Likewise.
22031 * string/test-strncmp.c (do_one_test): Likewise.
22032 (do_test_limit): Likewise.
22033 (do_test): Likewise.
22034 * string/test-strncpy.c (do_one_test): Likewise.
22035 (do_test): Likewise.
22036 * string/test-strnlen.c (do_one_test): Likewise.
22037 (do_test): Likewise.
22038 * string/test-strpbrk.c (do_one_test): Likewise.
22039 (do_test): Likewise.
22040 * string/test-strrchr.c (do_one_test): Likewise.
22041 (do_test): Likewise.
22042 * string/test-strspn.c (do_one_test): Likewise.
22043 (do_test): Likewise.
22044 * string/test-strstr.c (do_one_test): Likewise.
22045 (do_test): Likewise.
22046
97020474
SP
22047 * benchtests/Makefile (string-bench): Add string benchmarks.
22048 * benchtests/bench-bcopy-ifunc.c: New file.
22049 * benchtests/bench-bcopy.c: New file.
22050 * benchtests/bench-bzero-ifunc.c: New file.
22051 * benchtests/bench-bzero.c: New file.
22052 * benchtests/bench-memccpy-ifunc.c: New file.
22053 * benchtests/bench-memccpy.c: New file.
22054 * benchtests/bench-memchr-ifunc.c: New file.
22055 * benchtests/bench-memchr.c: New file.
22056 * benchtests/bench-memcmp-ifunc.c: New file.
22057 * benchtests/bench-memcmp.c: New file.
22058 * benchtests/bench-memmem-ifunc.c: New file.
22059 * benchtests/bench-memmem.c: New file.
22060 * benchtests/bench-memmove-ifunc.c: New file.
22061 * benchtests/bench-memmove.c: New file.
22062 * benchtests/bench-mempcpy-ifunc.c: New file.
22063 * benchtests/bench-mempcpy.c: New file.
22064 * benchtests/bench-memset-ifunc.c: New file.
22065 * benchtests/bench-memset.c: New file.
22066 * benchtests/bench-rawmemchr-ifunc.c: New file.
22067 * benchtests/bench-rawmemchr.c: New file.
22068 * benchtests/bench-stpcpy-ifunc.c: New file.
22069 * benchtests/bench-stpcpy.c: New file.
22070 * benchtests/bench-stpncpy-ifunc.c: New file.
22071 * benchtests/bench-stpncpy.c: New file.
22072 * benchtests/bench-strcasecmp-ifunc.c: New file.
22073 * benchtests/bench-strcasecmp.c: New file.
22074 * benchtests/bench-strcasestr-ifunc.c: New file.
22075 * benchtests/bench-strcasestr.c: New file.
22076 * benchtests/bench-strcat-ifunc.c: New file.
22077 * benchtests/bench-strcat.c: New file.
22078 * benchtests/bench-strchr-ifunc.c: New file.
22079 * benchtests/bench-strchr.c: New file.
22080 * benchtests/bench-strchrnul-ifunc.c: New file.
22081 * benchtests/bench-strchrnul.c: New file.
22082 * benchtests/bench-strcmp-ifunc.c: New file.
22083 * benchtests/bench-strcmp.c: New file.
22084 * benchtests/bench-strcpy-ifunc.c: New file.
22085 * benchtests/bench-strcpy.c: New file.
22086 * benchtests/bench-strcspn-ifunc.c: New file.
22087 * benchtests/bench-strcspn.c: New file.
22088 * benchtests/bench-strlen-ifunc.c: New file.
22089 * benchtests/bench-strlen.c: New file.
22090 * benchtests/bench-strncasecmp-ifunc.c: New file.
22091 * benchtests/bench-strncasecmp.c: New file.
22092 * benchtests/bench-strncat-ifunc.c: New file.
22093 * benchtests/bench-strncat.c: New file.
22094 * benchtests/bench-strncmp-ifunc.c: New file.
22095 * benchtests/bench-strncmp.c: New file.
22096 * benchtests/bench-strncpy-ifunc.c: New file.
22097 * benchtests/bench-strncpy.c: New file.
22098 * benchtests/bench-strnlen-ifunc.c: New file.
22099 * benchtests/bench-strnlen.c: New file.
22100 * benchtests/bench-strpbrk-ifunc.c: New file.
22101 * benchtests/bench-strpbrk.c: New file.
22102 * benchtests/bench-strrchr-ifunc.c: New file.
22103 * benchtests/bench-strrchr.c: New file.
22104 * benchtests/bench-strspn-ifunc.c: New file.
22105 * benchtests/bench-strspn.c: New file.
22106 * benchtests/bench-strstr-ifunc.c: New file.
22107 * benchtests/bench-strstr.c: New file.
22108
c1f75dc3
SP
22109 * benchtests/Makefile: Disable parallel execution of targets.
22110 (string-bench): Add memcpy.
22111 (benchset): New variable to store a list of benchmark sets.
22112 (bench-func): Renamed from bench.
22113 (bench-set): New target.
22114 (bench): Depend on bench-func and bench-set.
22115 * benchtests/README: Add section on benchmark sets.
22116 * benchtests/bench-memcpy-ifunc.c: New file.
22117 * benchtests/bench-memcpy.c: New file.
22118 * benchtests/bench-string.h: New file.
22119
50fd745b
AS
221202013-06-11 Andreas Schwab <schwab@suse.de>
22121
22122 [BZ #15577]
22123 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22124 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22125 values in the triple.
22126 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22127 terminator in the group key.
22128
3ee7e9fe
AJ
221292013-06-11 Andreas Jaeger <aj@suse.de>
22130
22131 * po/zh_TW.po: Update Chinese (traditional) translation from
22132 translation project.
22133
89fb6835
SP
221342013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22135
22136 * include/time.h (__clock_gettime): Add libc_hidden_proto.
22137 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22138 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
22139 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22140 (clock_getcpuclockid): Likewise.
22141 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22142 Add weak_alias and libc_hidden_def.
22143 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22144 * rt/clock_gettime.c (clock_gettime): Rename to
22145 __clock_gettime. Add weak_alias and libc_hidden_def.
22146 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22147 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22148 __clock_nanosleep. Add weak_alias and libc_hidden_def.
22149 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22150 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22151 Likewise.
22152 * rt/clock_settime.c (clock_settime): Rename to
22153 __clock_settime. Add weak_alias and libc_hidden_def.
22154 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22155
0efa6f8b
JM
221562013-06-10 Joseph Myers <joseph@codesourcery.com>
22157
b8c61b4b
JM
22158 * mach/err_boot.sub: Remove trailing whitespace.
22159 * mach/err_ipc.sub: Likewise.
22160 * mach/err_mach.sub: Likewise.
22161
0efa6f8b
JM
22162 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22163 (ROUNDING_TESTS_double): Likewise.
22164 (ROUNDING_TESTS_long_double): Likewise.
22165 (ROUNDING_TESTS): Likewise.
22166 * math/libm-test.inc: Include <math-tests.h>.
22167 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22168 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22169 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22170 (IF_ROUND_INIT_FE_UPWARD): Likewise.
22171
50b818bf
SP
221722013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
22173
22174 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22175 of assigning.
22176
60d2f8f3
JM
221772013-06-08 Joseph Myers <joseph@codesourcery.com>
22178
4902d2c3
JM
22179 * sysdeps/gnu/errlist.awk: Do not generate space at end of
22180 otherwise empty TRANS lines.
22181 * sysdeps/gnu/errlist.c: Regenerated.
22182
60d2f8f3
JM
22183 * catgets/gencat.c (error_print): Use (void) in function
22184 definition.
22185 * crypt/crypt_util.c (__init_des): Likewise.
22186 * crypt/speeds.c (Stop): Likewise.
22187 (main): Likewise.
22188 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22189 * inet/ruserpass.c (token): Likewise.
22190 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22191 * intl/localealias.c (extend_alias_table): Likewise.
22192 * intl/plural-exp.c (init_germanic_plural): Likewise.
22193 * libio/fcloseall.c (__fcloseall): Likewise.
22194 * libio/genops.c (_IO_flush_all): Likewise.
22195 (_IO_flush_all_linebuffered): Likewise.
22196 (_IO_cleanup): Likewise.
22197 (_IO_iter_begin): Likewise.
22198 (_IO_iter_end): Likewise.
22199 (_IO_list_lock): Likewise.
22200 (_IO_list_unlock): Likewise.
22201 (_IO_list_resetlock): Likewise.
22202 * libio/getchar.c (getchar): Likewise.
22203 * libio/getchar_u.c (getchar_unlocked): Likewise.
22204 * libio/getwchar.c (getwchar): Likewise.
22205 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22206 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22207 * login/getpt.c (__getpt): Likewise.
22208 * login/tst-utmp.c (main): Likewise.
22209 * malloc/hooks.c (__malloc_check_init): Likewise.
22210 * malloc/malloc.c (__malloc_stats): Likewise.
22211 * malloc/mtrace.c (tr_break): Likewise.
22212 (mtrace): Likewise.
22213 (muntrace): Likewise.
22214 * misc/fstab.c (endfsent): Likewise.
22215 * misc/getclktck.c (__getclktck): Likewise.
22216 * misc/getdtsz.c (__getdtablesize): Likewise.
22217 * misc/gethostid.c (gethostid): Likewise.
22218 * misc/getpagesize.c (__getpagesize): Likewise.
22219 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22220 (__get_nprocs): Likewise.
22221 (__get_phys_pages): Likewise.
22222 (__get_avphys_pages): Likewise.
22223 * misc/getttyent.c (getttyent): Likewise.
22224 (setttyent): Likewise.
22225 (endttyent): Likewise.
22226 * misc/getusershell.c (getusershell): Likewise.
22227 (endusershell): Likewise.
22228 (setusershell): Likewise.
22229 (initshells): Likewise.
22230 * misc/hsearch.c (__hdestroy): Likewise.
22231 * misc/sync.c (sync): Likewise.
22232 * misc/syslog.c (closelog_internal): Likewise.
22233 (closelog): Likewise.
22234 * misc/ttyslot.c (ttyslot): Likewise.
22235 * misc/vhangup.c (vhangup): Likewise.
22236 * posix/fork.c (__fork): Likewise.
22237 * posix/getegid.c (__getegid): Likewise.
22238 * posix/geteuid.c (__geteuid): Likewise.
22239 * posix/getgid.c (__getgid): Likewise.
22240 * posix/getpid.c (__getpid): Likewise.
22241 * posix/getppid.c (__getppid): Likewise.
22242 * posix/getuid.c (__getuid): Likewise.
22243 * posix/pause.c (pause): Likewise.
22244 * posix/setpgrp.c (setpgrp): Likewise.
22245 * posix/setsid.c (__setsid): Likewise.
22246 * posix/test-vfork.c (noop): Likewise.
22247 * resolv/gethnamaddr.c (_endhtent): Likewise.
22248 (_gethtent): Likewise.
22249 (ht_endhostent): Likewise.
22250 (gethostent): Likewise.
22251 (dns_service): Likewise.
22252 * stdlib/drand48.c (drand48): Likewise.
22253 * stdlib/lrand48.c (lrand48): Likewise.
22254 * stdlib/mrand48.c (mrand48): Likewise.
22255 * stdlib/rand.c (rand): Likewise.
22256 * stdlib/random.c (__random): Likewise.
22257 * stdlib/setenv.c (clearenv): Likewise.
22258 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22259 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22260 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22261 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22262 (__get_nprocs): Likewise.
22263 (__get_phys_pages): Likewise.
22264 (__get_avphys_pages): Likewise.
22265 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22266 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22267 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22268 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22269 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22270 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22271 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22272 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22273 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22274 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22275 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22276 * sysdeps/mach/hurd/sync.c (sync): Likewise.
22277 * sysdeps/posix/clock.c (clock): Likewise.
22278 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22279 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22280 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22281 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22282 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22283 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22284 (__get_nprocs_conf): Likewise.
22285 (__get_phys_pages): Likewise.
22286 (__get_avphys_pages): Likewise.
22287 * time/clock.c (clock): Likewise.
22288 * time/tzset.c (__tzname_max): Likewise.
22289
2e09a79a
JM
222902013-06-07 Joseph Myers <joseph@codesourcery.com>
22291
22292 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22293 (__bswap_32): Do not use "register".
22294 * crypt/crypt.c (_ufc_doit_r): Likewise.
22295 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22296 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22297 * gmon/gmon.c (__monstartup): Likewise.
22298 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22299 * hurd/hurdmalloc.c (more_memory): Likewise.
22300 (malloc): Likewise.
22301 (free): Likewise.
22302 (realloc): Likewise.
22303 (malloc_fork_prepare): Likewise.
22304 (malloc_fork_parent): Likewise.
22305 (malloc_fork_child): Likewise.
22306 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22307 (_svcauth_des): Likewise.
22308 * inet/inet_lnaof.c (inet_lnaof): Likewise.
22309 * inet/inet_net.c (inet_network): Likewise.
22310 * inet/inet_netof.c (inet_netof): Likewise.
22311 * inet/rcmd.c (__validuser2_sa): Likewise.
22312 * io/fts.c (fts_open): Likewise.
22313 (fts_load): Likewise.
22314 (fts_close): Likewise.
22315 (fts_read): Likewise.
22316 (fts_children): Likewise.
22317 (fts_build): Likewise.
22318 (fts_stat): Likewise.
22319 (fts_sort): Likewise.
22320 (fts_alloc): Likewise.
22321 (fts_lfree): Likewise.
22322 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22323 (_IO_file_xsgetn): Likewise.
22324 (_IO_file_xsgetn_mmap): Likewise.
22325 * libio/iofopncook.c (_IO_cookie_read): Likewise.
22326 (_IO_cookie_write): Likewise.
22327 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22328 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22329 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22330 * malloc/obstack.c (_obstack_begin): Likewise.
22331 (_obstack_begin_1): Likewise.
22332 (_obstack_newchunk): Likewise.
22333 (_obstack_allocated_p): Likewise.
22334 (obstack_free): Likewise.
22335 (_obstack_memory_used): Likewise.
22336 * misc/getttyent.c (getttynam): Likewise.
22337 (getttyent): Likewise.
22338 (skip): Likewise.
22339 (value): Likewise.
22340 * misc/getusershell.c (initshells): Likewise.
22341 * misc/syslog.c (__vsyslog_chk): Likewise.
22342 * misc/ttyslot.c (ttyslot): Likewise.
22343 * nis/nis_hash.c (__nis_hash): Likewise.
22344 * posix/fnmatch_loop.c (FCT): Likewise.
22345 * posix/getconf.c (print_all): Likewise.
22346 (main): Likewise.
22347 * posix/getopt.c (exchange): Likewise.
22348 * posix/glob.c (globfree): Likewise.
22349 (prefix_array): Likewise.
22350 (__glob_pattern_type): Likewise.
22351 * resolv/arpa/nameser.h (NS_GET16): Likewise.
22352 (NS_GET32): Likewise.
22353 (NS_PUT16): Likewise.
22354 (NS_PUT32): Likewise.
22355 * resolv/gethnamaddr.c (getanswer): Likewise.
22356 (gethostbyname2): Likewise.
22357 (gethostbyaddr): Likewise.
22358 (_gethtent): Likewise.
22359 (_gethtbyname2): Likewise.
22360 (_gethtbyaddr): Likewise.
22361 * resolv/ns_print.c (dst_s_get_int16): Likewise.
22362 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22363 * resolv/res_init.c (__res_vinit): Likewise.
22364 (net_mask): Likewise.
22365 * resolv/res_mkquery.c (outchar): Likewise.
22366 (PRINT): Likewise.
22367 * stdio-common/printf_fp.c (outchar): Likewise.
22368 (PRINT): Likewise.
22369 * stdio-common/printf_fphex.c (outchar): Likewise.
22370 (PRINT): Likewise.
22371 * stdio-common/printf_size.c (outchar): Likewise.
22372 (PRINT): Likewise.
22373 * stdio-common/test_rdwr.c (main): Likewise.
22374 * stdio-common/tfformat.c (matches): Likewise.
22375 * stdio-common/vfprintf.c (outchar): Likewise.
22376 (printf_unknown): Likewise.
22377 (buffered_vfprintf): Likewise.
22378 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22379 * stdio-common/xbug.c (AppendToBuffer): Likewise.
22380 (ReadFile): Likewise.
22381 * stdlib/qsort.c (SWAP): Likewise.
22382 (_quicksort): Likewise.
22383 * stdlib/setenv.c (__add_to_environ): Likewise.
22384 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22385 * stdlib/strtol_l.c (__strtol_l): Likewise.
22386 * stdlib/tst-strtod.c (main): Likewise.
22387 * stdlib/tst-strtol.c (main): Likewise.
22388 * stdlib/tst-strtoll.c (main): Likewise.
22389 * string/bits/string2.h (__strcmp_cc): Likewise.
22390 (__strcmp_cg): Likewise.
22391 (__strcspn_c1): Likewise.
22392 (__strcspn_c2): Likewise.
22393 (__strcspn_c3): Likewise.
22394 (__strspn_c1): Likewise.
22395 (__strspn_c2): Likewise.
22396 (__strspn_c3): Likewise.
22397 (__strsep_1c): Likewise.
22398 (__strsep_2c): Likewise.
22399 (__strsep_3c): Likewise.
22400 * string/memccpy.c (__memccpy): Likewise.
22401 * string/stpcpy.c (__stpcpy): Likewise.
22402 * string/strcmp.c (strcmp): Likewise.
22403 * string/strrchr.c (strrchr): Likewise.
22404 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22405 Likewise.
22406 * sysdeps/mach/hurd/getcwd.c
22407 (_hurd_canonicalize_directory_name_internal): Likewise.
22408 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22409 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22410 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22411 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22412 Likewise, in both definitions.
22413 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22414 definitions.
22415 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22416 64] (__bswap_64): Likewise.
22417 * time/test_time.c (main): Likewise.
22418 * time/tzfile.c (__tzfile_read): Likewise.
22419 (__tzfile_compute): Likewise.
22420 * time/tzset.c (__tzset_parse_tz): Likewise.
22421 (tzset_internal): Likewise.
22422 (compute_change): Likewise.
22423 * wcsmbs/wcscat.c (__wcscat): Likewise.
22424 * wcsmbs/wcschr.c (wcschr): Likewise.
22425 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22426 * wcsmbs/wcscspn.c (wcscspn): Likewise.
22427 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22428 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22429 * wcsmbs/wcsspn.c (wcsspn): Likewise.
22430 * wcsmbs/wcsstr.c (wcsstr): Likewise.
22431 * wcsmbs/wmemchr.c (wmemchr): Likewise.
22432 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22433 * wcsmbs/wmemset.c (wmemset): Likewise.
22434
9e54314b
JM
224352013-06-06 Joseph Myers <joseph@codesourcery.com>
22436
22437 * scripts/config.guess: Update to version 2013-05-16.
22438 * scripts/config.sub: Update to version 2013-04-24.
22439 * scripts/install-sh: Update to version 2011-11-20.07.
22440 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22441 * scripts/move-if-change: Update to version 2012-01-06 07:23.
22442
350635a5
OB
224432013-06-06 Ondřej Bílka <neleai@seznam.cz>
22444
22445 * debug/fgetws_u_chk.c: Fix leading whitespaces.
22446 * elf/sln.c: Likewise.
22447 * hurd/hurd/ioctl.h: Likewise.
22448 * hurd/hurdmalloc.c: Likewise.
22449 * hurd/xattr.c: Likewise.
22450 * include/shlib-compat.h: Likewise.
22451 * inet/ruserpass.c: Likewise.
22452 * libio/iofgets_u.c: Likewise.
22453 * libio/iofgetws_u.c: Likewise.
22454 * locale/programs/ld-identification.c: Likewise.
22455 * locale/programs/ld-time.c: Likewise.
22456 * mach/msg-destroy.c: Likewise.
22457 * nss/nss_files/files-netgrp.c: Likewise.
22458 * resolv/res_data.c: Likewise.
22459 * soft-fp/op-1.h: Likewise.
22460 * soft-fp/op-2.h: Likewise.
22461 * soft-fp/op-4.h: Likewise.
22462 * soft-fp/op-common.h: Likewise.
22463 * stdio-common/printf_fphex.c: Likewise.
22464 * stdlib/strtod_l.c: Likewise.
22465 * sunrpc/rpc/clnt.h: Likewise.
22466 * sysdeps/generic/framestate.c: Likewise.
22467 * sysdeps/i386/bsd-_setjmp.S: Likewise.
22468 * sysdeps/i386/bsd-setjmp.S: Likewise.
22469 * sysdeps/i386/__longjmp.S: Likewise.
22470 * sysdeps/i386/setjmp.S: Likewise.
22471 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22472 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22473 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22474 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22475 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22476 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22477 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22478 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22479 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22480 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22481 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22482 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22483 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22484 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22485 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22486 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22487 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22488 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22489 * sysdeps/ieee754/support.c: Likewise.
22490 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22491 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22492 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22493 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22494 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
22495 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
22496 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
22497 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
22498 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
22499 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
22500 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
22501 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
22502 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
22503 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
22504 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
22505 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
22506 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
22507 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
22508
44a988af
OB
225092013-06-05 Ondřej Bílka <neleai@seznam.cz>
22510
25506f09 22511 * posix/transbug.c: Remove executable mode.
44a988af 22512
9c84384c
JM
225132013-06-05 Joseph Myers <joseph@codesourcery.com>
22514
22515 * crypt/speeds.c: Remove trailing whitespace.
22516 * dlfcn/default.c: Likewise.
22517 * elf/ifuncdep2.c: Likewise.
22518 * elf/ifuncmain1.c: Likewise.
22519 * elf/ifuncmain1vis.c: Likewise.
22520 * elf/testobj.h: Likewise.
22521 * elf/tst-stackguard1.c: Likewise.
22522 * gmon/sys/gmon.h: Likewise.
22523 * hurd/hurdmsg.c: Likewise.
22524 * hurd/new-fd.c: Likewise.
22525 * hurd/ports-get.c: Likewise.
22526 * iconvdata/ibm1008_420.c: Likewise.
22527 * inet/tst-getni1.c: Likewise.
22528 * inet/tst-getni2.c: Likewise.
22529 * libio/ioungetc.c: Likewise.
22530 * libio/wfiledoalloc.c: Likewise.
22531 * manual/libm-err-tab.pl: Likewise.
22532 * math/w_dremf.c: Likewise.
22533 * misc/ftruncate.c: Likewise.
22534 * posix/bug-glob2.c: Likewise.
22535 * posix/tst-pcre.c: Likewise.
22536 * posix/wait4.c: Likewise.
22537 * resolv/README: Likewise.
22538 * resolv/res_debug.h: Likewise.
22539 * resolv/tst-inet_ntop.c: Likewise.
22540 * setjmp/bug269-setjmp.c: Likewise.
22541 * soft-fp/extended.h: Likewise.
22542 * soft-fp/op-1.h: Likewise.
22543 * soft-fp/op-2.h: Likewise.
22544 * soft-fp/op-4.h: Likewise.
22545 * soft-fp/op-8.h: Likewise.
22546 * soft-fp/testit.c: Likewise.
22547 * stdio-common/bug16.c: Likewise.
22548 * stdlib/random.c: Likewise.
22549 * sunrpc/rpcsvc/rquota.x: Likewise.
22550 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
22551 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22552 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22553 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22554 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22555 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22556 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22557 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22558 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22559 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22560 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22561 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22562 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22563 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22564 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22565 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22566 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22567 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22568 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22569 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22570 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22571 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22572 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
22573 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22574 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22575 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22576 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22577 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
22578 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22579 * sysdeps/ieee754/s_lib_version.c: Likewise.
22580 * sysdeps/mach/hurd/check_fds.c: Likewise.
22581 * sysdeps/mach/hurd/getsockname.c: Likewise.
22582 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
22583 * sysdeps/mach/hurd/recvfrom.c: Likewise.
22584 * sysdeps/powerpc/bits/link.h: Likewise.
22585 * sysdeps/powerpc/dl-procinfo.c: Likewise.
22586 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
22587 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
22588 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
22589 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
22590 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22591 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
22592 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
22593 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
22594 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
22595 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
22596 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22597 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
22598 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
22599 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
22600 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
22601 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22602 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22603 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
22604 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
22605 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
22606 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
22607 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22608 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22609 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
22610 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22611 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22612 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
22613 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
22614 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22615 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22616 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22617 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22618 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
22619 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
22620 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
22621 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
22622 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22623 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
22624 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
22625 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
22626 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
22627 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
22628 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
22629 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22630 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
22631 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
22632 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22633 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
22634 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
22635 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22636 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22637 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22638 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22639 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
22640 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
22641 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
22642 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22643 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
22644 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
22645 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
22646 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
22647 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
22648 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22649 * sysdeps/powerpc/sysdep.h: Likewise.
22650 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
22651 * sysdeps/s390/s390-64/sub_n.S: Likewise.
22652 * sysdeps/sh/dl-trampoline.S: Likewise.
22653 * sysdeps/sh/memset.S: Likewise.
22654 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
22655 * sysdeps/sh/strlen.S: Likewise.
22656 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
22657 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
22658 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
22659 * sysdeps/sparc/sparc32/rem.S: Likewise.
22660 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
22661 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
22662 * sysdeps/sparc/sparc32/strchr.S: Likewise.
22663 * sysdeps/sparc/sparc32/udiv.S: Likewise.
22664 * sysdeps/sparc/sparc32/urem.S: Likewise.
22665 * sysdeps/sparc/sparc64/add_n.S: Likewise.
22666 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
22667 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
22668 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
22669 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
22670 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
22671 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
22672 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
22673 * sysdeps/unix/bsd/times.c: Likewise.
22674 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
22675 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
22676 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
22677 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
22678 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
22679 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
22680 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22681 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
22682 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
22683 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
22684 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
22685 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22686 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
22687 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
22688 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22689 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
22690 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22691 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
22692 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
22693 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
22694 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
22695 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
22696 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
22697 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
22698 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
22699 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
22700 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
22701 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
22702 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
22703 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
22704 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
22705 * sysdeps/x86_64/strcspn.S: Likewise.
22706
869378a5
RA
227072013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22708
22709 * locale/C-translit.h: Revert #include <stdint.h> because this is a
22710 generated file. Regenerate properly from gen-translit.pl.
22711 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
22712 locale/C-translit.h.
22713
840e2943
AS
227142013-06-05 Andreas Schwab <schwab@suse.de>
22715
22716 [BZ #15100]
22717 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
22718 week as 6 instead of -1.
22719 * time/tst-strptime.c (day_tests): Add test case.
22720
4c60cb0c
SP
227212013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
22722
22723 * sysdeps/generic/math_private.h
22724 (libc_feholdexcept_setround_53bit): Replace with
22725 libc_feholdsetround_53bit.
22726 (libc_feupdateenv_53bit): Replace with
22727 libc_feresetround_53bit.
22728 (SET_RESTORE_ROUND_53BIT): Adjust.
22729
d180203e
SP
227302013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
22731
96df079a
SP
22732 * string/test-strchrnul.c: Add copyright header.
22733
d180203e
SP
22734 * posix/tst-getaddrinfo4.c: Increase test timeout.
22735
8b0ccb2d
CD
227362013-06-03 Carlos O'Donell <carlos@redhat.com>
22737
22738 [BZ #15536]
22739 * math/libm-test.inc (MAX_EXP): Remove
22740 (MIN_EXP): Define.
22741 (ulp): Use MIN_EXP - MANT_DIG.
22742 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
22743
3b3c4d40
CD
227442013-05-31 Carlos O'Donell <carlos@redhat.com>
22745
22746 * po/be.po: Revert last change.
22747 * po/zh_CN.po: Likewise.
22748 * po/header.pot: Likewise.
22749
fab7ce3f
JM
227502013-05-31 Joseph Myers <joseph@codesourcery.com>
22751
22752 * Makefile ($(common-objpfx)linkobj/libc.so): Define
22753 link-libc-deps to empty as target-specific variable.
22754 * Makerules (link-libc-args): New variable.
22755 (libc-for-link): Likewise.
22756 (link-libc-deps): Likewise.
22757 (lib%.so): Depend on $(link-libc-deps). Link with
22758 $(link-libc-args).
22759 (build-module): Link with $(link-libc-args).
22760 (build-module-asneeded): Likewise.
22761 (build-module-helper-objlist): Filter out $(link-libc-deps) from
22762 list of objects.
22763 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
22764 target-specific variable.
22765 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
22766 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
22767 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
22768 libc.
22769 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
22770 libc and ld.so.
22771 ($(objpfx)libpcprofile.so): Likewise.
22772 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
22773 libc_nonshared.a.
22774 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
22775 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
22776 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
22777 $(link-libc-deps).
22778 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
22779 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
22780 * login/Makefile ($(objpfx)libutil.so): Likewise.
22781 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
22782 * math/Makefile ($(objpfx)libm.so): Likewise.
22783 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
22784 $(objpfx)libnsl.so): Define libc-for-link as target-specific
22785 variable instead of depending directly on libc.
22786 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
22787 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
22788 $(link-libc-deps).
22789 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
22790 libc.
22791 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
22792 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
22793 ($(objpfx)libanl.so): Likewise.
22794 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
22795 ld.so.
22796 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
22797 $(link-libc-deps).
22798 * sysdeps/i386/fpu/Makefile: Remove file.
22799 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
22800 ($(objpfx)libm.so): Remove dependency on ld.so.
22801
eca5920c
PF
228022013-05-30 Patsy Franklin <pfrankli@redhat.com>
22803
22804 [BZ # 15553]
22805 * nis/yp_xdr.c (XDRMAXNAME): Define.
22806 (XDRMAXRECORD): Define.
22807 (xdr_domainname): Use XDRMAXNAME.
22808 (xdr_mapname): Likewise.
22809 (xdr_peername): Likewise.
22810 (xdr_keydat): Use XDRMAXRECORD.
22811 (xdr_valdat): Likewise.
22812
228132013-05-30 Jeff Law <law@redhat.com>
96945714
JL
22814
22815 [BZ #14256]
22816 * manual/errno.texi (ESTALE): Update to account for more than
22817 just NFS file systems.
22818 * sysdeps/gnu/errlist.c: Regenerated.
22819
b9375348
SP
228202013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
22821
22822 [BZ #15465]
22823 * elf/Makefile (tests): Add tst-null-argv.
22824 (modules-names): Add tst-null-argv-lib.
22825 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
22826 (tst-null-argv-ENV): Set environment for tst-null-argv.
22827 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
22828 (RTLD_PROGNAME): New macro.
22829 * elf/tst-null-argv.c: New test case.
22830 * elf/tst-null-argv-lib.c: Library for test case.
22831 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
22832 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
22833 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
22834 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
22835 * elf/dl-init.c (call_init): Likewise.
22836 (_dl_init): Likewise.
22837 * elf/dl-load.c (print_search_path): Likewise.
22838 (_dl_map_object): Likewise.
22839 * elf/dl-lookup.c (do_lookup_x): Likewise.
22840 (add_dependency): Likewise.
22841 (_dl_lookup_symbol_x): Likewise.
22842 (_dl_debug_bindings): Likewise.
22843 * elf/dl-open.c (_dl_show_scope): Likewise.
22844 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
22845 * elf/dl-version.c (match_symbol): Likewise.
22846 (_dl_check_map_versions): Likewise.
22847 * elf/rtld.c (dl_main): Likewise.
22848 (print_unresolved): Use RTLD_PROGNAME.
22849 (print_missing_version): Likewise.
22850 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
22851 (elf_machine_rela): Likewise.
22852 * sysdeps/powerpc/powerpc32/dl-machine.c
22853 (__process_machine_rela): Likewise.
22854 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
22855 Likewise.
22856 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
22857 Likewise.
22858 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
22859 Likewise.
22860 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
22861 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
22862 Likewise.
22863 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
22864 Likewise.
22865 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
22866
8a9f20c8
CD
228672013-05-28 Carlos O'Donell <carlos@redhat.com>
22868
22869 * po/be.po: Add descriptive title.
22870 * po/zh_CN.po: Likewise.
22871 * po/header.pot: Likewise.
22872
0e60d68e
MF
228732013-05-28 Mike Frysinger <vapier@gentoo.org>
22874
22875 * locale/programs/locarchive.c (create_archive): Inlucde fname in
22876 error message.
22877 (enlarge_archive): Likewise.
22878
56b672e9
BN
228792013-05-28 Ben North <ben@redfrontdoor.org>
22880
22881 * manual/arith.texi (frexp): It is the magnitude of the return
22882 value which lies in [0.5, 1), not the return value itself.
22883
5e056687
AZ
228842013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22885
22886 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22887
2b66ef5d
TS
228882013-05-26 Thomas Schwinge <thomas@codesourcery.com>
22889
528c2405
TS
22890 * stdio-common/bug26.c (main): Correct fscanf template.
22891
07b4c13d
TS
22892 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
22893 declare _dl_skip_args.
22894
ec9dd97c
TS
22895 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
22896 Don't declare.
22897
2b66ef5d
TS
22898 * manual/platform.texi: Add missing @end deftypefun.
22899
4f8dfe27
JM
229002013-05-24 Joseph Myers <joseph@codesourcery.com>
22901
0323d086
JM
22902 [BZ #15529]
22903 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
22904 bit of mantissa of 2^16382.
22905 * math/libm-test.inc (hypot_test_data): Add more tests.
22906
dd4259b9
JM
22907 * math/libm-test.inc: Add drem and pow10 to list of tested
22908 functions.
22909 (pow10_test): New function.
22910 (drem_test): Likewise.
22911 (drem_test_tonearest): Likewise.
22912 (drem_test_towardzero): Likewise.
22913 (drem_test_downward): Likewise.
22914 (drem_test_upward): Likewise.
22915 (main): Call the new functions.
22916
4f8dfe27
JM
22917 * math/libm-test.inc (finite_test_data): Remove.
22918 (finite_test): Run tests from isfinite_test_data.
22919 (gamma_test_data): Remove.
22920 (gamma_test): Run tests from lgamma_test_data.
22921 * sysdeps/i386/fpu/libm-test-ulps: Update.
22922 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22923
d116b7c4
AZ
229242013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22925
22926 * manual/platform.texi: Add PowerPC PPR function set documentation.
22927 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
22928 implementation.
22929
e96e3767
CD
229302013-05-24 Carlos O'Donell <carlos@redhat.com>
22931
22932 * math/libm-test.inc (MAX_EXP): Define.
22933 (ULPDIFF): Define.
22934 (ulp): New function.
22935 (check_float_internal): Use ULPDIFF.
22936 (cpow_test): Disable failing test.
22937 (check_ulp): Test ulp() implemetnation.
22938 (main): Call check_ulp before starting tests.
22939
b679a606
JM
229402013-05-24 Joseph Myers <joseph@codesourcery.com>
22941
e8bdba36
JM
22942 * math/gen-libm-test.pl (generate_testfile): Do not handle
22943 START_DATA and END_DATA.
22944 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
22945 END_DATA.
22946 (acos_tonearest_test_data): Likewise.
22947 (acos_towardzero_test_data): Likewise.
22948 (acos_downward_test_data): Likewise.
22949 (acos_upward_test_data): Likewise.
22950 (acosh_test_data): Likewise.
22951 (asin_test_data): Likewise.
22952 (asin_tonearest_test_data): Likewise.
22953 (asin_towardzero_test_data): Likewise.
22954 (asin_downward_test_data): Likewise.
22955 (asin_upward_test_data): Likewise.
22956 (asinh_test_data): Likewise.
22957 (atan_test_data): Likewise.
22958 (atanh_test_data): Likewise.
22959 (atan2_test_data): Likewise.
22960 (cabs_test_data): Likewise.
22961 (cacos_test_data): Likewise.
22962 (cacosh_test_data): Likewise.
22963 (carg_test_data): Likewise.
22964 (casin_test_data): Likewise.
22965 (casinh_test_data): Likewise.
22966 (catan_test_data): Likewise.
22967 (catanh_test_data): Likewise.
22968 (cbrt_test_data): Likewise.
22969 (ccos_test_data): Likewise.
22970 (ccosh_test_data): Likewise.
22971 (ceil_test_data): Likewise.
22972 (cexp_test_data): Likewise.
22973 (cimag_test_data): Likewise.
22974 (clog_test_data): Likewise.
22975 (clog10_test_data): Likewise.
22976 (conj_test_data): Likewise.
22977 (copysign_test_data): Likewise.
22978 (cos_test_data): Likewise.
22979 (cos_tonearest_test_data): Likewise.
22980 (cos_towardzero_test_data): Likewise.
22981 (cos_downward_test_data): Likewise.
22982 (cos_upward_test_data): Likewise.
22983 (cosh_test_data): Likewise.
22984 (cosh_tonearest_test_data): Likewise.
22985 (cosh_towardzero_test_data): Likewise.
22986 (cosh_downward_test_data): Likewise.
22987 (cosh_upward_test_data): Likewise.
22988 (cpow_test_data): Likewise.
22989 (cproj_test_data): Likewise.
22990 (creal_test_data): Likewise.
22991 (csin_test_data): Likewise.
22992 (csinh_test_data): Likewise.
22993 (csqrt_test_data): Likewise.
22994 (ctan_test_data): Likewise.
22995 (ctan_tonearest_test_data): Likewise.
22996 (ctan_towardzero_test_data): Likewise.
22997 (ctan_downward_test_data): Likewise.
22998 (ctan_upward_test_data): Likewise.
22999 (ctanh_test_data): Likewise.
23000 (ctanh_tonearest_test_data): Likewise.
23001 (ctanh_towardzero_test_data): Likewise.
23002 (ctanh_downward_test_data): Likewise.
23003 (ctanh_upward_test_data): Likewise.
23004 (erf_test_data): Likewise.
23005 (erfc_test_data): Likewise.
23006 (exp_test_data): Likewise.
23007 (exp_tonearest_test_data): Likewise.
23008 (exp_towardzero_test_data): Likewise.
23009 (exp_downward_test_data): Likewise.
23010 (exp_upward_test_data): Likewise.
23011 (exp10_test_data): Likewise.
23012 (exp2_test_data): Likewise.
23013 (expm1_test_data): Likewise.
23014 (fabs_test_data): Likewise.
23015 (fdim_test_data): Likewise.
23016 (finite_test_data): Likewise.
23017 (floor_test_data): Likewise.
23018 (fma_test_data): Likewise.
23019 (fma_towardzero_test_data): Likewise.
23020 (fma_downward_test_data): Likewise.
23021 (fma_upward_test_data): Likewise.
23022 (fmax_test_data): Likewise.
23023 (fmin_test_data): Likewise.
23024 (fmod_test_data): Likewise.
23025 (fpclassify_test_data): Likewise.
23026 (frexp_test_data): Likewise.
23027 (gamma_test_data): Likewise.
23028 (hypot_test_data): Likewise.
23029 (ilogb_test_data): Likewise.
23030 (isfinite_test_data): Likewise.
23031 (isgreater_test_data): Likewise.
23032 (isgreaterequal_test_data): Likewise.
23033 (isinf_test_data): Likewise.
23034 (isless_test_data): Likewise.
23035 (islessequal_test_data): Likewise.
23036 (islessgreater_test_data): Likewise.
23037 (isnan_test_data): Likewise.
23038 (isnormal_test_data): Likewise.
23039 (issignaling_test_data): Likewise.
23040 (isunordered_test_data): Likewise.
23041 (j0_test_data): Likewise.
23042 (j1_test_data): Likewise.
23043 (jn_test_data): Likewise.
23044 (ldexp_test_data): Likewise.
23045 (lgamma_test_data): Likewise.
23046 (lrint_test_data): Likewise.
23047 (lrint_tonearest_test_data): Likewise.
23048 (lrint_towardzero_test_data): Likewise.
23049 (lrint_downward_test_data): Likewise.
23050 (lrint_upward_test_data): Likewise.
23051 (llrint_test_data): Likewise.
23052 (llrint_tonearest_test_data): Likewise.
23053 (llrint_towardzero_test_data): Likewise.
23054 (llrint_downward_test_data): Likewise.
23055 (llrint_upward_test_data): Likewise.
23056 (log_test_data): Likewise.
23057 (log10_test_data): Likewise.
23058 (log1p_test_data): Likewise.
23059 (log2_test_data): Likewise.
23060 (logb_test_data): Likewise.
23061 (logb_downward_test_data): Likewise.
23062 (lround_test_data): Likewise.
23063 (llround_test_data): Likewise.
23064 (modf_test_data): Likewise.
23065 (nearbyint_test_data): Likewise.
23066 (nextafter_test_data): Likewise.
23067 (nexttoward_test_data): Likewise.
23068 (pow_test_data): Likewise.
23069 (pow_tonearest_test_data): Likewise.
23070 (pow_towardzero_test_data): Likewise.
23071 (pow_downward_test_data): Likewise.
23072 (pow_upward_test_data): Likewise.
23073 (remainder_test_data): Likewise.
23074 (remainder_tonearest_test_data): Likewise.
23075 (remainder_towardzero_test_data): Likewise.
23076 (remainder_downward_test_data): Likewise.
23077 (remainder_upward_test_data): Likewise.
23078 (remquo_test_data): Likewise.
23079 (rint_test_data): Likewise.
23080 (rint_tonearest_test_data): Likewise.
23081 (rint_towardzero_test_data): Likewise.
23082 (rint_downward_test_data): Likewise.
23083 (rint_upward_test_data): Likewise.
23084 (round_test_data): Likewise.
23085 (scalb_test_data): Likewise.
23086 (scalbn_test_data): Likewise.
23087 (scalbln_test_data): Likewise.
23088 (signbit_test_data): Likewise.
23089 (sin_test_data): Likewise.
23090 (sin_tonearest_test_data): Likewise.
23091 (sin_towardzero_test_data): Likewise.
23092 (sin_downward_test_data): Likewise.
23093 (sin_upward_test_data): Likewise.
23094 (sincos_test_data): Likewise.
23095 (sinh_test_data): Likewise.
23096 (sinh_tonearest_test_data): Likewise.
23097 (sinh_towardzero_test_data): Likewise.
23098 (sinh_downward_test_data): Likewise.
23099 (sinh_upward_test_data): Likewise.
23100 (sqrt_test_data): Likewise.
23101 (tan_test_data): Likewise.
23102 (tan_tonearest_test_data): Likewise.
23103 (tan_towardzero_test_data): Likewise.
23104 (tan_downward_test_data): Likewise.
23105 (tan_upward_test_data): Likewise.
23106 (tanh_test_data): Likewise.
23107 (tgamma_test_data): Likewise.
23108 (trunc_test_data): Likewise.
23109 (y0_test_data): Likewise.
23110 (y1_test_data): Likewise.
23111 (yn_test_data): Likewise.
23112 (significand_test_data): Likewise.
23113
b679a606
JM
23114 * math/gen-libm-test.pl (@functions): Remove variable.
23115 (generate_testfile): Don't handle START and END lines.
23116 * math/libm-test.inc (START): New macro.
23117 (END): Likewise.
23118 (END_COMPLEX): Likewise.
23119 (acos_test): Use END macro without arguments.
23120 (acos_test_tonearest): Likewise.
23121 (acos_test_towardzero): Likewise.
23122 (acos_test_downward): Likewise.
23123 (acos_test_upward): Likewise.
23124 (acosh_test): Likewise.
23125 (asin_test): Likewise.
23126 (asin_test_tonearest): Likewise.
23127 (asin_test_towardzero): Likewise.
23128 (asin_test_downward): Likewise.
23129 (asin_test_upward): Likewise.
23130 (asinh_test): Likewise.
23131 (atan_test): Likewise.
23132 (atanh_test): Likewise.
23133 (atan2_test): Likewise.
23134 (cabs_test): Likewise.
23135 (cacos_test): Use END_COMPLEX macro without arguments.
23136 (cacosh_test): Likewise.
23137 (carg_test): Use END macro without arguments.
23138 (casin_test): Use END_COMPLEX macro without arguments.
23139 (casinh_test): Likewise.
23140 (catan_test): Likewise.
23141 (catanh_test): Likewise.
23142 (cbrt_test): Use END macro without arguments.
23143 (ccos_test): Use END_COMPLEX macro without arguments.
23144 (ccosh_test): Likewise.
23145 (ceil_test): Use END macro without arguments.
23146 (cexp_test): Use END_COMPLEX macro without arguments.
23147 (cimag_test): Use END macro without arguments.
23148 (clog_test): Use END_COMPLEX macro without arguments.
23149 (clog10_test): Likewise.
23150 (conj_test): Likewise.
23151 (copysign_test): Use END macro without arguments.
23152 (cos_test): Likewise.
23153 (cos_test_tonearest): Likewise.
23154 (cos_test_towardzero): Likewise.
23155 (cos_test_downward): Likewise.
23156 (cos_test_upward): Likewise.
23157 (cosh_test): Likewise.
23158 (cosh_test_tonearest): Likewise.
23159 (cosh_test_towardzero): Likewise.
23160 (cosh_test_downward): Likewise.
23161 (cosh_test_upward): Likewise.
23162 (cpow_test): Use END_COMPLEX macro without arguments.
23163 (cproj_test): Likewise.
23164 (creal_test): Use END macro without arguments.
23165 (csin_test): Use END_COMPLEX macro without arguments.
23166 (csinh_test): Likewise.
23167 (csqrt_test): Likewise.
23168 (ctan_test): Likewise.
23169 (ctan_test_tonearest): Likewise.
23170 (ctan_test_towardzero): Likewise.
23171 (ctan_test_downward): Likewise.
23172 (ctan_test_upward): Likewise.
23173 (ctanh_test): Likewise.
23174 (ctanh_test_tonearest): Likewise.
23175 (ctanh_test_towardzero): Likewise.
23176 (ctanh_test_downward): Likewise.
23177 (ctanh_test_upward): Likewise.
23178 (erf_test): Use END macro without arguments.
23179 (erfc_test): Likewise.
23180 (exp_test): Likewise.
23181 (exp_test_tonearest): Likewise.
23182 (exp_test_towardzero): Likewise.
23183 (exp_test_downward): Likewise.
23184 (exp_test_upward): Likewise.
23185 (exp10_test): Likewise.
23186 (exp2_test): Likewise.
23187 (expm1_test): Likewise.
23188 (fabs_test): Likewise.
23189 (fdim_test): Likewise.
23190 (finite_test): Likewise.
23191 (floor_test): Likewise.
23192 (fma_test): Likewise.
23193 (fma_test_towardzero): Likewise.
23194 (fma_test_downward): Likewise.
23195 (fma_test_upward): Likewise.
23196 (fmax_test): Likewise.
23197 (fmin_test): Likewise.
23198 (fmod_test): Likewise.
23199 (fpclassify_test): Likewise.
23200 (frexp_test): Likewise.
23201 (gamma_test): Likewise.
23202 (hypot_test): Likewise.
23203 (ilogb_test): Likewise.
23204 (isfinite_test): Likewise.
23205 (isgreater_test): Likewise.
23206 (isgreaterequal_test): Likewise.
23207 (isinf_test): Likewise.
23208 (isless_test): Likewise.
23209 (islessequal_test): Likewise.
23210 (islessgreater_test): Likewise.
23211 (isnan_test): Likewise.
23212 (isnormal_test): Likewise.
23213 (issignaling_test): Likewise.
23214 (isunordered_test): Likewise.
23215 (j0_test): Likewise.
23216 (j1_test): Likewise.
23217 (jn_test): Likewise.
23218 (ldexp_test): Likewise.
23219 (lgamma_test): Likewise.
23220 (lrint_test): Likewise.
23221 (lrint_test_tonearest): Likewise.
23222 (lrint_test_towardzero): Likewise.
23223 (lrint_test_downward): Likewise.
23224 (lrint_test_upward): Likewise.
23225 (llrint_test): Likewise.
23226 (llrint_test_tonearest): Likewise.
23227 (llrint_test_towardzero): Likewise.
23228 (llrint_test_downward): Likewise.
23229 (llrint_test_upward): Likewise.
23230 (log_test): Likewise.
23231 (log10_test): Likewise.
23232 (log1p_test): Likewise.
23233 (log2_test): Likewise.
23234 (logb_test): Likewise.
23235 (logb_test_downward): Likewise.
23236 (lround_test): Likewise.
23237 (llround_test): Likewise.
23238 (modf_test): Likewise.
23239 (nearbyint_test): Likewise.
23240 (nextafter_test): Likewise.
23241 (nexttoward_test): Likewise.
23242 (pow_test): Likewise.
23243 (pow_test_tonearest): Likewise.
23244 (pow_test_towardzero): Likewise.
23245 (pow_test_downward): Likewise.
23246 (pow_test_upward): Likewise.
23247 (remainder_test): Likewise.
23248 (remainder_test_tonearest): Likewise.
23249 (remainder_test_towardzero): Likewise.
23250 (remainder_test_downward): Likewise.
23251 (remainder_test_upward): Likewise.
23252 (remquo_test): Likewise.
23253 (rint_test): Likewise.
23254 (rint_test_tonearest): Likewise.
23255 (rint_test_towardzero): Likewise.
23256 (rint_test_downward): Likewise.
23257 (rint_test_upward): Likewise.
23258 (round_test): Likewise.
23259 (scalb_test): Likewise.
23260 (scalbn_test): Likewise.
23261 (scalbln_test): Likewise.
23262 (signbit_test): Likewise.
23263 (sin_test): Likewise.
23264 (sin_test_tonearest): Likewise.
23265 (sin_test_towardzero): Likewise.
23266 (sin_test_downward): Likewise.
23267 (sin_test_upward): Likewise.
23268 (sincos_test): Likewise.
23269 (sinh_test): Likewise.
23270 (sinh_test_tonearest): Likewise.
23271 (sinh_test_towardzero): Likewise.
23272 (sinh_test_downward): Likewise.
23273 (sinh_test_upward): Likewise.
23274 (sqrt_test): Likewise.
23275 (tan_test): Likewise.
23276 (tan_test_tonearest): Likewise.
23277 (tan_test_towardzero): Likewise.
23278 (tan_test_downward): Likewise.
23279 (tan_test_upward): Likewise.
23280 (tanh_test): Likewise.
23281 (tgamma_test): Likewise.
23282 (trunc_test): Likewise.
23283 (y0_test): Likewise.
23284 (y1_test): Likewise.
23285 (yn_test): Likewise.
23286 (significand_test): Likewise.
23287
bae143d2
OB
232882013-05-24 Ondřej Bílka <neleai@seznam.cz>
23289
23290 [BZ #15381]
23291 * libio/genops.c (_IO_no_init): Initialize wide struct info.
23292
9323d39b
EM
232932013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
23294
d4ea44a0 23295 [BZ #14894]
9323d39b
EM
23296 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23297 __ppc_mdoio and __ppc_mdoom.
23298 * manual/platform.texi: Document new functions __ppc_yield,
23299 __ppc_mdoio and __ppc_mdoom.
23300
13e23af7
CD
233012013-05-22 Carlos O'Donell <carlos@redhat.com>
23302
23303 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23304 (main): Mention "tls" pseudo-hwcap is legacy.
23305 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23306
351fe550
JM
233072013-05-22 Joseph Myers <joseph@codesourcery.com>
23308
23309 * math/gen-libm-test.pl (parse_args): Output only string of
23310 arguments as text for test name, not full call or descriptions of
23311 tests for extra outputs.
23312 (generate_testfile): Do not pass function name to parse_args.
23313 Generate this_func variable from START.
23314 * math/libm-test.inc (struct test_f_f_data): Rename test_name
23315 field to arg_str.
23316 (struct test_ff_f_data): Likewise.
23317 (test_ff_f_data_nexttoward): Likewise.
23318 (struct test_fi_f_data): Likewise.
23319 (struct test_fl_f_data): Likewise.
23320 (struct test_if_f_data): Likewise.
23321 (struct test_fff_f_data): Likewise.
23322 (struct test_c_f_data): Likewise.
23323 (struct test_f_f1_data): Likewise. Remove field extra_name.
23324 (struct test_fF_f1_data): Likewise.
23325 (struct test_ffI_f1_data): Likewise.
23326 (struct test_c_c_data): Rename test_name field to arg_str.
23327 (struct test_cc_c_data): Likewise.
23328 (struct test_f_i_data): Likewise.
23329 (struct test_ff_i_data): Likewise.
23330 (struct test_f_l_data): Likewise.
23331 (struct test_f_L_data): Likewise.
23332 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
23333 and extra2_name.
23334 (COMMON_TEST_SETUP): New macro.
23335 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23336 (COMMON_TEST_CLEANUP): Likewise.
23337 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23338 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
23339 macros.
23340 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23341 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
23342 macros.
23343 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23344 (RUN_TEST_fff_f): Take argument string. Call new setup and
23345 cleanup macros.
23346 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23347 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
23348 macros.
23349 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23350 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
23351 macros.
23352 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23353 (RUN_TEST_fF_f1): Take argument string. Call new setup and
23354 cleanup macros.
23355 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23356 (RUN_TEST_fI_f1): Take argument string. Call new setup and
23357 cleanup macros.
23358 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23359 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
23360 cleanup macros.
23361 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23362 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
23363 macros.
23364 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23365 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
23366 macros.
23367 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23368 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
23369 macros.
23370 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23371 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
23372 cleanup macros.
23373 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23374 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
23375 cleanup macros.
23376 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23377 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
23378 macros.
23379 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23380 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
23381 cleanup macros.
23382 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23383 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
23384 macros.
23385 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23386 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
23387 macros.
23388 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23389 (RUN_TEST_fFF_11): Take argument string. Call new setup and
23390 cleanup macros.
23391 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23392
85118d4d
EBM
233932013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23394
23395 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23396 to _sifields.sigfault.
23397 (si_addr_lsb): Define new macro.
23398 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23399 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23400 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23401
7a44c18f
CD
234022013-05-03 Carlos O'Donell <carlos at redhat.com>
23403
23404 [BZ #15441]
23405 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23406 returns -1.
23407 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23408 null return -1.
23409 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23410 loading the domain.
23411
b50a7181
JM
234122013-05-22 Joseph Myers <joseph@codesourcery.com>
23413
23414 * math/gen-libm-test.pl (parse_args): Do not include expected
23415 result in test name.
23416 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23417 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23418 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23419 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23420 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23421 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23422
051063c8
SP
234232013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
23424
3ce9e010
SP
23425 * benchtests/Makefile: Sort function entries.
23426
051063c8
SP
23427 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23428 tanh, asinh, acosh, atanh.
23429 * benchtests/acos-inputs: New file.
23430 * benchtests/acosh-inputs: New file.
23431 * benchtests/asin-inputs: New file.
23432 * benchtests/asinh-inputs: New file.
23433 * benchtests/atanh-inputs: New file.
23434 * benchtests/cosh-inputs: New file.
23435 * benchtests/log-inputs: New file.
23436 * benchtests/sinh-inputs: New file.
23437 * benchtests/tanh-inputs: New file.
23438
47c22455
DL
234392013-05-21 Dmitry V. Levin <ldv@altlinux.org>
23440
23441 [BZ #15339]
23442 * posix/tst-getaddrinfo4.c: New test.
23443 * posix/Makefile (tests): Add it.
23444
3d04f5db
SP
234452013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
23446
23447 [BZ #15339]
23448 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23449 when no services were used.
23450 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23451 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23452
d5dd6189
AS
234532013-05-21 Andreas Schwab <schwab@suse.de>
23454
23455 [BZ #15014]
23456 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23457 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23458 successful.
23459 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23460 redundant variable declarations and reallocation of buffer when
23461 parsing as IPv6 address. Always set NSS status when called from
23462 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
23463 buffer too small. Correct computation of needed size.
23464 * nss/Makefile (tests): Add test-digits-dots.
23465 * nss/test-digits-dots.c: New test.
23466
fef94eab
SP
234672013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
23468
23469 * benchtests/Makefile: Remove instructions for adding
23470 benchmark tests.
23471 * benchtests/README: New file to explain how to execute and
23472 enhance the benchmark tests.
23473
e39adf43
AS
234742013-05-21 Andreas Schwab <schwab@suse.de>
23475
23476 [BZ #15493]
23477 * setjmp/Makefile (tests): Add tst-sigsetjmp.
23478 * setjmp/tst-sigsetjmp.c: New test.
23479
b2b671b6
OB
234802013-05-20 Ondřej Bílka <neleai@seznam.cz>
23481
23482 * sysdeps/x86_64/memset.S (memset): New implementation.
23483 (__bzero): Likewise.
23484 (__memset_tail): New function.
23485
2d48b41c
OB
234862013-05-20 Ondřej Bílka <neleai@seznam.cz>
23487
23488 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23489 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23490 __memcpy_sse2_unaligned ifunc selection.
23491 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23492 Add memcpy-sse2-unaligned.S.
23493 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23494 Add: __memcpy_sse2_unaligned.
23495
f16cc3eb
JM
234962013-05-19 Joseph Myers <joseph@codesourcery.com>
23497
3e694268
JM
23498 [BZ #15490]
23499 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
23500 math_force_eval before restoring floating-point envrionment.
23501 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
23502 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
23503 Likewise.
23504 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
23505 <math_private.h>.
23506 (__nearbyintl): Use math_force_eval before restoring
23507 floating-point environment.
23508 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
23509
db62a907
JM
23510 * math/gen-libm-test.pl (special_functions): Remove.
23511 (parse_args): Don't handle TEST_extra. Handle functions with no
23512 return value.
23513 * math/libm-test.inc (struct test_sincos_data): Replace with
23514 struct test_fFF_11_data.
23515 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
23516 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
23517 (sincos_test_data): Change element type to struct
23518 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
23519 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
23520 RUN_TEST_LOOP_sincos.
23521 * math/README.libm-test: Don't mention special handling of
23522 individual functions.
23523 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
23524 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23525 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23526 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23527 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23528 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23529
f16cc3eb
JM
23530 * math/gen-libm-test.pl (get_variable): Remove function.
23531 (parse_args): Don't show pointer parameters to call in test
23532 names. Use "extra output N" in test names for extra outputs
23533 rather than naming variables.
23534
3779b5b6
JM
235352013-05-18 Joseph Myers <joseph@codesourcery.com>
23536
2ee094ff
JM
23537 [BZ #15488]
23538 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
23539 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
23540 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
23541 double tests.
23542 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
23543 disable.
23544 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
23545 check_long_double.
23546
3779b5b6
JM
23547 * math/gen-libm-test.pl (@tests): Remove variable.
23548 ($count): Likewise.
23549 (new_test): Remove function.
23550 (show_exceptions): New function.
23551 (special_functions): Use show_exceptions instead of new_test.
23552 (parse_args): Likewise.
23553 (generate_testfile): Pass only function name in generated call to
23554 print_max_error or print_complex_max_error.
23555 (get_ulps): Do not handle complex tests specially.
23556 (output_test): Rename to ...
23557 (get_all_ulps_for_test): ... this. Return a string rather than
23558 printing to a file. Require ulps to be present.
23559 (output_ulps): Generate arrays rather than #defines.
23560 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
23561 (struct ulp_data): New type.
23562 (BUILD_COMPLEX_ULP): Remove macro.
23563 (compare_ulp_data): New function.
23564 (find_ulps): Likewise.
23565 (find_test_ulps): Likewise.
23566 (find_function_ulps): Likewise.
23567 (find_complex_function_ulps): Likewise.
23568 (print_max_error): Determine allowed ulps using
23569 find_function_ulps.
23570 (print_complex_max_error): Determine allowed ulps using
23571 find_complex_function_ulps.
23572 (check_float_internal): Determine max ulps using find_test_ulps.
23573 (check_float): Do not take max_ulp parameter. Update call to
23574 check_float_internal.
23575 (check_complex): Likewise.
23576 (check_int): Do not take max_ulp parameter.
23577 (check_long): Likewise.
23578 (check_bool): Likewise.
23579 (check_longlong): Likewise.
23580 (struct test_f_f_data): Remove max_ulp field.
23581 (struct test_ff_f_data): Likewise.
23582 (struct test_ff_f_data_nexttoward): Likewise.
23583 (struct test_fi_f_data): Likewise.
23584 (struct test_fl_f_data): Likewise.
23585 (struct test_if_f_data): Likewise.
23586 (struct test_fff_f_data): Likewise.
23587 (struct test_c_f_data): Likewise.
23588 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
23589 (struct test_fF_f1_data): Likewise.
23590 (struct test_ffI_f1_data): Likewise.
23591 (struct test_c_c_data): Remove max_ulp field.
23592 (struct test_cc_c_data): Likewise.
23593 (struct test_f_i_data): Likewise.
23594 (struct test_ff_i_data): Likewise.
23595 (struct test_f_l_data): Likewise.
23596 (struct test_f_L_data): Likewise.
23597 (struct test_sincos_data): Likewise.
23598 (RUN_TEST_f_f): Do not handle ulps.
23599 (RUN_TEST_LOOP_f_f): Likewise.
23600 (RUN_TEST_2_f): Likewise.
23601 (RUN_TEST_LOOP_2_f): Likewise.
23602 (RUN_TEST_fff_f): Likewise.
23603 (RUN_TEST_LOOP_fff_f): Likewise.
23604 (RUN_TEST_c_f): Likewise.
23605 (RUN_TEST_LOOP_c_f): Likewise.
23606 (RUN_TEST_f_f1): Likewise.
23607 (RUN_TEST_LOOP_f_f1): Likewise.
23608 (RUN_TEST_fF_f1): Likewise.
23609 (RUN_TEST_LOOP_fF_f1): Likewise.
23610 (RUN_TEST_fI_f1): Likewise.
23611 (RUN_TEST_LOOP_fI_f1): Likewise.
23612 (RUN_TEST_ffI_f1): Likewise.
23613 (RUN_TEST_LOOP_ffI_f1): Likewise.
23614 (RUN_TEST_c_c): Likewise.
23615 (RUN_TEST_LOOP_c_c): Likewise.
23616 (RUN_TEST_cc_c): Likewise.
23617 (RUN_TEST_LOOP_cc_c): Likewise.
23618 (RUN_TEST_f_i): Likewise.
23619 (RUN_TEST_LOOP_f_i): Likewise.
23620 (RUN_TEST_f_i_tg): Likewise.
23621 (RUN_TEST_LOOP_f_i_tg): Likewise.
23622 (RUN_TEST_ff_i_tg): Likewise.
23623 (RUN_TEST_LOOP_ff_i_tg): Likewise.
23624 (RUN_TEST_f_b): Likewise.
23625 (RUN_TEST_LOOP_f_b): Likewise.
23626 (RUN_TEST_f_b_tg): Likewise.
23627 (RUN_TEST_LOOP_f_b_tg): Likewise.
23628 (RUN_TEST_f_l): Likewise.
23629 (RUN_TEST_LOOP_f_l): Likewise.
23630 (RUN_TEST_f_L): Likewise.
23631 (RUN_TEST_LOOP_f_L): Likewise.
23632 (RUN_TEST_sincos): Likewise.
23633 (RUN_TEST_LOOP_sincos): Likewise.
23634
8269107f
JM
236352013-05-17 Joseph Myers <joseph@codesourcery.com>
23636
bb38759d
JM
23637 [BZ #15480]
23638 [BZ #15485]
23639 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
23640 main case of finite arguments, set rounding mode to FE_TONEAREST
23641 and discard exceptions.
23642 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
23643 exceptions.
23644 (remainder_tonearest_test_data): New variable.
23645 (remainder_test_tonearest): New function.
23646 (remainder_towardzero_test_data): New variable.
23647 (remainder_test_towardzero): New function.
23648 (remainder_downward_test_data): New variable.
23649 (remainder_test_downward): New function.
23650 (remainder_upward_test_data): New variable.
23651 (remainder_test_upward): New function.
23652 (main): Call the new test functions.
23653
a00bdcf0
JM
23654 * math/libm-test.inc (struct test_f_f1_data): Remove field
23655 extra_init.
23656 (struct test_fF_f1_data): Likewise.
23657 (struct test_ffI_f1_data): Likewise.
23658 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
23659 based on value of EXTRA_EXPECTED.
23660 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23661 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
23662 EXTRA_VAR based on value of EXTRA_EXPECTED.
23663 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23664 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
23665 EXTRA_VAR based on value of EXTRA_EXPECTED.
23666 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23667 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
23668 EXTRA_VAR based on value of EXTRA_EXPECTED.
23669 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23670 * math/gen-libm-test.pl (parse_args): Don't output initializers
23671 for extra output values.
23672
de407f79
JM
23673 * math/libm-test.inc (check_int): Expect result to be exactly
23674 equal to expected value and do not handle ulps.
23675 (check_long): Likewise.
23676 (check_longlong): Likewise.
23677
8269107f
JM
23678 * math/libm-test.inc (ceil_test_data): Test for "inexact"
23679 exceptions.
23680 (cimag_test_data): Likewise.
23681 (conj_test_data): Likewise.
23682 (copysign_test_data): Likewise.
23683 (cproj_test_data): Likewise.
23684 (creal_test_data): Likewise.
23685 (fabs_test_data): Likewise.
23686 (fdim_test_data): Likewise.
23687 (finite_test_data): Likewise.
23688 (floor_test_data): Likewise.
23689 (fmax_test_data): Likewise.
23690 (fmin_test_data): Likewise.
23691 (fmod_test_data): Likewise.
23692 (fpclassify_test_data): Likewise.
23693 (frexp_test_data): Likewise.
23694 (ilogb_test_data): Likewise.
23695 (isfinite_test_data): Likewise.
23696 (isgreater_test_data): Likewise.
23697 (isgreaterequal_test_data): Likewise.
23698 (isinf_test_data): Likewise.
23699 (isless_test_data): Likewise.
23700 (islessequal_test_data): Likewise.
23701 (islessgreater_test_data): Likewise.
23702 (isnan_test_data): Likewise.
23703 (isnormal_test_data): Likewise.
23704 (issignaling_test_data): Likewise.
23705 (isunordered_test_data): Likewise.
23706 (ldexp_test_data): Likewise.
23707 (lrint_test_data): Likewise.
23708 (lrint_test_data) [TEST_FLOAT]: Disable one test.
23709 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
23710 (lrint_tonearest_test_data): Test for "inexact" exceptions.
23711 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23712 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
23713 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23714 test input.
23715 (lrint_towardzero_test_data): Test for "inexact" exceptions.
23716 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23717 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
23718 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
23719 that test input.
23720 (lrint_downward_test_data): Test for "inexact" exceptions.
23721 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23722 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
23723 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23724 test input.
23725 (lrint_upward_test_data): Test for "inexact" exceptions.
23726 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
23727 test input.
23728 (llrint_test_data): Test for "inexact" exceptions.
23729 (llrint_test_data) [TEST_FLOAT]: Disable one test.
23730 (llrint_tonearest_test_data): Test for "inexact" exceptions.
23731 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23732 (llrint_towardzero_test_data): Test for "inexact" exceptions.
23733 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23734 (llrint_downward_test_data): Test for "inexact" exceptions.
23735 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23736 (llrint_upward_test_data): Test for "inexact" exceptions.
23737 (logb_test_data): Likewise.
23738 (logb_downward_test_data): Likewise.
23739 (nextafter_test_data): Likewise.
23740 (nexttoward_test_data): Likewise.
23741 (remainder_test_data): Likewise.
23742 (remquo_test_data): Likewise.
23743 (scalbn_test_data): Likewise.
23744 (scalbln_test_data): Likewise.
23745 (signbit_test_data): Likewise.
23746 (sqrt_test_data): Likewise.
23747 (significand_test_data): Likewise.
23748
48a18de1
SP
237492013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
23750
23751 [BZ #15424]
23752 * benchtests/bench-modf.c (struct args): Mark arg0 as
23753 volatile.
23754 * scripts/bench.pl: Mark members of struct args as volatile.
23755
13d3b41a
AZ
237562013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23757
68191c1d 23758 [BZ # 15497]
13d3b41a
AZ
23759 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
23760 negative infinity on POWER6 or lower.
23761 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
23762
2848b105
MR
237632013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
23764
23765 [BZ #15442]
23766 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
23767 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
23768 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
23769 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
23770 (_FP_SETQNAN): New macro.
23771 (_FP_SETQNAN_SEMIRAW): Likewise.
23772 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
23773 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
23774 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
23775 (FP_EXTEND): Use _FP_FRAC_SNANP.
23776 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
23777 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
23778 into account.
23779 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
23780 New macro.
23781 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
23782 Likewise.
23783
323e5cb7
JM
237842013-05-16 Joseph Myers <joseph@codesourcery.com>
23785
c58b274f
JM
23786 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
23787 with DIVIDE_BY_ZERO_EXCEPTION.
23788 (gamma_test_data): Likewise.
23789 (lgamma_test_data): Likewise.
23790 (log_test_data): Likewise.
23791 (log10_test_data): Likewise.
23792 (log2_test_data): Likewise.
23793 (tgamma_test_data): Likewise.
23794
0ab34904
JM
23795 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
23796 (acos_test_tonearest): Likewise.
23797 (acos_test_towardzero): Likewise.
23798 (acos_test_downward): Likewise.
23799 (acos_test_upward): Likewise.
23800 (acosh_test): Likewise.
23801 (asin_test): Likewise.
23802 (asin_test_tonearest): Likewise.
23803 (asin_test_towardzero): Likewise.
23804 (asin_test_downward): Likewise.
23805 (asin_test_upward): Likewise.
23806 (asinh_test): Likewise.
23807 (atan_test): Likewise.
23808 (atanh_test): Likewise.
23809 (atan2_test): Likewise.
23810 (cabs_test): Likewise.
23811 (cacos_test): Likewise.
23812 (cacosh_test): Likewise.
23813 (casin_test): Likewise.
23814 (casinh_test): Likewise.
23815 (catan_test): Likewise.
23816 (catanh_test): Likewise.
23817 (cbrt_test): Likewise.
23818 (ccos_test): Likewise.
23819 (ccosh_test): Likewise.
23820 (cexp_test): Likewise.
23821 (clog_test): Likewise.
23822 (clog10_test): Likewise.
23823 (cos_test): Likewise.
23824 (cos_test_tonearest): Likewise.
23825 (cos_test_towardzero): Likewise.
23826 (cos_test_downward): Likewise.
23827 (cos_test_upward): Likewise.
23828 (cosh_test): Likewise.
23829 (cosh_test_tonearest): Likewise.
23830 (cosh_test_towardzero): Likewise.
23831 (cosh_test_downward): Likewise.
23832 (cosh_test_upward): Likewise.
23833 (cpow_test): Likewise.
23834 (csin_test): Likewise.
23835 (csinh_test): Likewise.
23836 (csqrt_test): Likewise.
23837 (ctan_test): Likewise.
23838 (ctan_test_tonearest): Likewise.
23839 (ctan_test_towardzero): Likewise.
23840 (ctan_test_downward): Likewise.
23841 (ctan_test_upward): Likewise.
23842 (ctanh_test): Likewise.
23843 (ctanh_test_tonearest): Likewise.
23844 (ctanh_test_towardzero): Likewise.
23845 (ctanh_test_downward): Likewise.
23846 (ctanh_test_upward): Likewise.
23847 (erf_test): Likewise.
23848 (erfc_test): Likewise.
23849 (exp_test): Likewise.
23850 (exp_test_tonearest): Likewise.
23851 (exp_test_towardzero): Likewise.
23852 (exp_test_downward): Likewise.
23853 (exp_test_upward): Likewise.
23854 (exp10_test): Likewise.
23855 (exp2_test): Likewise.
23856 (expm1_test): Likewise.
23857 (fmod_test): Likewise.
23858 (gamma_test): Likewise.
23859 (hypot_test): Likewise.
23860 (j0_test): Likewise.
23861 (j1_test): Likewise.
23862 (jn_test): Likewise.
23863 (lgamma_test): Likewise.
23864 (log_test): Likewise.
23865 (log10_test): Likewise.
23866 (log1p_test): Likewise.
23867 (log2_test): Likewise.
23868 (logb_test_downward): Likewise.
23869 (pow_test): Likewise.
23870 (pow_test_tonearest): Likewise.
23871 (pow_test_towardzero): Likewise.
23872 (pow_test_downward): Likewise.
23873 (pow_test_upward): Likewise.
23874 (remainder_test): Likewise.
23875 (remquo_test): Likewise.
23876 (sin_test): Likewise.
23877 (sin_test_tonearest): Likewise.
23878 (sin_test_towardzero): Likewise.
23879 (sin_test_downward): Likewise.
23880 (sin_test_upward): Likewise.
23881 (sincos_test): Likewise.
23882 (sinh_test): Likewise.
23883 (sinh_test_tonearest): Likewise.
23884 (sinh_test_towardzero): Likewise.
23885 (sinh_test_downward): Likewise.
23886 (sinh_test_upward): Likewise.
23887 (sqrt_test): Likewise.
23888 (tan_test): Likewise.
23889 (tan_test_tonearest): Likewise.
23890 (tan_test_towardzero): Likewise.
23891 (tan_test_downward): Likewise.
23892 (tan_test_upward): Likewise.
23893 (tanh_test): Likewise.
23894 (tgamma_test): Likewise.
23895 (y0_test): Likewise.
23896 (y1_test): Likewise.
23897 (yn_test): Likewise.
23898
323e5cb7
JM
23899 * math/gen-libm-test.pl (adjust_arg): Remove function.
23900 (special_function): Remove argument $in_func. Only handle
23901 generating output for tables of tests, not inside functions.
23902 (parse_args): Likewise.
23903 (generate_testfile): Remove variable $in_func. Update call to
23904 parse_args.
23905 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
23906 (MINUS_ZERO_INIT): Rename macro to minus_zero.
23907 (PLUS_INFTY_INIT): Rename macro to plus_infty.
23908 (MINUS_INFTY_INIT): Rename macro to minus_infty.
23909 (QNAN_VALUE_INIT): Rename macro to qnan_value.
23910 (MAX_VALUE_INIT): Rename macro to max_value.
23911 (MIN_VALUE_INIT): Rename macro to min_value.
23912 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
23913 (plus_zero): Remove variable.
23914 (minus_zero): Likewise.
23915 (plus_infty): Likewise.
23916 (minus_infty): Likewise.
23917 (qnan_value): Likewise.
23918 (max_value): Likewise.
23919 (min_value): Likewise.
23920 (min_subnorm_value): Likewise.
23921
e054f494
RA
239222013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23923
23924 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
23925 uint64_t or uint32_t usage.
23926 * crypt/sha256-block.c: Likewise.
23927 * crypt/sha256-crypt.c: Likewise.
23928 * crypt/sha256.c: Likewise.
23929 * crypt/sha512-block.c: Likewise.
23930 * crypt/sha512-crypt.c: Likewise.
23931 * crypt/sha512.c: Likewise.
23932 * debug/backtrace-tst.c: Likewise.
23933 * debug/pcprofiledump.c: Likewise.
23934 * elf/cache.c: Likewise.
23935 * elf/dl-cache.c: Likewise.
23936 * elf/dl-misc.c: Likewise.
23937 * elf/dl-profile.c: Likewise.
23938 * elf/dl-support.c: Likewise.
23939 * elf/ldconfig.c: Likewise.
23940 * elf/sprof.c: Likewise.
23941 * iconv/dummy-repertoire.c: Likewise.
23942 * iconv/iconv_charmap.c: Likewise.
23943 * iconv/skeleton.c: Likewise.
23944 * iconvdata/8bit-generic.c: Likewise.
23945 * iconvdata/cp737.h: Likewise.
23946 * iconvdata/cp775.h: Likewise.
23947 * iconvdata/ibm1008.h: Likewise.
23948 * iconvdata/ibm1025.h: Likewise.
23949 * iconvdata/ibm1046.h: Likewise.
23950 * iconvdata/ibm1097.h: Likewise.
23951 * iconvdata/ibm1112.h: Likewise.
23952 * iconvdata/ibm1122.h: Likewise.
23953 * iconvdata/ibm1123.h: Likewise.
23954 * iconvdata/ibm1124.h: Likewise.
23955 * iconvdata/ibm1129.h: Likewise.
23956 * iconvdata/ibm1130.h: Likewise.
23957 * iconvdata/ibm1132.h: Likewise.
23958 * iconvdata/ibm1133.h: Likewise.
23959 * iconvdata/ibm1137.h: Likewise.
23960 * iconvdata/ibm1140.h: Likewise.
23961 * iconvdata/ibm1141.h: Likewise.
23962 * iconvdata/ibm1142.h: Likewise.
23963 * iconvdata/ibm1143.h: Likewise.
23964 * iconvdata/ibm1144.h: Likewise.
23965 * iconvdata/ibm1145.h: Likewise.
23966 * iconvdata/ibm1146.h: Likewise.
23967 * iconvdata/ibm1147.h: Likewise.
23968 * iconvdata/ibm1148.h: Likewise.
23969 * iconvdata/ibm1149.h: Likewise.
23970 * iconvdata/ibm1153.h: Likewise.
23971 * iconvdata/ibm1154.h: Likewise.
23972 * iconvdata/ibm1155.h: Likewise.
23973 * iconvdata/ibm1156.h: Likewise.
23974 * iconvdata/ibm1157.h: Likewise.
23975 * iconvdata/ibm1158.h: Likewise.
23976 * iconvdata/ibm1160.h: Likewise.
23977 * iconvdata/ibm1161.h: Likewise.
23978 * iconvdata/ibm1162.h: Likewise.
23979 * iconvdata/ibm1163.h: Likewise.
23980 * iconvdata/ibm1164.h: Likewise.
23981 * iconvdata/ibm1166.h: Likewise.
23982 * iconvdata/ibm1167.h: Likewise.
23983 * iconvdata/ibm12712.h: Likewise.
23984 * iconvdata/ibm1390.h: Likewise.
23985 * iconvdata/ibm1399.h: Likewise.
23986 * iconvdata/ibm16804.h: Likewise.
23987 * iconvdata/ibm4517.h: Likewise.
23988 * iconvdata/ibm4899.h: Likewise.
23989 * iconvdata/ibm4909.h: Likewise.
23990 * iconvdata/ibm4971.h: Likewise.
23991 * iconvdata/ibm5347.h: Likewise.
23992 * iconvdata/ibm803.h: Likewise.
23993 * iconvdata/ibm856.h: Likewise.
23994 * iconvdata/ibm901.h: Likewise.
23995 * iconvdata/ibm902.h: Likewise.
23996 * iconvdata/ibm9030.h: Likewise.
23997 * iconvdata/ibm9066.h: Likewise.
23998 * iconvdata/ibm921.h: Likewise.
23999 * iconvdata/ibm922.h: Likewise.
24000 * iconvdata/ibm9448.h: Likewise.
24001 * iconvdata/isiri-3342.h: Likewise.
24002 * iconvdata/jis0201.h: Likewise.
24003 * include/link.h: Likewise.
24004 * include/netdb.h: Likewise.
24005 * inet/check_native.c: Likewise.
24006 * inet/check_pf.c: Likewise.
24007 * inet/getipv4sourcefilter.c: Likewise.
24008 * inet/getnameinfo.c: Likewise.
24009 * inet/getsourcefilter.c: Likewise.
24010 * inet/htonl.c: Likewise.
24011 * inet/setipv4sourcefilter.c: Likewise.
24012 * inet/setsourcefilter.c: Likewise.
24013 * inet/test-inet6_opt.c: Likewise.
24014 * inet/tst-network.c: Likewise.
24015 * locale/C-collate.c: Likewise.
24016 * locale/C-ctype.c: Likewise.
24017 * locale/C-time.c: Likewise.
24018 * locale/C-translit.h: Likewise.
24019 * locale/loadarchive.c: Likewise.
24020 * locale/programs/3level.h: Likewise.
24021 * locale/programs/charmap.c: Likewise.
24022 * locale/programs/charmap.h: Likewise.
24023 * locale/programs/ld-address.c: Likewise.
24024 * locale/programs/ld-collate.c: Likewise.
24025 * locale/programs/ld-ctype.c: Likewise.
24026 * locale/programs/ld-identification.c: Likewise.
24027 * locale/programs/ld-measurement.c: Likewise.
24028 * locale/programs/ld-messages.c: Likewise.
24029 * locale/programs/ld-monetary.c: Likewise.
24030 * locale/programs/ld-name.c: Likewise.
24031 * locale/programs/ld-numeric.c: Likewise.
24032 * locale/programs/ld-paper.c: Likewise.
24033 * locale/programs/ld-telephone.c: Likewise.
24034 * locale/programs/ld-time.c: Likewise.
24035 * locale/programs/linereader.c: Likewise.
24036 * locale/programs/locale.c: Likewise.
24037 * locale/programs/locarchive.c: Likewise.
24038 * locale/programs/locfile.h: Likewise.
24039 * locale/programs/repertoire.c: Likewise.
24040 * locale/programs/simple-hash.c: Likewise.
24041 * locale/programs/simple-hash.h: Likewise.
24042 * malloc/memusage.c: Likewise.
24043 * malloc/memusagestat.c: Likewise.
24044 * nis/nis_defaults.c: Likewise.
24045 * nis/nis_hash.c: Likewise.
24046 * nis/nis_print.c: Likewise.
24047 * nis/nis_xdr.c: Likewise.
24048 * nscd/connections.c: Likewise.
24049 * nscd/hstcache.c: Likewise.
24050 * nscd/nscd_gethst_r.c: Likewise.
24051 * nscd/nscd_getserv_r.c: Likewise.
24052 * nscd/nscd_helper.c: Likewise.
24053 * nscd/servicescache.c: Likewise.
24054 * nss/makedb.c: Likewise.
24055 * nss/nss_db/db-XXX.c: Likewise.
24056 * nss/nss_db/db-initgroups.c: Likewise.
24057 * nss/nss_db/db-netgrp.c: Likewise.
24058 * nss/nss_files/files-network.c: Likewise.
24059 * nss/nss_files/files-parse.c: Likewise.
24060 * posix/bug-regex5.c: Likewise.
24061 * posix/fnmatch_loop.c: Likewise.
24062 * posix/regcomp.c: Likewise.
24063 * posix/regexec.c: Likewise.
24064 * posix/tst-rfc3484-2.c: Likewise.
24065 * posix/tst-rfc3484-3.c: Likewise.
24066 * posix/tst-rfc3484.c: Likewise.
24067 * resolv/nss_dns/dns-canon.c: Likewise.
24068 * resolv/nss_dns/dns-network.c: Likewise.
24069 * resolv/res_init.c: Likewise.
24070 * resolv/res_mkquery.c: Likewise.
24071 * resolv/tst-aton.c: Likewise.
24072 * stdlib/cxa_atexit.c: Likewise.
24073 * stdlib/cxa_finalize.c: Likewise.
24074 * stdlib/gen-fpioconst.c: Likewise.
24075 * stdlib/strtol_l.c: Likewise.
24076 * string/tst-endian.c: Likewise.
24077 * sunrpc/auth_des.c: Likewise.
24078 * sunrpc/clnt_udp.c: Likewise.
24079 * sunrpc/rtime.c: Likewise.
24080 * sunrpc/svcauth_des.c: Likewise.
24081 * sunrpc/xdr.c: Likewise.
24082 * sunrpc/xdr_intXX_t.c: Likewise.
24083 * sunrpc/xdr_rec.c: Likewise.
24084 * sysdeps/generic/ldconfig.h: Likewise.
24085 * sysdeps/generic/ldsodefs.h: Likewise.
24086 * sysdeps/generic/memusage.h: Likewise.
24087 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24088 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24089 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24090 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24091 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24092 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24093 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24094 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24095 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24096 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24097 * sysdeps/posix/getaddrinfo.c: Likewise.
24098 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24099 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24100 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24101 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24102 * sysdeps/powerpc/test-gettimebase.c: Likewise.
24103 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24104 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24105 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24106 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24107 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24108 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24109 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24110 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24111 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24112 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24113 * sysdeps/x86_64/dl-tls.h: Likewise.
24114 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24115 * time/alt_digit.c: Likewise.
24116 * time/era.c: Likewise.
24117 * wcsmbs/tst-c16c32-1.c: Likewise.
24118
8c75f674
JM
241192013-05-16 Joseph Myers <joseph@codesourcery.com>
24120
24121 * math/libm-test.inc (struct test_sincos_data): New type.
24122 (RUN_TEST_LOOP_sincos): New macro.
24123 (sincos_test_data): New variable.
24124 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24125
e6e49e59
RH
241262013-05-16 Richard Henderson <rth@redhat.com>
24127
24128 * math/atest-exp2.c (LIMB64): New macro.
24129 (CONSTSZ): New macro.
24130 (mp_exp1, mp_exp_m1, mp_log2): New variables.
24131 (hexdig): Move ...
24132 (print_mpn_fp): ... to function scope.
24133 (read_mpn_hex): Remove.
24134 (get_log2): Remove.
24135 (exp2_mpn): Use mp_log2.
24136 (main): Use mp_exp1.
24137
15c7c18d
JM
241382013-05-16 Joseph Myers <joseph@codesourcery.com>
24139
105a07df
JM
24140 * math/libm-test.inc: Remove comment about not testing "inexact"
24141 exceptions.
24142 (INEXACT_EXCEPTION): New macro.
24143 (NO_INEXACT_EXCEPTION): Likewise.
24144 (INVALID_EXCEPTION_OK): Update value.
24145 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24146 (OVERFLOW_EXCEPTION_OK): Likewise.
24147 (UNDERFLOW_EXCEPTION_OK): Likewise.
24148 (IGNORE_ZERO_INF_SIGN): Likewise.
24149 (ERRNO_UNCHANGED): Likewise.
24150 (ERRNO_EDOM): Likewise.
24151 (ERRNO_ERANGE): Likewise.
24152 (test_exceptions): Handle testing "inexact" exceptions.
24153 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24154 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24155 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24156 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24157 INEXACT_EXCEPTION.
24158 (rint_towardzero_test_data): Likewise.
24159 (rint_downward_test_data): Likewise.
24160 (rint_upward_test_data): Likewise.
24161
e9eee333
JM
24162 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24163 with OVERFLOW_EXCEPTION.
24164 (exp10_test_data): Likewise.
24165 (exp2_test_data): Likewise.
24166 (expm1_test_data): Likewise.
24167 (lgamma_test_data): Likewise.
24168 (pow_test_data): Likewise.
24169 (tgamma_test_data): Likewise.
24170 (yn_test_data): Remove duplicate test of overflow.
24171
1c38ff73
JM
24172 * math/libm-test.inc (struct test_cc_c_data): New type.
24173 (RUN_TEST_LOOP_cc_c): New macro.
24174 (cpow_test_data): New variable.
24175 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24176
15c7c18d
JM
24177 * math/libm-test.inc (struct test_f_L_data): New type.
24178 (RUN_TEST_LOOP_f_L): New macro.
24179 (llrint_test_data): New variable.
24180 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24181 (llrint_tonearest_test_data): New variable.
24182 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24183 (llrint_towardzero_test_data): New variable.
24184 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24185 (llrint_downward_test_data): New variable.
24186 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24187 (llrint_upward_test_data): New variable.
24188 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24189 (llround_test_data): New variable.
24190 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24191
f137ff13
PC
241922013-05-13 Peter Collingbourne <pcc@google.com>
24193
24194 * math/atest-exp2.c (get_log2): Remove const attribute.
24195
3608cb24
JM
241962013-05-15 Joseph Myers <joseph@codesourcery.com>
24197
24198 * math/libm-test.inc (struct test_f_l_data): New type.
24199 (RUN_TEST_LOOP_f_l): New macro.
24200 (lrint_test_data): New variable.
24201 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24202 (lrint_tonearest_test_data): New variable.
24203 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24204 (lrint_towardzero_test_data): New variable.
24205 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24206 (lrint_downward_test_data): New variable.
24207 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24208 (lrint_upward_test_data): New variable.
24209 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24210 (lround_test_data): New variable.
24211 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24212
39b1f617
PC
242132013-05-15 Peter Collingbourne <pcc@google.com>
24214
1deff3dc
PC
24215 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24216 (EXTRACT_WORDS64) Use where appropriate.
24217 (INSERT_WORDS64) Likewise.
24218
791f3ba0
PC
24219 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24220 constraints with x constraints.
24221 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24222
39b1f617
PC
24223 * malloc/obstack.c (_obstack_compat): Add initializer.
24224
12fba011
EM
242252013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
24226
24227 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24228 si_trapno and add si_addr_lsb to _sifields.sigfault.
24229 (si_trapno): Remove macro.
24230 (si_addr_lsb): Define new macro.
24231 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24232
d369f531
JM
242332013-05-15 Joseph Myers <joseph@codesourcery.com>
24234
b861c6c4
JM
24235 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24236 instead of TEST_f_l.
24237 (llrint_test_tonearest): Likewise.
24238 (llrint_test_towardzero): Likewise.
24239 (llrint_test_downward): Likewise.
24240 (llrint_test_upward): Likewise.
24241 (llround_test): Likewise.
24242
7abeee12
JM
24243 * math/libm-test.inc (struct test_f_i_data): Add comment.
24244 (RUN_TEST_LOOP_f_b): New macro.
24245 (RUN_TEST_LOOP_f_b_tg): Likewise.
24246 (finite_test_data): New variable.
24247 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24248 (isfinite_test_data): New variable.
24249 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24250 (isinf_test_data): New variable.
24251 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24252 (isnan_test_data): New variable.
24253 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24254 (isnormal_test_data): New variable.
24255 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24256 (issignaling_test_data): New variable.
24257 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24258 (signbit_test_data): New variable.
24259 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24260
cbe8c4d3
JM
24261 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24262 with INVALID_EXCEPTION.
24263 (acosh_test_data): Likewise.
24264 (asin_test_data): Likewise.
24265 (atanh_test_data): Likewise.
24266 (fmod_test_data): Likewise.
24267 (log_test_data): Likewise.
24268 (log10_test_data): Likewise.
24269 (log2_test_data): Likewise.
24270 (pow_test_data): Likewise.
24271 (sqrt_test_data): Likewise.
24272 (y0_test_data): Likewise.
24273 (y1_test_data): Likewise.
24274 (yn_test_data): Likewise.
24275
5575c0e5
JM
24276 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24277 function contents.
24278
d369f531
JM
24279 * math/libm-test.inc (struct test_ff_i_data): New type.
24280 (RUN_TEST_LOOP_ff_i_tg): New macro.
24281 (isgreater_test_data): New variable.
24282 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24283 (isgreaterequal_test_data): New variable.
24284 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24285 (isless_test_data): New variable.
24286 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24287 (islessequal_test_data): New variable.
24288 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24289 (islessgreater_test_data): New variable.
24290 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24291 (isunordered_test_data): New variable.
24292 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24293
781fd748
DM
242942013-05-14 David S. Miller <davem@davemloft.net>
24295
24296 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24297
87aa21df
JM
242982013-05-14 Joseph Myers <joseph@codesourcery.com>
24299
5e908270
JM
24300 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24301
f71172e5
JM
24302 * math/libm-test.inc (struct test_fF_f1_data): Change type of
24303 extra_test to int.
24304 (struct test_f_i_data): Change type of max_ulp to int.
24305
8cfa635a
JM
24306 * math/libm-test.inc (test_ffI_f1_data): New type.
24307 (RUN_TEST_LOOP_ffI_f1): New macro.
24308 (remquo_test_data): New variable.
24309 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24310
2bcb36b2
JM
24311 * setjmp/tst-setjmp-fp.c: New file.
24312 * setjmp/Makefile (tests): Add tst-setjmp-fp.
24313 (link-libm): New variable.
24314 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24315
acbd839a
JM
24316 * math/libm-test.inc (struct test_f_i_data): New type.
24317 (RUN_TEST_LOOP_f_i): New macro.
24318 (RUN_TEST_LOOP_f_i_tg): Likewise.
24319 (fpclassify_test_data): New variable.
24320 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24321 (ilogb_test_data): New variable.
24322 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24323
e414d745
JM
24324 * math/libm-test.inc (scalbln_test): Correct function name in END
24325 call.
24326
d9c2a0fd
JM
24327 * math/libm-test.inc (struct test_f_f1_data): Add comment.
24328 (RUN_TEST_LOOP_fI_f1): New macro.
24329 (frexp_test_data): New variable.
24330 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24331
9dc9095d
JM
24332 * math/libm-test.inc (struct test_fF_f1_data): New type.
24333 (RUN_TEST_LOOP_fF_f1): New macro.
24334 (modf_test_data): New variable.
24335 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24336
87aa21df
JM
24337 * math/libm-test.inc (struct test_f_f1_data): New type.
24338 (RUN_TEST_LOOP_f_f1): New macro.
24339 (gamma_test_data): New variable.
24340 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24341 (lgamma_test_data): New variable.
24342 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24343
141af660
CD
243442013-05-13 Carlos O'Donell <carlos@redhat.com>
24345
24346 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24347 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24348 (main): Comment "tls" pseudo-hwcap.
24349
6d33265c
JM
243502013-05-13 Joseph Myers <joseph@codesourcery.com>
24351
68fc074c
JM
24352 * math/libm-test.inc (struct test_fl_f_data): New type.
24353 (RUN_TEST_LOOP_fl_f): New variable.
24354 (scalbln_test_data): New variable.
24355 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24356
243216e1
JM
24357 * math/libm-test.inc (struct test_fi_f_data): New type.
24358 (RUN_TEST_LOOP_fi_f): New macro.
24359 (ldexp_test_data): New variable.
24360 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24361 (scalbn_test_data): New variable.
24362 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24363
6a1992e2
JM
24364 * math/libm-test.inc (struct test_c_f_data): New type.
24365 (RUN_TEST_LOOP_c_f): New macro.
24366 (cabs_test_data): New variable.
24367 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24368 (carg_test_data): New variable.
24369 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24370 (cimag_test_data): New variable.
24371 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24372 (creal_test_data): New variable.
24373 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24374
0e400df5
JM
24375 * math/libm-test.inc (struct test_if_f_data): New type.
24376 (RUN_TEST_LOOP_if_f): New macro.
24377 (jn_test_data): New variable.
24378 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24379 (yn_test_data): New variable.
24380 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24381
6d33265c
JM
24382 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24383
f98ece5f
AZ
243842013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24385
24386 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24387 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24388
0f7d347b
SP
243892013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
24390
43fe811b
SP
24391 * benchtests/Makefile (CPPFLAGS-nonlib): Add
24392 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24393 (bench-deps): Add bench-timing.h.
24394 * benchtests-bench-skeleton.c: Include bench-timing.h.
24395 (main): Use TIMING_* macros instead of clock_gettime.
24396 * benchtests/bench-timing.h: New file.
24397
0f7d347b
SP
24398 [BZ #14582]
24399 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24400 Renamed from _LIB_VERSION.
24401 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24402
601a3a5f
JM
244032013-05-12 Joseph Myers <joseph@codesourcery.com>
24404
4f184d30
JM
24405 * math/libm-test.inc (struct test_fff_f_data): New type.
24406 (RUN_TEST_LOOP_fff_f): New macro.
24407 (fma_test_data): New variable.
24408 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24409 (fma_towardzero_test_data): New variable.
24410 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24411 (fma_downward_test_data): New variable.
24412 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24413 (fma_upward_test_data): New variable.
24414 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24415
08198877
JM
24416 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24417 (struct test_c_c_data): New type.
24418 (RUN_TEST_LOOP_c_c): New macro.
24419 (cacos_test_data): New variable.
24420 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24421 (cacosh_test_data): New variable.
24422 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24423 (casin_test_data): New variable.
24424 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24425 (casinh_test_data): New variable.
24426 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24427 (catan_test_data): New variable.
24428 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24429 (catanh_test_data): New variable.
24430 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24431 (ccos_test_data): New variable.
24432 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24433 (ccosh_test_data): New variable.
24434 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24435 (cexp_test_data): New variable.
24436 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24437 (clog_test_data): New variable.
24438 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24439 (clog10_test_data): New variable.
24440 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24441 (conj_test_data): New variable.
24442 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24443 (cproj_test_data): New variable.
24444 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24445 (csin_test_data): New variable.
24446 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24447 (csinh_test_data): New variable.
24448 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24449 (csqrt_test_data): New variable.
24450 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24451 (ctan_test_data): New variable.
24452 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24453 (ctan_tonearest_test_data): New variable.
24454 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24455 (ctan_towardzero_test_data): New variable.
24456 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24457 (ctan_downward_test_data): New variable.
24458 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24459 (ctan_upward_test_data): New variable.
24460 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24461 (ctanh_test_data): New variable.
24462 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24463 (ctanh_tonearest_test_data): New variable.
24464 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24465 (ctanh_towardzero_test_data): New variable.
24466 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24467 (ctanh_downward_test_data): New variable.
24468 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24469 (ctanh_upward_test_data): New variable.
24470 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24471 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24472 of BUILD_COMPLEX.
24473
601a3a5f
JM
24474 * math/libm-test.inc (struct test_ff_f_data): New type.
24475 (struct test_ff_f_data_nexttoward): Likewise.
24476 (RUN_TEST_LOOP_2_f): New macro.
24477 (RUN_TEST_LOOP_ff_f): Likewise.
24478 (atan2_test_data): New variable.
24479 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24480 (copysign_test_data): New variable.
24481 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24482 (fdim_test_data): New variable.
24483 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24484 (fmax_test_data): New variable.
24485 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24486 (fmin_test_data): New variable.
24487 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24488 (fmod_test_data): New variable.
24489 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24490 (hypot_test_data): New variable.
24491 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24492 (nextafter_test_data): New variable.
24493 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24494 (nexttoward_test_data): New variable.
24495 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
24496 (pow_test_data): New variable.
24497 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
24498 (pow_tonearest_test_data): New variable.
24499 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
24500 (pow_towardzero_test_data): New variable.
24501 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
24502 (pow_downward_test_data): New variable.
24503 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
24504 (pow_upward_test_data): New variable.
24505 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
24506 (remainder_test_data): New variable.
24507 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
24508 (scalb_test_data): New variable.
24509 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
24510 * sysdeps/i386/fpu/libm-test-ulps: Update.
24511
74c57478
JM
245122013-05-11 Joseph Myers <joseph@codesourcery.com>
24513
8329e4da
JM
24514 * math/libm-test.inc (fma_test): Use max_value instead of local
24515 variable fltmax.
24516 (nextafter_test): Likewise.
24517
74c57478
JM
24518 * math/libm-test.inc (acos_towardzero_test_data): New variable.
24519 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24520 (acos_downward_test_data): New variable.
24521 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24522 (acos_upward_test_data): New variable.
24523 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24524 (acosh_test_data): New variable.
24525 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
24526 (asin_test_data): New variable.
24527 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
24528 (asin_tonearest_test_data): New variable.
24529 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24530 (asin_towardzero_test_data): New variable.
24531 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24532 (asin_downward_test_data): New variable.
24533 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24534 (asin_upward_test_data): New variable.
24535 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24536 (asinh_test_data): New variable.
24537 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
24538 (atan_test_data): New variable.
24539 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
24540 (atanh_test_data): New variable.
24541 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
24542 (cbrt_test_data): New variable.
24543 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
24544 (ceil_test_data): New variable.
24545 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
24546 (cos_test_data): New variable.
24547 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
24548 (cos_tonearest_test_data): New variable.
24549 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24550 (cos_towardzero_test_data): New variable.
24551 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24552 (cos_downward_test_data): New variable.
24553 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24554 (cos_upward_test_data): New variable.
24555 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24556 (cosh_test_data): New variable.
24557 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
24558 (cosh_tonearest_test_data): New variable.
24559 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24560 (cosh_towardzero_test_data): New variable.
24561 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24562 (cosh_downward_test_data): New variable.
24563 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24564 (cosh_upward_test_data): New variable.
24565 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24566 (erf_test_data): New variable.
24567 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
24568 (erfc_test_data): New variable.
24569 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
24570 (exp_test_data): New variable.
24571 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
24572 (exp_tonearest_test_data): New variable.
24573 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24574 (exp_towardzero_test_data): New variable.
24575 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24576 (exp_downward_test_data): New variable.
24577 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24578 (exp_upward_test_data): New variable.
24579 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24580 (exp10_test_data): New variable.
24581 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
24582 (exp2_test_data): New variable.
24583 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
24584 (expm1_test_data): New variable.
24585 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
24586 (fabs_test_data): New variable.
24587 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
24588 (floor_test_data): New variable.
24589 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
24590 (j0_test_data): New variable.
24591 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
24592 (j1_test_data): New variable.
24593 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
24594 (log_test_data): New variable.
24595 (log_test): Run tests with RUN_TEST_LOOP_f_f.
24596 (log10_test_data): New variable.
24597 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
24598 (log1p_test_data): New variable.
24599 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
24600 (log2_test_data): New variable.
24601 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
24602 (logb_test_data): New variable.
24603 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
24604 (logb_downward_test_data): New variable.
24605 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24606 (nearbyint_test_data): New variable.
24607 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
24608 (rint_test_data): New variable.
24609 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
24610 (rint_tonearest_test_data): New variable.
24611 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24612 (rint_towardzero_test_data): New variable.
24613 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24614 (rint_downward_test_data): New variable.
24615 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24616 (rint_upward_test_data): New variable.
24617 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24618 (round_test_data): New variable.
24619 (round_test): Run tests with RUN_TEST_LOOP_f_f.
24620 (sin_test_data): New variable.
24621 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
24622 (sin_tonearest_test_data): New variable.
24623 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24624 (sin_towardzero_test_data): New variable.
24625 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24626 (sin_downward_test_data): New variable.
24627 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24628 (sin_upward_test_data): New variable.
24629 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24630 (sinh_test_data): New variable.
24631 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
24632 (sinh_tonearest_test_data): New variable.
24633 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24634 (sinh_towardzero_test_data): New variable.
24635 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24636 (sinh_downward_test_data): New variable.
24637 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24638 (sinh_upward_test_data): New variable.
24639 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24640 (sqrt_test_data): New variable.
24641 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
24642 (tan_test_data): New variable.
24643 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
24644 (tan_tonearest_test_data): New variable.
24645 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24646 (tan_towardzero_test_data): New variable.
24647 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24648 (tan_downward_test_data): New variable.
24649 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24650 (tan_upward_test_data): New variable.
24651 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24652 (tanh_test_data): New variable.
24653 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
24654 (tgamma_test_data): New variable.
24655 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
24656 (trunc_test_data): New variable.
24657 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
24658 (y0_test_data): New variable.
24659 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
24660 (y1_test_data): New variable.
24661 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
24662 (significand_test_data): New variable.
24663 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
24664
7187d844
CG
246652013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
24666
24667 [BZ #12387]
24668 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
24669
f63fae73
PT
246702013-05-10 Pino Toscano <toscano.pino@tiscali.it>
24671
24672 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
24673
8a67a4b3
AJ
246742013-05-10 Andreas Jaeger <aj@suse.de>
24675
24676 [BZ #15448]
24677 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
24678 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
24679
51df539d
JM
246802013-05-10 Joseph Myers <joseph@codesourcery.com>
24681
24682 * math/gen-libm-test.pl (adjust_arg): New function.
24683 (special_functions): Handle generating output in both functions
24684 and arrays.
24685 (parse_args): Likewise.
24686 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
24687 $in_func argument to parse_args.
24688 * math/libm-test.inc (struct test_f_f_data): New type.
24689 (IF_ROUND_INIT_): New macro.
24690 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
24691 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24692 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24693 (IF_ROUND_INIT_FE_UPWARD): Likewise.
24694 (ROUND_RESTORE_): Likewise.
24695 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
24696 (ROUND_RESTORE_FE_TONEAREST): Likewise.
24697 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
24698 (ROUND_RESTORE_FE_UPWARD): Likewise.
24699 (RUN_TEST_LOOP_f_f): New macro.
24700 (acos_test_data): New variable.
24701 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
24702 (acos_tonearest_test_data): New variable.
24703 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24704
5c637fe5
SP
247052013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
24706
24707 * benchtests/bench-skeleton.c (startup): Fix coding style.
24708
ab2b9461
JM
247092013-05-10 Joseph Myers <joseph@codesourcery.com>
24710
24711 [BZ #6809]
24712 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
24713 negative infinity argument.
24714 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
24715 negative infinity argument.
24716 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
24717 negative infinity argument.
24718 * math/libm-test.inc (tgamma_test): Expect errno to be set for
24719 domain errors.
24720
4c0fe6fe
FW
247212013-05-10 Florian Weimer <fweimer@redhat.com>
24722
24723 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
24724 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
24725 * iconv/iconv_prog.c (main): Likewise.
24726 * locale/programs/charmap-dir.c (charmap_readdir)
24727 (fopen_uncompressed): Likewise.
24728 * locale/programs/locfile.c (siblings_uncached)
24729 (write_locale_data): Use lstat64 instead of lstat.
24730 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
24731 stat.
24732
a3375d29
AJ
247332013-05-10 Andreas Jaeger <aj@suse.de>
24734
24735 [BZ #15395]
24736 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
24737 localization.
24738 Include <locale.h>.
24739
36129722
CD
247402013-05-09 Carlos O'Donell <carlos@redhat.com>
24741
24742 * elf/dl-close.c (_dl_close_worker): Add comments.
24743
faa7f811
JM
247442013-05-09 Joseph Myers <joseph@codesourcery.com>
24745
ed41ffef
JM
24746 [BZ #15359]
24747 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
24748 high part of pi/2.
24749 (__ieee754_rem_pio2l): Update comments.
24750
d0213cd0
JM
24751 [BZ #15429]
24752 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
24753 high part of pi/2.
24754 (__ieee754_rem_pio2l): Update comments.
24755
0d3e777a
JM
24756 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
24757 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
24758
24f56066
JM
24759 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
24760 M_PI_4l.
24761
faa7f811
JM
24762 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
24763 (M_PI_34_LOG10El): Likewise.
24764 (M_PI2_LOG10El): Likewise.
24765 (M_PI4_LOG10El): Likewise.
24766 (M_PI_LOG10El): Likewise.
24767
e9a5e0fd
AZ
247682013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24769
24770 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24771
d8cd06db
JM
247722013-05-08 Joseph Myers <joseph@codesourcery.com>
24773
a0d9f9d7
JM
24774 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
24775 (MINUS_ZERO_INIT): Likewise.
24776 (PLUS_INFTY_INIT): Likewise.
24777 (MINUS_INFTY_INIT): Likewise.
24778 (QNAN_VALUE_INIT): Likewise.
24779 (MAX_VALUE_INIT): Likewise.
24780 (MIN_VALUE_INIT): Likewise.
24781 (MIN_SUBNORM_VALUE_INIT): Likewise.
24782 (plus_zero): Initialize with PLUS_ZERO_INIT.
24783 (minus_zero): Initialize with MINUS_ZERO_INIT.
24784 (plus_infty): Initialize with PLUS_INFTY_INIT.
24785 (minus_infty): Initialize with MINUS_INFTY_INIT.
24786 (qnan_value): Initialize with QNAN_VALUE_INIT.
24787 (max_value): Initialize with MAX_VALUE_INIT.
24788 (min_value): Initialize with MIN_VALUE_INIT.
24789 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
24790
ae08db3b
JM
24791 * math/libm-test.inc (RUN_TEST_if_f): New macro.
24792 (jn_test): Use TEST_if_f instead of TEST_ff_f.
24793 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
24794 (yn_test): Use TEST_if_f instead of TEST_ff_f.
24795
f44bf14a
JM
24796 * math/libm-test.inc (RUN_TEST_f_f): New macro.
24797 (RUN_TEST_2_f): Likewise.
24798 (RUN_TEST_ff_f): Likewise.
24799 (RUN_TEST_fi_f): Likewise.
24800 (RUN_TEST_fl_f): Likewise.
24801 (RUN_TEST_fff_f): Likewise.
24802 (RUN_TEST_c_f): Likewise.
24803 (RUN_TEST_f_f1): Likewise.
24804 (RUN_TEST_fF_f1): Likewise.
24805 (RUN_TEST_fI_f1): Likewise.
24806 (RUN_TEST_ffI_f1): Likewise.
24807 (RUN_TEST_c_c): Likewise.
24808 (RUN_TEST_cc_c): Likewise.
24809 (RUN_TEST_f_i): Likewise.
24810 (RUN_TEST_f_i_tg): Likewise.
24811 (RUN_TEST_ff_i_tg): Likewise.
24812 (RUN_TEST_f_b): Likewise.
24813 (RUN_TEST_f_b_tg): Likewise.
24814 (RUN_TEST_f_l): Likewise.
24815 (RUN_TEST_f_L): Likewise.
24816 (RUN_TEST_sincos): Likewise.
24817 * math/gen-libm-test.pl (new_test): Take new argument to indicate
24818 whether to show exceptions. Do not include ");\n" in return
24819 value.
24820 (special_functions): Output call to RUN_TEST_sincos instead of
24821 check_float calls. Update calls to new_test.
24822 (parse_args): Output call to single RUN_TEST_* macro instead of
24823 check_* calls and other assignments. Update calls to new_test.
24824
d8cd06db
JM
24825 [BZ #2546]
24826 [BZ #2560]
24827 [BZ #5159]
24828 [BZ #15426]
24829 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
24830 input to result for tgamma overflow.
24831 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
24832 (gamma_coeff): New variable.
24833 (NCOEFF): New macro.
24834 (gamma_positive): New function.
24835 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
24836 underflow here. Use gamma_positive instead of exp (lgamma) for
24837 other arguments.
24838 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
24839 (gamma_coeff): New variable.
24840 (NCOEFF): New macro.
24841 (gammaf_positive): New function.
24842 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
24843 underflow here. Use gamma_positive instead of exp (lgamma) for
24844 other arguments.
24845 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
24846 (gamma_coeff): New variable.
24847 (NCOEFF): New macro.
24848 (gammal_positive): New function.
24849 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
24850 underflow here. Use gamma_positive instead of exp (lgamma) for
24851 other arguments.
24852 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
24853 (gamma_coeff): New variable.
24854 (NCOEFF): New macro.
24855 (gammal_positive): New function.
24856 (__ieee754_gammal_r): Handle positive infinity, overflow and
24857 underflow here. Handle NaN the same as positive infinity. Remove
24858 check x < 0xffffffff for negative integers. Use gamma_positive
24859 instead of exp (lgamma) for other arguments.
24860 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
24861 (gamma_coeff): New variable.
24862 (NCOEFF): New macro.
24863 (gammal_positive): New function.
24864 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
24865 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
24866 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
24867 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
24868 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
24869 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
24870 * sysdeps/generic/math_private.h (__gamma_productf): New
24871 prototype.
24872 (__gamma_product): Likewise.
24873 (__gamma_productl): Likewise.
24874 * math/Makefile (libm-calls): Add gamma_product.
24875 * math/libm-test.inc (tgamma_test): Add more tests.
24876 * sysdeps/i386/fpu/libm-test-ulps: Update.
24877 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24878
bb7cf681
OB
248792013-05-08 Ondřej Bílka <neleai@seznam.cz>
24880
24881 * benchtests/bench-skeleton.c (main): Preheat CPU.
24882
ba853947
AJ
248832013-05-07 Aurelien Jarno <aurelien@aurel32.net>
24884
24885 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
24886
8347c74c
RM
248872013-05-07 Roland McGrath <roland@hack.frob.com>
24888
24889 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
24890 and _dl_skip_args_internal.
24891
e8dd4791
CD
248922013-05-07 Carlos O'Donell <carlos@redhat.com>
24893
24894 * manual/message.texi (Message Translation): Talk about users.
24895 Message to key mapping impacts design.
24896
c7405830
RM
248972013-05-06 Roland McGrath <roland@hack.frob.com>
24898
a9173057
RM
24899 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
24900
976e2f03
RM
24901 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
24902
9723ffc5
RM
24903 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
24904 * sysdeps/wordsize-64/glob64.c: ... here.
24905
962e6658
RM
24906 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
24907 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
24908 New macros.
24909
ee586a6d
RM
24910 * debug/getlogin_r_chk.c: Moved to ...
24911 * login/getlogin_r_chk.c: ... here.
24912 * debug/Makefile (routines): Move getlogin_r_chk to ...
24913 * login/Makefile (routines): ... here.
24914 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
24915 * login/Versions (libc: GLIBC_2.4): ... here.
24916
355f9165
RM
24917 * io/poll.c (__poll): Renamed from poll.
24918 Add libc_hidden_def.
24919 (poll): Define as weak alias.
24920
bd9ffde6
RM
24921 * debug/ptsname_r_chk.c: Moved to ...
24922 * login/ptsname_r_chk.c: ... here.
24923 * debug/Makefile (routines): Move ptsname_r_chk to ...
24924 * login/Makefile (routines): ... here.
24925 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
24926 * login/Versions (libc: GLIBC_2.4): ... here.
24927
8fb16a04
RM
24928 * posix/getlogin.c: Moved to ...
24929 * login/getlogin.c: ... here.
24930 * posix/getlogin_r.c: Moved to ...
24931 * login/getlogin_r.c: ... here.
24932 * posix/getlogin_r.c: Moved to ...
24933 * login/getlogin_r.c: ... here.
24934 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
24935 * login/Makefile (routines): ... here.
24936 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
24937 * login/Versions (libc: GLIBC_2.0): ... here.
24938
b99b892f
RM
24939 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
24940 (setrlimit): Define as weak alias.
24941
c7405830
RM
24942 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
24943 Call __ names for open, ftruncate, and close.
24944 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
24945 (truncate): Define as weak alias.
24946
5bf96de5
JM
249472013-05-06 Joseph Myers <joseph@codesourcery.com>
24948
9ea3513c
JM
24949 * math/gen-libm-test.pl (parse_args): Initialize x before each
24950 test of frexp, modf and remquo.
24951
5bf96de5
JM
24952 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
24953 test signgam value.
24954
16e616a7
AZ
249552013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24956
24957 [BZ #15418]
24958 [BZ #15419]
24959 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
24960 internal tests.
24961 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24962
d5e82754
RM
249632013-05-06 Roland McGrath <roland@hack.frob.com>
24964
24965 * elf/dl-writev.h: New file.
24966 * elf/dl-misc.c: Include it.
24967 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
24968 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
24969
a7548d41
JM
249702013-05-04 Joseph Myers <joseph@codesourcery.com>
24971
b7dab1e4
JM
24972 * math/libm-test.inc (noXFails): Remove variable.
24973 (noXPasses): Likewise.
24974 (BUILD_COMPLEX_INT): Remove macro.
24975 (print_screen): Remove xfail argument.
24976 (print_screen_max_error): Likewise.
24977 (update_stats): Likewise.
24978 (print_max_error): Likewise. Update calls to other affected
24979 functions.
24980 (print_complex_max_error): Likewise.
24981 (test_single_exception): Update calls to print_screen.
24982 (test_single_errno): Likewise.
24983 (check_float_internal): Remove xfail argument. Update calls to
24984 other affected functions.
24985 (check_float): Likewise.
24986 (check_complex): Likewise.
24987 (check_int): Likewise.
24988 (check_long): Likewise.
24989 (check_bool): Likewise.
24990 (check_longlong): Likewise.
24991 (main): Don't print noXFails and noXPasses.
24992 * math/gen-libm-test.pl (top level): Don't mention expected
24993 failure handling in comment.
24994 (new_test): Don't handle expected failures.
24995 (parse_args): Don't mention expected failure handling in comment.
24996 (generate_testfile): Don't handle expected failures.
24997 (parse_ulps): Likewise.
24998 (print_ulps_file): Likewise.
24999 (get_failure): Remove function.
25000 (output_test): Don't handle expected failures.
25001 * make/README.libm-test: Don't mention expected failure handling.
25002
a7548d41
JM
25003 * math/libm-test.inc (plus_zero): Make const. Add initializer.
25004 (minus_zero): Likewise.
25005 (plus_infty): Likewise.
25006 (minus_infty): Likewise.
25007 (qnan_value): Likewise.
25008 (max_value): Likewise.
25009 (min_value): Likewise.
25010 (min_subnorm_value): Likewise.
25011 (initialize): Do not initialize those variables dynamically.
25012
60bfd54c
RM
250132013-05-03 Roland McGrath <roland@hack.frob.com>
25014
cc0e6ed8
RM
25015 * io/open.c (__open_2): Moved to ...
25016 * io/open_2.c: ... this new file.
25017 * io/open64.c (__open64_2): Moved to ...
25018 * io/open64_2.c: ... this new file.
25019 * io/openat.c (__openat_2): Moved to ...
25020 * io/openat_2.c: ... this new file.
25021 * io/openat64.c (__openat64_2): Moved to ...
25022 * io/openat64_2.c: ... this new file.
25023 * io/Makefile (routines): Add them.
25024 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25025 * sysdeps/unix/sysv/linux/open_2.c: File removed.
25026 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25027 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25028 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25029 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25030 (__openat64): Add hidden_ver.
25031 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25032 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25033
60bfd54c
RM
25034 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25035 Separately conditionalize setting of GLRO(dl_sysinfo) so
25036 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25037 as well, but the actual setting is only under [NEED_DL_SYSINFO].
25038
83e7640f
AZ
250392013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25040
25041 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25042 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25043 definition.
25044 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25045 * sysdeps/unix/sysv/linux/powerpc/init-first.c
25046 (_libc_vdso_platform_setup): Add __vdso_time initialization.
25047 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25048 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25049
d5dc2af3
JM
250502013-05-03 Joseph Myers <joseph@codesourcery.com>
25051
c31a5b1e
JM
25052 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25053 test signgam value.
25054
d5dc2af3
JM
25055 * math/libm-test.inc (hypot_test): Do not use
25056 IGNORE_ZERO_INF_SIGN.
25057
164fd39d
AJ
250582013-05-03 Andreas Jaeger <aj@suse.de>
25059
25060 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25061 Linux 3.9.
25062 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25063 (PF_MAX): Adjust for VSOCK change.
25064
8237f48c
AZ
250652013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25066
25067 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25068
9df02941
CD
250692013-05-02 Carlos O'Donell <carlos@redhat.com>
25070
25071 [BZ #15264]
25072 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25073 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25074 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25075
d422395e
DM
250762013-05-02 David S. Miller <davem@davemloft.net>
25077
25078 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25079
a07c5731
OB
250802013-05-01 Ondřej Bílka <neleai@seznam.cz>
25081
25082 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25083
1324e37f
RM
250842013-05-01 Roland McGrath <roland@hack.frob.com>
25085
25086 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25087
0695940b
RS
250882013-05-01 Richard Smith <richard@metafoo.co.uk>
25089
bb5f27ad 25090 [BZ #14952]
0695940b
RS
25091 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25092 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25093 Use __attribute__ ((__gnu_inline__)).
25094 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25095 Don't use __attribute__ ((__gnu_inline__)).
25096
10de07f5
JM
250972013-05-01 Joseph Myers <joseph@codesourcery.com>
25098
25099 [BZ #15423]
25100 * math/s_catan.c (__catan): Handle small real or imaginary part of
25101 input specially to avoid spurious underflow.
25102 * math/s_catanf.c (__catanf): Likewise.
25103 * math/s_catanh.c (__catanh): Likewise.
25104 * math/s_catanhf.c (__catanhf): Likewise.
25105 * math/s_catanhl.c (__catanhl): Likewise.
25106 * math/s_catanl.c (__catanl): Likewise.
25107 * math/libm-test.inc (catan_test): Add more tests.
25108 (catanh_test): Likewise.
25109 * sysdeps/i386/fpu/libm-test-ulps: Update.
25110 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25111
cb4d5414
AZ
251122013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25113
25114 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25115
caf84319
JM
251162013-04-30 Joseph Myers <joseph@codesourcery.com>
25117
25118 [BZ #15416]
25119 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25120 accurately for denominator in atan2.
25121 * math/s_catanf.c (__catanf): Likewise.
25122 * math/s_catanh.c (__catanh): Likewise.
25123 * math/s_catanhf.c (__catanhf): Likewise.
25124 * math/s_catanhl.c (__catanhl): Likewise.
25125 * math/s_catanl.c (__catanl): Likewise.
25126 * math/libm-test.inc (catan_test): Add more tests.
25127 (catanh_test): Likewise.
25128 * sysdeps/i386/fpu/libm-test-ulps: Update.
25129 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25130
d569c6ee
SP
251312013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
25132
6dbe713d
SP
25133 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25134
f0ee064b
SP
25135 * benchtests/Makefile (bench): Remove slow benchmarks.
25136 * benchtests/atan-inputs: Add slow benchmark inputs.
25137 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25138 (BENCH_FUNC): Accept variant offset.
25139 (VARIANT): Define.
25140 * benchtests/bench-skeleton.c (main): Run benchmark for each
25141 variant.
25142 * benchtests/cos-inputs: Add slow benchmark inputs.
25143 * benchtests/exp-inputs: Likewise.
25144 * benchtests/pow-inputs: Likewise.
25145 * benchtests/sin-inputs: Likewise.
25146 * benchtests/slowatan-inputs: Remove.
25147 * benchtests/slowatan.c: Remove.
25148 * benchtests/slowcos-inputs: Remove.
25149 * benchtests/slowcos.c: Remove.
25150 * benchtests/slowexp-inputs: Remove.
25151 * benchtests/slowexp.c: Remove.
25152 * benchtests/slowpow-inputs: Remove.
25153 * benchtests/slowpow.c: Remove.
25154 * benchtests/slowsin-inputs: Remove.
25155 * benchtests/slowsin.c: Remove.
25156 * benchtests/slowtan-inputs: Remove.
25157 * benchtests/slowtan.c: Remove.
25158 * benchtests/tan-inputs: Add slow benchmark inputs.
25159 * scripts/bench.pl: Parse comments and directives.
25160
d569c6ee
SP
25161 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
25162 in CPPFLAGS.
25163 ($(objpfx)bench-%.c): Remove *-ITER.
25164 * benchtests/bench-modf.c: Remove definition of ITER.
25165 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25166 (main): Loop for DURATION seconds instead of fixed number of
25167 iterations.
25168 * scripts/bench.pl: Don't expect iterations in parameters.
25169
a6a242fe
RM
251702013-04-29 Roland McGrath <roland@hack.frob.com>
25171
25172 * io/fchdir.c (__fchdir): Renamed from fchdir.
25173 (fchdir): Define as weak alias.
25174
f2da7793
JM
251752013-04-29 Joseph Myers <joseph@codesourcery.com>
25176
25177 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25178 (ERRNO_EDOM): Likewise.
25179 (ERRNO_ERANGE): Likewise.
25180 (noErrnoTests): New variable.
25181 (init_max_error): Set errno to 0.
25182 (test_single_errno): New function.
25183 (test_errno): Likewise.
25184 (check_float_internal): Call test_errno. Set errno to 0.
25185 (check_complex): Refer to errno tests in comment.
25186 (check_int): Call test_errno. Set errno to 0.
25187 (check_long): Likewise.
25188 (check_bool): Likewise.
25189 (check_longlong): Likewise.
25190 (cos_test): Use ERRNO_* flags for errno tests instead of
25191 check_int.
25192 (expm1_test): Likewise.
25193 (fmod_test): Likewise.
25194 (ilogb_test): Likewise.
25195 (lgamma_test): Likewise.
25196 (pow_test): Likewise.
25197 (remainder_test): Likewise.
25198 (sin_test): Likewise.
25199 (tan_test): Likewise.
25200 (yn_test): Likewise.
25201 (initialize): Set errno to 0.
25202 (main): Print number of errno tests.
25203 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25204
b1a36ceb
AJ
252052013-04-29 Andreas Jaeger <aj@suse.de>
25206
c3ed8088
AJ
25207 [BZ #15084]
25208 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25209 and RES_USEVC.
25210
f1a24198
AJ
25211 [BZ #15085]
25212 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25213 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25214 unimplemented.
25215
9ce3b2cb
AJ
25216 [BZ #15380]
25217 * stdlib/random.c (__initstate): Return NULL if
25218 __initstate fails.
25219
f1a24198 25220 [BZ #15086]
b1a36ceb
AJ
25221 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25222 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25223 RES_SNGLKUPREOP.
25224
7e7b6f36
AZ
252252013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25226
25227 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25228
4d14f449
JM
252292013-04-29 Joseph Myers <joseph@codesourcery.com>
25230
25231 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25232 of individual tests.
25233 (casin_test): Likewise.
25234 (casinh_test): Likewise.
25235
5b4217d7
JM
252362013-04-27 Joseph Myers <joseph@codesourcery.com>
25237
25238 [BZ #15409]
25239 * math/s_catan.c (__catan): Handle arguments with large real or
25240 imaginary part separately without squaring.
25241 * math/s_catanf.c (__catanf): Likewise.
25242 * math/s_catanh.c (__catanh): Likewise.
25243 * math/s_catanhf.c (__catanhf): Likewise.
25244 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25245 and redefine.
25246 (__catanhl): Handle arguments with large real or imaginary part
25247 separately without squaring.
25248 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25249 and redefine.
25250 (__catanl): Handle arguments with large real or imaginary part
25251 separately without squaring.
25252 * math/libm-test.inc (catan_test): Add more tests.
25253 (catanh_test): Likewise.
25254 * sysdeps/i386/fpu/libm-test-ulps: Update.
25255 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25256
4220c3ef
AJ
252572013-04-27 Andreas Jaeger <aj@suse.de>
25258
25259 [BZ #15007]
25260 * stdlib/stdlib.h: Update guards for qecvt.
25261 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25262 <stdlib.h>.
25263
4721b2d1
AM
252642013-04-27 Allan McRae <allan@archlinux.org>
25265
25266 * sysdeps/i386/fpu/libm-test-ulps: Update.
25267
f0302940
JM
252682013-04-26 Joseph Myers <joseph@codesourcery.com>
25269
9457fd95
JM
25270 [BZ #15406]
25271 * math/s_catan.c: Include <float.h>.
25272 (__catan): Ensure underflow exception occurs for underflowed
25273 result.
25274 * math/s_catanf.c: Include <float.h>.
25275 (__catanf): Ensure underflow exception occurs for underflowed
25276 result.
25277 * math/s_catanh.c: Include <float.h>.
25278 (__catanh): Ensure underflow exception occurs for underflowed
25279 result.
25280 * math/s_catanhf.c: Include <float.h>.
25281 (__catanhf): Ensure underflow exception occurs for underflowed
25282 result.
25283 * math/s_catanhl.c: Include <float.h>.
25284 (__catanhl): Ensure underflow exception occurs for underflowed
25285 result.
25286 * math/s_catanl.c: Include <float.h>.
25287 (__catanl): Ensure underflow exception occurs for underflowed
25288 result.
25289 * math/libm-test.inc (catan_test): Add more tests.
25290 (catanh_test): Likewise.
25291
f0302940
JM
25292 [BZ #15405]
25293 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25294 underflowed result.
25295 * math/s_ccoshf.c (__ccoshf): Likewise.
25296 * math/s_ccoshl.c (__ccoshl): Likewise.
25297 * math/s_csin.c (__csin): Likewise.
25298 * math/s_csinf.c (__csinf): Likewise.
25299 * math/s_csinh.c (__csinh): Likewise.
25300 * math/s_csinhf.c (__csinhf): Likewise.
25301 * math/s_csinhl.c (__csinhl): Likewise.
25302 * math/s_csinl.c (__csinl): Likewise.
25303 * math/libm-test.inc (ccos_test): Add more tests.
25304 (ccosh_test): Likewise.
25305 (csin_test): Likewise.
25306 (csinh_test): Likewise.
25307
aa630f59
AZ
253082013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25309
25310 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25311 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25312 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25313 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25314 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25315 powerpc/power5+/fpu folders.
25316 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25317
25318
1b835983
MT
253192013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
25320
25321 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25322
73709b26
JM
253232013-04-25 Joseph Myers <joseph@codesourcery.com>
25324
25325 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25326 additions to variable.
25327 [$(config-machine) = x86_64] (modules-names): Likewise.
25328 ($(objpfx)tst-audit3): Remove dependency.
25329 ($(objpfx)tst-audit3.out): Likewise.
25330 ($(objpfx)tst-audit4): Likewise.
25331 ($(objpfx)tst-audit4.out): Likewise.
25332 ($(objpfx)tst-audit5): Likewise.
25333 ($(objpfx)tst-audit5.out): Likewise.
25334 ($(objpfx)tst-audit6): Likewise.
25335 ($(objpfx)tst-audit6.out): Likewise.
25336 ($(objpfx)tst-audit7): Likewise.
25337 ($(objpfx)tst-audit7.out): Likewise.
25338 (tst-audit3-ENV): Remove variable.
25339 (tst-audit4-ENV): Likewise.
25340 (tst-audit5-ENV): Likewise.
25341 (tst-audit6-ENV): Likewise.
25342 (tst-audit7-ENV): Likewise.
25343 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25344 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25345 addition to variable.
25346 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25347 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25348 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25349 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25350 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25351 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25352 tst-audit3, tst-audit4 and tst-audit5.
25353 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25354 tst-audit6 and tst-audit7.
25355 [$(subdir) = elf] (modules-names): Add audit modules for those
25356 tests.
25357 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25358 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25359 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25360 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25361 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25362 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25363 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25364 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25365 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25366 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25367 [$(subdir) = elf] (tst-audit3-ENV): New variable.
25368 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25369 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25370 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25371 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25372 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25373 Likewise.
25374 [$(subdir) = elf && $(config-cflags-avx) = yes]
25375 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25376 [$(subdir) = elf && $(config-cflags-avx) = yes]
25377 (CFLAGS-tst-auditmod4a.c): Likewise.
25378 [$(subdir) = elf && $(config-cflags-avx) = yes]
25379 (CFLAGS-tst-auditmod4b.c): Likewise.
25380 [$(subdir) = elf && $(config-cflags-avx) = yes]
25381 (CFLAGS-tst-auditmod6b.c): Likewise.
25382 [$(subdir) = elf && $(config-cflags-avx) = yes]
25383 (CFLAGS-tst-auditmod6c.c): Likewise.
25384 [$(subdir) = elf && $(config-cflags-avx) = yes]
25385 (CFLAGS-tst-auditmod7b.c): Likewise.
25386 * elf/tst-audit3.c: Move to ...
25387 * sysdeps/x86_64/tst-audit3.c: ... here.
25388 * elf/tst-audit4.c: Move to ...
25389 * sysdeps/x86_64/tst-audit4.c: ... here.
25390 * elf/tst-audit5.c: Move to ...
25391 * sysdeps/x86_64/tst-audit5.c: ... here.
25392 * elf/tst-audit6.c: Move to ...
25393 * sysdeps/x86_64/tst-audit6.c: ... here.
25394 * elf/tst-audit7.c: Move to ...
25395 * sysdeps/x86_64/tst-audit7.c: ... here.
25396 * elf/tst-auditmod3a.c: Move to ...
25397 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25398 * elf/tst-auditmod3b.c: Move to ...
25399 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25400 * elf/tst-auditmod4a.c: Move to ...
25401 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25402 * elf/tst-auditmod4b.c: Move to ...
25403 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25404 * elf/tst-auditmod5a.c: Move to ...
25405 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25406 * elf/tst-auditmod5b.c: Move to ...
25407 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25408 * elf/tst-auditmod6a.c: Move to ...
25409 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25410 * elf/tst-auditmod6b.c: Move to ...
25411 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25412 * elf/tst-auditmod6c.c: Move to ...
25413 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25414 * elf/tst-auditmod7a.c: Move to ...
25415 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25416 * elf/tst-auditmod7b.c: Move to ...
25417 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25418
1ef74943
PP
254192013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
25420
25421 [BZ #15366]
25422 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25423 define unconditionally.
25424 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25425 define unconditionally.
25426 (INT8_C, INT16_C, etc.): Likewise.
25427
93fd48c5
MR
254282013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
25429
ae9552cf
MR
25430 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25431 __ehdr_start with hidden visibility.
25432
93fd48c5
MR
25433 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25434
418601aa
CD
254352013-04-24 Carlos O'Donell <carlos@redhat.com>
25436
25437 * math/libm-test.inc (cos_test): Use accurate hex constants.
25438 (sincost_test): Likewise.
25439
2f38fbfe
JM
254402013-04-24 Joseph Myers <joseph@codesourcery.com>
25441
5e221800
JM
25442 * math/libm-test.inc (catan_test): Add more tests.
25443 (catanh_test): Likewise.
25444
77f143fd
JM
25445 * math/s_catanf.c (__catanf): Use suffixed floating-point
25446 constants.
25447 * math/s_catanhf.c (__catanhf): Likewise.
25448 * math/s_catanhl.c (__catanhl): Likewise.
25449 * math/s_catanl.c (__catanl): Likewise.
25450
2f38fbfe
JM
25451 [BZ #15394]
25452 * math/s_catan.c (__catan): Calculate imaginary part of result
25453 with log1p not log unless computing log of number close to 0.
25454 * math/s_catanf.c (__catanf): Likewise.
25455 * math/s_catanl.c (__catanl): Likewise.
25456 * math/s_catanh.c (__catanh): Calculate real part of result with
25457 log1p not log unless computing log of number close to 0.
25458 * math/s_catanhf.c (__catanhf): Likewise.
25459 * math/s_catanhl.c (__catanhl): Likewise.
25460 * math/libm-test.inc (catan_test): Add more tests.
25461 (catanh_test): Likewise.
25462 * sysdeps/i386/fpu/libm-test-ulps: Update.
25463 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25464
45d69176
SP
254652013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
25466
25467 * benchtests/Makefile: Mention files in which fast and slow
25468 paths of math functions are implemented.
25469
87f51853
RM
254702013-04-23 Roland McGrath <roland@hack.frob.com>
25471
25472 * sysdeps/posix/timespec_get.c: New file.
25473
3c026539
AZ
254742013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25475
25476 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25477 POWER.
25478 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25479 for POWER.
25480 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25481 powerpc/power5/fpu folders.
25482 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25483 * benchtests/Makefile: Add modf testcase.
25484 * benchtests/bench-modf.c: New file: Benchmark test for mo
25485
ff491d14
SP
254862013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
25487
25488 [BZ #14888]
25489 * time/Makefile (tests): Add tst-strptime-whitespace.
25490 * time/strptime_l.c (get_number): Use ISSPACE.
25491 (__strptime_internal): Likewise.
25492 * time/tst-strptime-whitespace.c: New test case.
25493
7ed3f4e8
AS
254942013-04-23 Andreas Schwab <schwab@linux-m68k.org>
25495
25496 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
25497 member.
25498 (_nss_files_init): Set it here.
25499
5c95f7b6
HC
255002013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
25501
25502 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
25503 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
25504 unsigned.
25505
d34c9158
JBG
255062013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
25507
25508 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
25509
2169712d
SP
255102013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
25511
25512 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
25513 size just once.
25514
29c5de99
DM
255152013-04-21 David S. Miller <davem@davemloft.net>
25516
25517 * po/ru.po: Update Russion translation from translation project.
25518
ccdad15d
AC
255192013-04-17 Adam Conrad <adconrad@0c3.net>
25520
25521 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
25522 and setfsgid.
25523
0f122b8d
CD
255242013-04-17 Carlos O'Donell <carlos@redhat.com>
25525
5c5b07da 25526 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 25527 * configure: Regenerate.
5c5b07da 25528 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
25529 Add example to error message.
25530 * sysdeps/i386/configure: Regenerate.
25531
037714dd
SP
255322013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
25533
25534 * benchtests/Makefile (bench): Add cos, tan, slowcos and
25535 slowtan.
25536 * benchtests/cos-inputs: New file.
25537 * benchtests/slowcos-inputs: New file.
25538 * benchtests/slowcos.c: New file.
25539 * benchtests/slowtan-inputs: New file.
25540 * benchtests/slowtan.c: New file.
25541 * benchtests/tan-inputs: New file.
25542
e913141d
RM
255432013-04-16 Roland McGrath <roland@hack.frob.com>
25544
25545 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
25546 considered kosher.
25547
a2964074
SP
255482013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
25549
4856bcd2
SP
25550 * benchtests/Makefile: Include cppflags-iterator.mk to add
25551 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
25552
a2964074
SP
25553 * Makefile.in (bench-clean): New target.
25554 * benchtests/Makefile (bench-clean): Likewise.
25555
9fbf9aca
DH
255562013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
25557
25558 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
25559
207d1e2a
TS
255602013-04-15 Thomas Schwinge <thomas@codesourcery.com>
25561
25562 * stdio-common/tstdiomisc.c: Fix coding-style violation.
25563
306dfba9
AS
255642013-04-15 Andreas Schwab <schwab@suse.de>
25565
25566 * nscd/grpcache.c (cache_addgr): Properly check for short write.
25567 * nscd/initgrcache.c (addinitgroupsX): Likewise.
25568 * nscd/pwdcache.c (cache_addpw): Likewise.
25569 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
25570 more than recsize.
25571
206a6699
SP
255722013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
25573
25574 * benchtests/Makefile (bench): Write all output to
25575 bench-out.tmp together.
25576
0582f6b3
AS
255772013-04-15 Andreas Schwab <schwab@suse.de>
25578
25579 * nscd/nscd.c (main): Don't fork again after closing files.
25580
acb4325f
SP
255812013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
25582
5cb26d0a
SP
25583 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
25584
acb4325f
SP
25585 * benchtests/Rules (bench-deps): Collect dependencies into a
25586 single variable. Add Makefile to dependencies.
25587 ($(objpfx)bench-%.c): Depend on bench-deps.
25588
47792506
RM
255892013-04-12 Roland McGrath <roland@hack.frob.com>
25590 Xavier Roche <roche+kml2@exalead.com>
25591
25592 [BZ #15361]
25593 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
25594 just that it's a file descriptor.
25595 * manual/llio.texi (Synchronizing AIO Operations): Update description
25596 for EBADF error from aio_fsync.
25597
8fc1bee5
SP
255982013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
25599
25600 * Rules (bench): Move target definition...
25601 * benchtests/Makefile: ... here.
25602
aba5e333
CD
256032013-04-11 Carlos O'Donell <carlos@redhat.com>
25604
25605 * math/libm-test.inc (cos_test): Fix PI/2 test.
25606 (sincos_test): Likewise.
25607 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
25608 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
25609
273cdee8
AS
256102013-04-11 Andreas Schwab <schwab@suse.de>
25611
6ecec3b6
AS
25612 [BZ #13988]
25613 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
25614 accept exponent character only when digits were seen.
25615 * stdio-common/Makefile (tests): Add bug26.
25616 * stdio-common/bug26.c: New file.
25617
273cdee8
AS
25618 [BZ #14293]
25619 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
25620 non-freeable.
25621
8da491f5
SP
256222013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
25623
01dc6df9
SP
25624 * Makeconfig (rtld-prefix): Define built linker prefix.
25625 * Rules (run-bench): Use it.
25626 * math/Makefile (run-regen-ulps): Likewise.
25627
8da491f5
SP
25628 * Rules (bench): Remove eval.
25629
abe7f530
SP
256302013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25631 Roland McGrath <roland@hack.frob.com>
25632 Ondrej Bilka <neleai@seznam.cz>
25633
25634 [BZ #15346]
25635 * time/getdate.c: Include ctype.h and alloca.h.
25636 (__getdate_r): Trim leading and trailing spaces of input.
25637 * time/tst-getdate.c (tests): Add tests with leading and
25638 trailing spaces.
25639
61c23e62
RM
256402013-04-08 Roland McGrath <roland@hack.frob.com>
25641
25642 [BZ #14280]
25643 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
25644 when computing value.
25645
7208a313
CD
256462013-04-06 Carlos O'Donell <carlos@redhat.com>
25647
085b2d41
CD
25648 * math/README.libm-test (How can I generate "libm-test-ulps"?):
25649 Use testrun.sh to run libm tests.
25650
7208a313
CD
25651 [BZ #15309]
25652 * elf/dl-open.c (dl_open_worker): memset all of seen array.
25653
872c0acd
MM
256542013-04-06 Marko Myllynen <myllynen@redhat.com>
25655
25656 [BZ #15264]
25657 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
25658
26510bdd
CD
256592013-04-06 Carlos O'Donell <carlos@redhat.com>
25660
25661 * Makefile.in (regen-ulps): New target.
25662 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
25663 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
25664 [ifneq (no,$(PERL)] (regen-ulps): New target.
25665 [ifeq (no,$(PERL)] (regen-ulps): New target.
25666 * math/libm-test.inc (ulps_file_name): Define.
25667 (output_dir): New variable.
25668 (options): Add "output-dir" option.
25669 (parse_opt): Handle 'o' case.
25670 (main): If output_dir is non-NULL use it as a prefix
25671 otherwise use "".
25672 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
25673
a01f19c8
CD
256742013-04-06 Carlos O'Donell <carlos@redhat.com>
25675
25676 [BZ #10060, #10062]
25677 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
25678 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
25679 fail configure if __sync_val_compare_and_swap is not inlined.
25680 * sysdeps/i386/configure: Regenerate.
25681 * configure.in: Build for i686 when configured for i386.
25682 * configure: Regenerate.
25683 * README: Remove i386 reference.
25684
b7a329a5
CD
256852013-04-06 Carlos O'Donell <carlos@redhat.com>
25686
25687 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
25688 * sysdeps/s390/s390-64/sysdep.h: Likewise.
25689
bf0f50df
TS
256902013-04-05 Thomas Schwinge <thomas@codesourcery.com>
25691
ee091edf
TS
25692 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
25693 (lmsnanval): New variables.
25694 (F): Add conversion tests.
25695 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
25696 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
25697
a8b792d6
TS
25698 * stdio-common/tstdiomisc.c (F): Properly collect individual
25699 tests' results.
25700
a1cbf437
TS
25701 [BZ #14686, #15336]
25702 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
25703 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
25704 Instead, use input NaN values or generate a qNaN by arithmetic
25705 operation. Also fix bugs to comply with the standard.
25706 * math/libm-test.inc (remainder_test): Add more tests.
25707
8b43a0c9
TS
25708 [BZ #15335, #15342]
25709 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
25710 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
25711 input NaN values or generate a qNaN by arithmetic operation.
25712
d91da4ce
TS
25713 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
25714 unreachable code.
25715
bf0f50df
TS
25716 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
25717 definitions.
25718
05e166c8
JM
257192013-04-03 Joseph Myers <joseph@codesourcery.com>
25720
25721 [BZ #14478]
25722 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
25723 underflowed result.
25724 * math/s_cexpf.c (__cexpf): Likewise.
25725 * math/s_cexpl.c (__cexpl): Likewise.
25726 * math/libm-test.inc (cexp_test): Add more tests.
25727
1cef1b19
AS
257282013-04-03 Andreas Schwab <schwab@suse.de>
25729
25730 [BZ #15330]
25731 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
25732 order arrays from heap if bigger than alloca cutoff.
25733
74d87055
TS
257342013-04-03 Thomas Schwinge <thomas@codesourcery.com>
25735
25736 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
25737 (SNAN_TESTS_double): Refer to GCC PR56831.
25738 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
25739 GCC PR56828.
25740
d755bba4
SP
257412013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
25742
90d5d5bb
SP
25743 * Rules (bench): Move bench.out after the run is complete.
25744
73e0cd5d
SP
25745 * Rules (bench): Echo currently running benchmark.
25746
64aabd4b
SP
25747 * benchtests/Makefile (bench): Add atan and slowatan.
25748 * benchtests/atan-inputs: New file.
25749 * benchtests/slowatan-inputs: New file.
25750 * benchtests/slowatan.c: New file.
25751
c871eccd
SP
25752 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
25753 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
25754 its value.
25755
d755bba4
SP
25756 [BZ #15305]
25757 * sysdeps/unix/sysv/linux/kernel-features.h
25758 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
25759 __ASSUME_XFS_RESTRICTED_CHOWN.
25760 * sysdeps/unix/sysv/linux/pathconf.c
25761 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
25762 Save and restore errno.
25763
52ce4860
JM
257642013-04-02 Joseph Myers <joseph@codesourcery.com>
25765
25766 [BZ #15327]
25767 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
25768 arguments using __kernel_casinh.
25769 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
25770 arguments using __kernel_casinhf.
25771 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
25772 arguments using __kernel_casinhl.
25773 * math/libm-test.inc (cacosh_test): Add more tests.
25774 * sysdeps/i386/fpu/libm-test-ulps: Update.
25775 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25776
81f311c2
SP
257772013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
25778
e7906a47
SP
25779 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
25780 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
25781
92e3664b
SP
25782 * bench/Makefile (bench): Add sin and slowsin.
25783 * benchtests/sin-inputs: New file.
25784 * benchtests/slowsin-inputs: New file.
25785 * benchtests/slowsin.c: New file.
25786
81f311c2
SP
25787 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
25788 (bench): Add slowexp and slowpow.
25789 (exp-ITER): Increase iterations.
25790 (pow-ITER): Likewise.
25791 * benchtests/exp-inputs: Change input.
25792 * benchtests/pow-inputs: Likewise.
25793 * benchtests/slowexp-inputs: New file.
25794 * benchtests/slowexp.c: New file.
25795 * benchtests/slowpow-inputs: New file.
25796 * benchtests/slowpow.c: New file.
25797
ab0f1aa9
AZ
257982013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25799
25800 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
25801 instructions.
25802 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
25803 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
25804 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25805 * benchtests/Makefile: Add rint benchtest.
25806 * benchtests/rint-inputs: Input for rint benchtest.
25807
57267616
TS
258082013-04-02 Thomas Schwinge <thomas@codesourcery.com>
25809
25810 * Versions.def (libm): Add GLIBC_2.18.
25811 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
25812 hidden libm prototypes.
25813 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
25814 * math/Makefile (libm-calls): Add s_issignaling.
25815 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
25816 __issignalingf, __issignalingl. Adjust all libm.abilist files.
25817 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
25818 declaration.
25819 * math/math.h [__USE_GNU] (issignaling): New macro.
25820 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
25821 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
25822 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
25823 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
25824 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
25825 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
25826 * manual/arith.texi (issignaling): New section.
25827 * manual/libm-err-tab.pl (@all_functions): Update comment.
25828 * math/gen-libm-test.pl (parse_args): Apply special handling for
25829 issignaling.
25830 * math/libm-test.inc (print_float, issignaling_test): New
25831 functions.
25832 (check_float_internal): Add issignaling checks.
25833 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
25834 default definition.
25835 * sysdeps/powerpc/math-tests.h: New file.
25836 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
25837 tests.
25838 * math/test-snan.c (TEST_FUNC): Likewise.
25839
6142896d
DM
258402013-03-30 David S. Miller <davem@davemloft.net>
25841
25842 * po/de.po: Update from translation team.
25843
ccc8cadf
JM
258442013-03-30 Joseph Myers <joseph@codesourcery.com>
25845
25846 [BZ #10357]
25847 * math/k_casinh.c (__kernel_casinh): Handle arguments with
25848 imaginary part less than 1.0 and real part less than 0.5
25849 specially.
25850 * math/k_casinhf.c (__kernel_casinhf): Likewise.
25851 * math/k_casinhl.c (__kernel_casinhl): Likewise.
25852 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
25853 (cacos_test): Add more tests.
25854 (casin_test): Likewise.
25855 (casinh_test): Likewise.
25856 * sysdeps/i386/fpu/libm-test-ulps: Update.
25857 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25858
0f6a8d4b
SP
258592013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
25860
0d1029de
SP
25861 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
25862 ONE with its value.
25863
c2d94018
SP
25864 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
25865 (__pow_mp): Replace ONE and MONE with their values.
25866 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
25867 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
25868 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25869 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
25870 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
25871 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
25872
27ec37f1
SP
25873 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
25874
a64d7e0e
SP
25875 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
25876 (__pow_mp): Replace ZERO and MZERO with their values.
25877 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
25878 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
25879 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25880 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
25881 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
25882 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
25883 (__sqr): Likewise.
25884
d26dd3eb
SP
25885 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
25886
0f6a8d4b
SP
25887 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
25888
e57b0c61
RM
258892013-03-28 Roland McGrath <roland@hack.frob.com>
25890
25891 * include/stdlib.h [!SHARED] (__call_tls_dtors):
25892 Declare with __attribute__ ((weak)).
25893 * stdlib/exit.c (__libc_atexit) [!SHARED]:
25894 Call __call_tls_dtors only if it's not NULL.
25895
356b3480
RM
258962013-03-28 Roland McGrath <roland@hack.frob.com>
25897
288f7d79
RM
25898 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
25899 didn't do it already, then set _dl_phdr and _dl_phnum based on the
25900 magic __ehdr_start linker symbol if it's defined.
25901 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
25902 them up here if it was already done.
25903
dc0a0263
RM
25904 * elf/dl-support.c (_dl_phdr): Make pointer to const.
25905 (_dl_aux_init): Use const in cast when setting it.
25906 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
25907 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
25908 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
25909
3d3436ae
RM
25910 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
25911 Declare them here.
25912 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
25913 * csu/libc-tls.c: Nor here.
25914 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
25915
356b3480
RM
25916 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
25917 (__libc_message): Never call vsyslog.
25918
b0f1246a
AM
259192013-03-28 Alan Modra <amodra@gmail.com>
25920
25921 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
25922 Define as empty.
25923 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
25924 Likewise.
25925
fbbe2b9a
AZ
259262013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25927
25928 [BZ #15214]
25929 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
25930 underflow.
25931 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25932
1728ab37
SP
259332013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
25934
7a86be6e
SP
25935 [BZ #15304]
25936 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
25937 Don't add gid passed as argument.
25938
1728ab37
SP
25939 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
25940
3a7182a1
JM
259412013-03-27 Joseph Myers <joseph@codesourcery.com>
25942
25943 [BZ #15307]
25944 * math/k_casinh.c (__kernel_casinh): Handle arguments with
25945 imaginary part between 1.0 and 1.5 and real part less than 0.5
25946 specially.
25947 * math/k_casinhf.c (__kernel_casinhf): Likewise.
25948 * math/k_casinhl.c (__kernel_casinhl): Likewise.
25949 * math/libm-test.inc (cacos_test): Add more tests.
25950 (casin_test): Likewise.
25951 (casinh_test): Likewise.
25952 * sysdeps/i386/fpu/libm-test-ulps: Update.
25953 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25954
6f2e90e7
SP
259552013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25956
5739f705
SP
25957 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
25958 constants.
25959 (norm): Likewise.
25960 (denorm): Likewise.
25961 (__dbl_mp): Likewise.
25962 (add_magnitudes): Likewise.
25963 (sub_magnitudes): Likewise.
25964 (__add): Likewise.
25965 (__sub): Likewise.
25966 (__mul): Likewise.
25967 (__sqr): Likewise.
25968 (__inv): Likewise.
25969 (__dvd): Likewise.
25970
e375e83d
SP
25971 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
25972 commented code.
25973 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
25974 (__dubcos): Likewise.
25975 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
25976 (__ieee754_acos): Likewise.
25977 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
25978 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
25979 (__exp1): Likewise.
25980 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
25981 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
25982 (log1): Likewise.
25983 (my_log2): Likewise.
25984 (checkint): Likewise.
25985 * sysdeps/ieee754/dbl-64/e_remainder.c
25986 (__ieee754_remainder): Likewise.
25987 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
25988 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
25989 (bsloww): Likewise.
25990 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
25991
6f2e90e7
SP
25992 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
25993 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
25994 MANTISSA_STORE_T to store computations on mantissa. Use
25995 macros for rounding and division.
25996 (denorm): Likewise.
25997 (__dbl_mp): Likewise.
25998 (add_magnitudes): Likewise.
25999 (sub_magnitudes): Likewise.
26000 (__mul): Likewise.
26001 (__sqr): Likewise.
26002 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
26003 powers of two in terms of TWOPOW macro.
26004 (mp_no): Make type of mantissa as MANTISSA_T.
26005 [!RADIXI]: Define RADIXI.
26006 [!TWO52]: Define TWO52.
26007 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26008
fce14d4e
AZ
260092013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26010
26011 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26012 llroundl symbol when building for PPC32.
26013
9ad027fb
MW
260142013-03-24 Mark H Weaver <mhw@netris.org>
26015
26016 * manual/arith.texi (Normalization Functions): Fix prototypes for
26017 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26018
e42a38dd
AZ
260192013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26020
26021 [BZ #13889]
26022 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26023 high value to check if expl overflow.
26024 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26025 to check for underflow and overflow.
26026 * math/libm-test.inc: Add exp test.
26027
2e0fb521
DL
260282013-03-21 Dmitry V. Levin <ldv@altlinux.org>
26029
26030 [BZ #11120]
26031 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26032 with NOT_IN_libc.
26033
b5784d95
AZ
260342013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26035
26036 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26037 symbol.
26038
5aa4a1a1
TS
260392013-03-21 Thomas Schwinge <thomas@codesourcery.com>
26040
bdef0be7
TS
26041 * math/gen-libm-test.pl (parse_args, special_functions): Properly
26042 wrap blocks consisting of several statements.
26043
5aa4a1a1
TS
26044 * sysdeps/generic/math-tests.h: New file.
26045 * sysdeps/i386/fpu/math-tests.h: Likewise.
26046 * math/test-snan.c: Include it.
26047 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26048
98c48fe5
JM
260492013-03-21 Joseph Myers <joseph@codesourcery.com>
26050
26051 [BZ #15285]
26052 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26053 (__ieee754_j0l): Do not improve calculations using cos of twice
26054 input for inputs above LDBL_MAX / 2.0L.
26055 (__ieee754_y0l): Likewise.
26056 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26057 (__ieee754_j1l): Do not improve calculations using cos of twice
26058 input for inputs above LDBL_MAX / 2.0L.
26059 (__ieee754_y1l): Likewise.
26060 * math/libm-test.inc (j0_test): Add another test.
26061 (j1_test): Likewise.
26062 (y0_test): Likewise.
26063 (y1_test): Likewise.
26064 * sysdeps/i386/fpu/libm-test-ulps: Update.
26065
3775a8bc
SP
260662013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26067
26068 * Rules ($(objpfx)bench-%.c): Include code from a C source
26069 file.
26070
0a1b2ae6
JM
260712013-03-21 Joseph Myers <joseph@codesourcery.com>
26072
26073 [BZ #15287]
26074 * math/k_casinh.c (__kernel_casinh): Handle arguments with
26075 imaginary part 1.0 and real part less than 0.5 specially.
26076 * math/k_casinhf.c (__kernel_casinhf): Likewise.
26077 * math/k_casinhl.c (__kernel_casinhl): Likewise.
26078 * math/libm-test.inc (cacos_test): Add more tests.
26079 (casin_test): Likewise.
26080 (casinh_test): Likewise.
26081 * sysdeps/i386/fpu/libm-test-ulps: Update.
26082 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26083
b33d4ce4
SP
260842013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26085
26086 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26087 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26088
bef0b507
JM
260892013-03-20 Joseph Myers <joseph@codesourcery.com>
26090
26091 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26092 * config.make.in (config-cflags-sse4): Remove variable.
26093 (config-cflags-avx): Likewise.
26094 (config-cflags-sse2avx): Likewise.
26095 (config-cflags-novzeroupper): Likewise.
26096 (config-asflags-i686): Likewise.
26097 (have-mfma4): Likewise.
26098 (have-as-vis3): Likewise.
26099 (MIG): Likewise.
26100 * configure.in (MIG): Do not AC_SUBST.
26101 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26102 (libc_cv_cc_sse4): Do not AC_SUBST.
26103 (libc_cv_cc_avx): Likewise.
26104 (libc_cv_cc_sse2avx): Likewise.
26105 (libc_cv_cc_novzeroupper): Likewise.
26106 (libc_cv_cc_fma4): Likewise.
26107 (libc_cv_as_i686): Likewise.
26108 (libc_cv_sparc_as_vis3): Likewise.
26109 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26110 LIBC_CONFIG_VAR.
26111 (config-asflags-i686): Likewise.
26112 (config-cflags-avx): Likewise.
26113 (config-cflags-sse2avx): Likewise.
26114 (have-mfma4): Likewise.
26115 (config-cflags-novzeroupper): Likewise.
26116 * sysdeps/mach/configure.in (MIG): Likewise.
26117 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26118 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26119 LIBC_CONFIG_VAR.
26120 (config-cflags-avx): Likewise.
26121 (config-cflags-sse2avx): Likewise.
26122 (have-mfma4): Likewise.
26123 (config-cflags-novzeroupper): Likewise.
26124 * configure: Regenerated.
26125 * sysdeps/i386/configure: Likewise.
26126 * sysdeps/mach/configure: Likewise.
26127 * sysdeps/sparc/configure: Likewise.
26128 * sysdeps/x86_64/configure: Likewise.
26129
912cc4b3
RM
261302013-03-20 Roland McGrath <roland@hack.frob.com>
26131
26132 [BZ #14812]
26133 * locale/programs/localedef.c (options): Put N_ translation marker
26134 on argument names, not just descriptions.
26135
04eed2b0
MS
261362013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
26137
26138 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26139
a065ceff
OB
261402013-03-20 Ondřej Bílka <neleai@seznam.cz>
26141
9bb2a810 26142 [BZ #14176]
a065ceff
OB
26143 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26144
a600e5ce
RM
261452013-03-19 Roland McGrath <roland@hack.frob.com>
26146
26147 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26148 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26149 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26150 [!BEFORE_ABORT] (before_abort): New function.
26151 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26152 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26153 (writev_for_fatal): New function.
26154 (WRITEV_FOR_FATAL): New macro; call that.
26155 (backtrace_and_maps): New function.
26156 (BEFORE_ABORT): New macro; call that.
26157 (struct str_list): Type removed.
26158 (__libc_message, __libc_fatal): Functions removed.
26159 Include <sysdeps/posix/libc_fatal.c> instead.
26160
6b18bea6
JM
261612013-03-19 Joseph Myers <joseph@codesourcery.com>
26162
26163 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26164 constants.
26165 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26166 double constants.
26167
aaa8cb4b
AS
261682013-03-19 Andreas Schwab <schwab@suse.de>
26169
44673770
AS
26170 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26171 * sysdeps/gnu/configure: Regenerate.
26172
aaa8cb4b
AS
26173 * configure.in: Substitute libc_cv_rtlddir.
26174 * configure: Regenerate.
26175 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26176 * Makeconfig (rtlddir, inst_rtlddir): New variables.
26177 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26178 * elf/Makefile (install-others, CFLAGS-interp.c)
26179 (ldso_install, common-ldd-rewrite): Likewise.
26180 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26181 $(inst_slibdir)/$(rtld-installed-name).
26182 * scripts/rellns-sh: Add -p option.
26183 * Makerules (make-shlib-link): Use rellns-sh to get relative name
26184 for source.
26185
d3cfc668
SP
261862013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
26187
26188 * manual/nptl.texi: Renamed to ...
26189 * manual/threads.texi: ... this.
26190 * manual/Makefile (chapters): Update.
26191
0e2b9cdd
RM
261922013-03-18 Roland McGrath <roland@hack.frob.com>
26193
26194 [BZ #14812]
26195 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26196 on argument names, not just descriptions.
0e2b9cdd
RM
26197 * malloc/memusagestat.c (options): Likewise.
26198 * nss/getent.c (options): Likewise.
63270c24
RM
26199
262002013-03-18 Benno Schulenberg <bensberg@justemail.net>
26201
26202 [BZ #14812]
26203 * iconv/iconv_prog.c (options): Put N_ translation marker
26204 on argument names, not just descriptions.
26205 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 26206
b2e1393c
OB
262072013-03-18 Ondrej Bilka <neleai@seznam.cz>
26208
26209 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26210 implementation which is faster on all x86_64 architectures.
26211 Tested on AMD, Intel Nehalem, SNB, IVB.
26212 * sysdeps/x86_64/strnlen.S: Likewise.
26213
26214 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26215 Remove all multiarch strlen and strnlen versions.
26216 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26217 Remove strlen and strnlen related parts.
26218
26219 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26220 Inline strlen part.
26221 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26222
26223 * sysdeps/x86_64/multiarch/strlen.S: Remove.
26224 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26225 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26226 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26227 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26228 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26229
ec4ff04d
CD
262302013-03-17 Carlos O'Donell <carlos@redhat.com>
26231
26232 * manual/memory.texi (Malloc Tunable Parameters):
26233 Sort parameters alphabetically. Add comments for missing entries.
26234
cd18e90a
DM
262352013-03-17 David S. Miller <davem@davemloft.net>
26236
26237 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26238
2a185d32
JM
262392013-03-16 Joseph Myers <joseph@codesourcery.com>
26240
d2f9799e
JM
26241 [BZ #15283]
26242 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26243 for arguments at most half maximum finite value.
26244 * math/libm-test.inc (j0_test): Add more tests.
26245 (j1_test): Likewise.
26246 (y0_test): Likewise.
26247 (y1_test): Likewise.
26248 * sysdeps/i386/fpu/libm-test-ulps: Update.
26249 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26250
2a185d32
JM
26251 [BZ #14155]
26252 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26253 1 / x and functions P and Q for arguments above 0x1p256L.
26254 (__ieee754_y0l): Likewise.
26255 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26256 (__ieee754_y1l): Likewise.
26257 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26258 (j1_test): Likewise.
26259 (y0_test): Likewise.
26260 (y1_test): Likewise.
26261
6cbec759
TS
262622013-03-16 Thomas Schwinge <thomas@codesourcery.com>
26263
26264 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26265 variable.
26266
bc16e260
RM
262672013-03-15 Roland McGrath <roland@hack.frob.com>
26268
aefc9b8c
RM
26269 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26270 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26271 zero since it's initialized to EXEC_PAGESIZE.
26272
bc16e260
RM
26273 * sysdeps/unix/sysv/linux/ldsodefs.h
26274 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26275 * sysdeps/generic/ldsodefs.h: ... here.
26276
a57da955
TS
262772013-03-15 Thomas Schwinge <thomas@codesourcery.com>
26278
af00a34d
TS
26279 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26280
495ded2c
TS
26281 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26282 math/test-snan.c.
26283 * math/test-snan.c: Renamed from
26284 sysdeps/powerpc/fpu/test-powerpc-snan.c.
26285 * math/Makefile (tests): Add test-snan.
26286 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26287 test-powerpc-snan.
26288
777b0332
TS
26289 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26290 SUFFIX. Initialize qNaN_var with __builtin_nan family of
26291 functions.
26292 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
26293 __builtin_nan family of functions.
26294 * math/libm-test.inc (initialize): Initialize qnan_value with
26295 __builtin_nan family of functions.
26296 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26297 Remove variables.
26298 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26299 Remove functions.
26300 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
26301 storage class. Initialize qNaN_var and sNaN_var with
26302 __builtin_nan and __builtin_nans families of functions,
26303 respectively.
26304
64d063b8
TS
26305 * math/libm-test.inc (acosh_test): Also test with qNaN input.
26306 (sqrt_test): Remove duplicate test with qNaN input.
26307 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26308 (round_test, signbit_test, significand_test): Note missing +/-Inf
26309 as well as qNaN tests.
26310
67e971f1
TS
26311 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26312 qNaN_var. Fix a few strings, too.
26313 * math/libm-test.inc (nan_value): Rename to qnan_value.
26314 * math/gen-libm-test.pl (%beautify): Adjust to that.
26315 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26316 * math/test-misc.c (main): Likewise.
26317 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26318 to __qnan_bytes, and __qnan_union, respectively.
26319 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26320 Likewise.
26321 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26322 and lqnanval, respectively.
26323 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26324 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26325 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26326 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26327
64487e12
TS
26328 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26329 * math/test-misc.c (main) [__x86_64__]: Enable test for long
26330 doubles.
26331
e015e27b
TS
26332 * math/test-misc.c (main): Fix copy'n'pastos.
26333 * misc/tst-efgcvt.c (special): Likewise.
26334
a57da955
TS
26335 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26336 Remove declarations.
26337
1e380345
SP
263382013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26339
26340 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26341 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26342 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26343 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26344
ef26eece
AZ
263452013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26346
26347 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26348 macro to return vdso values correctly in IFUNC implementations.
26349 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26350 Optimization by using IFUNC.
26351
8cfdb7e0
SP
263522013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26353 Richard Henderson <rth@redhat.com>
26354 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
26355
26356 * Makefile.in (bench): New target.
26357 * NEWS: Mention the benchmark framework.
26358 * Rules (bench): Likewise.
26359 (binaries-bench): Generate binaries for functions to
26360 benchmark.
26361 * benchtests/Makefile: New makefile for benchmark tests.
26362 * benchtests/bench-skeleton.c: New skeleton file for benchmark
26363 programs.
26364 * benchtests/exp-inputs: New input file for EXP function.
26365 * benchtests/pow-inputs: New input file for POW function.
26366 * scripts/bench.pl: New script to generate source files for
26367 benchmark programs.
26368
bcda9880
SP
263692013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26370
d22ca8cd
SP
26371 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26372 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26373 computations on mantissa. Use macros for rounding and
26374 division.
26375 (denorm): Likewise.
26376 (__dbl_mp): Likewise.
26377 (add_magnitudes): Likewise.
26378 (sub_magnitudes): Likewise.
26379 (__mul): Likewise.
26380 (__sqr): Likewise.
26381 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
26382 powers of two in terms of TWOPOW macro.
26383 (mp_no): Make type of mantissa as MANTISSA_T.
26384 [!RADIXI]: Define RADIXI.
26385 [!TWO52]: Define TWO52.
26386 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26387
bcda9880
SP
26388 * manual/nptl.texi (cindex): Modify threads to pthreads.
26389
06d5adfb
JM
263902013-03-15 Joseph Myers <joseph@codesourcery.com>
26391
26392 * sysdeps/x86_64/preconfigure: Regenerated.
26393
41c7328e
JM
263942013-03-14 Joseph Myers <joseph@codesourcery.com>
26395
26396 [BZ #14155]
26397 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26398 0x1p28 and above.
26399 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26400 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26401 0x1p28 and above.
26402 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26403 * math/libm-test.inc (j0_test): Do not allow one spurious
26404 underflow exception.
26405 (y1_test): Likewise.
26406
e25cfa60
SP
264072013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
26408
0409959c
SP
26409 * manual/Makefile (chapters): Add nptl.
26410 * manual/debug.texi (Debugging Support): Add link to Threads
26411 chapter.
26412 * manual/nptl.texi: New file.
26413
e25cfa60
SP
26414 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26415
58a1335e
PB
264162013-03-14 Petr Baudis <pasky@ucw.cz>
26417
26418 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26419 for non-NULL pointer before the memory validity test. Pointed
26420 out by Holger Brunck <holger.brunck@keymile.com>.
26421
9dc7c64f
AS
264222013-03-13 Andreas Schwab <schwab@suse.de>
26423
26424 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26425 instead of .os.
26426
54206aa6
JM
264272013-03-13 Joseph Myers <joseph@codesourcery.com>
26428
26429 * timezone/zic.c: Update from tzcode 2013b.
26430
e98cdb38
CD
264312013-03-12 Carlos O'Donell <carlos@redhat.com>
26432
26433 * manual/install.texi (Configuring and compiling):
26434 Mention i686 and i586.
26435 * INSTALL: Regenerate.
26436
9967e003
RM
264372013-03-12 Roland McGrath <roland@hack.frob.com>
26438
26439 * sysdeps/init_array/elf-init.c: New file.
26440 * csu/elf-init.c
26441 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26442 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26443
26444 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26445 __gmon_start__ as global, but as static with a .preinit_array pointer.
26446 * sysdeps/init_array/gmon-start.c: New file. Use that.
26447 * sysdeps/init_array/crti.S: New file, empty except for comments.
26448 * sysdeps/init_array/crtn.S: Likewise.
26449
e6b5a293 264502013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
26451
26452 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26453 definining bcopy.
80f844c9
OB
26454 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26455 Remove Prefer_SSE_for_memop.
26456 * sysdeps/x86_64/multiarch/init-arch.h: Remove
26457 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26458 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
26459 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26460 memset-x86-64.
80f844c9 26461 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 26462 Remove bzero, memset ifunc support.
80f844c9
OB
26463 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26464 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26465 * sysdeps/x86_64/multiarch/memset.S: Likewise.
26466 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26467
fb6b0fcb
AS
264682013-03-11 Andreas Schwab <schwab@suse.de>
26469
26470 [BZ #15234]
26471 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26472 by SHLIB_COMPAT.
26473 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26474 (GLIBC_2.16): Remove pthread_atfork.
26475
3e6bd4b1
PP
264762013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
26477
26478 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26479 (ptestcases.h): Likewise.
26480
222d7f00
RM
264812013-03-08 Roland McGrath <roland@hack.frob.com>
26482
26483 * Makeconfig ($(common-objpfx)config.status): Depend on
26484 sysdeps/*/preconfigure{,.in} too.
26485
1ba4f030
JM
264862013-03-08 Joseph Myers <joseph@codesourcery.com>
26487
a222d91a
JM
26488 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26489 (__free_hook): Use void * instead of __malloc_ptr_t.
26490 (__malloc_hook): Likewise.
26491 (__realloc_hook): Likewise.
26492 (__memalign_hook): Likewise.
26493 (__after_morecore_hook): Likewise.
26494 * malloc/arena.c (save_malloc_hook): Likewise.
26495 (save_free_hook): Likewise.
26496 * malloc/hooks.c (malloc_hook_ini): Likewise.
26497 (realloc_hook_ini): Likewise.
26498 (memalign_hook_ini): Likewise.
26499 * malloc/malloc.c (malloc_hook_ini): Likewise.
26500 (realloc_hook_ini): Likewise.
26501 (memalign_hook_ini): Likewise.
26502 (__free_hook): Likewise.
26503 (__malloc_hook): Likewise.
26504 (__realloc_hook): Likewise.
26505 (__memalign_hook): Likewise.
26506 (__libc_malloc): Likewise.
26507 (__libc_free): Likewise.
26508 (__libc_realloc): Likewise.
26509 (__libc_memalign): Likewise.
26510 (__libc_valloc): Likewise.
26511 (__libc_pvalloc): Likewise.
26512 (__libc_calloc): Likewise.
26513 (__posix_memalign): Likewise.
26514 * malloc/morecore.c (__sbrk): Likewise.
26515 (__default_morecore): Likewise.
26516
5cc45e10
JM
26517 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
26518
dd54b864
JM
26519 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
26520 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
26521 __malloc_ptrdiff_t.
26522
1ba4f030
JM
26523 * malloc/malloc.h (__malloc_size_t): Remove macro.
26524 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
26525 __malloc_size_t.
26526 (old_memalign_hook): Likewise.
26527 (old_realloc_hook): Likewise.
26528 (struct hdr): Likewise.
26529 (flood): Likewise.
26530 (mallochook): Likewise.
26531 (memalignhook): Likewise.
26532 (reallochook): Likewise.
26533 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
26534 (tr_old_realloc_hook): Likewise.
26535 (tr_old_memalign_hook): Likewise.
26536 (tr_mallochook): Likewise.
26537 (tr_reallochook): Likewise.
26538 (tr_memalignhook): Likewise.
26539
edf66e57
AZ
265402013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26541
26542 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
26543 default_ldbl_pack and using as default implementation.
26544 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
26545 implementation.
26546 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
26547 redundant definition.
26548 (ldbl_insert_mantissa): Likewise.
26549 (ldbl_canonicalize): Likewise.
26550 (ldbl_nearbyint): Likewise.
26551 (ldbl_pack): Rename to ldbl_pack_ppc.
26552 (ldbl_unpack): Rename to ldbl_unpack_ppc.
26553 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
26554 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
26555
6d9145d8
SP
265562013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
26557
26558 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
26559 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
26560 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
26561 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
26562 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
26563 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
26564 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
26565 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
26566
4dd4e157
AJ
265672013-03-07 Andreas Jaeger <aj@suse.de>
26568
26569 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26570 bits/mman-linux.h.
26571
adbb8027
SP
265722013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
26573
ce544b5b
SP
26574 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
26575 Include mpa.h and declare __MPEXP.
26576 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
26577 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26578 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26579 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
26580 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26581 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26582 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
26583
4cc149fd
SP
26584 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
26585 (__slowpow): Use long double EXPL and LOGL functions to
26586 compute POW.
26587 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26588 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26589 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
26590 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26591 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26592 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
26593
e6ebd4a7
SP
26594 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
26595 intermediate variable to calculate exponent.
26596 (__sqr): Likewise.
26597 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
26598 Likewise.
26599 (__sqr): Likewise.
26600
82a9811d
SP
26601 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
26602 [!NO__SQR]: Define __sqr.
26603 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
26604 and NO__SQR. Remove all code except __mul and __sqr. Include
26605 sysdeps/ieee754/dbl-64/mpa.c.
26606 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26607
adbb8027
SP
26608 [BZ #12723]
26609 * posix/Makefile (tests): Add tst-pathconf.
26610 * posix/tst-pathconf.c: New test case.
26611 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
26612 _PC_PIPE_BUF.
26613 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
26614
39120df9
PF
266152013-03-06 Patsy Franklin <pfrankli@redhat.com>
26616
26617 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
26618
67525cb8
AJ
266192013-03-06 Andreas Jaeger <aj@suse.de>
26620
664a9ce4
AJ
26621 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
26622 definition via __MAP_ANONYMOUS.
26623
8e39047d
AJ
26624 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
26625 it's not part of Linux headers.
26626
67525cb8
AJ
26627 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
26628 (MAP_HUGE_MASK): Define.
26629
26630 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26631 Define.
26632 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26633 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26634 Define.
26635 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26636 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26637 Define.
26638 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26639 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
26640 Define.
26641 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26642
26643 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
26644 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
26645 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
26646 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
26647 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
26648 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
26649
26650 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
26651 Handle f2fs.
26652
26653 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26654 Handle f2fs and efivarfs.
26655
26656 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
26657 f2fs.
26658
26659 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
26660 (EFIVARFS_MAGIC): Add.
26661 (F2FS_LINK_MAX): Add.
26662
e1b42695
PP
266632013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
26664
26665 * stdio-common/vfprintf.c: Replace __builtin_expect with
26666 __glibc_unlikely.
26667
2d67d91a
JM
266682013-03-06 Joseph Myers <joseph@codesourcery.com>
26669
26670 [BZ #13550]
26671 * sysdeps/generic/bp-sym.h: Remove file.
26672 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
26673 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
26674 <bp-sym.h> and <bp-asm.h>.
26675 (__longjmp): Don't use BP_SYM.
26676 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
26677 and <bp-asm.h>.
26678 (memcpy): Don't use BP_SYM.
26679 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
26680 <bp-sym.h> and <bp-asm.h>.
26681 (memcpy): Don't use BP_SYM.
26682 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
26683 <bp-asm.h>.
26684 (memcpy): Don't use BP_SYM.
26685 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
26686 <bp-asm.h>.
26687 (memset): Don't use BP_SYM.
26688 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26689 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26690 (__bzero): Don't use BP_SYM.
26691 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26692 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26693 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
26694 <bp-sym.h> and <bp-asm.h>.
26695 (memcmp): Don't use BP_SYM. Remove comment about bounded
26696 pointers.
26697 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
26698 <bp-sym.h> and <bp-asm.h>.
26699 (memcpy): Don't use BP_SYM.
26700 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
26701 <bp-sym.h> and <bp-asm.h>.
26702 (memset): Don't use BP_SYM.
26703 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26704 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26705 (__bzero): Don't use BP_SYM.
26706 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26707 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26708 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
26709 <bp-sym.h> and <bp-asm.h>.
26710 (strncmp): Don't use BP_SYM. Remove comment about bounded
26711 pointers.
26712 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
26713 <bp-sym.h> and <bp-asm.h>.
26714 (memcpy): Don't use BP_SYM.
26715 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
26716 <bp-sym.h> and <bp-asm.h>.
26717 (memset): Don't use BP_SYM.
26718 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26719 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26720 (__bzero): Don't use BP_SYM.
26721 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26722 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26723 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
26724 <bp-sym.h> and <bp-asm.h>.
26725 (__memchr): Don't use BP_SYM.
26726 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
26727 <bp-sym.h> and <bp-asm.h>.
26728 (memcmp): Don't use BP_SYM. Remove comment about bounded
26729 pointers.
26730 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
26731 <bp-sym.h> and <bp-asm.h>.
26732 (memcpy): Don't use BP_SYM.
26733 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
26734 <bp-sym.h> and <bp-asm.h>.
26735 (__mempcpy): Don't use BP_SYM.
26736 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
26737 <bp-sym.h> and <bp-asm.h>.
26738 (__memrchr): Don't use BP_SYM.
26739 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
26740 <bp-sym.h> and <bp-asm.h>.
26741 (memset): Don't use BP_SYM.
26742 (__bzero): Likewise.
26743 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
26744 <bp-sym.h> and <bp-asm.h>.
26745 (__rawmemchr): Don't use BP_SYM.
26746 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
26747 <bp-sym.h> and <bp-asm.h>.
26748 (__STRCMP): Don't use BP_SYM.
26749 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
26750 <bp-sym.h> and <bp-asm.h>.
26751 (strchr): Don't use BP_SYM.
26752 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
26753 <bp-sym.h> and <bp-asm.h>.
26754 (__strchrnul): Don't use BP_SYM.
26755 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
26756 <bp-sym.h> and <bp-asm.h>.
26757 (strlen): Don't use BP_SYM.
26758 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
26759 <bp-sym.h> and <bp-asm.h>.
26760 (strncmp): Don't use BP_SYM. Remove comment about bounded
26761 pointers.
26762 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
26763 <bp-sym.h> and <bp-asm.h>.
26764 (__strnlen): Don't use BP_SYM.
26765 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
26766 <bp-sym.h> and <bp-asm.h>.
26767 (__GI__setjmp): Don't use BP_SYM.
26768 (_setjmp): Likewise.
26769 (__sigsetjmp): Likewise.
26770 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
26771 (L(start_addresses)): Don't use BP_SYM.
26772 (_start): Likewise.
26773 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
26774 <bp-asm.h>.
26775 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
26776 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
26777 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
26778 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
26779 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
26780 <bp-asm.h>.
26781 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
26782 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
26783 about bounded pointers.
26784 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
26785 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
26786 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
26787 <bp-asm.h>.
26788 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
26789 about bounded pointers. Remove GKM FIXME comments.
26790 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
26791 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
26792 <bp-asm.h>.
26793 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
26794 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
26795 Remove GKM FIXME comments.
26796 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
26797 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
26798 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
26799 <bp-asm.h>.
26800 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
26801 about bounded pointers. Remove GKM FIXME comment.
26802 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
26803 and <bp-asm.h>.
26804 (strncmp): Don't use BP_SYM. Remove comment about bounded
26805 pointers.
26806 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
26807 <bp-sym.h> and <bp-asm.h>.
26808 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
26809 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
26810 <bp-sym.h> and <bp-asm.h>.
26811 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
26812 comment.
26813
cdcf361f
PP
268142013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
26815
26816 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
26817 call free(NULL).
26818
3c4a2b15
DM
268192013-03-05 David S. Miller <davem@davemloft.net>
26820
26821 * po/es.po: Update from translation team.
26822
cdcf361f 268232013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
26824
26825 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
26826 <bits/mman-linux.h>.
26827 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
26828 is fine.
26829 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
26830 <bits/mman-linux.h> to end of file.
26831 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
26832 is fine.
26833 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
26834 <bits/mman-linux.h> to end of file.
26835 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
26836 is fine.
26837 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
26838 <bits/mman-linux.h> to end of file.
26839
26840 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
26841 (MCL_CURRENT, MCL_FUTURE): Define here.
26842
5f67c04f
AK
268432013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26844
8a4473cc 26845 [BZ #15232]
5f67c04f
AK
26846 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
26847 attribute_hidden.
26848 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
26849
c3e94a95
AK
268502013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26851
26852 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
26853 fourth parameter needed for rt_sigprocmask syscall.
26854 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
26855 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26856 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
26857 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26858 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26859 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
26860
cfb6382a
JM
268612013-03-04 Joseph Myers <joseph@codesourcery.com>
26862
26863 [BZ #13550]
26864 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
26865 comment about bounded pointers.
26866 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
26867 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
26868
539d8e01
AJ
268692013-03-04 Andreas Jaeger <aj@suse.de>
26870
26871 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
26872 common definitions.
26873
26874 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
26875 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
26876 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
26877 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
26878 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
26879 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
26880
2e167a70 268812013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
26882
26883 [BZ #15055]
26884 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
26885 __ieee754_sqrl instead of __sqrl.
26886
68508633
JM
268872013-03-01 Joseph Myers <joseph@codesourcery.com>
26888
26889 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
26890 * sysdeps/powerpc/fpu_control.h: ... here.
26891 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
26892 * sysdeps/powerpc/bits/fenvinline.h: ... here.
26893 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
26894 * sysdeps/powerpc/bits/mathinline.h: ... here.
26895
7775448e
RM
268962013-03-01 Roland McGrath <roland@hack.frob.com>
26897
26898 * elf/dl-hwcaps.c (_dl_important_hwcaps):
26899 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
26900 to just [NEED_DL_SYSINFO_DSO].
26901 * elf/dl-support.c: Likewise.
26902 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
26903 * elf/rtld.c (dl_main): Likewise.
26904 * elf/setup-vdso.h (setup_vdso): Likewise.
26905 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
26906 * sysdeps/unix/sysv/linux/dl-sysdep.c
26907 (_dl_discover_osversion): Likewise.
26908
4e9b5995
CD
269092013-03-01 Carlos O'Donell <carlos@redhat.com>
26910
26911 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
26912 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
26913
e23872c8
SP
269142013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
26915
e5c74c63
SP
26916 * NEWS: Mention libm performance improvements and non-x86 PI
26917 futex support.
26918
e23872c8
SP
26919 * csu/libc-start.c (__pthread_initialize_minimal): Change
26920 function arguments.
26921 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
26922
b5510883
JM
269232013-02-28 Joseph Myers <joseph@codesourcery.com>
26924
26925 [BZ #13550]
26926 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
26927 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
26928 <bp-sym.h> and <bp-asm.h>.
26929 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
26930 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
26931 and <bp-asm.h>.
26932 (memcpy): Don't use BP_SYM.
26933 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
26934 <bp-asm.h>.
26935 (__mpn_add_n): Don't use BP_SYM.
26936 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
26937 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
26938 and <bp-asm.h>.
26939 (__mpn_addmul_1): Don't use BP_SYM.
26940 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26941 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
26942 <bp-sym.h>.
26943 (_setjmp): Don't use BP_SYM.
26944 (__novmx_setjmp): Likewise.
26945 (__GI__setjmp): Likewise.
26946 (__vmx_setjmp): Likewise.
26947 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
26948 <bp-sym.h>.
26949 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
26950 (__bzero): Don't use BP_SYM.
26951 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26952 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26953 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
26954 <bp-sym.h> and <bp-asm.h>.
26955 (memcpy): Don't use BP_SYM.
26956 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
26957 <bp-sym.h> and <bp-asm.h>.
26958 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
26959 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
26960 <bp-sym.h> and <bp-asm.h>.
26961 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
26962 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
26963 <bp-asm.h>.
26964 (__mpn_lshift): Don't use BP_SYM.
26965 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
26966 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
26967 <bp-asm.h>.
26968 (memset): Don't use BP_SYM.
26969 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26970 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26971 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
26972 <bp-asm.h>.
26973 (__mpn_mul_1): Don't use BP_SYM.
26974 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26975 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
26976 <bp-sym.h> and <bp-asm.h>.
26977 (memcmp): Don't use BP_SYM.
26978 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
26979 <bp-sym.h> and <bp-asm.h>.
26980 (memcpy): Don't use BP_SYM.
26981 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
26982 <bp-sym.h> and <bp-asm.h>.
26983 (memset): Don't use BP_SYM.
26984 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
26985 <bp-sym.h> and <bp-asm.h>.
26986 (strncmp): Don't use BP_SYM.
26987 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
26988 <bp-sym.h> and <bp-asm.h>.
26989 (memcpy): Don't use BP_SYM.
26990 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
26991 <bp-sym.h> and <bp-asm.h>.
26992 (memset): Don't use BP_SYM.
26993 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
26994 <bp-sym.h> and <bp-asm.h>.
26995 (__memchr): Don't use BP_SYM.
26996 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
26997 <bp-sym.h> and <bp-asm.h>.
26998 (memcmp): Don't use BP_SYM.
26999 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27000 <bp-sym.h> and <bp-asm.h>.
27001 (memcpy): Don't use BP_SYM.
27002 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27003 <bp-sym.h> and <bp-asm.h>.
27004 (__mempcpy): Don't use BP_SYM.
27005 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27006 <bp-sym.h> and <bp-asm.h>.
27007 (__memrchr): Don't use BP_SYM.
27008 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27009 <bp-sym.h> and <bp-asm.h>.
27010 (memset): Don't use BP_SYM.
27011 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27012 <bp-sym.h> and <bp-asm.h>.
27013 (__rawmemchr): Don't use BP_SYM.
27014 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27015 <bp-sym.h> and <bp-asm.h>.
27016 (__STRCMP): Don't use BP_SYM.
27017 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27018 <bp-sym.h> and <bp-asm.h>.
27019 (strchr): Don't use BP_SYM.
27020 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27021 <bp-sym.h> and <bp-asm.h>.
27022 (__strchrnul): Don't use BP_SYM.
27023 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27024 <bp-sym.h> and <bp-asm.h>.
27025 (strlen): Don't use BP_SYM.
27026 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27027 <bp-sym.h> and <bp-asm.h>.
27028 (strncmp): Don't use BP_SYM.
27029 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27030 <bp-sym.h> and <bp-asm.h>.
27031 (__strnlen): Don't use BP_SYM.
27032 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27033 <bp-asm.h>.
27034 (__mpn_rshift): Don't use BP_SYM.
27035 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27036 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27037 <bp-sym.h> and <bp-asm.h>.
27038 (__sigsetjmp): Don't use BP_SYM.
27039 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27040 (L(start_addresses)): Don't use BP_SYM.
27041 (_start): Likewise.
27042 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27043 <bp-asm.h>.
27044 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27045 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27046 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27047 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27048 <bp-asm.h>.
27049 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27050 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27051 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27052 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27053 <bp-asm.h>.
27054 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
27055 comments.
27056 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27057 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27058 <bp-asm.h>.
27059 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
27060 FIXME comments.
27061 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27062 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27063 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27064 <bp-asm.h>.
27065 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
27066 comment.
27067 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27068 and <bp-asm.h>.
27069 (strncmp): Don't use BP_SYM,
27070 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27071 <bp-asm.h>.
27072 (__mpn_sub_n): Don't use BP_SYM.
27073 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27074 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27075 and <bp-asm.h>.
27076 (__mpn_submul_1): Don't use BP_SYM.
27077 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27078 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27079 <bp-sym.h> and <bp-asm.h>.
27080 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27081 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27082 <bp-sym.h> and <bp-asm.h>.
27083 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
27084 comment.
27085
8d19fe64
SP
270862013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27087
27088 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27089 Use ZK to minimize writes to Z.
27090 (sub_magnitudes): Simplify code a bit.
27091 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27092 Use ZK to minimize writes to Z.
27093 (sub_magnitudes): Simplify code a bit.
27094
85bd816a
RM
270952013-02-27 Roland McGrath <roland@hack.frob.com>
27096
27097 * csu/gmon-start.c: Add special exception to license text.
27098
b5977bf2
RH
270992013-02-27 Richard Henderson <rth@redhat.com>
27100
27101 * scripts/config.guess: Update from config.git.
27102 * scripts/config.sub: Likewise.
27103
11d6e2f2
SP
271042013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
27105
09c14ed2
SP
27106 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27107
a688864e
SP
27108 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27109
6295157a
SP
27110 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27111
b8de2202
SP
27112 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27113
11d6e2f2
SP
27114 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27115
7e80ddb8
RM
271162013-02-26 Roland McGrath <roland@hack.frob.com>
27117
27118 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27119 [$(build-shared = yes].
7e80ddb8 27120
7da6d9ed
SP
271212013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
27122
45f05884
SP
27123 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27124 (__mul): Reduce iterations for calculating mantissa.
27125
2236d359
SP
27126 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27127 MPTWO.
27128 (__mpranred): Likewise.
27129
7da6d9ed
SP
27130 [BZ #15160]
27131 * malloc/memusagestat.c (main): Draw graphs for heap and stack
27132 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27133
b7688c42
PE
271342013-02-26 Paul Eggert <eggert@cs.ucla.edu>
27135
27136 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27137 Define __attribute__.
27138
53a5c423
SP
271392013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
27140
27141 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27142 unused.
27143 * posix/regex_internal.h (__attribute): Remove.
27144 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27145 (re_string_context_at): Likewise.
27146 (bitset_not): Use __attribute__ and mark function as possibly
27147 unused.
27148 (bitset_merge): Likewise.
27149 (bitset_mask): Likewise.
27150 (re_string_char_size_at): Likewise.
27151 (re_string_wchar_at): Likewise.
27152 (re_string_elem_size_at): Likewise.
27153
60f5a8b5
SP
271542013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
27155
2a983a2e
SP
27156 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27157 code.
27158 (cc32): Likewise.
27159
e69804d1
SP
27160 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27161 (__acr): Likewise.
27162 (__cpy): Likewise.
27163 (norm): Likewise.
27164 (denorm): Likewise.
27165 (__dbl_mp): Likewise.
27166 (add_magnitudes): Likewise.
27167 (sub_magnitudes): Likewise.
27168 (__mul): Likewise.
27169 (__inv): Likewise.
27170
2f22a1e8
SP
27171 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27172 style.
27173
8930ddc7
SP
27174 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27175 style.
27176
dc60cb11
SP
27177 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27178 code.
27179
60f5a8b5
SP
27180 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27181 up changes with default code.
27182 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27183 Likewise.
27184
b4d1fd33
AM
271852013-02-24 Allan McRae <allan@archlinux.org>
27186
faf6f8bc
AM
27187 * manual/socket.texi (The Internet Namespace): Order menu items
27188 to match that in the file.
27189
b4d1fd33
AM
27190 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27191 node listing of the info page menu.
27192
2366713d
JM
271932013-02-21 Joseph Myers <joseph@codesourcery.com>
27194
27195 [BZ #13550]
27196 * sysdeps/i386/bp-asm.h: Remove file.
27197 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27198 (PARMS): Do not use macros from bp-asm.h.
27199 (S1): Likewise.
27200 (S2): Likewise.
27201 (SIZE): Likewise.
27202 (__mpn_add_n): Do not use BP_SYM
27203 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27204 "bp-asm.h".
27205 (PARMS): Do not use macros from bp-asm.h.
27206 (S1): Likewise.
27207 (SIZE): Likewise.
27208 (__mpn_addmul_1): Do not use BP_SYM
27209 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27210 "bp-asm.h".
27211 (PARMS): Do not use macros from bp-asm.h.
27212 (SIGMSK): Likewise.
27213 (_setjmp): Likewise. Do not use BP_SYM.
27214 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27215 "bp-asm.h".
27216 (PARMS): Do not use macros from bp-asm.h.
27217 (SIGMSK): Likewise.
27218 (setjmp): Likewise. Do not use BP_SYM.
27219 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27220 "bp-asm.h".
27221 (PARMS): Do not use macros from bp-asm.h.
27222 (__frexp): Do not use BP_SYM.
27223 (frexp): Likewise.
27224 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27225 "bp-asm.h".
27226 (PARMS): Do not use macros from bp-asm.h.
27227 (__frexpf): Do not use BP_SYM.
27228 (frexpf): Likewise.
27229 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27230 "bp-asm.h".
27231 (PARMS): Do not use macros from bp-asm.h.
27232 (__frexpl): Do not use BP_SYM.
27233 (frexpl): Likewise.
27234 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27235 "bp-asm.h".
27236 (PARMS): Do not use macros from bp-asm.h.
27237 (__remquo): Do not use BP_SYM.
27238 (remquo): Likewise.
27239 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27240 "bp-asm.h".
27241 (PARMS): Do not use macros from bp-asm.h.
27242 (__remquof): Do not use BP_SYM.
27243 (remquof): Likewise.
27244 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27245 "bp-asm.h".
27246 (PARMS): Do not use macros from bp-asm.h.
27247 (__remquol): Do not use BP_SYM.
27248 (remquol): Likewise.
27249 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27250 "bp-asm.h".
27251 (PARMS): Do not use macros from bp-asm.h.
27252 (DEST): Likewise.
27253 (SRC): Likewise.
27254 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
27255 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27256 "bp-asm.h".
27257 (PARMS): Do not use macros from bp-asm.h.
27258 (strlen): Do not use BP_SYM.
27259 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27260 "bp-asm.h".
27261 (PARMS): Do not use macros from bp-asm.h.
27262 (S1): Likewise.
27263 (S2): Likewise.
27264 (SIZE): Likewise.
27265 (__mpn_add_n): Do not use BP_SYM.
27266 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27267 "bp-asm.h".
27268 (PARMS): Do not use macros from bp-asm.h.
27269 (S1): Likewise.
27270 (SIZE): Likewise.
27271 (__mpn_addmul_1): Do not use BP_SYM.
27272 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27273 weak_alias.
27274 (bzero): Likewise.
27275 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27276 "bp-asm.h".
27277 (PARMS): Do not use macros from bp-asm.h.
27278 (S): Likewise.
27279 (SIZE): Likewise.
27280 (__mpn_lshift): Do not use BP_SYM.
27281 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27282 "bp-asm.h".
27283 (PARMS): Do not use macros from bp-asm.h.
27284 (DEST): Likewise.
27285 (SRC): Likewise.
27286 (LEN): Likewise.
27287 (memcpy): Likewise. Do not use BP_SYM.
27288 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27289 libc_hidden_def and weak_alias.
27290 (mempcpy): Do not use BP_SYM in weak_alias.
27291 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27292 "bp-asm.h".
27293 (PARMS): Do not use macros from bp-asm.h.
27294 (DEST): Likewise.
27295 (LEN): Likewise.
27296 [!BZERO_P] (CHR): Likewise.
27297 (memset): Likewise. Do not use BP_SYM.
27298 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27299 "bp-asm.h".
27300 (PARMS): Do not use macros from bp-asm.h.
27301 (S1): Likewise.
27302 (SIZE): Likewise.
27303 (__mpn_mul_1): Do not use BP_SYM.
27304 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27305 "bp-asm.h".
27306 (PARMS): Do not use macros from bp-asm.h.
27307 (S): Likewise.
27308 (SIZE): Likewise.
27309 (__mpn_rshift): Do not use BP_SYM.
27310 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27311 "bp-asm.h".
27312 (PARMS): Do not use macros from bp-asm.h.
27313 (STR): Likewise.
27314 (CHR): Likewise.
27315 (strchr): Likewise. Do not use BP_SYM.
27316 (index): Do not use BP_SYM in weak_alias.
27317 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27318 "bp-asm.h".
27319 (PARMS): Do not use macros from bp-asm.h.
27320 (DEST): Likewise.
27321 (SRC): Likewise.
27322 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
27323 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27324 "bp-asm.h".
27325 (PARMS): Do not use macros from bp-asm.h.
27326 (strlen): Do not use BP_SYM.
27327 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27328 "bp-asm.h".
27329 (PARMS): Do not use macros from bp-asm.h.
27330 (S1): Likewise.
27331 (S2): Likewise.
27332 (SIZE): Likewise.
27333 (__mpn_sub_n): Do not use BP_SYM.
27334 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27335 "bp-asm.h".
27336 (PARMS): Do not use macros from bp-asm.h.
27337 (S1): Likewise.
27338 (SIZE): Likewise.
27339 (__mpn_submul_1): Do not use BP_SYM.
27340 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27341 "bp-asm.h".
27342 (PARMS): Do not use macros from bp-asm.h.
27343 (S1): Likewise.
27344 (S2): Likewise.
27345 (SIZE): Likewise.
27346 (__mpn_add_n): Do not use BP_SYM.
27347 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27348 weak_alias.
27349 (bzero): Likewise.
27350 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27351 "bp-asm.h".
27352 (PARMS): Do not use macros from bp-asm.h.
27353 (BLK2): Likewise.
27354 (LEN): Likewise.
27355 (memcmp): Do not use BP_SYM.
27356 (bcmp): Do not use BP_SYM in weak_alias.
27357 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27358 "bp-asm.h".
27359 (PARMS): Do not use macros from bp-asm.h.
27360 (DEST): Likewise.
27361 (SRC): Likewise.
27362 (LEN): Likewise.
27363 (memcpy): Likewise. Do not use BP_SYM.
27364 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27365 "bp-asm.h".
27366 (PARMS): Do not use macros from bp-asm.h.
27367 (DEST): Likewise.
27368 (SRC): Likewise.
27369 (LEN): Likewise.
27370 (memmove): Likewise. Do not use BP_SYM.
27371 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27372 "bp-asm.h".
27373 (PARMS): Do not use macros from bp-asm.h.
27374 (DEST): Likewise.
27375 (SRC): Likewise.
27376 (LEN): Likewise.
27377 (__mempcpy): Likewise. Do not use BP_SYM.
27378 (mempcpy): Do not use BP_SYM in weak_alias.
27379 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27380 "bp-asm.h".
27381 (PARMS): Do not use macros from bp-asm.h.
27382 (DEST): Likewise.
27383 (LEN): Likewise.
27384 [!BZERO_P] (CHR): Likewise.
27385 (memset): Likewise. Do not use BP_SYM.
27386 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27387 "bp-asm.h".
27388 (PARMS): Do not use macros from bp-asm.h.
27389 (STR2): Likewise.
27390 (strcmp): Do not use BP_SYM.
27391 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27392 "bp-asm.h".
27393 (PARMS): Do not use macros from bp-asm.h.
27394 (STR): Likewise.
27395 (DELIM): Likewise.
27396 [USE_AS_STRTOK_R] (SAVE): Likewise.
27397 (FUNCTION): Likewise. Do not use BP_SYM.
27398 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27399 aliases.
27400 (strtok_r): Likewise.
27401 (__GI___strtok_r): Likewise.
27402 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27403 (PARMS): Do not use macros from bp-asm.h.
27404 (S): Likewise.
27405 (SIZE): Likewise.
27406 (__mpn_lshift): Do not use BP_SYM.
27407 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27408 (PARMS): Do not use macros from bp-asm.h.
27409 (STR): Likewise.
27410 (CHR): Likewise.
27411 (__memchr): Do not use BP_SYM.
27412 (memchr): Do not use BP_SYM in weak_alias.
27413 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27414 (PARMS): Do not use macros from bp-asm.h.
27415 (BLK2): Likewise.
27416 (LEN): Likewise.
27417 (memcmp): Do not use BP_SYM.
27418 (bcmp): Do not use BP_SYM in weak_alias.
27419 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27420 (PARMS): Do not use macros from bp-asm.h.
27421 (S1): Likewise.
27422 (SIZE): Likewise.
27423 (__mpn_mul_1): Do not use BP_SYM.
27424 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27425 "bp-asm.h".
27426 (PARMS): Do not use macros from bp-asm.h.
27427 (STR): Likewise.
27428 (CHR): Likewise.
27429 (__rawmemchr): Do not use BP_SYM.
27430 (rawmemchr): Do not use BP_SYM in weak_alias.
27431 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27432 (PARMS): Do not use macros from bp-asm.h.
27433 (S): Likewise.
27434 (SIZE): Likewise.
27435 (__mpn_rshift): Do not use BP_SYM.
27436 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27437 (PARMS): Do not use macros from bp-asm.h.
27438 (SIGMSK): Likewise.
27439 (__sigsetjmp): Likewise. Do not use BP_SYM.
27440 * sysdeps/i386/start.S: Do not include "bp-sym.h".
27441 (_start): Do not use BP_SYM.
27442 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27443 (PARMS): Do not use macros from bp-asm.h.
27444 (DEST): Likewise.
27445 (SRC): Likewise.
27446 (__stpcpy): Likewise. Do not use BP_SYM.
27447 (stpcpy): Do not use BP_SYM in weak_alias.
27448 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27449 "bp-asm.h".
27450 (PARMS): Do not use macros from bp-asm.h.
27451 (DEST): Likewise.
27452 (SRC): Likewise.
27453 (LEN): Likewise.
27454 (__stpncpy): Likewise. Do not use BP_SYM.
27455 (stpncpy): Do not use BP_SYM in weak_alias.
27456 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27457 (PARMS): Do not use macros from bp-asm.h.
27458 (STR): Likewise.
27459 (CHR): Likewise.
27460 (strchr): Likewise. Do not use BP_SYM.
27461 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27462 "bp-asm.h".
27463 (PARMS): Do not use macros from bp-asm.h.
27464 (STR): Likewise.
27465 (CHR): Likewise.
27466 (__strchrnul): Likewise. Do not use BP_SYM.
27467 (strchrnul): Do not use BP_SYM in weak_alias.
27468 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27469 "bp-asm.h".
27470 (PARMS): Do not use macros from bp-asm.h.
27471 (STOP): Likewise.
27472 (strcspn): Do not use BP_SYM.
27473 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27474 "bp-asm.h".
27475 (PARMS): Do not use macros from bp-asm.h.
27476 (STR): Likewise.
27477 (STOP): Likewise.
27478 (strpbrk): Likewise. Do not use BP_SYM.
27479 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27480 "bp-asm.h".
27481 (PARMS): Do not use macros from bp-asm.h.
27482 (STR): Likewise.
27483 (CHR): Likewise.
27484 (strrchr): Likewise. Do not use BP_SYM.
27485 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27486 (PARMS): Do not use macros from bp-asm.h.
27487 (SKIP): Likewise.
27488 (strspn): Do not use BP_SYM.
27489 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27490 (PARMS): Do not use macros from bp-asm.h.
27491 (STR): Likewise.
27492 (DELIM): Likewise.
27493 (SAVE): Likewise.
27494 (FUNCTION): Likewise. Do not use BP_SYM.
27495 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
27496 aliases.
27497 (strtok_r): Likewise.
27498 (__GI___strtok_r): Likewise.
27499 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27500 (PARMS): Do not use macros from bp-asm.h.
27501 (S1): Likewise.
27502 (S2): Likewise.
27503 (SIZE): Likewise.
27504 (__mpn_sub_n): Do not use BP_SYM.
27505 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
27506 "bp-asm.h".
27507 (PARMS): Do not use macros from bp-asm.h.
27508 (S1): Likewise.
27509 (SIZE): Likewise.
27510 (__mpn_submul_1): Do not use BP_SYM.
27511 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
27512 <bp-sym.h>.
27513 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
27514 and <bp-asm.h>.
27515 (PARMS): Do not use macros from bp-asm.h.
27516 (FLAGS): Likewise.
27517 (PTID): Likewise.
27518 (TLS): Likewise.
27519 (CTID): Likewise.
27520 (__clone): Do not use BP_SYM.
27521 (clone): Do not use BP_SYM in weak_alias.
27522 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
27523 and <bp-asm.h>.
27524 (PARMS): Do not use macros from bp-asm.h.
27525 (LEN): Likewise.
27526 (__mmap64): Do not use BP_SYM.
27527 (mmap64): Do not use BP_SYM in weak_alias.
27528 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
27529 <bp-sym.h> and <bp-asm.h>.
27530 (PARMS): Do not use macros from bp-asm.h.
27531 (__posix_fadvise64_l64): Do not use BP_SYM.
27532 * sysdeps/unix/sysv/linux/i386/semtimedop.S
27533 (PARMS): Do not use macros from bp-asm.h.
27534 (NSOPS): Likewise.
27535 (semtimedop): Do not use BP_SYM.
27536 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
27537 and <bp-asm.h>.
27538
582a3cff
AM
275392013-02-21 Allan McRae <allan@archlinux.org>
27540
27541 * manual/message.texi (Charset conversion in gettext):
27542 Move @end statement to beginning of line.
27543
bab8a695
SP
275442013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27545
80945231
SP
27546 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
27547 static.
27548 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27549 Likewise.
27550
bab8a695
SP
27551 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
27552 (denorm): Likewise.
27553 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
27554 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
27555
e21d7aa7
AK
275562013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27557
27558 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
27559 tail-call to the resolved function if pltexit isn't needed.
27560
4c7a4263
SP
275612013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27562
27563 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
27564 or Y being zero as being unlikely.
27565 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27566 Likewise.
27567
41f49342
CD
275682013-02-20 Carlos O'Donell <carlos@redhat.com>
27569
27570 * manual/nss.texi (System Databases and Name Service Switch):
27571 Remove frobnicate @pxref.
27572
50022a93
TS
275732013-02-20 Thomas Schwinge <thomas@codesourcery.com>
27574
27575 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27576 __attribute__ ((unused)) to __attribute__ ((__unused__)).
27577
08cbd996
PM
275782013-02-20 Petr Machata <pmachata@redhat.com>
27579
27580 * elf/elf.h (R_ARM_TARGET1): New macro.
27581 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
27582 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
27583 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
27584 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
27585 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
27586 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
27587 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
27588 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
27589 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
27590 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
27591 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
27592 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
27593 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
27594 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
27595 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
27596 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
27597 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
27598 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
27599 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
27600 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
27601 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
27602 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
27603 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
27604 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
27605 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
27606 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
27607 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
27608 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
27609 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
27610 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
27611 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
27612 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
27613 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
27614 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
27615 (R_ARM_THM_GOT_BREL12): Likewise.
27616 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
27617 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
27618 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
27619 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
27620 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
27621 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
27622 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
27623 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
27624 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
27625
c7b275d6
TS
276262013-02-20 Thomas Schwinge <thomas@codesourcery.com>
27627
27628 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27629 __attribute_used__ to __attribute__ ((unused)).
27630
20cd7fb3
SP
276312013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
27632
27633 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
27634 powerpc mpa.c.
27635 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
27636 comment formatting.
27637 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
27638
92945b52
JM
276392013-02-19 Joseph Myers <joseph@codesourcery.com>
27640
27641 [BZ #13550]
27642 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
27643 Remove macro.
27644 (ENTER): Remove both macro definitions.
27645 (LEAVE): Likewise.
27646 (CHECK_BOUNDS_LOW): Likewise.
27647 (CHECK_BOUNDS_HIGH): Likewise.
27648 (CHECK_BOUNDS_BOTH): Likewise.
27649 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
27650 (RETURN_BOUNDED_POINTER): Likewise.
27651 (RETURN_NULL_BOUNDED_POINTER): Likewise.
27652 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
27653 (POP_ERRNO_LOCATION_RETURN): Likewise.
27654 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
27655 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27656 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
27657 macros.
27658 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27659 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
27660 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
27661 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
27662 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
27663 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
27664 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
27665 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
27666 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
27667 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
27668 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
27669 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
27670 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27671 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
27672 removed macros.
27673 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27674 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
27675 macros.
27676 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27677 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
27678 * sysdeps/i386/i586/memset.S (memset): Likewise.
27679 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
27680 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27681 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
27682 macros.
27683 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27684 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
27685 Change uses of L(2) to L(out).
27686 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
27687 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
27688 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
27689 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27690 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
27691 removed macros.
27692 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27693 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
27694 macros.
27695 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27696 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
27697 (RETURN): Do not use macro LEAVE.
27698 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
27699 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
27700 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
27701 * sysdeps/i386/i686/memset.S (memset): Likewise.
27702 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
27703 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
27704 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27705 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
27706 Likewise.
27707 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27708 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
27709 L(1_2) and L(1_3) into L(1).
27710 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27711 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
27712 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27713 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
27714 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27715 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
27716 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
27717 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27718 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
27719 macros.
27720 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
27721 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27722 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
27723 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
27724 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
27725 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27726 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
27727 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
27728 * sysdeps/i386/strcspn.S (strcspn): Likewise.
27729 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
27730 * sysdeps/i386/strrchr.S (strrchr): Likewise.
27731 * sysdeps/i386/strspn.S (strspn): Likewise.
27732 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
27733 conditional code.
27734 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27735 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
27736 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27737 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
27738 L(1_3) into L(1_1).
27739 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
27740 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27741 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
27742 macros.
27743 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27744
2389741a
JJ
277452013-02-19 Jakub Jelinek <jakub@redhat.com>
27746
27747 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
27748 macro.
27749
2016b3cd
SP
277502013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
27751
e4f22324
SP
27752 * math/atest-exp.c (exp_mpn): Remove ROUND.
27753 * math/atest-exp2.c (exp_mpn): Likewise.
27754 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
27755
2016b3cd
SP
27756 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
27757 * stdlib/tst-tls-atexit-lib.c: Likewise.
27758 * stdlib/tst-tls-atexit.c: Likewise.
27759
4be9b544
MF
277602013-02-18 Mike Frysinger <vapier@gentoo.org>
27761
27762 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
27763 and __attribute_alloc_size__.
27764
2f62b9ee
MF
277652013-02-18 Mike Frysinger <vapier@gentoo.org>
27766
27767 * include/programs/xmalloc.h: Change __attribute_alloc_size to
27768 __attribute_alloc_size__.
27769 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
27770 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
27771
6ff444c4
MF
277722013-02-18 Mike Frysinger <vapier@gentoo.org>
27773
27774 * include/programs/xmalloc.h: New file.
27775 * catgets/gencat.c: Include it.
27776 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
27777 * elf/pldd.c: Likewise.
27778 * iconv/iconv_charmap.c: Likewise.
27779 * iconv/iconvconfig.c: Likewise.
27780 * iconv/strtab.c: Likewise.
27781 * locale/programs/locale.c: Likewise.
27782 * locale/programs/localedef.h: Likewise.
27783 * locale/programs/simple-hash.c: Likewise.
27784 * nscd/nscd.h: Likewise.
27785 * nss/makedb.c: Likewise.
27786 * sysdeps/generic/ldconfig.h: Likewise.
27787
be179c8a
SP
277882013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
27789
ba384f6e
SP
27790 * Versions.def: Add GLIBC_2.18.
27791 * include/link.h (struct link_map): New member l_tls_dtor_count.
27792 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
27793 (__call_tls_dtors): Likewise.
27794 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
27795 __cxa_thread_atexit_impl.
27796 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
27797 Likewise.
27798 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
27799 Likewise.
27800 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
27801 Likewise.
27802 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
27803 Likewise.
27804 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
27805 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
27806 Likewise.
27807 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
27808 Likewise.
27809 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
27810 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
27811 Likewise.
27812 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
27813 (tests): Add test case tst-tls-atexit.
27814 (modules-names): Add shared library for tst-tls-atexit.
85891aca 27815 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
27816 (GLIBC_PRIVATE): Add __call_tls_dtors.
27817 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
27818 for libstdc++.
27819 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
27820 * stdlib/tst-tls-atexit.c: New test case.
27821 * stdlib/tst-tls-atexit-lib.c: New test case.
27822
ffaa74cf 27823 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 27824
be179c8a
SP
27825 * elf/Versions (ld): Add _dl_find_dso_for_object.
27826 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
27827 * elf/dl-open.c (_dl_find_dso_for_object): New function.
27828 (dl_open_worker): Use _dl_find_dso_for_object.
27829 * elf/dl-sym.c (do_sym): Likewise.
27830 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
27831
f78b5caa
AK
278322013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27833
27834 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
27835 Syntactic changes only.
27836 (_dl_runtime_profile): Do a tail-call to the resolved function.
27837
29691210
JM
278382013-02-17 Joseph Myers <joseph@codesourcery.com>
27839
27840 [BZ #13550]
27841 * sysdeps/x86_64/bp-asm.h: Remove file.
27842 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
27843 <bp-sym.h> and <bp-asm.h>.
27844 (__clone): Do not use BP_SYM.
27845 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
27846 <bp-sym.h> and <bp-asm.h>.
27847 * sysdeps/unix/x86_64/sysdep.S: Likewise.
27848 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
27849 "bp-asm.h".
27850 (_setjmp): Do not use BP_SYM.
27851 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
27852 "bp-asm.h".
27853 (setjmp): Do not use BP_SYM.
27854 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
27855 libc_hidden_def.
27856 (mempcpy): Do not use BP_SYM in weak_alias.
27857 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
27858 "bp-asm.h".
27859 (strchr): Do not use BP_SYM.
27860 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
27861 "bp-asm.h".
27862 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
27863 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
27864 (_start): Do not use BP_SYM.
27865 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
27866 "bp-asm.h".
27867 (strcat): Do not use BP_SYM.
27868 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
27869 "bp-asm.h".
27870 (STRCMP): Do not use BP_SYM.
27871 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
27872 "bp-asm.h".
27873 (STRCPY): Do not use BP_SYM.
27874 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
27875 "bp-asm.h".
27876 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
27877 "bp-asm.h".
27878 (FUNCTION): Do not use BP_SYM.
27879 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
27880 weak_alias.
27881 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
27882
f238fd19
AJ
278832013-02-17 Andreas Jaeger <aj@suse.de>
27884
27885 * time/Versions: Sort entries.
27886 * string/Versions: Likewise.
27887 * resolv/Versions: Likewise.
27888 * posix/Versions: Likewise.
27889 * iconv/Versions: Likewise.
27890 * elf/Versions: Likewise.
27891 * wcsmbs/Versions: Likewise.
27892
bd07f23c 278932013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 27894
22af19f9
SP
27895 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
27896 loop termination condition.
27897
4709fe76
SP
27898 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
27899 variable to calculate EZ.
27900 (__sqr): Likewise.
2d0e0f29
SP
27901
27902 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
27903 the lower precision input.
27904
daaa7713
JM
279052013-02-15 Joseph Myers <joseph@codesourcery.com>
27906
27907 [BZ #13550]
27908 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
27909 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
27910 (run-via-rtld-prefix): Do not handle %-bp tests.
27911 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
27912 (all-object-suffixes): Remove .ob.
27913 (bppfx): Remove variable.
27914 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
27915 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
27916 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
27917 [$(build-bounded) = yes] (libtype.ob): Likewise.
27918 * Makerules (elide-routines.ob): Remove variable.
27919 (do-tests-clean): Do not handle *-bp.out.
27920 (common-mostlyclean): Do not handle *-bp and *-bp.out.
27921 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
27922 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
27923 (tests): Do not include $(tests-bp.out).
27924 (xtests): Do not include $(xtests-bp.out).
27925 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
27926 [$(build-bounded) = yes] ($(addprefix
27927 $(objpfx),$(binaries-bounded))): Remove rule.
27928 ($(objpfx)%-bp.out): Remove rule.
27929 * config.make.in (build-bounded): Remove variable.
27930 * crypt/Makefile [$(build-bounded) = yes]
27931 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
27932 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
27933 append to variable.
27934 [$(build-bounded) = yes] (install-lib): Likewise.
27935 [$(build-bounded) = yes] (generated): Likewise.
27936 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
27937 Remove rule.
27938 * intl/Makefile [$(build-bounded) = yes]
27939 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
27940 * math/Makefile [$(build-bounded) = yes]
27941 ($(tests:%=$(objpfx)%-bp): Likewise.
27942 * misc/Makefile [$(build-bounded) = yes]
27943 ($(objpfx)tst-tsearch-bp): Likewise.
27944 * nptl/Makeconfig (bounded-thread-library): Remove variable.
27945 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
27946 Remove dependency.
27947 * string/Makefile (o-objects.ob): Remove variable.
27948 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
27949 (CFLAGS-.ob): Remove variable.
27950 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
27951 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
27952 both definitions of variable.
27953 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
27954 (ASFLAGS-.ob): Remove variable.
27955
e97ed6dd
JM
279562013-02-14 Joseph Myers <joseph@codesourcery.com>
27957
2bdd4ca6
JM
27958 [BZ #13550]
27959 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
27960 Remove __BOUNDED_POINTERS__ from condition.
27961 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
27962 * string/bits/string2.h [!__NO_STRING_INLINES &&
27963 !__BOUNDED_POINTERS__]: Likewise.
27964 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
27965 Likewise.
27966 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
27967 Remove conditional code.
27968 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
27969 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
27970 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
27971 condition.
27972
e97ed6dd
JM
27973 [BZ #13550]
27974 * csu/libc-start.c: Do not include <bp-sym.h>.
27975 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
27976 * elf/dl-open.c: Do not include <bp-sym.h>.
27977 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
27978 * math/fegetenv.c: Do not include <bp-sym.h>.
27979 (fegetenv): Do not use BP_SYM in versioned symbols.
27980 * nptl/sysdeps/pthread/bits/libc-lockP.h
27981 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
27982 <bp-sym.h>.
27983 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
27984 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
27985 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
27986 (__pthread_mutex_destroy): Likewise.
27987 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
27988 (__pthread_mutex_lock): Likewise.
27989 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
27990 (__pthread_mutex_trylock): Likewise.
27991 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
27992 (__pthread_mutex_unlock): Likewise.
27993 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
27994 (__pthread_mutexattr_init): Likewise.
27995 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
27996 (__pthread_mutexattr_destroy): Likewise.
27997 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
27998 (__pthread_mutexattr_settype): Likewise.
27999 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28000 (__pthread_rwlock_init): Likewise.
28001 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28002 (__pthread_rwlock_destroy): Likewise.
28003 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28004 (__pthread_rwlock_rdlock): Likewise.
28005 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28006 (__pthread_rwlock_tryrdlock): Likewise.
28007 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28008 (__pthread_rwlock_wrlock): Likewise.
28009 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28010 (__pthread_rwlock_trywrlock): Likewise.
28011 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28012 (__pthread_rwlock_unlock): Likewise.
28013 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28014 (__pthread_key_create): Likewise.
28015 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28016 (__pthread_setspecific): Likewise.
28017 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28018 (__pthread_getspecific): Likewise.
28019 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28020 Likewise.
28021 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28022 (_pthread_cleanup_push_defer): Likewise.
28023 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28024 (_pthread_cleanup_pop_restore): Likewise.
28025 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28026 (pthread_setcancelstate): Likewise.
28027 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28028 <bp-sym.h>.
28029 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28030 (memchr): Do not use BP_SYM in weak_alias.
28031 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28032 (fegetenv): Do not use BP_SYM in versioned symbols.
28033 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28034 (fesetenv): Do not use BP_SYM in versioned symbols.
28035 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28036 (feupdateenv): Do not use BP_SYM in versioned symbols.
28037 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28038 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28039 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28040 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28041 (open64): Do not use BP_SYM in weak_alias.
28042 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28043 (fegetenv): Do not use BP_SYM in versioned symbols.
28044 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28045 (fesetenv): Do not use BP_SYM in versioned symbols.
28046 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28047 (feupdateenv): Do not use BP_SYM in versioned symbols.
28048 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28049 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28050 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28051 (feraiseexcept): Do not use BP_SYM in versioned symbols.
28052 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28053 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28054 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28055 <bp-sym.h>.
28056 (__libc_start_main): Do not use BP_SYM.
28057
d6752ccd
SP
280582013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
28059
cb57ce60
SP
28060 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28061 redundant return line.
28062 (norm): Likewise.
28063 (denorm): Likewise.
28064 (dbl_mp): Likewise.
28065 (sub_magnitudes): Likewise.
28066 (__add): Likewise.
28067 (__sub): Likewise.
28068 (__mul): Likewise.
28069 (__inv): Likewise.
28070 (__dvd): Likewise.
28071 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28072 (norm): Likewise.
28073 (denorm): Likewise.
28074 (dbl_mp): Likewise.
28075 (sub_magnitudes): Likewise.
28076 (__add): Likewise.
28077 (__sub): Likewise.
28078 (__mul): Likewise.
28079 (__inv): Likewise.
28080 (__dvd): Likewise.
28081
f414520d
SP
28082 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28083 instead of __mul.
28084 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28085 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28086 (cc32): Likewise.
28087
d6752ccd
SP
28088 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28089 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28090 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28091 of __mul for squares.
28092 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28093 function
28094 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28095 Likewise.
28096 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28097 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28098
70d9946a
JM
280992013-02-13 Joseph Myers <joseph@codesourcery.com>
28100
28101 [BZ #13550]
28102 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28103 code.
28104 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28105 prototype or function definition. Rename ubp_* variables and
28106 parameters. Remove argv definitions conditional on
28107 [__BOUNDED_POINTERS__].
28108 * debug/backtrace.c (__backtrace): Do not use __unbounded.
28109 * elf/dl-runtime.c (_dl_fixup): Likewise.
28110 * include/set-hooks.h (RUN_HOOK): Likewise.
28111 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28112 definition.
28113 * string/strcpy.c (strcpy): Do not use __unbounded.
28114 * sysdeps/generic/frame.h (struct layout): Likewise.
28115 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28116 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28117 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28118 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28119 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28120 (__backtrace): Likewise.
28121 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28122 use __ptrvalue.
28123 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28124 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28125 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28126 Likewise.
28127 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28128 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28129 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28130 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28131 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28132 Do not use __unbounded.
28133 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28134 Rename __unboundedrlimits parameter to rlimits in prototype.
28135 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28136 Do not use __unbounded.
28137 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28138 not use __ptrvalue.
28139 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28140 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28141 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28142 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28143 __ptrvalue or __unbounded.
28144 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28145 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28146 use __unbounded.
28147 (__new_msgctl): Do not use __ptrvalue.
28148 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28149 __unbounded.
28150 (__libc_msgrcv): Do not use __ptrvalue.
28151 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28152 startup_info): Do not use __unbounded.
28153 (__libc_start_main): Likewise. Rename ubp_* variables and
28154 parameters. Remove argv definitions conditional on
28155 [__BOUNDED_POINTERS__].
28156 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28157 __ptrvalue.
28158 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28159 use __unbounded.
28160 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28161 or __ptrvalue.
28162 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28163 use __unbounded.
28164 (__new_shmctl): Do not use __ptrvalue.
28165 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28166 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28167 Likewise.
28168 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28169 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28170 (__libc_sigaction): Likewise.
28171 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28172 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28173 Likewise.
28174 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28175
cc7834d6
OB
281762013-02-13 Ondřej Bílka <neleai@seznam.cz>
28177
ffb1ec7b 28178 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
28179
28180 * string/mempcpy.c: Implement by calling memcpy.
28181
bdf02814
SP
281822013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
28183
c2af38aa
SP
28184 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28185
4e92d59e
SP
28186 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28187 evaluation.
28188
909279a5
SP
28189 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28190 values in the mantissa.
28191
bdf02814
SP
28192 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28193 minimize writes to Z.
28194 (sub_magnitudes): Simplify code a bit.
28195
cd525923
RM
281962013-02-12 Roland McGrath <roland@hack.frob.com>
28197
28198 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28199 from the message. The linker prefixes all warnings with that already.
28200
7e2f0d2d
AS
282012013-02-12 Andreas Schwab <schwab@suse.de>
28202
a445af0b
AS
28203 [BZ #15078]
28204 * posix/regexec.c (extend_buffers): Add parameter min_len.
28205 (check_matching): Pass minimum needed length.
28206 (clean_state_log_if_needed): Likewise.
28207 (get_subexp): Likewise.
28208 * posix/Makefile (tests): Add bug-regex34.
28209 (bug-regex34-ENV): Define.
28210 * posix/bug-regex34.c: New file.
28211
7e2f0d2d
AS
28212 [BZ #11561]
28213 * posix/regcomp.c (parse_bracket_exp): When looking up collating
28214 elements compare against the byte sequence of it, not its name.
28215 * posix/Makefile (tests): Add bug-regex35.
28216 (bug-regex35-ENV): Define.
28217 * posix/bug-regex35.c: New file.
28218
a175b684
TV
282192013-02-11 Tom de Vries <tom@codesourcery.com>
28220
28221 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
28222 comment.
28223 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28224 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28225 (CHECK_EOL): Add undef.
28226
310998fe 282272013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
28228
28229 * bits/stdlib-bsearch.h: New file.
28230 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 28231 * stdlib/stdlib.h: Likewise.
41eda41d 28232
8ded91fb
RM
282332013-02-11 Roland McGrath <roland@hack.frob.com>
28234
28235 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28236 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28237 declaration.
28238 * manual/search.texi (Array Search Function): Add missing const in
28239 lfind prototype.
28240 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28241 declaration to use rlim_t.
28242 (Basic Scheduling Functions): Remove erroneous const from
28243 sched_getparam prototype. Remove erroneous * from
28244 sched_get_priority_max and sched_get_priority_min prototypes.
28245 (Resource Usage): Fix summary @comment on vtimes to refer to
28246 sys/vtimes.h rather than vtimes.h.
28247 Add missing *s in vtimes prototype.
28248 (Limits on Resources): Fix ulimit prototype to return long int.
28249 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28250 prototypes to use long int rather than double.
28251 (BSD Random): Fix initstate and setstate to use char *, not void *.
28252 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28253 prototype to make second argument 'struct aiocb64 *const[]'.
28254 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28255 (Status of AIO Operations): Remove erroneous const in aio_return and
28256 aio_return64 prototypes.
28257 (Synchronizing I/O): Fix sync prototype to return void.
28258 * manual/startup.texi (Suboptions): Remove an erroneous const in
28259 getsubopt prototype.
28260 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28261 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28262 use size_t rather than int.
28263 (Scanning All Users): Likewise for getpwent_r.
28264 (Setting Groups): Add missing const to setgroups prototype.
28265 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28266 * manual/socket.texi (Host Names): Fix gethostbyaddr and
28267 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28268 'const void *' rather than 'const char *'.
28269 (Host Address Functions): Likewise for inet_ntop.
28270 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28271 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28272 ssize_t for return value.
28273 (Sending Data): Likewise for send, sendto, sendmsg.
28274 (Socket Option Functions): Add a missing const in setsockopt prototype.
28275 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28276 use wchar_t for the argument.
28277 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28278 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28279 take no arguments.
28280 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28281 double/float/long double for second argument.
28282 Fix return types of significand, significandf, significandl.
28283 * manual/filesys.texi (Setting Permissions): Use mode_t for second
28284 argument in fchmod prototype.
28285 (File Owner): Use uid_t and gid_t in fchown prototype.
28286 (File Times): Add const to utimes, futimes, and lutimes prototypes.
28287 (Making Special Files): Use mode_t and dev_t in mknod prototype.
28288 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28289 use 'const struct dirent **' as argument types to CMP function pointer
28290 argument.
28291 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28292 (File Times): Fix summary magic @comment for struct utimbuf and utime
28293 to refer to utime.h, not time.h.
28294 * manual/string.texi (Argz Functions): Add missing const in
28295 argz_extract and argz_next prototypes.
28296 (Finding Tokens in a String): Likewise for basename.
28297 (String/Array Comparison): Fix typo in wcscasecmp prototype.
28298 (Copying and Concatenation): Fix typo in wmemmove prototype.
28299 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28300 (Signal Stack): Remove erroneous const in sigstack prototype.
28301 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28302 prototype.
28303 (Simple Calendar Time): Likewise for stime.
28304 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28305 prototype.
28306 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28307 say sys/sysctl.h instead.
28308 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28309 and vsyslog prototypes.
28310
fe77fe6d
TV
283112013-02-11 Tom de Vries <tom@codesourcery.com>
28312
28313 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28314 Remove.
28315
3a09b620
RM
283162013-02-11 Roland McGrath <roland@hack.frob.com>
28317
28318 * misc/sys/mman.h: Fix typo in mremap comment.
28319
550a0b89
RM
283202013-02-08 Roland McGrath <roland@hack.frob.com>
28321
28322 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28323 the '\0' terminator.
28324
a2da1673
JM
283252013-02-08 Joseph Myers <joseph@codesourcery.com>
28326
28327 [BZ #13550]
28328 * debug/segfault.c: Don't include <bp-checks.h>.
28329 * sysdeps/generic/bp-checks.h: Remove file.
28330 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28331 (__GETDENTS): Don't use CHECK_N.
28332 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28333 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28334 (__getgroups): Don't use CHECK_N.
28335 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28336 (setgroups): Don't use CHECK_N.
28337 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28338 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28339 (__libc_msgrcv): Don't use CHECK_N.
28340 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28341 (__libc_msgsnd): Don't use CHECK_N.
28342 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28343 <bp-checks.h>.
28344 (__libc_pread): Don't use CHECK_N.
28345 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28346 include <bp-checks.h>.
28347 (__libc_pread64): Don't use CHECK_N.
28348 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28349 include <bp-checks.h>.
28350 (__libc_pwrite): Don't use CHECK_N.
28351 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28352 include <bp-checks.h>.
28353 (__libc_pwrite64): Don't use CHECK_N.
28354 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28355 <bp-checks.h>.
28356 (__libc_pread): Don't use CHECK_N.
28357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28358 include <bp-checks.h>.
28359 (__libc_pread64): Don't use CHECK_N.
28360 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28361 include <bp-checks.h>.
28362 (__libc_pwrite): Don't use CHECK_N.
28363 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28364 include <bp-checks.h>.
28365 (__libc_pwrite64): Don't use CHECK_N.
28366 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28367 (do_pread): Don't use CHECK_N.
28368 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28369 (do_pread64): Don't use CHECK_N.
28370 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28371 (do_pwrite): Don't use CHECK_N.
28372 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28373 (do_pwrite64): Don't use CHECK_N.
28374 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28375 (__libc_readv): Don't use CHECK_N.
28376 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28377 (semop): Don't use CHECK_N.
28378 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28379 <bp-checks.h>.
28380 (semtimedop): Don't use CHECK_N.
28381 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28382 (__libc_pread): Don't use CHECK_N.
28383 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28384 <bp-checks.h>.
28385 (__libc_pread64): Don't use CHECK_N.
28386 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28387 <bp-checks.h>.
28388 (__libc_pwrite): Don't use CHECK_N.
28389 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28390 <bp-checks.h>.
28391 (__libc_pwrite64): Don't use CHECK_N.
28392 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28393 <bp-checks.h>.
28394 (__libc_msgrcv): Don't use CHECK_N.
28395 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28396 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
28397 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28398 (__libc_writev): Don't use CHECK_N.
28399
b84660a8
RM
284002013-02-08 Roland McGrath <roland@hack.frob.com>
28401
7f3e75f8
RM
28402 * string/strcpy.c: Removed unused variable.
28403
b84660a8
RM
28404 * Makeconfig (+sysdep-includes): Define with := rather than =.
28405 Use an existing include/ subdir of each sysdeps dir before it.
28406
471514d3
CD
284072013-02-08 Carlos O'Donell <carlos@redhat.com>
28408
28409 * nscd/connection.c (register_traced_file): Comment function.
28410 [HAVE_INOTIFY] (union __inev): Define.
28411 [HAVE_INOTIFY] (inotify_check_files): New function.
28412 [HAVE_INOTIFY] (clear_db_cache): Likewise.
28413 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28414 clear_db_cache.
28415 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28416
b2d3c3be
CD
284172013-02-08 Carlos O'Donell <carlos@redhat.com>
28418
28419 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28420 loaded if not already and that a failure is permanent.
28421
b39949d2
CD
284222013-02-08 Carlos O'Donell <carlos@redhat.com>
28423
ddacd1db 28424 [BZ #15006]
b39949d2
CD
28425 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28426 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28427
b2c9eff4
JM
284282013-02-08 Joseph Myers <joseph@codesourcery.com>
28429
f3aae3f3
JM
28430 [BZ #13550]
28431 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28432 (CHECK_1_NULL_OK): Likewise.
28433 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28434 (__fxstat): Do not use CHECK_1.
28435 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28436 <bp-checks.h>.
28437 (___fxstat64): Do not use CHECK_1.
28438 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28439 <bp-checks.h>.
28440 (__fxstatat): Do not use CHECK_1.
28441 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28442 <bp-checks.h>.
28443 (__fxstatat64): Do not use CHECK_1.
28444 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28445 <bp-checks.h>.
28446 (__fxstat): Do not use CHECK_1.
28447 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28448 <bp-checks.h>.
28449 (__fxstatat): Do not use CHECK_1.
28450 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28451 <bp-checks.h>.
28452 (__getresgid): Do not use CHECK_1.
28453 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28454 <bp-checks.h>.
28455 (__getresuid): Do not use CHECK_1.
28456 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28457 <bp-checks.h>.
28458 (__lxstat): Do not use CHECK_1.
28459 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28460 <bp-checks.h>.
28461 (__old_msgctl): Do not use CHECK_1.
28462 (__new_msgctl): Likewise.
28463 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28464 <bp-checks.h>.
28465 (__new_setrlimit): Do not use CHECK_1.
28466 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28467 <bp-checks.h>.
28468 (__old_shmctl): Do not use CHECK_1.
28469 (__new_shmctl): Likewise.
28470 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28471 <bp-checks.h>.
28472 (__xstat): Do not use CHECK_1.
28473 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28474 (__lxstat): Do not use CHECK_1.
28475 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28476 <bp-checks.h>.
28477 (___lxstat64): Do not use CHECK_1.
28478 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28479 (__old_msgctl): Do not use CHECK_1.
28480 (__new_msgctl): Likewise.
28481 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28482 <bp-checks.h>.
28483 (__gettimeofday): Do not use CHECK_1.
28484 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28485 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28486 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28487 <bp-checks.h>.
28488 (__gettimeofday): Do not use CHECK_1.
28489 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28490 (__old_shmctl): Do not use CHECK_1_NULL_OK.
28491 (__new_shmctl): Do not use CHECK_1.
28492 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28493 <bp-checks.h>.
28494 (do_sigtimedwait): Do not use CHECK_1.
28495 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
28496 <bp-checks.h>.
28497 (do_sigwaitinfo): Do not use CHECK_1.
28498 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
28499 <bp-checks.h>.
28500 (msgctl): Do not use CHECK_1.
28501 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
28502 <bp-checks.h>.
28503 (shmctl): Do not use CHECK_1.
28504 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
28505 (ustat): Do not use CHECK_1.
28506 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
28507 <bp-checks.h>.
28508 (__fxstat): Do not use CHECK_1.
28509 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
28510 <bp-checks.h>.
28511 (__fxstatat): Do not use CHECK_1.
28512 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
28513 <bp-checks.h>.
28514 (__lxstat): Do not use CHECK_1.
28515 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
28516 <bp-checks.h>.
28517 (__xstat): Do not use CHECK_1.
28518 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
28519 (__xstat): Do not use CHECK_1.
28520 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
28521 (___xstat64): Do not use CHECK_1.
28522
b2c9eff4
JM
28523 [BZ #13550]
28524 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
28525 definitions.
28526 (CHECK_BOUNDS_HIGH): Likewise.
28527 * string/strcpy.c: Do not include <bp-checks.h>.
28528 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
28529
f1d70dad
RM
285302013-02-07 Roland McGrath <roland@hack.frob.com>
28531
28532 * nscd/nscd-client.h (__nscd_drop_map_ref):
28533 Add __attribute__ ((unused)).
28534 * nis/nss-nisplus.h (niserr2nss): Likewise.
28535
28536 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
28537 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
28538
28539 * csu/libc-tls.c (init_static_tls, init_slotinfo):
28540 Remove inline keyword.
28541 * include/rounding-mode.h (round_away): Likewise.
28542 * libio/wfileops.c (adjust_wide_data): Likewise.
28543 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
28544 (__m128i_strloadu_tolower): Likewise.
28545 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
28546 (__m128i_strloadu_tolower): Likewise.
28547 * time/mktime.c (ydhms_diff): Likewise.
28548 * locale/elem-hash.h (elem_hash): Likewise.
28549 * locale/setlocale.c (setdata): Likewise.
28550 * posix/regex_internal.h (re_string_char_size_at): Likewise.
28551 (re_string_wchar_at): Likewise.
28552 (bitset_not, bitset_merge, bitset_mask): Likewise.
28553 [!(__GNUC__ > 3)] (inline): Remove macro.
28554 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
28555 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
28556 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
28557 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
28558 * string/memcmp.c (memcmp_bytes): Likewise.
28559 * locale/programs/locarchive.c (compute_hashval): Likewise.
28560 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
28561 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
28562 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
28563 * nss/getent.c (print_rpc, print_protocols): Likewise.
28564 (print_passwd, print_group, print_aliases): Likewise.
28565 * nis/nss-nisplus.h (niserr2nss): Likewise.
28566 * nscd/connections.c (restart_p): Likewise.
28567 Change return type to bool.
28568
eab55bfb
RM
285692013-02-05 Roland McGrath <roland@hack.frob.com>
28570
7bd642f5
RM
28571 * Makeconfig (all-Depend-files): Add existing
28572 $(sorted-subdirs:=/Depend) files.
28573 (all-subdirs): Remove nss.
28574 * sysdeps/unix/inet/Subdirs: Add it here instead.
28575 * hesiod/Depend: New file.
28576
573c29b2
RM
28577 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
28578 instead of calling alloca.
28579
b2e25af0
RM
28580 * io/lseek.c (__lseek): Rename to __libc_lseek.
28581 Define __lseek as an alias.
28582
eab55bfb
RM
28583 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
28584
9a0d1941
CD
285852013-02-04 Carlos O'Donell <carlos@redhat.com>
28586
28587 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
28588 else clause and remove check for non-standard endianness.
28589
b83bbec4
DM
285902013-02-04 David S. Miller <davem@davemloft.net>
28591
28592 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28593
6277fdab
JM
285942013-02-04 Joseph Myers <joseph@codesourcery.com>
28595
28596 [BZ #13550]
28597 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
28598 (__ubp_memchr): Remove prototype.
28599 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
28600 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28601 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
28602 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28603 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
28604 Remove alias.
28605 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
28606 (__ubp_memchr): Likewise.
28607 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
28608 (__ubp_memchr): Likewise.
28609 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
28610 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
28611 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
28612 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
28613 CHECK_STRING.
28614 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
28615 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
28616 (__getcwd): Do not use CHECK_STRING.
28617 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
28618 <bp-checks.h>.
28619 (__real_chown): Do not use CHECK_STRING.
28620 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
28621 <bp-checks.h>.
28622 (fchownat): Do not use CHECK_STRING.
28623 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
28624 CHECK_STRING.
28625 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
28626 <bp-checks.h>.
28627 (__lchown): Do not use CHECK_STRING.
28628 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28629 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28630 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28631 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
28632 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
28633 include <bp-checks.h>.
28634 (truncate64): Do not use CHECK_STRING.
28635 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
28636 <bp-checks.h>.
28637 (__real_chown): Do not use CHECK_STRING.
28638 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
28639 <bp-checks.h>.
28640 (__lchown): Do not use CHECK_STRING.
28641 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
28642 <bp-checks.h>.
28643 (__chown): Do not use CHECK_STRING.
28644 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
28645 <bp-checks.h>.
28646 (truncate64): Do not use CHECK_STRING.
28647 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
28648 Likewise.
28649 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
28650 (__xmknod): Do not use CHECK_STRING.
28651 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
28652 <bp-checks.h>.
28653 (__xmknodat): Do not use CHECK_STRING.
28654 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28655 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
28656
903ae060
AS
286572013-02-04 Andreas Schwab <schwab@suse.de>
28658
28659 [BZ #14142]
28660 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
28661 * include/netdb.h: Likewise for h_errno.
28662 * elf/tst-stackguard1.c: Include <tls.h>.
28663
542f9466
JK
286642013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
28665
28666 * elf/link.h (struct link_map): Extend the l_addr comment.
28667 * include/link.h (struct link_map): Likewise.
28668
e782a927
JM
286692013-02-01 Joseph Myers <joseph@codesourcery.com>
28670
28671 [BZ #13550]
28672 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
28673 (BOUNDED_1): Remove macro.
28674 * debug/backtrace.c: Don't include <bp-checks.h>.
28675 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
28676 (__backtrace): Likewise.
28677 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
28678 <bp-checks.h>.
28679 (__backtrace): Don't use BOUNDED_1.
28680 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
28681 <bp-checks.h>.
28682 (__backtrace): Don't use BOUNDED_1.
28683 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
28684 (__backtrace): Don't use BOUNDED_1.
28685 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
28686 (shmat): Don't use BOUNDED_N.
28687
8cf28c5e
JM
286882013-01-31 Joseph Myers <joseph@codesourcery.com>
28689
3a7ac8a0
JM
28690 [BZ #13550]
28691 * sysdeps/generic/bp-start.h: Remove file.
28692 * csu/libc-start.c: Don't include <bp-start.h>.
28693 (LIBC_START_MAIN): Set up __environ directly instead of using
28694 INIT_ARGV_and_ENVIRON.
28695 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
28696 <bp-start.h>.
28697
f3499f95
JM
28698 [BZ #13550]
28699 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
28700 definitions.
28701 (CHECK_FCNTL): Likewise.
28702 (CHECK_N_PAGES): Likewise.
28703
32a45bea
JM
28704 [BZ #13550]
28705 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
28706 definitions.
28707 (CHECK_SIGSET_NULL_OK): Likewise.
28708 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
28709 <bp-checks.h>.
28710 (sigpending): Don't use CHECK_SIGSET.
28711 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
28712 <bp-checks.h>.
28713 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28714 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
28715 <bp-checks.h>.
28716 (do_sigsuspend): Don't use CHECK_SIGSET.
28717 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
28718 use CHECK_SIGSET.
28719 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
28720 (do_sigwait): Don't use CHECK_SIGSET.
28721 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
28722 use CHECK_SIGSET.
28723 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
28724 include <bp-checks.h>.
28725 (sigpending): Don't use CHECK_SIGSET.
28726 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
28727 include <bp-checks.h>.
28728 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28729 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
28730 <bp-checks.h>.
28731 (sigpending): Don't use CHECK_SIGSET.
28732 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
28733 <bp-checks.h>.
28734 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28735
2e8a5c8c
JM
28736 [BZ #13550]
28737 * sysdeps/generic/bp-semctl.h: Remove file.
28738 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
28739 <bp-checks.h> and <bp-semctl.h>.
28740 (__old_semctl): Don't use CHECK_SEMCTL.
28741 (__new_semctl): Likewise.
28742 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
28743 and <bp-semctl.h>.
28744 (__old_semctl): Don't use CHECK_SEMCTL.
28745 (__new_semctl): Likewise.
28746 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
28747 <bp-checks.h> and <bp-semctl.h>.
28748 (__old_semctl): Don't use CHECK_SEMCTL.
28749 (__new_semctl): Likewise.
28750 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
28751 <bp-checks.h> and <bp-semctl.h>.
28752 (semctl): Don't use CHECK_SEMCTL.
28753
c2d54929
JM
28754 [BZ #13550]
28755 * Makerules (elide-bp-thunks): Remove variable.
28756 (elide-routines.oS): Don't use $(elide-bp-thunks).
28757 (elide-routines.os): Likewise.
28758 (elide-routines.o): Likewise.
28759 (elide-routines.op): Likewise.
28760 (elide-routines.og): Likewise.
28761 (objects): Don't use $(bp-thunks).
28762 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
28763 include.
28764 (common-generated): Do not add s-proto-bp.d.
28765 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
28766 (int): Likewise.
28767 (typ): Likewise.
28768 Do not generate makefile rules for bounded-pointer thunks.
28769 * sysdeps/generic/bp-thunks.h: Remove file.
28770 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
28771 * sysdeps/unix/s-proto-bp.S: Likewise.
28772
8cf28c5e
JM
28773 [BZ #15062]
28774 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
28775 parts of result separately when argument is not close to line from
28776 -i to i and one part of argument is small.
28777 * math/k_casinhf.c (__kernel_casinhf): Likewise.
28778 * math/k_casinhl.c (__kernel_casinhl): Likewise.
28779 * math/libm-test.inc (cacos_test): Add more tests.
28780 (casin_test): Likewise.
28781 (casinh_test): Likewise.
28782 * sysdeps/i386/fpu/libm-test-ulps: Update.
28783 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28784
c4e33b8d
DM
287852013-01-31 David S. Miller <davem@davemloft.net>
28786
28787 * po/de.po: Update from translation team.
28788
3b60b421
MK
287892013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
28790
28791 * time/tzfile.c: Include stdint.h for SIZE_MAX.
28792
bb931195
TS
287932013-01-25 Thomas Schwinge <thomas@codesourcery.com>
28794
b5a5da23
TS
28795 * configure.in (_AC_PROG_CC_C89): New definition.
28796 * configure: Regenerate.
28797
bb931195
TS
28798 * configure.in (AC_PROG_CPP): New definition.
28799 * configure: Regenerate.
28800
8c53a12c
JM
288012013-01-23 Joseph Myers <joseph@codesourcery.com>
28802
28803 * debug/tst-backtrace.h: New file.
28804 * debug/tst-backtrace2.c: Include tst-backtrace.h.
28805 (ret): Remove variable.
28806 (x): Likewise.
28807 (FAIL): Remove macro.
28808 (NO_INLINE): Likewise.
28809 (fn1): Use match function instead of strstr.
28810 * debug/tst-backtrace3.c: Include tst-backtrace.h.
28811 (ret): Remove variable.
28812 (x): Likewise.
28813 (FAIL): Remove macro.
28814 (NO_INLINE): Likewise.
28815 (fn): Use match function instead of strstr.
28816 * debug/tst-backtrace4.c: Include tst-backtrace.h.
28817 (ret): Remove variable.
28818 (x): Likewise.
28819 (FAIL): Remove macro.
28820 (NO_INLINE): Likewise.
28821 (handle_signal): Use match function instead of strstr.
28822 * debug/tst-backtrace5.c: Include tst-backtrace.h.
28823 (ret): Remove variable.
28824 (x): Likewise.
28825 (FAIL): Remove macro.
28826 (NO_INLINE): Likewise.
28827 (handle_signal): Use match function instead of strstr.
28828
4858fa2a
RM
288292013-01-23 Roland McGrath <roland@hack.frob.com>
28830
28831 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
28832
bae8e7f5
DM
288332013-01-23 David S. Miller <davem@davemloft.net>
28834
28835 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
28836 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
28837 argument of CAS if possible.
28838 * sysdeps/sparc/sparc64/bits/atomic.h
28839 (__arch_compare_and_exchange_val_32_acq): Likewise.
28840 (__arch_compare_and_exchange_val_64_acq): Likewise.
28841
9cbbc4ae
PT
288422013-01-23 Pino Toscano <toscano.pino@tiscali.it>
28843
28844 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
28845 * sysdeps/posix/ulimit.c: ... this.
92a601b8 28846 Include <limits.h>.
67b3f58c 28847 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 28848
5655a0b5
AC
288492013-01-23 Adam Conrad <adconrad@0c3.net>
28850
28851 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
28852 (LDFLAGS-tst-array5): Likewise.
28853
052aff95
JM
288542013-01-23 Joseph Myers <joseph@codesourcery.com>
28855
28856 [BZ #15036]
28857 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
28858 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
28859 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
28860 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
28861
7c1e01aa
DM
288622013-01-21 David S. Miller <davem@davemloft.net>
28863
28864 * sysdeps/sparc/backtrace.c: New file.
28865 * sysdeps/sparc/sparc32/backtrace.h: New file.
28866 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
28867 * sysdeps/sparc/sparc64/backtrace.h: New file.
28868 * sysdeps/sparc/sparc64/backtrace.c: Delete.
28869 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
28870 -funwind-tables.
28871
ab087e0a
AS
288722013-01-21 Andreas Schwab <schwab@suse.de>
28873
28874 [BZ #15020]
28875 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
28876 closed its stdout.
28877
ed689c2f
AS
288782013-01-20 Andreas Schwab <schwab@linux-m68k.org>
28879
28880 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
28881 "mpa2.h".
28882 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28883
31d470ac
JM
288842013-01-18 Joseph Myers <joseph@codesourcery.com>
28885 Mark Mitchell <mark@codesourcery.com>
28886 Tom de Vries <tom@codesourcery.com>
28887 Paul Pluzhnikov <ppluzhnikov@google.com>
28888
28889 * debug/tst-backtrace2.c: New file.
28890 * debug/tst-backtrace3.c: Likewise.
28891 * debug/tst-backtrace4.c: Likewise.
28892 * debug/tst-backtrace5.c: Likewise.
28893 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
28894 (CFLAGS-tst-backtrace3.c): Likewise.
28895 (CFLAGS-tst-backtrace4.c): Likewise.
28896 (CFLAGS-tst-backtrace5.c): Likewise.
28897 (LDFLAGS-tst-backtrace2): Likewise.
28898 (LDFLAGS-tst-backtrace3): Likewise.
28899 (LDFLAGS-tst-backtrace4): Likewise.
28900 (LDFLAGS-tst-backtrace5): Likewise.
28901 (tests): Add new tests tst-backtrace2, tst-backtrace3,
28902 tst-backtrace4 and tst-backtrace5.
28903
90567f30 289042013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
28905 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
28906
28907 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
28908 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
28909 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
28910 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
28911 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28912 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
28913 "+r" and remove output regs list as redundant. Add explicit inline
28914 asm to specify register of return val to work around compiler codegen
28915 bug. Remove (int) cast on return value. Add return type parameter to
28916 use in macro so that this macro does not truncate return value for
28917 64-bit values.
28918 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
28919 pass to INTERNAL_VSYSCALL_NCS.
28920 (INLINE_VSYSCALL): Add 'long int' as return type to
28921 INTERNAL_VSYSCALL_NCS macro invocation.
28922 (INTERNAL_VSYSCALL): Add 'long int' as return type to
28923 INTERNAL_VSYSCALL_NCS macro invocation.
28924 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
28925
d3b9ea61
SP
289262013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
28927
0b57daeb
SP
28928 [BZ #14496]
28929 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
28930 Fix application of SIMD FP exception mask.
28931
caa99d06
SP
28932 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
28933 mp_no from a power of two.
28934 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
28935 __mpexp_twomm1. Use __pow_mp.
28936
d3b9ea61
SP
28937 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
28938 multiplication.
28939
1dbaee3c
DM
289402013-01-17 David S. Miller <davem@davemloft.net>
28941
28942 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28943
728d7b43
JM
289442013-01-17 Joseph Myers <joseph@codesourcery.com>
28945
28946 [BZ #15023]
28947 * include/complex.h: Condition contents on [!_COMPLEX_H].
28948 (__kernel_casinhf): New prototype.
28949 (__kernel_casinh): Likewise.
28950 (__kernel_casinhl): Likewise.
28951 * math/Makefile (libm_calls): Add k_casinh.
28952 * math/k_casinh.c: New file.
28953 * math/k_casinhf.c: Likewise.
28954 * math/k_casinhl.c: Likewise.
28955 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
28956 finite nonzero arguments.
28957 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
28958 finite nonzero arguments.
28959 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
28960 finite nonzero arguments.
28961 * math/s_casinh.c: Do not include <float.h>.
28962 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
28963 * math/s_casinhf.c: Do not include <float.h>.
28964 (__casinhf): Move code for finite nonzero arguments to
28965 k_casinhf.c.
28966 * math/s_casinhl.c: Do not include <float.h>.
28967 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
28968 redefine.
28969 (__casinhl): Move code for finite nonzero arguments to
28970 k_casinhl.c.
28971 * math/libm-test.inc (cacos_test): Add more tests.
28972 * sysdeps/i386/fpu/libm-test-ulps: Update.
28973 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28974
2a26ef3a
PT
289752013-01-17 Pino Toscano <toscano.pino@tiscali.it>
28976
28977 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
28978 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
28979 [!HAVE_MREMAP]: Remove [defined linux] case.
28980 * malloc/arena.c: Do not include <malloc-sysdep.h>.
28981
a897655d
SP
289822013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
28983
28984 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
28985
881ebe89 289862013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
28987
28988 * elf/elf.h (R_386_SIZE32): New relocation.
28989 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
28990 R_386_SIZE32.
28991 (elf_machine_rela): Likewise.
28992 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
28993 R_X86_64_SIZE64 and R_X86_64_SIZE32.
28994
59981e9b
JM
289952013-01-17 Joseph Myers <joseph@codesourcery.com>
28996
28997 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
28998 (FP_FAST_FMA): Do not define.
28999 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29000 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29001 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29002 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29003 !_SOFT_FLOAT]: Likewise.
29004 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29005 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29006 value.
29007 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29008 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29009 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29010 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29011 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29012 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29013 file.
29014
cfa8054f
AS
290152013-01-16 Andreas Schwab <schwab@suse.de>
29016
29017 [BZ #14327]
29018 * include/stdlib.h (__mktemp): Add declaration.
29019 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29020 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29021
dd930cc5
SP
290222013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
29023
881ebe89
SP
29024 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29025 definitions.
29026 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29027 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29028 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29029 definitions here.
29030 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29031 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29032 definitions.
29033 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29034 and ONE.
29035 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29036 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29037 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29038 definitions.
29039 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29040 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29041 definitions.
29042 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 29043
dd930cc5
SP
29044 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29045
c19a9f89
DM
290462013-01-15 David S. Miller <davem@davemloft.net>
29047
1aa61767
DM
29048 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29049 trunc{,f} to libm-sysdep_routes.
29050 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29051 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29052 file.
29053 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29054 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29055 file.
29056 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29057 file.
29058 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29059 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29060 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29061 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29062 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29063 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29064 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29065 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29066
c42d5e98
DM
29067 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29068 nearbyint{,f} to libm-sysdep_routes.
29069 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29070 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29071 New file.
29072 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29073 file.
29074 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29075 New file.
29076 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29077 file.
29078 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29079 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29080 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29081 file.
29082 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29083 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29084 file.
29085 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29086 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29087 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29088
c19a9f89
DM
29089 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29090 libc_feholdexcept and libc_fesetenv.
29091
357679d2
MF
290922013-01-15 Mike Frysinger <vapier@gentoo.org>
29093
29094 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29095
65a82e3d
DM
290962013-01-14 David S. Miller <davem@davemloft.net>
29097
8b954ab9
DM
29098 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29099 (SPARC_ASM_VIS2_IFUNC): Likewise.
29100 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29101 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29102 use of 'siam' instruction.
29103 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29104 Likewise.
29105 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29106 Likewise.
29107 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29108 Likewise.
29109 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29110 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29111 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29112 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29113 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29114 file.
29115 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29116 file.
29117 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29118 file.
29119 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29120 file.
29121 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29122 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29123 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29124 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29125 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29126 new VIS2 routines.
29127 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29128 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29129 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29130 Likewise.
29131 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29132 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29133 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29134 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29135 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29136 routines to libm-sysdep_routines.
29137 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29138
65a82e3d
DM
29139 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29140 fdim/fdimf to libm-sysdep_routines.
29141 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29142 file.
29143 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29144 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29145 file.
29146 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29147 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29148 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29149 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29150 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29151 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29152 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29153
e34ab705
SP
291542013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
29155
2a91b573
SP
29156 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29157 to optimize copies.
29158
1066a534
SP
29159 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29160 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29161 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29162
e34ab705
SP
29163 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29164 local variable MPTWO.
29165 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29166 Likewise.
29167
aba5e596
MF
291682013-01-13 Mike Frysinger <vapier@gentoo.org>
29169
29170 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29171 GLOB_NOESCAPE.
29172
e557e9e5
MF
291732013-01-13 Mike Frysinger <vapier@gentoo.org>
29174
29175 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29176
0428cec9
MF
291772013-01-13 Mike Frysinger <vapier@gentoo.org>
29178
29179 * manual/pattern.texi (glob_t): Document gl_flags.
29180 (glob64_t): Likewise.
29181
8794a964
DM
291822013-01-11 David S. Miller <davem@davemloft.net>
29183
66438c3f
RM
29184 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29185 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29186 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
29187 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29188 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29189 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29190 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29191 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29192 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29193 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29194 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29195 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29196 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29197
4ae4244d
DM
29198 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29199 sparc V9 rather than using V8 code.
29200 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29201 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29202
8794a964
DM
29203 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29204 Move to...
29205 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29206 Here.
29207
6270516e
RM
292082013-01-11 Roland McGrath <roland@hack.frob.com>
29209
29210 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29211 not in the main loop.
29212 * configure: Regenerated.
29213
6a57d931
JM
292142013-01-11 Joseph Myers <joseph@codesourcery.com>
29215
29216 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29217 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29218 to just #else.
29219 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
29220 [!__GLIBC_HAVE_LONG_LONG] case.
29221 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29222 condition to just #else.
29223 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29224 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29225 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29226 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29227 unconditional.
29228 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29229 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29230 #elif condition to just #else.
29231 * sysdeps/unix/sysv/linux/sys/sysmacros.h
29232 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29233 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29234 #elif condition to just #else.
29235
0e8529e9
SE
292362013-01-11 Steve Ellcey <sellcey@mips.com>
29237
29238 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29239 (EF_MIPS_ARCH_64): Fix value.
29240 (EF_MIPS_ARCH_32R2): New.
29241 (EF_MIPS_ARCH_64R2): New.
29242
740b3dbe
L
292432013-01-11 H.J. Lu <hongjiu.lu@intel.com>
29244
29245 * Makeconfig (+link-pie-before-libc): New.
29246 (+link-pie-after-libc): Likewise.
29247 (+link-pie-tests): Likewise.
29248 (+link-pie): Rewritten.
29249 (link-before-libc): Remove $(config-LDFLAGS).
29250 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29251 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29252 (config-LDFLAGS): Renamed to ...
29253 (rtld-LDFLAGS): This.
29254 (rtld-tests-LDFLAGS): New macro.
29255 (link-libc-rpath-link): Likewise.
29256 (link-libc-tests-rpath-link): Likewise.
29257 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29258 (link-libc): Prepand $(link-libc-rpath-link).
29259 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29260 (test-program-prefix): New macro.
29261 (test-via-rtld-prefix): Likewise.
29262 (test-program-cmd): Likewise.
29263 (host-test-program-cmd): Likewise.
29264 * Makefile ($(common-objpfx)testrun.sh): Replace
29265 $(run-program-prefix) with $(test-program-prefix).
29266 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29267 $(rtld-LDFLAGS).
29268 ($(common-objpfx)shlib.lds): Likewise.
29269 (build-module-helper): Likewise.
29270 ($(common-objpfx)format.lds): Likewise.
29271 * Rules (binaries-pie-tests): New.
29272 (binaries-pie-notests): Likewise.
29273 (binaries-pie): Rewritten.
29274 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29275 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29276 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29277 (make-test-out): Replace $(host-built-program-cmd) with
29278 $(host-test-program-cmd).
29279 * config.make.in (build-hardcoded-path-in-tests): New variable.
29280 * configure.in (--enable-hardcoded-path-in-tests): New configure
29281 option.
29282 (hardcoded_path_in_tests): New AC_SUBST.
29283 * configure: Regenerated.
29284 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29285 $(built-program-cmd) with $(test-program-cmd).
29286 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29287 (test_program_cmd): This.
29288 * elf/Makefile ($(objpfx)order.out): Run test with
29289 $(test-program-prefix).
29290 ($(objpfx)order2.out): Likewise.
29291 ($(objpfx)tst-initorder.out): Likewise.
29292 ($(objpfx)tst-initorder2.out): Likewise.
29293 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29294 $(test-program-cmd).
29295 ($(objpfx)tst-array1-static.out): Likewise.
29296 ($(objpfx)tst-array2.out): Likewise.
29297 ($(objpfx)tst-array3.out): Likewise.
29298 ($(objpfx)tst-array4.out): Likewise.
29299 ($(objpfx)tst-array5.out): Likewise.
29300 ($(objpfx)tst-array5-static.out): Likewise.
29301 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29302 $(test-program-cmd).
29303 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29304 $(run-program-prefix) with $(test-program-prefix).
29305 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29306 (test_program_prefix): This.
29307 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29308 $(run-program-prefix) with $(test-program-prefix).
29309 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29310 (test_program_prefix): This.
29311 * iconvdata/tst-tables.sh: Likewise.
29312 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29313 $(run-program-prefix) with $(test-program-prefix).
29314 ($(objpfx)tst-translit.out): Likewise.
29315 ($(objpfx)tst-gettext2.out): Likewise.
29316 ($(objpfx)tst-gettext4.out): Likewise.
29317 ($(objpfx)tst-gettext6.out): Likewise.
29318 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29319 (test_program_prefix): This.
29320 * intl/tst-gettext2.sh: Likewise.
29321 * intl/tst-gettext4.sh Likewise.
29322 * intl/tst-gettext6.sh: Likewise.
29323 * intl/tst-translit.sh: Likewise.
29324 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29325 with $(test-program-cmd).
29326 * libio/Makefile ($(objpfx)test-freopen.out): Replace
29327 $(run-program-prefix) with $(test-program-prefix).
29328 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29329 (test_program_prefix): This.
29330 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29331 $(run-program-prefix) with $(test-program-prefix).
29332 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29333 (test_program_prefix): This.
29334 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29335 * posix/Makefile ($(objpfx)globtest.out): Replace
29336 $(run-via-rtld-prefix) and $(test-wrapper) with
29337 $(test-program-prefix) and $(test-via-rtld-prefix).
29338 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29339 $(test-program-prefix).
29340 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29341 $(host-test-program-cmd).
29342 (tst-spawn-ARGS): Likewise.
29343 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29344 $(test-program-prefix).
29345 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29346 (test_via_rtld_prefix): This.
29347 (test_wrapper): Renamed to ...
29348 (test_program_prefix): This.
29349 (run_program_prefix): Replaced by test_program_prefix.
29350 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29351 (test_program_prefix): This.
29352 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29353 with $(host-test-program-cmd).
29354 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29355 $(run-program-prefix) with $(test-program-prefix).
29356 ($(objpfx)tst-printf.out): Likewise.
29357 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29358 $(test-program-cmd).
29359 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29360 (test_program_prefix): This.
29361 * stdio-common/tst-unbputc.sh: Likewise.
29362 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29363 $(run-program-prefix) with $(test-program-prefix).
29364 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29365 (test_program_prefix): This.
29366 * string/Makefile ($(objpfx)tst-svc.out): Replace
29367 $(built-program-cmd) with $(test-program-cmd).
29368
c6fe55cf
AJ
293692013-01-11 Andreas Jaeger <aj@suse.de>
29370
29371 [BZ #15003]
29372 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29373 value. Sync with Linux 3.7.
29374
9e6919c8
DM
293752013-01-10 David S. Miller <davem@davemloft.net>
29376
29377 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29378 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29379 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29380
1c9f1a02
RM
293812013-01-10 Roland McGrath <roland@hack.frob.com>
29382
29383 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29384 never set.
29385 * configure: Regenerated.
29386
b9de2dde
DM
293872013-01-10 David S. Miller <davem@davemloft.net>
29388
29389 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29390 sparc V9 rather than using V8 code.
29391 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29392 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29393
e7f68ef4
RM
293942013-01-10 Roland McGrath <roland@hack.frob.com>
29395
29396 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29397 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29398 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29399 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29400 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29401 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29402 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29403 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29404 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29405 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29406 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29407 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29408 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29409 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29410 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29411 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29412 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29413 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29414 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29415 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29416 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29417 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29418 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29419 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29420 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29421 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29422 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29423
5a47cc9c
DM
294242013-01-10 David S. Miller <davem@davemloft.net>
29425
29426 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29427
4cf8f209
L
294282013-01-10 H.J. Lu <hongjiu.lu@intel.com>
29429
29430 * posix/Makefile (tests-static): New variable.
29431 (tests): Add $(tests-static).
29432 (tst-exec-static-ARGS): New variable.
29433 (tst-spawn-static-ARGS): Likewise.
29434 * posix/tst-exec-static.c: New file.
29435 * posix/tst-spawn-static.c: Likewise.
29436 * posix/tst-exec.c: Support run directly.
29437 * posix/tst-spawn.c: Likewise.
29438
fed0faa1
JM
294392013-01-10 Joseph Myers <joseph@codesourcery.com>
29440
828beb13
JM
29441 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29442 long.
29443 * math/bits/mathcalls.h (llrint): Likewise.
29444 (llround): Likewise.
29445 * stdlib/stdlib.h (struct drand48_data): Likewise.
29446 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29447 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29448 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29449 Likewise.
29450 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29451 Likewise.
29452 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29453 (elf_greg_t): Likewise.
29454 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29455 (__jmp_buf): Likewise.
29456 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29457 definitions.
29458 (llrint): Likewise, for all definitions.
29459 (llrintl): Likewise.
29460
fed0faa1
JM
29461 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29462 Remove [__GNUC__] condition.
29463 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29464 condition to just [__USE_ISOC99].
29465 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29466
1a20cb20
L
294672013-01-10 H.J. Lu <hongjiu.lu@intel.com>
29468
29469 [BZ #14200]
29470 * sysdeps/unix/sysv/linux/x86/bits/environments.h
29471 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29472 defined.
29473 (_POSIX_V6_ILP32_OFF32): Likewise.
29474 (_XBS5_ILP32_OFF32): Likewise.
29475 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29476 (__ILP32_OFFBIG_LDFLAGS): Likewise.
29477
751b85f7
SP
294782013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
29479
7490eb81
SP
29480 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29481
751b85f7
SP
29482 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29483 doubles __mpexp_twomm1. Adjust usage.
29484 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29485 Remove.
29486
988197f0
AS
294872013-01-10 Andreas Schwab <schwab@suse.de>
29488
29489 [BZ #14964]
29490 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29491 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29492
e83d7298
DM
294932013-01-09 David S. Miller <davem@davemloft.net>
29494
034ed64b 29495 [BZ #15003]
57f41c40
AS
29496 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
29497 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
29498 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
29499 (TCP_FASTOPEN): Define.
e83d7298
DM
29500 (tcp_repair_opt): New structure.
29501 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
29502 enum values.
57f41c40
AS
29503 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
29504 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
29505 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
29506 (tcp_cookie_transactions): New structure.
29507
d5e0b9bd
AB
295082013-01-09 Anton Blanchard <anton@samba.org>
29509
29510 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
29511 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
29512 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
29513 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
29514
0c07e3ea
JM
295152013-01-09 Joseph Myers <joseph@codesourcery.com>
29516
29517 * include/features.h (__USE_ANSI): Remove.
29518
232f7002
RM
295192013-01-09 Roland McGrath <roland@hack.frob.com>
29520
ad98e30c
RM
29521 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
29522
232f7002
RM
29523 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
29524
950c99ca
SP
295252013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
29526
b5792741
SP
29527 * sysdeps/s390/fpu/libm-test-ulps: Update.
29528
47cf2278
SP
29529 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29530
950c99ca
SP
29531 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
29532 (__acr): Likewise.
29533 (__cpy): Likewise.
29534 (norm): Likewise.
29535 (denorm): Likewise.
29536 (__mp_dbl): Likewise.
29537 (__dbl_mp): Likewise.
29538 (add_magnitudes): Likewise.
29539 (sub_magnitudes): Likewise.
29540 (__add): Likewise.
29541 (__sub): Likewise.
29542 (__mul): Likewise.
29543 (__inv): Likewise.
29544 (__dvd): Likewise.
29545 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
29546 (__acr): Likewise.
29547 (__cpy): Likewise.
29548 (norm): Likewise.
29549 (denorm): Likewise.
29550 (__mp_dbl): Likewise.
29551 (__dbl_mp): Likewise.
29552 (add_magnitudes): Likewise.
29553 (sub_magnitudes): Likewise.
29554 (__add): Likewise.
29555 (__sub): Likewise.
29556 (__mul): Likewise.
29557 (__inv): Likewise.
29558 (__dvd): Likewise.
29559 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
29560 (__acr): Likewise.
29561 (__cpy): Likewise.
29562 (norm): Likewise.
29563 (denorm): Likewise.
29564 (__mp_dbl): Likewise.
29565 (__dbl_mp): Likewise.
29566 (add_magnitudes): Likewise.
29567 (sub_magnitudes): Likewise.
29568 (__add): Likewise.
29569 (__sub): Likewise.
29570 (__mul): Likewise.
29571 (__inv): Likewise.
29572 (__dvd): Likewise.
29573
eede9df9
JM
295742013-01-08 Joseph Myers <joseph@codesourcery.com>
29575
29576 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
29577 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
29578 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
29579 2 && __USE_EXTERN_INLINES]: Likewise.
29580
c40ea3d9
AJ
295812013-01-08 Andreas Jaeger <aj@suse.de>
29582
29583 [BZ# 14985]
29584 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
29585 Remove.
29586 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29587 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29588
2ccdea26
AB
295892013-01-07 Anton Blanchard <anton@samba.org>
29590
29591 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
29592 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
29593 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
29594 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
29595 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29596 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
29597 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
29598 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29599 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29600 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29601 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29602 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29603 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
29604 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29605 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
29606 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29607 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29608 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29609 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
29610 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29611 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
29612 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
29613 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29614 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
29615 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
29616 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29617 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
29618 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
29619 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
29620 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
29621 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
29622 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29623 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29624 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
29625 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
29626 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29627 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29628 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
29629 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
29630 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
29631 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
29632 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
29633 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
29634
a9708fed
JM
296352013-01-07 Joseph Myers <joseph@codesourcery.com>
29636
375607b9
JM
29637 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
29638 (__MALLOC_PMT): Likewise.
29639 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
29640 [__GNUC__], only on [_LIBC].
29641 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29642 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
29643 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29644 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
29645 forward declaration.
29646 (realloc_hook_ini): Likewise.
29647 (memalign_hook_ini): Likewise.
29648 (__libc_memalign): Do not use __MALLOC_PMT in variable
29649 declaration.
29650 (__libc_valloc): Likewise.
29651 (__libc_pvalloc): Likewise.
29652 (__libc_calloc): Likewise.
29653 (__posix_memalign): Likewise.
29654
a9708fed
JM
29655 [BZ #14996]
29656 * math/s_casinh.c: Include <float.h>.
29657 (__casinh): Do not do computation with squaring and square root
29658 for large arguments.
29659 * math/s_casinhf.c: Include <float.h>.
29660 (__casinhf): Do not do computation with squaring and square root
29661 for large arguments.
29662 * math/s_casinhl.c: Include <float.h>.
29663 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
29664 (__casinhl): Do not do computation with squaring and square root
29665 for large arguments.
29666 * math/libm-test.inc (casin_test): Add more tests.
29667 (casinh_test): Likewise.
29668 * sysdeps/i386/fpu/libm-test-ulps: Update.
29669 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29670
afec409a
L
296712013-01-04 H.J. Lu <hongjiu.lu@intel.com>
29672
29673 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
29674 (__x86_64_raw_data_cache_size): Likewise.
29675 (__x86_64_data_cache_size_half): Likewise.
29676 (__x86_64_raw_data_cache_size_half): Likewise.
29677 (__x86_64_shared_cache_size): Likewise.
29678 (__x86_64_raw_shared_cache_size): Likewise.
29679 (__x86_64_shared_cache_size_half): Likewise.
29680 (__x86_64_raw_shared_cache_size_half): Likewise.
29681 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
29682 to ...
29683 (__x86_data_cache_size): This.
29684 (__x86_64_raw_data_cache_size): Renamed to ...
29685 (__x86_raw_data_cache_size): This.
29686 (__x86_64_data_cache_size_half): Renamed to ...
29687 (__x86_data_cache_size_half): This.
29688 (__x86_64_raw_data_cache_size_half): Renamed to ...
29689 (__x86_raw_data_cache_size_half): This.
29690 (__x86_64_shared_cache_size): Renamed to ...
29691 (__x86_shared_cache_size): This.
29692 (__x86_64_raw_shared_cache_size): Renamed to ...
29693 (__x86_raw_shared_cache_size): This.
29694 (__x86_64_shared_cache_size_half): Renamed to ...
29695 (__x86_shared_cache_size_half): This.
29696 (__x86_64_raw_shared_cache_size_half): Renamed to ...
29697 (__x86_raw_shared_cache_size_half): This.
29698 * sysdeps/x86_64/memcpy.S: Updated.
29699 * sysdeps/x86_64/memset.S: Likewise.
29700 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
29701 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
29702 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
29703
0b3986d0
DM
297042013-01-04 David S. Miller <davem@davemloft.net>
29705
29706 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29707
e47686e9
AS
297082013-01-04 Andreas Schwab <schwab@linux-m68k.org>
29709
d643bac1
AS
29710 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
29711 1 to avoid redefinition warning.
29712 (__USE_GNU): Don't define.
29713 (init_signaling_nan): Protoize.
29714
e47686e9
AS
29715 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29716
b18decba
SP
297172013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
29718
fffb407f
SP
29719 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
29720 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
29721 (__cpymn): Likewise.
29722 (norm): Remove commented code.
29723 (denorm): Likewise.
29724 (__mp_dbl): Likewise.
29725 (__inv): Likewise.
29726 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
29727 (__cpymn): Likewise.
29728 (norm): Remove commented code.
29729 (denorm): Likewise.
29730 (__mp_dbl): Likewise.
29731 (__inv): Likewise.
29732
b18decba
SP
29733 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
29734 mp_no value for 1.0 and 2.0.
29735 (norm): Use RADIXI instead of radixi.d.
29736 (denorm): Likewise.
29737 (__mul): Use 0.0 instead of zero.d.
29738 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
29739 mp_no value for 1.0 and 2.0.
29740 (norm): Use RADIXI instead of radixi.d.
29741 (denorm): Likewise.
29742 (__mul): Use 0.0 instead of zero.d.
29743
cdc1c96f
JM
297442013-01-04 Joseph Myers <joseph@codesourcery.com>
29745
29746 [BZ #14994]
29747 * math/s_casinh.c (__casinh): Reduce finite argument to first
29748 quadrant then set signs of results at the end.
29749 * math/s_casinhf.c (__casinhf): Likewise.
29750 * math/s_casinhl.c (__casinhl): Likewise.
29751 * math/libm-test.inc (casin_test): Add more tests.
29752 (casinh_test): Likewise.
29753 * sysdeps/i386/fpu/libm-test-ulps: Update.
29754 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29755
302913e1
SP
297562013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
29757
6420d207
SP
29758 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
29759
a9e48ab4
SP
29760 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
29761
b7837264
SP
29762 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
29763 declarations.
29764 (denorm): Likewise.
29765 (__mp_dbl): Likewise.
29766 (__inv): Likewise.
29767
f8af25d2
SP
29768 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
29769 and adjust the header comment.
29770
302913e1
SP
29771 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
29772 variable name from declaration.
29773
5d7dd1ca
L
297742013-01-03 H.J. Lu <hongjiu.lu@intel.com>
29775
29776 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29777 Initialize COMMON_CPUID_INDEX_7 element.
29778 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
29779 (CPUID_RTM): Likewise.
29780 (HAS_RTM): Likewise.
29781 (COMMON_CPUID_INDEX_7): New enum.
29782
2f5f40f4
AS
297832013-01-03 Andreas Schwab <schwab@linux-m68k.org>
29784
29785 [BZ #14981]
29786 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
29787 size is zero, record memory as freed.
29788
4056f4a0
AJ
297892013-01-03 Andreas Jaeger <aj@suse.de>
29790
29791 * po/ia.po: Add new Interlingua translation.
29792
ab15736f 297932012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
29794
29795 * locale/programs/localedef.c: Fix description of '--posix' flag.
29796
568035b7
JM
297972013-01-02 Joseph Myers <joseph@codesourcery.com>
29798
e6898b8d
JM
29799 * NEWS: Update dates in second copyright notice.
29800 * README: Update copyright dates in example.
29801 * manual/libc.texinfo: Update copyright dates.
29802 * scripts/test-installation.pl: Update copyright date in --version
29803 output.
29804
0e2f9562
JM
29805 * hurd/ctty-input.c: Fix copyright notice formatting.
29806 * hurd/ctty-output.c: Likewise.
29807 * hurd/dtable.c: Likewise.
29808 * hurd/hurd-raise.c: Likewise.
29809 * hurd/hurdprio.c: Likewise.
29810 * hurd/msgportdemux.c: Likewise.
29811 * misc/sys/file.h: Likewise.
29812 * misc/sys/ioctl.h: Likewise.
29813 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
29814 * sysdeps/mach/hurd/chdir.c: Likewise.
29815 * sysdeps/mach/hurd/fchdir.c: Likewise.
29816 * sysdeps/mach/hurd/rename.c: Likewise.
29817 * sysdeps/mach/hurd/rmdir.c: Likewise.
29818 * sysdeps/mach/hurd/seekdir.c: Likewise.
29819 * sysdeps/mach/hurd/setsid.c: Likewise.
29820 * sysdeps/posix/wait3.c: Likewise.
29821
568035b7
JM
29822 * All files with FSF copyright notices: Update copyright dates
29823 using scripts/update-copyrights.
29824 * intl/plural.c: Regenerated.
29825 * locale/programs/charmap-kw.h: Likewise.
29826 * locale/programs/locfile-kw.h: Likewise.
29827
da08f647
SP
298282013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
29829
0f5477af
SP
29830 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
29831 four values.
29832
44e0d4c2
SP
29833 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
29834 calculation loop and add branch prediction.
29835
4d55b4e5
SP
29836 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
29837 check access beyond bounds of m1np.
29838
da08f647
SP
29839 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
29840 MPTWO.
29841 (__inv): Remove local variable MPTWO to use the global
29842 constant.
29843 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
29844 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
29845 variable MPTWO.
29846 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
29847 MP3HALFS static const.
29848
8e051029
DM
298492013-01-01 David S. Miller <davem@davemloft.net>
29850
29851 * po/ca.po: Update from translation team.
29852
f4cf5f2d
JM
298532013-01-01 Joseph Myers <joseph@codesourcery.com>
29854
29855 * scripts/update-copyrights: New file.
29856 * Makeconfig: Reformat copyright notice.
29857 * ctype/ctype.h: Likewise.
29858 * debug/swprintf_chk.c: Likewise.
29859 * elf/dl-cache.c: Likewise.
29860 * elf/dl-debug.c: Likewise.
29861 * elf/dl-object.c: Likewise.
29862 * grp/initgroups.c: Likewise.
29863 * hurd/Makefile: Likewise.
29864 * hurd/hurd/signal.h: Likewise.
29865 * hurd/hurdfault.c: Likewise.
29866 * hurd/hurdioctl.c: Likewise.
29867 * hurd/hurdlookup.c: Likewise.
29868 * hurd/intr-msg.c: Likewise.
29869 * iconv/gconv_open.c: Likewise.
29870 * libio/swprintf.c: Likewise.
29871 * locale/lc-ctype.c: Likewise.
29872 * locale/nl_langinfo.c: Likewise.
29873 * mach/Machrules: Likewise.
29874 * mach/Makefile: Likewise.
29875 * malloc/obstack.h: Likewise.
29876 * manual/Makefile: Likewise.
29877 * manual/tsort.awk: Likewise.
29878 * misc/bits/stab.def: Likewise.
29879 * nis/nis_print_group_entry.c: Likewise.
29880 * nis/nis_table.c: Likewise.
29881 * nis/nss_compat/compat-pwd.c: Likewise.
29882 * nis/nss_compat/compat-spwd.c: Likewise.
29883 * po/Makefile: Likewise.
29884 * posix/fnmatch.c: Likewise.
29885 * posix/regex.h: Likewise.
29886 * resolv/Makefile: Likewise.
29887 * resolv/nss_dns/dns-network.c: Likewise.
29888 * resolv/res_hconf.c: Likewise.
29889 * scripts/gen-sorted.awk: Likewise.
29890 * soft-fp/soft-fp.h: Likewise.
29891 * stdio-common/printf.h: Likewise.
29892 * stdlib/monetary.h: Likewise.
29893 * stdlib/random.c: Likewise.
29894 * stdlib/random_r.c: Likewise.
29895 * sysdeps/generic/Makefile: Likewise.
29896 * sysdeps/gnu/Makefile: Likewise.
29897 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
29898 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29899 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
29900 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29901 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29902 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29903 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29904 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
29905 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
29906 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29907 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
29908 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
29909 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
29910 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
29911 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
29912 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
29913 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
29914 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29915 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
29916 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29917 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
29918 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
29919 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
29920 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
29921 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
29922 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
29923 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
29924 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
29925 * sysdeps/mach/hurd/errnos.awk: Likewise.
29926 * sysdeps/mach/hurd/fork.c: Likewise.
29927 * sysdeps/mach/hurd/getcwd.c: Likewise.
29928 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
29929 * sysdeps/mach/hurd/mmap.c: Likewise.
29930 * sysdeps/mach/hurd/utimes.c: Likewise.
29931 * sysdeps/mach/hurd/xmknod.c: Likewise.
29932 * sysdeps/posix/profil.c: Likewise.
29933 * sysdeps/posix/readdir_r.c: Likewise.
29934 * sysdeps/powerpc/bits/mathdef.h: Likewise.
29935 * sysdeps/powerpc/bits/setjmp.h: Likewise.
29936 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
29937 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29938 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29939 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
29940 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29941 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
29942 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29943 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
29944 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29945 * sysdeps/pthread/lio_listio.c: Likewise.
29946 * sysdeps/sparc/dl-procinfo.h: Likewise.
29947 * sysdeps/unix/i386/sysdep.S: Likewise.
29948 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
29949 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
29950 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
29951 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
29952 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29953 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
29954 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
29955 * sysdeps/unix/sysv/linux/speed.c: Likewise.
29956 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
29957 * sysdeps/wordsize-32/divdi3.c: Likewise.
29958 * time/sys/time.h: Likewise.
29959 * wcsmbs/Makefile: Likewise.
29960
0549fbba
DM
299612013-01-01 David S. Miller <davem@davemloft.net>
29962
a141f1a7
DM
29963 * po/fr.po: Update from translation team.
29964
0549fbba
DM
29965 * catgets/gencat.c: Update copyright year.
29966 * csu/version.c: Likewise.
29967 * debug/catchsegv.sh: Likewise.
29968 * debug/pcprofiledump.c: Likewise.
29969 * debug/xtrace.sh: Likewise.
29970 * elf/ldconfig.c: Likewise.
29971 * elf/ldd.bash.in: Likewise.
29972 * elf/pldd.c: Likewise.
29973 * elf/sotruss.ksh: Likewise.
29974 * elf/sprof.c: Likewise.
29975 * iconv/iconv_prog.c: Likewise.
29976 * iconv/iconvconfig.c: Likewise.
29977 * locale/programs/locale.c: Likewise.
29978 * locale/programs/localedef.c: Likewise.
29979 * login/programs/pt_chown.c: Likewise.
29980 * malloc/memusage.sh: Likewise.
29981 * malloc/memusagestat.c: Likewise.
29982 * malloc/mtrace.pl: Likewise.
29983 * nscd/nscd.c: Likewise.
29984 * nss/getent.c: Likewise.
29985 * nss/makedb.c: Likewise.
29986 * posix/getconf.c: Likewise.
29987
18ea052c
SP
299882012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
29989
29990 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
29991 numbers.
29992
9c89fca6
MF
299932012-12-30 Mike Frysinger <vapier@gentoo.org>
29994
29995 * math/bits/mathcalls.h (modf): Use __nonnull.
29996
085ec079
SP
299972012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
29998
29999 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30000 (split): Use macro CN instead of the bare value.
30001 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30002 could be used.
30003 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30004 instead of the bare value.
30005 (power1): Likewise.
30006
6d9f97e1
SP
300072012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30008
d63f73be
SP
30009 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30010 __ATAN_TWOM.
30011 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30012
6d9f97e1
SP
30013 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30014 their values.
30015 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30016 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30017 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30018 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30019
4c4febf5
AJ
300202012-12-28 Andreas Jaeger <aj@suse.de>
30021
af5843ef
AJ
30022 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
30023 values are from Linux 3.7.
30024
4c4febf5
AJ
30025 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30026 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
30027
99136f82
SP
300282012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30029
2f216c3c 30030 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
30031 TRUE case.
30032
99136f82
SP
30033 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30034 (norm): Likewise.
30035 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30036 variables with preprocessor constants.
30037 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30038 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30039 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30040
7fffbdff
BH
300412012-12-27 Bruno Haible <bruno@clisp.org>
30042
30043 [BZ #14317]
30044 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30045 only if needed.
30046
b76eb5f0
SP
300472012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
30048
31a7fe5c
SP
30049 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30050 and use variable directly.
30051 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30052
b76eb5f0
SP
30053 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30054 MPONE.
30055 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30056 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30057 variable MPONE.
30058 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30059 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30060 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30061 include directive. Remove local variable MPONE.
30062 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30063 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30064 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30065
2c8bfe7d
DM
300662012-12-25 David S. Miller <davem@davemloft.net>
30067
30068 * version.h (RELEASE): Set to "development".
30069 (VERSION): Set to "2.17.90".
30070 * NEWS: Add 2.18 section.
30071
147d03b0
DM
300722012-12-21 David S. Miller <davem@davemloft.net>
30073
30074 * po/hr.po: Update from translation team.
30075
a8ebb2b9
AK
300762012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30077
30078 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30079
95b4f1b6
SE
300802012-12-19 Steve Ellcey <sellcey@mips.com>
30081
b2d94007 30082 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 30083
cedb2a90
MS
300842012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
30085
30086 * manual/contrib.texi (Contributors): Spelling correction.
30087
bbf527d6
DM
300882012-12-15 David S. Miller <davem@davemloft.net>
30089
30090 * po/ru.po: Update from translation team.
30091
bc38c906
DM
300922012-12-13 David S. Miller <davem@davemloft.net>
30093
85429b1a
DM
30094 * NEWS: Mention IFUNC testsuite enhancements.
30095
d283e353
DM
30096 * po/pl.po: Update from translation team.
30097 * po/bg.po: Likewise.
30098
bc38c906
DM
30099 * manual/contrib.texi (Contributors): Update entries for Hongjiu
30100 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
30101
a181b0d7
DM
301022012-12-11 David S. Miller <davem@davemloft.net>
30103
4641d57e
DM
30104 * po/sv.po: Update from translation team.
30105
f7bc6495
DM
30106 * po/vi.po: Update from translation team.
30107
6fc9048f
DM
30108 * po/cs.po: Update from translation team.
30109
a181b0d7
DM
30110 * po/de.po: Update from translation team.
30111 * po/eo.po: Likewise.
30112 * po/nl.po: Likewise.
30113
f70bfe80
SP
301142012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
30115
3c8b4190
SP
30116 [BZ #14246]
30117 * manual/argp.texi (Argp Helper Functions): Move node to follow
30118 Argp Parsing State.
30119
f70bfe80
SP
30120 [BZ #14872]
30121 * manual/conf.texi (Limits on File System Capacity): Mention if
30122 terminating null is included in the max size.
30123
188f0adf
AJ
301242012-12-10 Andreas Jaeger <aj@suse.de>
30125
30126 * po/cs.po: Update from translation team.
30127
56e7d3ad
SP
301282012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
30129
30130 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30131 void pointer and cast to uintptr_t.
30132 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30133 path.
30134 * sysdeps/s390/s390-64/memcpy.S: Likewise.
30135 * sysdeps/s390/s390-64/memset.S: Likewise.
30136
76f2d2ea 301372012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
30138
30139 [BZ #14833]
30140 * menual/message.texi (Message Translation): Fix typos.
30141 (Helper programs for gettext): Likewise.
30142
67cbf9a2
AS
301432012-12-07 Andreas Schwab <schwab@linux-m68k.org>
30144
30145 [BZ #14898]
30146 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30147 Change to -1.
30148
682d0e9a
DM
301492012-12-07 David S. Miller <davem@davemloft.net>
30150
30151 * po/libc.pot: Update.
30152
573cd484
RH
301532012-12-07 Richard Henderson <rth@redhat.com>
30154
7e9da188 30155 [BZ #10114]
573cd484
RH
30156 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30157 normal/normal case to before the switch.
30158 (_FP_DIV): Likewise.
30159
e933a943
MF
301602012-12-06 Carlos O'Donell <carlos@systemhalted.org>
30161 Mike Frysinger <vapier@gentoo.org>
30162
30163 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30164 check for __NR_fadvise64_64.
30165
82123268
CM
301662012-12-06 Chris Metcalf <cmetcalf@tilera.com>
30167
30168 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30169 0, not just to plain "0" as a statement.
30170 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30171 with cw.
30172
d9814526
JM
301732012-12-06 Joseph Myers <joseph@codesourcery.com>
30174
30175 * NEWS: Use sourceware.org in Bugzilla URL.
30176
7728c574
SP
301772012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
30178
f16946dd
SP
30179 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30180 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30181
5704bbcb
SP
30182 * stdio-common/tst-put-error.c (do_test): Add newline to the
30183 padded test to ensure flush.
30184
17aa0516
JL
301852012-12-05 Jeff Law <law@redhat.com>
30186
30187 * sunrpc/etc.rpc (fedfs_admin): Add entry.
30188
363313b5
JM
301892012-12-05 Joseph Myers <joseph@codesourcery.com>
30190
effbd42a
JM
30191 * README: Don't refer to ports add-on as distributed separately.
30192 Mention AArch64 in list of systems supported in the ports add-on.
30193
87600365
JM
30194 * LICENSES: Add more non-FSF copyright and license notices.
30195
a0d7066a
JM
30196 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30197 ((unused)).
30198
66ca5a5b
JM
30199 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30200
363313b5
JM
30201 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30202 10000 as width of padded output.
30203
b37984ad
JM
302042012-12-04 Joseph Myers <joseph@codesourcery.com>
30205
9003570a
JM
30206 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30207
b37984ad
JM
30208 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30209 variable LX with __attribute__ ((unused)).
30210 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30211 Likewise.
30212 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30213 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30214 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30215 with __attribute__ ((unused)).
30216
c8df52ec
DM
302172012-12-04 David S. Miller <davem@abraco.davemloft.net>
30218
30219 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30220
b3b099af
JM
302212012-12-04 Joseph Myers <joseph@codesourcery.com>
30222
c33aa6e3
JM
30223 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30224 (CFLAGS-nldbl-acos.c): New variable.
30225 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30226 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30227 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30228 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30229 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30230 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30231 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30232 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30233 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30234 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30235 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30236 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30237 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30238 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30239 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30240 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30241 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30242 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30243 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30244 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30245 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30246 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30247 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30248 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30249 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30250 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30251 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30252 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30253 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30254 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30255 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30256 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30257 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30258 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30259 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30260 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30261 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30262 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30263 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30264 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30265 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30266 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30267 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30268 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30269 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30270 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30271 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30272 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30273 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30274 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30275 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30276 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30277 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30278 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30279 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30280 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30281 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30282 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30283 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30284 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30285 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30286 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30287 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30288 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30289 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30290 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30291 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30292 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30293 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30294 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30295 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30296 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30297 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30298 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30299 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30300 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30301 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30302 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30303 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30304 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30305 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30306 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30307 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30308 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30309 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30310 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30311 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30312 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30313 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30314 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30315 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30316 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30317 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30318 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30319 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30320 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30321 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30322
20f0018d
JM
30323 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30324 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30325
b3b099af
JM
30326 [BZ #14914]
30327 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30328 whole low double instead of just low 47 bits when splitting values
30329 into two parts.
30330
029264d1
AM
303312012-12-03 Allan McRae <allan@archlinux.org>
30332
30333 * manual/stdio.texi (Predefined Printf Handlers): Remove
30334 @hsep and @vsep usage.
30335
c9d6789e
MF
303362012-12-03 Mike Frysinger <vapier@gentoo.org>
30337
30338 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30339 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30340
4b7634a5
JL
303412012-12-03 Jeff Law <law@redhat.com>
30342
30343 * time/sys/time.h (settimeofday): Do not mark TV argument
30344 as __nonnull.
30345
eb6cbd24
MF
303462012-12-01 Mike Frysinger <vapier@gentoo.org>
30347
30348 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30349 when currently writing and seek to current position when not.
30350 * libio/Makefile (tests): Remove bug-fclose1.
30351 * libio/bug-fclose1.c: Delete.
30352
f638872a
JM
303532012-12-01 Joseph Myers <joseph@codesourcery.com>
30354
30355 * manual/arith.texi (feenableexcept): Fix typo.
30356 (fedisableexcept): Likewise.
30357
48085d14
RM
303582012-11-30 Roland McGrath <roland@hack.frob.com>
30359
30360 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30361 second, differently-typed declaration, rather than a cast.
30362
1a538b9f
SP
303632012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
30364
30365 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30366 * include/rpc/svc.h: ... here.
30367
d07f2ff1 303682012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
30369
30370 [BZ #13013]
30371 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30372 depending n and resplen2 to catch cases where answer
30373 equals answerp2.
30374
c93ec1f0
CD
303752012-11-29 Carlos O'Donell <carlos@systemhalted.org>
30376
30377 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30378 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30379
37db69de
MF
303802012-11-29 Mike Frysinger <vapier@gentoo.org>
30381
30382 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30383
e10c4e4f
RM
303842012-11-29 Roland McGrath <roland@hack.frob.com>
30385
30386 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30387
2af1b328
JL
303882012-11-28 Jeff Law <law@redhat.com>
30389
30390 [BZ #13761]
30391 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30392 dataset_temporary. Track alloca usage into alloca_used.
30393 If dataset is large allocate and release it via malloc/free.
30394
111db5b1
FW
303952012-06-04 Florian Weimer <fweimer@redhat.com>
30396
f06cc227 30397 [BZ #14197]
111db5b1
FW
30398 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30399
dd694abd
DM
304002012-11-28 David S. Miller <davem@davemloft.net>
30401
30402 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30403
9984dd01
JM
304042012-11-28 Joseph Myers <joseph@codesourcery.com>
30405
30406 [BZ #14803]
30407 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30408 of pi/2 rounded to nearest to 64 bits.
30409 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30410 nearest to 64 bits.
30411 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30412 bits.
30413
14bc93a9
JL
304142012-11-28 Jeff Law <law@redhat.com>
30415 Martin Osvald <mosvald@redhat.com>
30416
30417 [BZ #14889]
30418 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30419 * sunrpc/svc.c: Include time.h.
30420 (__svc_accept_failed): New function.
30421 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30422 any reason other than EINTR, call __svc_accept_failed.
30423 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30424 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30425
e3c6aa3a
AS
304262012-11-28 Andreas Schwab <schwab@suse.de>
30427
30428 * scripts/abilist.awk: Also handle indirect functions in .opd
30429 section.
30430
1bead169
JM
304312012-11-28 Joseph Myers <joseph@codesourcery.com>
30432
30433 [BZ #13881]
30434 * sysdeps/x86/fpu/powl_helper.c: New file.
30435 * sysdeps/x86/fpu/Makefile: Likewise.
30436 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30437 (p3): New object.
30438 (__ieee754_powl): Use __powl_helper for finite arguments except
30439 integer exponents below 8.
30440 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30441 (p3): New object.
30442 (__ieee754_powl): Use __powl_helper for finite arguments except
30443 integer exponents below 8.
30444 * math/libm-test.inc (pow_test): Add more tests and enable some
30445 previously disabled tests.
30446 * sysdeps/i386/fpu/libm-test-ulps: Update.
30447 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30448
0817d63d
SP
304492012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30450 Carlos O'Donell <carlos_odonell@mentor.com>
30451
30452 * nss/makedb.c (is_prime): Assert that input is odd and greater
30453 than 4. Note that fact in a comment too.
30454 (next_prime): Add 4 to input.
30455
de2fd463
SP
304562012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
30457
30458 [BZ #11741]
30459 * libio/Makefile (tests): Add test case tst-fwrite-error.
30460 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30461 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30462 * libio/tst-fwrite-error.c: New test case.
30463
c515fb51
L
304642012-11-26 H.J. Lu <hongjiu.lu@intel.com>
30465
30466 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30467 before casting to void *.
30468 * include/libc-internal.h (__pointer_type): New macro.
30469 (__integer_if_pointer_type_sub): Likewise.
30470 (__integer_if_pointer_type): Likewise.
30471 (cast_to_integer): Likewise.
30472 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30473 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30474 before casting to atomic64_t.
30475 (atomic_exchange_acq): Likewise.
30476 (__arch_exchange_and_add_body): Likewise.
30477 (__arch_add_body): Likewise.
30478 (atomic_add_negative): Likewise.
30479 (atomic_add_zero): Likewise.
30480
4cf77aa9
JM
304812012-11-26 Joseph Myers <joseph@codesourcery.com>
30482
30483 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30484 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30485 (add_fdes): Likewise.
30486 (linear_search_fdes): Likewise.
30487 (binary_search_unencoded_fdes): Likewise.
30488
d260b3b4
AS
304892012-11-26 Andreas Schwab <schwab@linux-m68k.org>
30490
30491 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30492
67060746
AC
304932012-11-24 Adam Conrad <adconrad@0c3.net>
30494
30495 * configure.in: Autodetect C++ header directories.
30496 * configure: Regenerated.
30497
800938a1
MF
304982012-11-23 Mike Frysinger <vapier@gentoo.org>
30499
30500 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
30501
4e6e34e6
AS
305022012-11-23 Andreas Schwab <schwab@linux-m68k.org>
30503
30504 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30505
7c7feb47
JM
305062012-11-22 Joseph Myers <joseph@codesourcery.com>
30507
7184dcdf
JM
30508 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
30509 LDBL_MANT_DIG == 106]: Disable some tests.
30510 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30511 Likewise.
30512 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30513 Likewise.
30514
0a42601f
JM
30515 [BZ #14871]
30516 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
30517 input for small inputs. Return +/- pi/2 for large inputs.
30518 * math/libm-test.inc (atan_test): Add more tests.
30519
79c9b9fe
JM
30520 * sysdeps/generic/unwind-dw2-fde-glibc.c
30521 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
30522 __attribute__ ((unused)).
30523
c60d3bf2
JM
30524 [BZ #14645]
30525 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
30526 x * y if x and y are nonzero and z is zero.
30527
ef1e0867
JM
30528 [BZ #14811]
30529 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
30530 nonzero exponents with absolute value below 0x1p-117 to +/-
30531 0x1p-117.
30532
1468ded3
JM
30533 [BZ #14869]
30534 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
30535 up arguments below 2**-450, not just those below 2**-500.
30536 * math/libm-test.inc (hypot_test): Add another test.
30537
8e27e3cc
JM
30538 [BZ #14868]
30539 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30540 Return a+b for ratio over 2**120, not 2**60.
30541 * math/libm-test.inc (hypot_test): Add another test.
30542
c9c0279b
JM
30543 * math/libm-test.inc (clog_test): Use
30544 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
30545 (clog10_test): Likewise.
30546
7c7feb47
JM
30547 [BZ #6778]
30548 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
30549
fff1530e
AS
305502012-11-22 Andreas Schwab <schwab@suse.de>
30551
30552 * sysdeps/i386/fpu/libm-test-ulps: Update.
30553
94558d30
PT
305542012-11-22 Pino Toscano <toscano.pino@tiscali.it>
30555
30556 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
30557 printf output with newline.
30558
7e1be741
L
305592012-11-21 H.J. Lu <hongjiu.lu@intel.com>
30560
6bfea974
L
30561 [BZ #14865]
30562 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
30563 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
30564 -z nodlopen, -z initfirst and -z execstack support.
30565 * configure: Regenerated.
30566
7e1be741
L
30567 * elf/elf.h (DF_1_NODIRECT): New macro.
30568 (DF_1_IGNMULDEF): Likewise.
30569 (DF_1_NOKSYMS): Likewise.
30570 (DF_1_NOHDR): Likewise.
30571 (DF_1_EDITED): Likewise.
30572 (DF_1_NORELOC): Likewise.
30573 (DF_1_SYMINTPOSE): Likewise.
30574 (DF_1_GLOBAUDIT): Likewise.
30575 (DF_1_SINGLETON): Likewise.
30576 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
30577 DT_1_SUPPORTED_MASK bits.
30578 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
30579
105ce2ce
CD
305802012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
30581
30582 * sysdeps/unix/make-syscalls.sh: Document prefixes.
30583
123be9de
TS
305842012-11-20 Thomas Schwinge <thomas@codesourcery.com>
30585
d072f3f7
TS
30586 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
30587 macro.
30588
123be9de
TS
30589 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
30590 (sendmmsg): Move declarations...
30591 * socket/sys/socket.h: ... here.
30592 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
30593 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
30594 include it from...
30595 * socket/recvmmsg.c: ... this new file.
30596 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
30597 (sendmmsg): Rename to __sendmmsg, create weak alias and make
30598 definition of __sendmmsg hidden.
30599 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
30600 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
30601 Move ENOSYS stub into and include it from...
30602 * socket/sendmmsg.c: ... this new file.
30603 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
30604 (sysdep_routines): Move recvmmsg and sendmmsg...
30605 * socket/Makefile (routines): ... here.
30606 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
30607 (GLIBC_PRIVATE): Add __sendmmsg.
30608 * include/sys/socket.h (__sendmmsg): Add declarations.
30609 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
30610 sendmmsg.
30611
cf9a5d18
JM
306122012-11-20 Joseph Myers <joseph@codesourcery.com>
30613
30614 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
30615 variable I1 with __attribute__ ((unused)).
30616 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30617
ecd4caf9
JM
306182012-11-19 Joseph Myers <joseph@codesourcery.com>
30619
be14d48f
JM
30620 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
30621 DUMMY variables with __attribute__ ((unused)).
30622
ecd4caf9
JM
30623 * bits/byteswap.h: Include <bits/types.h>.
30624 (__bswap_64): Use __uint64_t instead of unsigned long long int.
30625
986cab95
PT
306262012-11-19 Pino Toscano <toscano.pino@tiscali.it>
30627
30628 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
30629 string_t. Do not manually set errno.
30630 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
30631 length with __strnlen. Make sure to both set errno and return it on
30632 failure.
30633
6d33cc9d
DM
306342012-11-19 David S. Miller <davem@davemloft.net>
30635
30636 With help from Joseph Myers.
30637 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
30638 very large arguments properly.
30639 * math/libm-test.inc (atan_test): New tests.
30640 (atan2_test): New tests.
30641 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30642 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30643
ee663277
JM
306442012-11-19 Joseph Myers <joseph@codesourcery.com>
30645
877f2d8e
JM
30646 [BZ #14856]
30647 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
30648 Define to 3.
30649
116fc08a
JM
30650 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
30651 [POSIX] (EADDRNOTAVAIL): Likewise.
30652 [POSIX] (EAFNOSUPPORT): Likewise.
30653 [POSIX] (EALREADY): Likewise.
30654 [POSIX] (ECONNABORTED): Likewise.
30655 [POSIX] (ECONNREFUSED): Likewise.
30656 [POSIX] (ECONNRESET): Likewise.
30657 [POSIX] (EDESTADDRREQ): Likewise.
30658 [POSIX] (EDQUOT): Likewise.
30659 [POSIX] (EHOSTUNREACH): Likewise.
30660 [POSIX] (EIDRM): Likewise.
30661 [POSIX] (EISCONN): Likewise.
30662 [POSIX] (ELOOP): Likewise.
30663 [POSIX] (EMULTIHOP): Likewise.
30664 [POSIX] (ENETDOWN): Likewise.
30665 [POSIX] (ENETUNREACH): Likewise.
30666 [POSIX] (ENOBUFS): Likewise.
30667 [POSIX] (ENODATA): Likewise.
30668 [POSIX] (ENOLINK): Likewise.
30669 [POSIX] (ENOMSG): Likewise.
30670 [POSIX] (ENOPROTOOPT): Likewise.
30671 [POSIX] (ENOSR): Likewise.
30672 [POSIX] (ENOSTR): Likewise.
30673 [POSIX] (ENOTCONN): Likewise.
30674 [POSIX] (ENOTSOCK): Likewise.
30675 [POSIX] (EOPNOTSUPP): Likewise.
30676 [POSIX] (EOVERFLOW): Likewise.
30677 [POSIX] (EPROTO): Likewise.
30678 [POSIX] (EPROTONOSUPPORT): Likewise.
30679 [POSIX] (EPROTOTYPE): Likewise.
30680 [POSIX] (ESTALE): Likewise.
30681 [POSIX] (ETIME): Likewise.
30682 [POSIX] (ETXTBSY): Likewise.
30683 [POSIX] (EWOULDBLOCK): Likewise.
30684 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
30685 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
30686 [POSIX] (SEEK_CUR): Likewise.
30687 [POSIX] (SEEK_END): Likewise.
30688 [POSIX || UNIX98] (mode_t): Do not require.
30689 [POSIX] (off_t): Likewise.
30690 [POSIX] (pid_t): Likewise.
30691 [POSIX] (sys/stat.h): Do not allow header.
30692 [POSIX] (unistd.h): Likewise.
30693 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
30694 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
30695 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
30696 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
30697 require.
30698 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
30699 sigevent): Specify elements.
30700 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
30701 entry.
30702 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
30703 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
30704
a483863f
JM
30705 * conform/data/cpio.h-data [POSIX]: Disable whole file.
30706 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
30707 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
30708 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
30709 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
30710 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
30711 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
30712 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
30713 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
30714 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
30715 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
30716 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
30717 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
30718 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
30719 Likewise.
30720 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
30721 Likewise.
30722 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
30723 Likewise.
30724 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
30725 Likewise.
30726 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
30727 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
30728 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
30729 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
30730 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
30731 Specify lower bound on value.
30732 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
30733 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
30734 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
30735 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
30736 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
30737 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
30738 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
30739 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
30740 value.
30741 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
30742 as optional.
30743 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
30744 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
30745 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
30746 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
30747 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
30748 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
30749 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
30750 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
30751 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
30752 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
30753 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
30754 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
30755 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
30756 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
30757 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
30758 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
30759 entry.
30760 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
30761 optional.
30762 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
30763 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
30764 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
30765 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
30766 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
30767 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
30768 Likewise.
30769 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
30770 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
30771 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
30772 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
30773 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
30774 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
30775 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
30776 as optional.
30777 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
30778 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
30779 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
30780 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
30781 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
30782 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
30783 specify as optional.
30784 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
30785 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
30786 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
30787 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
30788 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
30789 [XPG3] (NL_LANGMAX): Likewise.
30790 [POSIX || XPG3] (NL_MSGMAX): Likewise.
30791 [POSIX || XPG3] (NL_NMAX): Likewise.
30792 [POSIX || XPG3] (NL_SETMAX): Likewise.
30793 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
30794 [XPG3] (NZERO): Likewise.
30795 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
30796 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
30797 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
30798 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
30799 (REG_ERANGE): Expect.
30800 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
30801 optional-constant.
30802 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
30803 Use (void) in prototype.
30804 [POSIX] (*_t): Allow.
30805 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
30806 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
30807 (WRDE_BADVAL): Expect.
30808
5ba924e3
JM
30809 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
30810 expect.
30811 [XPG3 || XPG4] (O_RSYNC): Likewise.
30812 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
30813 Likewise.
30814 [XPG3 || XPG4] (pthread_sigmask): Likewise.
30815 [XPG3 || XPG4] (sigqueue): Likewise.
30816 [XPG3 || XPG4] (sigtimedwait): Likewise.
30817 [XPG3 || XPG4] (sigwaitinfo): Likewise.
30818 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
30819 [XPG3 || XPG4] (vsnprintf): Likewise.
30820 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
30821 Likewise.
30822 [XPG3 || XPG4] (blksize_t): Likewise.
30823 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
30824 Likewise.
30825 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
30826 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
30827 [XPG3 || XPG4] (struct itimerspec): Likewise.
30828 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
30829 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
30830 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
30831 [XPG3 || XPG4] (clockid_t): Likewise.
30832 [XPG3 || XPG4] (timer_t): Likewise.
30833 [XPG3 || XPG4] (clock_getres): Likewise.
30834 [XPG3 || XPG4] (clock_gettime): Likewise.
30835 [XPG3 || XPG4] (clock_settime): Likewise.
30836 [XPG3 || XPG4] (nanosleep): Likewise.
30837 [XPG3 || XPG4] (timer_create): Likewise.
30838 [XPG3 || XPG4] (timer_delete): Likewise.
30839 [XPG3 || XPG4] (timer_gettime): Likewise.
30840 [XPG3 || XPG4] (timer_getoverrun): Likewise.
30841 [XPG3 || XPG4] (timer_settime): Likewise.
30842 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
30843 [XPG3 || XPG4] (getlogin_r): Likewise.
30844 [XPG3 || XPG4] (pread): Likewise.
30845 [XPG3 || XPG4] (pthread_atfork): Likewise.
30846 [XPG3 || XPG4] (pwrite): Likewise.
30847
ee663277
JM
30848 [BZ #14835]
30849 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
30850 <bits/siginfo.h>.
30851
942caa16
PT
308522012-11-19 Pino Toscano <toscano.pino@tiscali.it>
30853
e19af380
PT
30854 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
30855 finalizing MALLSTREAM.
30856
942caa16
PT
30857 * sysdeps/mach/hurd/syncfs.c: New file.
30858
cfde9b46
SP
308592012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
30860
30861 [BZ #14719]
30862 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
30863 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
30864 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
30865 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
30866 (_nss_dns_gethostbyname4_r): Likewise.
30867 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
30868 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
30869
f6da27e5
PH
308702012-11-19 Peng Haitao <penght@cn.fujitsu.com>
30871
30872 [BZ #13763]
30873 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
30874
6665d4a2
SM
308752012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
30876
1f51ee92
SM
30877 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
30878 * elf/cache.c (print_entry): Print ",AArch64" for
30879 FLAG_AARCH64_LIB64
30880
6665d4a2
SM
30881 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
30882 * elf/cache.c (print_entry): Print ",hard-float" for
30883 FLAG_ARM_LIBHF.
30884
05b227bd
DM
308852012-11-18 David S. Miller <davem@davemloft.net>
30886
30887 With help from Joseph Myers.
30888 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
30889 cutoff to 2**-13.
30890 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
30891 cutoff to 2**-25.
30892 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
30893 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
30894 small.
30895 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
30896 * math/libm-test.inc (y0_test): New tests.
30897 (y1_test): New tests.
30898 * sysdeps/i386/fpu/libm-test-ulps: Update.
30899 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30900 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30901
786b0b67
AS
309022012-11-18 Andreas Schwab <schwab@linux-m68k.org>
30903
30904 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
30905 64-bit targets.
30906 * configure: Regenerated.
30907
8e18b86d
DM
309082012-11-17 David S. Miller <davem@davemloft.net>
30909
30910 [BZ #14811]
30911 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
30912 nonzero exponents with absolute value below 0x1p-128 to +/-
30913 0x1p-128.
30914
531f1ae0
JM
309152012-11-17 Joseph Myers <joseph@codesourcery.com>
30916
12df29e2
JM
30917 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
30918
150dc1a0
JM
30919 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
30920
531f1ae0
JM
30921 * posix/getconf-speclist.c: New file.
30922 * posix/posix-envs.def: Likewise.
30923 * posix/confstr.c (START_ENV_GROUP): New macro.
30924 (END_ENV_GROUP): Likewise.
30925 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
30926 (KNOWN_PRESENT_ENV_STRING): Likewise.
30927 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
30928 (UNKNOWN_ENVIRONMENT): Likewise.
30929 (confstr): Include posix-envs.def instead of handling
30930 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
30931 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
30932 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
30933 (END_ENV_GROUP): Likewise.
30934 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
30935 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
30936 (UNKNOWN_ENVIRONMENT): Likewise.
30937 (__sysconf): Include posix-envs.def instead of handling associated
30938 cases directly here.
30939 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
30940 preprocessing getconf-speclist.c rather than running getconf or
30941 generating empty file.
30942
a93f9cbc
PT
309432012-11-16 Pino Toscano <toscano.pino@tiscali.it>
30944
30945 * scripts/check-local-headers.sh: Ignore 'mach' headers.
30946
d64d9f87
AL
309472012-11-16 Andrej Lajovic <natrij@gmail.com>
30948
30949 [BZ #14672]
30950 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
30951
447885eb
DM
309522012-11-16 David S. Miller <davem@davemloft.net>
30953
30954 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
30955 smaller than LDBL_EPSILON/2.0L, just return xm1.
30956
bcbf9830
L
309572012-11-16 H.J. Lu <hongjiu.lu@intel.com>
30958
30959 * elf/tst-array1.c (init): Set constructor priority to 1000.
30960 (fini): Set destructor priority to 1000.
30961 * elf/tst-array2dep.c: Likewise.
30962
2b766585
SP
309632012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30964
30965 [BZ #11741]
30966 * libio/fileops.c (_IO_new_file_write): Correctly return error.
30967 (_IO_new_file_xsputn): Also return EOF if none of the input
30968 data was written when overflow failed.
30969 * libio/iopadn.c (_IO_padn): Likewise.
30970 * libio/iowpadn.c (_IO_wpadn): Likewise.
30971 * stdio-common/tst-put-error.c: Add copyright notice.
30972 (do_test): Add case for printing padded string.
30973 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
30974 _IO_padn returned error.
30975 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
30976 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
30977 return EOF.
30978
b1848fde
SP
309792012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30980
30981 * libio/libioP.h: Add comment note that the references to C++
30982 bits are now obsolete.
30983
2fd89785
MS
309842012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
30985
30986 * math/libm-test.inc (check_complex): Use asprintf.
30987
e3ea5409
JM
309882012-11-14 Joseph Myers <joseph@codesourcery.com>
30989
30990 * debug/pcprofiledump.c (print_version): Update copyright year.
30991 * malloc/memusagestat.c (print_version): Likewise.
30992
2e64d265
L
309932012-11-14 H.J. Lu <hongjiu.lu@intel.com>
30994
30995 [BZ #14831]
30996 * elf/Makefile (tests): Add tst-audit8.
30997 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
30998 ($(objpfx)tst-audit8.out): New target.
30999 (tst-audit8-ENV): New variable.
31000 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31001 audit if l_reloc_result is NULL.
31002 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31003 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31004 * elf/tst-audit8.c: New file.
31005
c485e4d2
MS
310062012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31007
31008 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31009 * misc/Makefile (CFLAGS-select.c): Define.
31010 * posix/Makefile (CFLAGS-pause.c): Define.
31011
3a0d900a
DM
310122012-11-13 David S. Miller <davem@davemloft.net>
31013
31014 * crypt/Makefile: Move test targets after toplevel Rules
31015 inclusion. Grab any necessary sysdep routines when linking.
31016 * crypt/md5.c (md5_process_block): Remove define, we will always
31017 name it __md5_process_block.
31018 (md5_finish_ctx): Update md5_process_block call.
31019 (md5_stream): Likewise.
31020 (md5_process_bytes): Likewise.
31021 (md5_process_block): Rename to __md5_process_block and move to ...
31022 * crypt/md5-block.c: ... here.
31023 * crypt/sha256.c (sha256_process_block): Move to ...
31024 * crypt/sha256-block.c: ... here.
31025 * crypt/sha512.c (sha512_process_block): Move to ...
31026 * crypt/sha512-block.c: ... here.
31027 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31028 path.
31029 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31030 * sysdeps/sparc/sparc64/multiarch/Makefile
31031 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31032 crypt subdir.
31033 (localedef-aux): Add md5 crypto assembler when in locale subdir.
31034 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31035 multiarch changes.
31036 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31037 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31038 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31039 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31040 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31041 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31042 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31043 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31044 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31045 file.
31046 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31047 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31048 file.
31049 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31050
8ca89318
JM
310512012-11-13 Joseph Myers <joseph@codesourcery.com>
31052
e27d476a
JM
31053 * timezone/tzselect.ksh: Update from tzcode git revision
31054 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31055 * timezone/zdump.c: Likewise.
31056 * timezone/zic.c: Likewise.
31057 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31058 in TZVERSION setting, not $(PKGVERSION).
31059 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
31060 REPORT_BUGS_TO settings.
31061
8ca89318
JM
31062 [BZ #14838]
31063 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31064 macro.
31065
47594329
MS
310662012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31067
31068 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31069 detection to immediately after _FP_ROUND().
31070 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31071 bits are 0.
31072
640ac3f1
DM
310732012-11-11 David S. Miller <davem@davemloft.net>
31074
31075 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31076 inttypes.h
31077 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31078 __close rather than their public counterparts.
31079
3d2577bb
JM
310802012-11-10 Joseph Myers <joseph@codesourcery.com>
31081
31082 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31083 file.
31084 [UNIX98] (sem_timedwait): Do not expect.
31085 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31086 [XPG4 || UNIX98] (sockatmark): Do not expect.
31087 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31088 (clock_getcpuclockid): Do not expect.
31089 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31090 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31091 Do not expect.
31092 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31093 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31094 [UNIX98] (vwscanf): Likewise.
31095 [UNIX98] (vswscanf): Likewise.
31096
fb1ae1ee
JM
310972012-11-09 Joseph Myers <joseph@codesourcery.com>
31098
9ec6f8bd
JM
31099 * timezone/version.h: Remove file.
31100 * timezone/README: Do not refer to version.h.
31101 * timezone/Makefile ($(objpfx)zic.o): New dependency on
31102 $(objpfx)version.h.
31103 ($(objpfx)zdump.o): Likewise.
c3f81911 31104 ($(objpfx)version.h): New target.
9ec6f8bd 31105
0aa8f8a1
JM
31106 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31107 2012i.
31108 * timezone/README: Don't mention modification to tzselect.ksh.
31109 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31110 work on unmodified tzselect.ksh. Substitute version numbers in
31111 tzselect.ksh.
31112
4e87147f
JM
31113 * Makefile (format-me): Remove.
31114 (INSTALL): Adjust indentation. Use commands directly instead of
31115 using $(format-me).
31116
8b748aed
JM
31117 * aclocal.m4 (ACX_PKGVERSION): New macro.
31118 (ACX_BUGURL): Likewise.
31119 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31120 (PKGVERSION): New AC_DEFINE_UNQUOTED.
31121 (REPORT_BUGS_TO): Likewise.
31122 * configure: Regenerated.
31123 * config.h.in (PKGVERSION): New macro.
31124 (REPORT_BUGS_TO): Likewise.
31125 * config.make.in (PKGVERSION): New variable.
31126 (PKGVERSION_TEXI): Likewise.
31127 (REPORT_BUGS_TO): Likewise.
31128 (REPORT_BUGS_TEXI): Likewise.
31129 * Makefile (format-me): Use -I$(common-objpfx)manual.
31130 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31131 ($(common-objpfx)manual/%): New target.
31132 (manual/%): Remove target.
31133 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31134 (print_version): Use PKGVERSION.
31135 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31136 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31137 and REPORT_BUGS_TO.
31138 ($(objpfx)xtrace): Likewise.
31139 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31140 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31141 (print_version): Use PKGVERSION.
31142 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31143 (do_version): Use PKGVERSION.
31144 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31145 REPORT_BUGS_TO.
31146 (common-ldd-rewrite): Likewise.
31147 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31148 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31149 (print_version): Use PKGVERSION.
31150 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31151 * elf/pldd.c (argp_program_bug_address): Remove variable.
31152 (more_help): New function.
31153 (argp): Use more_help.
31154 (print_version): Use PKGVERSION.
31155 * elf/sln.c (main): Use PKGVERSION.
31156 (usage): Use REPORT_BUGS_TO.
31157 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31158 (top level): Use PKGVERSION.
31159 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31160 (print_version): Use PKGVERSION.
31161 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31162 (print_version): Use PKGVERSION.
31163 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31164 (print_version): Use PKGVERSION.
31165 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31166 (print_version): Use PKGVERSION.
31167 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31168 (print_version): Use PKGVERSION.
31169 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31170 (print_version): Use PKGVERSION.
31171 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31172 and BUGURL.
31173 ($(objpfx)memusage): Likewise.
31174 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31175 (do_version): Use PKGVERSION.
31176 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31177 (print_version): Use PKGVERSION.
31178 * malloc/mtrace.pl ($PACKAGE): Remove variable.
31179 ($PKGVERSION): New variable.
31180 ($REPORT_BUGS_TO): Likewise.
31181 (usage): Use $REPORT_BUGS_TO.
31182 (top level): Use $PKGVERSION.
31183 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31184 ($(objpfx)pkgvers.texi): New rule.
31185 ($(objpfx)stamp-pkgvers): Likewise.
31186 * manual/install.texi: Include pkgvers.texi.
31187 (--with-pkgversion): Document new configure option.
31188 (--with-bugurl): Likewise.
31189 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31190 than necessarily for this particular distribution. Use
31191 REPORT_BUGS_TO for where to report bugs.
31192 * INSTALL: Regenerated.
31193 * manual/libc.texinfo: Include pkgvers.texi.
31194 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31195 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31196 (print_version): Use PKGVERSION.
31197 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31198 (print_version): Use PKGVERSION.
31199 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31200 (print_version): Use PKGVERSION.
31201 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31202 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31203 macro.
31204 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31205 (print_version): Use PKGVERSION.
31206 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31207 (print_version): Use PKGVERSION.
31208 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31209 and PKGVERSION.
31210
92e4b6a9
JM
31211 * timezone/checktab.awk: Update from tzcode 2012i.
31212 * timezone/ialloc.c: Likewise.
31213 * timezone/private.h: Likewise.
31214 * timezone/scheck.c: Likewise.
31215 * timezone/tzfile.h: Likewise.
31216 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31217 (TZVERSION): Hardcode tzcode version number.
31218 * timezone/zdump.c: Update from tzcode 2012i.
31219 * timezone/zic.c: Likewise.
31220 * timezone/version.h: New file.
31221 * timezone/README: Describe version.h. Update upstream location.
31222
9bde902c
JM
31223 [BZ #14824]
31224 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31225 (mktemp): Enable declaration.
31226 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31227 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31228 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31229 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31230 Likewise.
31231 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31232 Likewise.
31233 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31234 Likewise.
31235 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31236 Likewise.
31237 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31238 Likewise.
31239 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31240 Likewise.
31241
fb1ae1ee
JM
31242 [BZ #14821]
31243 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31244 offset in buffer as u_int32_t not u_long. Consistently use memcpy
31245 for copies of such integer values.
31246 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31247 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31248
2c1adbcb
AJ
312492012-11-09 Andreas Jaeger <aj@suse.de>
31250
31251 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31252 definitions and declarations that are provided by
31253 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31254
d0f8457e
AK
312552012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31256
3a235abb 31257 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
31258 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31259 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31260 definition.
31261
57241e26
MS
312622012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31263
31264 * elf/elf.h: Update comment before AArch64 relocations.
31265
60e8270d
DM
312662012-11-07 David S. Miller <davem@davemloft.net>
31267
31268 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31269 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31270 (__start_context): Declare.
31271 (__makecontext_ret): Delete.
31272 (__makecontext): Hook up __start_context instead of
31273 __makecontext_ret.
31274 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31275 (sysdep_routines): Add __start_context when in stdlib.
31276
0fbb0fbc
JM
312772012-11-07 Joseph Myers <joseph@codesourcery.com>
31278
31279 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31280 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31281 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
31282 hardcoded "nm".
31283 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
31284 (READELF): New variable. Use it instead of hardcoded "readelf".
31285
eb48db7e
L
312862012-11-07 H.J. Lu <hongjiu.lu@intel.com>
31287
31288 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31289 * sysdeps/x86/Makefile: Here.
31290 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31291 * sysdeps/x86/tst-xmmymm.sh: This.
31292
05bcf62a
JM
312932012-11-07 Joseph Myers <joseph@codesourcery.com>
31294
c4b6cf53
JM
31295 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31296 expectations.
31297 [UNIX98] (pthread_barrier_t): Do not expect.
31298 [UNIX98] (pthread_barrierattr_t): Likewise.
31299 [UNIX98] (pthread_spinlock_t): Likewise.
31300 [UNIX98] (pthread_barrier_destroy): Likewise.
31301 [UNIX98] (pthread_barrier_init): Likewise.
31302 [UNIX98] (pthread_barrier_wait): Likewise.
31303 [UNIX98] (pthread_barrierattr_destroy): Likewise.
31304 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31305 [UNIX98] (pthread_barrierattr_init): Likewise.
31306 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31307 [UNIX98] (pthread_getcpuclockid): Likewise.
31308 [UNIX98] (pthread_mutex_timedlock): Likewise.
31309 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31310 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31311 [UNIX98] (pthread_sigmask): Likewise.
31312 [UNIX98] (pthread_spin_destroy): Likewise.
31313 [UNIX98] (pthread_spin_init): Likewise.
31314 [UNIX98] (pthread_spin_lock): Likewise.
31315 [UNIX98] (pthread_spin_trylock): Likewise.
31316 [UNIX98] (pthread_spin_unlock): Likewise.
31317 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31318 Do not expect.
31319 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31320 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31321 [XPG3 || XPG4] (pthread_cond_t): Likewise.
31322 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31323 [XPG3 || XPG4] (pthread_key_t): Likewise.
31324 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31325 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31326 [XPG3 || XPG4] (pthread_once_t): Likewise.
31327 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31328 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31329 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31330 [XPG3 || XPG4] (pthread_t): Likewise.
31331
cbe6e120
JM
31332 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31333 not expect.
31334 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31335
1b126443
JM
31336 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31337 Change function return type to int.
31338
b961a573
JM
31339 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31340 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31341 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31342 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31343 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31344 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31345 [!POSIX] (posix_madvise): Likewise.
31346 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31347 && !UNIX98].
31348 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31349 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31350 (mode_t): Likewise.
31351 (posix_mem_offset): Likewise.
31352 (posix_typed_mem_get_info): Likewise.
31353 (posix_typed_mem_open): Likewise.
31354
9e188909
JM
31355 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31356 Change condition to [XOPEN2K8].
31357
05bcf62a
JM
31358 * conform/conformtest.pl: Preprocess allow-header data with -x c
31359 instead of from stdin.
31360 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31361 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31362 [C99-based standards] (cerfc): Likewise.
31363 [C99-based standards] (cexp2): Likewise.
31364 [C99-based standards] (cexpm1): Likewise.
31365 [C99-based standards] (clog10): Likewise.
31366 [C99-based standards] (clog1p): Likewise.
31367 [C99-based standards] (clog2): Likewise.
31368 [C99-based standards] (clgamma): Likewise.
31369 [C99-based standards] (ctgamma): Likewise.
31370 [C99-based standards] (cerff): Likewise.
31371 [C99-based standards] (cerfcf): Likewise.
31372 [C99-based standards] (cexp2f): Likewise.
31373 [C99-based standards] (cexpm1f): Likewise.
31374 [C99-based standards] (clog10f): Likewise.
31375 [C99-based standards] (clog1pf): Likewise.
31376 [C99-based standards] (clog2f): Likewise.
31377 [C99-based standards] (clgammaf): Likewise.
31378 [C99-based standards] (ctgammaf): Likewise.
31379 [C99-based standards] (cerfl): Likewise.
31380 [C99-based standards] (cerfcl): Likewise.
31381 [C99-based standards] (cexp2l): Likewise.
31382 [C99-based standards] (cexpm1l): Likewise.
31383 [C99-based standards] (clog10l): Likewise.
31384 [C99-based standards] (clog1pl): Likewise.
31385 [C99-based standards] (clog2l): Likewise.
31386 [C99-based standards] (clgammal): Likewise.
31387 [C99-based standards] (ctgammal): Likewise.
31388 * conform/data/inttypes.h-data [C99-based standards]: Include
31389 stdint.h-data. Remove all expectations for stdint.h contents.
31390 [C99-based standards] (PRI*): Do not allow.
31391 [C99-based standards] (SCN*): Likewise.
31392 [C99-based standards] (*_t): Likewise.
31393 [C99-based-standards] (PRId8): Expect macro.
31394 [C99-based-standards] (PRIi8): Likewise.
31395 [C99-based-standards] (PRIo8): Likewise.
31396 [C99-based-standards] (PRIu8): Likewise.
31397 [C99-based-standards] (PRIx8): Likewise.
31398 [C99-based-standards] (PRIX8): Likewise.
31399 [C99-based-standards] (SCNd8): Likewise.
31400 [C99-based-standards] (SCNi8): Likewise.
31401 [C99-based-standards] (SCNo8): Likewise.
31402 [C99-based-standards] (SCNu8): Likewise.
31403 [C99-based-standards] (SCNx8): Likewise.
31404 [C99-based-standards] (PRIdLEAST8): Likewise.
31405 [C99-based-standards] (PRIiLEAST8): Likewise.
31406 [C99-based-standards] (PRIoLEAST8): Likewise.
31407 [C99-based-standards] (PRIuLEAST8): Likewise.
31408 [C99-based-standards] (PRIxLEAST8): Likewise.
31409 [C99-based-standards] (PRIXLEAST8): Likewise.
31410 [C99-based-standards] (SCNdLEAST8): Likewise.
31411 [C99-based-standards] (SCNiLEAST8): Likewise.
31412 [C99-based-standards] (SCNoLEAST8): Likewise.
31413 [C99-based-standards] (SCNuLEAST8): Likewise.
31414 [C99-based-standards] (SCNxLEAST8): Likewise.
31415 [C99-based-standards] (PRIdFAST8): Likewise.
31416 [C99-based-standards] (PRIiFAST8): Likewise.
31417 [C99-based-standards] (PRIoFAST8): Likewise.
31418 [C99-based-standards] (PRIuFAST8): Likewise.
31419 [C99-based-standards] (PRIxFAST8): Likewise.
31420 [C99-based-standards] (PRIXFAST8): Likewise.
31421 [C99-based-standards] (SCNdFAST8): Likewise.
31422 [C99-based-standards] (SCNiFAST8): Likewise.
31423 [C99-based-standards] (SCNoFAST8): Likewise.
31424 [C99-based-standards] (SCNuFAST8): Likewise.
31425 [C99-based-standards] (SCNxFAST8): Likewise.
31426 [C99-based-standards] (PRId16): Likewise.
31427 [C99-based-standards] (PRIi16): Likewise.
31428 [C99-based-standards] (PRIo16): Likewise.
31429 [C99-based-standards] (PRIu16): Likewise.
31430 [C99-based-standards] (PRIx16): Likewise.
31431 [C99-based-standards] (PRIX16): Likewise.
31432 [C99-based-standards] (SCNd16): Likewise.
31433 [C99-based-standards] (SCNi16): Likewise.
31434 [C99-based-standards] (SCNo16): Likewise.
31435 [C99-based-standards] (SCNu16): Likewise.
31436 [C99-based-standards] (SCNx16): Likewise.
31437 [C99-based-standards] (PRIdLEAST16): Likewise.
31438 [C99-based-standards] (PRIiLEAST16): Likewise.
31439 [C99-based-standards] (PRIoLEAST16): Likewise.
31440 [C99-based-standards] (PRIuLEAST16): Likewise.
31441 [C99-based-standards] (PRIxLEAST16): Likewise.
31442 [C99-based-standards] (PRIXLEAST16): Likewise.
31443 [C99-based-standards] (SCNdLEAST16): Likewise.
31444 [C99-based-standards] (SCNiLEAST16): Likewise.
31445 [C99-based-standards] (SCNoLEAST16): Likewise.
31446 [C99-based-standards] (SCNuLEAST16): Likewise.
31447 [C99-based-standards] (SCNxLEAST16): Likewise.
31448 [C99-based-standards] (PRIdFAST16): Likewise.
31449 [C99-based-standards] (PRIiFAST16): Likewise.
31450 [C99-based-standards] (PRIoFAST16): Likewise.
31451 [C99-based-standards] (PRIuFAST16): Likewise.
31452 [C99-based-standards] (PRIxFAST16): Likewise.
31453 [C99-based-standards] (PRIXFAST16): Likewise.
31454 [C99-based-standards] (SCNdFAST16): Likewise.
31455 [C99-based-standards] (SCNiFAST16): Likewise.
31456 [C99-based-standards] (SCNoFAST16): Likewise.
31457 [C99-based-standards] (SCNuFAST16): Likewise.
31458 [C99-based-standards] (SCNxFAST16): Likewise.
31459 [C99-based-standards] (PRId32): Likewise.
31460 [C99-based-standards] (PRIi32): Likewise.
31461 [C99-based-standards] (PRIo32): Likewise.
31462 [C99-based-standards] (PRIu32): Likewise.
31463 [C99-based-standards] (PRIx32): Likewise.
31464 [C99-based-standards] (PRIX32): Likewise.
31465 [C99-based-standards] (SCNd32): Likewise.
31466 [C99-based-standards] (SCNi32): Likewise.
31467 [C99-based-standards] (SCNo32): Likewise.
31468 [C99-based-standards] (SCNu32): Likewise.
31469 [C99-based-standards] (SCNx32): Likewise.
31470 [C99-based-standards] (PRIdLEAST32): Likewise.
31471 [C99-based-standards] (PRIiLEAST32): Likewise.
31472 [C99-based-standards] (PRIoLEAST32): Likewise.
31473 [C99-based-standards] (PRIuLEAST32): Likewise.
31474 [C99-based-standards] (PRIxLEAST32): Likewise.
31475 [C99-based-standards] (PRIXLEAST32): Likewise.
31476 [C99-based-standards] (SCNdLEAST32): Likewise.
31477 [C99-based-standards] (SCNiLEAST32): Likewise.
31478 [C99-based-standards] (SCNoLEAST32): Likewise.
31479 [C99-based-standards] (SCNuLEAST32): Likewise.
31480 [C99-based-standards] (SCNxLEAST32): Likewise.
31481 [C99-based-standards] (PRIdFAST32): Likewise.
31482 [C99-based-standards] (PRIiFAST32): Likewise.
31483 [C99-based-standards] (PRIoFAST32): Likewise.
31484 [C99-based-standards] (PRIuFAST32): Likewise.
31485 [C99-based-standards] (PRIxFAST32): Likewise.
31486 [C99-based-standards] (PRIXFAST32): Likewise.
31487 [C99-based-standards] (SCNdFAST32): Likewise.
31488 [C99-based-standards] (SCNiFAST32): Likewise.
31489 [C99-based-standards] (SCNoFAST32): Likewise.
31490 [C99-based-standards] (SCNuFAST32): Likewise.
31491 [C99-based-standards] (SCNxFAST32): Likewise.
31492 [C99-based-standards] (PRId64): Likewise.
31493 [C99-based-standards] (PRIi64): Likewise.
31494 [C99-based-standards] (PRIo64): Likewise.
31495 [C99-based-standards] (PRIu64): Likewise.
31496 [C99-based-standards] (PRIx64): Likewise.
31497 [C99-based-standards] (PRIX64): Likewise.
31498 [C99-based-standards] (SCNd64): Likewise.
31499 [C99-based-standards] (SCNi64): Likewise.
31500 [C99-based-standards] (SCNo64): Likewise.
31501 [C99-based-standards] (SCNu64): Likewise.
31502 [C99-based-standards] (SCNx64): Likewise.
31503 [C99-based-standards] (PRIdLEAST64): Likewise.
31504 [C99-based-standards] (PRIiLEAST64): Likewise.
31505 [C99-based-standards] (PRIoLEAST64): Likewise.
31506 [C99-based-standards] (PRIuLEAST64): Likewise.
31507 [C99-based-standards] (PRIxLEAST64): Likewise.
31508 [C99-based-standards] (PRIXLEAST64): Likewise.
31509 [C99-based-standards] (SCNdLEAST64): Likewise.
31510 [C99-based-standards] (SCNiLEAST64): Likewise.
31511 [C99-based-standards] (SCNoLEAST64): Likewise.
31512 [C99-based-standards] (SCNuLEAST64): Likewise.
31513 [C99-based-standards] (SCNxLEAST64): Likewise.
31514 [C99-based-standards] (PRIdFAST64): Likewise.
31515 [C99-based-standards] (PRIiFAST64): Likewise.
31516 [C99-based-standards] (PRIoFAST64): Likewise.
31517 [C99-based-standards] (PRIuFAST64): Likewise.
31518 [C99-based-standards] (PRIxFAST64): Likewise.
31519 [C99-based-standards] (PRIXFAST64): Likewise.
31520 [C99-based-standards] (SCNdFAST64): Likewise.
31521 [C99-based-standards] (SCNiFAST64): Likewise.
31522 [C99-based-standards] (SCNoFAST64): Likewise.
31523 [C99-based-standards] (SCNuFAST64): Likewise.
31524 [C99-based-standards] (SCNxFAST64): Likewise.
31525 [C99-based-standards] (PRIdMAX): Likewise.
31526 [C99-based-standards] (PRIiMAX): Likewise.
31527 [C99-based-standards] (PRIoMAX): Likewise.
31528 [C99-based-standards] (PRIuMAX): Likewise.
31529 [C99-based-standards] (PRIxMAX): Likewise.
31530 [C99-based-standards] (PRIXMAX): Likewise.
31531 [C99-based-standards] (SCNdMAX): Likewise.
31532 [C99-based-standards] (SCNiMAX): Likewise.
31533 [C99-based-standards] (SCNoMAX): Likewise.
31534 [C99-based-standards] (SCNuMAX): Likewise.
31535 [C99-based-standards] (SCNxMAX): Likewise.
31536 [C99-based-standards] (PRIdPTR): Likewise.
31537 [C99-based-standards] (PRIiPTR): Likewise.
31538 [C99-based-standards] (PRIoPTR): Likewise.
31539 [C99-based-standards] (PRIuPTR): Likewise.
31540 [C99-based-standards] (PRIxPTR): Likewise.
31541 [C99-based-standards] (PRIXPTR): Likewise.
31542 [C99-based-standards] (SCNdPTR): Likewise.
31543 [C99-based-standards] (SCNiPTR): Likewise.
31544 [C99-based-standards] (SCNoPTR): Likewise.
31545 [C99-based-standards] (SCNuPTR): Likewise.
31546 [C99-based-standards] (SCNxPTR): Likewise.
31547 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
31548 allow.
31549 * conform/data/stdint.h-data: Update comments to clarify
31550 requirements.
31551 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
31552 type.
31553 [C99-based standards] (INT8_MAX): Likewise.
31554 [C99-based standards] (INT16_MIN): Likewise.
31555 [C99-based standards] (INT16_MAX): Likewise.
31556 [C99-based standards] (INT32_MIN): Likewise.
31557 [C99-based standards] (INT32_MAX): Likewise.
31558 [C99-based standards] (INT64_MIN): Likewise.
31559 [C99-based standards] (INT64_MAX): Likewise.
31560 [C99-based standards] (UINT8_MAX): Likewise.
31561 [C99-based standards] (UINT16_MAX): Likewise.
31562 [C99-based standards] (UINT32_MAX): Likewise.
31563 [C99-based standards] (UINT64_MAX): Likewise.
31564 [C99-based standards] (INT_LEAST8_MIN): Likewise.
31565 [C99-based standards] (INT_LEAST8_MAX): Likewise.
31566 [C99-based standards] (INT_LEAST16_MIN): Likewise.
31567 [C99-based standards] (INT_LEAST16_MAX): Likewise.
31568 [C99-based standards] (INT_LEAST32_MIN): Likewise.
31569 [C99-based standards] (INT_LEAST32_MAX): Likewise.
31570 [C99-based standards] (INT_LEAST64_MIN): Likewise.
31571 [C99-based standards] (INT_LEAST64_MAX): Likewise.
31572 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
31573 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
31574 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
31575 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
31576 [C99-based standards] (INT_FAST8_MIN): Likewise.
31577 [C99-based standards] (INT_FAST8_MAX): Likewise.
31578 [C99-based standards] (INT_FAST16_MIN): Likewise.
31579 [C99-based standards] (INT_FAST16_MAX): Likewise.
31580 [C99-based standards] (INT_FAST32_MIN): Likewise.
31581 [C99-based standards] (INT_FAST32_MAX): Likewise.
31582 [C99-based standards] (INT_FAST64_MIN): Likewise.
31583 [C99-based standards] (INT_FAST64_MAX): Likewise.
31584 [C99-based standards] (UINT_FAST8_MAX): Likewise.
31585 [C99-based standards] (UINT_FAST16_MAX): Likewise.
31586 [C99-based standards] (UINT_FAST32_MAX): Likewise.
31587 [C99-based standards] (UINT_FAST64_MAX): Likewise.
31588 [C99-based standards] (INTPTR_MIN): Likewise.
31589 [C99-based standards] (INTPTR_MAX): Likewise.
31590 [C99-based standards] (UINTPTR_MAX): Likewise.
31591 [C99-based standards] (INTMAX_MIN): Likewise.
31592 [C99-based standards] (INTMAX_MAX): Likewise.
31593 [C99-based standards] (UINTMAX_MAX): Likewise.
31594 [C99-based standards] (PTRDIFF_MIN): Likewise.
31595 [C99-based standards] (PTRDIFF_MAX): Likewise.
31596 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
31597 [C99-based standards] (SIZE_MAX): Likewise.
31598 [C99-based standards] (WCHAR_MAX): Likewise.
31599 [C99-based standards] (WINT_MAX): Likewise.
31600 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
31601 constraint on value.
31602 [C99-based standards] (WCHAR_MIN): Likewise.
31603 [C99-based standards] (WINT_MIN): Likewise.
31604 [C99-based standards] (*_t): Allow.
31605 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
31606 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
31607 Include math.h-data and complex.h-data. Remove all expectations
31608 of math.h and complex.h contents.
31609 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
31610 at end of line.
31611 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
31612 (struct tm): Expect tag.
31613 [C99-based-standards] (wcstof): Expect function.
31614 [C99-based-standards] (wcstold): Likewise.
31615 [C99-based-standards] (wcstoll): Likewise.
31616 [C99-based-standards] (wcstoull): Likewise.
31617 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
31618 macro-int-constant. Specify type.
31619 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
31620 constraint on value.
31621 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31622 Specify type.
31623 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
31624 Specify value.
31625 [ISO C standards]: Do not allow headers.
31626 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
31627 wcs[abcdefghijklmnopqrstuvwxyz]*.
31628 [ISO C standards] (*_t): Do not allow.
31629 * conform/data/wctype.h-data [C99-based standards] (iswblank):
31630 Expect function.
31631 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
31632 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31633 Specify type.
31634 [ISO C standards]: Do not allow headers.
31635 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
31636 is[abcdefghijklmnopqrstuvwxyz]*.
31637 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
31638 to[abcdefghijklmnopqrstuvwxyz]*.
31639 [ISO C standards] (*_t): Do not allow.
31640 * conform/data/stdalign.h-data: New file.
31641 * conform/data/stdbool.h-data: Likewise.
31642 * conform/data/stdnoreturn.h-data: Likewise.
31643
7514feb8
RM
316442012-11-07 Roland McGrath <roland@hack.frob.com>
31645
31646 [BZ #14815]
31647 * manual/filesys.texi (Directory Entries): Typo fix.
31648 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
31649
19b2ecfc
MS
316502012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31651
31652 * elf/elf.h (EM_AARCH64): New macro.
31653 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
31654 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
31655 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
31656 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
31657 (R_AARCH64_TLSDESC): Likewise.
31658 (NT_ARM_TLS): Likewise.
31659 (NT_ARM_HW_BREAK): Likewise.
31660 (NT_ARM_HW_WATCH): Likewise.
31661
60e235ee
JM
316622012-11-07 Joseph Myers <joseph@codesourcery.com>
31663
31664 [BZ #14811]
31665 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
31666 (__ieee754_powl): Saturate nonzero exponents with absolute value
31667 below 0x1p-79 to +/- 0x1p-79.
31668 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
31669 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
31670 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
31671 nonzero exponents with absolute value below 0x1p-32 to +/-
31672 0x1p-32.
31673 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
31674 (__ieee754_powl): Saturate nonzero exponents with absolute value
31675 below 0x1p-79 to +/- 0x1p-79.
31676 * math/libm-test.inc (pow_test): Add more tests.
31677
0ab234b7
AK
316782012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31679
31680 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
31681 _dl_s390_cap_flags with kernel. Increase string length.
31682 (_dl_s390_platforms): Add z196 and zEC12.
31683
45832f74
JM
316842012-11-07 Joseph Myers <joseph@codesourcery.com>
31685
31686 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
31687 Change XOPEN21K to XOPEN2K.
31688
19218757
MK
316892012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
31690
31691 * string/memmove.c: Use memcpy when possible.
31692
c5f45721
AJ
316932012-11-06 Andreas Jaeger <aj@suse.de>
31694
31695 * po/eo.po: Update from translation team.
31696
82477c28
JM
316972012-11-06 Joseph Myers <joseph@codesourcery.com>
31698
31699 [BZ #14793]
31700 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
31701 exponent and small x and y exponents, scale x or y up. Increase
31702 by 2 the exponent used in scaling up.
31703 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31704 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31705 * math/libm-test.inc (fma_test): Add more tests.
31706 (fma_test_towardzero): Likewise.
31707 (fma_test_downward): Likewise.
31708 (fma_test_upward): Likewise.
31709
99252c8c
JM
317102012-11-05 Joseph Myers <joseph@codesourcery.com>
31711
acfa885f
JM
31712 [BZ #14805]
31713 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
31714 fenv_t *.
31715
99252c8c
JM
31716 [BZ #14801]
31717 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
31718 namespace for names of struct fields.
31719 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
31720 fenv_t fields.
31721 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
31722 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
31723
d6d98dea
ST
317242012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
31725
31726 [BZ #3665]
31727 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
31728
e10bb107
TS
317292012-11-04 Thomas Schwinge <thomas@codesourcery.com>
31730
31731 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
31732 PTR_DEMANGLE.
31733
31734 [BZ #5246]
31735 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
31736 PTR_DEMANGLE.
31737
a0c2940d
JM
317382012-11-04 Joseph Myers <joseph@codesourcery.com>
31739
31740 [BZ #14797]
31741 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
31742 definitely overflow as x * y not x * y + z.
31743 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31744 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31745 * math/libm-test.inc (fma_test): Add more tests.
31746 (fma_test_towardzero): Likewise.
31747 (fma_test_downward): Likewise.
31748 (fma_test_upward): Likewise.
31749
b830319d
TS
317502012-11-04 Thomas Schwinge <thomas@codesourcery.com>
31751
31752 [BZ #157]
31753
31754 * include/stub-tag.h: Remove file.
31755 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
31756 '#include' of it.
31757 * manual/maint.texi (Porting): Don't reference it.
31758 * Makerules ($(objpfx)stubs): Likewise.
31759 * dirent/closedir.c: Don't include <stub-tag.h>.
31760 * dirent/dirfd.c: Likewise.
31761 * dirent/fdopendir.c: Likewise.
31762 * dirent/getdents.c: Likewise.
31763 * dirent/getdents64.c: Likewise.
31764 * dirent/opendir.c: Likewise.
31765 * dirent/readdir.c: Likewise.
31766 * dirent/readdir64.c: Likewise.
31767 * dirent/readdir64_r.c: Likewise.
31768 * dirent/readdir_r.c: Likewise.
31769 * dirent/rewinddir.c: Likewise.
31770 * dirent/seekdir.c: Likewise.
31771 * dirent/telldir.c: Likewise.
31772 * gmon/profil.c: Likewise.
31773 * grp/setgroups.c: Likewise.
31774 * inet/if_index.c: Likewise.
31775 * io/access.c: Likewise.
31776 * io/chdir.c: Likewise.
31777 * io/chmod.c: Likewise.
31778 * io/chown.c: Likewise.
31779 * io/close.c: Likewise.
31780 * io/dup.c: Likewise.
31781 * io/dup2.c: Likewise.
31782 * io/dup3.c: Likewise.
31783 * io/euidaccess.c: Likewise.
31784 * io/faccessat.c: Likewise.
31785 * io/fchdir.c: Likewise.
31786 * io/fchmod.c: Likewise.
31787 * io/fchmodat.c: Likewise.
31788 * io/fchown.c: Likewise.
31789 * io/fchownat.c: Likewise.
31790 * io/fcntl.c: Likewise.
31791 * io/flock.c: Likewise.
31792 * io/fstatfs.c: Likewise.
31793 * io/fstatfs64.c: Likewise.
31794 * io/fstatvfs.c: Likewise.
31795 * io/fstatvfs64.c: Likewise.
31796 * io/futimens.c: Likewise.
31797 * io/fxstat.c: Likewise.
31798 * io/fxstat64.c: Likewise.
31799 * io/fxstatat.c: Likewise.
31800 * io/fxstatat64.c: Likewise.
31801 * io/getcwd.c: Likewise.
31802 * io/isatty.c: Likewise.
31803 * io/lchmod.c: Likewise.
31804 * io/lchown.c: Likewise.
31805 * io/link.c: Likewise.
31806 * io/linkat.c: Likewise.
31807 * io/lseek.c: Likewise.
31808 * io/lseek64.c: Likewise.
31809 * io/lxstat64.c: Likewise.
31810 * io/mkdir.c: Likewise.
31811 * io/mkdirat.c: Likewise.
31812 * io/mkfifo.c: Likewise.
31813 * io/mkfifoat.c: Likewise.
31814 * io/open.c: Likewise.
31815 * io/open64.c: Likewise.
31816 * io/openat.c: Likewise.
31817 * io/openat64.c: Likewise.
31818 * io/pipe.c: Likewise.
31819 * io/pipe2.c: Likewise.
31820 * io/poll.c: Likewise.
31821 * io/posix_fadvise.c: Likewise.
31822 * io/posix_fadvise64.c: Likewise.
31823 * io/posix_fallocate.c: Likewise.
31824 * io/posix_fallocate64.c: Likewise.
31825 * io/read.c: Likewise.
31826 * io/readlink.c: Likewise.
31827 * io/readlinkat.c: Likewise.
31828 * io/rmdir.c: Likewise.
31829 * io/sendfile.c: Likewise.
31830 * io/sendfile64.c: Likewise.
31831 * io/statfs.c: Likewise.
31832 * io/statfs64.c: Likewise.
31833 * io/statvfs.c: Likewise.
31834 * io/statvfs64.c: Likewise.
31835 * io/symlink.c: Likewise.
31836 * io/symlinkat.c: Likewise.
31837 * io/ttyname.c: Likewise.
31838 * io/ttyname_r.c: Likewise.
31839 * io/umask.c: Likewise.
31840 * io/unlink.c: Likewise.
31841 * io/unlinkat.c: Likewise.
31842 * io/utime.c: Likewise.
31843 * io/utimensat.c: Likewise.
31844 * io/write.c: Likewise.
31845 * io/xmknod.c: Likewise.
31846 * io/xmknodat.c: Likewise.
31847 * io/xstat.c: Likewise.
31848 * io/xstat64.c: Likewise.
31849 * login/getpt.c: Likewise.
31850 * login/grantpt.c: Likewise.
31851 * login/unlockpt.c: Likewise.
31852 * math/e_acoshl.c: Likewise.
31853 * math/e_acosl.c: Likewise.
31854 * math/e_asinl.c: Likewise.
31855 * math/e_atan2l.c: Likewise.
31856 * math/e_atanhl.c: Likewise.
31857 * math/e_coshl.c: Likewise.
31858 * math/e_expl.c: Likewise.
31859 * math/e_fmodl.c: Likewise.
31860 * math/e_gammal_r.c: Likewise.
31861 * math/e_hypotl.c: Likewise.
31862 * math/e_j0l.c: Likewise.
31863 * math/e_j1l.c: Likewise.
31864 * math/e_jnl.c: Likewise.
31865 * math/e_lgammal_r.c: Likewise.
31866 * math/e_log10l.c: Likewise.
31867 * math/e_log2l.c: Likewise.
31868 * math/e_logl.c: Likewise.
31869 * math/e_powl.c: Likewise.
31870 * math/e_rem_pio2l.c: Likewise.
31871 * math/e_sinhl.c: Likewise.
31872 * math/e_sqrtl.c: Likewise.
31873 * math/fclrexcpt.c: Likewise.
31874 * math/fedisblxcpt.c: Likewise.
31875 * math/feenablxcpt.c: Likewise.
31876 * math/fegetenv.c: Likewise.
31877 * math/fegetexcept.c: Likewise.
31878 * math/fegetround.c: Likewise.
31879 * math/feholdexcpt.c: Likewise.
31880 * math/fesetenv.c: Likewise.
31881 * math/fesetround.c: Likewise.
31882 * math/feupdateenv.c: Likewise.
31883 * math/fgetexcptflg.c: Likewise.
31884 * math/fraiseexcpt.c: Likewise.
31885 * math/fsetexcptflg.c: Likewise.
31886 * math/ftestexcept.c: Likewise.
31887 * math/k_cosl.c: Likewise.
31888 * math/k_rem_pio2l.c: Likewise.
31889 * math/k_sinl.c: Likewise.
31890 * math/k_tanl.c: Likewise.
31891 * math/s_asinhl.c: Likewise.
31892 * math/s_atanl.c: Likewise.
31893 * math/s_cbrtl.c: Likewise.
31894 * math/s_erfl.c: Likewise.
31895 * math/s_expm1l.c: Likewise.
31896 * math/s_log1pl.c: Likewise.
31897 * math/s_tanhl.c: Likewise.
31898 * misc/acct.c: Likewise.
31899 * misc/brk.c: Likewise.
31900 * misc/chflags.c: Likewise.
31901 * misc/chroot.c: Likewise.
31902 * misc/fchflags.c: Likewise.
31903 * misc/fgetxattr.c: Likewise.
31904 * misc/flistxattr.c: Likewise.
31905 * misc/fremovexattr.c: Likewise.
31906 * misc/fsetxattr.c: Likewise.
31907 * misc/fsync.c: Likewise.
31908 * misc/ftruncate.c: Likewise.
31909 * misc/futimes.c: Likewise.
31910 * misc/futimesat.c: Likewise.
31911 * misc/getdomain.c: Likewise.
31912 * misc/getdtsz.c: Likewise.
31913 * misc/gethostid.c: Likewise.
31914 * misc/gethostname.c: Likewise.
31915 * misc/getloadavg.c: Likewise.
31916 * misc/getpagesize.c: Likewise.
31917 * misc/getsysstats.c: Likewise.
31918 * misc/getxattr.c: Likewise.
31919 * misc/gtty.c: Likewise.
31920 * misc/ioctl.c: Likewise.
31921 * misc/lgetxattr.c: Likewise.
31922 * misc/listxattr.c: Likewise.
31923 * misc/llistxattr.c: Likewise.
31924 * misc/lremovexattr.c: Likewise.
31925 * misc/lsetxattr.c: Likewise.
31926 * misc/lutimes.c: Likewise.
31927 * misc/madvise.c: Likewise.
31928 * misc/mincore.c: Likewise.
31929 * misc/mlock.c: Likewise.
31930 * misc/mlockall.c: Likewise.
31931 * misc/mmap.c: Likewise.
31932 * misc/mprotect.c: Likewise.
31933 * misc/msync.c: Likewise.
31934 * misc/munlock.c: Likewise.
31935 * misc/munlockall.c: Likewise.
31936 * misc/munmap.c: Likewise.
31937 * misc/preadv.c: Likewise.
31938 * misc/preadv64.c: Likewise.
31939 * misc/ptrace.c: Likewise.
31940 * misc/pwritev.c: Likewise.
31941 * misc/pwritev64.c: Likewise.
31942 * misc/readv.c: Likewise.
31943 * misc/reboot.c: Likewise.
31944 * misc/remap_file_pages.c: Likewise.
31945 * misc/removexattr.c: Likewise.
31946 * misc/revoke.c: Likewise.
31947 * misc/select.c: Likewise.
31948 * misc/setdomain.c: Likewise.
31949 * misc/setegid.c: Likewise.
31950 * misc/seteuid.c: Likewise.
31951 * misc/sethostid.c: Likewise.
31952 * misc/sethostname.c: Likewise.
31953 * misc/setregid.c: Likewise.
31954 * misc/setreuid.c: Likewise.
31955 * misc/setxattr.c: Likewise.
31956 * misc/sstk.c: Likewise.
31957 * misc/stty.c: Likewise.
31958 * misc/swapoff.c: Likewise.
31959 * misc/swapon.c: Likewise.
31960 * misc/sync.c: Likewise.
31961 * misc/syncfs.c: Likewise.
31962 * misc/syscall.c: Likewise.
31963 * misc/truncate.c: Likewise.
31964 * misc/ualarm.c: Likewise.
31965 * misc/usleep.c: Likewise.
31966 * misc/ustat.c: Likewise.
31967 * misc/utimes.c: Likewise.
31968 * misc/vhangup.c: Likewise.
31969 * misc/writev.c: Likewise.
31970 * posix/_exit.c: Likewise.
31971 * posix/alarm.c: Likewise.
31972 * posix/execve.c: Likewise.
31973 * posix/fexecve.c: Likewise.
31974 * posix/fork.c: Likewise.
31975 * posix/fpathconf.c: Likewise.
31976 * posix/getaddrinfo.c: Likewise.
31977 * posix/getegid.c: Likewise.
31978 * posix/geteuid.c: Likewise.
31979 * posix/getgid.c: Likewise.
31980 * posix/getgroups.c: Likewise.
31981 * posix/getlogin.c: Likewise.
31982 * posix/getlogin_r.c: Likewise.
31983 * posix/getpgid.c: Likewise.
31984 * posix/getpid.c: Likewise.
31985 * posix/getppid.c: Likewise.
31986 * posix/getresgid.c: Likewise.
31987 * posix/getresuid.c: Likewise.
31988 * posix/getsid.c: Likewise.
31989 * posix/getuid.c: Likewise.
31990 * posix/glob64.c: Likewise.
31991 * posix/nanosleep.c: Likewise.
31992 * posix/pathconf.c: Likewise.
31993 * posix/pause.c: Likewise.
31994 * posix/posix_madvise.c: Likewise.
31995 * posix/pread.c: Likewise.
31996 * posix/pread64.c: Likewise.
31997 * posix/pwrite.c: Likewise.
31998 * posix/pwrite64.c: Likewise.
31999 * posix/sched_getaffinity.c: Likewise.
32000 * posix/sched_getp.c: Likewise.
32001 * posix/sched_gets.c: Likewise.
32002 * posix/sched_primax.c: Likewise.
32003 * posix/sched_primin.c: Likewise.
32004 * posix/sched_rr_gi.c: Likewise.
32005 * posix/sched_setaffinity.c: Likewise.
32006 * posix/sched_setp.c: Likewise.
32007 * posix/sched_sets.c: Likewise.
32008 * posix/sched_yield.c: Likewise.
32009 * posix/setgid.c: Likewise.
32010 * posix/setlogin.c: Likewise.
32011 * posix/setpgid.c: Likewise.
32012 * posix/setresgid.c: Likewise.
32013 * posix/setresuid.c: Likewise.
32014 * posix/setsid.c: Likewise.
32015 * posix/setuid.c: Likewise.
32016 * posix/sleep.c: Likewise.
32017 * posix/spawni.c: Likewise.
32018 * posix/sysconf.c: Likewise.
32019 * posix/times.c: Likewise.
32020 * posix/wait.c: Likewise.
32021 * posix/wait3.c: Likewise.
32022 * posix/wait4.c: Likewise.
32023 * posix/waitpid.c: Likewise.
32024 * resolv/gai_sigqueue.c: Likewise.
32025 * resource/getpriority.c: Likewise.
32026 * resource/getrlimit.c: Likewise.
32027 * resource/getrusage.c: Likewise.
32028 * resource/nice.c: Likewise.
32029 * resource/setpriority.c: Likewise.
32030 * resource/setrlimit.c: Likewise.
32031 * resource/ulimit.c: Likewise.
32032 * rt/aio_cancel.c: Likewise.
32033 * rt/aio_fsync.c: Likewise.
32034 * rt/aio_read.c: Likewise.
32035 * rt/aio_sigqueue.c: Likewise.
32036 * rt/aio_suspend.c: Likewise.
32037 * rt/aio_write.c: Likewise.
32038 * rt/clock_getres.c: Likewise.
32039 * rt/clock_gettime.c: Likewise.
32040 * rt/clock_nanosleep.c: Likewise.
32041 * rt/clock_settime.c: Likewise.
32042 * rt/lio_listio.c: Likewise.
32043 * rt/mq_close.c: Likewise.
32044 * rt/mq_getattr.c: Likewise.
32045 * rt/mq_notify.c: Likewise.
32046 * rt/mq_open.c: Likewise.
32047 * rt/mq_receive.c: Likewise.
32048 * rt/mq_send.c: Likewise.
32049 * rt/mq_setattr.c: Likewise.
32050 * rt/mq_timedreceive.c: Likewise.
32051 * rt/mq_timedsend.c: Likewise.
32052 * rt/mq_unlink.c: Likewise.
32053 * rt/shm_open.c: Likewise.
32054 * rt/shm_unlink.c: Likewise.
32055 * rt/timer_create.c: Likewise.
32056 * rt/timer_delete.c: Likewise.
32057 * rt/timer_getoverr.c: Likewise.
32058 * rt/timer_gettime.c: Likewise.
32059 * rt/timer_settime.c: Likewise.
32060 * setjmp/__longjmp.c: Likewise.
32061 * setjmp/setjmp.c: Likewise.
32062 * signal/kill.c: Likewise.
32063 * signal/killpg.c: Likewise.
32064 * signal/raise.c: Likewise.
32065 * signal/sigaction.c: Likewise.
32066 * signal/sigaltstack.c: Likewise.
32067 * signal/sigblock.c: Likewise.
32068 * signal/sigignore.c: Likewise.
32069 * signal/sigintr.c: Likewise.
32070 * signal/signal.c: Likewise.
32071 * signal/sigpause.c: Likewise.
32072 * signal/sigpending.c: Likewise.
32073 * signal/sigqueue.c: Likewise.
32074 * signal/sigreturn.c: Likewise.
32075 * signal/sigset.c: Likewise.
32076 * signal/sigsetmask.c: Likewise.
32077 * signal/sigstack.c: Likewise.
32078 * signal/sigsuspend.c: Likewise.
32079 * signal/sigtimedwait.c: Likewise.
32080 * signal/sigvec.c: Likewise.
32081 * signal/sigwait.c: Likewise.
32082 * signal/sigwaitinfo.c: Likewise.
32083 * signal/sysv_signal.c: Likewise.
32084 * socket/accept.c: Likewise.
32085 * socket/accept4.c: Likewise.
32086 * socket/bind.c: Likewise.
32087 * socket/connect.c: Likewise.
32088 * socket/getpeername.c: Likewise.
32089 * socket/getsockname.c: Likewise.
32090 * socket/getsockopt.c: Likewise.
32091 * socket/isfdtype.c: Likewise.
32092 * socket/listen.c: Likewise.
32093 * socket/recv.c: Likewise.
32094 * socket/recvfrom.c: Likewise.
32095 * socket/recvmsg.c: Likewise.
32096 * socket/send.c: Likewise.
32097 * socket/sendmsg.c: Likewise.
32098 * socket/sendto.c: Likewise.
32099 * socket/setsockopt.c: Likewise.
32100 * socket/shutdown.c: Likewise.
32101 * socket/sockatmark.c: Likewise.
32102 * socket/socket.c: Likewise.
32103 * socket/socketpair.c: Likewise.
32104 * stdio-common/ctermid.c: Likewise.
32105 * stdio-common/cuserid.c: Likewise.
32106 * stdio-common/remove.c: Likewise.
32107 * stdio-common/rename.c: Likewise.
32108 * stdio-common/renameat.c: Likewise.
32109 * stdio-common/tempname.c: Likewise.
32110 * stdlib/getcontext.c: Likewise.
32111 * stdlib/makecontext.c: Likewise.
32112 * stdlib/setcontext.c: Likewise.
32113 * stdlib/swapcontext.c: Likewise.
32114 * stdlib/system.c: Likewise.
32115 * streams/fattach.c: Likewise.
32116 * streams/fdetach.c: Likewise.
32117 * streams/getmsg.c: Likewise.
32118 * streams/getpmsg.c: Likewise.
32119 * streams/putmsg.c: Likewise.
32120 * streams/putpmsg.c: Likewise.
32121 * sysdeps/unix/bsd/getpt.c: Likewise.
32122 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32123 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32124 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32125 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32126 Likewise.
32127 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32128 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32129 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32130 * sysvipc/msgctl.c: Likewise.
32131 * sysvipc/msgget.c: Likewise.
32132 * sysvipc/msgrcv.c: Likewise.
32133 * sysvipc/msgsnd.c: Likewise.
32134 * sysvipc/semctl.c: Likewise.
32135 * sysvipc/semget.c: Likewise.
32136 * sysvipc/semop.c: Likewise.
32137 * sysvipc/semtimedop.c: Likewise.
32138 * sysvipc/shmat.c: Likewise.
32139 * sysvipc/shmctl.c: Likewise.
32140 * sysvipc/shmdt.c: Likewise.
32141 * sysvipc/shmget.c: Likewise.
32142 * termios/tcdrain.c: Likewise.
32143 * termios/tcflow.c: Likewise.
32144 * termios/tcflush.c: Likewise.
32145 * termios/tcgetattr.c: Likewise.
32146 * termios/tcgetpgrp.c: Likewise.
32147 * termios/tcsendbrk.c: Likewise.
32148 * termios/tcsetattr.c: Likewise.
32149 * termios/tcsetpgrp.c: Likewise.
32150 * time/adjtime.c: Likewise.
32151 * time/clock.c: Likewise.
32152 * time/getitimer.c: Likewise.
32153 * time/gettimeofday.c: Likewise.
32154 * time/setitimer.c: Likewise.
32155 * time/settimeofday.c: Likewise.
32156 * time/stime.c: Likewise.
32157 * time/time.c: Likewise.
32158
321592012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 32160
a20492cf
PT
32161 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32162 /usr/old/bin.
32163
72e182e3
PT
32164 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32165 instead of spaces.
32166 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32167
fbeafede
JM
321682012-11-03 Joseph Myers <joseph@codesourcery.com>
32169
5b5b04d6
JM
32170 [BZ #14796]
32171 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32172 FE_TONEAREST before applying Dekker multiplication and Knuth
32173 addition. Clear inexact exceptions and check for exact zero
32174 results afterwards.
32175 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32176 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32177 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32178 * math/libm-test.inc (fma_test): Add more tests.
32179 (fma_test_towardzero): Likewise.
32180 (fma_test_downward): Likewise.
32181 (fma_test_upward): Likewise.
32182 * sysdeps/generic/math_private.h (default_libc_fesetround): New
32183 function.
32184 (libc_fesetround): New macro.
32185 (libc_fesetroundf): Likewise.
32186 (libc_fesetroundl): Likewise.
32187 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32188 function.
32189 (libc_fesetround_387): Likewise.
32190 (libc_fesetroundf): New macro.
32191 (libc_fesetround): Likewise.
32192 (libc_fesetroundl): Likewise.
32193 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32194 function.
32195 (libc_fesetroundf): New macro.
32196 (libc_fesetround): Likewise.
32197 (libc_fesetroundl): Likewise.
32198 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32199 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32200 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32201 libm_hidden_ver.
32202 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32203 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32204 libm_hidden_def.
32205 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32206 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32207 libm_hidden_ver.
32208 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32209 libm_hidden_def.
32210
fbeafede
JM
32211 [BZ #3439]
32212 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32213 integer constant usable in #if and use that to give value to enum
32214 constant.
32215 (FE_DIVBYZERO): Likewise.
32216 (FE_UNDERFLOW): Likewise.
32217 (FE_OVERFLOW): Likewise.
32218 (FE_INVALID): Likewise.
32219 (FE_INVALID_SNAN): Likewise.
32220 (FE_INVALID_ISI): Likewise.
32221 (FE_INVALID_IDI): Likewise.
32222 (FE_INVALID_ZDZ): Likewise.
32223 (FE_INVALID_IMZ): Likewise.
32224 (FE_INVALID_COMPARE): Likewise.
32225 (FE_INVALID_SOFTWARE): Likewise.
32226 (FE_INVALID_SQRT): Likewise.
32227 (FE_INVALID_INTEGER_CONVERSION): Likewise.
32228 (FE_TONEAREST): Likewise.
32229 (FE_TOWARDZERO): Likewise.
32230 (FE_UPWARD): Likewise.
32231 (FE_DOWNWARD): Likewise.
32232 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32233 (FE_DIVBYZERO): Likewise.
32234 (FE_OVERFLOW): Likewise.
32235 (FE_UNDERFLOW): Likewise.
32236 (FE_INEXACT): Likewise.
32237 (FE_TONEAREST): Likewise.
32238 (FE_DOWNWARD): Likewise.
32239 (FE_UPWARD): Likewise.
32240 (FE_TOWARDZERO): Likewise.
32241 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32242 (FE_UNDERFLOW): Likewise.
32243 (FE_OVERFLOW): Likewise.
32244 (FE_DIVBYZERO): Likewise.
32245 (FE_INVALID): Likewise.
32246 (FE_TONEAREST): Likewise.
32247 (FE_TOWARDZERO): Likewise.
32248 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32249 (FE_OVERFLOW): Likewise.
32250 (FE_UNDERFLOW): Likewise.
32251 (FE_DIVBYZERO): Likewise.
32252 (FE_INEXACT): Likewise.
32253 (FE_TONEAREST): Likewise.
32254 (FE_TOWARDZERO): Likewise.
32255 (FE_UPWARD): Likewise.
32256 (FE_DOWNWARD): Likewise.
32257 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32258 (FE_DIVBYZERO): Likewise.
32259 (FE_OVERFLOW): Likewise.
32260 (FE_UNDERFLOW): Likewise.
32261 (FE_INEXACT): Likewise.
32262 (FE_TONEAREST): Likewise.
32263 (FE_DOWNWARD): Likewise.
32264 (FE_UPWARD): Likewise.
32265 (FE_TOWARDZERO): Likewise.
32266
105ca950
CM
322672012-11-02 Chris Metcalf <cmetcalf@tilera.com>
32268
32269 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32270
a542b389
AS
322712012-11-03 Andreas Schwab <schwab@linux-m68k.org>
32272
32273 * scripts/cross-test-ssh.sh (command): Use newlines to separate
32274 commands. Quote $PWD.
32275 (blacklist_exports): Don't use remove_newlines. Replace "declare
32276 -x" by "export".
32277 (remove_newlines): Remove.
32278
f62c8abc
L
322792012-11-02 H.J. Lu <hongjiu.lu@intel.com>
32280
32281 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32282 * stdlib/stdlib.h (atof): Moved to ...
32283 * include/bits/stdlib-float.h: Here. New file.
32284 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32285 * stdlib/bits/stdlib-float.h: New file.
32286 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32287 -mno-sse -mno-mmx.
32288 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32289 <xmmintrin.h>.
32290
0155d5b2
JM
322912012-11-02 Joseph Myers <joseph@codesourcery.com>
32292
a68d0680
JM
32293 * conform/conformtest.pl (@headers): Add fenv.h.
32294 * conform/data/fenv.h-data: New file.
32295 * include/fenv.h [_ISOMAC]: Disable all contents of file except
32296 include of <math/fenv.h>.
32297
caf7f573
JM
32298 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32299 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32300 && !UNIX98]. Enables tests for XOPEN2K8.
32301 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32302 POSIX2008]: Likewise.
32303
6c073ad6
JM
32304 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32305 (struct rusage): Do not expect type or its members.
32306
0155d5b2
JM
32307 [BZ #3439]
32308 * math/math.h (FP_NAN): Define macro to integer constant usable in
32309 #if and use that to give value to enum constant.
32310 (FP_INFINITE): Likewise.
32311 (FP_ZERO): Likewise.
32312 (FP_SUBNORMAL): Likewise.
32313 (FP_NORMAL): Likewise.
32314
b5dcacb4
AS
323152012-11-02 Andreas Schwab <schwab@linux-m68k.org>
32316
32317 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32318 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32319 arguments.
32320
f7934be8
RM
323212012-11-02 Roland McGrath <roland@hack.frob.com>
32322
32323 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32324 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32325 autoconf-time if not.
32326 * configure.in: Remove AC_PREREQ.
32327
d7d08bde
TMQMF
323282012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
32329
32330 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32331 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32332 of the internal implementation.
32333
dcdae19a
JM
323342012-11-02 Joseph Myers <joseph@codesourcery.com>
32335
32336 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32337 except include of <misc/sys/syslog.h>.
32338
d6cffd3e
AS
323392012-11-01 Andreas Schwab <schwab@linux-m68k.org>
32340
32341 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32342 function returns with a NULL context exit with zero.
32343
b3563932
TMQMF
323442012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
32345
32346 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32347
b288a93d
L
323482012-11-01 H.J. Lu <hongjiu.lu@intel.com>
32349
32350 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32351 (run_program_cmd): This.
32352 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32353 (tst_langinfo): New variable. Use it.
32354
a2421a68
SAS
323552012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
32356
32357 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32358 floating point opcodes.
32359
6f796e1b
TS
323602012-11-01 Thomas Schwinge <thomas@codesourcery.com>
32361
7402596b
TS
32362 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32363 variable.
32364
d0d4f868
TS
32365 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32366
6f796e1b
TS
32367 * sysdeps/mach/hurd/powerpc: Remove directory.
32368 * sysdeps/mach/powerpc: Likewise.
32369
4da224a2
AS
323702012-11-01 Andreas Schwab <schwab@linux-m68k.org>
32371
32372 * scripts/check-local-headers.sh: Ignore c++ headers.
32373
341dd673
TS
323742012-11-01 Thomas Schwinge <thomas@codesourcery.com>
32375
32376 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32377 __libc_cleanup_region_start argument.
32378
473611b2
JM
323792012-11-01 Joseph Myers <joseph@codesourcery.com>
32380
32381 [BZ #14784]
32382 [BZ #14785]
32383 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32384 x * y using scaling, not as x * y + z.
32385 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32386 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32387 * math/libm-test.inc (fma_test): Add more tests.
32388 (fma_test_towardzero): Likewise.
32389 (fma_test_downward): Likewise.
32390 (fma_test_upward): Likewise.
32391
4078da3d
TS
323922012-11-01 Thomas Schwinge <thomas@codesourcery.com>
32393
32394 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32395
903252aa
JM
323962012-10-31 Joseph Myers <joseph@codesourcery.com>
32397
32398 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32399 New variable.
32400
cbc818d0
TS
324012012-10-31 Thomas Schwinge <thomas@codesourcery.com>
32402
32403 * rt/tst-shm.c (worker): Correct checking for mmap failure.
32404
5a03cb1e
AS
324052012-10-31 Andreas Schwab <schwab@linux-m68k.org>
32406
32407 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32408 Fix sort order.
32409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32410 Likewise.
32411
90aff2ff
TMQMF
324122012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
32413
32414 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32415 Fix the order of the list for glibc 2.17.
32416 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32417 Likewise.
32418
1818fcb7
AS
324192012-10-31 Andreas Schwab <schwab@linux-m68k.org>
32420
32421 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32422
ef82f4da
JM
324232012-10-31 Joseph Myers <joseph@codesourcery.com>
32424
16a0e2ec
JM
32425 [BZ #14610]
32426 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32427 for low part of x being zero before using __atanl (y).
32428 * math/libm-test.inc (atan2_test): Add another test.
32429
0eb69512
JM
32430 * manual/install.texi (Configuring and compiling): Document
32431 general use of test-wrapper and test-wrapper-env.
32432 * INSTALL: Regenerated.
32433
ef82f4da
JM
32434 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32435 (__fma): Do not extract and scale down low bits on after-rounding
32436 systems when result rounded to normal precision would have normal
32437 exponent.
32438 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32439 (__fmal): Do not extract and scale down low bits on after-rounding
32440 systems when result rounded to normal precision would have normal
32441 exponent.
32442 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32443 (__fmal): Do not extract and scale down low bits on after-rounding
32444 systems when result rounded to normal precision would have normal
32445 exponent.
32446 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32447 macro.
32448 (fma_test): Add more tests.
32449 (fma_test_towardzero): Likewise.
32450 (fma_test_downward): Likewise.
32451 (fma_test_upward): Likewise.
32452
954ef0d9
L
324532012-10-30 H.J. Lu <hongjiu.lu@intel.com>
32454
32455 * sysdeps/i386/tininess.h: Renamed to ...
32456 * sysdeps/x86/tininess.h: This.
32457 * sysdeps/x86_64/tininess.h: Removed.
32458
df61ffb2
JM
324592012-10-30 Joseph Myers <joseph@codesourcery.com>
32460
32461 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32462 input. Use $(build-program-cmd).
32463 ($(objpfx)tst-array1-static.out): Likewise.
32464 ($(objpfx)tst-array2.out): Likewise.
32465 ($(objpfx)tst-array3.out): Likewise.
32466 ($(objpfx)tst-array4.out): Likewise.
32467 ($(objpfx)tst-array5.out): Likewise.
32468 ($(objpfx)tst-array5-static.out): Likewise.
32469
01767843
CM
324702012-10-30 Chris Metcalf <cmetcalf@tilera.com>
32471
47cc1490
CM
32472 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32473 if defined.
32474
01767843
CM
32475 * nss/nsswitch.h (nss_interface_function): Provide new
32476 macro for use with NSS functions.
32477 * grp/initgroups.c: Use new macro.
32478 * nss/getXXbyYY.c: Likewise.
32479 * nss/getXXbyYY_r.c: Likewise.
32480 * nss/getXXent.c: Likewise.
32481 * nss/getXXent_r.c: Likewise.
32482 * sysdeps/posix/getaddrinfo.c: Likewise.
32483
8321aa97
AJ
324842012-10-30 Andreas Jaeger <aj@suse.de>
32485
32486 * po/ru.po: Update Russion translation from translation project.
32487
2a27fd6d
JM
324882012-10-30 Joseph Myers <joseph@codesourcery.com>
32489
8627a232
JM
32490 [BZ #14152]
32491 [BZ #14783]
32492 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32493 result and shift together with sticky bit instead of replicating
32494 round-to-nearest rounding.
32495 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32496 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32497 * math/libm-test.inc (fma_test): Add more tests. Do not permit
32498 missing underflow exceptions.
32499 (fma_test_towardzero): Add more tests.
32500 (fma_test_downward): Likewise.
32501 (fma_test_upward): Likewise.
32502
2a27fd6d
JM
32503 [BZ #14047]
32504 * sysdeps/generic/tininess.h: New file.
32505 * sysdeps/i386/tininess.h: Likewise.
32506 * sysdeps/sh/tininess.h: Likewise.
32507 * sysdeps/x86_64/tininess.h: Likewise.
32508 * stdlib/tst-strtod-underflow.c: Likewise.
32509 * stdlib/tst-tininess.c: Likewise.
32510 * stdlib/strtod_l.c: Include <tininess.h>.
32511 (round_and_return): Do not set errno for exact underflow cases.
32512 Force an underflow exception when setting errno for underflow.
32513 Determine underflow based on rounding to normal precision if
32514 TININESS_AFTER_ROUNDING.
32515 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
32516 ERANGE for exact underflow cases.
32517 * stdlib/Makefile (tests): Add tst-tininess and
32518 tst-strtod-underflow.
32519 ($(objpfx)tst-tininess): Use $(link-libm).
32520 ($(objpfx)tst-strtod-underflow): Likewise.
32521
e7170363
AJ
325222012-10-30 Andreas Jaeger <aj@suse.de>
32523
e5088dc6
AJ
32524 [BZ#14767]
32525 * elf/Makefile (tests): Remove conditional for have-initfini-array
32526 since this is now always required and the variable does not exist
32527 anymore.
32528 (tests-static): Likewise.
32529 (modules-names): Likewise.
32530
e7170363 32531 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
32532
32533 * elf/tst-array1.c (fini_array): Make writeable so that it can be
32534 merged with constructor/destructor.
32535 (init_array): Likewise.
32536 * elf/tst-array2dep.c (fini_array): Likewise.
32537 (init_array): Likewise.
32538
60457d8a
MF
325392012-10-29 Mike Frysinger <vapier@gentoo.org>
32540
32541 * manual/message.texi: Delete @cartouche tags.
32542
8bece752
PT
325432012-10-29 Pino Toscano <toscano.pino@tiscali.it>
32544
94ce799f
PT
32545 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
32546 EOPNOTSUPP.
32547 * sysdeps/mach/hurd/fsync.c: Likewise.
32548
8bece752
PT
32549 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
32550 [_POSIX_REALTIME_SIGNALS]: Change condition to
32551 [_POSIX_REALTIME_SIGNALS > 0].
32552
86ebe6b1
AJ
325532012-10-27 Andreas Jaeger <aj@suse.de>
32554
32555 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
32556 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
32557 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
32558 [__WORDSIZE != 64]: Likewise.
32559
54399c08
L
325602012-10-26 H.J. Lu <hongjiu.lu@intel.com>
32561
32562 * iconvdata/tst-table.sh: Remove ${SHELL}.
32563 * iconvdata/tst-tables.sh: Likewise.
32564
e2211bed
DM
325652012-10-25 David S. Miller <davem@davemloft.net>
32566
32567 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32568 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
32569 of strtoull.
32570
f303f97c
DM
32571 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
32572 ifunc-impl-list.c
32573 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32574 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
32575 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
32576 file.
32577
1e9d84cd
RM
325782012-10-25 Roland McGrath <roland@hack.frob.com>
32579
32580 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32581 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
32582 __getdirentries.
32583
df381762
JM
325842012-10-25 Joseph Myers <joseph@codesourcery.com>
32585 Jim Blandy <jimb@codesourcery.com>
32586
32587 * scripts/cross-test-ssh.sh: New file.
32588 * manual/install.texi (Configuring and compiling): Document use of
32589 cross-test-ssh.sh.
32590 * INSTALL: Regenerated.
32591
bff64913
PT
325922012-10-25 Pino Toscano <toscano.pino@tiscali.it>
32593
32594 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
32595 EOPNOTSUPP.
32596
25fe8932
JM
325972012-10-25 Joseph Myers <joseph@codesourcery.com>
32598
32599 * Makeconfig (run-program-prefix): Fix comment.
32600
cc1290d0
JM
326012012-10-24 Joseph Myers <joseph@codesourcery.com>
32602 Jim Blandy <jimb@codesourcery.com>
32603
32604 * Makeconfig (test-wrapper): New variable,
32605 (test-wrapper-env): Likewise.
32606 [$(cross-compiling) = yes && $(test-wrapper) != ""]
32607 (run-built-tests): Define to yes.
32608 (run-program-prefix): Use $(test-wrapper).
32609 (built-program-cmd): Likewise.
32610 * Rules (make-test-out): Use $(test-wrapper-env) and
32611 $(host-built-program-cmd).
32612 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
32613 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
32614 tst-pathopt.sh.
32615 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
32616 $(test-wrapper-env) to tst-rtld-load-self.sh.
32617 ($(objpfx)order2.out): Use $(test-wrapper).
32618 ($(objpfx)tst-initorder.out): Likewise.
32619 ($(objpfx)tst-initorder2.out): Likewise.
32620 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
32621 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
32622 (test_wrapper_env): New variable. Use it to run ld.so.
32623 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
32624 Use it to run ld.so.
32625 (test_wrapper_env): Likewise.
32626 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
32627 $(test-wrapper) to run-iconv-test.sh.
32628 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
32629 (ICONV): Use $test_wrapper.
32630 * posix/Makefile ($(objpfx)globtest.out): Pass
32631 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
32632 globtest.sh, not $(run-program-prefix).
32633 * posix/globtest.sh (run_via_rtld_prefix): New variable.
32634 (test_wrapper): Likewise.
32635 (test_wrapper_env): Likewise. Use it to run globtest with HOME
32636 set together with run_via_rtld_prefix.
32637 (run_program_prefix): Define in terms of test_wrapper and
32638 run_via_rtld_prefix.
32639
6e6249d0
RM
326402012-10-24 Roland McGrath <roland@hack.frob.com>
32641
32642 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
32643 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
32644 Targets removed.
32645
32646 [BZ #14743]
32647 * include/time.h: Remove librt_hidden_proto (clock_gettime).
32648 Declare __clock_getres, __clock_gettime, __clock_settime,
32649 __clock_nanosleep, and __clock_getcpuclockid.
32650 * rt/clock_gettime.c: Define __clock_gettime as an alias.
32651 Remove librt_hidden_def (clock_gettime).
32652 * sysdeps/unix/clock_gettime.c: Likewise.
32653 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
32654 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
32655 * rt/clock_getres.c: Define __clock_getres as an alias.
32656 * sysdeps/posix/clock_getres.c: Likewise.
32657 * rt/clock_settime.c: Define __clock_settime as an alias.
32658 * sysdeps/unix/clock_settime.c: Likewise.
32659 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
32660 * sysdeps/unix/clock_nanosleep.c: Likewise.
32661 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
32662 * rt/clock-compat.c: New file.
32663 * rt/Makefile (librt-routines): Add clock-compat and move
32664 $(clock-routines) to ...
32665 (routines): ... here, new variable.
32666 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
32667 Don't add get_clockfreq here.
32668 * rt/Versions (libc: GLIBC_2.17): New version set.
32669 Add clock_* symbols here.
32670 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
32671 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
32672 (GLIBC_2.17): Add clock_* symbols.
32673 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32674 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32675 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32677 Likewise.
32678 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32679 Likewise.
32680 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32681 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32682 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32683 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32684 * NEWS: Mention the move.
32685
32686 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
32687 Use __open, __read, __close rather than their public counterparts.
32688 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32689 (__get_clockfreq_via_cpuinfo): Likewise.
32690 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
32691 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
32692
32693 * config.h.in (HAVE_IFUNC): New #undef.
32694 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
32695 was successful.
32696 * configure: Regenerated.
32697
0cae3f4b
MF
326982012-10-24 Mike Frysinger <vapier@gentoo.org>
32699
32700 * configure.in: Move READELF check to start of file.
32701 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
32702 libc_cv_asm_gnu_indirect_function in the process.
32703 * configure: Regenerated.
32704
8175a253
MF
327052012-10-24 Mike Frysinger <vapier@gentoo.org>
32706
32707 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
32708 send the output to /dev/null.
32709 (libc_cv_cc_with_libunwind): Likewise.
32710 (libc_cv_as_noexecstack): Likewise.
32711 * configure: Regenerate.
32712
0708a7d1
JM
327132012-10-24 Joseph Myers <joseph@codesourcery.com>
32714
10b40d85
JM
32715 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
32716
0708a7d1
JM
32717 * posix/globtest.sh (TMPDIR): Do not set.
32718 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
32719 (testout): Likewise.
32720
9fddec1a
AJ
327212012-10-24 Andreas Jaeger <aj@suse.de>
32722
3a8db22f
AJ
32723 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
32724 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
32725 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
32726 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
32727 posix_fadvise64, posix_fallocate64.
32728
9fddec1a
AJ
32729 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
32730 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
32731 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
32732 Likewise.
32733 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
32734 Likewise.
32735 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
32736
32737 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
32738 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
32739 <bits/fcntl-linux.h>.
32740 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
32741
32742 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
32743 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
32744 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
32745 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
32746 [__WORDSIZE != 64]: Likewise.
32747
ebfd1bbd
JM
327482012-10-23 Joseph Myers <joseph@codesourcery.com>
32749
03ac099f
JM
32750 * Makeconfig (run-built-tests): New variable.
32751 * Rules [$(cross-compiling) = yes]: Change condition to
32752 [$(run-built-tests) = no].
32753 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
32754 to [$(run-built-tests) = yes].
32755 * elf/Makefile [$(cross-compiling) = no]: Likewise
32756 * grp/Makefile [$(cross-compiling) = no]: Likewise.
32757 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
32758 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
32759 * intl/Makefile [$(cross-compiling) = no]: Likewise.
32760 * io/Makefile [$(cross-compiling) = no]: Likewise.
32761 * libio/Makefile [$(cross-compiling) = no]: Likewise.
32762 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
32763 * misc/Makefile [$(cross-compiling) = no]: Likewise.
32764 * posix/Makefile [$(cross-compiling) = no]: Likewise.
32765 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
32766 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
32767 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
32768 * string/Makefile [$(cross-compiling) = no]: Likewise.
32769
ebfd1bbd
JM
32770 * posix/Makefile ($(objpfx)globtest.out): Pass
32771 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
32772 $(rtld-installed-name).
32773 * posix/globtest.sh (elf_objpfx): Remove variable.
32774 (rtld_installed_name): Likewise.
32775 (library_path): Likewise.
32776 (run_program_prefix): New variable. Use for running globtest
32777 binary.
32778
166bca24
JB
327792012-10-23 Jim Blandy <jimb@codesourcery.com>
32780 Joseph Myers <joseph@codesourcery.com>
32781
32782 * Makeconfig (host-built-program-cmd): New variable.
32783 * elf/Makefile (tst-stackguard1-ARGS): Use
32784 $(host-built-program-cmd).
32785 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
32786 (tst-spawn-ARGS): Likewise.
32787 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
32788
88866099
JM
327892012-10-23 Joseph Myers <joseph@codesourcery.com>
32790 Jim Blandy <jimb@codesourcery.com>
32791
32792 * Makeconfig (run-via-rtld-prefix): New variable.
32793 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
32794 (built-program-cmd): Likewise.
32795
b4b4c296
AJ
327962012-10-22 Andreas Jaeger <aj@suse.de>
32797
32798 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
32799 __O_RSYNC if it exists, otherwise to O_SYNC.
32800
6fb54a22
JB
328012012-10-22 Jim Blandy <jimb@codesourcery.com>
32802 Joseph Myers <joseph@codesourcery.com>
32803
32804 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
32805 /dev/null.
32806 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
32807 from /dev/null
32808 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
32809 /dev/null.
32810
481b90b9
AJ
328112012-10-22 Andreas Jaeger <aj@suse.de>
32812
2a0e2669
AJ
32813 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
32814 Define always.
32815 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
32816
76e38f9a
AJ
32817 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32818 bits/fcntl-linux.h.
32819
7cd37b43
AJ
32820 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
32821 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
32822
481b90b9
AJ
32823 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
32824 to __O_LARGEFILE.
32825 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
32826 to __O_LARGEFILE.
32827
aba75984
JB
328282012-10-21 Jim Blandy <jimb@codesourcery.com>
32829 Joseph Myers <joseph@codesourcery.com>
32830
32831 * config.make.in (NM): New variable.
32832
88d4247f
AJ
328332012-10-21 Andreas Jaeger <aj@suse.de>
32834
32835 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
32836 definitions and declarations that are provided by
32837 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32838
f2eed205
L
328392012-10-20 H.J. Lu <hongjiu.lu@intel.com>
32840
32841 [BZ #14683]
32842 * elf/Makefile (tests-static): Add tst-leaks1-static.
32843 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
32844 ($(objpfx)tst-leaks1-static): New rule.
32845 ($(objpfx)tst-leaks1-static-mem): Likewise.
32846 (tst-leaks1-static-ENV): New macro.
32847 * elf/dl-open.c (dl_open_worker): Check the main application
32848 only if SHARED is defined.
32849 * elf/tst-leaks1-static.c: New file.
32850
335e6931
AJ
328512012-10-20 Andreas Jaeger <aj@suse.de>
32852
32853 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
32854 generic values for Linux.
32855 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
32856 and declarations that are provided by <bits/fcntl-linux.h> and
32857 include <bits/fcntl-linux.h>.
32858 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
32859 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
32860
ac5c94d3
RM
328612012-10-20 Roland McGrath <roland@hack.frob.com>
32862
32863 * io/fcntl.h: Move include of <bits/types.h> to the top and
32864 include it unconditionally.
32865
de54b33a
L
328662012-10-20 H.J. Lu <hongjiu.lu@intel.com>
32867
228cfb01
L
32868 * wcsmbs/Makefile (tests-ifunc): New variable.
32869 (tests): Add $(tests-ifunc).
32870 * wcsmbs/test-wcschr-ifunc.c: New file.
32871 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
32872 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
32873 * wcsmbs/test-wcslen-ifunc.c: Likewise.
32874 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
32875 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
32876
69f07e5f
L
32877 * string/Makefile (tests-ifunc): New variable.
32878 (tests): Add $(tests-ifunc).
32879 * string/test-memccpy.c (TEST_NAME): New macro.
32880 * string/test-memchr.c (TEST_NAME): Likewise.
32881 * string/test-memcmp.c (TEST_NAME): Likewise.
32882 * string/test-memcpy.c (TEST_NAME): Likewise.
32883 * string/test-memmem.c (TEST_NAME): Likewise.
32884 * string/test-memmove.c (TEST_NAME): Likewise.
32885 * string/test-memset.c (TEST_NAME): Likewise.
32886 * string/test-rawmemchr.c (TEST_NAME): Likewise.
32887 * string/test-stpcpy.c (TEST_NAME): Likewise.
32888 * string/test-stpncpy.c (TEST_NAME): Likewise.
32889 * string/test-strcasecmp.c (TEST_NAME): Likewise.
32890 * string/test-strcasestr.c (TEST_NAME): Likewise.
32891 * string/test-strcat.c (TEST_NAME): Likewise.
32892 * string/test-strchr.c (TEST_NAME): Likewise.
32893 * string/test-strcmp.c(TEST_NAME): Likewise.
32894 * string/test-strcpy.c (TEST_NAME): Likewise.
32895 * string/test-strcspn.c (TEST_NAME): Likewise.
32896 * string/test-strlen.c (TEST_NAME): Likewise.
32897 * string/test-strncasecmp.c (TEST_NAME): Likewise.
32898 * string/test-strncmp.c (TEST_NAME): Likewise.
32899 * string/test-strncpy.c (TEST_NAME): Likewise.
32900 * string/test-strnlen.c (TEST_NAME): Likewise.
32901 * string/test-strpbrk.c (TEST_NAME): Likewise.
32902 * string/test-strrchr.c (TEST_NAME): Likewise.
32903 * string/test-strspn.c (TEST_NAME): Likewise.
32904 * string/test-strstr.c (TEST_NAME): Likewise.
32905 * string/test-bcopy-ifunc.c: New file.
32906 * string/test-bzero-ifunc.c: Likewise.
32907 * string/test-memccpy-ifunc.c: Likewise.
32908 * string/test-memchr-ifunc.c: Likewise.
32909 * string/test-memcmp-ifunc.c: Likewise.
32910 * string/test-memcpy-ifunc.c: Likewise.
32911 * string/test-memmem-ifunc.c: Likewise.
32912 * string/test-memmove-ifunc.c: Likewise.
32913 * string/test-mempcpy-ifunc.c: Likewise.
32914 * string/test-memset-ifunc.c: Likewise.
32915 * string/test-rawmemchr-ifunc.c: Likewise.
32916 * string/test-stpcpy-ifunc.c: Likewise.
32917 * string/test-stpncpy-ifunc.c: Likewise.
32918 * string/test-strcasecmp-ifunc.c: Likewise.
32919 * string/test-strcasestr-ifunc.c: Likewise.
32920 * string/test-strcat-ifunc.c: Likewise.
32921 * string/test-strchr-ifunc.c: Likewise.
32922 * string/test-strchrnul-ifunc.c: Likewise.
32923 * string/test-strcmp-ifunc.c: Likewise.
32924 * string/test-strcpy-ifunc.c: Likewise.
32925 * string/test-strcspn-ifunc.c: Likewise.
32926 * string/test-strlen-ifunc.c: Likewise.
32927 * string/test-strncasecmp-ifunc.c: Likewise.
32928 * string/test-strncat-ifunc.c: Likewise.
32929 * string/test-strncmp-ifunc.c: Likewise.
32930 * string/test-strncpy-ifunc.c: Likewise.
32931 * string/test-strnlen-ifunc.c: Likewise.
32932 * string/test-strpbrk-ifunc.c: Likewise.
32933 * string/test-strrchr-ifunc.c: Likewise.
32934 * string/test-strspn-ifunc.c: Likewise.
32935 * string/test-strstr-ifunc.c: Likewise.
32936
de54b33a
L
32937 * debug/Makefile (tests-ifunc): New variable.
32938 (tests): Add $(tests-ifunc).
32939 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
32940 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
32941 * debug/test-stpcpy_chk-ifunc.c: New file.
32942 * debug/test-strcpy_chk-ifunc.c: Likewise.
32943
88481c16
SP
329442012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
32945
32946 [BZ #13601]
32947 * elf/dl-load.c (open_verify): Retry read if the entire ELF
32948 header is not read in.
32949
135948bd
JM
329502012-10-19 Joseph Myers <joseph@codesourcery.com>
32951
89f1c388
JM
32952 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
32953 script to $(SHELL) as $<. Pass $(common-objpfx) to script
32954 directly. Pass built executable to script as
32955 $(built-program-cmd).
32956 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
32957 $testprogram without using LD_LIBRARY_PATH and $ldso.
32958
e40a0d21
JM
32959 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
32960 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
32961 $(rtld-installed-name).
32962 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
32963 (rtld_installed_name): Likewise.
32964 (library_path): Likewise.
32965 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
32966 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
32967 $(run-program-prefix) to tst-tables.sh.
32968 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
32969 it to run tst-table-from and tst-table-to.
32970 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
32971 Pass it to tst-table.sh.
32972 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
32973 $(run-program-prefix) to tst-gettext.sh.
32974 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
32975 tst-translit.sh.
32976 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
32977 tst-gettext2.sh.
32978 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
32979 to run tst-gettext.
32980 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
32981 to run tst-gettext2.
32982 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
32983 to run tst-translit.
32984 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
32985 $(run-program-prefix) to tst-mtrace.sh.
32986 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
32987 to run tst-mtrace.
32988 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
32989 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
32990 $(rtld-installed-name).
32991 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
32992 (rtld_installed_name): Likewise.
32993 (run_program_prefix): New variable. Use it to run wordexp-test.
32994
728e272a
JM
32995 * Makeconfig (ARCH): Remove all definitions.
32996 (machine): Likewise.
32997 [ARCH]: Remove conditional code.
32998 [!objdir]: Give error.
32999 [!objdir] (objpfx): Remove.
33000 [!objdir] (common-objpfx): Likewise.
33001 [!objdir] (common-objdir): Likewise.
33002 * configure.in (config_makefile): Remove. Hardcode Makefile in
33003 AC_CONFIG_FILES call.
33004 * configure: Regenerated.
33005
d528cdcf
JM
33006 [BZ #13888]
33007 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33008 or TMPDIR.
33009 (testout): Likewise.
33010
135948bd
JM
33011 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33012 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33013 $(rtld-installed-name).
33014 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33015 (rtld_installed_name): Likwise.
33016 (runit): Remove function.
33017 (run_getconf): New variable, Use it for running getconf binary.
33018
38c78296
L
330192012-10-18 H.J. Lu <hongjiu.lu@intel.com>
33020
33021 [BZ #14716]
33022 * string/test-memmem.c (check_result): New function.
33023 (do_one_test): Use it.
33024 (check1): New function.
33025 (test_main): Use it.
33026
d077f65f
MT
330272012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
33028
33029 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33030
ced52c71
JM
330312012-10-18 Joseph Myers <joseph@codesourcery.com>
33032
33033 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33034 (_G_LSEEK64): Likewise.
33035 (_G_MMAP64): Likewise.
33036 (_G_FSTAT64): Likewise.
33037 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33038 (_G_LSEEK64): Likewise.
33039 (_G_MMAP64): Likewise.
33040 (_G_FSTAT64): Likewise.
33041 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33042 unconditional. Call __mmap64 directly.
33043 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33044 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
33045 __lseek64 directly.
33046 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33047 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
33048 __mmap64 directly.
33049 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33050 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
33051 __lseek64 directly.
33052 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33053 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
33054 __lseek64 directly.
33055 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33056 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
33057 __lseek64 directly.
33058 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33059 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
33060 __fxstat64 directly.
33061 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33062 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33063 unconditional.
33064 (freopen64) [!_G_OPEN64]: Remove conditional code.
33065 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33066 unconditional.
33067 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33068 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33069 unconditional.
33070 (ftello64) [!_G_LSEEK64]: Remove conditional code.
33071 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33072 unconditional.
33073 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33074 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33075 unconditional.
33076 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33077 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33078 unconditional.
33079 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33080 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33081 unconditional.
33082 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33083 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33084 unconditional.
33085 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33086
b741de23
SP
330872012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
33088
33089 [BZ #12140]
33090 * manual/memory.texi (Malloc Tunable Parameters): Add note
33091 about free list pointers overwriting some perturb bytes.
33092 Wording suggested by Roland McGrath.
33093
f9b9d9c9
JM
330942012-10-17 Joseph Myers <joseph@codesourcery.com>
33095
33096 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33097 (lgamma_test): Likewise.
33098 (tgamma_test): Likewise.
33099
172a631a
FW
331002012-10-16 Florian Weimer <fweimer@redhat.com>
33101
33102 [BZ #14700]
33103 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33104 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33105
e9f37252
MK
331062012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
33107
33108 * NEWS: Mention BZ #14716.
33109 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33110 when removing AVAILABLE1_USES_J macro.
33111
d394eb74
L
331122012-10-12 H.J. Lu <hongjiu.lu@intel.com>
33113
33114 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33115 (__bswap_64): __uint64_t for unsigned 64-bit int.
33116
ca38dc17
AS
331172012-10-12 Andreas Schwab <schwab@linux-m68k.org>
33118
33119 * include/string.h (memmem): Declare libc hidden alias.
33120 * string/memmem.c (memmem): Define libc hidden alias.
33121 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33122 __read, __close instead of open, read, close.
33123
9a387d1f
L
331242012-10-11 H.J. Lu <hongjiu.lu@intel.com>
33125
ac49ecaf
L
33126 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33127 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33128 global and hidden.
33129 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33130 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33131 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33132 Likewise.
33133 (__rawmemchr_sse2): Likewise.
33134 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33135 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33136 (__strchr_sse2): Likewise.
33137 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33138 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33139 (__strcasecmp_sse2): Likewise.
33140 (__strncasecmp_sse2): Likewise.
33141 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33142 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33143 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33144 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33145 (__strrchr_sse2): Likewise.
33146 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33147 ifunc-impl-list.c.
33148 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33149 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33150 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33151 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33152 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33153 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33154 * sysdeps/x86_64/multiarch/memset.S: Likewise.
33155 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33156 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33157 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33158 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33159 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33160 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33161 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33162 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33163 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33164 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33165 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33166 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33167 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33168 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33169 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33170 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33171 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33172 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33173 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33174 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33175 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33176 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33177 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33178
b090e8ea
L
33179 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33180 global and hidden.
33181 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33182 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33183 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33184 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33185 Likewise.
33186 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33187 Likewise.
33188 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33189 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33190 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33191 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33192 ifunc-impl-list.c.
33193 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33194 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33195 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33196 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33197 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33198 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33199 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33200 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33201 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33202 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33203 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33204 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33205 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33206 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33207 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33208 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33209 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33210 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33211 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33212 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33213 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33214 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33215 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33216 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33217 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33218 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33219 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33220 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33221 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33222 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33223 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33224 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33225 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33226 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33227 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33228 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33229 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33230 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33231 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33232 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33233 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33234
11dd4af6
L
33235 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33236 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33237 * include/ifunc-impl-list.h: New file.
33238 * misc/ifunc-impl-list.c: Likewise.
33239 * misc/Makefile (routines): Add ifunc-impl-list.
33240 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33241 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
33242 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33243 TEST_NAME]: New variables.
11dd4af6
L
33244 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33245 are defined.
33246 (test_init): Call __libc_ifunc_impl_list to initialize
33247 func_list if TEST_IFUNC and TEST_NAME are defined.
33248
9a387d1f
L
33249 * string/Makefile (strop-tests): Add bcopy and bzero.
33250 * string/test-bcopy.c: New file.
33251 * string/test-bzero.c: Likewise.
33252 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33253 defined.
33254 * string/test-memset.c: Support bzero test if TEST_BZERO is
33255 defined.
33256 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33257 __libc_memmove.
33258 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33259 __libc_memset.
33260 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33261 of memset.
33262
472371b9
JM
332632012-10-10 Joseph Myers <joseph@codesourcery.com>
33264
1e4a9536
JM
33265 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33266 * configure: Regenerated.
33267
d173d12e
JM
33268 * Makeconfig (+link-static-before-libc): Don't include
33269 $(link-static-libc).
33270
472371b9
JM
33271 * libio/libio.h (_IO_pos_t): Remove.
33272
89a3ad0b
AO
332732012-10-10 Alexandre Oliva <aoliva@redhat.com>
33274
33275 * NEWS: Add note about FIPS mode. Wording suggested by Roland
33276 McGrath.
33277
e7451425
AO
332782012-10-10 Alexandre Oliva <aoliva@redhat.com>
33279
33280 * crypt/crypt-entry.c: Include fips-private.h.
33281 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33282 * crypt/md5c-test.c (main): Tolerate disabled MD5.
33283 * sysdeps/unix/sysv/linux/fips-private.h: New file.
33284 * sysdeps/generic/fips-private.h: New file, dummy fallback.
33285
4ba74a35
AO
332862012-10-10 Alexandre Oliva <aoliva@redhat.com>
33287
33288 * crypt/crypt-private.h: Include stdbool.h.
33289 (_ufc_setup_salt_r): Return bool.
33290 * crypt/crypt-entry.c: Include errno.h.
33291 (__crypt_r): Return NULL with EINVAL for bad salt.
33292 * crypt/crypt_util.c (bad_for_salt): New.
33293 (_ufc_setup_salt_r): Check that salt is long enough and within
33294 the specified alphabet.
33295 * crypt/badsalttest.c: New file.
33296 * crypt/Makefile (tests): Add it.
33297 ($(objpfx)badsalttest): New.
33298
f96f1242
MK
332992012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
33300
33301 * NEWS: Add entry for BZ #14602.
33302
0e8e0c1c
JM
333032012-10-09 Joseph Myers <joseph@codesourcery.com>
33304
33305 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33306 type-generic.
33307 * math/libm-test.inc: Update comment listing what functions and
33308 macros are tested.
33309 (isgreater_test): New function.
33310 (isgreaterequal_test): Likewise.
33311 (isless_test): Likewise.
33312 (islessequal_test): Likewise.
33313 (islessgreater_test): Likewise.
33314 (isunordered_test): Likewise.
33315 (main): Call the new functions.
33316
273edc5e
RM
333172012-10-09 Roland McGrath <roland@hack.frob.com>
33318
b8493de0
RM
33319 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33320 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33321 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33322 * sysdeps/i386/configure: Regenerated.
33323 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33324 * sysdeps/mach/configure: Regenerated.
33325 * sysdeps/mach/hurd/configure: Regenerated.
33326 * sysdeps/powerpc/configure: Regenerated.
33327 * sysdeps/powerpc/powerpc32/configure: Regenerated.
33328 * sysdeps/powerpc/powerpc64/configure: Regenerated.
33329 * sysdeps/s390/s390-32/configure: Regenerated.
33330 * sysdeps/s390/s390-64/configure: Regenerated.
33331 * sysdeps/sh/configure: Regenerated.
33332 * sysdeps/sparc/configure: Regenerated.
33333 * sysdeps/unix/sysv/linux/configure: Regenerated.
33334 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33335 * sysdeps/x86_64/configure: Regenerated.
33336
273edc5e
RM
33337 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33338 defined. Don't check if MAP is NULL.
33339
c8450f70
JM
333402012-10-09 Joseph Myers <joseph@codesourcery.com>
33341
33342 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33343 (_G_stat64): Likewise.
33344 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33345 (_G_stat64): Likewise.
33346 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33347 instead of struct _G_stat64.
33348 * libio/fileops.c (mmap_remap_check): Likewise.
33349 (decide_maybe_mmap): Likewise.
33350 (_IO_new_file_seekoff): Likewise.
33351 (_IO_file_stat): Likewise.
33352 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33353 _G_off64_t.
33354 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33355 instead of struct _G_stat64.
33356 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33357
57e605ba
MK
333582012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
33359
33360 [BZ #14602]
33361 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33362 Replace with ...
33363 (CHECK_EOL): New macro.
33364 (two_way_short_needle): Check beginning of haystack for EOL. Use
33365 CHECK_EOL.
33366 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33367 Replace with CHECK_EOL.
33368 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33369 Replace with CHECK_EOL.
33370
ef1bb361
JM
333712012-10-08 Joseph Myers <joseph@codesourcery.com>
33372
33373 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33374 type-generic.
33375 * math/libm-test.inc: Update comment listing what functions and
33376 macros are tested.
33377 (finite_test): New function.
33378 (isinf_test): Likewise.
33379 (isnan_test): Likewise.
33380 (fpclassify_test): Test subnormal input.
33381 (isfinite_test): Likewise.
33382 (isnormal_test): Likewise.
33383 (main): Call the new functions.
33384
55f11534
JN
333852012-10-08 Jonathan Nieder <jrnieder@gmail.com>
33386
33387 [BZ #14660]
33388 * Makerules (%.dynsym): Force C locale when running
33389 $(OBJDUMP) --dynamic-syms.
33390
1ab29350
AS
333912012-10-08 Andreas Schwab <schwab@linux-m68k.org>
33392
33393 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33394 <stdint.h>.
33395
f1ecb7ef
DM
333962012-10-06 David S. Miller <davem@davemloft.net>
33397
33398 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33399 upper 32-bits of the length value in %o2 since we use branch-on-register
33400 tests which consider the entire 64-bit register.
33401
5d41d91a
L
334022012-10-06 H.J. Lu <hongjiu.lu@intel.com>
33403
33404 * string/test-strstr.c (check2): Add a test for page boundary.
33405
3baddb72
DM
334062012-10-05 David S. Miller <davem@davemloft.net>
33407
33408 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33409 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33410 file.
33411 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33412 sysdep_routines.
33413 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33414 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33415 and bzero when HWCAP_SPARC_CRYPTO is present.
33416
9cee5585
L
334172012-10-05 H.J. Lu <hongjiu.lu@intel.com>
33418
d7e0dab9
L
33419 [BZ #14602]
33420 * string/test-strstr.c (check2): New function.
33421 (test_main): Call check2.
33422
03759f47
L
33423 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33424 and bug-strchr1.
33425 * string/bug-strcasestr1.c (do_test): Moved to ...
33426 * string/test-strcasestr.c (check1): Here. New function.
33427 (do_one_test): Break out result checking code into ...
33428 (check_result): This. New function.
33429 (do_one_test): Call check_result.
33430 (test_main): Call check1.
33431 * string/bug-strchr1.c (do_test): Moved to ...
33432 * string/test-strchr.c (check1): Here. New function.
33433 (do_one_test): Break out result checking code into ...
33434 (check_result): This. New function.
33435 (do_one_test): Call check_result.
33436 (test_main): Call check1.
33437 * string/bug-strstr1.c (main): Moved to ...
046f153e 33438 * string/test-strstr.c (check1): Here. New function.
03759f47
L
33439 (do_one_test): Break out result checking code into ...
33440 (check_result): This. New function.
33441 (do_one_test): Call check_result.
33442 (test_main): Call check1.
33443 * string/bug-strcasestr1.c: Removed.
33444 * string/bug-strchr1.c: Likewise.
33445 * string/bug-strstr1.c: Likewise.
33446
53cea63e
L
33447 * elf/Makefile (dl-routines): Add hwcaps.
33448 * elf/dl-support.c (_dl_important_hwcaps): Removed.
33449 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33450 (_dl_important_hwcaps): Moved to ...
33451 * elf/dl-hwcaps.c: Here. New file.
33452 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33453
9cee5585 33454 [BZ #14557]
bb859b06
L
33455 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33456 if IS_IN_rtld isn't defined.
33457
9cee5585
L
33458 * elf/dl-support.c (_dl_sysinfo_map): New.
33459 Include "get-dynamic-info.h" and "setup-vdso.h".
33460 (_dl_non_dynamic_init): Call setup_vdso.
33461 * elf/dynamic-link.h: Don't include <assert.h>.
33462 (elf_get_dynamic_info): Moved to ...
33463 * elf/get-dynamic-info.h: Here. New file.
33464 * elf/dynamic-link.h: Include "get-dynamic-info.h".
33465 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33466 * elf/setup-vdso.h: Here. New file.
33467 * elf/rtld.c: Include "setup-vdso.h".
33468 (dl_main): Call setup_vdso.
33469
23c31b76
JM
334702012-10-05 Joseph Myers <joseph@codesourcery.com>
33471
28234b07
JM
33472 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33473 creal in comment listing functions tested. List finite, isinf,
33474 isnan, isless, islessequal, isgreater, isgreaterequal,
33475 islessgreater, isunordered, lgamma_r and pow10 as functions and
33476 macros not tested. Mention which functions not tested are aliases
33477 for other functions. Fix typo. Note that signs of NaNs are not
33478 tested.
33479
23c31b76
JM
33480 * scripts/config.guess: Update from config.git.
33481 * scripts/config.sub: Likewise.
33482
9043e228
RM
334832012-10-04 Roland McGrath <roland@hack.frob.com>
33484
33485 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33486 * misc/madvise.c (madvise): Renamed to __madvise.
33487 Make madvise a weak alias.
33488 * include/sys/mman.h: Declare __madvise.
33489 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33490 * sysdeps/unix/syscalls.list
33491 (madvise): Make __madvise the strong name, and madvise a weak alias.
33492 * sysdeps/unix/sysv/linux/syscalls.list
33493 (madvise, mmap): Remove redundant entries.
33494 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
33495 * malloc/malloc.c (mtrim): Likewise.
33496 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
33497
f57f8055
RM
334982012-10-03 Roland McGrath <roland@hack.frob.com>
33499
33500 * sysdeps/mach/hurd/dl-cache.c: File removed.
33501 * config.h.in (USE_LDCONFIG): New #undef.
33502 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
33503 * configure: Regenerated.
33504 * elf/Makefile (dl-routines): Add dl-cache only under
33505 [$(use-ldconfig) = yes].
33506 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
33507 cache on [USE_LDCONFIG].
33508 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
33509 [USE_LDCONFIG].
33510 * elf/rtld.c (dl_main): Likewise.
33511
5bb0c10a
PT
335122012-10-03 Pino Toscano <toscano.pino@tiscali.it>
33513
33514 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
33515 _SC_LEVEL4_CACHE_LINESIZE.
33516
010188c6
RM
335172012-10-03 Roland McGrath <roland@hack.frob.com>
33518
33519 * sysdeps/unix/bsd/confstr.h: File removed.
33520
b6c5ec07
AO
335212012-10-02 Alexandre Oliva <aoliva@redhat.com>
33522
33523 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
33524 sys/sdt-config.h.
33525
408223d4
RM
335262012-10-02 Roland McGrath <roland@hack.frob.com>
33527
33528 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
33529 Make 'mapoff' field ElfW(Off) rather than off_t.
33530
bb9510dc
DL
335312012-10-02 Dmitry V. Levin <ldv@altlinux.org>
33532
fc997c6e
DL
33533 * nscd/Makefile: Remove nscd-cflags and all its users.
33534 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
33535 (CFLAGS-nonlib): Add compiler flags for nscd modules.
33536
bb9510dc
DL
33537 [BZ #10631]
33538 * malloc.c (malloc_printerr): Clarify error message.
33539
05699367
L
335402012-10-02 H.J. Lu <hongjiu.lu@intel.com>
33541
33542 [BZ #14648]
33543 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33544 Set bit_FMA_Usable if FMA is supported.
33545 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
33546 macro.
33547 (bit_FMA4_Usable): Updated.
33548 (index_FMA_Usable): New macro.
33549 (CPUID_FMA): Likewise
33550 (HAS_FMA): Defined with bit_FMA_Usable.
33551
51367701
RM
335522012-10-01 Roland McGrath <roland@hack.frob.com>
33553
33554 * bits/types.h (__swblk_t): Type removed.
33555 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
33556 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
33557 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33558 (__SWBLK_T_TYPE): Likewise.
33559 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33560 (__SWBLK_T_TYPE): Likewise.
33561 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33562 (__SWBLK_T_TYPE): Likewise.
33563 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33564 (__SWBLK_T_TYPE): Likewise.
33565
4d57bf63 335662012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 33567 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
33568
33569 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
33570 (xdr_mapname): Use YPMAXMAP as maxsize.
33571 (xdr_peername): Use YPMAXPEER as maxsize.
33572 (xdr_keydat): Use YPAXRECORD as maxsize.
33573 (xdr_valdat): Use YPMAXRECORD as maxsize.
33574
93c65d43
RM
335752012-10-01 Roland McGrath <roland@hack.frob.com>
33576
497a03d6
RM
33577 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
33578
93c65d43
RM
33579 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
33580 * csu/init-first.c: ... here.
33581 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
33582 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33583 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
33584 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
33585 * sysdeps/i386/init-first.c: File removed.
33586 * sysdeps/sh/init-first.c: File removed.
33587
bec749fd
JM
335882012-10-01 Joseph Myers <joseph@codesourcery.com>
33589
33590 [BZ #14645]
33591 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
33592 if x * y might underflow to zero and z is zero.
33593 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33594 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33595 * math/libm-test.inc (min_subnorm_value): New variable.
33596 (fma_test): Add more tests.
33597 (fma_test_towardzero): Likewise.
33598 (fma_test_downward): Likewise
33599 (fma_test_upward): Likewise.
33600 (initialize): Set min_subnorm_value.
33601
8ec5b013
JM
336022012-09-29 Joseph Myers <joseph@codesourcery.com>
33603
33604 [BZ #14638]
33605 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
33606 0 + 0.
33607 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
33608 mode for addition resulting in exact zero.
33609 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
33610 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
33611 exact 0 + 0.
33612 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33613 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33614 * math/libm-test.inc (fma_test): Add more tests.
33615 (fma_test_towardzero): New function.
33616 (fma_test_downward): Likewise.
33617 (fma_test_upward): Likewise.
33618 (main): Call the new functions.
33619
b1fa802e
DM
336202012-09-28 David S. Miller <davem@davemloft.net>
33621
33622 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
33623
d3b9fd9e
RM
336242012-09-28 Roland McGrath <roland@hack.frob.com>
33625
ea4d37b3
RM
33626 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
33627 instead of SIGALRM.
33628
ac51c949
RM
33629 * sysdeps/gnu/_G_config.h: Moved to ...
33630 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
33631 * sysdeps/mach/hurd/_G_config.h: Moved to ...
33632 * sysdeps/generic/_G_config.h: ... here.
33633
28c195f7
RM
33634 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
33635
848917f9
RM
33636 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
33637
6bacf05b
RM
33638 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
33639 Conditionalize target on [libnss_test1.so-version].
33640
91363dbb
RM
33641 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
33642
cc87f7d8
RM
33643 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
33644 (elfobjdir): Move out of conditionals.
33645
b1c608fe
RM
33646 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
33647 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
33648 (__nss_lookup_function): Conditionalize label remove_from_tree on
33649 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 33650
1d9a6d96
DM
336512012-09-28 David S. Miller <davem@davemloft.net>
33652
33653 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
33654 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
33655 file.
33656 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33657 sysdep_routines.
33658 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33659 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
33660 when HWCAP_SPARC_CRYPTO is present.
33661
72581615
PT
336622012-09-28 Pino Toscano <toscano.pino@tiscali.it>
33663
33664 * io/tst-mknodat.c: Create a FIFO instead of a socket.
33665
715a900c
JL
336662012-09-28 Andreas Schwab <schwab@linux-m68k.org>
33667
33668 [BZ #6530]
33669 * stdio-common/vfprintf.c (process_string_arg): Revert
33670 2000-07-22 change.
33671
336722011-09-28 Jonathan Nieder <jrnieder@gmail.com>
33673
33674 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
33675 for testcase.
33676 * stdio-common/tst-sprintf.c: Include <locale.h>
33677 (main): Test sprintf's handling of incomplete multibyte
33678 characters.
33679
9bac1d86
L
336802012-09-28 H.J. Lu <hongjiu.lu@intel.com>
33681
33682 * elf/dl-runtime.c (VERSYMIDX): Removed.
33683 * elf/dl-version.c (VERSYMIDX): Likewise.
33684 * elf/do-rel.h (VERSYMIDX): Likewise.
33685 (VALIDX): Likewise.
33686 * elf/dynamic-link.h (VERSYMIDX): Likewise.
33687 * elf/rtld.c (VALIDX): Likewise.
33688 (ADDRIDX): Likewise.
9bac1d86
L
33689 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
33690 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
33691 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
33692 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
33693 (VALIDX): Likewise.
33694 (ADDRIDX): Likewise.
9bac1d86 33695
b31606c0
PT
336962012-09-28 Pino Toscano <toscano.pino@tiscali.it>
33697
33698 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
33699
11541177
JL
337002012-09-28 Dmitry V. Levin <ldv@altlinux.org>
33701
33702 [BZ #11438]
33703 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
33704 to global scope.
33705 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
33706 addresses are in the same scope as 192.0.2/24.
33707 * posix/gai.conf: Document new scope table defaults.
33708
adb26fae
SP
337092012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
33710
33711 [BZ #5298]
33712 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
33713 for ftell. Compute offsets from write pointers instead.
33714 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33715
4573c6b0
SP
337162012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
33717
33718 [BZ #14543]
33719 * libio/Makefile (tests): New test case tst-fseek.
33720 * libio/tst-fseek.c: New test case to verify that fseek/ftell
33721 combination works in wide mode.
33722 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
33723 state when the external buffer state changes.
33724
aa9bbfe6
DM
337252012-09-27 David S. Miller <davem@davemloft.net>
33726
33727 [BZ #14376]
33728 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
33729 pass reloc->r_addend in as the 'high' argument to
33730 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
33731
784421e7
DM
33732 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33733
c39bc8b8
PT
337342012-09-28 Pino Toscano <toscano.pino@tiscali.it>
33735
33736 * rt/tst-aio2.c: Include <pthread.h>.
33737 * rt/tst-aio3.c: Likewise.
33738
1ccc2399
SE
337392012-09-27 Steve Ellcey <sellcey@mips.com>
33740
33741 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
33742
31ed4153
L
337432012-09-27 H.J. Lu <hongjiu.lu@intel.com>
33744
25f5f885
L
33745 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
33746 contents on [SHARED].
31ed4153 33747
b7bfe116
MP
337482012-09-26 Marek Polacek <polacek@redhat.com>
33749
33750 [BZ #14530]
33751 [BZ #13741]
33752 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
33753 for C++ and GCC <4.3 as well as for non GCC compilers.
33754
43c4edba
MT
337552012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
33756
33757 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33758
6a1bf82f
RM
337592012-09-25 Roland McGrath <roland@hack.frob.com>
33760
33761 * Makefile.in (all, install): Declare with .PHONY.
33762 Reported by Michael Hope <michael.hope@linaro.org>.
33763
8ad11b9a
TMQMF
337642012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33765
33766 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
33767 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
33768 system header.
33769 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
33770 Likewise.
33771 (sydep_routines): Add the new and the internal functions.
33772 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
33773 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
33774 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
33775 (GLIBC_2.17): Add the new function.
33776 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33777 (GLIBC_2.17): Likewise.
33778 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
33779 (GLIBC_2.17): Likewise.
33780 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
33781 (GLIBC_2.17): Likewise.
33782 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
33783
7e2fca8d
AM
337842012-09-25 Alan Modra <amodra@gmail.com>
33785
33786 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
33787 Add release barrier before setting once_control to say
33788 initialisation is done. Add hints on lwarx. Use macro in
33789 place of isync.
33790 (clear_once_control): Add release barrier.
33791
b87c4b24
JM
337922012-09-25 Joseph Myers <joseph@codesourcery.com>
33793
d032e0d2
JM
33794 [BZ #13629]
33795 * math/s_clog.c (__clog): Handle more values close to |z| = 1
33796 specially.
33797 * math/s_clog10.c (__clog10): Likewise.
33798 * math/s_clog10f.c (__clog10f): Likewise.
33799 * math/s_clog10l.c (__clog10l): Likewise.
33800 * math/s_clogf.c (__clogf): Likewise.
33801 * math/s_clogl.c (__clogl): Likewise.
33802 * math/Makefile (libm-calls): Add x2y2m1.
33803 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
33804 (__x2y2m1): Likewise.
33805 (__x2y2m1l): Likewise.
33806 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
33807 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
33808 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
33809 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
33810 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
33811 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
33812 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
33813 * sysdeps/i386/fpu/libm-test-ulps: Update.
33814 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33815
b87c4b24
JM
33816 [BZ #14621]
33817 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
33818 int as type of variable DEPTH.
33819 (glob): Use size_t instead of int as type of variables NEWCOUNT
33820 and OLD_PATHC.
33821
6d3bf199
LD
338222012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
33823
22bf5c17
LD
33824 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
33825 Add s_sincosf-sse2.
33826 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
33827 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
33828 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
33829 macros for using routine as __sincosf_ia32.
33830 Use macro for function declaration and weak_alias.
33831 * sysdeps/i386/fpu/libm-test-ulps: Update.
33832
33833 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
33834 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33835
33836 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
33837 subnormal argument.
33838 * math/s_cexpf.c (__cexpf): Likewise.
33839 * math/s_csinf.c (__csinf): Likewise.
33840 * math/s_csinhf.c (__csinhf): Likewise.
33841 * math/s_ctanf.c (__ctanf): Likewise.
33842 * math/s_ctanhf.c (__ctanhf): Likewise.
33843 * math/s_ccosh.c (__ccoshf): Likewise.
33844 * math/s_cexp.c (__cexpl): Likewise.
33845 * math/s_csin.c (__csin): Likewise.
33846 * math/s_csinh.c (__csinh): Likewise.
33847 * math/s_ctan.c (__ctan): Likewise.
33848 * math/s_ctanh.c (ctanh): Likewise.
33849 * math/s_ccoshl.c (__ccoshl): Likewise.
33850 * math/s_cexpl.c (__cexpl): Likewise.
33851 * math/s_csinl.c (__csinl): Likewise.
33852 * math/s_csinhl.c (__csinhl): Likewise.
33853 * math/s_ctanl.c (__ctanl): Likewise.
33854 * math/s_ctanhl.c (__ctanhl): Likewise.
33855
203e5603
JM
338562012-09-25 Joseph Myers <joseph@codesourcery.com>
33857
33858 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
33859 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
33860 (_IO_off_t): Define to __off_t, not _G_off_t.
33861 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
33862 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
33863 (_IO_wint_t): Define to wint_t, not _G_wint_t.
33864 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
33865 type of __dummy and __dummy2 fields.
33866 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
33867 (_G_ssize_t): Likewise.
33868 (_G_off_t): Likewise.
33869 (_G_pid_t): Likewise.
33870 (_G_uid_t): Likewise.
33871 (_G_wchar_t): Likewise.
33872 (_G_wint_t): Likewise.
33873 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
33874 (_G_ssize_t): Likewise.
33875 (_G_off_t): Likewise.
33876 (_G_pid_t): Likewise.
33877 (_G_uid_t): Likewise.
33878 (_G_wchar_t): Likewise.
33879 (_G_wint_t): Likewise.
33880 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
33881 (_G_ssize_t): Likewise.
33882 (_G_off_t): Likewise.
33883 (_G_pid_t): Likewise.
33884 (_G_uid_t): Likewise.
33885 (_G_wchar_t): Likewise.
33886 (_G_wint_t): Likewise.
33887
9fab36eb
SP
338882012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
33889
33890 * malloc/arena.c: Include malloc-sysdep.h.
33891 (shrink_heap): Use check_may_shrink_heap to decide if madvise
33892 is sufficient to shrink the heap or an unmap is needed.
33893 * sysdeps/generic/malloc-sysdep.h: New file. Define
33894 new function check_may_shrink_heap.
33895 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
33896 new function check_may_shrink_heap.
33897
2b4f00d1
SP
338982012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
33899
33900 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
33901 comments.
33902
9a9028b1
DL
339032012-09-24 Dmitry V. Levin <ldv@altlinux.org>
33904
57c69bef
DL
33905 * catgets/test-gencat.sh: Add "set -e".
33906 * elf/tst-pathopt.sh: Likewise.
33907 * grp/tst_fgetgrent.sh: Likewise.
33908 * iconvdata/run-iconv-test.sh: Likewise.
33909 * intl/tst-gettext.sh: Likewise.
33910 * intl/tst-gettext2.sh: Likewise.
33911 * intl/tst-gettext4.sh: Likewise.
33912 * intl/tst-gettext6.sh: Likewise.
33913 * intl/tst-translit.sh: Likewise.
33914 * io/ftwtest-sh: Likewise.
33915 * libio/test-freopen.sh: Likewise.
33916 * malloc/tst-mtrace.sh: Likewise.
33917 * posix/globtest.sh: Likewise.
33918 * posix/tst-getconf.sh: Likewise.
33919 * posix/wordexp-tst.sh: Likewise.
33920 * stdio-common/tst-printf.sh: Likewise.
33921 * stdio-common/tst-unbputc.sh: Likewise.
33922 * stdlib/tst-fmtmsg.sh: Likewise.
33923 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
33924 * catgets/Makefile: Do not specify -e option when running
33925 testsuite shell scripts.
33926 * elf/Makefile: Likewise.
33927 * grp/Makefile: Likewise.
33928 * iconvdata/Makefile: Likewise.
33929 * intl/Makefile: Likewise.
33930 * io/Makefile: Likewise.
33931 * libio/Makefile: Likewise.
33932 * malloc/Makefile: Likewise.
33933 * posix/Makefile: Likewise.
33934 * stdio-common/Makefile: Likewise.
33935 * stdlib/Makefile: Likewise.
33936 * sysdeps/x86_64/Makefile: Likewise.
33937
9a9028b1
DL
33938 * io/ftwtest-sh: Add copyright header.
33939 * posix/globtest.sh: Likewise.
33940 * posix/tst-getconf.sh: Likewise.
33941 * posix/wordexp-tst.sh: Likewise.
33942 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
33943
ced6f16e
L
339442012-09-24 H.J. Lu <hongjiu.lu@intel.com>
33945
94b32c39
L
33946 [BZ #13679]
33947 * Makeconfig (+link): Defined as $(+link-static) if
33948 $(build-shared) isn't yes.
33949 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
33950 isn't yes.
33951 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
33952
189e935b
L
33953 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
33954
ced6f16e
L
33955 [BZ #14562]
33956 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
33957 new chunk size with MALLOC_ALIGN_MASK.
33958
a9f8e53a
JM
339592012-09-24 Joseph Myers <joseph@codesourcery.com>
33960
33961 [BZ #5044]
33962 * stdio-common/printf_fphex.c: Include <stdbool.h> and
33963 <rounding-mode.h>.
33964 (__printf_fphex): Determine rounding using get_rounding_mode and
33965 round_away.
33966 * stdio-common/tst-printf-round.c (struct hex_test): New
33967 structure.
33968 (hex_tests): New variable.
33969 (test_hex_in_one_mode): New function.
33970 (do_test): Also run tests for hex float output.
33971
43153109
JM
339722012-09-21 Joseph Myers <joseph@codesourcery.com>
33973
33974 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
33975 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
33976 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
33977 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
33978 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
33979 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
33980 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
33981 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
33982
8a26625d
JM
339832012-09-20 Joseph Myers <joseph@codesourcery.com>
33984
33985 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
33986 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
33987 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
33988 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
33989
f3fd569c
DL
339902012-09-19 Dmitry V. Levin <ldv@altlinux.org>
33991
33992 [BZ #14579]
33993 * elf/rtld.c (dl_main): Limit the check for self loading to normal
33994 mode only.
33995 * elf/tst-rtld-load-self.sh: New test.
33996 * elf/Makefile: Run it.
33997
63bbedd4
JM
339982012-09-18 Joseph Myers <joseph@codesourcery.com>
33999
34000 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34001 (tst-writev-ENV): Remove.
34002 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34003
626f8b6a
CM
340042012-09-17 Chris Metcalf <cmetcalf@tilera.com>
34005
34006 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34007
b7aaa4d6
JM
340082012-09-17 Joseph Myers <joseph@codesourcery.com>
34009
34010 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34011 unconditional.
34012 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34013 Likewise.
34014 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34015 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34016 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34017 Likewise.
34018
65513990
L
340192012-09-14 H.J. Lu <hongjiu.lu@intel.com>
34020
34021 [BZ #14587]
34022 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34023 * config.make.in (have-cpp-asm-debuginfo): Removed.
34024 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34025 * configure: Regenerated.
34026
784761be
JM
340272012-09-14 Joseph Myers <joseph@codesourcery.com>
34028
34029 [BZ #5044]
34030 * stdio-common/printf_fp.c: Include <stdbool.h> and
34031 <rounding-mode.h>.
34032 (___printf_fp): Determine rounding using get_rounding_mode and
34033 round_away.
34034 * stdio-common/tst-printf-round.c: New file.
34035 * stdio-common/Makefile (tests): Add tst-printf-round.
34036 (link-libm): New variable.
34037 ($(objpfx)tst-printf-round): Depend in $(link-libm).
34038
9503345f
L
340392012-09-13 H.J. Lu <hongjiu.lu@intel.com>
34040
34041 [BZ #14576]
34042 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34043 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34044 Likewise.
34045 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34046 Likewise.
34047
ad35fc00
JM
340482012-09-13 Joseph Myers <joseph@codesourcery.com>
34049
34050 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34051 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34052 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34053 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34054
6c9b0f68
JM
340552012-09-12 Joseph Myers <joseph@codesourcery.com>
34056
34057 [BZ #14518]
34058 * include/rounding-mode.h: New file.
34059 * sysdeps/generic/get-rounding-mode.h: Likewise.
34060 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34061 * stdlib/strtod_l.c: Include <rounding-mode.h>.
34062 (MAX_VALUE): New macro.
34063 (MIN_VALUE): Likewise.
34064 (overflow_value): New function.
34065 (underflow_value): Likewise.
34066 (round_and_return): Use overflow_value and underflow_value to
34067 determine return values in overflow and underflow cases. Use
34068 round_away to determine rounding depending on rounding mode.
34069 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34070 determine return values in overflow and underflow cases.
34071 * stdlib/tst-strtod-round.c: Include <fenv.h>.
34072 (struct test_results): New structure.
34073 (struct test): Use struct test_results to store expected results
34074 for all rounding modes.
34075 (TEST): Include expected results for all rounding modes.
34076 (test_in_one_mode): New function.
34077 (do_test): Use test_in_one_mode to compute and check results.
34078 Check results for all rounding modes.
34079 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34080 $(link-libm).
34081
19fcedd5
AM
340822012-12-09 Allan McRae <allan@archlinux.org>
34083
1e9d84cd 34084 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 34085
8bbfd2f1
JM
340862012-09-11 Joseph Myers <joseph@codesourcery.com>
34087
34088 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34089 (_G_int32_t): Likewise.
34090 (_G_uint16_t): Likewise.
34091 (_G_uint32_t): Likewise.
34092 (_G_HAVE_BOOL): Likewise.
34093 (_G_HAVE_ATEXIT): Likewise.
34094 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34095 (_G_HAVE_IO_FILE_OPEN): Likewise.
34096 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34097 (_G_int32_t): Likewise.
34098 (_G_uint16_t): Likewise.
34099 (_G_uint32_t): Likewise.
34100 (_G_HAVE_BOOL): Likewise.
34101 (_G_HAVE_ATEXIT): Likewise.
34102 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34103 (_G_HAVE_IO_FILE_OPEN): Likewise.
34104 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34105 (_G_int32_t): Likewise.
34106 (_G_uint16_t): Likewise.
34107 (_G_uint32_t): Likewise.
34108 (_G_HAVE_BOOL): Likewise.
34109 (_G_HAVE_ATEXIT): Likewise.
34110 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34111 (_G_HAVE_IO_FILE_OPEN): Likewise.
34112
b1dc5912
L
341132012-09-11 H.J. Lu <hongjiu.lu@intel.com>
34114
34115 * csu/libc-tls.c: Update copyright years.
34116
0e886ef9
JM
341172012-09-10 Joseph Myers <joseph@codesourcery.com>
34118
28361c5e
JM
34119 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34120 [!_G_USING_THUNKS]: Remove conditional code.
34121 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34122 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34123
0e886ef9
JM
34124 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34125 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34126 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34127 (_G_VTABLE_LABEL_PREFIX): Likewise.
34128 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34129 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34130 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34131 (_G_VTABLE_LABEL_PREFIX): Likewise.
34132 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34133 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34134 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34135 (_G_VTABLE_LABEL_PREFIX): Likewise.
34136 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34137
bcba7aa2
L
341382012-09-10 H.J. Lu <hongjiu.lu@intel.com>
34139
34140 * libio/Makefile: Include ../Makeconfig before tests.
34141 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34142 only if $(build-shared) is yes.
34143
06585ee8
L
34144 * iconv/gconv_db.c: Update copyright years.
34145
80ccd52c
LD
341462012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
34147
34148 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34149 unwind info if defined PIC. Fix special cases description.
34150 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34151
34152 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34153 DP_HI_MASK entry.
34154 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34155
691bc9c1
L
341562012-09-07 H.J. Lu <hongjiu.lu@intel.com>
34157
3d9b46b3
L
34158 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34159
de2139a9
L
34160 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34161 is NULL.
34162
5ca78dd0
L
34163 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34164 (LDLIBS-tst-chk4): This.
34165 (LDFLAGS-tst-chk5): Renamed to ...
34166 (LDLIBS-tst-chk5): This.
34167 (LDFLAGS-tst-chk6): Renamed to ...
34168 (LDLIBS-tst-chk6): This.
34169 (LDFLAGS-tst-lfschk4): Renamed to ...
34170 (LDLIBS-tst-lfschk4): This.
34171 (LDFLAGS-tst-lfschk5): Renamed to ...
34172 (LDLIBS-tst-lfschk5): This.
34173 (LDFLAGS-tst-lfschk6): Renamed to ...
34174 (LDLIBS-tst-lfschk6): This.
34175
691bc9c1
L
34176 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34177 on $(common-objpfx)soversions.mk.
34178
65cafb1c
JM
341792012-09-07 Joseph Myers <joseph@codesourcery.com>
34180
34181 [BZ #10014]
34182 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34183 example host name.
34184
c78ab094
SP
341852012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
34186
34187 * malloc/arena.c (arena_get_retry): New function that gets
34188 another arena for the caller to try its request on.
34189 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34190 current arena cannot fulfill the request.
34191 (__libc_memalign): Likewise.
34192 (__libc_memalign): Likewise.
34193 (__libc_pvalloc): Likewise.
34194 (__libc_calloc): Likewise.
34195
01f49f59
JT
341962012-09-05 John Tobey <john.tobey@gmail.com>
34197
34198 [BZ #13542]
34199 * manual/arith.texi (Operations on Complex): Fix description
34200 of carg branch cut.
34201
4c23fed5
JM
342022012-09-06 Joseph Myers <joseph@codesourcery.com>
34203
1d3c8572
JM
34204 [BZ #10014]
34205 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34206 host name.
34207
4c23fed5
JM
34208 [BZ #10038]
34209 * manual/memory.texi (Memory): Make order of menu items match
34210 order of sections.
34211
04570aaa
L
342122012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34213
34214 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34215 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
34216 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34217
b80af2f4
L
342182012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34219
34220 * csu/libc-tls.c (static_dtv): Renamed to ...
34221 (_dl_static_dtv): This. Make it global.
34222 (_dl_initial_dtv): Removed.
34223 (__libc_setup_tls): Updated.
34224 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34225 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34226 DL_INITIAL_DTV.
34227
2abe9f15
PM
342282012-09-06 Petr Machata <pmachata@redhat.com>
34229
34230 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34231 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34232 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34233 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34234
0948c3af
L
342352012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34236
34237 [BZ #14545]
34238 * csu/libc-tls.c (_dl_initial_dtv): New variable.
34239 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34240 freeing dtv[-1].
34241
a5055ad1
L
342422012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34243
34244 [BZ #14544]
34245 * Makeconfig (link-static-before-libc): Replace $(+prector)
34246 with $(+prectorT).
34247 (link-static-after-libc): Replace $(+postctor) with
34248 $(+postctorT).
34249 (link-bounded): Replace $(+prector)/$(+postctor) with
34250 $(+prectorT)/$(+postctorT).
34251 (+prectorT): New macro.
34252 (+postctorT): Likewise.
34253
ed8c2ecd
JM
342542012-09-06 Joseph Myers <joseph@codesourcery.com>
34255
34256 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34257 (round_str): Handle values above the maximum for IBM long double
34258 as inexact.
34259 * stdlib/tst-strtod-round.c (tests): Regenerated.
34260
14c996c8
AK
342612012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34262
34263 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34264 assembler flag.
34265 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34266 zarch_nohighgprs around the zarch optimized routines.
34267 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34268 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34269 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34270 for zarch.
34271
430d6ce6
DM
342722012-09-05 David S. Miller <davem@davemloft.net>
34273
34274 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34275
57f41c40
AS
34276 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34277 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
34278 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34279 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34280 entries.
34281
24d4e01b
AO
342822012-09-05 Alexandre Oliva <aoliva@redhat.com>
34283
34284 * malloc/arena.c: Fold copyright years.
34285 * malloc/mcheck.c, malloc/memusage.c: Likewise.
34286
61d58174
AO
342872012-09-05 Alexandre Oliva <aoliva@redhat.com>
34288
34289 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34290
20196a5e
AO
342912012-09-05 Alexandre Oliva <aoliva@redhat.com>
34292
34293 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
34294
5c447383
AO
342952012-09-05 Alexandre Oliva <aoliva@redhat.com>
34296
34297 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34298 change internal state upon failure.
34299
fad64255
AO
343002012-09-05 Alexandre Oliva <aoliva@redhat.com>
34301
34302 * malloc/mcheck.c (mcheck_check_all): Fix typo.
34303 * malloc/memusage.c (mmap): Likewise.
34304 (mmap64, mremap): Likewise. Adjust name in comment.
34305
1ffb8c90
SP
343062012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
34307
34308 * libio/fileops.c: Fix typos in comments.
34309 * libio/oldfileops.c: Likewise.
34310 * libio/wfileops.c: Likewise.
34311
6ef9cc37
SP
343122012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
34313
34314 [BZ #1349]
34315 * malloc/Makefile (tests): Add tst-malloc-usable test case.
34316 (tst-malloc-usable-ENV): Set environment for test case.
34317 * malloc/hooks.c (malloc_check_get_size): New function to get
34318 requested size.
34319 * malloc/malloc.c (musable): Use malloc_check_get_size.
34320 * malloc/tst-malloc-usable.c: New test case.
34321
4d038ae3
AS
343222012-09-05 Andreas Schwab <schwab@linux-m68k.org>
34323
34324 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34325
c4e85184
AM
343262012-09-05 Allan McRae <allan@archlinux.org>
34327
b9dafc56 34328 [BZ #13966]
c4e85184
AM
34329 * configure.in (CXX_SYSINCLUDES): Use compiler output to
34330 determine header location.
34331 * configure: Regenerated.
34332
e1343020
AS
343332012-09-05 Andreas Schwab <schwab@linux-m68k.org>
34334
34335 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34336 float format.
34337 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
34338 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34339 format.
e1343020
AS
34340 (test): Regenerate.
34341
0a9f1987
DM
343422012-09-04 David S. Miller <davem@davemloft.net>
34343
34344 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34345 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34346 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34347
29237804
FW
343482012-09-04 Florian Weimer <fweimer@redhat.com>
34349
34350 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34351 failures.
34352
edb3cb88
FW
34353 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34354
60160d83
JM
343552012-09-04 Joseph Myers <joseph@codesourcery.com>
34356
34357 [BZ #9914]
34358 * libio/iogetdelim.c: Include <limits.h>.
34359 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34360 + len + 1 would overflow.
34361
bcd6c8dc
AJ
343622012-09-03 Andreas Jaeger <aj@suse.de>
34363
34364 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34365 * sysdeps/i386/fpu/libm-test-ulps: Update.
34366
4ffffbd2
LD
343672012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
34368
34369 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34370 Add s_sinf-sse2, s_conf-sse2.
34371
34372 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34373 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34374 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34375 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34376
34377 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34378 for using routine as __sinf_ia32.
34379 Use macro for function declaration and weak_alias.
34380 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34381 for using routine as __cosf_ia32.
34382 Use macro for function declaration and weak_alias.
34383
34384 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34385 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34386
34387 * sysdeps/x86_64/fpu/s_sinf.S: New file.
34388 * sysdeps/x86_64/fpu/s_cosf.S: New file.
34389 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34390
34391 * math/libm-test.inc (cos_test): Add more test cases.
34392 (sin_test): Likewise.
34393 (sincos_test): Likewise.
34394
511fa286
AK
343952012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34396
34397 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34398 (IFUNC_RESOLVE): Make pointers to the specialized implementations
34399 hidden.
34400 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34401
5f30cfec
L
344022012-09-02 H.J. Lu <hongjiu.lu@intel.com>
34403
34404 [BZ #14538]
34405 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34406 first element of the GOT.
34407 (elf_machine_load_address): Return the difference between
34408 the runtime address of _DYNAMIC and elf_machine_dynamic ().
34409
0786794f
AM
344102012-09-01 Allan McRae <allan@archlinux.org>
34411
5f30cfec
L
34412 [BZ #13412]
34413 * configure.in (AWK): Require gawk version 3.0 or later.
34414 * configure: Regenerated.
0786794f 34415
26889eac
JM
344162012-09-01 Joseph Myers <joseph@codesourcery.com>
34417
34418 * sysdeps/unix/sysv/linux/kernel-features.h
34419 (__ASSUME_POSIX_CPU_TIMERS): Remove.
34420 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34421 [__NR_clock_getres]: Make code unconditional.
34422 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34423 (clock_getcpuclockid): Remove code left unreachable by removal of
34424 conditionals.
34425 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34426 code unconditional.
34427 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34428 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34429 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34430 Make code unconditional.
34431 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34432 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34433 * sysdeps/unix/sysv/linux/clock_settime.c
34434 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34435 conditional code.
34436 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34437 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34438
d22e28b0
L
344392012-08-29 H.J. Lu <hongjiu.lu@intel.com>
34440
34441 [BZ #14476]
34442 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34443 scripts/test-installation.pl.
34444
34445 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34446 and $ld_so_version if it is set.
34447
050af9c4
SP
344482012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
34449
34450 [BZ #14516]
34451 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34452 failure if reading from procfs failed.
34453 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34454
ad845c0b
JM
344552012-08-27 Joseph Myers <joseph@codesourcery.com>
34456
34457 * sysdeps/unix/sysv/linux/kernel-features.h
34458 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34459 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34460 Remove conditional code.
34461 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34462 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34463 Remove conditional code.
34464 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34465 * sysdeps/unix/sysv/linux/i386/fxstat.c
34466 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34467 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34468 * sysdeps/unix/sysv/linux/i386/fxstatat.c
34469 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34470 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34471 * sysdeps/unix/sysv/linux/i386/lxstat.c
34472 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34473 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34474 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34475 Remove conditional code.
34476 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34477 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34478 Remove conditional code.
34479 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34480 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34481 <kernel-features.h>.
34482 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34483 Remove.
34484 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34485 Remove conditional code.
34486 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34487 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34488 Remove conditional.
34489
5dbf56af
MF
344902012-08-27 Mike Frysinger <vapier@gentoo.org>
34491
34492 [BZ #5400]
34493 * NEWS: Add fixed bug number.
34494
d6e70f43
JM
344952012-08-27 Joseph Myers <joseph@codesourcery.com>
34496
7efb4737
JM
34497 [BZ #14519]
34498 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
34499 underflowing exponent in case of negative sign.
34500 * stdlib/tst-strtod-round-data: Add more tests.
34501 * stdlib/tst-strtod-round.c (tests): Regenerated.
34502
af92131a
JM
34503 [BZ #3479]
34504 * stdlib/strtod_l.c (NDIG): Remove.
34505 (HEXNDIG): Likewise.
34506 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
34507 smallest representable value.
34508 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
34509 lie within an exact representation of 1/2 ulp of the result.
34510 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
34511 unconditionally.
34512 (TENS_P9_IDX): Define unconditionally.
34513 (TENS_P9_SIZE): Likewise.
34514 (TENS_P10_IDX): Likewise.
34515 (TENS_P10_SIZE): Likewise.
34516 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
34517 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
34518 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
34519 entries for 10^2^13 and 10^2^14.
34520 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
34521 (TENS_P13_IDX): Define.
34522 (TENS_P13_SIZE): Likewise.
34523 (TENS_P14_IDX): Likewise.
34524 (TENS_P14_SIZE): Likewise.
34525 (_fpioconst_pow10): Change array size to
34526 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
34527 unconditional.
34528 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
34529 1024]: Add entries for 10^2^13 and 10^2^14.
34530 [LAST_POW10 > _LAST_POW10]: Remove #error.
34531 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
34532 (_fpioconst_pow10): Change array size to
34533 FPIOCONST_POW10_ARRAY_SIZE.
34534 * stdlib/gen-fpioconst.c: New file.
34535 * stdlib/gen-tst-strtod-round.c: Likewise.
34536 * stdlib/tst-strtod-round-data: Likewise.
34537 * stdlib/tst-strtod-round.c: Likewise.
34538 * stdlib/Makefile (tests): Add tst-strtod-round.
34539
d6e70f43
JM
34540 [BZ #14459]
34541 * stdlib/strtod_l.c: Include <stdint.h>.
34542 (NDEBUG): Do not define.
34543 (round_and_return): Change EXPONENT parameter to type intmax_t.
34544 Rearrange calculations to avoid internal overflow possibilities.
34545 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
34546 Rearrange calculations to avoid internal overflow possibilities.
34547 Assert that number fits inside MPNSIZE limbs.
34548 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
34549 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
34550 calculations and add assertions to avoid internal overflow
34551 possibilities. Add casts to avoid signed/unsigned operations.
34552 * stdlib/tst-strtod-overflow.c: New file.
34553 * stdlib/Makefile (tests): Add tst-strtod-overflow.
34554
1f529f7d
MP
345552012-08-25 Marek Polacek <polacek@redhat.com>
34556
34557 * time/time.h: Fix some typos in comments.
34558
59a629f1
RM
345592012-08-23 Roland McGrath <roland@hack.frob.com>
34560
34561 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
34562 * posix/tst-rfc3484-2.c: Likewise.
34563 * posix/tst-rfc3484-3.c: Likewise.
34564
d3bafbc9
SM
345652012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
34566
34567 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
34568 (EF_ARM_ABI_FLOAT_HARD): Likewise.
34569
4efcc022
JM
345702012-08-23 Joseph Myers <joseph@codesourcery.com>
34571
34572 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
34573 #include of fxstatat64.c.
34574
3cc3ef96
RM
345752012-08-22 Roland McGrath <roland@hack.frob.com>
34576
f04e2132
RM
34577 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
34578 * shadow/getspent_r.c: Likewise.
34579 * shadow/getspnam.c: Likewise.
34580 * shadow/getspnam_r.c: Likewise.
34581 * gshadow/getsgent.c: Likewise.
34582 * gshadow/getsgent_r.c: Likewise.
34583 * gshadow/getsgnam.c: Likewise.
34584 * gshadow/getsgnam_r.c: Likewise.
34585 * inet/getnetbyad.c: Likewise.
34586 * inet/getnetbyad_r.c: Likewise.
34587 * inet/getnetbynm.c: Likewise.
34588 * inet/getnetbynm_r.c: Likewise.
34589 * inet/getnetent.c: Likewise.
34590 * inet/getnetent_r.c: Likewise.
34591 * inet/getproto.c: Likewise.
34592 * inet/getproto_r.c: Likewise.
34593 * inet/getprtent.c: Likewise.
34594 * inet/getprtent_r.c: Likewise.
34595 * inet/getprtname.c: Likewise.
34596 * inet/getprtname_r.c: Likewise.
34597 * inet/getrpcbyname.c: Likewise.
34598 * inet/getrpcbyname_r.c: Likewise.
34599 * inet/getrpcbynumber.c: Likewise.
34600 * inet/getrpcbynumber_r.c: Likewise.
34601 * inet/getrpcent.c: Likewise.
34602 * inet/getrpcent_r.c: Likewise.
34603 * inet/getaliasent.c: Likewise.
34604 * inet/getaliasent_r.c: Likewise.
34605 * inet/getaliasname.c: Likewise.
34606 * inet/getaliasname_r.c: Likewise.
34607 * nscd/getgrgid_r.c: Likewise.
34608 * nscd/getgrnam_r.c: Likewise.
34609 * nscd/gethstbyad_r.c: Likewise.
34610 * nscd/gethstbynm3_r.c: Likewise.
34611 * nscd/getpwnam_r.c: Likewise.
34612 * nscd/getpwuid_r.c: Likewise.
34613 * nscd/getsrvbynm_r.c: Likewise.
34614 * nscd/getsrvbypt_r.c: Likewise.
34615 * nscd/gai.c: Likewise.
34616
c53d909c
RM
34617 * configure.in (build_nscd): New substituted variable, set
34618 by --disable-build-nscd and defaults to $use_nscd.
34619 * configure: Regenerated.
34620 * config.make.in (build-nscd): New substituted variable.
34621 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
34622 Change conditional to require [$(build-nscd) = yes] as well.
34623 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
34624
3cc3ef96
RM
34625 [BZ# 13696]
34626 * configure.in (use_nscd): New substituted variable, set by
34627 --disable-nscd. If enabled, define USE_NSCD.
34628 * configure: Regenerated.
34629 * config.h.in: Add USE_NSCD.
34630 * config.make.in (use-nscd): New substituted variable.
34631 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
34632 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
34633 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
34634 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
34635 (CFLAGS-getgrnam_r.c): Likewise.
34636 (CFLAGS-initgroups.c): Likewise.
34637 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
34638 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
34639 Variables removed.
34640 * inet/getnetgrent_r.c
34641 (nscd_setnetgrent): New function, broken out of ...
34642 (setnetgrent): ... here. Call it.
34643 (innetgr): Conditionalize nscd bits on [USE_NSCD].
34644 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
34645 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
34646 * nscd/Makefile (routines, aux): Move definitions after include of
34647 Makeconfig. Conditionalize on [$(use-nscd) != no].
34648 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
34649 Conditionalize on [USE_NSCD].
34650 (is_nscd, nscd_init_cb): Likewise.
34651 (nss_load_library): Conditionalize init callback on [USE_NSCD].
34652 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
34653 * nss/nss_db/db-init.c: Likewise.
34654 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
34655 [USE_NSCD].
34656 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
34657 (make_request): Use it.
34658 (cache_valid_p): New function.
34659 (__check_pf): Use it.
34660 * NEWS: Add item for --disable-nscd.
34661
07e51550
DL
346622012-08-22 Dmitry V. Levin <ldv@altlinux.org>
34663
34664 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
34665 to support sed >= 4.2.1-20-ga9bf076.
34666 * configure: Regenerated.
34667
35a5b08b
RM
346682012-08-22 Roland McGrath <roland@hack.frob.com>
34669
34670 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
34671 Conditionalize whole body on [IREL].
34672
8479f23a
JL
346732012-08-22 Jeff Law <law@redhat.com>
34674
34675 [BZ #14505]
34676 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
34677 if the family is PF_UNSPEC.
34678
48da0b21
MF
346792012-08-22 Mike Frysinger <vapier@gentoo.org>
34680
34681 * Makerules (lib-version): Rename from V.
34682 (install-lib-nosubdir): Change V to lib-version.
34683
15d0da8c
WS
346842012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
34685
34686 [BZ #14252]
34687 * powerpc32/power6/wcschr.c: New file.
34688 * powerpc32/power6/wcscpy.c: New file.
34689 * powerpc32/power6/wcsrchr.c: New file.
34690 * powerpc64/power6/wcschr.c: New file.
34691 * powerpc64/power6/wcscpy.c: New file.
34692 * powerpc64/power6/wcsrchr.c: New file.
34693
bcca0895
MK
346942012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
34695
34696 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
34697 (two_way_short_needle): Use it.
5a4aaa33
RM
34698 * string/strstr.c (AVAILABLE1_USES_J): Define.
34699 * string/strcasestr.c: Likewise.
99677e57
MK
34700
34701 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
34702 array references.
34703 * string/strcasestr.c (TOLOWER): Make side-effect safe.
34704
400726de
MK
34705 [BZ #11607]
34706 * NEWS: Add an entry.
34707 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
34708 define their defaults.
34709 (two_way_short_needle): Detect end-of-string on-the-fly.
34710 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
34711 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
34712 * string/bug-strcasestr1.c: New test.
34713 * string/Makefile: Run it.
34714
20a71f2c
MK
347152012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
34716
34717 [BZ #11607]
34718 * string/str-two-way.h (two_way_short_needle): Optimize matching of
34719 the first character.
34720
21ad0558
RM
347212012-08-21 Roland McGrath <roland@hack.frob.com>
34722
34723 * csu/elf-init.c (__libc_csu_irel): Function removed.
34724 * csu/libc-start.c (apply_irel): New function.
34725 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
34726
0e1d9911
JM
347272012-08-21 Joseph Myers <joseph@codesourcery.com>
34728
34729 * sysdeps/unix/sysv/linux/kernel-features.h
34730 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
34731 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
34732 <kernel-features.h>.
34733 [__NR_fadvise64_64]: Make code unconditional.
34734 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
34735 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
34736 !__NR_fadvise64_64)]: Likewise.
34737 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
34738 !__NR_fadvise64_64))]: Likewise.
34739 [__NR_fadvise64]: Make code unconditional.
34740 [!__NR_fadvise64]: Remove conditional code.
34741 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
34742 <kernel-features.h>.
34743 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34744 unconditional.
34745 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34746 conditional code.
34747 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
34748 not include <kernel-features.h>.
34749 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34750 unconditional.
34751 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34752 conditional code.
34753 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
34754 include <kernel-features.h>.
34755 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34756 unconditional.
34757 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34758 conditional code.
34759
14a50c9d
WS
347602012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
34761
34762 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
34763 slight instruction rearrangements per scrollpipe analysis.
34764 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34765
c0f4faf0
RM
347662012-08-20 Roland McGrath <roland@hack.frob.com>
34767
696da859
RM
34768 * manual/syslog.texi (syslog; vsyslog, closelog):
34769 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
34770 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
34771
c0f4faf0
RM
34772 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
34773 DSOCAPS to match condition on defining it.
34774
348363b2
JM
347752012-08-20 Joseph Myers <joseph@codesourcery.com>
34776
a35cbf28
JM
34777 * sysdeps/unix/sysv/linux/kernel-features.h
34778 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
34779 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
34780 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
34781 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
34782 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
34783 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
34784 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
34785 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
34786 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
34787 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
34788
445f7ecd
JM
34789 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
34790 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
34791
348363b2
JM
34792 * sysdeps/unix/sysv/linux/kernel-features.h
34793 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
34794 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
34795 unconditional.
34796 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34797 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
34798 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
34799 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34800 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
34801 Make code unconditional.
34802 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34803 (__mmap64) [!__NR_mmap2]: Likewise.
34804 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
34805 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
34806 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34807 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
34808 [__NR_mmap2]: Make code unconditional.
34809 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34810 (__mmap64) [!__NR_mmap2]: Likewise.
34811
bc5bc0e5
AK
348122012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34813
34814 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
34815
88d506de
AJ
348162012-08-18 Andreas Jaeger <aj@suse.de>
34817
34818 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
34819
493387d2
MF
348202012-08-18 Mike Frysinger <vapier@gentoo.org>
34821
34822 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
34823 * include/unistd.h (__have_sock_cloexec): Likewise.
34824 (__have_pipe2): Likewise.
34825 (__have_dup3): Likewise.
34826
a277af22
MF
348272012-08-18 Mike Frysinger <vapier@gentoo.org>
34828
34829 [BZ #9685]
34830 * include/unistd.h (__have_pipe2): Change define into an extern int.
34831 (__have_dup3): Likewise.
34832 * socket/have_sock_cloexec.c: Include fcntl.h.
34833 (__have_pipe2): New variable.
34834 (__have_dup3): Likewise.
34835
fdab8fd3
MF
348362012-08-17 Mike Frysinger <vapier@gentoo.org>
34837
34838 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
34839
31035e80
MP
348402012-08-17 Marek Polacek <polacek@redhat.com>
34841
34842 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
34843 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
34844
3bd9e993
RM
348452012-08-17 Roland McGrath <roland@hack.frob.com>
34846
c91c505f
RM
34847 * configure.in: Add AC_SUBST for sysheaders.
34848 * configure: Regenerated.
34849 * config.make.in (sysheaders): New substituted variable.
34850
7c6f9d53
RM
34851 * sysdeps/unix/mkfifo.c: Moved ...
34852 * sysdeps/posix/mkfifo.c: ... here.
34853 * sysdeps/unix/mkfifoat.c: Moved ...
34854 * sysdeps/posix/mkfifoat.c: ... here.
34855
34856 * sysdeps/unix/utime.c: Moved ...
34857 * sysdeps/posix/utime.c: ... here.
34858
34859 * sysdeps/unix/time.c: Moved ...
34860 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
34861 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
34862 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
34863
34864 * sysdeps/unix/nice.c: Moved ...
34865 * sysdeps/posix/nice.c: ... here.
34866
34867 * sysdeps/unix/alarm.c: Moved ...
34868 * sysdeps/posix/alarm.c: ... here.
34869
3bd9e993
RM
34870 * intl/Makefile ($(codeset_mo)): Depend on the input file.
34871
d1f09384
JL
348722012-08-17 Jeff Law <law@redhat.com>
34873
34874 * intl/Makefile (codeset_mo): New variable.
34875 ($(codeset_mo)): New target.
34876 (tst-codeset.out): Depend on that. Remove explicit rule.
34877 (tst-gettext3.out, tst-gettext5.out): Likewise.
34878 (LOCPATH-ENV, tst-codeset-ENV): New variables.
34879 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
34880 * intl/tst-codeset.sh: Remove.
34881 * intl/tst-gettext3.sh: Likewise.
34882 * intl/tst-gettext5.sh: Likewise.
34883
2ae1ae5c
RM
348842012-08-17 Roland McGrath <roland@hack.frob.com>
34885
c31fdb83
RM
34886 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
34887 * sysdeps/unix/syscalls.list: ... here.
34888
a0844057
RM
34889 * sysdeps/posix/getaddrinfo.c
34890 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
34891 (gaiconf_init, gaiconf_reload): Use them.
34892 [!_STATBUF_ST_NSEC]
34893 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
34894 Define using time_t rather than struct timespec.
34895
750c1f2a
RM
34896 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
34897 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
34898 Macros removed.
34899 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
34900 [!NO_THREADS].
34901 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
34902 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
34903 Likewise.
34904
2ae1ae5c
RM
34905 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
34906 __libc_cleanup_push argument.
34907
e66a42f5
RM
34908 * bits/param.h: New file.
34909 * misc/sys/param.h: New file.
34910 * include/sys/param.h: New file.
34911 * misc/Makefile (headers): Add bits/param.h.
34912 * sysdeps/generic/sys/param.h: File removed.
34913 * sysdeps/unix/sysv/linux/bits/param.h: New file.
34914 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
34915 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 34916 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 34917
b7c08a66
RM
34918 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
34919 last change.
34920
b2e1c562
RM
34921 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
34922 [_IO_MTSAFE_IO].
34923 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
34924 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
34925 New macros.
34926
c75ccd4c
RM
34927 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
34928 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
34929 rather than -D_IO_MTSAFE_IO conditionally.
34930 * stdio-common/Makefile (CPPFLAGS): Likewise.
34931 * wcsmbs/Makefile (CPPFLAGS): Likewise.
34932 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
34933 Use $(libio-mtsafe).
34934 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
34935 of -D_IO_MTSAFE_IO.
34936 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
34937 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
34938 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
34939 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
34940 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
34941 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
34942 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
34943 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
34944 (CFLAGS-fread_u_chk.c): Likewise.
34945 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
34946 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
34947 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
34948 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
34949 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
34950 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
34951 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
34952 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
34953 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
34954
34955 * libio/Makefile: Test [$(libc-reentrant) = yes]
34956 instead of [$(filter %REENTRANT, $(defines)) nonempty].
34957
34958 * Makeconfig
34959 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
34960 * sysdeps/pthread/configure: File removed.
34961 * sysdeps/pthread/Makeconfig: New file.
34962 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
34963 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
34964
d9195db8
GB
349652012-08-16 Gary Benson <gbenson@redhat.com>
34966
34967 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
34968 unmapping the first object in a namespace.
34969
86466cd9
RM
349702012-08-16 Roland McGrath <roland@hack.frob.com>
34971
34972 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
34973 (__internal_setnetgrent): ... this. Add internal_function to
34974 definition. Add libc_hidden_def.
34975 (setnetgrent): Update caller.
34976 (internal_endnetgrent): Renamed to ...
34977 (__internal_endnetgrent): ... this. Add internal_function to
34978 definition. Add libc_hidden_def.
34979 (endnetgrent): Update caller.
34980 (internal_getnetgrent_r): Renamed to ...
34981 (__internal_getnetgrent_r): ... this. Add internal_function to
34982 definition. Add libc_hidden_def.
34983 (__getnetgrent_r): Update caller.
34984 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
34985
c3c8283c
JM
349862012-08-16 Joseph Myers <joseph@codesourcery.com>
34987
34988 * stdlib/longlong.h: Update from GCC.
34989
db1ee0a8
RM
349902012-08-16 Roland McGrath <roland@hack.frob.com>
34991
34992 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
34993 on _QL, which is set by umul_ppmm but never used.
34994 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
34995 variables, which are set by GMP macros but never used.
34996 * stdio-common/_itowa.c (_itowa): Likewise.
34997 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
34998 * stdlib/mod_1.c (mpn_mod_1): Likewise.
34999
30f69637
CD
350002012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
35001
35002 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35003 struct La_sh_regs is not constant.
35004 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35005 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35006 and struct La_sparc64_regs are not constant.
35007
93a78ac4
JM
350082012-08-16 Joseph Myers <joseph@codesourcery.com>
35009
35010 * sysdeps/unix/sysv/linux/kernel-features.h
35011 (__ASSUME_POSIX_TIMERS): Remove.
35012 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35013 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35014 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35015 Make code unconditional.
35016 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35017 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35018 Make code unconditional.
35019 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35020 * sysdeps/unix/sysv/linux/clock_nanosleep.c
35021 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35022 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35023 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35024 Make code unconditional.
35025 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35026 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35027 (__libc_missing_posix_timers): Remove.
35028
dd924cd7
RM
350292012-08-15 Roland McGrath <roland@hack.frob.com>
35030
4b4f2771
RM
35031 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35032 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35033
601c888b
RM
35034 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35035
176790a7
RM
35036 * elf/dl-sym.c: Include <stdlib.h>.
35037
329bc018
RM
35038 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35039 constants, which avoids warnings in 32-bit builds.
35040
e04e272d
RM
35041 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35042 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35043
952bf94a
RM
35044 * misc/lseek.c: File moved to ...
35045 * io/lseek.c: ... here.
35046
7c99b50a
RM
35047 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35048
dd924cd7
RM
35049 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35050 shifting LEN more than 31 bits at once.
35051
b3f479a8
LD
350522012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35053
35054 [BZ #14195]
8c4ae0d4
RM
35055 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35056 segmentation fault for a case of two empty input strings.
b3f479a8
LD
35057 * string/test-strncasecmp.c (check1): Renamed to...
35058 (bz12205): ...this.
35059 (bz14195): Add new testcase for two empty input strings and N > 0.
35060 (test_main): Call new testcase, adapt for renamed function.
35061
9c55864e
AJ
350622012-08-15 Andreas Jaeger <aj@suse.de>
35063
35064 [BZ #14090]
35065 * crypt/md5test2.c: New test, based on test supplied by Serge
35066 Belyshev <belyshev@depni.sinp.msu.ru>.
35067 * crypt/Makefile (xtests): Add md5test-giant..
35068 * crypt/Makefile ($(objpfx)md5test-giant): Add.
35069
02dcb6c5
PE
350702012-08-15 Paul Eggert <eggert@cs.ucla.edu>
35071
35072 [BZ #14090]
35073 * crypt/md5.c (md5_process_block): Don't assume the buffer
35074 length is less than 2**32.
35075 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35076 length is less than 2**64.
35077
a3f95dcc
RM
350782012-08-15 Roland McGrath <roland@hack.frob.com>
35079
be75d758
RM
35080 * string/str-two-way.h: Include <sys/param.h>.
35081 (MAX): Macro removed.
35082
7312ca90
RM
35083 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35084 Move #define and #undef of memmove to just before and after
35085 including <string.h>.
35086
9a0a5486
RM
35087 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35088 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35089 and after including <string.h>. Move declarations of
35090 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35091 to before #include "string/memmove.c".
35092
67cc348d
RM
35093 * include/dirent.h: Declare __getdirentries.
35094
a3f95dcc
RM
35095 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35096 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35097
ca98e171
MF
350982012-08-14 Mike Frysinger <vapier@gentoo.org>
35099
35100 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35101 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35102 * sysdeps/i386/configure: Regenerated.
35103 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35104 STABS_CURRENT_FILE, and STABS_FUN.
35105 (END): Remove call to STABS_FUN_END.
35106 (STABS_CURRENT_FILE1): Delete.
35107 (STABS_CURRENT_FILE): Likewise.
35108 (STABS_FUN): Likewise.
35109 (STABS_FUN_END): Likewise.
35110 (STABS_FUN2): Likewise.
35111 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35112 * sysdeps/x86_64/configure: Regenerated.
35113
5908bf46
RM
351142012-08-14 Roland McGrath <roland@hack.frob.com>
35115
35116 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 35117 * elf/dl-lookup.c: Likewise.
5908bf46 35118
f2c05b9e
JM
351192012-08-14 Joseph Myers <joseph@codesourcery.com>
35120
35121 * sysdeps/unix/sysv/linux/kernel-features.h
35122 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35123 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35124 unconditionally.
35125 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35126 unconditionally.
35127 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35128 condition on __ASSUME_CLONE_THREAD_FLAGS.
35129
e11f5155
AJ
351302012-08-14 Andreas Jaeger <aj@suse.de>
35131
35132 * sysdeps/i386/fpu/libm-test-ulps: Update.
35133
51a9ba86
MK
351342012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
35135
2fdd4f78
AJ
35136 * include/atomic.h (atomic_exchange_and_add): Split into ...
35137 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35138 New atomic macros.
51a9ba86 35139
ba6cba9e
MT
351402012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
35141
35142 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35143
42443a47
JL
351442012-08-13 Jeff Law <law@redhat.com>
35145
35146 * manual/stdio.texi (snprintf): Clarify handling of the trailing
35147 null byte in the output string.
35148
121dce05
JM
351492012-08-10 Joseph Myers <joseph@codesourcery.com>
35150
35151 * sysdeps/unix/sysv/linux/kernel-features.h
35152 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35153 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35154 (__ASSUME_ARG_MAX_STACK_BASED): Define.
35155 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35156 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35157 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
35158 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35159
bf51f568
JL
351602012-08-09 Jeff Law <law@redhat.com>
35161
35162 [BZ #13939]
35163 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35164 When avoid_arena is set, don't retry in the that arena. Pick the
35165 next one, whatever it might be.
35166 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35167 (arena_lock): Pass in new parameter to arena_get2.
35168 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35169 arena_get2.
35170 (__libc_malloc): Unify retrying after main arena failure with
35171 __libc_memalign version.
35172 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35173
f85fa270
L
351742012-08-09 H.J. Lu <hongjiu.lu@intel.com>
35175
35176 [BZ #14166]
35177 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35178 to __redirect_strstr.
35179 (__strstr_sse42): Use typeof __redirect_strstr.
35180 (__strstr_ia32): Likewise.
35181 (__libc_strstr): New prototype.
35182 (strstr): Renamed to ...
35183 (__libc_strstr): This.
35184 (strstr): New strong alias of __libc_strstr.
35185 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35186 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35187 __redirect_time.
35188 Include <time.h>.
35189 (__libc_time): New prototype.
35190 (time_ifunc): Replace time with __libc_time.
35191 (time): New strong alias and hidden definition of __libc_time.
35192 (__GI_time): Remove strong alias.
35193 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35194 Include <stddef.h>.
35195 (memmove): Redefined to __redirect_memmove.
35196 (__memmove_sse2): Use typeof __redirect_memmove.
35197 (__memmove_ssse3): Likewise.
35198 (__memmove_ssse3_back): Likewise.
35199 (__libc_memmove): New prototype.
35200 (memmove): Renamed to ...
35201 (__libc_memmove): This.
35202 (memmove): New strong alias of __libc_memmove.
35203
33b4a91e
MS
352042012-08-08 Mark Salter <msalter@redhat.com>
35205
35206 * elf/elf.h
35207 (R_MN10300_TLS_GD): Define.
35208 (R_MN10300_TLS_LD): Likewise.
35209 (R_MN10300_TLS_LDO): Likewise.
35210 (R_MN10300_TLS_GOTIE): Likewise.
35211 (R_MN10300_TLS_IE): Likewise.
35212 (R_MN10300_TLS_LE): Likewise.
35213 (R_MN10300_TLS_DTPMOD): Likewise.
35214 (R_MN10300_TLS_DTPOFF): Likewise.
35215 (R_MN10300_TLS_TPOFF): Likewise.
35216 (R_MN10300_SYM_DIFF): Likewise.
35217 (R_MN10300_ALIGN): Likewise.
35218 (R_MN10300_NUM): Update.
35219
b36137f1
JM
352202012-08-08 Joseph Myers <joseph@codesourcery.com>
35221
35222 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35223 Remove.
35224
cdd915fd
RM
352252012-08-08 Roland McGrath <roland@hack.frob.com>
35226
a2433aac
RM
35227 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35228
cdd915fd
RM
35229 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35230 sysdeps/unix -> sysdeps/posix move.
35231 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35232
bf9b740a
AM
352332012-08-07 Allan McRae <allan@archlinux.org>
35234
35235 [BZ #14303]
35236 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35237 (SUNOS_CPP): Likewise.
35238 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35239 not found.
35240 (open_input): Call CPP using execvp.
35241
93df14ee
JM
352422012-08-07 Joseph Myers <joseph@codesourcery.com>
35243
35244 * sysdeps/unix/sysv/linux/kernel-features.h
35245 (__ASSUME_PROT_GROWSUPDOWN): Remove.
35246 (__ASSUME_NO_CLONE_DETACHED): Likewise.
35247 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35248 (__ASSUME_WAITID_SYSCALL): Likewise.
35249 * sysdeps/unix/sysv/linux/dl-execstack.c
35250 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35251 code unconditional.
35252 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35253 conditional code.
35254 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35255 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35256 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35257 code.
35258 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35259 unconditional.
35260 [__ASSUME_WAITID_SYSCALL]: Likewise.
35261 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35262
d34689de
RM
352632012-08-07 Roland McGrath <roland@hack.frob.com>
35264
a281decc
RM
35265 * sysdeps/unix/closedir.c: Renamed to ...
35266 * sysdeps/posix/closedir.c: ... here.
35267 * sysdeps/unix/dirfd.c: Renamed to ...
35268 * sysdeps/posix/dirfd.c: ... here.
35269 * sysdeps/unix/dirstream.h: Renamed to ...
35270 * sysdeps/posix/dirstream.h: ... here.
35271 * sysdeps/unix/fdopendir.c: Renamed to ...
35272 * sysdeps/posix/fdopendir.c: ... here.
35273 * sysdeps/unix/opendir.c: Renamed to ...
35274 * sysdeps/posix/opendir.c: ... here.
35275 * sysdeps/unix/readdir.c: Renamed to ...
35276 * sysdeps/posix/readdir.c: ... here.
35277 * sysdeps/unix/readdir_r.c: Renamed to ...
35278 * sysdeps/posix/readdir_r.c: ... here.
35279 * sysdeps/unix/rewinddir.c: Renamed to ...
35280 * sysdeps/posix/rewinddir.c: ... here.
35281 * sysdeps/unix/seekdir.c: Renamed to ...
35282 * sysdeps/posix/seekdir.c: ... here.
35283 * sysdeps/unix/telldir.c: Renamed to ...
35284 * sysdeps/posix/telldir.c: ... here.
35285 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35286 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35287 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35288 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35289
22895b47
RM
35290 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35291 * bits/fcntl.h: ... here.
35292
707a53b6
RM
35293 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35294 not 0.
35295 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35296 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35297 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35298 (struct flock): Move l_start, l_len to the beginning.
35299 Use __pid_t for l_pid.
35300 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35301 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35302 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35303 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35304 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35305 [__USE_LARGEFILE64] (struct flock64): New type.
35306 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35307
f0bd3e25
RM
35308 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35309 * bits/dirent.h: ... here.
35310
d34689de
RM
35311 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35312 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35313
6dad2c06
JM
353142012-08-07 Joseph Myers <joseph@codesourcery.com>
35315
35316 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35317 Change from 2.6.0 to 2.6.16.
35318 * sysdeps/unix/sysv/linux/configure: Regenerated.
35319 * sysdeps/unix/sysv/linux/kernel-features.h
35320 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35321 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35322 version.
35323 (__ASSUME_UTIMES): Likewise.
35324 (__ASSUME_CLONE_STOPPED): Remove.
35325 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35326 architectures, not kernel version.
35327 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35328 (__ASSUME_NO_CLONE_DETACHED): Likewise.
35329 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35330 (__ASSUME_WAITID_SYSCALL): Likewise.
35331 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35332 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35333 * README: State 2.6.16 as minimum Linux kernel version. Do not
35334 refer to older versions.
35335
03af9520
RM
353362012-08-06 Roland McGrath <roland@hack.frob.com>
35337
8e49df1d
RM
35338 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35339 Define alphasort64 as an alias.
35340 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35341 Define versionsort64 as an alias.
35342 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35343 Define scandir64 as an alias.
35344 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35345 Define scandirat64 as an alias.
35346 * dirent/alphasort64.c (alphasort64):
35347 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35348 * dirent/versionsort64.c: Likewise.
35349 * dirent/scandir64.c: Likewise.
35350 * dirent/scandirat64.c: Likewise.
35351 * sysdeps/wordsize-64/alphasort.c: File removed.
35352 * sysdeps/wordsize-64/alphasort64.c: File removed.
35353 * sysdeps/wordsize-64/scandir.c: File removed.
35354 * sysdeps/wordsize-64/scandir64.c: File removed.
35355 * sysdeps/wordsize-64/scandirat.c: File removed.
35356 * sysdeps/wordsize-64/scandirat64.c: File removed.
35357 * sysdeps/wordsize-64/versionsort.c: File removed.
35358 * sysdeps/wordsize-64/versionsort64.c: File removed.
35359 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35360 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35361 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35362 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35363 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35364 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35365 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35366 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35367
35368 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35369 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35370 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35371 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35372 [defined __arch64__ || defined __sparcv9]
35373 (__INO_T_MATCHES_INO64_T): New macro.
35374 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35375 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35376 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35377 * sysdeps/unix/sysv/linux/bits/dirent.h
35378 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35379 (_DIRENT_MATCHES_DIRENT64): New macro.
35380
03af9520
RM
35381 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35382 Define lockf64 as an alias.
35383 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35384 Define fseeko64 as an alias.
35385 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35386 Define ftello64 as an alias.
35387 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35388 Define _IO_fgetpos64 and fgetpos64 as aliases.
35389 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35390 Define _IO_fsetpos64 and fsetpos64 as aliases.
35391 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35392 Conditionalize body on this.
35393 * libio/fseeko64.c: Likewise.
35394 * libio/ftello64.c: Likewise.
35395 * libio/iofgetpos64.c: Likewise.
35396 * libio/iofsetpos64.c: Likewise.
35397 * sysdeps/wordsize-64/lockf.c: File removed.
35398 * sysdeps/wordsize-64/lockf64.c: File removed.
35399 * sysdeps/wordsize-64/fseeko.c: File removed.
35400 * sysdeps/wordsize-64/fseeko64.c: File removed.
35401 * sysdeps/wordsize-64/ftello.c: File removed.
35402 * sysdeps/wordsize-64/ftello64.c: File removed.
35403 * sysdeps/wordsize-64/iofgetpos.c: File removed.
35404 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35405 * sysdeps/wordsize-64/iofsetpos.c: File removed.
35406 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35407 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35408 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35409 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35410 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35411 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35412 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35413 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35414 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35415 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35416 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35417
35418 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35419 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35420 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35421 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35422 [defined __arch64__ || defined __sparcv9]
35423 (__OFF_T_MATCHES_OFF64_T): New macro.
35424 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35425 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35426 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35427 (__OFF_T_MATCHES_OFF64_T): New macro.
35428
c5757acd
L
354292012-08-06 H.J. Lu <hongjiu.lu@intel.com>
35430
35431 * stdlib/secure-getenv.c (__secure_getenv): Replace
35432 GLIBC_2_16 with GLIBC_2_17.
35433
3a31811e
L
354342012-08-06 H.J. Lu <hongjiu.lu@intel.com>
35435
35436 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35437 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35438
faa2bccb
DM
354392012-08-03 David S. Miller <davem@davemloft.net>
35440
35441 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35442
85fe1997
JM
354432012-08-03 Joseph Myers <joseph@codesourcery.com>
35444
35445 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35446 Remove.
35447 (__ASSUME_CORRECT_SI_PID): Likewise.
35448 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35449 (__ASSUME_TMPFS_NAME): Likewise.
35450 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35451 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35452 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35453 (HAVE_AUX_SECURE): Make definition unconditional.
35454 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35455 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35456
4f75b7a0
RM
354572012-08-03 Roland McGrath <roland@hack.frob.com>
35458
35459 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35460 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35461 * sysdeps/mach/hurd/eloop-threshold.h: New file.
35462 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35463 __eloop_threshold instead of SYMLOOP_MAX.
35464
35465 * sysdeps/generic/eloop-threshold.h: New file.
35466 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35467 of MAXSYMLINKS.
35468 * elf/chroot_canon.c (chroot_canon): Likewise.
35469
7aab07e4
JM
354702012-08-03 Joseph Myers <joseph@codesourcery.com>
35471
35472 [BZ #13717]
35473 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35474 Change to 2.6.0 everywhere.
35475 * sysdeps/unix/sysv/linux/configure: Regenerated.
35476 * sysdeps/unix/sysv/linux/kernel-features.h
35477 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35478 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35479 kernel versions.
35480 (__ASSUME_POSIX_TIMERS): Define unconditionally.
35481 (__ASSUME_FUTEX_REQUEUE): Remove.
35482 (__ASSUME_STATFS64): Define unconditionally.
35483 (__ASSUME_AT_SECURE): Likewise.
35484 (__ASSUME_CORRECT_SI_PID): Likewise.
35485 (__ASSUME_TGKILL): Define without depending on kernel version for
35486 i386.
35487 (__ASSUME_UTIMES): Likewise.
35488 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35489 kernel version.
35490 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35491 (__ASSUME_TMPFS_NAME): Likewise.
35492 * README: Update reference to Linux kernel versions.
35493
b67e9372
MP
354942012-08-02 Marek Polacek <polacek@redhat.com>
35495
1f529f7d 35496 [BZ# 14150]
b67e9372
MP
35497 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
35498 libc_cv_asm_type_prefix with %.
35499 * configure: Regenerated.
d2441631
RM
35500 * include/libc-symbols.h: Remove comment about
35501 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
35502 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
35503 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
35504 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
35505 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
35506 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35507 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
35508 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
35509 * elf/tst-unique2mod1.c: Likewise.
35510 * elf/tst-unique1mod2.c: Likewise.
35511 * elf/tst-unique1mod1.c: Likewise.
35512 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
35513 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
35514 Replace ASM_TYPE_DIRECTIVE with .type.
35515 * sysdeps/s390/s390-64/sysdep.h: Likewise.
35516 * sysdeps/i386/sysdep.h: Likewise.
35517 * sysdeps/x86_64/sysdep.h: Likewise.
35518 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
35519 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35520 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 35521 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
35522 * sysdeps/powerpc/powerpc32/sysdep.h:
35523 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
35524 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35525 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35526 * sysdeps/i386/fpu/e_powf.S: Likewise.
35527 * sysdeps/i386/fpu/e_expl.S: Likewise.
35528 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
35529 * sysdeps/i386/fpu/e_acosh.S: Likewise.
35530 * sysdeps/i386/fpu/e_pow.S: Likewise.
35531 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
35532 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
35533 * sysdeps/i386/fpu/s_expm1.S: Likewise.
35534 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
35535 * sysdeps/i386/fpu/e_log2.S: Likewise.
35536 * sysdeps/i386/fpu/e_log2l.S: Likewise.
35537 * sysdeps/i386/fpu/e_scalb.S: Likewise.
35538 * sysdeps/i386/fpu/e_powl.S: Likewise.
35539 * sysdeps/i386/fpu/e_log10f.S: Likewise.
35540 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
35541 * sysdeps/i386/fpu/e_logl.S: Likewise.
35542 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
35543 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
35544 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
35545 * sysdeps/i386/fpu/e_log2f.S: Likewise.
35546 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
35547 * sysdeps/i386/fpu/e_log.S: Likewise.
35548 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
35549 * sysdeps/i386/fpu/e_logf.S: Likewise.
35550 * sysdeps/i386/fpu/e_log10l.S: Likewise.
35551 * sysdeps/i386/fpu/e_atanh.S: Likewise.
35552 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
35553 * sysdeps/i386/fpu/e_log10.S: Likewise.
35554 * sysdeps/i386/fpu/s_frexp.S: Likewise.
35555 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
35556 * sysdeps/i386/fpu/s_asinh.S: Likewise.
35557 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
35558 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
35559 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
35560 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
35561 * sysdeps/i386/i686/strtok.S: Likewise.
35562 * sysdeps/i386/i386-mcount.S: Likewise.
35563 * sysdeps/i386/strtok.S: Likewise.
35564 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
35565 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
35566 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35567 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
35568 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35569 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
35570 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
35571 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
35572 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
35573 * sysdeps/x86_64/_mcount.S: Likewise.
35574 * sysdeps/x86_64/strtok.S: Likewise.
35575 * sysdeps/sh/_mcount.S: Likewise.
35576
2747bf9a
RM
355772012-08-01 Roland McGrath <roland@hack.frob.com>
35578
35579 * libio/iofopen.c: Include <fcntl.h>.
35580 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
35581 (_IO_fopen64, fopen64): Define as aliases.
35582 * libio/iofopen64.c: Include <fcntl.h>.
35583 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
35584 Conditionalize body on this.
35585 * sysdeps/wordsize-64/iofopen.c: File removed.
35586 * sysdeps/wordsize-64/iofopen64.c: File removed.
35587
3fb791b8
MP
355882012-08-01 Marek Polacek <polacek@redhat.com>
35589
35590 * libc/Makeconfig: Use elf in place of binfmt-subdir.
35591 Use dlfcn directly instead of a variable.
35592 (binfmt-subdir): Do not define.
35593 (dlfcn): Likewise.
35594
a9f1039f
JM
355952012-08-01 Joseph Myers <joseph@codesourcery.com>
35596
23bddc06
JM
35597 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
35598 Remove all definitions.
35599 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
35600 <kernel-features.h>.
35601 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35602 (miss_F_GETOWN_EX): Remove all definitions.
35603 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
35604 macro definition.
35605 [!__ASSUME_FCNTL64]: Remove conditional code.
35606 [__ASSUME_FCNTL64]: Make code unconditional.
35607 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
35608 <kernel-features.h>.
35609 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35610 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
35611 (lockf64) [__NR_fcntl64]: Make code unconditional.
35612 (lockf64) [__ASSUME_FCNTL64]: Likewise.
35613
a9f1039f
JM
35614 * sysdeps/unix/sysv/linux/kernel-features.h
35615 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
35616 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
35617 Make code unconditional.
35618 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35619 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35620 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
35621 [__NR_vfork]: Make code unconditional.
35622 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35623 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35624 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
35625 [__NR_vfork]: Make code unconditional.
35626 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35627 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35628
09c0ee5f
RM
356292012-08-01 Roland McGrath <roland@hack.frob.com>
35630
48aec5b9
RM
35631 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
35632 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
35633
cd97c966
RM
35634 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35635 Define mkstemp64 as an alias.
3f55550c
RM
35636 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35637 Define mkstemps64 as an alias.
cd97c966
RM
35638 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35639 Define mkostemp64 as an alias.
b8625cfc
RM
35640 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35641 Define mkostemps64 as an alias.
cd97c966
RM
35642 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
35643 Conditionalize body on this.
35644 * misc/mkostemp64.c: Likewise.
b8625cfc 35645 * misc/mkostemps64.c: Likewise.
3f55550c 35646 * misc/mkstemps64.c: Likewise.
cd97c966
RM
35647 * sysdeps/wordsize-64/mkstemp64.c: File removed.
35648 * sysdeps/wordsize-64/mkostemp64.c: File removed.
35649 * sysdeps/wordsize-64/mkostemp.c: File removed.
35650 * sysdeps/wordsize-64/mkstemp.c: File removed.
35651 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
35652 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
35653 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
35654 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
35655
09c0ee5f
RM
35656 [BZ #14138]
35657 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
35658 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
35659 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
35660 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
35661
35662 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
35663 compat_symbol macros from <shlib-compat.h> rather than the underlying
35664 default_symbol_version and symbol_version macros, so that DEFAULT
35665 lines in shlib-versions are respected.
35666 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
35667
7e66ee51
FW
356682012-08-01 Florian Weimer <fweimer@redhat.com>
35669
35670 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
35671 Declare with warn_unused_result.
35672 (setgid, setregid, setegid, setresgid): Likewise.
35673 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
35674 Likewise.
35675 * WUR-REPORT: Remove set*id functions.
35676
d2a54255
PT
356772012-07-31 Pino Toscano <toscano.pino@tiscali.it>
35678
35679 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
35680
7ecdb005
RM
356812012-07-31 Roland McGrath <roland@hack.frob.com>
35682
b4180a5e 35683 [BZ #10191]
789bd351
RM
35684 * include/sys/socket.h (__libc_accept, __libc_accept4):
35685 Add attribute_hidden.
35686 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
35687
40ce302d
RM
35688 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
35689 use of PTR_MANGLE.
35690 * inet/getnetgrent_r.c (setup): Likewise.
35691
7ecdb005
RM
35692 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
35693
e2eabb2c
DM
356942012-07-31 David S. Miller <davem@davemloft.net>
35695
35696 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35697
d0419dbf
JM
356982012-07-31 Joseph Myers <joseph@codesourcery.com>
35699
35700 [BZ #13629]
35701 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
35702 value between 1.0 and 2.0 and smaller part has absolute value less
35703 than 1.0.
35704 * math/s_clog10.c (__clog10): Likewise.
35705 * math/s_clog10f.c (__clog10f): Likewise.
35706 * math/s_clog10l.c (__clog10l): Likewise.
35707 * math/s_clogf.c (__clogf): Likewise.
35708 * math/s_clogl.c (__clogl): Likewise.
35709 * math/libm-test.inc (clog_test): Add more tests.
35710 (clog10_test): Likewise.
35711 * sysdeps/i386/fpu/libm-test-ulps: Update.
35712 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35713
2bc13872
FW
357142012-07-31 Florian Weimer <fweimer@redhat.com>
35715
35716 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
35717 Exit with zero in case no suitable GID is found, and write a
35718 message to standard error.
35719
bea9b193
RM
357202012-07-30 Roland McGrath <roland@hack.frob.com>
35721
35722 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
35723 rather than to 1.
35724 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
35725 (MAXPATHLEN): Removed.
35726 (NOGROUP, NODEV): New macros.
35727 (setbit, clrbit, isset, isclr): New macros.
35728 (howmany, roundup, powerof2): New macros.
35729 (DEV_BSIZE): New macro.
35730
35731 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
35732 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
35733
35734 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
35735 definition on [!__NO_LONG_DOUBLE_MATH].
35736
35737 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
35738 PTR_MANGLE and PTR_DEMANGLE.
35739
35740 * socket/accept4.c (accept4): Rename to __libc_accept4.
35741 Define accept4 as a weak alias.
35742
35743 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
35744 on [_DIRENT_HAVE_D_TYPE].
35745 * io/ftw.c (ftw_dir): Likewise.
35746
35747 * io/xmknod.c (__xmknod): Don't check PATH for being null.
35748
35749 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
35750
35751 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
35752 Use the BSD numbers rather than the arbitrary ones we had.
35753 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
35754 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
35755 (SIGXCPU, SIGXFSZ): New macros.
35756 (_NSIG): Now 32.
35757
35758 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
35759 initializer on [_LIBC_REENTRANT].
35760
35761 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
35762 definitions inside [_POSIX_MAPPED_FILES].
35763
35764 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
35765
35766 * dirent/opendir.c: Include <fcntl.h>.
35767
35768 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
35769 (__libc_getspecific): Likewise.
35770 (__libc_key_create): Likewise.
35771
35772 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
35773 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
35774 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
35775 (tmpfile64): Define as alias.
35776 * sysdeps/wordsize-64/tmpfile.c: File removed.
35777 * sysdeps/wordsize-64/tmpfile64.c: File removed.
35778 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
35779 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
35780
35781 * stdio-common/vfscanf.c: Include <stdbool.h>.
35782 * nss/makedb.c: Likewise.
35783 * stdio-common/_i18n_number.h: Likewise.
35784 * argp/argp-help.c: Likewise.
35785 * posix/wordexp.c: Likewise.
35786 * sysdeps/posix/spawni.c: Likewise.
35787 * nss/nss_files/files-initgroups.c: Likewise.
35788 * stdio-common/reg-modifier.c: Include <stdlib.h>.
35789 * nss/nss_files/files-initgroups.c: Likewise.
35790 * nss/nss_db/db-netgrp.c: Likewise.
35791 * nss/nss_db/db-initgroups.c: Likewise.
35792 * io/fchmodat.c: Include <sys/stat.h>.
35793
35794 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
35795 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
35796
35797 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
35798 [HAVE_MMAP].
35799
35800 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
35801 Add multiple inclusion protection.
35802
e5abc686
DM
358032012-07-27 David S. Miller <davem@davemloft.net>
35804
35805 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35806
815e6fa3
GB
358072012-07-27 Gary Benson <gbenson@redhat.com>
35808
35809 [BZ #14298]
35810 * elf/rtld.c: Include <stap-probe.h>.
35811 (dl_main): Added static probes "init_start" and "init_complete".
35812 * elf/dl-load.c: Include <stap-probe.h>.
35813 (lose): Take new parameter "nsid".
35814 Added static probe "map_failed".
35815 (_dl_map_object_from_fd): Pass namespace id to lose.
35816 Added static probe "map_start".
35817 (open_verify): Pass namespace id to lose.
35818 * elf/dl-open.c: Include <stap-probe.h>.
35819 (dl_open_worker) Added static probes "map_complete", "reloc_start"
35820 and "reloc_complete".
35821 * elf/dl-close.c: Include <stap-probe.h>.
35822 (_dl_close_worker): Added static probes "unmap_start" and
35823 "unmap_complete".
35824 * elf/rtld-debugger-interface.txt: New file documenting the above.
35825
9f98c16c
RM
358262012-07-26 Roland McGrath <roland@hack.frob.com>
35827
35828 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
35829 rather than a string variable.
35830 * sunrpc/rpc_main.c (h_output): Likewise.
35831 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
35832
f3c22df3
PT
358332012-07-26 Pino Toscano <toscano.pino@tiscali.it>
35834
35835 * inet/check_native.c: New file.
35836
3129cfc6
JM
358372012-07-26 Joseph Myers <joseph@codesourcery.com>
35838
da865e95
JM
35839 [BZ #13629]
35840 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
35841 if larger part has absolute value 1.0.
35842 * math/s_clog10.c (__clog10): Likewise.
35843 * math/s_clog10f.c (__clog10f): Likewise.
35844 * math/s_clog10l.c (__clog10l): Likewise.
35845 * math/s_clogf.c (__clogf): Likewise.
35846 * math/s_clogl.c (__clogl): Likewise.
35847 * math/libm-test.inc (clog_test): Add more tests.
35848 (clog10_test): Likewise.
35849 * sysdeps/i386/fpu/libm-test-ulps: Update.
35850 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35851
3129cfc6
JM
35852 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
35853 (pltexit): Likewise.
35854 (La_regs): Likewise.
35855 (La_retval): Likewise.
35856 (int_retval): Likewise.
35857 Update #error for removed macros to refer only to definitions in
35858 tst-audit.h.
35859 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
35860 macro.
35861 (pltexit): Likewise.
35862 (La_regs): Likewise.
35863 (La_retval): Likewise.
35864 (int_retval): Likewise.
35865 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
35866 macro.
35867 (pltexit): Likewise.
35868 (La_regs): Likewise.
35869 (La_retval): Likewise.
35870 (int_retval): Likewise.
35871 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
35872 macro.
35873 (pltexit): Likewise.
35874 (La_regs): Likewise.
35875 (La_retval): Likewise.
35876 (int_retval): Likewise.
35877 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
35878 macro.
35879 (pltexit): Likewise.
35880 (La_regs): Likewise.
35881 (La_retval): Likewise.
35882 (int_retval): Likewise.
35883 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
35884 macro.
35885 (pltexit): Likewise.
35886 (La_regs): Likewise.
35887 (La_retval): Likewise.
35888 (int_retval): Likewise.
35889 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
35890 macro.
35891 (pltexit): Likewise.
35892 (La_regs): Likewise.
35893 (La_retval): Likewise.
35894 (int_retval): Likewise.
35895 * sysdeps/generic/tst-audit.h: Update comment to refer only to
35896 macro definitions in tst-audit.h.
35897 * sysdeps/i386/tst-audit.h: New file.
35898 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
35899 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
35900 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
35901 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
35902 * sysdeps/sh/tst-audit.h: Likewise.
35903 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
35904 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
35905 * sysdeps/x86_64/tst-audit.h: Likewise.
35906
bfc07087
AJ
359072012-07-26 Andreas Jaeger <aj@suse.de>
35908
b1b2aaf8
AJ
35909 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
35910 ptrace.
35911
35912 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
35913 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
35914 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
35915 PTRACE_O_MASK.
35916 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
35917 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
35918 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
35919
bfc07087
AJ
35920 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
35921 value.
35922
35923 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
35924 _sigsys.
35925 (si_call_addr, si_syscall, si_arch): Define new macro.
35926 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
35927 _sigsys.
35928 (si_call_addr, si_syscall, si_arch): Define new marcro.
35929 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
35930 _sigsys.
35931 (si_call_addr, si_syscall, si_arch): Define new macro.
35932 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
35933 _sigsys.
35934 (si_call_addr, si_syscall, si_arch): Define new macro.
35935
89b4b02f
JM
359362012-07-25 Joseph Myers <joseph@codesourcery.com>
35937
35938 [BZ #13717]
35939 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35940 Change to 2.4.21 where previously 2.4.1.
35941 * sysdeps/unix/sysv/linux/configure: Regenerated.
35942 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
35943 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
35944 Linux kernel version.
35945 (__ASSUME_STD_AUXV): Remove.
35946 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
35947 kernel version.
35948 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
35949 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
35950 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
35951 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
35952 (__ASSUME_NETLINK_SUPPORT): Likewise.
35953 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
35954 (__no_netlink_support): Remove conditional definition.
35955 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
35956 Remove.
35957 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
35958 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
35959 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
35960 (if_nameindex_ioctl): Remove.
35961 (if_nameindex_netlink): Do not handle __no_netlink_support.
35962 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
35963 code.
35964 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
35965 Remove conditional code.
35966 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
35967 code.
35968 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
35969 unconditional.
35970 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
35971 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
35972 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
35973 Remove.
35974 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
35975 [!__ASSUME_STD_AUXV]: Remove conditional code.
35976 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
35977 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
35978 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
35979 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
35980 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
35981 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
35982 code.
35983 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
35984 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
35985 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
35986 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
35987 conditional code.
35988 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
35989 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
35990 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
35991 code.
35992 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
35993 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
35994 conditional code.
35995 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
35996 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
35997 code unconditional.
35998 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
35999 conditional code.
36000 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36001 unconditional.
36002 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36003 conditional code.
36004 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36005 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36006 unconditional.
36007 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36008 conditional code.
36009 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36010 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36011 code unconditional.
36012 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36013 conditional code.
36014 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36015 unconditional.
36016 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36017 conditional code.
36018 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36019 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36020 code unconditional.
36021 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36022 conditional code.
36023 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36024 unconditional.
36025 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36026 conditional code.
36027
842a39cd
AS
360282012-07-25 Andreas Schwab <schwab@linux-m68k.org>
36029
36030 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36031 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36032 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36033 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36034 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36035 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36036 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36037 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36038 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36039 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36040 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36041 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36042 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36043 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36044 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36045 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36046 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36047 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36048 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36049 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36050 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36051 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36052 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36053
84b3fd84
FW
360542012-07-25 Florian Weimer <fweimer@redhat.com>
36055
36056 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
36057 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36058 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36059 Introduce __libc_secure_getenv.
0c7936d5
FW
36060 * stdlib/Versions (2.17): Add secure_getenv
36061 (GLIBC_PRIVATE): Add __libc_secure_getenv.
36062 * stdlib/secure-getenv.c: Rename __secure_getenv to
36063 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
36064 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
36065 * stdlib/tst-secure-getenv.c: New.
36066 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
36067 * manual/startup.texi (Environment Access): Document
36068 secure_getenv.
84b3fd84
FW
36069 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36070 __libc_secure_getenv.
36071 * inet/ruserpass.c (ruserpass): Likewise.
36072 * malloc/mtrace.c (mtrace): Likewise.
36073 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 36074 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
36075 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36076 * sysdeps/posix/tempname.c: Likewise. Evaluate
36077 HAVE_SECURE_GETENV.
36078 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 36079 __secure_getenv to __libc_secure_getenv.
84b3fd84 36080 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
36081 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36082 Likewise.
36083 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36084 Likewise.
36085 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36086 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36087 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36088 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36089 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36090 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36091 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 36092
56e49b71
JM
360932012-07-25 Joseph Myers <joseph@codesourcery.com>
36094
36095 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36096 (struct La_i86_retval): Likewise.
36097 (struct La_x86_64_regs): Likewise.
36098 (struct La_x86_64_retval): Likewise.
36099 (struct La_x32_regs): Likewise.
36100 (struct La_x32_retval): Likewise.
36101 (struct La_ppc32_regs): Likewise.
36102 (struct La_ppc32_retval): Likewise.
36103 (struct La_ppc64_regs): Likewise.
36104 (struct La_ppc64_retval): Likewise.
36105 (struct La_sh_regs): Likewise.
36106 (struct La_sh_retval): Likewise.
36107 (struct La_s390_32_regs): Likewise.
36108 (struct La_s390_32_retval): Likewise.
36109 (struct La_s390_64_regs): Likewise.
36110 (struct La_s390_64_retval): Likewise.
36111 (struct La_sparc32_regs): Likewise.
36112 (struct La_sparc32_retval): Likewise.
36113 (struct La_sparc64_regs): Likewise.
36114 (struct La_sparc64_retval): Likewise.
36115 (struct audit_ifaces): Remove architecture-specific pltenter and
36116 pltexit members.
36117 * sysdeps/i386/ldsodefs.h: New file.
36118 * sysdeps/powerpc/ldsodefs.h: Likewise.
36119 * sysdeps/s390/ldsodefs.h: Likewise.
36120 * sysdeps/sh/ldsodefs.h: Likewise.
36121 * sysdeps/sparc/ldsodefs.h: Likewise.
36122 * sysdeps/x86_64/ldsodefs.h: Likewise.
36123
354691b7
MP
361242012-07-25 Marek Polacek <polacek@redhat.com>
36125
36126 [BZ #6808]
36127 * math/libm-test.inc (yn_test): Add another test.
36128 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36129 to ERANGE when the result is +-Inf.
36130 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36131 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36132 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36133 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36134
bf9e2071
JM
361352012-07-24 Joseph Myers <joseph@codesourcery.com>
36136
36137 * conform/data/time.h-data (NULL): Use macro-constant. Require
36138 equal to 0.
36139 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
36140 clock_t.
36141 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
36142
57633811
TS
361432012-07-23 Thomas Schwinge <thomas@codesourcery.com>
36144
36145 * configure.in <sysdeps resolving>: Correct printing
36146 Implies_before.
36147 * configure: Regenerate.
36148
c23c33b0
TS
361492012-07-22 Thomas Schwinge <thomas@codesourcery.com>
36150
36151 * math/w_ilogb.c: Include <limits.h>.
36152 * math/w_ilogbl.c: Likewise.
36153
b5982523
JM
361542012-07-20 Joseph Myers <joseph@codesourcery.com>
36155
36156 * manual/lang.texi (__va_copy): Document primarily as ISO C99
36157 va_copy. Document allowing for unavailable va_copy only as
36158 pre-C99 compatibility.
36159 * manual/string.texi (Copying and Concatenation): Use va_copy
36160 instead of __va_copy in concat example.
36161
ac4ea442
PT
361622012-07-20 Pino Toscano <toscano.pino@tiscali.it>
36163
36164 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36165 (__sendto): Use create_address_port. Initialize APORT and deallocate
36166 it if not null.
36167
f98eafbd
PT
36168 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36169 with O_NOLINK passed to __file_name_lookup.
36170
898c7aab
PT
36171 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36172 with O_NOLINK passed to __file_name_lookup.
36173
0ced335a
PT
36174 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36175 negative N or less than NGIDS.
36176
b3404dbd
PT
36177 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36178 type to string_t. Set ERANGE as errno and return it if NAME is not big
36179 enough. Use memcpy instead of strncpy.
36180
0f48659e
JM
361812012-07-20 Joseph Myers <joseph@codesourcery.com>
36182
36183 * elf/Makefile (check-data): Remove.
36184 (localplt.data): New vpath directive.
36185 ($(objpfx)check-localplt.out): Use localplt.data from vpath
36186 instead of $(check-data).
36187 * scripts/data/localplt-generic.data: Move to ...
36188 * sysdeps/generic/localplt.data: ... here.
36189 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36190 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36191 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36192 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36193 ... here.
36194 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36195 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36196 ... here.
36197 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36198 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36199 ... here.
36200 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36201 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36202 ... here.
36203 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36204 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36205 ... here.
36206 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36207 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36208 ... here.
36209
d37cbdaa
AZ
362102012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36211
36212 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36213 PPC32 and PPC64 files.
36214 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36215 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36216
46f85fc2
AK
362172012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36218
36219 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36220 __makecontext_ret to ...
36221 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36222 ... here and call exit if uc_link is NULL. New file.
36223 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36224 __makecontext_ret.S.
36225 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36226 __makecontext_ret to ...
36227 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36228 ... here and call exit if uc_link is NULL. New file.
36229 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36230 __makecontext_ret.S.
36231
08f43f9b
AK
362322012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36233
36234 * elf/elf.h (R_390_IRELATIVE): New definition.
36235 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36236 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
36237 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36238 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36239 (elf_machine_lazy_rel): Likewise.
36240 * sysdeps/s390/dl-irel.h: New file.
36241 * sysdeps/s390/s390-64/memcpy.S: New asm code.
36242 * sysdeps/s390/s390-64/memset.S: New asm code.
36243 * sysdeps/s390/s390-64/memcmp.S: New asm code.
36244 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36245 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36246 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36247 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36248 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36249 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36250 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36251 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36252 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36253 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36254 * sysdeps/s390/s390-32/memcpy.S: New asm code.
36255 * sysdeps/s390/s390-32/memset.S: New asm code.
36256 * sysdeps/s390/s390-32/memcmp.S: New asm code.
36257
3b05db33
MP
362582012-07-17 Marek Polacek <polacek@redhat.com>
36259
36260 [BZ #14349]
36261 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36262 * sysdeps/s390/s390-64/configure.in: Likewise.
36263 * sysdeps/sparc/configure.in: Likewise.
36264 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36265 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36266 * sysdeps/i386/configure.in: Likewise.
36267 * sysdeps/x86_64/configure.in: Likewise.
36268 * sysdeps/sh/configure.in: Likewise.
36269 * sysdeps/s390/s390-32/configure: Regenerated.
36270 * sysdeps/s390/s390-64/configure: Likewise.
36271 * sysdeps/x86_64/configure: Likewise.
36272 * sysdeps/sh/configure: Likewise.
36273 * sysdeps/powerpc/powerpc64/configure: Likewise.
36274 * sysdeps/powerpc/powerpc32/configure: Likewise.
36275 * sysdeps/sparc/configure: Likwise.
36276 * sysdeps/i386/configure: Likewise.
36277
a66877c6
MP
36278 * elf/dl-open.c: Comment fixes.
36279
cfc82fd8
JM
362802012-07-17 Joseph Myers <joseph@codesourcery.com>
36281
bd29910a
JM
36282 * Makefile [CXX] (check-data): Remove.
36283 [CXX] (c++-types.data): New vpath directive.
36284 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36285 vpath. Do not allow for C++ type data being missing.
36286 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36287 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36288 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36289 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36290 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36291 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36292 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36293 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36294 ... here.
36295 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36296 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36297 ... here.
36298 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36299 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36300 ... here.
36301 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36302 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36303 ... here.
36304 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36305 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36306 ... here.
36307 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36308 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36309 ... here.
36310 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36311 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36312 ... here.
36313 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36314 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36315
cfc82fd8
JM
36316 * elf/tls-macros.h (TLS_LE): Move architecture-specific
36317 definitions to architecture-specific files.
36318 (TLS_IE): Likewise.
36319 (TLS_LD): Likewise.
36320 (TLS_GD): Likewise.
36321 * sysdeps/i386/tls-macros.h: New file.
36322 * sysdeps/powerpc/tls-macros.h: Likewise.
36323 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36324 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36325 * sysdeps/sh/tls-macros.h: Likewise.
36326 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36327 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36328 * sysdeps/x86_64/tls-macros.h: Likewise.
36329
f7db3170
TS
363302012-07-17 Thomas Schwinge <thomas@codesourcery.com>
36331
07cbfc23
TS
36332 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36333 zero value for regular exit case.
36334
f7db3170
TS
36335 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36336 (__start_context): Preserve zero value for regular exit case.
36337
dc97c227
TS
363382012-07-17 Thomas Schwinge <thomas@codesourcery.com>
36339 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36340
36341 * manual/setjmp.texi (setcontext): Clarify normal process
36342 termination when uc_link is the null pointer.
36343 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36344 exit call.
36345
d0cd7d02
AS
363462012-07-16 Andreas Schwab <schwab@linux-m68k.org>
36347
36348 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36349 preprocessor. Test for each exception mask separately.
36350
dd318934
AJ
363512012-07-16 Andreas Jaeger <aj@suse.de>
36352
36353 * po/ru.po: Update from translation team.
36354
8048311a
JM
363552012-07-15 Joseph Myers <joseph@codesourcery.com>
36356
36357 * conform/data/string.h-data (NULL): Use macro-constant. Require
36358 equal to 0.
36359 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36360 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36361 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36362 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36363 [ISO || ISO99 || ISO11] (*_t): Do not allow.
36364
b637d46e
AJ
363652012-07-13 Andreas Jaeger <aj@suse.de>
36366
36367 * po/fr.po: Update from translation team.
36368
541428fe
MP
363692012-07-12 Marek Polacek <polacek@redhat.com>
36370
36371 [BZ #14173]
36372 * math/libm-test.inc (yn_test): Add test for BZ #14173.
36373 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36374 loop condition.
36375
ec332e94
JM
363762012-07-12 Joseph Myers <joseph@codesourcery.com>
36377
36378 [BZ #13717]
36379 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36380 Change to 2.4.1 where previously 2.4.0.
36381 * sysdeps/unix/sysv/linux/configure: Regenerated.
36382 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36383 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36384 version.
36385 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36386 (__ASSUME_AT_CLKTCK): Remove.
36387 (__ASSUME_AT_PAGESIZE): Likewise.
36388 (__ASSUME_AT_XID): Likewise.
36389 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36390 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36391 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36392 unconditionally.
36393 (HAVE_AUX_PAGESIZE): Likewise.
36394 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36395 [__ASSUME_AT_CLKTCK]: Make code unconditional.
36396 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36397
7b6e99be
JB
363982012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
36399
36400 [BZ #14307]
36401 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36402 the temporary buffer used to invoke __gethostbyname2_r,
36403 __gethostbyaddr_r and gethostbyname4_r to make room for struct
36404 host_data / struct gaih_addrtuple.
36405 * resolv/nss_dns/dns-host.c (global scope): Move definition of
36406 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36407 header file nss/nsswitch.h.
36408 * nss/nsswitch.h (global scope): Add definition of implementation
36409 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36410 resolv/nss_dns/dns-host.c).
36411
608404eb
AJ
364122012-07-11 Andreas Jaeger <aj@suse.de>
36413
36414 * po/fr.po: Update from translation team.
36415
71220aca
AJ
36416 * po/sv.po: Update from translation team
36417 * po/fr.po: Another update from translation team.
36418
28cfe843
AZ
364192012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36420
36421 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36422 for subnormals or multiply small sinh result by itself.
36423 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36424 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36425
6b90f981
DM
364262012-07-11 David S. Miller <davem@davemloft.net>
36427
36428 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36429
c6825772
AS
364302012-07-10 Andreas Schwab <schwab@linux-m68k.org>
36431
36432 [BZ #14347]
36433 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36434 (INTERNAL_MARK): Shift it here.
36435
7b8e0d49
MP
364362012-07-10 Marek Polacek <polacek@redhat.com>
36437
36438 [BZ #14151]
36439 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
36440 libc_cv_asm_global_directive with .globl.
36441 * configure: Regenerated.
36442 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36443 with .globl.
36444 * sysdeps/i386/configure: Regenerated.
36445 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36446 with .globl.
36447 * sysdeps/x86_64/configure: Regenerated.
36448 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36449 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36450 * elf/tst-unique2mod2.c: Likewise.
36451 * elf/tst-unique2mod1.c: Likewise.
36452 * elf/tst-unique1mod2.c: Likewise.
36453 * elf/tst-unique1mod1.c: Likewise.
36454 * sysdeps/s390/s390-32/sysdep.h: Likewise.
36455 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36456 * sysdeps/s390/s390-64/sysdep.h: Likewise.
36457 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36458 * sysdeps/mach/sysdep.h: Likewise.
36459 * sysdeps/i386/sysdep.h: Likewise.
36460 * sysdeps/i386/i386-mcount.S: Likewise.
36461 * sysdeps/x86_64/_mcount.S: Likewise.
36462 * sysdeps/x86_64/sysdep.h: Likewise.
36463 * sysdeps/sh/_mcount.S: Likewise.
36464 * sysdeps/sh/sysdep.h: Likewise.
36465 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36466 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36467 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36468 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36469 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36470 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36471 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36472 * locale/localeinfo.h: Likewise.
36473 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36474 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36475
6c55cda3
RM
364762012-07-09 Roland McGrath <roland@hack.frob.com>
36477
36478 [BZ #14336]
36479 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36480 system".
36481 * manual/message.texi (The Uniforum approach): Likewise.
36482 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36483 (glibc iconv Implementation): Likewise.
36484
638a572e
JM
364852012-07-09 Joseph Myers <joseph@codesourcery.com>
36486
36487 [BZ #14337]
36488 * math/s_clog.c (__clog): Avoid scaling a value down where that
36489 could result in underflow.
36490 * math/s_clog10.c (__clog10): Likewise.
36491 * math/s_clog10f.c (__clog10f): Likewise.
36492 * math/s_clog10l.c (__clog10l): Likewise.
36493 * math/s_clogf.c (__clogf): Likewise.
36494 * math/s_clogl.c (__clogl): Likewise.
36495 * math/libm-test.inc (clog_test): Add more tests.
36496 (clog10_test): Likewise.
36497 * sysdeps/i386/fpu/libm-test-ulps: Update.
36498 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36499
261f4859
AS
365002012-07-06 Andreas Schwab <schwab@linux-m68k.org>
36501
0abaf3e4
AS
36502 [BZ #14283]
36503 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
36504 by 7 not 8 to examine high bit of fractional part.
36505
261f4859
AS
36506 [BZ #14042]
36507 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
36508 for call to __mcount_internal.
36509 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
36510 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
36511 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
36512
f17ac40d
JM
365132012-07-06 Joseph Myers <joseph@codesourcery.com>
36514
9ad63c23
JM
36515 [BZ #14154]
36516 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
36517 approximation for values within 0x1p-13f of an odd multiple of
36518 pi/4.
36519 * math/libm-test.inc (tan_test): Do not allow spurious underflow
36520 exception. Add more tests.
36521 * sysdeps/i386/fpu/libm-test-ulps: Update.
36522
f17ac40d
JM
36523 [BZ #6778]
36524 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
36525 inputs and return -1 for them. Do not check for +Inf in case not
36526 reachable for +Inf.
36527 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
36528 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
36529 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36530 and return -1 for them. Do not check for +Inf in case not
36531 reachable for +Inf.
36532 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
36533 define.
36534 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36535 and return -1 for them. Do not check for +Inf in case not
36536 reachable for +Inf.
36537 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
36538 spurious underflow.
36539 * sysdeps/i386/fpu/libm-test-ulps: Update.
36540 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36541
fb21f89b
MF
365422012-07-06 Mike Frysinger <vapier@gentoo.org>
36543
36544 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
36545
cdfe2c5e
JM
365462012-07-05 Joseph Myers <joseph@codesourcery.com>
36547
36548 [BZ #14157]
36549 [BZ #14331]
36550 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
36551 could result in spurious underflow. Scale down values above
36552 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
36553 * math/s_csqrtf.c (__csqrtf): Likewise.
36554 * math/s_csqrtl.c (__csqrtl): Likewise.
36555 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
36556 spurious underflow.
36557 * sysdeps/i386/fpu/libm-test-ulps: Update.
36558 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36559
70d35b67
AS
365602012-07-04 Andreas Schwab <schwab@linux-m68k.org>
36561
704bc459
AS
36562 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
36563 xopen-msg.sed.
36564 * catgets/xopen-msg.awk: New file.
36565 * catgets/xopen-msg.sed: Removed.
36566
70d35b67
AS
36567 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
36568 po2text.sed.
36569 * intl/po2test.awk: New file.
36570 * intl/po2test.sed: Removed.
36571
ca61cf32
JM
365722012-07-04 Joseph Myers <joseph@codesourcery.com>
36573
36574 [BZ #14328]
36575 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
36576 or multiply small sinh result by itself.
36577 * math/s_ctanf.c (__ctanf): Likewise.
36578 * math/s_ctanh.c (__ctanh): Likewise.
36579 * math/s_ctanhf.c (__ctanhf): Likewise.
36580 * math/s_ctanhl.c (__ctanhl): Likewise.
36581 * math/s_ctanl.c (__ctanl): Likewise.
36582 * math/libm-test.inc (ctan_test_tonearest): New function.
36583 (ctan_test_towardzero): Likewise.
36584 (ctan_test_downward): Likewise.
36585 (ctan_test_upward): Likewise.
36586 (ctanh_test_tonearest): Likewise.
36587 (ctanh_test_towardzero): Likewise.
36588 (ctanh_test_downward): Likewise.
36589 (ctanh_test_upward): Likewise.
36590 (main): Call these new functions.
36591 * sysdeps/i386/fpu/libm-test-ulps: Update.
36592 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36593
ca48a46a
MF
365942012-07-03 Mike Frysinger <vapier@gentoo.org>
36595
36596 * .gitignore: Delete /ports entry.
36597
9d63d37d
AJ
365982012-07-03 Andreas Jaeger <aj@suse.de>
36599
36600 * po/bg.po: Update from translation team.
36601 * po/cs.po: Likewise.
36602 * po/de.po: Likewise.
36603 * po/hr.po: Likewise.
36604 * po/nl.pl: Likewise.
36605 * po/pl.po: Likewise.
36606 * po/vi.po: Likewise.
36607
370ca3d2
JM
366082012-07-03 Joseph Myers <joseph@codesourcery.com>
36609
95f5a9a8
JM
36610 * Makeconfig [!+link] (+link-before-libc): New variable.
36611 [!+link] (+link-after-libc): Likewise.
36612 [!+link] (+link-tests): Likewise.
36613 [!+link] (+link): Define in terms of $(+link-before-libc) and
36614 $(+link-after-libc).
36615 [!+link-static] (+link-static-before-libc): New variable.
36616 [!+link-static] (+link-static-after-libc): Likewise.
36617 [!+link-static] (+link-static-tests): Likewise.
36618 [!+link-static] (+link-static): Define in terms of
36619 $(+link-static-before-libc) and $(+link-static-after-libc).
36620 [build-shared] (link-libc-before-gnulib): New variable.
36621 [build-shared] (link-libc-tests): Likewise.
36622 [build-shared] (link-libc): Define in terms of
36623 $(link-libc-before-gnulib).
36624 [!build-shared] (link-libc-tests): New variable.
36625 (link-libc-static-tests): New variable.
36626 [!gnulib] (gnulib-arch): New variable.
36627 [!gnulib] (gnulib-tests): Likewise.
36628 [!gnulib] (static-gnulib-arch): Likewise.
36629 [!gnulib] (static-gnulib-tests): Likewise.
36630 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
36631 Define with "=" instead of ":=".
36632 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
36633 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
36634 * Rules (binaries-all-notests): New variable.
36635 (binaries-all-tests): Likewise.
36636 (binaries-static-notests): Likewise.
36637 (binaries-static-tests): Likewise.
36638 (binaries-all): Define using $(binaries-all-notests) and
36639 $(binaries-all-tests).
36640 (binaries-static): Define using $(binaries-static-notests) and
36641 $(binaries-static-tests).
36642 (binaries-shared-tests): New variable.
36643 (binaries-shared-notests): Likewise.
36644 (binaries-shared): Remove variable.
36645 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
36646 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
36647 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
36648 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
36649 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
36650 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
36651 * elf/Makefile (sln-modules): New variable.
36652 (extra-objs): Add $(sln-modules:=.o).
36653 (ldconfig-modules): Add static-stubs.
36654 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
36655 * elf/static-stubs.c: New file.
36656
7a845b2c
JM
36657 [BZ #14283]
36658 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
36659 by 7 not 8 to examine high bit of fractional part. Use volatile
36660 variables when splitting into final array of floats if
36661 __FLT_EVAL_METHOD__ != 0.
36662 * math/libm-test.inc (cos_test): Add another test.
36663 (sin_test): Likewise.
36664 * sysdeps/i386/fpu/libm-test-ulps: Update.
36665
e2283f38
JM
36666 [BZ #14273]
36667 * math/libm-test.inc (cosh_test): Add more tests.
36668
370ca3d2
JM
36669 * version.h (RELEASE): Set to "development".
36670 (VERSION): Set to "2.16.90".
36671
ee9247c3
CD
366722012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
36673
36674 * NEWS: Update copyright. Remove last-updated date.
36675 Mention math library bug fixes and timezone data changes.
36676 * README: Mention GNU/Hurd, x32, and HPPA support status.
36677
4648c381
TS
366782012-06-28 Thomas Schwinge <thomas@codesourcery.com>
36679
36680 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
36681
aac78a43
AJ
366822012-06-27 Andreas Jaeger <aj@suse.de>
36683
36684 * manual/contrib.texi (Contributors): Add Samuel Thibault.
36685
ed3dbfad
AJ
366862012-06-25 Andreas Jaeger <aj@suse.de>
36687
36688 * sysdeps/s390/fpu/libm-test-ulps: Update.
36689
4d0ee855
AS
366902012-06-23 Andreas Schwab <schwab@linux-m68k.org>
36691 Thomas Schwinge <thomas@codesourcery.com>
36692
36693 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
36694 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
36695 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
36696 fanotify_mark.
36697
af1bce34
TS
366982012-06-23 Thomas Schwinge <thomas@codesourcery.com>
36699
a9fa33ba
TS
36700 * sysdeps/mach/start.c: Remove file.
36701 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
36702 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
36703 * sysdeps/sh/init-first.c: Likewise.
36704
58f902b8
TS
36705 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
36706 registers for frame unwinding purposes, add CFI directives.
36707 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36708 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
36709 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
36710 Likewise.
36711
1518f58b
TS
36712 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
36713 __fortify_fail returning.
36714 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36715
db9b5059
TS
36716 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
36717 sysdeps/sh/____longjmp_chk.S.
36718 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
36719 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
36720 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
36721 (gen-as-const-headers): Append sigaltstack-offsets.sym.
36722
967705fe
TS
36723 * sysdeps/sh/abort-instr.h: New file.
36724 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
36725 process in case exit returns.
36726
a9def8c4
TS
36727 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
36728 initialize the GOT register before use.
36729
2a649725
TS
36730 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
36731 calculation of ARGC > 4.
36732
af1bce34
TS
36733 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
36734 meaningful names to some local labels.
36735
d230f50a
KK
367362012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36737 Kaz Kojima <kkojima@rr.iij4u.or.jp>
36738
36739 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
36740 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
36741 (__arch_compare_and_exchange_val_16_acq): Likewise.
36742 (__arch_compare_and_exchange_val_32_acq): Likewise.
36743 (atomic_exchange_and_add): Fix gUSA sequence.
36744 (atomic_add): Likewise.
36745 (atomic_add_negative): Likewise.
36746 (atomic_add_zero): Likewise.
36747 (atomic_bit_test_set): Likewise.
36748
0479b305
AS
367492012-06-22 Andreas Schwab <schwab@redhat.com>
36750
36751 [BZ #13579]
36752 * include/link.h (struct link_map): Add l_free_initfini.
36753 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
36754 l_initfini.
36755 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
36756 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
36757 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
36758 set.
36759
0e3933b9
CD
367602012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
36761
36762 * configure.in: Use AC_LANG_SOURCE.
36763 * configure: Regenerate.
36764
4248b1b1
RM
367652012-06-22 Roland McGrath <roland@hack.frob.com>
36766
36767 * configure.in (libc_cv_localstatedir): New substituted variable.
36768 * configure: Regenerated.
36769 * config.make.in (localstatedir): New variable, substituted from
36770 libc_cv_localstatedir.
36771 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
36772 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
36773 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
36774 * sysdeps/gnu/configure: Regenerated.
36775
006dd861
JL
367762012-06-21 Jeff Law <law@redhat.com>
36777
36778 [BZ #14277]
36779 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
36780 free. Simplify list management for _LIBC case.
36781
79662d42
JM
367822012-06-21 Joseph Myers <joseph@codesourcery.com>
36783
b7abb4bf
JM
36784 [BZ #14273]
36785 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
36786 Clear sign bit of 64-bit integer value before comparing against
36787 overflow value.
36788
79662d42
JM
36789 * sysdeps/mach/configure: Regenerated.
36790
1f150908
L
367912012-06-21 H.J. Lu <hongjiu.lu@intel.com>
36792
36793 [BZ #14278]
36794 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
36795
28363bbf
JL
367962012-06-21 Jeff Law <law@redhat.com>
36797
36798 [BZ #13882]
36799 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
36800 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 36801 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
36802 * elf/dl-open.c (dl_open_worker): Likewise.
36803
09615db4
CD
368042012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
36805
36806 * scripts/list-sources.sh: Scan PORTS for translations.
36807 * po/libc.pot: Regenerated.
36808
2174c6dd
AJ
368092012-06-21 Andreas Jaeger <aj@suse.de>
36810
36811 [BZ #12194]
36812 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
36813 warning.
36814 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
36815 * bits/byteswap-16.h (__bswap_16): Likewise.
36816 * bits/byteswap.h (__bswap_constant_16): Likewise.
36817
3ee947b1
L
368182012-06-18 H.J. Lu <hongjiu.lu@intel.com>
36819
36820 [BZ #14117]
a2f34833
L
36821 * sysdeps/i386/fpu_control.h: Removed.
36822 * sysdeps/x86_64/fpu_control.h: Moved to ...
36823 * sysdeps/x86/fpu_control.h: Here.
36824
3ee947b1
L
36825 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
36826 (_FPU_SETCW): Likewise.
36827
ed1825f8
L
368282012-06-15 H.J. Lu <hongjiu.lu@intel.com>
36829
25f1282a
L
36830 [BZ #14117]
36831 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
36832 * sysdeps/x86/fpu/bits/mathinline.h: This.
36833 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
36834
ed1825f8
L
36835 [BZ #14050]
36836 [BZ #14117]
36837 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
36838 functions if __x86_64__ is defined.
36839
36d54b74
CLT
368402012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
36841
36842 * string/endian.h: Add !__ASSEMBLER__ condition for including
36843 conversion interfaces.
36844
10285c21
JM
368452012-06-15 Joseph Myers <joseph@codesourcery.com>
36846
36847 [BZ #14241]
36848 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
36849 of ABS(x) in calculating zero to negative powers other than odd
36850 integers.
36851 * math/libm-test.inc (pow_test): Add more tests.
36852
06c5abbd
AJ
368532012-06-15 Andreas Jaeger <aj@suse.de>
36854
36855 * manual/contrib.texi (Contributors): Update entry of Liubov
36856 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
36857 Machado Filho.
36858
a3aeac40
CH
368592012-06-15 Cyril Hrubis <metan@ucw.cz>
36860
36861 * string/string.h: Add __wur to GNU version of strerror_r.
36862
49bdf4c1
L
368632012-06-14 H.J. Lu <hongjiu.lu@intel.com>
36864
36865 [BZ #14229]
36866 * string/Makefile (tests): Add tst-strtok_r.
36867 * string/tst-strtok_r.c: New file.
36868 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
36869 RAX_LP/RDX_LP on SAVE_PTR.
36870
834f9b8d
RM
368712012-06-14 Roland McGrath <roland@hack.frob.com>
36872
36873 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
36874
75fa1921
JM
368752012-06-14 Joseph Myers <joseph@codesourcery.com>
36876
36877 * libm_test.inc (csqrt_test): Allow more spurious underflow
36878 exceptions.
36879 (j0_test): Likewise.
36880 (j1_test): Likewise.
36881 (y0_test): Likewise.
36882 (y1_test): Likewise.
36883
771766df
CD
368842012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
36885
36886 * po/Makefile (libc.pot): Use UTF-8 charset.
36887
ceb9e56b
PP
368882012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
36889
36890 [BZ #14210]
36891 Suppress sign-conversion warning from FD_SET.
36892 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
36893 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
36894 not unsigned long int.
36895 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
36896
ddb28975
L
368972012-06-12 H.J. Lu <hongjiu.lu@intel.com>
36898
36899 [BZ #14050]
36900 [BZ #14117]
36901 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
36902 __extern_always_inline instead of __extern_inline.
36903 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
36904 (__signbit): Likewise.
36905 (__signbitl): Support C++ namespace.
36906 (lrintf): New inline function.
36907 (lrint): Likewise.
36908 (llrintf): Likewise.
36909 (llrint): Likewise.
36910 (fmaxf): Likewise.
36911 (fmax): Likewise.
36912 (fminf): Likewise.
36913 (fmin): Likewise.
36914 (rint): Likewise.
36915 (rintf): Likewise.
36916 (ceil): Likewise.
36917 (ceilf): Likewise.
36918 (floor): Likewise.
36919 (floorf): Likewise.
36920 (nearbyint): Likewise.
36921 (nearbyintf): Likewise.
36922
d7b4fb26
TS
369232012-06-12 Thomas Schwinge <thomas@codesourcery.com>
36924
36925 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
36926 non-default versions.
36927
eb55f5c2
RM
369282012-06-11 Roland McGrath <roland@hack.frob.com>
36929
36930 [BZ #14218]
36931 * manual/argp.texi (Argp): Reword argp_parse description slightly.
36932
366af02c
TS
369332012-06-09 Thomas Schwinge <thomas@codesourcery.com>
36934
99ff6e5c
TS
36935 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
36936 (FE_UPWARD, FE_DOWNWARD): Don't define.
36937 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
36938 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
36939
366af02c
TS
36940 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
36941 reading it.
36942 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
36943 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
36944
793ea851
KK
369452012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
36946
36947 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
36948 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
36949 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
36950 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
36951
a728a38f
L
369522012-06-06 H.J. Lu <hongjiu.lu@intel.com>
36953
36954 [BZ #14117]
c08010c7
L
36955 * sysdeps/i386/fpu/bits/fenv.h: Removed.
36956 * sysdeps/i386/fpu/Implies: New file.
36957 * sysdeps/x86_64/fpu/Implies: Likewise.
36958 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
36959 * sysdeps/x86/fpu/bits/fenv.h: This.
36960
a728a38f
L
36961 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
36962 __SSE_MATH__.
36963
6e230d11
SP
369642012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
36965
36966 [BZ #14134]
36967 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
36968 character 0xffff that matches the last element of the
36969 conversion table.
36970
1b671feb
AZ
369712012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36972
36973 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
36974 fmodl commit.
36975
6043738b
AZ
369762012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36977
36978 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
36979 values higher than 25.6283.
36980
34ae0b32
AZ
369812012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36982
36983 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
36984 subnormal exponent extraction and add some __builtin_expect.
36985 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
36986 Fix for subnormal mantissa calculation.
36987
1214ec8f
MF
369882012-06-04 Mike Frysinger <vapier@gentoo.org>
36989
36990 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
36991 cpu2 is -1 and errno is not ENOSYS.
36992
f3d1f93c
L
369932012-06-04 H.J. Lu <hongjiu.lu@intel.com>
36994
36995 [BZ #14117]
0e4a3cd7
L
36996 * sysdeps/i386/i486/bits/string.h: Renamed to ...
36997 * sysdeps/x86/bits/string.h: This.
36998 * sysdeps/x86_64/bits/string.h: Removed.
36999
6704c645
L
37000 * sysdeps/i386/i486/bits/string.h: Define inline functions only
37001 if not compiling for x86-64, but compiling for >= i486.
37002
48495318
L
37003 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37004 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37005
14adcbfc
L
37006 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37007 New macro from Linux kernel 3.4.0.
37008 (FP_XSTATE_MAGIC2): Likewise.
37009 (FP_XSTATE_MAGIC2_SIZE): Likewise.
37010 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37011 (struct _fpx_sw_bytes): New struct.
37012 (struct _xsave_hdr): Likewise.
37013 (struct _ymmh_state): Likewise.
37014 (struct _xstate): Likewise.
37015
68e408ab
L
37016 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37017 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37018 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37019 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37020 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37021 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37022
f3d1f93c
L
37023 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37024 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37025 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37026 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37027 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37028 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37029
d9dc34cd
TMQMF
370302012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37031
37032 [BZ #13743]
37033 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37034 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37035 (sysdep_headers): Include sys/platform/ppc.h.
37036 * sysdeps/powerpc/test-gettimebase.c: Test for
37037 __ppc_get_timebase() to catch future ISA opcode/insn changes.
37038 * manual/Makefile (appendices): Include platform.texi.
37039 * manual/contrib.texi (Contributors): Update @node pointers.
37040 * manual/maint.texi (Maintenance): Likewise.
37041 (Platform): New node.
37042 * manual/platform.texi: New file. Document the new features.
37043
4af3879c
SP
370442012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
37045 Jakub Jelinek <jakub@redhat.com>
37046
37047 [BZ #14188]
37048 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37049 where __builtin_expect is unavailable.
37050
2fd6ff13
DM
370512012-06-03 David S. Miller <davem@davemloft.net>
37052
37053 * stdlib/longlong.h: Updated from GCC.
37054
173f7220
AS
370552012-06-02 Andreas Schwab <schwab@linux-m68k.org>
37056
37057 [BZ #14042]
37058 * sysdeps/powerpc/powerpc32/mcount.c: New file.
37059 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37060 __mcount_internal.
37061 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37062 (GLIBC_2.16): Likewise.
37063
f34a1c6f
L
370642012-06-01 H.J. Lu <hongjiu.lu@intel.com>
37065
37066 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37067
88a4576f
JM
370682012-06-01 Joseph Myers <joseph@codesourcery.com>
37069
ea32bcdd
JM
37070 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37071 (default-abi): New variable.
37072 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37073 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37074 variable.
37075 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37076 Likewise.
37077 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37078 Likewise.
37079 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37080 Likewise.
37081
88a4576f
JM
37082 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37083 definition. Document in comment.
37084
402fe938
DM
370852012-06-01 David S. Miller <davem@davemloft.net>
37086
37087 * stdlib/longlong.h: Updated from GCC.
37088
3553723f
L
370892012-06-01 H.J. Lu <hongjiu.lu@intel.com>
37090
37091 [BZ #14117]
3bd872c4
L
37092 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37093 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37094 sys/debugreg.h sys/io.h here.
37095 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37096 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37097 sys/io.h.
37098 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37099 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37100 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37101 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37102 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37103 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37104
3553723f
L
37105 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37106 Define only if __x86_64__ is defined.
37107
4842e4fe
JM
371082012-06-01 Joseph Myers <joseph@codesourcery.com>
37109
c5bfe3d5
JM
37110 [BZ #14048]
37111 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37112 Use int64_t for variable i.
37113 * math/libm-test.inc (fmod_test): Add more tests.
37114
4842e4fe
JM
37115 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37116 z computation is not scheduled after fetestexcept.
37117 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37118 Use math_force_eval instead of asm to ensure calculation scheduled
37119 before exception test.
37120 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37121 Ensure a1 + u.d computation is not scheduled after fetestexcept.
37122
efb73488
AJ
371232012-06-01 Aurelien Jarno <aurelien@aurel32.net>
37124
37125 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37126 computation is not scheduled after fetestexcept.
37127
29bcce7c
L
371282012-06-01 H.J. Lu <hongjiu.lu@intel.com>
37129
37130 [BZ #14117]
37131 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37132 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37133
73a68f94
AZ
371342012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37135
37136 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37137 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37138
67b6df78
L
371392012-05-31 H.J. Lu <hongjiu.lu@intel.com>
37140
edf2933a 37141 [BZ #14117]
ebc64a18
L
37142 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37143 <bits/wordsize.h>.
37144 (__WCHAR_MIN): Support __WORDSIZE == 64.
37145 (__WCHAR_MAX): Likewise.
37146
edf2933a
L
37147 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37148 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37149
57c6cf40
L
37150 [BZ #14183]
37151 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37152 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37153
67b6df78 37154 [BZ #14117]
8eb6281e
L
37155 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37156 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37157
aac639f4
L
37158 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37159 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37160
67b6df78
L
37161 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37162 Defined to 1 if __x86_64__ isn't defined.
37163 (_STAT_VER_LINUX_OLD): New.
37164 (st_atime): Remove duplicate.
37165 (st_mtime): Likewise.
37166 (st_ctime): Likewise.
37167
1c2cfe81
DM
371682012-05-31 David S. Miller <davem@davemloft.net>
37169
37170 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37171 entries.
37172
5be8418c
AS
371732012-06-01 Andreas Schwab <schwab@linux-m68k.org>
37174
e7725326
AS
37175 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37176 gen-libm-test.pl.
37177
5be8418c
AS
37178 [BZ #14132]
37179 * elf/dl-reloc.c: Include <_itoa.h>.
37180 (_dl_reloc_bad_type): Remove use of INTUSE.
37181 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37182 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37183 * stdio-common/psiginfo.c (psiginfo): Likewise.
37184 * stdio-common/psignal.c (psignal): Likewise.
37185 * string/strsignal.c (strsignal): Likewise.
37186 * include/signal.h (_sys_siglist): Declare hidden proto.
37187 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
37188 INTVARDEF with libc_hidden_data_def.
37189 * stdio-common/itoa-udigits.c: Likewise.
37190 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37191 (_itoa_lower_digits_internal): Remove declaration.
37192 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37193 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37194 (_sys_sigabbrev_internal): Remove aliases.
37195 (_sys_siglist): Define hidden alias.
37196
507352f1
MT
371972012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
37198
37199 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37200 bits/sysctl.h.
37201
42bbb1c3
L
372022012-05-31 H.J. Lu <hongjiu.lu@intel.com>
37203
37204 [BZ #14117]
6bd784b6
L
37205 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37206 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37207
8bca20f0
L
37208 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37209 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37210 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37211 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37212 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37213 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37214
f9e890a9
L
37215 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37216 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37217 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37218
471101a1
L
37219 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37220 with __addr.
37221 (insw): Likewise.
37222 (insl): Likewise.
37223 (outsb): Likewise.
37224 (outsw): Likewise.
37225 (outsl): Likewise.
37226
6451c862
L
37227 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37228 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37229 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37230
a254b8c9
L
37231 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37232 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37233 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37234 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37235 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37236 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37237
b8dfdd92
L
37238 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37239 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37240
578cd270
L
37241 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37242 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37243
de662f5f
L
37244 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37245 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37246 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37247
25653439
L
37248 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37249 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37250 to ...
37251 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37252
6bad24a0
L
37253 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37254 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37255 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37256
42bbb1c3
L
37257 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37258 for x86-64.
37259 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37260
2d10d547
JM
372612012-05-31 Joseph Myers <joseph@codesourcery.com>
37262
37263 * math/math.h (M_El): Use two more decimal places.
37264 (M_LOG2El): Likewise.
37265 (M_LOG10El): Likewise.
37266 (M_LN2l): Likewise.
37267 (M_LN10l): Likewise.
37268 (M_PIl): Likewise.
37269 (M_PI_2l): Likewise.
37270 (M_PI_4l): Likewise.
37271 (M_1_PIl): Likewise.
37272 (M_2_PIl): Likewise.
37273 (M_2_SQRTPIl): Likewise.
37274 (M_SQRT2l): Likewise.
37275 (M_SQRT1_2l): Likewise.
37276
f230c29b
DM
372772012-05-31 David S. Miller <davem@davemloft.net>
37278
37279 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37280 values between float registers.
37281 * sysdeps/sparc/sparc64/memset.S: Likewise.
37282 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37283
fed806c3
MF
372842012-05-31 Mike Frysinger <vapier@gentoo.org>
37285
37286 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37287 -D_FORTIFY_SOURCE=1.
37288 (CPPFLAGS-tst-longjmp_chk.c): Define.
37289 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37290 (CPPFLAGS-tst-longjmp_chk2.c): Define.
37291 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37292 CFLAGS-tst-wchar-h.c.
37293
30917259
MP
372942012-05-31 Marek Polacek <polacek@redhat.com>
37295
37296 [BZ #14132]
37297 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37298 __endmntent_internal): Remove declaration.
37299 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37300 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37301 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37302
1c58d5dc
DM
373032012-05-30 David S. Miller <davem@davemloft.net>
37304
37305 * sysdeps/sparc/sparc32/soft-fp/q_util.c
37306 (___Q_simulate_exceptions): Use real FP ops rather than writing
37307 into the %fsr.
37308 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37309 Likewise.
37310
7dc00e0d
L
373112012-05-30 H.J. Lu <hongjiu.lu@intel.com>
37312
37313 [BZ #14117]
0bd53985
L
37314 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37315 * sysdeps/x86/bits/xtitypes.h: This.
37316
3a257e66
L
37317 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37318 * sysdeps/x86/bits/wordsize.h: This.
37319
62f62904
L
37320 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37321 * sysdeps/x86/bits/huge_vall.h: This.
37322
404fe9d9
L
37323 * sysdeps/i386/bits/select.h: Removed.
37324 * sysdeps/x86_64/bits/select.h: Renamed to ...
37325 * sysdeps/x86/bits/select.h: This.
37326
d48d0446
L
37327 * sysdeps/i386/bits/setjmp.h: Removed.
37328 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37329 * sysdeps/x86/bits/setjmp.h: This.
37330
7dc00e0d
L
37331 * sysdeps/i386/bits/mathdef.h: Removed.
37332 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37333 * sysdeps/x86/bits/mathdef.h: This.
37334
03277f8f
AS
373352012-05-30 Andreas Schwab <schwab@linux-m68k.org>
37336
37337 [BZ #14132]
37338 * include/sys/socket.h (__connect_internal)
37339 (__libc_sa_len_internal): Remove declaration.
37340 (__connect, __libc_sa_len): Declare hidden_proto.
37341 (SA_LEN): Remove use of INTUSE.
37342 * socket/connect.c: Add libc_hidden_def.
37343 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37344 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37345 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37346 alias.
37347 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37348 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37349 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37350 of adding _internal alias.
37351
13764867
L
373522012-05-30 H.J. Lu <hongjiu.lu@intel.com>
37353
37354 [BZ #14117]
6bd97696
L
37355 * sysdeps/i386/bits/link.h: Removed.
37356 * sysdeps/i386/bits/linkmap.h: Likewise.
37357 * sysdeps/x86_64/bits/link.h: Renamed to ...
37358 * sysdeps/x86/bits/link.h: This.
37359 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37360 * sysdeps/x86/bits/linkmap.h: This.
37361
f726f0bb
L
37362 * sysdeps/i386/bits/endian.h: Removed.
37363 * sysdeps/x86_64/bits/endian.h: Renamed to ...
37364 * sysdeps/x86/bits/endian.h: This.
37365
13764867
L
37366 * sysdeps/i386/bits/byteswap.h: Removed.
37367 * sysdeps/i386/bits/byteswap-16.h: Likewise.
37368 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37369 * sysdeps/x86/bits/byteswap.h: This.
37370 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37371 * sysdeps/x86/bits/byteswap-16.h: This.
37372 * sysdeps/i386/Implies: Add x86.
37373 * sysdeps/x86_64/Implies: Likewise.
37374
ae251b0b
DM
373752012-05-30 David S. Miller <davem@davemloft.net>
37376
37377 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37378 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37379 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37380 (FP_TRAPPING_EXCEPTIONS): Define.
37381 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37382 (FP_TRAPPING_EXCEPTIONS): Define.
37383 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37384 subnormals only when inexact has been signalled or underflow
37385 exceptions are enabled.
37386 (_FP_PACK_CANONICAL): Likewise.
37387
d5c90867
L
373882012-05-30 H.J. Lu <hongjiu.lu@intel.com>
37389
37390 [BZ #14183]
37391 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37392 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37393
63f1549e
RH
373942012-05-30 Richard Henderson <rth@twiddle.net>
37395
8d8f2279
RH
37396 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37397 with #ifndef NOT_IN_libc.
37398
63f1549e
RH
37399 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
37400 marked to avoid plt entry.
37401
0ab0291b
L
374022012-05-30 H.J. Lu <hongjiu.lu@intel.com>
37403
37404 [BZ #14112]
37405 * Makeconfig (default-abi): New macro.
37406 (abi-includes): Likewise.
37407 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
37408 $(abi-$(default-abi)-lib-soname) for soname if defined.
37409 ($(common-objpfx)gnu/lib-names.stmp): Generate from
37410 abi-variants.
37411 * Makefile (installed-stubs): Likewise.
37412 * include/stubs-biarch.h: Removed.
37413 * scripts/lib-names.awk: Only handle one library at a time.
37414 * scripts/soversions.awk: Remove WORDSIZE support.
37415 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37416 entries.
37417 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37418 Removed.
37419 (syscall-list-default-condition): Likewise.
37420 (syscall-list-default-condition): Likewise.
37421 (syscall-list-includes): Likewise.
37422 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37423 syscall-list-* with abi-*. Handle undefined abi-variants.
37424 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37425 * sysdeps/unix/sysv/linux/i386/Implies: New file.
37426 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37427 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37428 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37429 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37430 Removed.
37431 (syscall-list-32-options): Likewise.
37432 (syscall-list-32-condition): Likewise.
37433 (syscall-list-64-options): Likewise.
37434 (syscall-list-64-condition): Likewise.
37435 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37436 macro.
37437 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37438 Renamed to ...
37439 (abi-*): This.
37440 (abi-64-ld-soname): New macro.
37441 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37442 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37443 Renamed to ...
37444 (abi-*): This.
37445 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37446 * sysdeps/x86_64/x32/shlib-versions: Likewise.
37447
4da0431d
JM
374482012-05-30 Joseph Myers <joseph@codesourcery.com>
37449
3a85279c
JM
37450 * sysdeps/unix/sysv/linux/kernel-features.h
37451 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37452 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37453 include <kernel-features.h>.
37454 [!__NR_ftruncate64]: Remove conditional code.
37455 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37456 [__NR_ftruncate64]: Make code unconditional.
37457 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37458 * sysdeps/unix/sysv/linux/truncate64.c: Do not
37459 include <kernel-features.h>.
37460 [!__NR_ftruncate64]: Remove conditional code.
37461 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37462 [__NR_ftruncate64]: Make code unconditional.
37463 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37464 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37465 include <kernel-features.h>.
37466 [!__NR_ftruncate64]: Remove conditional code.
37467 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37468 [__NR_ftruncate64]: Make code unconditional.
37469 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37470 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37471 include <kernel-features.h>.
37472 [!__NR_ftruncate64]: Remove conditional code.
37473 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37474 [__NR_ftruncate64]: Make code unconditional.
37475 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37476
4da0431d
JM
37477 * configure.in (libc_cv_fpie): Weaken to a compile test using
37478 LIBC_TRY_CC_OPTION.
37479 * configure: Regenerated.
37480
11ef492c
AK
374812012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37482
37483 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37484 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37485 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37486 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37487 Refreshed.
37488 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37489 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37490 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37491 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37492 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37493 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37494 Refreshed.
37495
d66ef399
DM
374962012-05-27 David S. Miller <davem@davemloft.net>
37497
37498 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
37499 (___Q_zero): New.
37500 (__Q_simulate_exceptions): Return void. Change to simulate
37501 exceptions by writing into the %fsr.
37502 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
37503 (__Qp_handle_exceptions): Likewise.
37504 (numbers): Delete.
37505 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
37506 __Qp_handle_exceptions.
37507 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
37508 __Qp_handle_exceptions.
37509 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37510 as unused and give dummy FP_RND_NEAREST initializer.
37511 (FP_INHIBIT_RESULTS): Define.
37512 (___Q_simulate_exceptions): Update declaration.
37513 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
37514 formatting.
37515 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37516 as unused and give dummy FP_RND_NEAREST initializer.
37517 (__Qp_handle_exceptions): Update declaration.
37518 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
37519 formatting.
37520
04fb54b5
TS
375212012-05-27 Thomas Schwinge <thomas@codesourcery.com>
37522
37523 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
37524 the temporary FPU control word.
37525 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
37526 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
37527 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37528 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37529 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37530 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37531 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37532 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37533 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37534 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
37535 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37536
3f99608f
KK
375372012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
37538
37539 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
37540 fields.
37541
65a4de4e
CLT
375422012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
37543
37544 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
37545 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
37546 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
37547 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
37548 Likewise.
37549 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
37550 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
37551 Likewise.
37552
15749d40
UD
375532012-05-27 Ulrich Drepper <drepper@gmail.com>
37554
37555 * po/h.po: Update from translation team.
37556
25dbcb27
AS
375572012-05-26 Andreas Schwab <schwab@linux-m68k.org>
37558
3d3f8e55
AS
37559 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
37560
25dbcb27
AS
37561 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
37562 handling of denormals.
37563 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37564 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
37565 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37566 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37567 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37568 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
37569 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
37570 Likewise.
37571
7ad47a80 375722012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
37573
37574 [BZ #14152]
37575 * math/libm-test.inc (fma_test): Don't always expect underflow
37576 exception.
37577
9c6ea9fa
SP
375782012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
37579
37580 [BZ #12416]
37581 * elf/tst-execstack.c: Include stackinfo.h.
37582 (do_test): Adjust test case to ensure that pthread_getattr_np
37583 behaviour remains the same after marking stack executable.
37584
a8239222
JM
375852012-05-25 Joseph Myers <joseph@codesourcery.com>
37586
37587 * sysdeps/unix/sysv/linux/kernel-features.h
37588 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
37589 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
37590 kernel-features.h.
37591 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37592 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37593 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
37594 kernel-features.h.
37595 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37596 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37597
918b5606
L
375982012-05-25 H.J. Lu <hongjiu.lu@intel.com>
37599
37600 * configure.in: Define the default includes to being none.
37601 * configure: Regenerated.
37602
3a097cc7
RM
376032012-05-25 Roland McGrath <roland@hack.frob.com>
37604
8422c9a5
RM
37605 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
37606 * sysdeps/x86_64/setjmp.S: Likewise.
37607 * sysdeps/i386/bsd-setjmp.S: Likewise.
37608 * sysdeps/i386/bsd-_setjmp.S: Likewise.
37609 * sysdeps/i386/setjmp.S: Likewise.
37610 * sysdeps/i386/__longjmp.S: Likewise.
37611 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
37612 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
37613
3a097cc7
RM
37614 * include/stap-probe.h: New file.
37615 * configure.in: Handle --enable-systemtap.
37616 * configure: Regenerated.
37617 * config.h.in (USE_STAP_PROBE): New #undef.
37618 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
37619 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
37620 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
37621
21708942
JM
376222012-05-25 Joseph Myers <joseph@codesourcery.com>
37623
37624 [BZ #13717]
37625 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37626 to 2.4.0 where earlier.
37627 * sysdeps/unix/sysv/linux/configure: Regenerated.
37628 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
37629 <kernel-features.h>.
37630 [__ASSUME_32BITUIDS]: Make code unconditional.
37631 [!__ASSUME_32BITUIDS]: Remove conditional code.
37632 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
37633 <kernel-features.h>.
37634 [__ASSUME_32BITUIDS]: Make code unconditional.
37635 [!__ASSUME_32BITUIDS]: Remove conditional code.
37636 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
37637 [__ASSUME_32BITUIDS]: Make code unconditional.
37638 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
37639 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
37640 <kernel-features.h>.
37641 [__ASSUME_32BITUIDS]: Make code unconditional.
37642 [!__ASSUME_32BITUIDS]: Remove conditional code.
37643 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
37644 <kernel-features.h>.
37645 [__ASSUME_32BITUIDS]: Make code unconditional.
37646 [!__ASSUME_32BITUIDS]: Remove conditional code.
37647 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
37648 <kernel-features.h>.
37649 [__ASSUME_32BITUIDS]: Make code unconditional.
37650 [!__ASSUME_32BITUIDS]: Remove conditional code.
37651 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
37652 <kernel-features.h>.
37653 [__ASSUME_32BITUIDS]: Make code unconditional.
37654 [!__ASSUME_32BITUIDS]: Remove conditional code.
37655 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
37656 <kernel-features.h>.
37657 [__ASSUME_32BITUIDS]: Make code unconditional.
37658 [!__ASSUME_32BITUIDS]: Remove conditional code.
37659 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
37660 <kernel-features.h>.
37661 [__ASSUME_32BITUIDS]: Make code unconditional.
37662 [!__ASSUME_32BITUIDS]: Remove conditional code.
37663 * sysdeps/unix/sysv/linux/i386/getuid.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/lchown.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/msgctl.c: Do not include
37672 <kernel-features.h>.
37673 [__ASSUME_32BITUIDS]: Make code unconditional.
37674 [!__ASSUME_32BITUIDS]: Remove conditional code.
37675 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
37676 <kernel-features.h>.
37677 [__ASSUME_32BITUIDS]: Make code unconditional.
37678 [!__ASSUME_32BITUIDS]: Remove conditional code.
37679 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
37680 <kernel-features.h>.
37681 [__NR_setresgid] (__setresgid): Do not declare.
37682 [__ASSUME_32BITUIDS]: Make code unconditional.
37683 [!__ASSUME_32BITUIDS]: Remove conditional code.
37684 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
37685 <kernel-features.h>.
37686 [__NR_setresuid] (__setresuid): Do not declare.
37687 [__ASSUME_32BITUIDS]: Make code unconditional.
37688 [!__ASSUME_32BITUIDS]: Remove conditional code.
37689 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
37690 <kernel-features.h>.
37691 [__ASSUME_32BITUIDS]: Make code unconditional.
37692 [!__ASSUME_32BITUIDS]: Remove conditional code.
37693 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
37694 <kernel-features.h>.
37695 [__ASSUME_32BITUIDS]: Make code unconditional.
37696 [!__ASSUME_32BITUIDS]: Remove conditional code.
37697 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
37698 <kernel-features.h>.
37699 [__ASSUME_32BITUIDS]: Make code unconditional.
37700 [!__ASSUME_32BITUIDS]: Remove conditional code.
37701 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
37702 <kernel-features.h>.
37703 [__ASSUME_32BITUIDS]: Make code unconditional.
37704 [!__ASSUME_32BITUIDS]: Remove conditional code.
37705 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
37706 <kernel-features.h>.
37707 [__ASSUME_32BITUIDS]: Make code unconditional.
37708 [!__ASSUME_32BITUIDS]: Remove conditional code.
37709 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
37710 <kernel-features.h>.
37711 [__ASSUME_32BITUIDS]: Make code unconditional.
37712 [!__ASSUME_32BITUIDS]: Remove conditional code.
37713 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
37714 <kernel-features.h>.
37715 [__ASSUME_32BITUIDS]: Make code unconditional.
37716 [!__ASSUME_32BITUIDS]: Remove conditional code.
37717 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
37718 <kernel-features.h>.
37719 [__ASSUME_32BITUIDS]: Make code unconditional.
37720 [!__ASSUME_32BITUIDS]: Remove conditional code.
37721 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
37722 <kernel-features.h>.
37723 [__ASSUME_32BITUIDS]: Make code unconditional.
37724 [!__ASSUME_32BITUIDS]: Remove conditional code.
37725 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
37726 <kernel-features.h>.
37727 [__ASSUME_32BITUIDS]: Make code unconditional.
37728 [!__ASSUME_32BITUIDS]: Remove conditional code.
37729 * sysdeps/unix/sysv/linux/kernel-features.h
37730 (__ASSUME_SETRESUID_SYSCALL): Remove.
37731 (__ASSUME_SETRESGID_SYSCALL): Likewise.
37732 (__ASSUME_32BITUIDS): Likewise.
37733 (__ASSUME_LDT_WORKS): Likewise.
37734 (__ASSUME_O_DIRECTORY): Likewise.
37735 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
37736 architecture but not kernel version.
37737 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
37738 (__ASSUME_MMAP2_SYSCALL): Likewise.
37739 (__ASSUME_STAT64_SYSCALL): Likewise.
37740 (__ASSUME_IPC64): Likewise.
37741 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
37742 <kernel-features.h>.
37743 [__ASSUME_32BITUIDS]: Make code unconditional.
37744 [!__ASSUME_32BITUIDS]: Remove conditional code.
37745 * sysdeps/unix/sysv/linux/opendir.c: Do not include
37746 <kernel-features.h>.
37747 [__ASSUME_O_DIRECTORY]: Make code unconditional.
37748 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
37749 132096]: Remove conditional code.
37750 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
37751 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
37752 <kernel-features.h>.
37753 [__ASSUME_32BITUIDS]: Make code unconditional.
37754 [!__ASSUME_32BITUIDS]: Remove conditional code.
37755 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
37756 <kernel-features.h>.
37757 [__ASSUME_32BITUIDS]: Make code unconditional.
37758 [!__ASSUME_32BITUIDS]: Remove conditional code.
37759 * sysdeps/unix/sysv/linux/setegid.c: Do not include
37760 <kernel-features.h>.
37761 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
37762 unconditional.
37763 (__setresgid): Do not declare.
37764 [__ASSUME_32BITUIDS]: Make code unconditional.
37765 [!__ASSUME_32BITUIDS]: Remove conditional code.
37766 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
37767 <kernel-features.h>.
37768 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
37769 unconditional.
37770 (__setresuid): Do not declare.
37771 [__ASSUME_32BITUIDS]: Make code unconditional.
37772 [!__ASSUME_32BITUIDS]: Remove conditional code.
37773 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
37774 <kernel-features.h>.
37775 [__ASSUME_32BITUIDS]: Make code unconditional.
37776 [!__ASSUME_32BITUIDS]: Remove conditional code.
37777 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
37778 <kernel-features.h>.
37779 [__ASSUME_32BITUIDS]: Make code unconditional.
37780 [!__ASSUME_32BITUIDS]: Remove conditional code.
37781
a386f1cc
RH
377822012-05-25 Richard Henderson <rth@twiddle.net>
37783
37784 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
37785 dl_hwcap to ifunc resolver.
37786 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
37787 elf_ifunc_invoke.
37788 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
37789 dl_hwcap to ifunc resolver.
37790 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
37791
b6550497
JM
377922012-05-24 Joseph Myers <joseph@codesourcery.com>
37793
37794 [BZ #14153]
37795 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
37796 for |x| <= 2**-26, not 2**-57.
37797 * math/libm-test.inc (acos_test): Do not allow spurious underflow
37798 exception.
37799
b0bc23a1
JL
378002012-05-24 Jeff Law <law@redhat.com>
37801
37802 * stdio-common/Makefile (tests): Add bug25.
37803 * stdio-common/bug25.c: New test.
37804
347c92e9
L
378052012-05-24 H.J. Lu <hongjiu.lu@intel.com>
37806
37807 [BZ #13576]
37808 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
37809 multiple of MALLOC_ALIGNMENT in size.
37810 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
37811
6bcc8b3f
JM
378122012-05-24 Joseph Myers <joseph@codesourcery.com>
37813
37814 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
37815 Require >= 256.
37816 (FILENAME_MAX): Use macro-int-constant.
37817 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
37818 (_IOFBF): Use macro-int-constant.
37819 (_IOLBF): Likewise.
37820 (_IONBF): Likewise.
37821 (SEEK_CUR): Likewise.
37822 (SEEK_END): Likewise.
37823 (SEEK_SET): Likewise.
37824 (TMP_MAX): Likewise.
37825 (EOF): Use macro-int-constant. Require < 0.
37826 (NULL): Use macro-constant. Require == 0.
37827 (stdin): Require type to be FILE *.
37828 (stdout): Likewise.
37829 (stderr): Likewise.
37830 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
37831 macro-int-constant.
37832 (EXIT_SUCCESS): Likewise.
37833 (NULL): Use macro-constant. Require == 0.
37834 (RAND_MAX): Use macro-int-constant.
37835 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
37836 [C99-based standards] (strtof): Require function.
37837 [C99-based standards] (strtold): Likewise.
37838 [C99-based standards] (strtoll): Likewise.
37839 [C99-based standards] (strtoull): Likewise.
37840 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37841 [ISO || ISO99 || ISO11] (limits.h): Likewise.
37842 [ISO || ISO99 || ISO11] (math.h): Likewise.
37843 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
37844 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37845 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37846
d18ea0c5
AS
378472012-05-24 Andreas Schwab <schwab@linux-m68k.org>
37848
37849 [BZ #14132]
56d25bb8
AS
37850 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
37851 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
37852 * intl/dgettext.c (DCGETTEXT): Likewise.
37853 * intl/gettext.c (DCGETTEXT): Likewise.
37854 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
37855 * posix/regex_internal.h (gettext): Likewise.
37856 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
37857 Remove declaration.
37858 * include/argz.h (__argz_count_internal)
37859 (__argz_stringify_internal): Remove declaration.
37860 (__argz_count, __argz_stringify): Declare hidden proto.
37861 * intl/dcgettext.c: Remove use of INTDEF.
37862 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
37863 * string/argz-stringify.c: Likewise.
37864 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
37865 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
37866 Declare hidden proto.
d18ea0c5
AS
37867 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
37868 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
37869 Declare hidden proto.
37870 * include/stdio.h (__asprintf_internal): Don't declare.
37871 (__asprintf): Don't define as macro. Declare hidden proto.
37872 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
37873 (__fsetlocking): Declare hidden proto.
37874 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
37875 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
37876 hidden proto.
37877 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
37878 (_IO_setlinebuf): Remove use of INTUSE.
37879 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
37880 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
37881 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
37882 Remove declaration.
37883 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
37884 (_IO_do_flush): Remove use of INTUSE.
37885 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
37886 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
37887 (_IO_adjust_column, _IO_least_wmarker)
37888 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
37889 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
37890 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
37891 (_IO_default_doallocate, _IO_wdefault_doallocate)
37892 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
37893 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
37894 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
37895 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
37896 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
37897 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
37898 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
37899 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
37900 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
37901 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
37902 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
37903 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
37904 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
37905 proto.
37906 (_IO_flush_all_internal, _IO_adjust_column_internal)
37907 (_IO_default_uflow_internal, _IO_default_finish_internal)
37908 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
37909 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
37910 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
37911 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
37912 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
37913 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
37914 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
37915 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
37916 (_IO_file_close_internal, _IO_file_close_it_internal)
37917 (_IO_file_underflow_internal, _IO_file_overflow_internal)
37918 (_IO_file_init_internal, _IO_file_attach_internal)
37919 (_IO_file_fopen_internal, _IO_file_read_internal)
37920 (_IO_file_sync_internal, _IO_file_seek_internal)
37921 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
37922 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
37923 (_IO_str_underflow_internal, _IO_str_overflow_internal)
37924 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
37925 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
37926 (_IO_list_all_internal, _IO_link_in_internal)
37927 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
37928 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
37929 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
37930 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
37931 (_IO_do_write_internal, _IO_padn_internal)
37932 (_IO_getline_info_internal, _IO_getline_internal)
37933 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
37934 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
37935 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
37936 (_IO_vfscanf_internal, _IO_vfprintf_internal)
37937 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
37938 (_IO_init_internal, _IO_un_link_internal): Don't declare.
37939 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
37940 with libc_hidden_ver, remove use of INTUSE.
37941 * libio/genops.c: Likewise.
37942 * libio/freopen.c: Likewise.
37943 * libio/freopen64.c: Likewise.
37944 * libio/iofclose.c: Likewise.
37945 * libio/iofdopen.c: Likewise.
37946 * libio/iofflush.c: Likewise.
37947 * libio/iofflush_u.c: Likewise.
37948 * libio/iofgets.c: Likewise.
37949 * libio/iofgets_u.c: Likewise.
37950 * libio/iofopen.c: Likewise.
37951 * libio/iofopncook.c: Likewise.
37952 * libio/iofread.c: Likewise.
37953 * libio/iofread_u.c: Likewise.
37954 * libio/ioftell.c: Likewise.
37955 * libio/iofwrite.c: Likewise.
37956 * libio/iogetline.c: Likewise.
37957 * libio/iogets.c: Likewise.
37958 * libio/iogetwline.c: Likewise.
37959 * libio/iopadn.c: Likewise.
37960 * libio/iopopen.c: Likewise.
37961 * libio/ioseekoff.c: Likewise.
37962 * libio/ioseekpos.c: Likewise.
37963 * libio/iosetbuffer.c: Likewise.
37964 * libio/iosetvbuf.c: Likewise.
37965 * libio/ioungetc.c: Likewise.
37966 * libio/ioungetwc.c: Likewise.
37967 * libio/iovdprintf.c: Likewise.
37968 * libio/iovsprintf.c: Likewise.
37969 * libio/iovsscanf.c: Likewise.
37970 * libio/memstream.c: Likewise.
37971 * libio/obprintf.c: Likewise.
37972 * libio/oldfileops.c: Likewise.
37973 * libio/oldiofclose.c: Likewise.
37974 * libio/oldiofdopen.c: Likewise.
37975 * libio/oldiofopen.c: Likewise.
37976 * libio/oldiopopen.c: Likewise.
37977 * libio/oldstdfiles.c: Likewise.
37978 * libio/putc.c: Likewise.
37979 * libio/setbuf.c: Likewise.
37980 * libio/setlinebuf.c: Likewise.
37981 * libio/stdfiles.c: Likewise.
37982 * libio/strops.c: Likewise.
37983 * libio/vasprintf.c: Likewise.
37984 * libio/vscanf.c: Likewise.
37985 * libio/vsnprintf.c: Likewise.
37986 * libio/vswprintf.c: Likewise.
37987 * libio/wfiledoalloc.c: Likewise.
37988 * libio/wfileops.c: Likewise.
37989 * libio/wgenops.c: Likewise.
37990 * libio/wmemstream.c: Likewise.
37991 * libio/wstrops.c: Likewise.
37992 * libio/__fpurge.c: Likewise.
37993 * libio/__fsetlocking.c: Likewise.
37994 * assert/assert.c: Likewise.
37995 * debug/fgets_chk.c: Likewise.
37996 * debug/fgets_u_chk.c: Likewise.
37997 * debug/fread_chk.c: Likewise.
37998 * debug/fread_u_chk.c: Likewise.
37999 * debug/gets_chk.c: Likewise.
38000 * debug/obprintf_chk.c: Likewise.
38001 * debug/vasprintf_chk.c: Likewise.
38002 * debug/vdprintf_chk.c: Likewise.
38003 * debug/vsnprintf_chk.c: Likewise.
38004 * debug/vsprintf_chk.c: Likewise.
38005 * malloc/mtrace.c: Likewise.
38006 * misc/error.c: Likewise.
38007 * misc/syslog.c: Likewise.
38008 * stdio-common/asprintf.c: Likewise.
38009 * stdio-common/fxprintf.c: Likewise.
38010 * stdio-common/getw.c: Likewise.
38011 * stdio-common/isoc99_fscanf.c: Likewise.
38012 * stdio-common/isoc99_scanf.c: Likewise.
38013 * stdio-common/isoc99_vfscanf.c: Likewise.
38014 * stdio-common/isoc99_vscanf.c: Likewise.
38015 * stdio-common/isoc99_vsscanf.c: Likewise.
38016 * stdio-common/printf-prs.c: Likewise.
38017 * stdio-common/printf_fp.c: Likewise.
38018 * stdio-common/printf_fphex.c: Likewise.
38019 * stdio-common/printf_size.c: Likewise.
38020 * stdio-common/putw.c: Likewise.
38021 * stdio-common/scanf.c: Likewise.
38022 * stdio-common/sprintf.c: Likewise.
38023 * stdio-common/tmpfile.c: Likewise.
38024 * stdio-common/vfprintf.c: Likewise.
38025 * stdio-common/vfscanf.c: Likewise.
38026 * stdlib/strfmon_l.c: Likewise.
38027 * sunrpc/openchild.c: Likewise.
38028 * sunrpc/xdr_stdio.c: Likewise.
38029 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38030 * sysdeps/mach/hurd/tmpfile.c: Likewise.
38031
d6c33fda
RM
380322012-05-24 Roland McGrath <roland@hack.frob.com>
38033
c1487492
RM
38034 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38035
38036 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38037 in the third column, to generate for the shared library an IFUNC
38038 that uses _dl_vdso_vsym.
38039 * Makerules (COMPILE.c, compile-stdin.c): New variables.
38040 * Makeconfig (object-suffixes-noshared): New variable.
38041
38042 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38043 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38044 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38045 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38046
d6c33fda
RM
38047 [BZ #14132]
38048 * include/sys/time.h (__gettimeofday): Remove macro.
38049 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38050 * time/gettimeofday.c (__gettimeofday): Remove #undef.
38051 Remove INTDEF.
38052 (__gettimeofday): Add libc_hidden_def.
38053 (gettimeofday): Add libc_hidden_weak.
38054 * sysdeps/mach/gettimeofday.c: Likewise.
38055 * sysdeps/posix/gettimeofday.c: Likewise.
38056 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38057 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38058 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38059 (__gettimeofday_internal): Remove strong_alias.
38060 (__gettimeofday): Add libc_hidden_def.
38061 (gettimeofday): Add libc_hidden_weak.
38062 * sysdeps/unix/syscalls.list (gettimeofday):
38063 Remove __gettimeofday_internal alias.
38064
b5a2bbe6
L
380652012-05-24 Daniel Jacobowitz <drow@false.org>
38066 H.J. Lu <hongjiu.lu@intel.com>
38067
38068 [BZ #12495]
38069 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38070 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38071 (largebin_index_32_big): New.
38072 (largebin_index): Use it for 16-byte alignment.
38073 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
38074 correction with front_misalign.
38075
cfba4fda
L
380762012-05-24 H.J. Lu <hongjiu.lu@intel.com>
38077
7f907421
L
38078 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38079 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38080 Likewise.
38081 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38082 Likewise.
38083 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38084 Likewise.
38085 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38086 Likewise.
38087 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38088 Likewise.
38089 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38090 Likewise.
38091 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38092 Likewise.
38093 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38094 Likewise.
38095 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38096 Likewise.
38097 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38098 Likewise.
38099 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38100 Likewise.
38101 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38102 Likewise.
38103
cfba4fda
L
38104 * scripts/data/c++-types-x32-linux-gnu.data: New file.
38105 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38106
80bad0cc
JM
381072012-05-24 Joseph Myers <joseph@codesourcery.com>
38108
7a25eb06
JM
38109 [BZ #10846]
38110 [BZ #14036]
38111 * math/libm-test.inc (exp_test): Add test from bug 14036.
38112 (pow_test): Add test from bug 10846.
38113
795405f9
JM
38114 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38115 and other flags.
38116 (special_function): Do not include flags in test name.
38117 (parse_args): Likewise.
38118 * sysdeps/i386/fpu/libm-test-ulps: Update.
38119 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38120 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38121 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38122 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38123
80bad0cc
JM
38124 * math/gen-libm-test.pl (%beautify): Add entries for underflow
38125 exceptions.
38126 * math/libm-test.inc ("Philosophy"): Update comment about
38127 exception testing.
38128 (UNDERFLOW_EXCEPTION): New macro.
38129 (UNDERFLOW_EXCEPTION_OK): Likewise.
38130 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38131 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38132 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38133 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38134 (INVALID_EXCEPTION_OK): Update value.
38135 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38136 (OVERFLOW_EXCEPTION_OK): Likewise.
38137 (IGNORE_ZERO_INF_SIGN): Likewise.
38138 (test_exceptions): Handle underflow exceptions.
38139 (acos_test): Update for underflow exception expectations.
38140 (cexp_test): Likewise.
38141 (clog_test): Likewise.
38142 (clog10_test): Likewise.
38143 (csqrt_test): Likewise.
38144 (ctan_test): Likewise.
38145 (ctanh_test): Likewise.
38146 (exp_test): Likewise.
38147 (exp10_test): Likewise.
38148 (exp2_test): Likewise.
38149 (expm1_test): Likewise.
38150 (fma_test): Likewise.
38151 (j0_test): Likewise.
38152 (jn_test): Likewise.
38153 (nexttoward_test): Likewise.
38154 (pow_test): Likewise.
38155 (scalbn_test): Likewise.
38156 (scalbln_test): Likewise.
38157 (tan_test): Likewise.
38158 (y1_test): Likewise.
38159 * sysdeps/i386/fpu/libm-test-ulps: Update.
38160 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38161
9e0e3d0b
DM
381622012-05-23 David S. Miller <davem@davemloft.net>
38163
38164 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38165 (__libc_sigaction): Remove unused local variables.
38166
ccd0a08f
L
381672012-05-23 H.J. Lu <hongjiu.lu@intel.com>
38168
38169 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38170
62bdf9a6
PE
381712012-05-23 Paul Eggert <eggert@cs.ucla.edu>
38172
f8591f80
PE
38173 mktime: avoid signed integer overflow
38174 * time/mktime.c (__mktime_internal): Do not mishandle the case
38175 where diff == INT_MIN.
38176
94c7d826
PE
38177 mktime: simplify computation of average
38178 * time/mktime.c (ranged_convert): Use new time_t_avg function
38179 instead of rolling our own (probably-slower) code.
38180
ce73d683
PE
38181 mktime: do not assume signed right shift propagates sign bit
38182 * time/mktime.c (isdst_differ): New static function.
38183 (__mktime_internal): No need to normalize tm_isdst now.
38184 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38185 tm_isdst values.
38186
72a22e59
PE
38187 mktime: merge another wrapv change from gnulib
38188 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38189 from some compilers.
38190
68605433
PE
38191 mktime: remove incorrect attempt at unusual arithmetics
38192 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38193 The code didn't really work on such machines anyway.
38194 (TYPE_MINIMUM): Assume two's complement.
38195 (twos_complement_arithmetic): Verify that long_int and time_t
38196 are two's complement (or unsigned, in the latter case).
38197
03cf7fe3
PE
38198 mktime: check signed shifts on long_int and time_t, too
38199 * time/mktime.c (SHR): Check that shifts work as desired
38200 on the types long_int and time_t too, as SHR is used on
38201 such types.
38202
f04dfbc2
PE
38203 mktime: do not assume 'long' is wide enough
38204 * time/mktime.c (verify): Move decl up.
38205 (long_int): New type.
38206 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38207 to remove assumption in the code that 'long' is wide enough to
38208 store year values. This assumption is not true on x32 and on
38209 some non-glibc platforms.
38210
62bdf9a6
PE
38211 mktime: merge wrapv change from gnulib
38212 * time/mktime.c (WRAPV): New macro.
38213 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38214 (guess_time_tm, __mktime_internal): Do not assume that signed
38215 integer overflow wraps around; modern compilers generate code
38216 where this assumption is no longer valid.
38217
5e292e4f
L
382182012-05-23 H.J. Lu <hongjiu.lu@intel.com>
38219
38220 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38221 Replace "jmp L(pseudo_end)" with "ret".
38222 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38223 Likewise.
38224
8caf8c87
AJ
382252012-05-23 Andreas Jaeger <aj@suse.de>
38226
38227 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38228 * sysdeps/unix/sysv/linux/poll.c: Remove file.
38229
1a09dc56
AJ
382302012-05-23 Andreas Jaeger <aj@suse.de>
38231 Maximilian Attems <max@stro.at>
38232
38233 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38234 New macros.
38235
1c87aba0
L
382362012-05-23 H.J. Lu <hongjiu.lu@intel.com>
38237
38238 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38239 code so that pseudo_end is just ret and the stack pointer is
38240 correct also for static library in error case.
38241
40e45bd5
JM
382422012-05-23 Joseph Myers <joseph@codesourcery.com>
38243
c2670533
JM
38244 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38245 move to syscalls.list.
38246 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38247 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38248 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38249 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38250
40e45bd5
JM
38251 * manual/install.texi (Running make install): Do not mention Linux
38252 kernel version for which pt_chown is not needed.
38253 (Linux): Do not mention problems with nscd with 2.0 kernels.
38254 * INSTALL: Regenerated.
38255
be08eda5
AJ
382562012-05-23 Andreas Jaeger <aj@suse.de>
38257
38258 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38259 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38260 macro.
38261 * sysdeps/unix/sysv/linux/s390/bits/mman.h
38262 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38263 * sysdeps/unix/sysv/linux/sh/bits/mman.h
38264 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38265 * sysdeps/unix/sysv/linux/i386/bits/mman.h
38266 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38267 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38268 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38269 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38270 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38271 * sysdeps/unix/sysv/linux/bits/in.h
38272 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38273
a6a056bb
RM
382742012-05-22 Roland McGrath <roland@hack.frob.com>
38275
38276 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38277 (PREPARE_VERSION): Just use assert instead, it will be elided
38278 under [NDEBUG] anyway.
38279
c9009328
L
382802012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38281
38282 * sysdeps/unix/sysv/linux/Makefile: Include
38283 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 38284 (sysdep_routines): Remove sysctl.
c9009328
L
38285 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38286 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38287 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38288 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38289 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38290
73338355
AJ
382912012-05-22 Andreas Jaeger <aj@suse.de>
38292
38293 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38294 that pseudo_end is just ret and the stack pointer is correct also
38295 for static library in error case.
38296
d44638b0
PP
382972012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
38298
38299 [BZ #14122]
38300 * nss/nsswitch.c (defconfig_entries): New variable.
38301 (__nss_database_lookup): Don't leak defconfig entries.
38302 (nss_parse_service_list): Don't leak on error paths.
38303 (free_database_entries): New function.
38304 (free_defconfig): New function.
38305 (free_mem): Move common code to free_database_entries.
38306
31a39bd8
L
383072012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38308
da0331a8
L
38309 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38310 Add arch_prctl.
38311 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38312
31a39bd8
L
38313 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38314 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38315 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38316 New macro.
38317 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38318 (INTERNAL_SYSCALL_TYPES): Likewise.
38319 (LOAD_ARGS_TYPES_[1-6]): Likewise.
38320 (LOAD_REGS_TYPES_[1-6]): Likewise.
38321 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38322 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38323
45470df3
AZ
383242012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38325
38326 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38327 copysignl for GLIBC_2_0.
38328 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38329 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38330 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38331 logbl for GLIBC_2_0.
38332 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38333 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38334
98a61bcb
L
383352012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38336
a4f6e481
L
38337 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38338 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
38339
f63d5db6
L
38340 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38341 Use "neg %eax".
38342
98a61bcb
L
38343 * time/mktime.c: Update copyright years.
38344
95770f14
PE
383452012-05-22 Paul Eggert <eggert@cs.ucla.edu>
38346
6226efbd
PE
38347 mktime: merge comment-quoting-style change from gnulib
38348 * time/mktime.c: Quote 'like this' in comments.
38349 The GNU coding standards suggest that we no longer quote `like this',
38350 as "`" and "'" are typically rendered asymmetrically nowadays.
38351 The typical gnulib style is to quote 'like this' when quoting
38352 code, and "like this" when quoting English.
38353
b99e4f78
PE
38354 * time/mktime.c (compile-command): Add "-I.".
38355
643e01e6
PE
38356 mktime: merge mktime-internal.h change from gnulib
38357 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38358
2554247d
PE
38359 mktime: merge time_r change from gnulib
38360 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38361
826dd0ab
PE
38362 mktime: merge DEBUG change from gnulib
38363 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38364 case system <time.h> has a #define.
38365
bd83aabe
PE
38366 mktime: merge <sys/types.h> change from gnulib
38367 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38368 since <time.t> is now guaranteed to define time_t.
38369
95770f14
PE
38370 mktime: merge HAVE_CONFIG_H change from gnulib
38371 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38372
5e1a27a9
L
383732012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38374
0e44a77e
L
38375 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38376 Use "neg %eax".
38377
5e1a27a9
L
38378 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38379 __rlim_t cast.
38380 (struct rusage): Use anonymous union to pad each field to
38381 __syscall_slong_t.
38382
46259bec
DM
383832012-05-21 David S. Miller <davem@davemloft.net>
38384
38385 * Makefules (o-iterator): Remove .s cases.
38386 (compile-command.s): Delete.
38387 (COMPILE.s): Delete.
38388 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38389
59f0c22e
JM
383902012-05-21 Joseph Myers <joseph@codesourcery.com>
38391
38392 * configure.in (libc_cv_predef_stack_protector): Only consider
38393 "foobar" and "__stack_chk_fail" lines in libc_undefs.
38394 * configure: Regenerated.
38395
20c07380
L
383962012-05-21 H.J. Lu <hongjiu.lu@intel.com>
38397
bbb3154b
L
38398 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38399 New macro. Use R*LP on int and pointer.
38400 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
38401 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38402 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
38403 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38404
20c07380
L
38405 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38406 [__WORDSIZE_TIME64_COMPAT32] instead of
38407 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38408 (struct utmp): Likewise.
38409 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38410 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38411 Renamed to ...
38412 (__WORDSIZE_TIME64_COMPAT32): This.
38413 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38414 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38415 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38416 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38417 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38418 (__WORDSIZE_TIME64_COMPAT32): New macro.
38419
d8d1017e
AJ
384202012-05-21 Andreas Jaeger <aj@suse.de>
38421
38422 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38423 only if [SHARED]. Add prototype for __wcschr_ia32.
38424
6c7fb145
RM
384252012-05-21 Roland McGrath <roland@hack.frob.com>
38426
38427 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38428 of %rbp unmolested in the jmp_buf while mangling the low bits.
38429 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38430 unmolested high bits of %rbp while demangling the low bits.
38431 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38432
66274218
AJ
384332012-05-21 Andreas Jaeger <aj@suse.de>
38434
07c58f8f
AJ
38435 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38436 * sunrpc/svc_simple.c: Use it for registerrpc.
38437 * sunrpc/xcrypt.c: Use it for passwd2des.
38438
66274218
AJ
38439 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38440
61f65140
L
384412012-05-21 H.J. Lu <hongjiu.lu@intel.com>
38442
38443 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38444 Don't define if [__SYSCALL_WORDSIZE != 32].
38445 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38446 New macro.
38447
5fefb436
AJ
384482012-05-21 Bruno Haible <bruno@clisp.org>
38449 Andreas Jaeger <aj@suse.de>
38450
38451 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38452 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38453 inptr and inend for must_buffer_ch.
38454 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38455 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38456 * stdio-common/Makefile (tests): Remove bug15.
38457 (bug15-ENV): Remove macro.
38458 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38459 anymore.
38460
d8e272ab
AJ
384612012-05-19 Andreas Jaeger <aj@suse.de>
38462 Roland McGrath <roland@hack.frob.com>
38463
38464 * manual/contrib.texi: Completely rewritten. It contains now an
38465 alphabetical list of contributors and their contributions.
38466
4a56a162
RH
384672012-05-21 Richard Henderson <rth@twiddle.net>
38468
38469 * misc/getauxval.c (__getauxval): Use unsigned long int.
38470 * misc/sys/auxv.h: Include <sys/cdefs.h>.
38471 (getauxval): Use unsigned long int.
38472
d024d23c
L
384732012-05-21 H.J. Lu <hongjiu.lu@intel.com>
38474
38475 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38476
cbc00a03
RM
384772012-05-21 Roland McGrath <roland@hack.frob.com>
38478
38479 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38480 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38481 __alignof__ (long double).
38482
478143fa
AZ
384832012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38484
38485 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38486
c7683a6d
RH
384872012-05-20 Richard Henderson <rth@twiddle.net>
38488
38489 * misc/getauxval.c: New file.
38490 * misc/sys/auxv.h: New file.
38491 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38492 (routines): Add getauxval.
38493 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38494 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
38495 * elf/dl-sysdep.c (_dl_auxv): Remove.
38496 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
38497 * elf/dl-support.c (_dl_auxv): New variable.
38498 (_dl_aux_init): Initialize it.
38499 * manual/startup.texi (Auxiliary Vector): New node.
38500 * sysdeps/generic/bits/hwcap.h: New file.
38501 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
38502 * sysdeps/powerpc/sysdep.h: ... here. Include it.
38503 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
38504 * sysdeps/sparc/sysdep.h: ... here. Include it.
38505 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
38506 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
38507 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38508 Update.
c7683a6d
RH
38509 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
38510 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
38511 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
38512 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
38513 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38514 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38515 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
38516 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
38517
a6f1845d
AZ
385182012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38519
38520 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38521
cbcbe830
DM
385222012-05-19 David S. Miller <davem@davemloft.net>
38523
38524 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38525
e0b16cc2
JM
385262012-05-19 Joseph Myers <joseph@codesourcery.com>
38527
38528 [BZ #14123]
38529 * math/s_ccosh.c: Include <float.h>
38530 (__ccosh): Avoid internal overflow calculating sinh and cosh
38531 values before multiplying by sin and cos values.
38532 * math/s_ccoshf.c: Likewise.
38533 * math/s_ccoshl.c: Likewise.
38534 * math/s_csin.c: Likewise.
38535 * math/s_csinf.c: Likewise.
38536 * math/s_csinl.c: Likewise.
38537 * math/s_csinh.c: Likewise.
38538 * math/s_csinhf.c: Likewise.
38539 * math/s_csinhl.c: Likewise.
38540 * math/libm-test.inc (ccos_test): Add more tests.
38541 (ccosh_test): Likewise.
38542 (csin_test): Likewise.
38543 (csinh_test): Likewise.
38544 * sysdeps/i386/fpu/libm-test-ulps: Update.
38545 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38546
6ad13e08
L
385472012-05-19 H.J. Lu <hongjiu.lu@intel.com>
38548
f66f0ce8
L
38549 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
38550 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
38551
6ad13e08
L
38552 * sysdeps/x86_64/x32/_itoa.h: Add comment.
38553
b1d072a7
JM
385542012-05-19 Joseph Myers <joseph@codesourcery.com>
38555
38556 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
38557 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
38558 * sysdeps/powerpc/soft-fp/Versions: Likewise.
38559 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
38560 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
38561 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
38562 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
38563 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
38564 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
38565 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
38566 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
38567 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
38568 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
38569 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
38570 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
38571 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
38572 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
38573 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
38574 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
38575 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
38576 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
38577 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
38578 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
38579 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
38580 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
38581 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
38582 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
38583 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
38584 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
38585 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
38586 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
38587
9eae47cb
AJ
385882012-05-18 Andreas Jaeger <aj@suse.de>
38589
38590 * csu/.gitignore: Delete.
38591
bb07f69f
L
385922012-05-18 H.J. Lu <hongjiu.lu@intel.com>
38593
38594 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
38595 (timex): Use __syscall_slong_t.
38596
e6bdb741
AJ
385972012-05-18 Andreas Jaeger <aj@suse.de>
38598 Carlos O'Donell <carlos_odonell@mentor.com>
38599
38600 * manual/install.texi (Configuring and compiling): Update
38601 description about files modified in the source directory.
d6c33fda 38602 * INSTALL: Regenerated.
e6bdb741 38603
1b74487e
L
386042012-05-18 H.J. Lu <hongjiu.lu@intel.com>
38605
38606 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
38607 value. Use "or" to set return value to -1.
38608 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
38609 negate return value.
38610
a88b64b9
TMQMF
386112012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38612
57f41c40
AS
38613 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
38614 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
38615 failure if the compiler has Graphite support disabled.
38616 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
38617 Likewise.
57f41c40
AS
38618 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
38619 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
38620 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
38621 Likewise.
38622
3707636e
L
386232012-05-18 H.J. Lu <hongjiu.lu@intel.com>
38624
610b8622
L
38625 * sysdeps/x86_64/x32/_itoa.h: New file.
38626
7cd195df
L
38627 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
38628 getdents system call only if kernel and user dirents have the
38629 same d_ino and d_off.
38630
94b07d20
L
38631 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38632 LLONG_MAX != LONG_MAX.
38633 (_itoa_word): Use _ITOA_WORD_TYPE on value.
38634 (_fitoa_word): Likewise.
38635
18298070
L
38636 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
38637 years.
38638 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
38639 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
38640 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
38641
553c7ea4
L
38642 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
38643 include <bits/wordsize.h>. Check __x86_64__ instead of
38644 __WORDSIZE.
38645 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
38646 if __x86_64__ is defined. Use anonymous union on fpstate.
38647
3707636e
L
38648 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
38649 anonymous union.
38650
b53ef01a
AS
386512012-05-18 Andreas Schwab <schwab@linux-m68k.org>
38652
37fb1dc0
AS
38653 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
38654 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
38655 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
38656 Refer to _rtld_local_ro instead of _rtld_global_ro.
38657 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
38658 Likewise.
38659 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
38660 Likewise.
38661 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
38662 Likewise.
38663 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
38664 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
38665 of _rtld_global, and rtld_progname instead of _dl_argv[0].
38666
b53ef01a
AS
38667 * sysdeps/powerpc/powerpc32/dl-machine.c
38668 (__elf_machine_runtime_setup) [PROF]: Don't reference
38669 _dl_prof_resolve.
38670
7a185db2
AJ
386712012-05-18 Andreas Jaeger <aj@suse.de>
38672
38673 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
38674 function only available for GCCs before 3.4 since GCC 3.4
38675 introduced a builtin.
38676 (lrint): Likewise.
38677 (llrintf): Likewise.
38678 (llrint): Likewise.
38679 (fmaxf): Likewise.
38680 (fmax): Likewise.
38681 (fminf): Likewise.
38682 (fmin): Likewise.
38683 (rint): Likewise.
38684 (rintf): Likewise.
38685 (nearbyint): Likewise.
38686 (nearbyintf): Likewise.
38687 (ceil): Likewise.
38688 (ceilf): Likewise.
38689 (floor): Likewise.
38690 (floorf): Likewise.
38691
3e5aef87
L
386922012-05-17 H.J. Lu <hongjiu.lu@intel.com>
38693
428bd707
L
38694 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
38695 on both fields and cast pointer to __syscall_ulong_t.
38696
3e5aef87
L
38697 * bits/types.h (__fsword_t): New type.
38698 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
38699 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
38700 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38701 (__FSWORD_T_TYPE): Likewise.
38702 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38703 (__FSWORD_T_TYPE): Likewise.
38704 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38705 (__FSWORD_T_TYPE): Likewise.
38706 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
38707 (__FSWORD_T_TYPE): Likewise.
38708 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
38709 __SWORD_TYPE with __fsword_t.
38710 (statfs64): Likewise.
38711
1ba7c3dc
DM
387122012-05-17 David S. Miller <davem@davemloft.net>
38713
38714 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
38715
59910343
AJ
387162012-05-17 Andreas Jaeger <aj@suse.de>
38717
38718 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
38719 warning.
38720
2e4c1e9e
L
387212012-05-17 H.J. Lu <hongjiu.lu@intel.com>
38722
38723 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
38724
de7f5ce7
AJ
387252012-05-17 Andreas Jaeger <aj@suse.de>
38726
38727 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
38728 when it is used.
38729
286abc3d
CM
387302012-05-17 Chris Metcalf <cmetcalf@tilera.com>
38731
38732 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
38733
477cc68e
L
387342012-05-17 H.J. Lu <hongjiu.lu@intel.com>
38735
38736 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
38737 * sysdeps/x86_64/tst-mallocalign1.c: New file.
38738
1a0994f5
CD
387392012-05-17 Andreas Jaeger <aj@suse.de>
38740 Carlos O'Donell <carlos_odonell@mentor.com>
38741
38742 [BZ #14059]
38743 * sysdeps/x86_64/multiarch/init-arch.h
38744 (bit_YMM_Usable): Rename to...
38745 (bit_AVX_Usable): ... this.
38746 (bit_FMA4_Usable): New macro.
38747 (bit_XMM_state): New macro.
38748 (bit_YMM_state): New macro.
38749 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
38750 [__ASSEMBLER__] (index_AVX_Usable): ... this.
38751 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
38752 (CPUID_OSXSAVE): New macro.
38753 (CPUID_AVX): New macro.
38754 (CPUID_FMA4): New macro.
38755 (index_YMM_Usable): Rename to...
38756 (index_AVX_Usable): ... this.
38757 (HAS_AVX): Use HAS_ARCH_FEATURE.
38758 (HAS_FMA4): Likewise.
38759 (HAS_YMM_USABLE): Remove.
38760 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38761 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
38762 are present.
38763 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
38764 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
38765 * sysdeps/x86_64/multiarch/Makefile: Likewise.
38766 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
38767 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
38768
0af797de
CM
387692012-05-17 Chris Metcalf <cmetcalf@tilera.com>
38770
38771 * math/libm-test.c: Support platforms without multiple rounding modes.
38772 * math/bug-nextafter.c: Support platforms without FP exceptions.
38773 * math/bug-nexttoward.c: Likewise.
38774 * math/test-fenv.c: Likewise.
38775 * math/test-misc.c: Likewise.
38776 * stdlib/bug-getcontext.c: Likewise.
38777
e39745ff
AJ
387782012-05-17 Andreas Jaeger <aj@suse.de>
38779
38780 * manual/examples/search.c (critter_cmp): Change signature to
38781 avoid warnings.
38782 * manual/string.texi (Collation Functions): Likewise.
38783
48970aba
L
387842012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38785
38786 * bits/types.h: Fold copyright years.
38787 * bits/typesizes.h: Likewise.
38788 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
38789 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
38790 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
38791 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
38792 * time/time.h: Likewise.
38793
bedee953
PP
387942012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
38795
38796 [BZ #208]
38797 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
38798 in instead of returning them. Return void.
38799 (__libc_mallinfo): Accumulate over all arenas.
38800 (__malloc_stats): Adjust for change in int_mallinfo interface.
38801
61653dfb
RM
388022012-05-16 Roland McGrath <roland@hack.frob.com>
38803
30b99d79
RM
38804 [BZ #10375]
38805 * configure.in (NM): Add AC_CHECK_TOOL for it.
38806 (libc_extra_cflags): New substituted variable.
38807 Check for -fstack-protector being used implicitly.
38808 * configure: Regenerated.
38809 * config.make.in (config-extra-cflags): New variable,
38810 gets @libc_extra_cflags@.
38811 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
38812
61653dfb
RM
38813 [BZ #10375]
38814 * configure.in: Check for _FORTIFY_SOURCE being predefined.
38815 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
38816 * configure: Regenerated.
38817 * config.make.in (CPPUNDEFS): New substituted variable.
38818 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
38819 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
38820 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
38821
661768bb
L
388222012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38823
38824 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
38825 (mq_attr): Use __syscall_slong_t.
38826
d4261567
L
388272012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38828
38829 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
38830 Check __x86_64__ instead of __WORDSIZE.
38831 (_STAT_VER_LINUX): Likewise.
38832 (stat): Check __x86_64__ instead of __WORDSIZE. Use
38833 __syscall_ulong_t and __syscall_slong_t.
38834 (stat64): Likewise.
38835
cf3ff365
L
388362012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38837
38838 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
38839
76cf3e4d
L
388402012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38841
38842 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
38843
a637753a
L
388442012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38845
38846 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
38847 __syscall_ulong_t.
38848
d5e05119
L
38849 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
38850 include <bits/wordsize.h>. Check __x86_64__ instead of
38851 __WORDSIZE.
38852 (greg_t): Use "__extension__ long long int" if __x86_64__ is
38853 defined.
38854 (mcontext_t): Replace "unsigned long" with "unsigned long long".
38855
f62ee380
L
38856 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
38857 include <bits/wordsize.h>. Check __x86_64__ instead of
38858 __WORDSIZE.
38859 (user_regs_struct): Use "__extension__ unsigned long long"
38860 instead of "unsigned long" if __x86_64__ is defined.
38861 (user): Likewise. Pad after pointer field if __ILP32__ is
38862 defined.
38863
4e124ced
JM
388642012-05-16 Joseph Myers <joseph@codesourcery.com>
38865
6a3951a0
JM
38866 * configure.in (makeinfo): Require version 4.5 or later. Allow
38867 versions 5 to 9.
38868 * configure: Regenerated.
38869 * manual/install.texi (texinfo): Increase version requirement to
38870 4.5 or later.
38871 * INSTALL: Regenerated.
38872
4e124ced
JM
38873 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
38874
953ca31a
L
388752012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38876
38877 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
38878
617aca05
L
38879 * sysdeps/x86_64/x32/ffs.c: New file.
38880
5762f7ae
L
38881 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
38882 __syscall_ulong_t.
38883 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
38884 defined. Use __syscall_ulong_t.
38885 (shminfo): Use __syscall_ulong_t.
38886 (shm_info): Likewise.
38887
a26b6856
L
38888 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
38889 __syscall_ulong_t.
38890
cb2b9ef7
L
38891 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
38892 <bits/wordsize.h>.
38893 (msgqnum_t): Use __syscall_ulong_t.
38894 (msglen_t): Likewise.
38895 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
38896 __syscall_ulong_t.
38897
34683bb0
L
38898 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
38899 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
38900
84a68786
L
38901 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
38902
48baa5f1
L
38903 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
38904 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
38905
180be88b
L
38906 * sysvipc/sys/msg.h (msgbuf): Replace long int with
38907 __syscall_slong_t.
38908
5e90c8ad
L
38909 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
38910 include <bits/wordsize.h>. Check __x86_64__ instead of
38911 __WORDSIZE.
38912
23dfb58b
L
38913 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
38914 "unsigned long long int" if __x86_64__ is defined.
38915 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
38916
ce5d54b0
L
38917 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
38918 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
38919 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
38920
13dc9eac
L
38921 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
38922 <stdint.h>.
38923 (GET_PC): Cast to uintptr_t first.
38924 (GET_FRAME): Likewise.
38925 (GET_STACK): Likewise.
38926
a7895d15
L
38927 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
38928 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
38929 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
38930 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
38931 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
38932 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
38933 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
38934 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
38935 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
38936 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
38937 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
38938 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
38939 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38940 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
38941 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
38942 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
38943 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
38944 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
38945 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
38946 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
38947 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
38948 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
38949 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
38950 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
38951 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
38952 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
38953 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
38954 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
38955 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
38956
656416c9
AS
389572012-05-16 Andreas Schwab <schwab@linux-m68k.org>
38958
5bd66283
AS
38959 * Makerules (+depfiles): Also collect depfiles from .oS in
38960 $(extra-objs).
38961 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
38962 .oS, $(libnldbl-routines)).
38963
656416c9
AS
38964 * Makerules (native-compile-mkdep-flags): Define.
38965 * sunrpc/Makefile (extra-objs): Add $(addprefix
38966 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
38967 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
38968 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
38969 calling $(make-target-directory).
38970
a46f2169
L
389712012-05-15 H.J. Lu <hongjiu.lu@intel.com>
38972
38973 * bits/types.h (__snseconds_t): Removed.
38974 * time/time.h (struct timespec): Replace __snseconds_t with
38975 __syscall_slong_t.
38976 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
38977 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
38978 Likewise.
38979 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38980 (__SNSECONDS_T_TYPE): Likewise.
38981 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38982 (__SNSECONDS_T_TYPE): Likewise.
38983 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38984 (__SNSECONDS_T_TYPE): Likewise.
38985
6af6528b
L
389862012-05-15 H.J. Lu <hongjiu.lu@intel.com>
38987
38988 * sysdeps/mach/hurd/bits/typesizes.h
38989 (__SYSCALL_SLONG_TYPE): New macro.
38990 (__SYSCALL_ULONG_TYPE): Likewise.
38991
de986b56
L
389922012-05-15 H.J. Lu <hongjiu.lu@intel.com>
38993
38994 * bits/types.h (__syscall_slong_t): New type.
38995 (__syscall_ulong_t): Likewise.
38996
38997 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
38998 (__SYSCALL_ULONG_TYPE): Likewise.
38999 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39000 (__SYSCALL_SLONG_TYPE): Likewise.
39001 (__SYSCALL_ULONG_TYPE): Likewise.
39002 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39003 (__SYSCALL_SLONG_TYPE): Likewise.
39004 (__SYSCALL_ULONG_TYPE): Likewise.
39005 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39006 (__SYSCALL_SLONG_TYPE): Likewise.
39007 (__SYSCALL_ULONG_TYPE): Likewise.
39008
85736dc7
L
390092012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39010
39011 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39012 Add sigaltstack-offsets.sym.
39013 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39014 <sigaltstack-offsets.h>.
39015 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
39016 longjmp_msg pointer.
39017 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
39018 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39019 signal stack.
39020 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39021
cc03b296
JM
390222012-05-15 Joseph Myers <joseph@codesourcery.com>
39023
a9538892
JM
39024 * elf/stackguard-macros.h: Remove file.
39025 * sysdeps/generic/stackguard-macros.h: New file.
39026 * sysdeps/i386/stackguard-macros.h: Likewise.
39027 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39028 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39029 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39030 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39031 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39032 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39033 * sysdeps/x86_64/stackguard-macros.h: Likewise.
39034 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39035 <elf/stackguard-macros.h>.
39036
cc03b296
JM
39037 [BZ #14109]
39038 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39039 __aligned__ in attribute.
39040 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39041 (gregset_t): Likewise.
39042
93171016
L
390432012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39044
39045 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39046 * sysdeps/x86_64/64/Implies-after: Here. New file.
39047 * sysdeps/x86_64/x32/Implies-after: New file.
39048
d86813a0
L
390492012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39050
39051 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39052 and access return value for _dl_profile_fixup. Use R10_LP to
39053 load frame size.
39054
2953ec75
L
390552012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39056
39057 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39058
3b550e9e
L
390592012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39060
39061 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39062 * sysdeps/x86_64/x32/sysdep.h: New file.
39063
eda41706
L
390642012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39065
39066 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39067 * sysdeps/x86_64/setjmp.S: Likewise.
39068
9ea01d93
AZ
390692012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39070
39071 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39072 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39073 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39074 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39075 remove unused global constant.
39076
02a91938
CM
390772012-05-15 Chris Metcalf <cmetcalf@tilera.com>
39078
39079 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39080 include of <not-cancel.h>.
39081
6540185f
RM
390822012-05-15 Roland McGrath <roland@hack.frob.com>
39083
39084 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39085
509072a0
AJ
390862012-05-15 Jeff Law <law@redhat.com>
39087 Andreas Jaeger <aj@suse.de>
39088
39089 [BZ #13594]
39090 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39091 out from...
39092 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39093 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39094 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39095 code changing __hst_map_handle.map.
39096
ba75122d
RM
390972012-05-15 Roland McGrath <roland@hack.frob.com>
39098
39099 * configure.in (sysnames): Look for Implies-before and Implies-after
39100 files.
39101 * configure: Regenerated.
39102
890d8bd8
L
391032012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39104
39105 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39106 8-byte data alignment with LP_SIZE alignment.
39107
f6ee6623
L
391082012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39109
39110 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39111 into R10_LP.
39112
ea2626f6
L
391132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39114
39115 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39116
085f715e
L
391172012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39118
39119 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39120 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39121 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39122 Likewise.
39123 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39124
be8498fc
L
391252012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39126
39127 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39128 (stackinfo_sub_sp): Likewise.
39129
70bc83b9
L
391302012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39131
39132 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39133 RAX_LP.
39134
9bc0b730
L
391352012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39136
39137 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39138 into R*_LP.
39139
6d2850e7
L
391402012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39141
39142 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39143 sizes into R*_LP.
39144
3cb84561
L
391452012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39146
39147 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39148
54e2ed81
L
391492012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39150
39151 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39152 into R11_LP and load __x86_64_shared_cache_size_half into
39153 R8_LP.
39154
8a17f349
L
391552012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39156
39157 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39158 R8_LP.
39159
777b1eea
AZ
391602012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39161
39162 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39163 logb for POWER7.
39164 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39165 logbf for POWER7.
39166 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39167 logbl for POWER7.
39168 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39169 powerpc32/power7/fpu/s_logb.c via #include.
39170 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39171 powerpc32/power7/fpu/s_logbf.c via #include.
39172 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39173 powerpc32/power7/fpu/s_logbl.c via #include.
39174
d20d4ac2
JM
391752012-05-15 Joseph Myers <joseph@codesourcery.com>
39176
39177 * README.libm: Remove file.
39178
6cdef1ab
L
391792012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39180
39181 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39182 count for x32. Use R*_LP and omit operand-size suffix.
39183
0b254d8f
L
391842012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39185
39186 * shlib-versions: Move x86_64-.*-linux.* entries to ...
39187 * sysdeps/x86_64/64/shlib-versions: Here. New file.
39188 * sysdeps/x86_64/x32/shlib-versions: New file.
39189
ceb809dc
RM
391902012-05-14 Roland McGrath <roland@hack.frob.com>
39191
39192 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39193 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39194 Use _dl_fatal_printf instead.
39195
37f1abd4
JM
391962012-05-14 Joseph Myers <joseph@codesourcery.com>
39197
39198 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39199 set if not set by the user. Do not allow for being unset.
39200 * sysdeps/unix/sysv/linux/configure: Regenerated.
39201
11de3a33
L
392022012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39203
39204 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39205 the `q' suffix from lea and replace .quad with ASM_ADDR.
39206
e02f153a
L
392072012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39208
39209 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39210 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
39211 instead of $17.
39212 (PTR_DEMANGLE): Likewise.
39213
520ae0fd
L
392142012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39215
39216 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39217 (LP_OP): Likewise.
39218 (ASM_ADDR): Likewise.
39219 (RAX_LP): Likewise.
39220 (RBP_LP): Likewise.
39221 (RBX_LP): Likewise.
39222 (RCX_LP): Likewise.
39223 (RDI_LP): Likewise.
39224 (RSI_LP): Likewise.
39225 (RSP_LP): Likewise.
39226 (R8_LP): Likewise.
39227 (R9_LP): Likewise.
39228 (R10_LP): Likewise.
39229 (R10_LP): Likewise.
39230 (R11_LP): Likewise.
39231 (R12_LP): Likewise.
39232 (R13_LP): Likewise.
39233 (R14_LP): Likewise.
39234 (R15_LP): Likewise.
39235
b985be81
L
392362012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39237
39238 * sysdeps/x86_64/x32/dl-machine.h: New file.
39239
6a4888ff
AJ
392402012-05-14 Andreas Jaeger <aj@suse.de>
39241
39242 * manual/Makefile (subdir): Remove export of subdir.
39243 (all): Remove target.
39244 (.PHONY): Remove all from list.
39245 (mkinstalldirs): Remove.
39246 (.PHONY): Remove installdirs from list.
39247 ($(inst_infodir)/libc.info): Use make-target-directory.
39248 (installdirs): Remove.
39249 (subdir_%): Remove.
39250 (glibc-targets): Remove.
39251 (lib): Remove.
39252 (stubs): Remove.
39253 ($(objpfx)stubs ../po/manual.pot): Remove.
39254 ($(objpfx)stamp%): Remove.
39255 (make-target-directory): Remove.
39256 (subdir_install): Remove.
39257 (routines): Remove.
39258 (aux): Remove.
39259 (sources): Remove.
39260 (objects): Remove.
39261 (headers): Remove.
39262
39263 [BZ #13750]
39264 * manual/.gitignore: Remove, it's not needed anymore.
39265 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39266 all files in it.
39267 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39268 directory.
39269 (texis): Renamed to $(objpfx)texis.
39270 (texis-path): New, contains path to generated files.
39271 (chapters.%): Use texis-path for complete path, add extra argument
39272 libc-texinfo.sh.
39273 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39274 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39275 (summary,texi, stamp-summary): Use complete path of
39276 files. Generate files in build dir.
39277 (dir-add.texi): Build in build dir.
39278 (libm-err.texi,stamp-libm-err): Likewise.
39279 (version.texi, stamp-version): Likewise.
39280 (.%c.texi): Likewise.
39281 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39282 (mostlyclean): Remove target.
39283 (realclean): Remove target.
39284 (generated): Add new variable with contents from mostlyclean and
39285 realclean, remove entries duplicated in common-mostlyclean, add
39286 stamp-libm-err and stamp-version.
39287 (generated-dirs): Add libc directory.
39288 ($(inst_infodir)/libc.info): Install files from build dir.
39289
39290 * manual/install.texi (Configuring and compiling): Adjust since
39291 the info files are not part of the tar ball anymore.
39292
7ac77294
AJ
392932012-05-14 Andreas Jaeger <aj@suse.de>
39294
39295 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39296 variable.
39297
ffb7875d
JM
392982012-05-14 Joseph Myers <joseph@codesourcery.com>
39299
39300 [BZ #13717]
39301 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39302 to 2.2.0 where earlier.
39303 * sysdeps/unix/sysv/linux/configure: Regenerated.
39304 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39305 Remove conditional code.
39306 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39307 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39308 Remove conditional code.
39309 [!__NR_lchown]: Likewise.
39310 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39311 [__NR_lchown]: Likewise.
39312 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39313 comment referencing __ASSUME_LCHOWN_SYSCALL.
39314 * sysdeps/unix/sysv/linux/i386/sigaction.c
39315 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39316 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39317 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39318 Remove conditional code.
39319 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39320 (__protocol_available): Remove #if 0 code.
39321 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39322 conditional code.
39323 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39324 * sysdeps/unix/sysv/linux/kernel-features.h
39325 (__ASSUME_GETCWD_SYSCALL): Don't define.
39326 (__ASSUME_REALTIME_SIGNALS): Likewise.
39327 (__ASSUME_PREAD_SYSCALL): Likewise.
39328 (__ASSUME_PWRITE_SYSCALL): Likewise.
39329 (__ASSUME_POLL_SYSCALL): Likewise.
39330 (__ASSUME_LCHOWN_SYSCALL): Likewise.
39331 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39332 non-SPARC.
39333 (__ASSUME_SIOCGIFNAME): Don't define.
39334 (__ASSUME_MSG_NOSIGNAL): Likewise.
39335 (__ASSUME_SENDFILE): Define unconditionally.
39336 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39337 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39338 conditional code.
39339 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39340 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39341 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39342 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39343 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39344 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39345 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39346 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39347 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39348 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39349 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39350 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39351 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39352 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39353 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39354 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39355 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39356 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39357 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39358 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39359 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39360 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39362 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39363 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39364 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39365 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39366 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39367 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39368 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39369 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39370 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39371 Remove conditional code.
39372 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39373 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39374 Remove conditional code.
39375 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39376 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39377 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39378 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39379 Remove conditional code.
39380 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39381 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39382 Remove conditional code.
39383 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39384 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39385 Remove conditional code.
39386 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39387 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39388 Remove conditional code.
39389 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39390 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39391 Remove conditional code.
39392 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39393 * sysdeps/unix/sysv/linux/sh/pwrite64.c
39394 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39395 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39396 * sysdeps/unix/sysv/linux/sigaction.c
39397 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39398 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39399 * sysdeps/unix/sysv/linux/sigpending.c
39400 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39401 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39402 * sysdeps/unix/sysv/linux/sigprocmask.c
39403 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39404 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39405 * sysdeps/unix/sysv/linux/sigsuspend.c
39406 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39407 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39408 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39409 (__libc_missing_rt_sigs): Remove.
39410 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39411 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39412 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39413 Remove conditional code.
39414 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39415 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39416 return 1.
39417 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39418 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39419 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39420 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39421
1bfb7291
AJ
394222012-05-14 Andreas Jaeger <aj@suse.de>
39423
caae5a81
AJ
39424 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39425 it's not used in glibc.
39426 (__coshm1): Likewise.
39427 (__acosh1p): Likewise.
39428 (__sgn): Likewise.
39429
1bfb7291
AJ
39430 * manual/string.texi (Copying and Concatenation): Add missing
39431 variable in concat example.
39432 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39433
c044d724
L
394342012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39435
144c5467 39436 [BZ #14103]
c044d724
L
39437 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39438 __builtin_clzl with __builtin_clzll.
39439
2523c62b
L
394402012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39441
39442 [BZ #14104]
39443 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39444 libc_freeres_ptr.
39445
d7bb4c42
LD
394462012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39447
39448 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39449 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39450 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39451 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39452
9dc4e1fb
MF
394532012-05-14 Mike Frysinger <vapier@gentoo.org>
39454
39455 * NEWS: Update ia64 info.
39456
c7df0112
AS
394572012-05-12 Andreas Schwab <schwab@linux-m68k.org>
39458
39459 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39460 used as bcopy.
39461
dc70356c
TS
394622012-05-12 Thomas Schwinge <thomas@codesourcery.com>
39463
39464 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39465 * sysdeps/unix/syscalls.list (dup3): Likewise.
39466 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39467 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39468
9fb1a21f
L
394692012-05-11 H.J. Lu <hongjiu.lu@intel.com>
39470
39471 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39472 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39473
4822a2a5
L
394742012-05-11 H.J. Lu <hongjiu.lu@intel.com>
39475
39476 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39477 thread pointer.
39478 (TLS_IE): Use mov/add instead of movq/addq to load thread
39479 pointer.
39480 (TLS_GD_PREFIX): New.
39481 (TLS_GD): Use it.
39482
842b81d6
DM
394832012-05-11 David S. Miller <davem@davemloft.net>
39484
39485 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39486 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39487 (_FPU_SETCW): Likewise.
39488
1cf463cd
L
394892012-05-10 H.J. Lu <hongjiu.lu@intel.com>
39490
39491 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39492 is 32-byte aligned.
39493
60cc4a18
AS
394942012-05-11 Andreas Schwab <schwab@linux-m68k.org>
39495
39496 [BZ #11837]
39497 * iconvdata/gb18030.c: Update tables.
39498 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
39499 characters specially.
39500 (BODY for TO_LOOP): Add encoding of missing ranges.
39501
febb44a4
TS
395022012-05-11 Thomas Schwinge <thomas@codesourcery.com>
39503
39504 [BZ #13673]
39505 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
39506 * sysdeps/mach/hurd/dup3.c: Likewise.
39507 * sysdeps/mach/hurd/readlinkat.c: Likewise.
39508 * sysdeps/powerpc/memmove.c:: Likewise.
39509
0a10fb9e
L
395102012-05-10 H.J. Lu <hongjiu.lu@intel.com>
39511
39512 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
39513 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
39514
df8a552f
L
395152012-05-10 H.J. Lu <hongjiu.lu@intel.com>
39516
39517 * elf/elf.h (R_X86_64_RELATIVE64): New.
39518 (R_X86_64_NUM): Updated.
39519 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39520 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
39521 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
39522 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
39523 tst-quad1pie tst-quad2pie
39524 (modules-names): Add tst-quadmod1 tst-quadmod2.
39525 ($(objpfx)tst-quad1): New dependency.
39526 ($(objpfx)tst-quad2): Likewise.
39527 ($(objpfx)tst-quad1pie): Likewise.
39528 ($(objpfx)tst-quad2pie): Likewise.
39529 * sysdeps/x86_64/tst-quad1.c: New file.
39530 * sysdeps/x86_64/tst-quad1pie.c: New file.
39531 * sysdeps/x86_64/tst-quad2.c: Likewise.
39532 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
39533 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
39534 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
39535 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
39536 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
39537
f34d6f84
ST
395382012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39539
f42d41d1
ST
39540 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
39541 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
39542 * streams/stropts.h (t_scalar_t): Define type.
39543
3c3571fc
ST
39544 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
39545 (_PATH_PRESERVE): Set to "/var/lib".
39546 (_PATH_RWHODIR): Set to "/var/spool/rwho".
39547
61f06bd3
ST
39548 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
39549 instead of int.
39550
918d4d71
ST
39551 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
39552 if __dir_mkfile succeeded.
39553
f34d6f84
ST
39554 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
39555 checking for _hurd_dtablesize. Unlock it right after having
39556 finished _hurd_dtable allocation.
39557
10589b4a
TS
395582012-05-10 Thomas Schwinge <thomas@schwinge.name>
39559
674cdbc7
TS
39560 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
39561 * sysdeps/mach/hurd/configure: Regenerated.
39562 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
39563 special-casing to...
39564 * sysdeps/gnu/configure.in: ... this new file.
39565 * sysdeps/unix/sysv/linux/configure: Regenerated.
39566 * sysdeps/gnu/configure: New generated file.
39567
8e41b99f
TS
39568 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
39569 for Linux: use nsec instead of usec, as well as:
39570 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
39571 members of type struct timespec.
39572 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
39573 New macros.
39574 (struct stat64): Likewise.
39575 (_STATBUF_ST_NSEC): New macro.
39576 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
39577
10589b4a
TS
39578 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39579 __strtoul_internal rather than strtoul.
39580
63643c85
PT
395812012-05-10 Pino Toscano <toscano.pino@tiscali.it>
39582
39583 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
39584 and reject them.
39585
3faebe6a
ST
395862012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39587
39588 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
39589 which preserves existing values.
39590 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
39591
c6474b07
PT
395922012-05-10 Pino Toscano <toscano.pino@tiscali.it>
39593
39594 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
39595 TIMEOUT values. Return EINVAL for NFDS values either negative or
39596 greater than FD_SETSIZE.
39597
1043890b
ST
395982012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39599
39600 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
39601 allocated, call __vm_protect to finish enabling the existing space, and
39602 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
39603 allocate the remainder.
39604
37ed8b9b
PT
396052012-05-10 Pino Toscano <toscano.pino@tiscali.it>
39606
39607 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
39608 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
39609
db653660
ST
396102012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39611
37ed8b9b
PT
39612 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
39613 sysdeps/mach/hurd/readlink.c.
b29d4053 39614
db653660
ST
39615 * posix/tst-sysconf.c (posix_options): Only use
39616 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
39617 _POSIX_SYNCHRONIZED_IO when they are defined
39618 * sysdeps/mach/hurd/bits/posix_opt.h:
39619 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
39620 (_XOPEN_REALTIME): Undefine macro.
39621 (_XOPEN_REALTIME_THREADS): Undefine macro.
39622 (_XOPEN_SHM): Undefine macro.
39623 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
39624 macro to -1.
39625 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
39626 macro to -1.
39627 (_POSIX_ASYNC_IO): Undefine macro.
39628 (_POSIX_PRIORITIZED_IO): Undefine macro.
39629 (_POSIX_SPIN_LOCKS): Define macro to -1.
39630
ee16e894
ST
39631 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
39632 SA_NODEFER, SA_RESETHAND.
39633 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
39634 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
39635 F_DUPFD_CLOEXEC.
39636
6103ae3b
TS
396372012-05-10 Thomas Schwinge <thomas@schwinge.name>
39638
39639 * elf/Makefile (pldd-modules): Define unconditionally.
39640
80b4e5f3
TS
396412012-05-10 Thomas Schwinge <thomas@schwinge.name>
39642
39643 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
39644
edadcbd6
ST
396452012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39646
39647 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
39648 Return ENOENT when name is empty.
39649 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
39650
80694780
TS
396512012-05-10 Thomas Schwinge <thomas@schwinge.name>
39652
1792c087
TS
39653 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
39654
80694780
TS
39655 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
39656
6b645f0d
ST
396572012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39658
80694780
TS
39659 Fix mlock in all cases except non-readable pages.
39660 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
39661 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 39662
6b645f0d
ST
39663 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
39664 (__mkdir): When path is `/', just fail with EEXIST.
39665 * sysdeps/mach/hurd/mkdirat.c: Likewise.
39666
e468f8a3
TS
396672012-05-10 Thomas Schwinge <thomas@schwinge.name>
39668
39669 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
39670 <sys/uio.h> (for writev).
39671 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
39672 and <sys/param.h> (for MIN).
39673
a4186cff
PT
396742012-05-10 Pino Toscano <toscano.pino@tiscali.it>
39675
39676 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
39677 REQUESTED_TIME. Properly set the remaining time and return EINTR
39678 if interrupted.
39679
510bbf14
TS
396802012-05-10 Thomas Schwinge <thomas@schwinge.name>
39681
39682 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
39683 Depend on against $(link-rpcuserlibs).
39684
5d5722e8
ST
396852012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39686
a4186cff
PT
39687 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
39688 (__libc_stack_end): Do not use attribute_relro.
39689 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
39690 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 39691 to libthread-provided value.
a4186cff
PT
39692 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
39693 attribute_relro.
5d5722e8 39694
37233df9
TS
396952012-05-10 Thomas Schwinge <thomas@schwinge.name>
39696
be971a2b
TS
39697 [BZ #3748]
39698 * bits/libc-lock.h (__libc_once_get): New macro.
39699 * sysdeps/mach/bits/libc-lock.h: Likewise.
39700 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
39701 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
39702 instead of using implementation details.
39703
37233df9
TS
39704 * libio/fileops.c: Unconditionally include <kernel-features.h>.
39705 * libio/freopen.c: Likewise.
39706 * libio/freopen64.c: Likewise.
39707 * misc/syslog.c: Likewise.
39708 * nscd/connections.c: Likewise.
39709 * nscd/netgroupcache.c: Likewise.
39710 * sysdeps/posix/getcwd.c: Likewise.
39711
38de94a5
RM
397122012-05-10 Roland McGrath <roland@hack.frob.com>
39713
39714 * math/w_ilogbf.c: Add #include <limits.h>.
39715
67530489
ST
397162012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39717
a4186cff 39718 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
39719 path instead of returning without unlocking.
39720
67530489
ST
39721 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
39722 immediate-write ioctls.
39723 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
39724
5aa3a74a
TS
397252012-05-10 Thomas Schwinge <thomas@schwinge.name>
39726
18bad2ae
TS
39727 * sysdeps/mach/hurd/i386/init-first.c (init): Use
39728 __builtin_frame_address instead of making assumptions about the
39729 location of the return address relative to DATA. Force early load of
39730 the return address.
39731 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
39732 __builtin_frame_address.
39733
5aa3a74a
TS
39734 dup3 for GNU Hurd.
39735 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
39736 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
39737 implement dup3 and do some further code clean-ups.
39738 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
39739 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
39740
ecd0de9a
ST
397412012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39742
cd9fa985
ST
39743 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
39744
a4186cff
PT
39745 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
39746 HURD_CRITICAL_END around holding _hurd_dtable_lock.
39747 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
39748 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
39749 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
39750 d->port.lock.
802ca5a5 39751
a4186cff
PT
39752 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
39753 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
39754 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 39755
bcf55240
TS
397562012-05-10 Thomas Schwinge <thomas@schwinge.name>
39757
6960eb42
TS
39758 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
39759 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
39760 definitions.
39761
eb43375f
TS
39762 accept4 for GNU Hurd.
39763 * include/sys/socket.h (__libc_accept4): New prototype.
39764 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
39765 to implement __libc_accept4.
39766 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
39767 __libc_accept4.
39768 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
39769
bcf55240
TS
39770 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
39771 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
39772 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
39773 signal-defines.sym.
39774
6178c55b
ST
397752012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39776
a4186cff 39777 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 39778
6f080c2f
TS
397792012-05-10 Thomas Schwinge <thomas@schwinge.name>
39780
39781 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
39782 assertion on O_CLOEXEC flag.
39783 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
39784 * hurd/intern-fd.c: Likewise.
39785 * hurd/port2fd.c: Likewise.
39786
bcfe3a54
ST
397872012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39788
39789 [BZ #3906]
39790 * bits/in.h (IPV6_PKTINFO): Define new macro.
39791 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
39792
89c9aa49
AZ
397932012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39794
39795 [BZ #13954]
39796 [BZ #13955]
39797 [BZ #13956]
39798 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
39799 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
39800 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
39801 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
39802 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
39803 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
39804 * math/libm-test.inc (logb_test) : Additional logb tests.
39805
021db4be
AJ
398062012-05-09 Andreas Schwab <schwab@linux-m68k.org>
39807 Andreas Jaeger <aj@suse.de>
39808
39809 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
39810 * configure: Regenerated.
39811 * config.h.in (LINK_OBSOLETE_RPC): New macro.
39812 * config.make.in (link-obsolete-rpc): New substituted variable.
39813 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
39814 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
39815 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
39816 (shared-only-routines): Don't set it under [link-obsolete-rpc],
39817 so that libc.a contains the symbols.
39818 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
39819 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
39820 * sunrpc/auth_none.c: Likewise.
39821 * sunrpc/auth_unix.c: Likewise.
39822 * sunrpc/authdes_prot.c: Likewise.
39823 * sunrpc/authuxprot.c: Likewise.
39824 * sunrpc/clnt_gen.c: Likewise.
39825 * sunrpc/clnt_perr.c: Likewise.
39826 * sunrpc/clnt_raw.c: Likewise.
39827 * sunrpc/clnt_simp.c: Likewise.
39828 * sunrpc/clnt_tcp.c: Likewise.
39829 * sunrpc/clnt_udp.c: Likewise.
39830 * sunrpc/clnt_unix.c: Likewise.
39831 * sunrpc/des_crypt.c: Likewise.
39832 * sunrpc/des_soft.c: Likewise.
39833 * sunrpc/get_myaddr.c: Likewise.
39834 * sunrpc/key_call.c: Likewise.
39835 * sunrpc/key_prot.c: Likewise.
39836 * sunrpc/netname.c: Likewise.
39837 * sunrpc/pm_getmaps.c: Likewise.
39838 * sunrpc/pm_getport.c: Likewise.
39839 * sunrpc/pmap_clnt.c: Likewise.
39840 * sunrpc/pmap_prot.c: Likewise.
39841 * sunrpc/pmap_prot2.c: Likewise.
39842 * sunrpc/pmap_rmt.c: Likewise.
39843 * sunrpc/publickey.c: Likewise.
39844 * sunrpc/rpc_cmsg.c: Likewise.
39845 * sunrpc/rpc_common.c: Likewise.
39846 * sunrpc/rpc_dtable.c: Likewise.
39847 * sunrpc/rpc_prot.c: Likewise.
39848 * sunrpc/rpc_thread.c: Likewise.
39849 * sunrpc/rtime.c: Likewise.
39850 * sunrpc/svc.c: Likewise.
39851 * sunrpc/svc_auth.c: Likewise.
39852 * sunrpc/svc_raw.c: Likewise.
39853 * sunrpc/svc_run.c: Likewise.
39854 * sunrpc/svc_tcp.c: Likewise.
39855 * sunrpc/svc_udp.c: Likewise.
39856 * sunrpc/svc_unix.c: Likewise.
39857 * sunrpc/svcauth_des.c: Likewise.
39858 * sunrpc/xcrypt.c: Likewise.
39859 * sunrpc/xdr.c: Likewise.
39860 * sunrpc/xdr_array.c: Likewise.
39861 * sunrpc/xdr_float.c: Likewise.
39862 * sunrpc/xdr_intXX_t.c: Likewise.
39863 * sunrpc/xdr_mem.c: Likewise.
39864 * sunrpc/xdr_rec.c: Likewise.
39865 * sunrpc/xdr_ref.c: Likewise.
39866 * sunrpc/xdr_sizeof.c: Likewise.
39867 * sunrpc/xdr_stdio.c: Likewise.
39868
b5c086a2
RM
398692012-05-10 Roland McGrath <roland@hack.frob.com>
39870
39871 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
39872 change. Update copyright years.
39873
6d74dd09
JM
398742012-05-10 Joseph Myers <joseph@codesourcery.com>
39875
39876 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
39877
28e72501
MK
398782012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
39879 Joseph Myers <joseph@codesourcery.com>
39880 Paul Pluzhnikov <ppluzhnikov@google.com>
39881
39882 [BZ #14012]
39883 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
39884 requiring rpcgen.
39885 [cross-compiling] (extra-libs): Likewise.
39886 [cross-compiling] (extra-libs-others): Likewise.
39887 [cross-compiling] (librpcsvc-routines): Likewise.
39888 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
39889 [cross-compiling] (omit-deps): Likewise.
39890 (sunrpc-CPPFLAGS): New variable.
39891 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
39892 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
39893 (cross-rpcgen-objs): New variable.
39894 (extra-objs): Append $(cross-rpcgen-objs).
39895 ($(cross-rpcgen-objs)): New rule.
39896 ($(objpfx)cross-rpcgen): Likewise.
39897 (rpcgen-cmd): Define to use $(built-program-file). Expand
39898 comment.
39899 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
39900 ($(objpfx)x%.stmp): Likewise.
39901 * sunrpc/proto.h [IS_IN_build] (_): Define.
39902 [IS_IN_build] (_libc_intl_domainname): Likewise.
39903
c8c59454
L
399042012-05-10 H.J. Lu <hongjiu.lu@intel.com>
39905
39906 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
39907 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
39908 and R_X86_64_TPOFF64.
39909
6f27cd16
JM
399102012-05-10 Joseph Myers <joseph@codesourcery.com>
39911
39912 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
39913 sysdeps/unix/sysv/syscalls.list.
39914 (stime): Likewise.
39915 (utime): Likewise.
39916 * sysdeps/unix/sysv/syscalls.list: Remove file.
39917
02467e1c
PE
399182012-05-10 Paul Eggert <eggert@cs.ucla.edu>
39919
39920 [BZ #3440]
39921 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
39922 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
39923 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
39924 (__LC_IDENTIFICATION): Make these macros useful in #if
39925 expressions, as required by C99.
39926
da392631
AS
399272012-05-10 Andreas Schwab <schwab@linux-m68k.org>
39928
39929 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
39930 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
39931 after this.
39932
8115f29b
L
399332012-05-09 H.J. Lu <hongjiu.lu@intel.com>
39934
39935 * stdlib/longlong.h: Updated from GCC.
39936
bdd74070
AJ
399372012-05-09 Andreas Jaeger <aj@suse.de>
39938
edfe0dbe
AJ
39939 * nscd/nscd.c (run_modes): Make named enum, reorder so that
39940 default is first entry.
39941 (run_mode): Set type.
39942 (main): Remove informal message about syslog.
39943 (options): Fix typo.
39944
bcfe3a54
ST
39945 [BZ #14053]
39946 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 39947 to asm.
bcfe3a54
ST
39948 (lrint): Likewise.
39949 (llrintf): Likewise.
39950 (llrint): Likewise.
39951 (rint): Likewise.
39952 (rintf): Likewise.
39953 (nearbyint): Likewise.
39954 (nearbyintf): Likewise.
bdd74070 39955
91d8d69e
AJ
399562012-05-09 Andreas Jaeger <aj@suse.de>
39957 Pedro Alves <palves@redhat.com>
39958
39959 * nscd/nscd.c (run_mode): Use enum.
39960 (main): Cleanup coding style issue.
39961
bb90b80b
AJ
399622012-05-09 Alexandre Oliva <aoliva@redhat.com>
39963 Andreas Jaeger <aj@suse.de>
39964
bcfe3a54
ST
39965 * nscd/nscd.c (go_background): Replaced with...
39966 (run_mode): ... this.
bb90b80b 39967 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
39968 (options): Add -F --foreground.
39969 (main): Implement it.
39970 (parse_opt): Parse it.
bb90b80b 39971
1a4b75a1
AJ
399722012-05-09 Andreas Jaeger <aj@suse.de>
39973
39974 [BZ #14083]
39975 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
39976 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
39977 -Wconversion warning.
39978 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
39979 Likewise.
39980
b1cc2472
JM
399812012-05-09 Joseph Myers <joseph@codesourcery.com>
39982
39983 * conform/data/locale.h-data (NULL): Use macro-constant. Require
39984 == 0.
39985 (LC_ALL): Use macro-int-constant.
39986 (LC_COLLATE): Likewise.
39987 (LC_CTYPE): Likewise.
39988 (LC_MESSAGES): Likewise.
39989 (LC_MONETARY): Likewise.
39990 (LC_NUMERIC): Likewise.
39991 (LC_TIME): Likewise.
39992 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
39993 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
39994 [ISO || ISO99 || ISO11] (*_t): Do not allow.
39995 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
39996 Specify type.
39997 [C99-based standards] (float_t): Expect type.
39998 [C99-based standards] (double_t): Expect type.
39999 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
40000 type.
40001 [C99-based standards] (HUGE_VALL): Likewise.
40002 [C99-based standards] (INFINITY): Likewise.
40003 [C99-based standards] (NAN): Likewise.
40004 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40005 [C99-based standards] (FP_NAN): Likewise.
40006 [C99-based standards] (FP_NORMAL): Likewise.
40007 [C99-based standards] (FP_SUBNORMAL): Likewise.
40008 [C99-based standards] (FP_ZERO): Likewise.
40009 [C99-based standards] (FP_FAST_FMA): Use
40010 optional-macro-int-constant. Specify type. Require == 1.
40011 [C99-based standards] (FP_FAST_FMAF): Likewise.
40012 [C99-based standards] (FP_FAST_FMAL): Likewise.
40013 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40014 [C99-based standards] (FP_ILOGBNAN): Likewise.
40015 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40016 Specify type.
40017 [C99-based standards] (MATH_ERREXCEPT): Likewise.
40018 [C99-based standards] (math_errhandling): Specify type.
40019 [ISO99 || ISO11] (signgam): Do not allow.
40020 [non-C99-based standards] (copysignf): Do not allow.
40021 [non-C99-based standards] (exp2f): Likewise.
40022 [non-C99-based standards] (log2f): Likewise.
40023 [non-C99-based standards] (modff): Allow.
40024 [non-C99-based standards] (erff): Do not allow.
40025 [non-C99-based standards] (erfcf): Likewise.
40026 [non-C99-based standards] (gammaf): Likewise.
40027 [non-C99-based standards] (hypotf): Likewise.
40028 [non-C99-based standards] (j0f): Likewise.
40029 [non-C99-based standards] (j1f): Likewise.
40030 [non-C99-based standards] (jnf): Likewise.
40031 [non-C99-based standards] (lgammaf): Likewise.
40032 [non-C99-based standards] (tgammaf): Likewise.
40033 [non-C99-based standards] (y0f): Likewise.
40034 [non-C99-based standards] (y1f): Likewise.
40035 [non-C99-based standards] (ynf): Likewise.
40036 [non-C99-based standards] (isnanf): Likewise.
40037 [non-C99-based standards] (acoshf): Likewise.
40038 [non-C99-based standards] (asinhf): Likewise.
40039 [non-C99-based standards] (atanhf): Likewise.
40040 [non-C99-based standards] (cbrtf): Likewise.
40041 [non-C99-based standards] (expm1f): Likewise.
40042 [non-C99-based standards] (ilogbf): Likewise.
40043 [non-C99-based standards] (log1pf): Likewise.
40044 [non-C99-based standards] (logbf): Likewise.
40045 [non-C99-based standards] (nextafterf): Likewise.
40046 [non-C99-based standards] (remainderf): Likewise.
40047 [non-C99-based standards] (rintf): Likewise.
40048 [non-C99-based standards] (scalbf): Likewise.
40049 [non-C99-based standards] (copysignl): Likewise.
40050 [non-C99-based standards] (exp2l): Likewise.
40051 [non-C99-based standards] (log2l): Likewise.
40052 [non-C99-based standards] (modfl): Allow.
40053 [non-C99-based standards] (erfl): Do not allow.
40054 [non-C99-based standards] (erfcl): Likewise.
40055 [non-C99-based standards] (gammal): Likewise.
40056 [non-C99-based standards] (hypotl): Likewise.
40057 [non-C99-based standards] (j0l): Likewise.
40058 [non-C99-based standards] (j1l): Likewise.
40059 [non-C99-based standards] (jnl): Likewise.
40060 [non-C99-based standards] (lgammal): Likewise.
40061 [non-C99-based standards] (tgammal): Likewise.
40062 [non-C99-based standards] (y0l): Likewise.
40063 [non-C99-based standards] (y1l): Likewise.
40064 [non-C99-based standards] (ynl): Likewise.
40065 [non-C99-based standards] (isnanl): Likewise.
40066 [non-C99-based standards] (acoshl): Likewise.
40067 [non-C99-based standards] (asinhl): Likewise.
40068 [non-C99-based standards] (atanhl): Likewise.
40069 [non-C99-based standards] (cbrtl): Likewise.
40070 [non-C99-based standards] (expm1l): Likewise.
40071 [non-C99-based standards] (ilogbl): Likewise.
40072 [non-C99-based standards] (log1pl): Likewise.
40073 [non-C99-based standards] (logbl): Likewise.
40074 [non-C99-based standards] (nextafterl): Likewise.
40075 [non-C99-based standards] (remainderl): Likewise.
40076 [non-C99-based standards] (rintl): Likewise.
40077 [non-C99-based standards] (scalbl): Likewise.
40078 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40079 [non-C99-based standards] (FP_*): Do not allow.
40080 [C99-based standards] (FP_*): Change to
40081 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40082 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40083 allow.
40084 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40085 (SIG_ERR): Likewise.
40086 [X/Open-based standards] (SIG_HOLD): Likewise.
40087 (SIG_IGN): Likewise.
40088 (SIGABRT): Use macro-int-constant. Specify type. Require
40089 positive value.
40090 (SIGFPE): Likewise.
40091 (SIGILL): Likewise.
40092 (SIGINT): Likewise.
40093 (SIGSEGV): Likewise.
40094 (SIGTER): Likewise.
40095 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40096 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40097 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40098 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40099 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40100 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40101 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40102 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40103 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40104 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40105 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40106 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40107 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40108 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40109 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40110 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40111 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40112 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40113 [X/Open-based standards] (SIGTRAP): Likewise.
40114 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40115 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40116 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40117 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40118 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40119 allow.
40120
b9f1922d
IW
401212012-05-08 Ian Wienand <ianw@vmware.com>
40122
40123 [BZ #14080]
40124 * time/tzset.c (__tzset_parse_tz): Update default rules for
40125 daylight time changes in the Energy Policy Act of 2005.
40126
1db86e88
AJ
401272012-05-09 Andreas Jaeger <aj@suse.de>
40128
40129 [BZ #13983]
40130 * elf/ldconfig.c (parse_conf): Change string to make clear that
40131 ldconfig only issued a warning if ld.so.conf does not exist.
40132
dee4a4e3
DM
401332012-05-08 David S. Miller <davem@davemloft.net>
40134
ee0db190
DM
40135 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40136 movxtod instead of popping the value on the stack.
40137
dee4a4e3
DM
40138 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40139
6a43ec98
CD
401402012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
40141
40142 * config.h.in: Add HAVE_ARM_PCS_VFP.
40143
05c2c961
RMG
401442012-05-08 Roland Mc Grath <roland@hack.frob.com>
40145
bcfe3a54
ST
40146 [BZ #13979]
40147 * include/features.h: Warn if user requests __FORTIFY_SOURCE
40148 checking but the checks are disabled for any reason.
05c2c961 40149
4b30f61a
L
401502012-05-08 H.J. Lu <hongjiu.lu@intel.com>
40151
40152 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40153 and ELF64_R_TYPE with ELFW(R_TYPE).
40154
eee2bc67
JM
401552012-05-08 Joseph Myers <joseph@codesourcery.com>
40156
7ea5391a
JM
40157 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40158 (ulimit): Likewise.
40159
eee2bc67
JM
40160 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40161 (settimeofday): Likewise.
40162
abb66a67
MF
401632012-05-08 Mike Frysinger <vapier@gentoo.org>
40164
40165 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
40166 a struct th_u2 inside the union, and move tu_block/tu_code into
40167 a new th_u3 union of tu_block/tu_code inside of that. Move
40168 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
40169 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
40170 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40171 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40172 (th_stuff): Change to th_u1.tu_stuff.
40173 (th_data): Define.
40174 (th_msg): Change to th_u1.th_u2.tu_data.
40175
7f18b530
DM
401762012-05-07 David S. Miller <davem@davemloft.net>
40177
05760585
DM
40178 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40179
7f18b530
DM
40180 [BZ #14074]
40181 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40182 (SETUP_PIC_REG): Use it.
40183 (SETUP_PIC_REG_LEAF): Use it.
40184
495fd99f
JM
401852012-05-07 Joseph Myers <joseph@codesourcery.com>
40186
40187 [BZ #13885]
40188 [BZ #13923]
40189 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40190 USE_AS_EXPM1L.
40191 (EXPL_FINITE): Likewise.
40192 (FLDLOG): Likewise.
40193 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40194 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40195 e_expl.S.
40196 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40197 USE_AS_EXPM1L.
40198 (EXPL_FINITE): Likewise.
40199 (FLDLOG): Likewise.
40200 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40201 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40202 e_expl.S.
40203 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
40204 test of -max_value argument for long double.
40205 * sysdeps/i386/fpu/libm-test-ulps: Update.
40206 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40207
6693d694
DM
402082012-05-06 David S. Miller <davem@davemloft.net>
40209
40210 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40211 quad soft-float symbols whose references which are compiler
40212 generated.
40213 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40214
6c23e11c
JM
402152012-05-06 Joseph Myers <joseph@codesourcery.com>
40216
d8b82cad
JM
40217 [BZ #13884]
40218 [BZ #13914]
40219 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40220 USE_AS_EXP10L.
40221 (EXPL_FINITE): Likewise.
40222 (FLDLOG): Likewise.
40223 (c0): Likewise.
40224 (c1): Likewise.
40225 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
40226 Adjust comments for base varying.
40227 (__expl_finite): Change alias to EXPL_FINITE.
40228 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40229 e_expl.S.
40230 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40231 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40232 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40233 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40234 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40235 USE_AS_EXP10L.
40236 (EXPL_FINITE): Likewise.
40237 (FLDLOG): Likewise.
40238 (c0): Likewise.
40239 (c1): Likewise.
40240 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
40241 Adjust comments for base varying.
40242 (__expl_finite): Change alias to EXPL_FINITE.
40243 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
40244 tests for bugs.
40245 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40246
6c23e11c
JM
40247 [BZ #14064]
40248 * math/libm-test.inc (check_float_internal): Correct ulp
40249 calculation for subnormal expected results.
40250
29ba805c
AJ
402512012-05-06 Andreas Jaeger <aj@suse.de>
40252
40253 * Makeconfig (+math-flags): New, set to -frounding-math.
40254 (+cflags): Add +math-flags so that all of glibc gets compiled with
40255 it.
40256
40257 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40258
7b17aeda
JM
402592012-05-05 Joseph Myers <joseph@codesourcery.com>
40260
5779f134
JM
40261 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40262 Disable one test.
40263
41498f4d
JM
40264 [BZ #13787]
40265 [BZ #13922]
40266 [BZ #14036]
40267 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40268 (__ieee754_expl): Allow for and saturate large arguments.
40269 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40270 (u_threshold): Likewise.
40271 (__exp): Call __ieee754_exp before checking for overflow and
40272 underflow.
40273 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40274 (u_threshold): Likewise.
40275 (__expf): Call __ieee754_expf before checking for overflow and
40276 underflow.
40277 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40278 (u_threshold): Likewise.
40279 (__expl): Call __ieee754_expl before checking for overflow and
40280 underflow.
40281 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40282 (__ieee754_expl): Allow for and saturate large arguments.
40283 * math/libm-test.inc (exp_test): Add another test. Do not allow
40284 missing overflow exception on overflow.
40285 (expm1_test): Do not allow missing overflow exception on overflow.
40286
6698b8bf
JM
40287 * sysdeps/i386/fpu/e_expl.c: Move to ...
40288 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
40289 rather than using inline asm.
40290 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40291 * sysdeps/x86_64/fpu/e_expl.S: Copy from
40292 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40293
7b17aeda
JM
40294 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40295 (nice): Likewise.
40296 (poll): Likewise.
40297 (signal): Likewise.
40298 (time): Likewise.
40299 (times): Likewise.
40300
f7c85819
JM
403012012-05-04 Joseph Myers <joseph@codesourcery.com>
40302
40303 * sysdeps/unix/syscalls.list (adjtime): Add entry from
40304 sysdeps/unix/common/syscalls.list.
40305 (fchmod): Likewise.
40306 (fchown): Likewise.
40307 (ftruncate): Likewise.
40308 (getrusage): Likewise.
40309 (gettimeofday): Likewise.
40310 (setpgid): Likewise.
40311 (setregid): Likewise.
40312 (setreuid): Likewise.
40313 (sigaction): Likewise.
40314 (truncate): Likewise.
40315 (vhangup): Likewise.
40316 * sysdeps/unix/common/syscalls.list: Remove file.
40317 * sysdeps/unix/bsd/Implies: Don't include unix/common.
40318 * sysdeps/unix/sysv/linux/Implies: Likewise.
40319
336270d0
L
403202012-05-04 H.J. Lu <hongjiu.lu@intel.com>
40321
40322 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40323 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40324 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40325 Moved to ...
40326 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40327 Here.
40328 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40329 to ...
40330 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40331 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40332 to ...
40333 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40334 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40335 to ...
40336 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40337 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40338 to ...
40339 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40340 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40341 to ...
40342 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40343 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40344 to ...
40345 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40346 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40347 to ...
40348 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40349 Here.
40350 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40351 to ...
40352 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40353 Here.
40354 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40355 to ...
40356 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40357 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40358 Moved to ...
40359 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40360 Here.
40361 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40362 to ...
40363 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40364
d128e450
JM
403652012-05-04 Joseph Myers <joseph@codesourcery.com>
40366
fa8ee516
JM
40367 * sysdeps/unix/common/bits/dirent.h: Remove file.
40368 * sysdeps/unix/common/bits/fcntl.h: Likewise.
40369
d128e450
JM
40370 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40371 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40372 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40373 * sysdeps/unix/bsd/isatty.c: Likewise.
40374 * sysdeps/unix/bsd/tcdrain.c: Likewise.
40375 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40376 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40377
ff8faaf0 403782012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 40379
62881be4 40380 [BZ #13563]
31dc8730
AZ
40381 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40382 long double comparison inaccuracies.
40383 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40384 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40385
6fef930c
AS
403862012-05-04 Andreas Schwab <schwab@linux-m68k.org>
40387
40388 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40389 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40390
8f203e6c
JM
403912012-05-04 Joseph Myers <joseph@codesourcery.com>
40392
40393 [BZ #14049]
40394 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40395 nonzero digits before rounding a hex value.
40396 * stdlib/tst-strtod.c (tests): Add another test.
40397
5197d9c2
AK
403982012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40399
40400 * sysdeps/s390/fpu/libm-test-ulps: Update.
40401
f0c1dedf
AJ
404022012-05-03 Andreas Jaeger <aj@suse.de>
40403
40404 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40405 does not get optimized out.
40406 (malloc_opt_barrier): New.
40407
a65ef2ae 404082012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 40409 Roland McGrath <roland@hack.frob.com>
a65ef2ae 40410
2b942cb7 40411 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 40412 intermediate file deletion.
2b942cb7 40413 (generated): Add .symlist files.
a65ef2ae 40414
54b71e02
JM
404152012-05-03 Joseph Myers <joseph@codesourcery.com>
40416
40417 [BZ #13775]
40418 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40419 Redirect under this condition.
40420 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40421 [__USE_GNU] (__dprintf_chk): Not under this condition.
40422 [__USE_GNU] (__vdprintf_chk): Likewise.
40423 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40424 under this condition.
40425 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40426 [__USE_XOPEN2K8] (dprintf): Define under this condition.
40427 [__USE_XOPEN2K8] (vdprintf): Likewise.
40428 [__USE_GNU] (__dprintf_chk): Not under this condition.
40429 [__USE_GNU] (__vdprintf_chk): Likewise.
40430 [__USE_GNU] (dprintf): Likewise.
40431 [__USE_GNU] (vdprintf): Likewise.
40432
d3dfcc41
RM
404332012-05-03 Roland McGrath <roland@hack.frob.com>
40434
40435 * elf/Makefile (common-generated): Set this instead of generated for
40436 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
40437 $(all-built-dso)-derived lists.
40438
7ac30cc5
AJ
404392012-05-03 Andreas Jaeger <aj@suse.de>
40440
0c51e550
AJ
40441 * sysdeps/i386/fpu/libm-test-ulps: Update.
40442
7ac30cc5
AJ
40443 * FAQ: Removed.
40444 * FAQ.in: Likewise.
40445 * scripts/gen-FAQ.pl: Likewise.
40446 * manual/install.texi (Installation): Point to online location of
40447 FAQ.
40448 * Makefile (files-for-dist): Remove FAQ.
40449 (FAQ): Remove.
40450
d4c2917f
AM
404512012-05-02 Allan McRae <allan@archlinux.org>
40452
40453 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40454 (LDFLAGS-reldepmod5.so): Likewise.
40455 (LDFLAGS-reldep6mod1.so): Likewise.
40456 (LDFLAGS-reldep6mod4.so): Likewise.
40457 (LDFLAGS-reldep8mod3.so): Likewise.
40458 (LDFLAGS-unload4mod1.so): Likewise.
40459 (LDFLAGS-unload4mod2.so): Likewise.
40460 (LDFLAGS-tst-initorder): Likewise.
40461 (LDFLAGS-tst-initordera2.so): Likewise.
40462 (LDFLAGS-tst-initordera3.so): Likewise.
40463 (LDFLAGS-tst-initordera4.so): Likewise.
40464 (LDFLAGS-tst-initorderb2.so): Likewise.
40465 (LDFLAGS-noload): Likewise.
40466 (LDFLAGS-next): Likewise.
40467 (LDFLAGS-order2mod1.so): Likewise.
40468 (LDFLAGS-order2mod2.so): Likewise.
40469 (LDFLAGS-tst-initorder2): Likewise.
40470 (LDFLAGS-tst-initorder2a.so): Likewise.
40471 (LDFLAGS-tst-initorder2b.so): Likewise.
40472 (LDFLAGS-tst-initorder2c.so): Likewise.
40473 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40474
d77f993f
DM
404752012-05-02 David S. Miller <davem@davemloft.net>
40476
40477 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40478
171a70b4
PP
404792012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
40480
40481 [BZ #14055]
40482 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40483
0be196ad
AJ
404842012-05-02 Andreas Jaeger <aj@suse.de>
40485
40486 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40487 since we manipulate rounding mode.
40488 (CPPFLAGS-test-idouble.c): Likewise.
40489 (CPPFLAGS-test-ifloat.c): Likewise.
40490 (CFLAGS-test-ldouble.c): Likewise.
40491 (CFLAGS-test-double.c): Likewise.
40492 (CFLAGS-test-float.c): Likewise.
40493 (CFLAGS-test-misc.c): Likewise.
40494 (CFLAGS-test-test-fenv.c): Likewise.
40495
4f9d04aa
AZ
404962012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40497
2b942cb7
RM
40498 [BZ #2550]
40499 [BZ #2570]
40500 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
40501 comparisons to determine direction to adjust input.
4f9d04aa 40502
82a79e7d
RM
405032012-05-01 Roland McGrath <roland@hack.frob.com>
40504
f5a01ca9
RM
40505 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
40506 output to the target.
40507
90fe4186
RM
40508 * scripts/localplt.awk: New file.
40509 * elf/Makefile ($(objpfx)check-localplt): Target removed.
40510 (check-localplt-CFLAGS): Variable removed.
40511 ($(all-built-dso:=.jmprel)): New static pattern rule.
40512 (generated): Add those targets.
40513 (localplt-built-dso): New variable.
40514 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
40515
40516 * elf/check-localplt.c: File removed.
40517
82397ed6
RM
40518 * scripts/check-execstack.awk: New file.
40519 * elf/Makefile ($(objpfx)check-execstack): Target removed.
40520 (check-execstack-CFLAGS): Variable removed.
40521 ($(objpfx)check-execstack.h): Target removed.
40522 ($(objpfx)execstack-default): New target.
40523 (generated): Add that instead of check-execstack.h.
40524 ($(all-built-dso:=.phdr)): New static pattern rule.
40525 (generated): Add those targets.
40526 * elf/check-execstack.c: File removed.
40527
82a79e7d
RM
40528 * scripts/check-textrel.awk: New file.
40529 * elf/Makefile ($(objpfx)check-textrel): Target removed.
40530 (check-textrel-CFLAGS): Variable removed.
40531 (all-built-dso): Use := to define.o
40532 ($(all-built-dso:=.dyn)): New static pattern rule.
40533 (generated): Add those targets.
40534 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
40535 * config.make.in (READELF): New substituted variable.
40536 * elf/check-textrel.c: File removed.
40537
62fde54f 405382012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 40539
615605c9
JM
40540 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40541 allow.
40542 * conform/data/ctype.h-data [C99-based standards] (isblank):
40543 Expect function.
40544 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
40545 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
40546 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40547 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
40548 Specify type. Require positive value.
40549 (EILSEQ): Likewise.
40550 (ERANGE): Likewise.
40551 [ISO || POSIX] (EILSEQ): Do not expect.
40552 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
40553 Specify type. Require positive value.
40554 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
40555 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
40556 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
40557 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
40558 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
40559 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
40560 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
40561 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
40562 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
40563 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
40564 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
40565 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
40566 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
40567 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
40568 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
40569 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
40570 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
40571 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
40572 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
40573 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
40574 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
40575 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
40576 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
40577 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
40578 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
40579 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
40580 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
40581 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
40582 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
40583 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
40584 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
40585 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
40586 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
40587 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
40588 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
40589 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
40590 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
40591 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
40592 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
40593 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
40594 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
40595 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
40596 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
40597 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
40598 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
40599 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
40600 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
40601 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
40602 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
40603 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
40604 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
40605 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
40606 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
40607 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
40608 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
40609 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
40610 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
40611 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
40612 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
40613 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
40614 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
40615 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
40616 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
40617 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
40618 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
40619 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
40620 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
40621 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
40622 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
40623 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
40624 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
40625 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
40626 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
40627 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
40628 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
40629 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
40630 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
40631 Require >= 2.
40632 (FLT_ROUNDS): Expect as macro, not constant.
40633 (FLT_MANT_DIG): Use macro-int-constant.
40634 (DBL_MANT_DIG): Likewise.
40635 (LDBL_MANT_DIG): Likewise.
40636 (FLT_DIG): Likewise.
40637 (DBL_DIG): Likewise.
40638 (LDBL_DIG): Likewise.
40639 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
40640 (DBL_MIN_EXP): Likewise.
40641 (LDBL_MIN_EXP): Likewise.
40642 (FLT_MAX_EXP): Use macro-int-constant.
40643 (DBL_MAX_EXP): Likewise.
40644 (LDBL_MAX_EXP): Likewise.
40645 (FLT_MAX_10_EXP): Likewise.
40646 (DBL_MAX_10_EXP): Likewise.
40647 (LDBL_MAX_10_EXP): Likewise.
40648 (FLT_MAX): Use macro-constant.
40649 (DBL_MAX): Likewise.
40650 (LDBL_MAX): Likewise.
40651 (FLT_EPSILON): Use macro-constant. Give upper bound.
40652 (DBL_EPSILON): Likewise.
40653 (LDBL_EPSILON): Likewise.
40654 (FLT_MIN): Likewise.
40655 (DBL_MIN): Likewise.
40656 (LDBL_MIN): Likewise.
40657 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
40658 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
40659 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
40660 [ISO11] (FLT_HAS_SUBNORM): Likewise.
40661 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
40662 [ISO11] (DBL_DECIMAL_DIG): Likewise.
40663 [ISO11] (FLT_DECIMAL_DIG): Likewise.
40664 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
40665 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
40666 [ISO11] (FLT_TRUE_MIN): Likewise.
40667 [ISO11] (LDBL_TRUE_MIN): Likewise.
40668 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40669 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
40670 (SCHAR_MIN): Use macro-int-constant. Specify type.
40671 (SCHAR_MAX): Likewise.
40672 (UCHAR_MAX): Likewise.
40673 (CHAR_MIN): Likewise.
40674 (CHAR_MAX): Likewise.
40675 (MB_LEN_MAX): Use macro-int-constant.
40676 (SHRT_MIN): Use macro-int-constant. Specify type.
40677 (SHRT_MAX): Likewise.
40678 (USHRT_MAX): Likewise.
40679 (INT_MAX): Likewise.
40680 (INT_MIN): Use macro-int-constant. Specify type. Make upper
40681 bound negative.
40682 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
40683 bound with "U".
40684 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
40685 bound with "L".
40686 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
40687 bound negative. Suffix upper bound with "L".
40688 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
40689 bound with "UL".
40690 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
40691 Specify type.
40692 [C99-based standards] (LLONG_MAX): Likewise.
40693 [C99-based standards] (ULLONG_MAX): Likewise.
40694 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
40695 == 0.
40696 [ISO11] (max_align_t): Require type.
40697 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40698
c9140a62
JM
40699 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
40700 from $CFLAGS, without defining away __attribute__ calls.
40701 (checknamespace): Use $CFLAGS_namespace.
40702
9af0bf29
JM
40703 * conform/conformtest.pl (@keywords): Only include C99 keywords
40704 for standards based on C99 or C11.
40705
343222a2
JM
40706 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
40707 Disable tests.
40708 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
40709 UNIX98]: Likewise.
40710
661f8cf0
JM
40711 * conform/conformtest.pl: Handle "macro-int-constant" and test for
40712 usability of symbols in #if.
40713
ee74b9cb
JM
40714 * conform/conformtest.pl: If macro or constant types start
40715 "promoted:", expect the symbol to be of the following type
40716 promoted by the integer promotions.
62fde54f 40717
aafc49b3
JM
40718 * conform/conformtest.pl: Parse all "constant" and "macro" lines
40719 in one place. Also handle "macro-constant".
40720
fefdf574
JM
40721 * conform/conformtest.pl: Only accept expected macro values with
40722 "==". Parse all "macro" lines in one place.
40723 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
40724
f2d922fe
JM
40725 * conform/conformtest.pl: Handle braced types on "constant" lines
40726 instead of handling "typed-constant".
40727 * conform/data/signal.h-data: Use "constant" instead of
40728 "typed-constant".
40729
d22956c9
JM
40730 * conform/conformtest.pl: Handle "optional-" at start of lines in
40731 one place rather than duplicating several cases. Handle each
40732 format of "macro" line with initial "optional-".
40733
028e2e38
JM
40734 * conform/conformtest.pl: Only accept expected constant or
40735 optional-constant values with "==". Parse all "constant" lines in
40736 one place. Parse all "optional-constant" lines in one place.
40737 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
40738 * conform/data/fmtmsg.h-data: Likewise.
40739 * conform/data/netinet/in.h-data: Likewise.
40740 * conform/data/tar.h-data: Likewise.
40741 * conform/data/limits.h-data: Use "==" form on "constant" and
40742 "optional-constant" lines.
40743
1b8f2850
JM
40744 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
40745 Use -std=c99 for XOPEN2K.
40746 (@knownproblems): Remove.
40747 (newtoken): Don't check %isknown.
40748
a05a144b
JM
40749 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
40750 Do not expect macro.
40751 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
40752 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
40753 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
40754 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
40755 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
40756 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
40757 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
40758 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
40759 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
40760 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
40761 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
40762 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
40763 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
40764 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
40765 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
40766 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
40767 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
40768 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
40769 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
40770 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
40771 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
40772 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
40773 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
40774 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
40775 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
40776 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
40777 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
40778 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
40779 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
40780 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
40781 [XPG3] (acosh): Likewise.
40782 [XPG3] (asinh): Likewise.
40783 [XPG3] (atanh): Likewise.
40784 [XPG3] (cbrt): Likewise.
40785 [XPG3] (expm1): Likewise.
40786 [XPG3] (ilogb): Likewise.
40787 [XPG3] (log1p): Likewise.
40788 [XPG3] (logb): Likewise.
40789 [XPG3] (nextafter): Likewise.
40790 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
40791 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
40792 [XPG3] (remainder): Likewise.
40793 [XPG3] (rint): Likewise.
40794 [XPG3 || XPG4 || UNIX98] (round): Likewise.
40795 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
40796 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
40797 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
40798 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
40799 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
40800 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
40801 [UNIX98 || XOPEN2K] (scalb): Expect.
40802 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
40803 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
40804 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
40805 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
40806 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
40807 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
40808 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
40809 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
40810 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
40811 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
40812 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
40813 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
40814 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
40815 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
40816 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
40817 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
40818 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
40819 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
40820 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
40821 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
40822 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
40823 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
40824 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
40825 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
40826 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
40827 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
40828 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
40829 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
40830 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
40831 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
40832 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
40833 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
40834 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
40835 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
40836 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
40837 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
40838 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
40839 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
40840 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
40841 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
40842 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
40843 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
40844 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
40845 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
40846 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
40847 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
40848 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
40849 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
40850 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
40851 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
40852 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
40853 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
40854 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
40855 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
40856 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
40857 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
40858 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
40859 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
40860 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
40861 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
40862 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
40863 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
40864 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
40865 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
40866 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
40867 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
40868 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
40869 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
40870 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
40871 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
40872 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
40873 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
40874 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
40875 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
40876 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
40877 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
40878 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
40879 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
40880 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
40881 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
40882 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
40883 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
40884 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
40885 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
40886 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
40887 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
40888 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
40889 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
40890 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
40891 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
40892 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
40893 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
40894 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
40895 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
40896 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
40897 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
40898 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
40899 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
40900 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
40901 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
40902 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
40903 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
40904 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
40905 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
40906 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
40907 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
40908 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
40909 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
40910 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
40911 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
40912 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
40913 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
40914 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
40915 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
40916 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
40917 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
40918 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
40919 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
40920 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
40921 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
40922 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
40923 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
40924 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
40925 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
40926 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
40927 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
40928 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
40929 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
40930 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
40931 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
40932 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
40933 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
40934 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
40935 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
40936 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
40937 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
40938 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
40939
73c5ebe3
JM
40940 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
40941 _XOPEN_SOURCE_EXTENDED for XPG4.
40942
39c33b6c
JM
40943 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
40944
62fde54f
JM
40945 * Makeconfig (localtime): Remove variable.
40946 (inst_localtime-file): Likewise.
40947
0741d64c
AS
409482012-05-01 Andreas Schwab <schwab@linux-m68k.org>
40949
40950 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
40951 Update.
40952 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40953 Update.
40954 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
40955 Update.
40956 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
40957 Update.
40958 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
40959 Update.
40960 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
40961 Update.
40962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40963 Update.
40964 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
40965 Update.
40966 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
40967 Update.
40968
7cb029ee
JM
409692012-05-01 Joseph Myers <joseph@codesourcery.com>
40970
40971 [BZ #2550]
40972 [BZ #2570]
40973 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
40974 comparisons to determine direction to adjust input.
40975 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
40976 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
40977 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
40978 Likewise.
40979 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
40980 Likewise.
40981 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
40982 Likewise.
40983 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
40984 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
40985 Likewise.
40986 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
40987 Likewise.
40988 * math/libm-test.inc (nexttoward_test): Add more tests.
40989
412bd966
AS
409902012-05-01 Andreas Schwab <schwab@linux-m68k.org>
40991
40992 [BZ #14040]
40993 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
40994 in version GLIBC_2.1, not GLIBC_2.0.
40995 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
40996 Likewise.
40997
9568c0c2
JM
409982012-04-30 Joseph Myers <joseph@codesourcery.com>
40999
adfbc8ac
JM
41000 [BZ #13942]
41001 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41002 (1 - x) * (1 + x).
41003 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41004 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41005 * math/libm-test.inc (acos_test): Add more tests.
41006 (asin_test): Likewise.
41007 * sysdeps/i386/fpu/libm-test-ulps: Update.
41008 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41009
5ba3cc69
JM
41010 [BZ #14034]
41011 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41012 of square root.
41013 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41014 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41015 * math/libm-test.inc (acos_test_tonearest): New function.
41016 (acos_test_towardzero): Likewise.
41017 (acos_test_downward): Likewise.
41018 (acos_test_upward): Likewise.
41019 (asin_test_tonearest): Likewise.
41020 (asin_test_towardzero): Likewise.
41021 (asin_test_downward): Likewise.
41022 (asin_test_upward): Likewise.
41023 (main): Call the new functions.
41024 * sysdeps/i386/fpu/libm-test-ulps: Update.
41025 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41026
9568c0c2
JM
41027 [BZ #13884]
41028 [BZ #13924]
41029 * math/e_exp10.c: Include <float.h>.
41030 (__ieee754_exp10): Handle underflow here rather than multiplying
41031 large negative argument by M_LN10.
41032 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41033 of __ieee754_expf.
41034 * math/e_exp10l.c: Include <float.h>.
41035 (__ieee754_exp10l): Handle underflow here rather than multiplying
41036 large negative argument by M_LN10l.
41037 * math/libm-test.inc (exp10_test): Add another test. Do not allow
41038 spurious overflow exception on underflow.
41039
5ac3ea17
MP
410402012-04-29 Marek Polacek <polacek@redhat.com>
41041
41042 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41043 (__fortify_function): New macro.
41044 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41045 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41046 __extern_always_inline.
41047 * libio/bits/stdio2.h: Likewise.
41048 * libio/bits/stdio.h: Likewise.
41049 * string/string.h: Likewise.
41050 * string/bits/string3.h: Likewise.
41051 * include/stdio.h: Likewise.
41052 * stdlib/bits/stdlib.h: Likewise.
41053 * stdlib/stdlib.h: Likewise.
41054 * rt/bits/mqueue2.h: Likewise.
41055 * rt/mqueue.h: Likewise.
41056 * posix/bits/unistd.h: Likewise.
41057 * posix/unistd.h: Likewise.
41058 * io/bits/poll2.h: Likewise.
41059 * io/bits/fcntl2.h: Likewise.
41060 * io/fcntl.h: Likewise.
41061 * io/sys/poll.h: Likewise.
41062 * misc/bits/syslog.h: Likewise.
41063 * misc/bits/syslog-ldbl.h: Likewise.
41064 * misc/sys/syslog.h: Likewise.
41065 * socket/bits/socket2.h: Likewise.
41066 * socket/sys/socket.h: Likewise.
41067 * debug/tst-chk1.c: Likewise.
41068 * wcsmbs/bits/wchar2.h: Likewise.
41069 * wcsmbs/bits/wchar-ldbl.h: Likewise.
41070 * wcsmbs/wchar.h: Likewise.
41071
ecf0ebfb
AJ
410722012-04-29 Andreas Jaeger <aj@suse.de>
41073
41074 * Makerules (tests): Remove enable-check-abi protection.
41075 (check-abi-warn): Remove.
41076 (check-abi-%): Remove check-abi-warn usage.
41077
41078 * configure.in: Remove check-abi configure option.
41079 * configure: Regenerated.
41080 * config.make.in (enable-check-abi): Remove.
41081
6d5c57fa
AS
410822012-04-28 Andreas Schwab <schwab@linux-m68k.org>
41083
24c5d07e 41084 [BZ #14033]
ded5180a
AS
41085 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41086 double functions to double *_finite functions.
41087
7e0d315d
AS
41088 [BZ #13941]
41089 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41090 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41091 LDBL_MIN_EXP.
41092 * stdio-common/Makefile (tests): Add tst-sprintf3.
41093 * stdio-common/tst-sprintf3.c: New file.
41094
6d5c57fa
AS
41095 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41096 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41097
0749ff8b
JM
410982012-04-28 Joseph Myers <joseph@codesourcery.com>
41099
41100 * conform/conformtest.pl: Remove duplicate typed-constant
41101 handling.
41102
8dbd5d7b
DM
411032012-04-28 David S. Miller <davem@davemloft.net>
41104
41105 * Makerules (%.abilist): Add vpath on sysdep_dirs.
41106 (check-abi-%): Remove AWK script prerequisite and explicit
41107 abilist directory.
41108 (check-abi): Rewrite to just diff the symlist with the abilist.
41109 (config-tls, config-abi-config): Delete, no longer used.
41110 (update-abi-%): Remove AWK script and explicit abilist directory.
41111 (update-abi): Rewrite to simply compare and conditionally copy the
41112 symlist and the sysdep abilist file. Remove update-abi-config
41113 checks.
41114 * abilist/ld.abilist: Remove.
41115 * abilist/libBrokenLocale.abilist: Remove.
41116 * abilist/libanl.abilist: Remove.
41117 * abilist/libcrypt.abilist: Remove.
41118 * abilist/libdl.abilist: Remove.
41119 * abilist/librt.abilist: Remove.
41120 * abilist/libthread_db.abilist: Remove.
41121 * abilist/libutil.abilist: Remove.
41122 * scripts/extract-abilist.awk: Remove.
41123 * scripts/merge-abilist.awk: Remove.
41124 * sysdeps/generic/libcidn.abilist: New file.
41125 * sysdeps/generic/libnss_compat.abilist: New file.
41126 * sysdeps/generic/libnss_db.abilist: New file.
41127 * sysdeps/generic/libnss_dns.abilist: New file.
41128 * sysdeps/generic/libnss_files.abilist: New file.
41129 * sysdeps/generic/libnss_hesiod.abilist: New file.
41130 * sysdeps/generic/libnss_nis.abilist: New file.
41131 * sysdeps/generic/libnss_nisplus.abilist: New file.
41132 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41133 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41134 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41135 file.
41136 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41137 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41138 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41139 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41140 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41141 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41142 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41143 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41144 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41145 file.
41146 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41147 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41148 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41149 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41150 file.
41151 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41152 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41153 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41154 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41155 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41156 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41157 file.
41158 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41159 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41160 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41161 file.
41162 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41163 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41164 New file.
41165 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41166 New file.
41167 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41168 New file.
41169 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41170 New file.
41171 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41172 New file.
41173 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41174 New file.
41175 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41176 New file.
41177 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41178 New file.
41179 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41180 New file.
41181 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41182 New file.
41183 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41184 New file.
41185 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41186 New file.
41187 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41188 New file.
41189 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41190 file.
41191 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41192 New file.
41193 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41194 New file.
41195 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41196 file.
41197 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41198 New file.
41199 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41200 New file.
41201 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41202 file.
41203 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41204 New file.
41205 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41206 New file.
41207 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41208 New file.
41209 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41210 New file.
41211 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41212 New file.
41213 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41214 New file.
41215 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41216 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41217 file.
41218 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41219 New file.
41220 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41221 file.
41222 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41223 file.
41224 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41225 file.
41226 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41227 file.
41228 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41229 file.
41230 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41231 New file.
41232 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41233 file.
41234 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41235 file.
41236 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41237 New file.
41238 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41239 file.
41240 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41241 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41242 file.
41243 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41244 New file.
41245 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41246 file.
41247 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41248 file.
41249 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41250 file.
41251 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41252 file.
41253 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41254 file.
41255 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41256 New file.
41257 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41258 file.
41259 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41260 file.
41261 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41262 New file.
41263 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41264 file.
41265 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41266 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41267 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41268 file.
41269 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41270 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41271 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41272 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41273 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41274 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41275 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41276 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41277 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41278 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41279 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41280 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41281 file.
41282 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41283 New file.
41284 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41285 file.
41286 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41287 file.
41288 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41289 file.
41290 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41291 file.
41292 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41293 file.
41294 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41295 New file.
41296 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41297 New file.
41298 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41299 file.
41300 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41301 New file.
41302 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41303 file.
41304 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41305 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41306 file.
41307 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41308 New file.
41309 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41310 file.
41311 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41312 file.
41313 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41314 file.
41315 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41316 file.
41317 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41318 file.
41319 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41320 New file.
41321 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41322 New file.
41323 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41324 file.
41325 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41326 New file.
41327 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41328 file.
41329
41d73a1b
JM
413302012-04-28 Joseph Myers <joseph@codesourcery.com>
41331
41332 * conform/conformtest.pl: Fix typo in handling typed-constant from
41333 allow-header.
41334
28aeeda4
JM
413352012-04-27 Joseph Myers <joseph@codesourcery.com>
41336
adae8f5e
JM
41337 * README: Cut down references to pre-2.6 Linux kernels and
41338 Linuxthreads. Update lists of configurations in libc and ports
41339 and sort alphabetically. Say "or newer" with Linux kernel version
41340 requirements.
41341
28aeeda4
JM
41342 * config.h.in [IS_IN_build]: Allow compiling without optimization.
41343
a462cb63
RA
413442012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
41345
41346 [BZ #887]
41347 * math/libm-test.inc (logb_test_downward): New test to expose
41348 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41349 rounding mode.
41350
6ad3493e
JM
413512012-04-27 Joseph Myers <joseph@codesourcery.com>
41352
41353 [BZ #14027]
41354 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41355 to be done.
41356 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41357 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41358
2ce4f015
JM
413592012-04-26 Joseph Myers <joseph@codesourcery.com>
41360
5aeb141a
JM
41361 * sysdeps/unix/i386/brk.S: Remove file.
41362 * sysdeps/unix/i386/dl-brk.S: Likewise.
41363 * sysdeps/unix/i386/pipe.S: Likewise.
41364 * sysdeps/unix/i386/sigreturn.S: Likewise.
41365 * sysdeps/unix/i386/syscall.S: Likewise.
41366 * sysdeps/unix/i386/vfork.S: Likewise.
41367 * sysdeps/unix/i386/wait.S: Likewise.
41368
7143acae
JM
41369 * sysdeps/unix/common/tcsendbrk.c: Move to ...
41370 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41371
2ce4f015
JM
41372 * configure.in (arm*-none*): Do not allow without
41373 --enable-hacker-mode.
41374 (netbsd*): Remove case setting base_os.
41375 (386bsd*): Likewise.
41376 (freebsd*): Likewise.
41377 (bsdi*): Likewise.
41378 (osf*): Likewise.
41379 (sunos*): Likewise.
41380 (ultrix*): Likewise.
41381 (newsos*): Likewise.
41382 (dynix*): Likewise.
41383 (*bsd*): Likewise.
41384 (sysv*): Likewise.
41385 (isc*): Likewise.
41386 (esix*): Likewise.
41387 (sco*): Likewise.
41388 (minix*): Likewise.
41389 (irix4*): Likewise.
41390 (irix6*): Likewise.
41391 (solaris[2-9]*): Likewise.
41392 (none): Likewise.
41393 * configure: Regenerated.
41394
0ac229c8
AZ
413952012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41396
41397 [BZ #11521]
41398 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41399 overflow or cancellation in calculating denominator.
41400 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41401 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41402 down expression to avoid unexpected rounding in newer GCCs.
41403 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41404
33f244f4
DM
414052012-04-26 David S. Miller <davem@davemloft.net>
41406
41407 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41408 long-double compat symbols.
41409 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41410 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41411 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41412 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41413 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41414 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41415 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41416 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41417 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41418 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41419 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41420 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41421 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41422
cfa1f3e8
DM
414232012-04-25 David S. Miller <davem@davemloft.net>
41424
41425 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41426 HWCAP_* values only after the memory barriers have been defined.
41427 (atomic_full_barrier): Define.
41428 (atomic_read_barrier): Define.
41429 (atomic_write_barrier): Define.
41430
6e236b92
SP
414312012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
41432
41433 * shlib-versions: Add libgcc_s version information.
41434 * sysdeps/generic/libgcc_s.h: Remove.
41435 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41436 libgcc_s.h.
41437 * sysdeps/gnu/unwind-resume.c: Likewise.
41438 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41439
aab39a09
DM
414402012-04-25 David S. Miller <davem@davemloft.net>
41441
41442 * sysdeps/unix/sparc/brk.S: Delete.
41443 * sysdeps/unix/sparc/dl-brk.S: Delete.
41444 * sysdeps/unix/sparc/pipe.S: Delete.
41445 * sysdeps/unix/sparc/sysdep.S: Delete.
41446 * sysdeps/unix/sparc/sysdep.h: Delete.
41447 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
41448 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41449 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41450 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41451 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
41452 (JUMPTARGET): Remove.
41453 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41454 sysdeps/unix/sparc/sysdep.h
41455 (ENTRY, END): Remove.
41456 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41457
a3cc4f48
JM
414582012-04-25 Joseph Myers <joseph@codesourcery.com>
41459
2ed8cda2
JM
41460 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41461 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41462 -DIS_IN_build.
41463
35d76d59
JM
41464 * timezone/README: Update upstream location and email address for
41465 tzcode and tzdata.
41466 * timezone/zdump.c: Update from tzcode 2012b.
41467 * timezone/zic.c: Likewise.
41468
a3cc4f48
JM
41469 * configure.in (libc_cv_as_needed): Remove test.
41470 * configure: Regenerated.
41471 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41472 conditional definition.
41473 [$(have-as-needed) != yes] (no-as-needed): Likewise.
41474 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41475 * config.make.in (have-as-needed): Remove variable.
41476
ceab42c3
SP
414772012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
41478 Paul Pluzhnikov <ppluzhnikov@google.com>
41479
41480 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41481 strings correctly.
41482
3ce2865f
CLT
414832012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
41484
41485 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41486 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41487 * sysdeps/sh/strlen.S: Likewise.
41488
f37e0d68
JM
414892012-04-24 Joseph Myers <joseph@codesourcery.com>
41490
ae186e9a
JM
41491 * sysdeps/unix/fork.S: Remove file.
41492 * sysdeps/unix/i386/fork.S: Likewise.
41493 * sysdeps/unix/sparc/fork.S: Likewise.
41494
b96914af
JM
41495 * sysdeps/unix/system.c: Remove file.
41496 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
41497
f37e0d68
JM
41498 * sysdeps/unix/getegid.S: Remove file.
41499 * sysdeps/unix/geteuid.S: Likewise.
41500
87ef29ca
RM
415012012-04-24 Roland McGrath <roland@hack.frob.com>
41502
83bcd236
RM
41503 * scripts/check-localplt.awk: New file.
41504 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
41505 of diff.
41506 * scripts/data/localplt-generic.data: Add a comment.
41507
87ef29ca
RM
41508 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
41509 NODE when __dir_mkfile failed.
41510 * sysdeps/mach/hurd/symlinkat.c: Likewise.
41511 Reported by Ludovic Courtès <ludo@gnu.org>.
41512
e5a6e567
AJ
415132012-04-24 Andreas Jaeger <aj@suse.de>
41514
41515 * Makerules (common-clean): Also remove gen-as-const-headers
41516 files.
41517
c1820385
JM
415182012-04-24 Joseph Myers <joseph@codesourcery.com>
41519
41520 * Makerules (native-compile): Do not change working directory for
41521 build. Use $(OUTPUT_OPTION) in command.
41522 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
41523
94e02fc4
AZ
415242012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41525
41526 [BZ #13886]
41527 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
41528 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
41529 * math/libm-test.inc (floor_test): Add more tests.
41530 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
41531
3a533ca3
JM
415322012-04-24 Joseph Myers <joseph@codesourcery.com>
41533
940ab4b3
JM
41534 * sysdeps/unix/getdents.c: Remove file.
41535 * sysdeps/unix/sysv/getdents.c: Likewise.
41536 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
41537
90e037bd
JM
41538 * sysdeps/unix/syscalls.list (madvise): Add syscall from
41539 sysdeps/unix/mman/syscalls.list.
41540 (mmap): Likewise.
41541 (mprotect): Likewise.
41542 (msync): Likewise.
41543 (munmap): Likewise.
41544 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
41545 * sysdeps/unix/mman/syscalls.list: Remove.
41546 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
41547
3a533ca3
JM
41548 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
41549 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
41550 * configure: Regenerated.
41551 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
41552 $(libgcc_s_suffix).
41553 * config.make.in (libgcc_s_suffix): Remove variable.
41554
1ad743de
JM
415552012-04-23 Joseph Myers <joseph@codesourcery.com>
41556
4ad451e2
JM
41557 * sysdeps/unix/sysv/gethostname.c: Move to ...
41558 * sysdeps/posix/gethostname.c: ... here.
41559
5e37ce39
JM
41560 * sysdeps/unix/execve.S: Remove file.
41561
1ad743de
JM
41562 * sysdeps/unix/_exit.S: Remove file.
41563
4e681b5b
AJ
415642012-04-23 Andreas Jaeger <aj@suse.de>
41565
41566 [BZ #13739]
41567 * manual/Makefile: Remove make dist support, there's no
41568 need for a stand-alone documentation tar ball.
41569 (TEXI2DVI): Define always, it's not in Makeconfig.
41570 (dist): Removed.
41571 (tar-it): Removed.
41572 (edition): Removed.
41573 (glibc-doc-$(edition).tar): Removed
41574 (%.Z): Removed.
41575 (%.gz): Removed.
41576 (%.uu): Removed.
41577 (ETAGS): Remove, it's in Makeconfig.
41578 (move-if-change): Remove, it's in Makeconfig.
41579
38686a03 415802012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
41581
41582 [BZ #13970]
41583 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
41584 (strtod, strtof, strtold, strtol, strtoul, strtoq)
41585 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
41586 (strtod_l, strtof_l, strtold_l): Remove __wur.
41587 It is not necessarily an error to ignore strtol's return value.
41588 One can reliably look at the stored endptr to decide whether
41589 the number had valid syntax.
41590
7c0616fa
AJ
415912012-04-21 Andreas Jaeger <aj@suse.de>
41592
803cb6b7 41593 [BZ #13739]
7c0616fa
AJ
41594 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
41595
b0fe253f
JM
415962012-04-21 Joseph Myers <joseph@codesourcery.com>
41597
41598 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
41599 * sysdeps/unix/sysv/Versions: Remove file.
41600
8280f22d
MT
416012012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
41602
41603 [BZ #13927]
41604 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41605
75ce411f 416062012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
41607
41608 [BZ #7064]
41609 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
41610 version from __vm86.
41611
097d59fa
JM
416122012-04-20 Joseph Myers <joseph@codesourcery.com>
41613
a90f3bcb
JM
41614 * sysdeps/unix/common/lxstat.c: Remove file.
41615 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
41616
edc7ea78
JM
41617 * sysdeps/unix/sysv/Makefile: Remove file.
41618
cb78c221
JM
41619 * sysdeps/unix/sysv/direct.h: Remove file.
41620
efa6a45f
JM
41621 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
41622 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
41623 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
41624 * sysdeps/unix/sysv/bits/signum.h: Likewise.
41625 * sysdeps/unix/sysv/bits/stat.h: Likewise.
41626 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
41627 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
41628
9c9f2d0c
JM
41629 * sysdeps/unix/sysv/setrlimit.c: Remove file.
41630
4541c83b
JM
41631 * sysdeps/unix/xmknod.c: Remove file.
41632 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
41633
f5d153a0
JM
41634 * sysdeps/unix/sysv/settimeofday.c: Remove file.
41635
aa746595
JM
41636 * sysdeps/unix/sysv/i386/time.S: Remove file.
41637
cce5905e
JM
41638 * sysdeps/unix/fxstat.c: Remove file.
41639 * sysdeps/unix/xstat.c: Likewise.
41640 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
41641
37fa3841
JM
41642 * sysdeps/unix/sysv/sigaction.c: Remove file.
41643
ff1962a3
JM
41644 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
41645 (sysdep_headers): Remove variable.
41646 [termio.h not in sysdep_headers] (generated): Likewise.
41647 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
41648 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
41649 * sysdeps/unix/sysv/tcdrain.c: Likewise.
41650 * sysdeps/unix/sysv/tcflow.c: Likewise.
41651 * sysdeps/unix/sysv/tcflush.c: Likewise.
41652 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
41653 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
41654 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
41655 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
41656 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
41657
e7740d31
JM
41658 * sysdeps/unix/siglist.c: Remove file.
41659
ee06f18b
JM
41660 * sysdeps/unix/getppid.S: Remove file.
41661
097d59fa
JM
41662 * sysdeps/unix/mkdir.c: Remove file.
41663 * sysdeps/unix/rmdir.c: Likewise.
41664
ff3d51ec
AS
416652012-04-19 Andreas Schwab <schwab@linux-m68k.org>
41666
41667 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
41668 ERR_MAX value.
41669 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
41670 errlist-compat value.
41671
50f81fd7
DM
416722012-04-18 David S. Miller <davem@davemloft.net>
41673
41674 * sysdeps/generic/memcopy.h (reg_char): Delete.
41675 * debug/strcat_chk.c: Use char, not reg_char.
41676 * debug/strcpy_chk.c: Likewise.
41677 * debug/strncat_chk.c: Likewise.
41678 * debug/strncpy_chk.c: Likewise.
41679 * string/memchr.c: Likewise.
41680 * string/memrchr.c: Likewise.
41681 * string/rawmemchr.c: Likewise.
41682 * string/strcat.c: Likewise.
41683 * string/strchr.c: Likewise.
41684 * string/strchrnul.c: Likewise.
41685 * string/strcmp.c: Likewise.
41686 * string/strcpy.c: Likewise.
41687 * string/strncat.c: Likewise.
41688 * string/strncmp.c: Likewise.
41689 * string/strncpy.c: Likewise.
41690
8ff41c46
WS
416912012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
41692
41693 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
41694 __builtin_memcopy is called when src and dest ranges are known to not
41695 overlap.
41696
6b652f46
WS
416972012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
41698
41699 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
41700 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
41701 fwd_align_merge macro call.
41702 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
41703 bwd_align_merge macro call.
41704 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41705
b282631e
WS
417062012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
41707
41708 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
41709 bwd_align_merge macros.
41710 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
41711 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
41712 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41713
95aa737c
DM
417142012-04-18 David S. Miller <davem@davemloft.net>
41715
41716 * sysdeps/sparc/sparc64/memcopy.h: Delete.
41717
7a99a614
AJ
417182012-04-18 Andreas Jaeger <aj@suse.de>
41719
41720 [BZ# 6794]
41721 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
41722 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
41723 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41724
41725 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
41726 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
41727 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41728
41729 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
41730 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
41731 Adjust for changed ldbl-128 files.
41732
41733 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
41734 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
41735 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41736
e5270c23
DM
417372012-04-17 David S. Miller <davem@davemloft.net>
41738
41739 * sysdeps/sparc/sparc32/memcopy.h: Delete.
41740
fb5e92c9
AS
417412012-04-17 Andreas Schwab <schwab@linux-m68k.org>
41742
41743 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
41744 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
41745 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
41746 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
41747 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
41748 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
41749
76da7265
AZ
417502012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41751
41752 [BZ #6794]
41753 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
41754 * math/libm-test.inc: Add ilogb errno and exception tests.
41755 * math/w_ilogb.c: New file: ilogb wrapper.
41756 * math/w_ilogbf.c: New file: ilogbf wrapper.
41757 * math/w_ilogbl.c: New file: ilogbl wrapper.
41758 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
41759 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
41760 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
41761 exception being thrown with 0.0 as argument.
41762 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
41763 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
41764 exception being thrown with 0.0 as argument.
41765 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
41766 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
41767 exception being thrown with 0.0 as argument.
41768 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
41769 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
41770 exception being thrown with 0.0 as argument.
41771 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
41772 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 41773 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
41774 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
41775 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
41776 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
41777 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
41778 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
41779 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
41780
0396e69d
PB
417812012-04-17 Petr Baudis <pasky@ucw.cz>
41782
41783 * include/sys/uio.h: Change __vector to __iovec to avoid clash
41784 with altivec.
41785
750b5926
MP
417862012-04-16 Marek Polacek <polacek@redhat.com>
41787
41788 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
41789
751728a1
MP
417902012-04-16 Marek Polacek <polacek@redhat.com>
41791
41792 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
41793 operands of fdivp instruction.
41794
34a27407
L
417952012-04-13 H.J. Lu <hongjiu.lu@intel.com>
41796
41797 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
41798 * elf/tst-auditmod3b.c: Likewise.
41799 * elf/tst-auditmod4b.c: Likewise.
41800 * elf/tst-auditmod5b.c: Likewise.
41801 * elf/tst-auditmod6b.c: Likewise.
41802 * elf/tst-auditmod6c.c: Likewise.
41803 * elf/tst-auditmod7b.c: Likewise.
41804 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
41805 * sysdeps/x86_64/preconfigure.in: Likewise.
41806 * sysdeps/x86_64/preconfigure: Regenerated.
41807
7e73e17d
L
418082012-04-13 H.J. Lu <hongjiu.lu@intel.com>
41809
41810 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
41811 __ILP32__.
41812
c7a6ab72
AB
418132012-04-13 Antoine Balestrat <merkil33@gmail.com>
41814
41815 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41816 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
41817
a9e8e0e0
CL
418182012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
41819
41820 [BZ #13973]
41821 * locale/iso-639.def: Fix gl language name. Spotted by
41822 Yaron Shahrabani.
41823
ec98af7d
RM
418242012-04-12 Roland McGrath <roland@hack.frob.com>
41825
41826 [BZ #2074]
41827 * libio/libio.h (__io_write_fn): Update comment.
41828
247c3ede
PB
418292012-04-12 Petr Baudis <pasky@ucw.cz>
41830
41831 [BZ #2074]
41832 * stdio.texi (Hook Functions): The user provided writer function
41833 is not allowed to return -1.
41834
55939d6d
DM
418352012-04-11 David S. Miller <davem@davemloft.net>
41836
41837 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41838
90020f5a
MF
418392012-04-11 Mike Frysinger <vapier@gentoo.org>
41840
41841 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
41842 Add a leading slash to rtkaio.
41843
288f9098
JM
418442012-04-11 Jim Meyering <meyering@redhat.com>
41845
90020f5a
MF
41846 [BZ #11959]
41847 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
41848 It is not necessarily an error to ignore fwrite's return
41849 value. One can reliably use ferror to test for errors after
41850 the fact.
288f9098 41851
4be2b570
L
418522012-04-10 H.J. Lu <hongjiu.lu@intel.com>
41853
41854 * bits/types.h (__snseconds_t): New type.
41855 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
41856
41857 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
41858 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41859 (__SNSECONDS_T_TYPE): Likewise.
41860 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41861 (__SNSECONDS_T_TYPE): Likewise.
41862 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41863 (__SNSECONDS_T_TYPE): Likewise.
41864
288f9098 418652012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
41866
41867 [BZ #2636]
41868 * manual/time.texi (Processor Time): Return type of times is
41869 elapsed real time since an arbitrary point in the past.
41870 (CPU Time): Move CLK_TCK from here...
41871 (Processor Time): ...to here. Correct description.
41872 * manual/conf.texi (Constants for Sysconf): Correct description of
41873 _SC_CLK_TCK.
41874
d7dd4413
DM
418752012-04-10 David S. Miller <davem@davemloft.net>
41876
41877 [BZ #13967]
41878 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
41879 where the is a gap between DT_REL(A) and DT_JMPREL.
41880
b46068fc
L
418812012-04-10 H.J. Lu <hongjiu.lu@intel.com>
41882
41883 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
41884 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
41885 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
41886
73d65cc3
SP
418872012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
41888
41889 * elf/dl-support.c (_dl_inhibit_cache): New variable.
41890 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
41891 (dl_main): Handle --inhibit-cache.
41892 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
41893 _dl_inhibit_cache.
41894 * elf/dl-load.c (_dl_map_object): Use it.
41895 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
41896
bcc8d661
JM
418972012-04-09 Joseph Myers <joseph@codesourcery.com>
41898
8f9a2fae
JM
41899 [BZ #13872]
41900 * sysdeps/i386/fpu/e_powl.S (p78): New object.
41901 (__ieee754_powl): Saturate large exponents rather than testing for
41902 overflow of y*log2(x).
41903 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41904 * math/libm-test.inc (pow_test): Do not permit spurious overflow
41905 exceptions.
41906
bcc8d661
JM
41907 [BZ #11521]
41908 * math/s_ctan.c: Include <float.h>.
41909 (__ctan): Avoid internal overflow or cancellation in calculating
41910 denominator.
41911 * math/s_ctanf.c: Likewise.
41912 * math/s_ctanl.c: Likewise.
41913 * math/s_ctanh.c: Likewise.
41914 * math/s_ctanhf.c: Likewise.
41915 * math/s_ctanhl.c: Likewise.
41916 * math/libm-test.inc (ctan_test): Add more tests.
41917 (ctanh_test): Likewise.
41918 * sysdeps/i386/fpu/libm-test-ulps: Update.
41919 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41920
823fbbb4
AJ
419212012-04-09 Andreas Jaeger <aj@suse.de>
41922
03879793
AJ
41923 [BZ #6894]
41924 * manual/filesys.texi (Directory Entries): Mention that d_namlen
41925 is an optional BSD extension.
41926
823fbbb4
AJ
41927 [BZ #10254]
41928 * manual/stdio.texi (Opening Streams): Document additional fopen
41929 parameters.
41930
8de131cb
RM
419312012-04-09 Roland McGrath <roland@hack.frob.com>
41932
41933 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
41934 %eax without telling the compiler.
41935
c0ed9d7d
CD
419362012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
41937
41938 [BZ # 13963]
41939 * manual/install.texi: Use sourceware.org.
41940
c483f6b4
JM
419412012-04-09 Joseph Myers <joseph@codesourcery.com>
41942
d7dd9453
JM
41943 [BZ #13873]
41944 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
41945 (__ieee754_pow): Generate overflow and underflow using huge*huge
41946 and tiny*tiny rather than just returning constant infinity or zero
41947 for large exponents.
41948 * math/libm-test.inc (pow_test): Require overflow exceptions for
41949 applicable cases of large exponents.
41950
c483f6b4
JM
41951 [BZ #706]
41952 * sysdeps/i386/fpu/e_pow.S (p10): New object.
41953 (__ieee754_pow): Use iterative multiplication algorithm only for
41954 integer exponents with absolute value below 1024. Check for odd
41955 integer exponents when using algorithm for real exponents.
41956 * math/libm-test.inc (pow_test): Add more tests.
41957 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41958
d2de7579
JM
419592012-04-08 Joseph Myers <joseph@codesourcery.com>
41960
41961 [BZ #13705]
41962 * math/libm-test.inc (exp_test): Do not allow overflow exception
41963 on underflow test.
41964
f77f1232
AJ
419652012-04-08 Aurelien Jarno <aurelien@aurel32.net>
41966
41967 [BZ #13705]
41968 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
41969 instead of __kernel_standard_f.
41970
3884932b
MF
419712012-04-08 Mike Frysinger <vapier@gentoo.org>
41972
41973 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
41974 * sysdeps/x86_64/memset_chk.S: Likewise.
41975
54472e9c
AJ
419762012-04-08 Andreas Jaeger <aj@suse.de>
41977
6ab0fbfc
AJ
41978 [BZ #10153]
41979 * manual/startup.texi (Environment Access): Describe return value
41980 for putenv and setenv.
41981
61efba8c
AJ
41982 [BZ #6895]
41983 * manual/filesys.texi (Directory Entries): Add description for
41984 DT_LNK.
41985
95c3f29a
AJ
41986 [BZ #6890]
41987 * manual/filesys.texi (Directory Entries): Clarify that it's file
41988 system not operating system in the description of DT_UNKNOWN.
41989
54472e9c
AJ
41990 [BZ #6578]
41991 * manual/syslog.texi (closelog): Fix reference, it's openlog.
41992
624254b1
SC
419932012-04-08 Stephen Compall <s11@member.fsf.org>
41994
41995 [BZ #6649]
41996 * manual/llio.texi (Opening and Closing Files): Add cross
41997 reference to explain mode argument.
41998
1e4920e0
MF
419992012-04-07 Mike Frysinger <vapier@gentoo.org>
42000
42001 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42002 * sysdeps/x86_64/memset_chk.S: Likewise.
42003
5ed848f3
DM
420042012-04-07 David S. Miller <davem@davemloft.net>
42005
42006 * elf/elf.h (R_SPARC_WDISP10): Define.
42007 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42008 R_SPARC_SIZE32.
42009 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42010 R_SPARC_SIZE64 and R_SPARC_H34.
42011
96154cd8
CD
420122012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
42013
42014 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42015 conditions and remove no longer applicable assertion.
42016
9904dc47
L
420172012-04-06 H.J. Lu <hongjiu.lu@intel.com>
42018
42019 * bits/byteswap.h: Include <features.h>.
42020 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42021 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42022
f8887d0a
L
420232012-04-06 H.J. Lu <hongjiu.lu@intel.com>
42024
42025 * bits/byteswap.h (__bswap_16): Removed.
42026 Include <bits/byteswap-16.h> to get __bswap_16.
42027 * sysdeps/i386/bits/byteswap.h: Likewise.
42028 * sysdeps/s390/bits/byteswap.h: Likewise.
42029 * sysdeps/x86_64/bits/byteswap.h: Likewise.
42030 * bits/byteswap-16.h: New file.
42031 * sysdeps/i386/bits/byteswap-16.h: Likewise.
42032 * sysdeps/s390/bits/byteswap-16.h: Likewise.
42033 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42034 * string/Makefile (headers): Add bits/byteswap-16.h.
42035
62470f60
PP
420362012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
42037
42038 [BZ #13895]
42039 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42040 extra indirection.
42041 * nss/Makefile (tests-static, tests): Add tst-nss-static.
42042 * nss/tst-nss-static.c: New.
42043
4dad7bab
RM
420442012-04-06 Robert Millan <rmh@gnu.org>
42045
42046 [BZ #6486]
42047 * manual/llio.texi (File Position Primitive): lseek
42048 refers to WHENCE when it really means OFFSET.
42049
e9142a17
AJ
420502012-04-06 Andreas Jaeger <aj@suse.de>
42051
2c040eff
AJ
42052 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42053 strncmp declarations.
42054
e9142a17
AJ
42055 * abilist/libc.abilist: Add __poll and __ppoll.
42056
ff9f1c5f
DM
420572012-04-05 David S. Miller <davem@davemloft.net>
42058
dcd2ae90
DM
42059 * scripts/check-local-headers.sh: Accept a host triplet in the
42060 path matched by the exclude regexp.
42061
993eb054
DM
42062 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42063 definition.
42064 * sysdeps/powerpc/powerpc32/dl-machine.h
42065 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42066 * sysdeps/s390/s390-32/dl-machine.h
42067 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42068 * sysdeps/sparc/sparc32/dl-machine.h
42069 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42070 * sysdeps/sparc/sparc64/dl-machine.h
42071 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42072
ff9f1c5f
DM
42073 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42074 lazy binding.
48e2e132 42075 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
42076 undefined symbol errors.
42077
48e2e132 42078 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
42079 DT_NEEDED entries.
42080
e80d6f94
MM
420812012-04-05 Michael Matz <matz@suse.de>
42082
42083 [BZ #13592]
42084 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42085
349fa79f
AJ
420862012-04-05 Andreas Jaeger <aj@suse.de>
42087
42088 [BZ #13908]
42089 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42090 comment.
42091
f402708f
KK
420922012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42093
42094 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42095 which ROUND is no valid rounding mode.
42096
2ecccfc9
KK
420972012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42098
42099 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42100 read again.
42101 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42102
8a53f50f
KK
421032012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42104
42105 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42106 an exception using FPU order intentionally.
42107
421082012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42109
42110 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42111 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42112 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42113 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42114
d653abb7
SJ
421152012-04-05 Simon Josefsson <simon@josefsson.org>
42116
42117 [BZ #12340]
42118 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42119 EINVAL when BUFLEN is too smal.
42120
c3b1bf7d
TS
421212012-04-05 Thomas Schwinge <thomas@codesourcery.com>
42122
42123 [BZ #13553]
42124 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42125 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42126
b1aa60f3
AJ
421272012-04-03 Andreas Jaeger <aj@suse.de>
42128
c3b1bf7d 42129 [BZ #13938]
67f60a26
AJ
42130 * manual/setjmp.texi (System V contexts): Fix sentence.
42131
b1aa60f3
AJ
42132 [BZ #13926]
42133 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42134 New macro for this case.
42135 [!__GNUC__] (__bswap_64): New inline function for this case.
42136 * sysdeps/x86_64/bits/byteswap.h: Likewise.
42137 * bits/byteswap.h: Likewise.
42138 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42139 ull, guard with __GLIBC_HAVE_LONG_LONG.
42140
42141 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42142 __GLIBC_HAVE_LONG_LONG.
42143
42144 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42145 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42146
39c59c35
TMQMF
421472012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42148
42149 [BZ #13691]
42150 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42151 inptr and inend, rather than using last_ch.
42152
135ffda8
DM
421532012-04-02 David S. Miller <davem@davemloft.net>
42154
42155 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42156 * stdio-common/printf-parse.h (read_int): Change return type to
42157 'int', return -1 on INT_MAX overflow.
42158 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42159 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
42160 overflows INT_MAX. Check for overflow of in-format-string precision
42161 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
42162 SIZE_MAX not INT_MAX for integer overflow test.
42163 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42164 skip the construct in the format string but do not record anything.
42165 * stdio-common/bug22.c: Adjust to test both width/prevision
42166 INT_MAX overflow as well as total length INT_MAX overflow. Check
42167 explicitly for proper errno values.
42168
228c019e
TS
421692012-04-02 Thomas Schwinge <thomas@codesourcery.com>
42170
302cadd3
TS
42171 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42172 CHAR_MAX.
42173 * string/test-strcmp.c [! WIDE]: Likewise.
42174 * time/tst-mktime2.c: Likewise for INT_MAX.
42175 * string/test-string.h: #include <sys/param.h> for MIN.
42176
228c019e
TS
42177 * csu/init-first.c (__libc_init_first): Call __ctype_init.
42178 * sysdeps/i386/init-first.c (init): Likewise.
42179 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42180 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42181 * sysdeps/sh/init-first.c (init): Likewise.
42182
cfa633f5
UD
421832012-04-01 Ulrich Drepper <drepper@gmail.com>
42184
42185 * po/ru.po: Update from translation team.
d1635ef8 42186 * po/vi.po: Likewise.
cfa633f5 42187
6cd0a5ea
SP
421882012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
42189
42190 * resolv/nss_dns/dns-host.c: Merge copyright years.
42191
4b43400f
LD
421922012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
42193
42194 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42195 Optimize memcpy with prefetch if
42196 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
42197 src, dst pointers have unequal 16 byte alignments.
42198
48c41d04
SP
421992012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
42200
42201 [BZ #13928]
42202 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42203 from a CNAME entry and return the minimum ttl for the query.
42204 (gaih_getanswer_slice): Likewise.
42205
b8dc394d
JL
422062012-03-30 Jeff Law <law@redhat.com>
42207
42208 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42209 due to long keys.
42210 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42211 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42212
2f5a5ed0
JL
42213 * resolv/nss_dns/dns-host.c: Update copyright year.
42214
1d39e359
UD
422152012-03-30 Ulrich Drepper <drepper@gmail.com>
42216
c030f70c 42217 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 42218 requests to save a system call. Fix check that all bytes are sent.
c030f70c 42219
1d39e359
UD
42220 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42221 comments for sendmmsg.
42222
422232012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
42224
42225 [BZ #13691]
42226 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42227 with only 1 character between 0x0041 and 0x01b0.
42228 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42229 * wcsmbs/tst-mbsnrtowcs.c: New file.
42230
20fde227
DM
422312012-03-29 David S. Miller <davem@davemloft.net>
42232
42233 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42234 small copies by hand.
42235
984a4237
JL
422362012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
42237
42238 [BZ #13761]
57f41c40
AS
42239 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42240 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42241 group memberships.
984a4237 42242
18c9d62b
DM
422432012-03-28 David S. Miller <davem@davemloft.net>
42244
88d85d4f
DM
42245 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42246 that branches into memcpy.
42247 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42248 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42249 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42250 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42251 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42252 bits.
42253 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42254 implementation too.
42255 * sysdeps/sparc/mempcpy.S: New file.
42256
e5aa83e1
DM
42257 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42258 the IFUNC routine in the libc case.
42259 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42260
88570753
DM
42261 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42262 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42263 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42264 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42265 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42266 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42267 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42268 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42269
249d7567
DM
42270 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42271 loop to 256 bytes instead of 64 bytes and fix test signedness.
42272
18c9d62b
DM
42273 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42274 * sysdeps/sparc/sparc32/Makefile: rather than here...
42275 * sysdeps/sparc/sparc64/Makefile: and here.
42276
05f3d1f6
UD
422772012-03-28 Ulrich Drepper <drepper@gmail.com>
42278
42279 * malloc/mallocbug.c: Avoid warnings about unused variables.
42280
86ae07a8
JL
422812012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
42282
42283 [BZ #13760]
42284 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42285 in the right place. Discard and retry query if response is
42286 larger than input buffer size.
42287
41bf21a1
JM
422882012-03-28 Joseph Myers <joseph@codesourcery.com>
42289
d6270972
JM
42290 [BZ #369]
42291 [BZ #2678]
42292 [BZ #3866]
42293 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42294 x for large integer exponent.
42295 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42296 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
42297 sign of result as needed afterwards.
42298 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42299 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42300 result for underflowing pow the same as for overflow.
42301 (__kernel_standard_l): Handle powl overflow and underflow here
42302 rather than calling __kernel_standard.
42303 * math/libm-test.inc (pow_test): Add more tests.
42304
414fca03 42305 [BZ #3868]
41bf21a1
JM
42306 [BZ #13879]
42307 [BZ #13910]
42308 [BZ #13911]
42309 [BZ #13912]
42310 [BZ #13913]
42311 [BZ #13915]
42312 [BZ #13916]
42313 [BZ #13917]
42314 [BZ #13918]
42315 [BZ #13919]
42316 [BZ #13920]
42317 [BZ #13921]
42318 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42319 * sysdeps/ieee754/k_standard.c: Include <float.h>.
42320 (__kernel_standard_l): New function.
42321 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42322 __kernel_standard.
42323 * math/w_acosl.c (__acosl): Likewise.
42324 * math/w_asinl.c (__asinl): Likewise.
42325 * math/w_atan2l.c (__atan2l): Likewise.
42326 * math/w_atanhl.c (__atanhl): Likewise.
42327 * math/w_coshl.c (__coshl): Likewise.
42328 * math/w_exp10l.c (__exp10l): Likewise.
42329 * math/w_exp2l.c (__exp2l): Likewise.
42330 * math/w_fmodl.c (__fmodl): Likewise.
42331 * math/w_hypotl.c (__hypotl): Likewise.
42332 * math/w_j0l.c (__j0l, __y0l): Likewise.
42333 * math/w_j1l.c (__j1l, __y1l): Likewise.
42334 * math/w_jnl.c (__jnl, __ynl): Likewise.
42335 * math/w_lgammal.c (__lgammal): Likewise.
42336 * math/w_log10l.c (__log10l): Likewise.
42337 * math/w_log2l.c (__log2l): Likewise.
42338 * math/w_logl.c (__logl): Likewise.
42339 * math/w_powl.c (__powl): Likewise.
42340 * math/w_remainderl.c (__remainderl): Likewise.
42341 * math/w_scalbl.c (sysv_scalbl): Likewise.
42342 * math/w_sinhl.c (__sinhl): Likewise.
42343 * math/w_sqrtl.c (__sqrtl): Likewise.
42344 * math/w_tgammal.c (__tgammal): Likewise.
42345 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42346 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42347 * math/libm-test.inc (acos_test): Add more tests.
42348 (acosh_test): Likewise.
42349 (asin_test): Likewise.
42350 (atanh_test): Likewise.
42351 (exp_test): Likewise.
42352 (exp10_test): Likewise.
42353 (exp2_test): Likewise.
42354 (expm1_test): Likewise.
42355 (lgamma_test): Likewise.
42356 (log_test): Likewise.
42357 (log10_test): Likewise.
42358 (log1p_test): Likewise.
42359 (log2_test): Likewise.
42360 (pow_test): Do not allow some spurious overflow exceptions.
42361 (sqrt_test): Add more tests.
42362 (tgamma_test): Likewise.
42363 (y0_test): Likewise.
42364 (y1_test): Likewise.
42365 (yn_test): Likewise.
42366
dd62fda6
AB
423672012-03-27 Anton Blanchard <anton@samba.org>
42368
42369 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42370 MAP_HUGETLB.
42371 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42372 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42373 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42374
1e3cdfda
AJ
423752012-03-27 David S. Miller <davem@davemloft.net>
42376
b855ab85
DM
42377 * conform/Makefile: Run run-conformtest.sh using $(BASH).
42378
1e3cdfda
AJ
42379 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42380 have-as-vis3 check.
42381
423822012-03-27 Andreas Jaeger <aj@suse.de>
42383
42384 * sysdeps/x86_64/elf/configure.in: Moved to ...
42385 * sysdeps/x86_64/configure.in: ... here.
42386 * sysdeps/x86_64/elf/start.S: Moved to ...
42387 * sysdeps/x86_64/start.S: ... here.
42388 * sysdeps/x86_64/elf/configure: Delete.
42389
42390 * sysdeps/x86_64/configure.in: Merge contents from
42391 sysdeps/i386/configure.in (without i686 check).
42392
42393 * sysdeps/i386/elf/Versions: Merge into ...
42394 * sysdeps/i386/Versions: ... this.
42395 * sysdeps/i386/elf/Versions: Delete file.
42396 * sysdeps/i386/elf/start.S: Moved to ...
42397 * sysdeps/i386/start.S: ...here.
42398 * sysdeps/i386/elf/configure.in: Merge into...
42399 * sysdeps/i386/configure.in: ...here.
42400 * sysdeps/i386/elf/configure.in: Delete file.
42401 * sysdeps/i386/elf/configure: Delete file.
42402
42403 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42404 * debug/backtracesyms.c: ... here.
42405 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42406 * debug/backtracesymsfd.c: ... here.
42407 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42408 * sysdeps/generic/ifunc-sel.h: ... here.
42409
42410 * sysdeps/unix/i386/start.c: Delete file.
42411 * sysdeps/unix/sparc/start.c: Delete file.
42412 * sysdeps/unix/start.c: Delete file.
42413
42414 * sysdeps/sh/elf/configure.in: Moved to ...
42415 * sysdeps/sh/configure.in: ... here.
42416 * sysdeps/sh/elf/start.S: Moved to ...
42417 * sysdeps/sh/start.S: ... here.
42418 * sysdeps/sh/elf/configure: Delete file.
42419
42420 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42421 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42422 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42423 * sysdeps/powerpc/powerpc64/entry.h: ... here.
42424 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42425 * sysdeps/powerpc/powerpc64/start.S: here.
42426 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42427 * sysdeps/powerpc/powerpc64/Makefile: ... this.
42428 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42429 * sysdeps/powerpc/powerpc64/configure.in: ... this.
42430 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42431
42432 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42433 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42434 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42435 * sysdeps/powerpc/powerpc32/start.S: ... here.
42436 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42437 * sysdeps/powerpc/powerpc32/configure.in: ... this.
42438 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42439
42440 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42441 * sysdeps/powerpc/ifunc-sel.h: ... here.
42442 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42443 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42444
42445 * sysdeps/sparc/elf/configure.in: Moved to ...
42446 * sysdeps/sparc/configure.in: ... here.
42447 * sysdeps/sparc/elf/configure: Delete file.
42448 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42449 * sysdeps/sparc/sparc32/start.S: ... here.
42450 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42451 * sysdeps/sparc/sparc64/start.S: ... here.
42452 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42453 * sysdeps/sparc/sparc32/Makefile: ... this.
42454 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42455 * sysdeps/sparc/sparc64/Makefile: ... this.
42456
42457 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42458 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42459 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42460 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42461 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42462 * sysdeps/s390/s390-32/setjmp.S: ... here.
42463 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42464 * sysdeps/s390/s390-32/configure.in: ... here.
42465 * sysdeps/s390/s390-32/elf/configure: Delete file.
42466 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42467 * sysdeps/s390/s390-32/start.S: ... here.
42468
42469 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42470 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42471 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42472 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42473 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42474 * sysdeps/s390/s390-64/setjmp.S: ... here.
42475 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42476 * sysdeps/s390/s390-64/configure.in: ... here
42477 * sysdeps/s390/s390-64/elf/configure: Delete file.
42478 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42479 * sysdeps/s390/s390-64/start.S: ... here.
42480 * sysdeps/s390/s390-64/elf/configure: Delete.
42481
42482 * configure.in: Remove support for elf directories in sysdeps.
42483
42484 * configure: Regenerated.
42485 * sysdeps/i386/configure: Regenerated.
42486 * sysdeps/powerpc/powerpc32/configure: Regenerated.
42487 * sysdeps/powerpc/powerpc64/configure: Regenerated.
42488 * sysdeps/s390/s390-32/configure: Regenerated.
42489 * sysdeps/s390/s390-64/configure: Regenerated.
42490 * sysdeps/sh/configure: Regenerated.
42491 * sysdeps/sparc/configure: Regenerated.
42492 * sysdeps/x86_64/configure: Regenerated.
42493
a3f61311
AS
424942012-03-26 Andreas Schwab <schwab@linux-m68k.org>
42495
c876e002
AS
42496 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42497
a3f61311
AS
42498 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
42499 denormal result into account.
42500
ac4c54f0
RM
425012012-03-25 Roland McGrath <roland@hack.frob.com>
42502
42503 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
42504 Reported by Allan McRae <allan@archlinux.org>.
42505
6a9b9c02
JL
425062012-03-23 Jeff Law <law@redhat.com>
42507
42508 * nss/getnssent.c (__nss_getent): Fix typo.
42509
4c42a0c1
DM
425102012-03-23 David S. Miller <davem@davemloft.net>
42511
42512 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42513
1532c7ac
L
425142012-03-23 H.J. Lu <hongjiu.lu@intel.com>
42515
42516 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
42517 to pad to uint64_t for each field.
42518 (dl_tls_index): Replace unsigned long with uint64_t.
42519
3ff42526
PP
425202012-03-23 Daniel Jacobowitz <dmj@google.com>
42521 Paul Pluzhnikov <ppluzhnikov@google.com>
42522
42523 [BZ #6528]
42524 * grp/Makefile (otherlibs): Don't set it.
42525 * inet/Makefile (otherlibs): Likewise.
42526 * login/Makefile (otherlibs): Likewise.
42527 * nscd/Makefile (otherlibs): Likewise.
42528 * posix/Makefile (otherlibs): Likewise.
42529 * pwd/Makefile (otherlibs): Likewise.
42530 * rt/Makefile (otherlibs): Likewise.
42531 * sunrpc/Makefile (otherlibs): Likewise.
42532 * nss/Makefile (otherlibs): Likewise.
42533 Add libnss_files to routines and static-only-routines.
42534 ($(objpfx)getent): Remove rule.
42535 * resolv/Makefile: Add libnss_dns and libresolv to routines and
42536 static-only-routines.
42537
7c69cd14
JM
425382012-03-22 Joseph Myers <joseph@codesourcery.com>
42539
42540 [BZ #13892]
42541 * math/s_cexp.c: Include <float.h>.
42542 (__cexp): Handle exp result overflowing not necessarily
42543 overflowing both real and imaginary parts of result.
42544 * math/s_cexpf.c: Likewise.
42545 * math/s_cexpl.c: Likewise.
42546 * math/libm-test.inc (cexp_test): Add more tests.
42547 * sysdeps/i386/fpu/libm-test-ulps: Update.
42548 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42549
81b035fe
L
425502012-03-22 H.J. Lu <hongjiu.lu@intel.com>
42551
42552 * include/link.h (ELFW): New macro.
42553 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
42554 Replace ELF64_R_TYPE with ELFW(R_TYPE).
42555
1da7940c
L
425562012-03-22 H.J. Lu <hongjiu.lu@intel.com>
42557
42558 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
42559 with uint64_t.
42560
b749dbb9
L
425612012-03-22 H.J. Lu <hongjiu.lu@intel.com>
42562
42563 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
42564 declaration.
42565 (struct La_x32_retval): Likewise.
42566
2ff87f3f
L
425672012-03-22 H.J. Lu <hongjiu.lu@intel.com>
42568
42569 * sysdeps/x86_64/preconfigure.in: New file.
42570 * sysdeps/x86_64/preconfigure: New generated file.
42571
c0df8e69
JM
425722012-03-22 Joseph Myers <joseph@codesourcery.com>
42573
48e44791
JM
42574 [BZ #13824]
42575 * math/e_exp2l.c: Include <float.h>.
42576 (__ieee754_exp2l): Handle overflow and underflow cases
42577 separately. Only pass fractional part of argument to
42578 __ieee754_expl.
42579 * math/libm-test.inc (exp2_test): Add more tests.
42580
c0df8e69
JM
42581 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
42582 negating x to take absolute value.
42583 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
42584 Likewise.
42585 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
42586 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
42587 Likewise.
42588 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
42589 computing low part if x was negated.
42590 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
42591
c8e43ba7
L
425922012-03-21 H.J. Lu <hongjiu.lu@intel.com>
42593
42594 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
42595 la_x32_gnu_pltexit.
42596 (pltexit): Cast int_retval to ptrdiff_t.
42597 * elf/tst-auditmod3b.c: Likewise.
42598 * elf/tst-auditmod4b.c: Likewise.
42599 * elf/tst-auditmod5b.c: Likewise.
42600 * elf/tst-auditmod6b.c: Likewise.
42601 * elf/tst-auditmod6c.c: Likewise.
42602 * elf/tst-auditmod7b.c: Likewise.
42603
42604 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
42605 and x32_gnu_pltexit.
42606
42607 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
42608 __ELF_NATIVE_CLASS.
42609 (La_x32_regs): New macro.
42610 (La_x32_retval): Likewise.
42611 (la_x32_gnu_pltenter): New function prototype.
42612 (la_x32_gnu_pltexit): Likewise.
42613
7998fa78
AS
426142012-03-21 Andreas Schwab <schwab@linux-m68k.org>
42615
dcb33988
AS
42616 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
42617 exponent.
42618
233fc563
AS
42619 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42620
7998fa78
AS
42621 * configure.in (libc_cv_cc_nofma): Check for option to disable
42622 generation of FMA instructions.
42623 * configure: Regenerate.
42624 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
42625 * sysdeps/ieee754/dbl-64/Makefile: New file.
42626 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
42627 Remove brandred-fma4.
42628 (CFLAGS-brandred-fma4.c): Remove.
42629 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
42630 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
42631 define.
42632 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
42633 define.
42634
8e95c99a
L
426352012-03-21 H.J. Lu <hongjiu.lu@intel.com>
42636
42637 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42638 LLONG_MAX != LONG_MAX.
42639 (_itoa_word): Use _ITOA_WORD_TYPE on value.
42640 (_fitoa_word): Likewise.
42641 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
42642 LLONG_MAX != LONG_MAX.
42643 * stdio-common/_itowa.h: Include <_itoa.h>.
42644 (_itowa_word): Use _ITOA_WORD_TYPE on value.
42645 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
42646 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
42647 only if not defined.
42648 (_ITOA_WORD_TYPE): Likewise.
42649 (_itoa_word): Use _ITOA_WORD_TYPE on value.
42650 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
42651
6f4db457
DM
426522012-03-21 David S. Miller <davem@davemloft.net>
42653
42654 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42655
7785fe5a
L
426562012-03-21 H.J. Lu <hongjiu.lu@intel.com>
42657
42658 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
42659 of x86_64 when setting libc_cv_slibdir, libdir and
42660 libc_cv_localedir.
42661 * sysdeps/unix/sysv/linux/configure: Regenerated.
42662
4535cd55
JM
426632012-03-21 Joseph Myers <joseph@codesourcery.com>
42664
42665 * manual/lang.texi (Old Varargs): Remove section.
42666 (How Variadic): Update menu.
42667 (va_start): Do not mention varargs.h.
42668
17228132
TS
426692012-03-21 Thomas Schwinge <thomas@codesourcery.com>
42670 Joseph Myers <joseph@codesourcery.com>
42671
42672 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
42673 link test.
42674 * configure: Regenerated.
42675
8149f976
TS
426762012-03-21 Thomas Schwinge <thomas@codesourcery.com>
42677
05f3d1f6
UD
42678 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
42679 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
42680 conformtest.pl
8149f976 42681
1a4ac776
JM
426822012-03-21 Joseph Myers <joseph@codesourcery.com>
42683
be22ce65
JM
42684 * NOTES: Remove.
42685 * Makefile (files-for-dist): Remove NOTES.
42686 (NOTES): Remove rule.
42687 * README: Don't refer to NOTES.
42688 * manual/creature.texi: Don't include macros.texi.
42689 * manual/intro.texi (creature.texi): Remove comment referring to
42690 NOTES.
42691
40b601fb
JM
42692 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
42693 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
42694 * configure: Regenerated.
42695 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
42696 LIBC_TRY_CC_OPTION.
42697 (libc_cv_as_i686): Likewise.
42698 (libc_cv_cc_avx): Likewise.
42699 (libc_cv_cc_sse2avx): Likewise.
42700 (libc_cv_cc_fma4): Likewise.
42701 (libc_cv_cc_novzeroupper): Likewise.
42702 * sysdeps/i386/configure: Regenerated.
42703
1a4ac776
JM
42704 [BZ #13883]
42705 * sysdeps/i386/fpu/s_cexp.S: Remove.
42706 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42707 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42708 * math/libm-test.inc (cexp_test): Add more tests.
42709 * sysdeps/i386/fpu/libm-test-ulps: Update.
42710 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42711
a458e7fe
AM
427122012-03-21 Allan McRae <allan@archlinux.org>
42713
42714 * timezone/Makefile: Do not install iso3166.tab and zone.tab
42715
0cb7efc5
JM
427162012-03-21 Joseph Myers <joseph@codesourcery.com>
42717
42718 [BZ #13871]
42719 * math/w_exp2.c: Do not include <float.h>.
42720 (o_threshold, u_threshold): Remove.
42721 (__exp2): Calculate result before checking finiteness and calling
42722 __kernel_standard.
42723 * math/w_exp2f.c: Likewise.
42724 * math/w_exp2l.c: Likewise.
42725 * math/libm-test.inc (exp2_test): Require overflow exception for
42726 1e6 input.
2460d3aa
JM
42727
42728 [BZ #3866]
42729 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
42730 range of signed 64-bit integers before using fistpll. Remove
42731 checks for whether integers fit in mantissa bits.
42732 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
42733 the range of signed 32-bit integers before using fistpl. Remove
42734 checks for whether integers fit in mantissa bits.
42735 * sysdeps/i386/fpu/e_powl.S (p64): New object.
42736 (__ieee754_powl): Test for y outside the range of signed 64-bit
42737 integers before using fistpll. Reduce 64-bit values to 63-bit
42738 ones as needed.
42739 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
42740 divide-by-zero is raised for zero to large negative powers.
42741 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
42742 (__ieee754_powl): Test for y outside the range of signed 64-bit
42743 integers before using fistpll. Reduce 64-bit values to 63-bit
42744 ones as needed.
42745 * math/libm-test.inc (pow_test): Add more tests.
42746
eb96ffb0
L
427472012-03-20 H.J. Lu <hongjiu.lu@intel.com>
42748
42749 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
42750 <stdio-common/_itoa.h>.
42751 * debug/segfault.c: Likewise.
42752 * elf/dl-cache.c: Likewise.
42753 * elf/dl-minimal.c: Likewise.
42754 * elf/dl-misc.c: Likewise.
42755 * elf/dl-sysdep.c: Likewise.
42756 * elf/dl-version.c: Likewise.
42757 * elf/rtld.c: Likewise.
42758 * hurd/hurdsock.c: Likewise.
42759 * hurd/lookup-retry.c: Likewise.
42760 * malloc/malloc.c: Likewise.
42761 * malloc/mtrace.c: Likewise.
42762 * nscd/nscd_getgr_r.c: Likewise.
42763 * nscd/nscd_getpw_r.c: Likewise.
42764 * nscd/nscd_getserv_r.c: Likewise.
42765 * posix/getopt_init.c: Likewise.
42766 * posix/wordexp.c: Likewise.
42767 * stdio-common/_itoa.c: Likewise.
42768 * stdio-common/printf_fphex.c: Likewise.
42769 * stdio-common/vfprintf.c: Likewise.
42770 * string/_strerror.c: Likewise.
42771 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
42772 * sysdeps/i386/i686/hp-timing.h: Likewise.
42773 * sysdeps/mach/_strerror.c: Likewise.
42774 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
42775 * sysdeps/mach/hurd/sethostid.c: Likewise.
42776 * sysdeps/mach/hurd/xmknodat.c: Likewise.
42777 * sysdeps/mach/xpg-strerror.c: Likewise.
42778 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
42779 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
42780 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
42781 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
42782 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
42783 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
42784 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
42785 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
42786 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
42787 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
42788 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
42789 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
42790 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
42791 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
42792 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
42793 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
42794 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
42795 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
42796 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
42797 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
42798 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
42799
42800 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
42801
42802 * stdio-common/_itoa.h: Moved to ...
42803 * sysdeps/generic/_itoa.h: Here.
42804
42805 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
42806
42807 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
42808 instead of "_itoa.h" and "_itowa.h".
42809 * stdio-common/vfprintf.: Likewise.
42810
d1af992d
L
428112012-03-20 H.J. Lu <hongjiu.lu@intel.com>
42812
42813 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
42814 <bits/wordsize.h>.
42815 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
42816 (__signbit): Likwise.
42817 (llrintf): Likwise.
42818 (llrint): Likwise.
42819
114883e0
L
428202012-03-20 H.J. Lu <hongjiu.lu@intel.com>
42821
42822 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
42823 __WORDSIZE != 64.
42824
c135cc1b
JM
428252012-03-20 Joseph Myers <joseph@codesourcery.com>
42826
42827 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
42828 OVERFLOW_EXCEPTION_OK.
42829 * math/libm-test.inc ("Philosophy"): Update comment about
42830 exception testing.
42831 (OVERFLOW_EXCEPTION): Define.
42832 (OVERFLOW_EXCEPTION_OK): Likewise.
42833 (INVALID_EXCEPTION_OK): Renumber.
42834 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42835 (IGNORE_ZERO_INF_SIGN): Likewise.
42836 (test_exceptions): Handle FE_OVERFLOW.
42837 (exp10_test): Expect overflow exceptions.
42838 (exp2_test): Likewise.
42839 (expm1_test): Likewise.
42840 (nextafter_test): Likewise.
42841 (pow_test): Likewise.
42842 (scalbn_test): Likewise.
42843 (scalbln_test): Likewise.
42844
95443d88
L
428452012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42846
42847 * sysdeps/x86_64/bits/atomic.h
42848 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
42849 64bit integer.
42850 (atomic_exchange_acq): Likewise.
42851 (__arch_exchange_and_add_body): Likewise.
42852 (__arch_add_body): Likewise.
42853 (atomic_add_negative): Likewise.
42854 (atomic_add_zero): Likewise.
42855
490df6c4
L
428562012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42857
c2722551 42858 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
42859 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
42860
5e52b189
L
428612012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42862
42863 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
42864 Check __x86_64__ instead of __WORDSIZE.
42865
a9879d4c
L
428662012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42867
42868 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
42869
5df98260
DM
428702012-03-19 David S. Miller <davem@davemloft.net>
42871
e1497744
DM
42872 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42873
5df98260
DM
42874 * sysdeps/sparc/fpu/fenv_private.h: New file.
42875 * sysdeps/sparc/fpu/math_private.h: Use it.
42876 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
42877 Remove.
57f41c40 42878 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
42879 (libc_feholdexcept_setroundl): Remove.
42880 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
42881 Remove.
42882 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
42883 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
42884
b4c35121
L
428852012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42886
42887 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
42888 int64_t instead of long int.
42889 (INSERT_WORDS64): Likwise.
42890
56965fd7
L
428912012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42892
42893 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
42894 _Unwind_GetCFA return to _Unwind_Ptr first.
42895
83d1aec8
JM
428962012-03-19 Joseph Myers <joseph@codesourcery.com>
42897
1897ad44
JM
42898 [BZ #13629]
42899 * math/s_clog.c: Include <float.h>.
42900 (__clog): Scale large or subnormal inputs.
42901 * math/s_clogf.c: Likewise.
42902 * math/s_clogl.c: Likewise.
42903 * math/s_clog10.c: Include <float.h>.
42904 (M_LOG10_2): Define.
42905 (__clog10): Scale large or subnormal inputs.
42906 * math/s_clog10f.c: Likewise.
42907 * math/s_clog10l.c: Likewise.
42908 * math/libm-test.inc (clog_test): Add more tests.
42909 (clog10_test): Likewise.
42910 * sysdeps/i386/fpu/libm-test-ulps: Update.
42911 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42912
7726d6a9
JM
42913 [BZ #11451]
42914 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
42915 x and y.
42916 * math/libm-test.inc (atan2_test): Add another test.
42917
83d1aec8
JM
42918 * Makerules (common-objdir-compile): Remove.
42919 * sysdeps/unix/Makefile (config-generated): Do not add
42920 $(unix-generated) to variable.
42921 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
42922 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
42923 Remove rule.
42924 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
42925 Likewise.
42926 [generic bits/local_lim.h] (before-compile): Do not append to
42927 variable.
42928 [generic bits/local_lim.h] (common-generated): Likewise.
42929 [generic sys/param.h] (before-compile): Do not append to variable.
42930 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
42931 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
42932 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
42933 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
42934 include.
42935 [generic sys/param.h] (sys/param.h-includes): Remove variable.
42936 [generic sys/param.h] (sys/param.h-includes): Remove rule.
42937 [generic sys/param.h] ($(addprefix
42938 $(common-objpfx),$(sys/param.h-includes))): Likewise.
42939 [generic sys/param.h] (common-generated): Do not append to
42940 variable.
42941 [generic sys/param.h] (sysdep_headers): Likewise.
42942 [generic bits/errno.h] (before-compile): Do not append to
42943 variable.
42944 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
42945 rule.
42946 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
42947 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
42948 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
42949 [generic bits/errno.h] (common-generated): Do not append to
42950 variable.
42951 [generic bits/ioctls.h] (before-compile): Do not append to
42952 variable.
42953 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
42954 rule.
42955 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
42956 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
42957 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
42958 rule.
42959 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
42960 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
42961 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
42962 [generic bits/ioctls.h] (common-generated): Do not append to
42963 variable.
42964 [generic sys/syscall.h] (syscall.h): Remove variable.
42965 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
42966 rule.
42967 [generic sys/syscall.h] (before-compile): Do not append to
42968 variable.
42969 [generic sys/syscall.h] (common-generated): Likewise.
42970 * sysdeps/unix/errnos-tmpl.c: Remove file.
42971 * sysdeps/unix/errnos.awk: Likewise.
42972 * sysdeps/unix/ioctls-tmpl.c: Likewise.
42973 * sysdeps/unix/ioctls.awk: Likewise.
42974 * sysdeps/unix/mk-local_lim.c: Likewise.
42975 * sysdeps/unix/snarf-ioctls: Likewise.
42976
4851a949
RH
429772012-03-19 Richard Henderson <rth@twiddle.net>
42978
bd37f2ee
RH
42979 * sysdeps/i386/fpu/fenv_private.h: New file.
42980 * sysdeps/i386/fpu/math_private.h: Use it.
42981 (math_opt_barrier, math_force_eval): Remove.
42982 (libc_feholdexcept_setround_53bit): Remove.
42983 (libc_feupdateenv_53bit): Remove.
42984 * sysdeps/x86_64/fpu/math_private.h: Likewise.
42985 (math_opt_barrier, math_force_eval): Remove.
42986 (libc_feholdexcept): Remove.
42987 (libc_feholdexcept_setround): Remove.
42988 (libc_fetestexcept, libc_fesetenv): Remove.
42989 (libc_feupdateenv_test): Remove.
42990 (libc_feupdateenv, libc_feholdsetround): Remove.
42991 (libc_feresetround): Remove.
42992
d0adc922
RH
42993 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
42994 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
42995
0fe0f1f8
RH
42996 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
42997 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
42998 (libc_feupdateenv_testl): New.
42999 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43000 (libc_feupdateenv_testf): New.
43001 (libc_feupdateenv): Use libc_feupdateenv_test.
43002 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43003 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43004
eb92c487
RH
43005 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43006 (libc_feholdsetroundf, libc_feholdsetroundl): New.
43007 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43008 (libc_feresetround_noex): New.
43009 (libc_feresetround_noexf): New.
43010 (libc_feresetround_noexl): New.
43011 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43012 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43013 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43014 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43015 SET_RESTORE_ROUND.
43016 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43017 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43018 (__cos): Likewise.
43019 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43020 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43021 SET_RESTORE_ROUND_NOEX.
43022 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43023 SET_RESTORE_ROUND_NOEXF.
43024 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43025 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43026 (libc_feholdsetroundf): New.
43027 (libc_feresetround, libc_feresetroundf): New.
43028
7d2e8012
RH
43029 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43030 (libc_feholdexcept_setround_53bit): Convert from macro to function.
43031 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
43032
b4dabbb4
RH
43033 * sysdeps/generic/math_private.h: Include <fenv.h>.
43034 (default_libc_feholdexcept): New.
43035 (default_libc_feholdexcept_setround): New.
43036 (default_libc_fesetenv, default_libc_feupdateenv): New.
43037 (libc_feholdexcept): Only define if undefined.
43038 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43039 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43040 (libc_feholdexcept_setroundl): Likewise.
43041 (libc_feholdexcept_setround_53bit): Likewise.
43042 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43043 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43044 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43045 (libc_feupdateenv_53bit): Likewise.
43046 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43047 (libc_feholdexcept): Convert from macro to inline function.
43048 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43049 (libc_fesetenv, libc_feupdateenv): Likewise.
43050
4851a949
RH
43051 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43052 not previously defined.
43053 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43054 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43055 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43056 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43057 * sysdeps/ieee754/flt-32/math_private.h: New file.
43058 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43059 math_private.h below SET_FLOAT_WORD.
43060 (__isnan, __isinf_ns, __finite): Remove.
43061 (__isnanf, __isinf_nsf, __finitef): Remove.
43062
e79d442e
AS
430632012-03-18 Andreas Schwab <schwab@linux-m68k.org>
43064
43065 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43066
90b80344
DM
430672012-03-17 David S. Miller <davem@davemloft.net>
43068
43069 [BZ #6471]
43070 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43071 for 2.16.
43072
edc21804
DM
430732012-03-16 David S. Miller <davem@davemloft.net>
43074
77e927af
DM
43075 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43076 warnings.
43077
374976dd
DM
43078 [BZ #6471]
43079 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43080 properly.
43081 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43082 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43083 sysdep_routines when subdir is sysvipc.
43084 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43085 __getshmlba helper.
43086
edc21804
DM
43087 * sysdeps/sparc/fpu/libm-test/ulps: Update.
43088
473c3ef3
L
430892012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43090
43091 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43092 [__LP64__].
43093
eb0f39b6
L
430942012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43095
43096 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43097 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43098 (__lround): Renamed to ...
43099 (__llround): This. Replace long int with long long int.
43100 Define lround functions as aliases of llround functions.
43101 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43102
6b6cd74b
L
431032012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43104
43105 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43106 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
43107 adresses to uintptr_t. Replace "long int" and "unsigned long
43108 int" with "greg_t" on va_arg.
43109
f1a77b01
L
431102012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43111
43112 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43113 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43114
43115 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43116 Move e_machine check before EI_CLASS check. Handle x32
43117 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43118 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43119 SKIP_EM_IA_64 and include
43120 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43121
43122 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43123 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43124 (add_system_dir): New macro.
43125
43126 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43127 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43128
11b90b9f
JM
431292012-03-16 Joseph Myers <joseph@codesourcery.com>
43130
c36e1d23
JM
43131 [BZ #2551]
43132 [BZ #2552]
43133 [BZ #2553]
43134 [BZ #2554]
43135 [BZ #2562]
43136 [BZ #2563]
43137 [BZ #2565]
43138 [BZ #2566]
43139 [BZ #2576]
43140 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43141 (y0): Likewise.
43142 * math/w_j0f.c (j0f): Likewise.
43143 (y0f): Likewise.
43144 * math/w_j0l.c (__j0l): Likewise.
43145 (__y0l): Likewise.
43146 * math/w_j1.c (j1): Likewise.
43147 (y1): Likewise.
43148 * math/w_j1f.c (j1f): Likewise.
43149 (y1f): Likewise.
43150 * math/w_j1l.c (__j1l): Likewise.
43151 (__y1l): Likewise.
43152 * math/w_jn.c (jn): Likewise.
43153 (yn): Likewise.
43154 * math/w_jnf.c (jnf): Likewise.
43155 (ynf): Likewise.
43156 * math/w_jnl.c (__jnl): Likewise.
43157 (__ynl): Likewise.
43158 * math/libm-test.inc (j0_test): Add more tests.
43159 (j1_test): Likewise.
43160 (jn_test): Likewise. Add trailing semicolon to existing test.
43161 (y0_test): Likewise.
43162 (y1_test): Likewise.
43163 * sysdeps/i386/fpu/libm-test-ulps: Update.
43164 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43165
11b90b9f
JM
43166 [BZ #13851]
43167 [BZ #13854]
43168 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43169 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43170 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43171 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43172 (__tanl): Set errno for infinite argument.
43173 * sysdeps/i386/fpu/mptan.c: Remove.
43174 * sysdeps/i386/fpu/s_tan.S: Likewise.
43175 * sysdeps/i386/fpu/s_tanl.S: Likewise.
43176 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43177 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43178 * math/libm-test.inc (tan_test): Add more tests and enable more
43179 tests for double and long double.
43180 * sysdeps/i386/fpu/libm-test-ulps: Update.
43181 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43182
6a1bd2a1
JK
431832012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
43184
43185 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43186 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43187
10a803e0
RM
431882012-03-16 Roland McGrath <roland@hack.frob.com>
43189
43190 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43191 * configure.in: Use it for both main tree and add-ons.
43192 * configure: Regenerated.
43193
f196c7f7
L
431942012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43195
43196 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43197
8848d99d
JM
431982012-03-16 Joseph Myers <joseph@codesourcery.com>
43199
96cbe7f4
JM
43200 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43201 in comment.
43202
8848d99d
JM
43203 [BZ #13851]
43204 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43205 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43206 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43207 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43208 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43209 infinite argument.
43210 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43211 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43212 != 0 for prec == 2.
43213 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43214 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43215 * sysdeps/i386/fpu/s_cosl.S: Likewise.
43216 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43217 * sysdeps/i386/fpu/s_sinl.S: Likewise.
43218 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43219 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43220 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43221 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43222 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43223 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43224 * math/libm-test.inc (cos_test): Add more tests and enable more
43225 tests for long double.
43226 (sin_test): Likewise.
43227 (sincos_test): Likewise.
43228 * sysdeps/i386/fpu/libm-test-ulps: Update.
43229 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43230
dd7f4703
DM
432312012-03-16 David S. Miller <davem@davemloft.net>
43232
43233 * sysdeps/sparc/fpu/math_private.h: New file.
43234
006f1daa
DM
432352012-03-15 David S. Miller <davem@davemloft.net>
43236
c0c83bc8
DM
43237 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43238 file.
e6a62e18 43239 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
43240 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43241 file.
e6a62e18
DM
43242 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43243 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43244 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43245 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43246 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43247 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43248 sysdep routines.
43249 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43250
88cb87d9
DM
43251 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43252 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43253
006f1daa 43254 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
43255 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43256 sparc-ifunc.h
006f1daa 43257 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
43258 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43259 Likewise.
43260 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43261 Likewise.
006f1daa
DM
43262 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43263 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43264 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
43265 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43266 Likewise.
006f1daa
DM
43267 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43268 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43269 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43270 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
43271 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43272 Likewise.
43273 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43274 Likewise.
006f1daa
DM
43275 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43276 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43277 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43278 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43279 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43280 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43281 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43282 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43283 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43284 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43285 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43286 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43287 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43288 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43289 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43290 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43291 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43292 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43293 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43294 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43295 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43296 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43297 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43298 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43299
11e0098e
AS
433002012-03-15 Andreas Schwab <schwab@linux-m68k.org>
43301
43302 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43303 scaling.
43304 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43305
e85b09d0
AJ
433062012-03-15 Andreas Jaeger <aj@suse.de>
43307
43308 [BZ #13852]
43309 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43310 ieee754/flt-32 implementation for sin, cos and sincos.
43311 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43312 * sysdeps/i386/fpu/s_cosf.S: Likewise.
43313 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43314 * sysdeps/i386/fpu/s_sinf.S: Likewise.
43315 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43316 ieee754/flt-32 implementation for tan.
43317
43318 * math/libm-test.inc (cos_test): Enable some large input tests for
43319 float as well
43320 (sin_test): Likewise.
43321 (sincos_test): Likewise.
43322 (tan_test): Add tests for large input.
43323
43324 * sysdeps/i386/fpu/libm-test-ulps: Update.
43325
81c64153
AJ
433262012-03-15 Andreas Jaeger <aj@suse.de>
43327
43328 [BZ #13658]
43329 * math/libm-test.inc (cos_test): Add more test cases.
43330 (sin_test): Likewise.
43331 (sincos_test): Likewise.
43332
7bbfa5c6
AJ
433332012-03-15 Andreas Jaeger <aj@suse.de>
43334
43335 [BZ #13837]
43336 * math/libm-test.inc (cos_test): Add a test case for large input
43337 value.
43338 (sin_test): Likewise.
43339 (sincos_test): Likewise.
43340
57f41c40
AS
433412012-03-15 Andreas Jaeger <aj@suse.de>
43342 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
43343
43344 [BZ #13658]
0671f479 43345 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
43346 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43347 * sysdeps/i386/fpu/branred.c: Likewise.
43348 * sysdeps/i386/fpu/dosincos.c: Likewise.
43349 * sysdeps/i386/fpu/mpa.c: Likewise.
43350 * sysdeps/i386/fpu/s_cos.S: Likewise.
43351 * sysdeps/i386/fpu/s_sin.S: Likewise.
43352 * sysdeps/i386/fpu/s_sincos.S: Likewise.
43353 * sysdeps/i386/fpu/sincos32.c: Likewise.
43354
43355 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43356 Define.
43357 (libc_feupdateenv_53bit): Define.
43358 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43359 Define.
43360 (libc_feupdateenv_53bit): Define.
43361
43362 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43363 53 bit (without extend i386 double precision).
43364
43365 * math/libm-test.inc (sincos_test): Add tests for large input.
43366 (sin): Likewise.
43367 (cos): Likewise.
43368
43369 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43370
9cad04ea
AS
433712012-03-15 Andreas Schwab <schwab@linux-m68k.org>
43372
43373 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43374
f7062b9a
DM
433752012-03-15 David S. Miller <davem@davemloft.net>
43376
43377 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43378 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43379 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43380 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43381 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43382 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43383 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43384 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43385 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43386 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43387 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43388 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43389 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43390 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43391 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
43392 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43393 file.
f7062b9a 43394 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
43395 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43396 file.
f7062b9a 43397 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
43398 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43399 file.
f7062b9a 43400 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
43401 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43402 file.
f7062b9a
DM
43403 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43404 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43405 fmin/fmax sysdep routines.
43406 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43407
7bd951ff
DM
434082012-03-14 David S. Miller <davem@davemloft.net>
43409
559398ab
DM
43410 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43411 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43412 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43413 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43414 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43415 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43416 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43417 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43418 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43419 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43420 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43421 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43422 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43423 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43424 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43425 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43426 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43427 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43428 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43429 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43430 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43431 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43432 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43433 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43434 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43435 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43436 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43437 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
43438 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43439 routines.
43440 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43441 file.
559398ab 43442 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
43443 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43444 file.
559398ab 43445 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
43446 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43447 file.
559398ab 43448 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
43449 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43450 file.
559398ab 43451 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
43452 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43453 file.
559398ab 43454 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
43455 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43456 file.
43457 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43458 file.
43459 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43460 file.
43461 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43462 file.
43463 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43464 New file.
43465 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43466 file.
43467 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43468 file.
559398ab 43469 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
43470 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43471 file.
559398ab 43472 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
43473 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43474 file.
559398ab 43475 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
43476 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43477 file.
559398ab 43478 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
43479 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43480 VIS3 routines.
559398ab
DM
43481
43482 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43483 New file.
43484
5a1c1e32
DM
43485 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43486
eae47a36
DM
43487 * sysdeps/sparc/configure.in: New file.
43488 * sysdeps/sparc/configure: Generate.
43489 * configure.in (libc_cv_sparc_as_vis3): Substitute.
43490 * configure: Regenerate.
43491 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43492 * config.make.in (have-as-vis3): New.
43493 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43494 available use -Av9d instead of -Av9a.
43495 * sysdeps/sparc/sparc64/Makefile: Likewise.
43496 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
43497 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
43498 New file.
43499 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
43500 file.
43501 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
43502 New file.
43503 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
43504 file.
eae47a36
DM
43505 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
43506 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
43507 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
43508 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
43509 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
43510
c0c83bc8
DM
43511 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
43512 fzeros/fnegs to load 0x80000000 into a float register instead of
43513 using the stack.
7bd951ff
DM
43514 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
43515
bd951ccb
JM
435162012-03-14 Joseph Myers <joseph@codesourcery.com>
43517
43518 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43519 bits/syscall.h.
43520 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
43521 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
43522 ($(inst_includedir)/bits/syscall.h): Remove rule.
43523 ($(objpfx)bits/syscall.d): Include instead of
43524 $(objpfx)syscall-list.d.
43525 (generated): Change syscall-list.h and syscall-list.d to
43526 bits/syscall.h and bits/syscall.d.
43527
bb4e6db2
RM
435282012-03-14 Roland McGrath <roland@hack.frob.com>
43529
43530 [BZ #13846]
43531 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
43532
aa4a2ae1
JM
435332012-03-14 Joseph Myers <joseph@codesourcery.com>
43534
e456826d
JM
43535 [BZ #13841]
43536 * math/s_csqrt.c: Include <float.h>.
43537 (__csqrt): Scale large or subnormal inputs.
43538 * math/s_csqrtf.c: Likewise.
43539 * math/s_csqrtl.c: Likewise.
43540 * math/libm-test.inc (csqrt_test): Add more tests.
43541 * sysdeps/i386/fpu/libm-test-ulps: Update.
43542 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43543
aa4a2ae1
JM
43544 [BZ #13840]
43545 * math/libm-test.inc (hypot_test): Add more tests.
43546
7c10fd35
DM
435472012-03-13 David S. Miller <davem@davemloft.net>
43548
43549 [BZ #13840]
43550 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
43551 double-precision for the calculation instead of scaling.
43552
f453b98b
JM
435532012-03-13 Joseph Myers <joseph@codesourcery.com>
43554
43555 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
43556 manipulate bits before adding and subtracting TWO52[sx].
43557 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
43558 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
43559 Likewise.
43560 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
43561
09a3453f
DM
435622012-03-13 David S. Miller <davem@davemloft.net>
43563
8e59da90
DM
43564 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
43565 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
43566 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
43567 rtld-global-offsets.h
43568 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43569
2a8ab7f2
DM
43570 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
43571 large parameters.
43572
10f62770
DM
43573 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
43574
5f0bdb18
DM
43575 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
43576 'err' in the ifdef scope in which it is actually used.
43577
09a3453f
DM
43578 * nss/nss_db/db-init.c: Include string.h
43579
b4b2eb5e
DM
435802012-03-12 David S. Miller <davem@davemloft.net>
43581
98bb2f1c
DM
43582 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
43583 masking out of the most significant byte of random value used.
43584 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43585 Fix coding style in previous change.
43586
b4b2eb5e
DM
43587 * sysdeps/unix/sysv/linux/kernel-features.h
43588 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
43589 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
43590 expression.
43591 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
43592 later.
43593
6e226b09
DM
435942012-03-11 David S. Miller <davem@davemloft.net>
43595
a1bcbd40
DM
43596 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
43597 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
43598 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
43599 for 'resultvar' otherwise things get truncated on 64-bit.
43600
cb9d6174
DM
43601 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43602 Fix masking out of the most significant byte of random value used.
43603
6e226b09
DM
43604 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43605
058c132d
AS
436062012-03-10 Andreas Schwab <schwab@linux-m68k.org>
43607
43608 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43609
2d2cd515
DM
436102012-03-09 David S. Miller <davem@davemloft.net>
43611
43612 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
43613 variables with appropriate CPP guards.
57f41c40
AS
43614 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
43615 from the frame pointer, not the stack pointer. Correct layout
43616 comments. Fix test on resulting framesize and the management of
43617 the outregs buffer for pltexit. Preserve floating point return
43618 values across _dl_call_pltexit call.
2d2cd515
DM
43619 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
43620 framesize and the management of the outregs buffer for pltexit.
43621 Preserve floating point return values across _dl_call_pltexit
43622 call.
57f41c40
AS
43623 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
43624 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
43625 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
43626 (print_exit): Fix format string for return register value.
43627
9a07f9d0
JM
436282012-03-10 Joseph Myers <joseph@codesourcery.com>
43629
43630 * sunrpc/Makefile (others): Add rpcgen.
43631 ($(objpfx)rpcgen): Remove special build rule and dependency on
43632 libc.
43633 * sunrpc/rpcgen.c: New file.
43634
547b5e30
PE
436352012-03-09 Paul Eggert <eggert@cs.ucla.edu>
43636
c524201a
PE
43637 [BZ #13673]
43638 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
43639 * stdio-common/bug-vfprintf-nargs.c: Likewise.
43640 * sysdeps/i386/crti.S: Likewise.
43641 * sysdeps/i386/crtn.S: Likewise.
43642 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
43643 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
43644 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
43645 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
43646 * sysdeps/sh/crti.S: Likewise.
43647 * sysdeps/sh/crtn.S: Likewise.
43648 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
43649
7b6235f2
PE
43650 [BZ #13673]
43651 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
43652 with URL.
43653 * locale/programs/locfile-kw.gperf: Likewise.
43654 * locale/programs/charmap-kw.h: Regenerated.
43655 * locale/programs/locfile-kw.h: Likewise.
43656
547b5e30
PE
43657 [BZ #13673]
43658 * intl/plural.y: Replace FSF snail mail address with URL.
43659 * intl/plural.c: Regenerated.
43660
5f0a5dae
RH
436612012-03-09 Richard Henderson <rth@twiddle.net>
43662
43663 * include/math_private.h: Remove file.
43664 * math/math_private.h: Move file ...
43665 * sysdeps/generic/math_private.h: ... here.
43666
b8c03620
RH
43667 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
43668 * sysdeps/powerpc/fpu/math_private.h: Likewise.
43669 * sysdeps/x86_64/fpu/math_private.h: Likewise.
43670
4e234f5d 43671 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
43672 and <math_private.h>.
43673 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43674 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43675 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43676 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43677 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43678 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
43679 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43680 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43681 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43682 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43683 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43684 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43685 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43686 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43687 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43688 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43689 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43690 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43691 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43692 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43693 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43694 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43695 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43696 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43697 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
43698 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43699 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43700 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43701 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43702 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43703 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43704 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43705 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
43706 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43707 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43708 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43709 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43710 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43711 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43712 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43713 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
43714 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43715 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43716 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
43717 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
43718 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43719 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
43720 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
43721 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43722 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43723 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
43724 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
43725 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
43726 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43727 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
43728 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
43729 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43730 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
43731 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
43732 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
43733 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43734 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
43735 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43736 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43737 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
43738 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43739 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43740 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43741 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
43742 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
43743 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
43744 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43745 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
43746 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43747 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
43748 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
43749 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
43750 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43751 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
43752 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
43753 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
43754 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
43755 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
43756 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
43757 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43758 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
43759 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
43760 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
43761 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
43762 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43763 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43764 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
43765 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43766 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
43767 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
43768 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
43769 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43770 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
43771 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
43772 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
43773 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
43774 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
43775 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
43776 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
43777 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43778 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
43779 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
43780 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
43781 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43782 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43783 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43784 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43785 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
43786 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43787 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
43788 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43789 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43790 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43791 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43792 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43793 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43794 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43795 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43796 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
43797 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43798 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43799 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
43800 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
43801 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43802 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
43803 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
43804 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43805 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43806 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
43807 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
43808 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43809 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
43810 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43811 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
43812 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
43813 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43814 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43815 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43816 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
43817 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
43818 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43819 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43820 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43821 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
43822 * sysdeps/ieee754/k_standard.c: Likewise.
43823 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
43824 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
43825 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43826 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
43827 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
43828 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
43829 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
43830 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
43831 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
43832 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
43833 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
43834 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
43835 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
43836 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
43837 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
43838 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
43839 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
43840 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
43841 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
43842 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
43843 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
43844 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
43845 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43846 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43847 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
43848 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
43849 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43850 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43851 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43852 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43853 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
43854 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43855 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43856 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43857 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
43858 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43859 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43860 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
43861 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
43862 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43863 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
43864 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
43865 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
43866 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43867 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
43868 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
43869 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43870 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43871 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43872 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43873 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43874 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
43875 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43876 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
43877 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43878 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43879 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
43880 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
43881 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43882 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43883 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43884 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
43885 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43886 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
43887 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43888 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43889 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
43890 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
43891 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
43892 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
43893 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
43894 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43895 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
43896 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
43897 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
43898 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
43899 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
43900 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
43901 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
43902 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
43903 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
43904 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
43905 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43906 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43907 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
43908 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43909 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43910 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
43911 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
43912 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43913 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
43914 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43915 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
43916 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
43917 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43918 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43919 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
43920 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
43921 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
43922 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
43923 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43924 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43925 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43926 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43927 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
43928 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43929 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43930 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
43931 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
43932 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43933 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43934 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43935 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
43936 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43937 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
43938 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43939 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
43940 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43941 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43942 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
43943 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
43944 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
43945 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
43946 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
43947 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43948 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
43949 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43950 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43951 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43952 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43953 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43954 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43955 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43956 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
43957 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43958 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43959 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
43960 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
43961 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43962 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
43963 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
43964 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43965 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
43966 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
43967 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43968 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43969 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43970 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43971 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43972 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
43973 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43974 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43975 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43976 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43977 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
43978 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
43979 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43980 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43981 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43982 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
43983 * sysdeps/ieee754/s_lib_version.c: Likewise.
43984 * sysdeps/ieee754/s_matherr.c: Likewise.
43985 * sysdeps/ieee754/s_signgam.c: Likewise.
43986 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
43987 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
43988 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
43989 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
43990 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
43991 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
43992 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
43993 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
43994 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
43995 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
43996 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
43997 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
43998 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43999 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44000 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44001 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44002 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44003 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44004 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44005 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44006 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 44007
1991fa03
JM
440082012-03-09 Joseph Myers <joseph@codesourcery.com>
44009
44010 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44011 * sunrpc/rpc_main.c: Likewise.
44012 * sunrpc/rpc_svcout.c: Likewise.
44013
60d6f5a6
DM
440142012-03-09 David S. Miller <davem@davemloft.net>
44015
44016 * include/math_private.h: New file.
44017
4962050e
JM
440182012-03-09 Joseph Myers <joseph@codesourcery.com>
44019
02a6f887
JM
44020 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44021 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44022 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44023 from <bits/socket_type.h>.
44024 (enum __socket_type): Don't define here.
44025 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44026 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44027 bits/socket_type.h.
44028
c6e013c1
JM
44029 [BZ #13566]
44030 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44031 checking __USE_GNU.
44032
4962050e
JM
44033 * Makerules ($(inst_includedir)/%.h): New rule.
44034 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44035 (install-others): Remove variable setting.
44036 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44037
38842f45
RH
440382012-03-08 Richard Henderson <rth@twiddle.net>
44039
67bb6da6
RH
44040 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44041 from macro to inline function; merge with the
44042 !__LIBC_INTERNAL_MATH_INLINES version.
44043 (__ieee754_sqrtf): Likewise.
44044
15194b4b
RH
44045 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44046 to inline function.
44047 (__rintf, __floor, __floorf): Likewise.
44048
64e21ede
RH
44049 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44050 macro to inline function.
44051 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44052
38842f45
RH
44053 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44054 not <math/math_private.h>.
44055
c64bf5fe
DM
440562012-03-08 David S. Miller <davem@davemloft.net>
44057
44058 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44059 copyright year.
44060 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44061
82d86f28
TS
440622012-03-08 Thomas Schwinge <thomas@codesourcery.com>
44063
44064 * resolv/gai_misc.c (handle_requests): Fix struct timespec
44065 normalization.
44066 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44067 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44068
aea5d727
UD
440692012-03-08 Ulrich Drepper <drepper@gmail.com>
44070
44071 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
44072 be defined individually, they must be defined as a block. Define
44073 S for printing a string instead of hidint the different by using a
44074 macro for adding the 'l'.
44075 * stdio-common/tst-fphex-wide.c: Adjust.
44076
70bca0a3
MP
440772012-03-07 Marek Polacek <polacek@redhat.com>
44078
44079 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44080
65b81130
MP
440812012-03-08 Marek Polacek <polacek@redhat.com>
44082
44083 [BZ #13806]
44084 * stdio-common/Makefile (tests): Add tst-fphex-wide.
44085 * stdio-common/tst-fphex.c: Define a few macros to make the
44086 test reusable. Use them.
44087 * stdio-common/tst-fphex-wide.c: New file.
44088
07037eeb
JM
440892012-03-08 Joseph Myers <joseph@codesourcery.com>
44090
a7a93d50
JM
44091 [BZ #6911]
44092 * manual/macros.texi (gnusystems): New macro.
44093 (nongnusystems): Likewise.
44094 (gnulinuxhurdsystems): Likewise.
44095 (gnuhurdsystems): Likewise..
44096 (gnulinuxsystems): Likewise.
44097 * manual/charset.texi: Use new macros or @theglibc{} to refer to
44098 variants of the GNU system, not "GNU system".
44099 * manual/conf.texi: Likewise.
44100 * manual/errno.texi: Likewise. Update example of errno macro
44101 expansion.
44102 * manual/filesys.texi: Likewise.
44103 (getumask): Document as specific to GNU/Hurd.
44104 * manual/install.texi: Likewise. Reword some references to
44105 GNU/Linux.
44106 * manual/intro.texi: Likewise.
44107 * manual/io.texi: Likewise.
44108 (File Name Portability): Detail which constraints are inapplicable
44109 to all GNU systems and which are only inapplicable to GNU/Hurd.
44110 * manual/job.texi: Likewise.
44111 * manual/llio.texi: Likewise.
44112 (O_NOCTTY): Document as present on GNU/Linux.
44113 * manual/maint.texi: Likewise.
44114 * manual/memory.texi: Likewise.
44115 * manual/pattern.texi: Likewise.
44116 * manual/pipe.texi: Likewise.
44117 * manual/process.texi: Likewise.
44118 * manual/resource.texi: Likewise.
44119 (RUSAGE_CHILDREN): Remove statement about specifying a particular
44120 child on GNU/Hurd.
44121 * manual/setjmp.texi: Likewise.
44122 * manual/signal.texi: Likewise.
44123 * manual/startup.texi: Likewise.
44124 * manual/stdio.texi: Likewise.
44125 * manual/terminal.texi: Likewise.
44126 (ONLCR): Document as POSIX.
44127 (OXTABS): Document availability on GNU/Linux as XTABS.
44128 (ONOEOT): Document availability separately from other bits.
44129 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44130 * manual/time.texi: Likewise.
44131 * manual/users.texi: Likewise.
44132 * INSTALL: Regenerated.
44133 * sysdeps/gnu/errlist.c: Regenerated.
44134
07037eeb
JM
44135 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44136 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44137 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
44138 puts.
44139 * configure: Regenerated.
44140
d1d3431a
JM
441412012-03-07 Joseph Myers <joseph@codesourcery.com>
44142
af6a1e37
JM
44143 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44144 default includes instead of AC_HEADER_CHECK.
44145 * sysdeps/i386/configure: Regenerated.
44146
d1d3431a
JM
44147 [BZ #10716]
44148 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44149 * math/s_cacoshf.c (__cacoshf): Likewise.
44150 * math/s_cacoshl.c (__cacoshl): Likewise.
44151 * math/s_casinh.c (__casinh): Set signs of result from argument.
44152 * math/s_casinhf.c (__casinhf): Likewise.
44153 * math/s_casinhl.c (__casinhl): Likewise.
44154 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44155 (casinh_test): Add more tests.
44156 * sysdeps/i386/fpu/libm-test-ulps: Update.
44157 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44158
482ff4da
UD
441592012-03-07 Ulrich Drepper <drepper@gmail.com>
44160
872fda05
UD
44161 * po/zh_TW.po: Update from translation team.
44162
a4300c7a
UD
44163 * login/Makefile (distribute): Remove variable.
44164 * catgets/Makefile: Likewise.
44165 * mach/Makefile: Likewise.
44166 * malloc/Makefile: Likewise.
44167 * misc/Makefile: Likewise.
44168 * iconv/Makefile: Likewise.
44169 * nscd/Makefile: Likewise.
44170 * hurd/Makefile: Likewise.
44171 * manual/Makefile: Likewise.
44172 * locale/Makefile: Likewise.
44173 * intl/Makefile: Likewise.
44174 * conform/Makefile: Likewise.
44175 * nss/Makefile: Likewise.
44176 * time/Makefile: Likewise.
44177 * soft-fp/Makefile: Likewise.
44178 * dirent/Makefile: Likewise.
44179 * gmon/Makefile: Likewise.
44180 * po/Makefile: Likewise.
44181 * rt/Makefile: Likewise.
44182 * socket/Makefile: Likewise.
44183 * math/Makefile: Likewise.
44184 * signal/Makefile: Likewise.
44185 * debug/Makefile: Likewise.
44186 * elf/Makefile: Likewise.
44187 * timezone/Makefile: Likewise.
44188 * stdlib/Makefile: Likewise.
44189 * iconvdata/Makefile: Likewise.
44190 * sunrpc/Makefile: Likewise.
44191 * io/Makefile: Likewise.
44192 * argp/Makefile: Likewise.
44193 * inet/Makefile: Likewise.
44194 * hesiod/Makefile: Likewise.
44195 * grp/Makefile: Likewise.
44196 * csu/Makefile: Likewise.
44197 * wctype/Makefile: Likewise.
44198 * crypt/Makefile: Likewise.
44199 * libio/Makefile: Likewise.
44200 * string/Makefile: Likewise.
44201 * nis/Makefile: Likewise.
44202 * resolv/Makefile: Likewise.
44203 * stdio-common/Makefile: Likewise.
44204 * wcsmbs/Makefile: Likewise.
44205 * dlfcn/Makefile: Likewise.
44206 * posix/Makefile: Likewise.
44207
3b7c4e74 44208 [BZ #6959]
482ff4da
UD
44209 * timezone/Makefile: Don't install timezone files, just the programs
44210 and scripts.
44211
f72ed77d
UD
442122012-03-06 Ulrich Drepper <drepper@gmail.com>
44213
a000466f
UD
44214 * nss/databases.def: Add missing gshadow entry.
44215
f72ed77d
UD
44216 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
44217
a53b7a4e
MP
442182012-03-06 Marek Polacek <polacek@redhat.com>
44219
44220 [BZ #13726]
44221 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44222 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44223 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44224 * stdio-common/tst-long-dbl-fphex.c: New file.
44225
e9258400
DM
442262012-03-06 David S. Miller <davem@davemloft.net>
44227
44228 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44229 (set_obp_int): New function.
44230 (get_obp_int): New function.
44231 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
44232 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44233 Avoid unused variable warnings on 'val' and use builtin_expect.
44234 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44235 __builtin_expect.
e9258400
DM
44236 (INLINE_CLONE_SYSCALL): Likewise.
44237
3bd2c723
DM
442382012-03-05 David S. Miller <davem@davemloft.net>
44239
44240 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44241
bbb78d03
AS
442422012-03-05 Andreas Schwab <schwab@linux-m68k.org>
44243
884c5db4
AS
44244 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44245
bbb78d03
AS
44246 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44247 only for |x| >= 40.
44248 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44249
1c9f702a 442502012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
44251
44252 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44253 Replace gettimeofday with __vdso_gettimeofday.
44254
7be16f82
RM
44255 * sysdeps/unix/sysv/linux/x86_64/init-first.c
44256 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44257 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
44258
44259 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44260 time with __vdso_time.
44261
ed58a00f
JM
442622012-03-05 Joseph Myers <joseph@codesourcery.com>
44263
44264 * manual/lang.texi (size_t): Note types to which size_t may be
44265 equivalent with the GNU C Library, but do not describe when
44266 differences between them are significant.
44267
30ee4ced
AJ
442682012-03-05 Andreas Jaeger <aj@suse.de>
44269
44270 * sysdeps/i386/fpu/libm-test-ulps: Update.
44271
b7cd39e8
JM
442722012-03-05 Joseph Myers <joseph@codesourcery.com>
44273
44274 [BZ #3976]
44275 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44276 (__ieee754_pow): Save and restore rounding mode and use
44277 round-to-nearest for main computations.
44278 * math/libm-test.inc (pow_test_tonearest): New function.
44279 (pow_test_towardzero): Likewise.
44280 (pow_test_downward): Likewise.
44281 (pow_test_upward): Likewise.
44282 (main): Call the new functions.
44283 * sysdeps/i386/fpu/libm-test-ulps: Update.
44284 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
44285
44286 [BZ #3976]
44287 * math/libm-test.inc (cosh_test_tonearest): New function.
44288 (cosh_test_towardzero): Likewise.
44289 (cosh_test_downward): Likewise.
44290 (cosh_test_upward): Likewise.
44291 (sinh_test_tonearest): Likewise.
44292 (sinh_test_towardzero): Likewise.
44293 (sinh_test_downward): Likewise.
44294 (sinh_test_upward): Likewise.
44295 (main): Call the new functions.
44296 * sysdeps/i386/fpu/libm-test-ulps: Update.
44297 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44298
6c6a98c9
TV
442992012-03-05 Tom de Vries <tom@codesourcery.com>
44300
44301 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44302 default stack guard is set in last bytes.
44303 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44304
21bb2d2e 443052012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 44306
21bb2d2e 44307 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 44308
21bb2d2e
AJ
44309 [BZ #13656]
44310 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44311 possibly allocate from heap instead of stack.
44312 * stdio-common/bug-vfprintf-nargs.c: New file.
44313 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 44314
c6922934
AS
443152012-03-03 Andreas Schwab <schwab@linux-m68k.org>
44316
44317 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44318
bc957d53
MP
443192012-03-03 Marek Polacek <polacek@redhat.com>
44320
44321 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44322 * math/math_private.h: Likewise.
44323 * stdlib/tst-strtod.c: Likewise.
44324 * sysdeps/i386/i486/bits/atomic.h: Likewise.
44325 * sysdeps/x86_64/bits/atomic.h: Likewise.
44326
6358490d
DM
443272012-03-02 David S. Miller <davem@davemloft.net>
44328
44329 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44330 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44331 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44332 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44333 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44334 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44335 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44336 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44337
01ae168d
RM
443382012-03-02 Roland McGrath <roland@hack.frob.com>
44339
d9a17c07
RM
44340 [BZ #13792]
44341 * manual/examples/README: New file, says the example source files
44342 can be used under GPL>=2.
44343 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44344 line containing just "*/".
44345 * manual/examples/add.c: Add copyright header (GPL>=2).
44346 * manual/examples/argp-ex1.c: Likewise.
44347 * manual/examples/argp-ex2.c: Likewise.
44348 * manual/examples/argp-ex3.c: Likewise.
44349 * manual/examples/argp-ex4.c: Likewise.
44350 * manual/examples/atexit.c: Likewise.
44351 * manual/examples/db.c: Likewise.
44352 * manual/examples/dir.c: Likewise.
44353 * manual/examples/dir2.c: Likewise.
44354 * manual/examples/execinfo.c: Likewise.
44355 * manual/examples/filecli.c: Likewise.
44356 * manual/examples/filesrv.c: Likewise.
44357 * manual/examples/fmtmsgexpl.c: Likewise.
44358 * manual/examples/genpass.c: Likewise.
44359 * manual/examples/inetcli.c: Likewise.
44360 * manual/examples/inetsrv.c: Likewise.
44361 * manual/examples/isockad.c: Likewise.
44362 * manual/examples/longopt.c: Likewise.
44363 * manual/examples/memopen.c: Likewise.
44364 * manual/examples/memstrm.c: Likewise.
44365 * manual/examples/mkfsock.c: Likewise.
44366 * manual/examples/mkisock.c: Likewise.
44367 * manual/examples/mygetpass.c: Likewise.
44368 * manual/examples/pipe.c: Likewise.
44369 * manual/examples/popen.c: Likewise.
44370 * manual/examples/rprintf.c: Likewise.
44371 * manual/examples/search.c: Likewise.
44372 * manual/examples/select.c: Likewise.
44373 * manual/examples/setjmp.c: Likewise.
44374 * manual/examples/sigh1.c: Likewise.
44375 * manual/examples/sigusr.c: Likewise.
44376 * manual/examples/stpcpy.c: Likewise.
44377 * manual/examples/strdupa.c: Likewise.
44378 * manual/examples/strftim.c: Likewise.
44379 * manual/examples/strncat.c: Likewise.
44380 * manual/examples/subopt.c: Likewise.
44381 * manual/examples/swapcontext.c: Likewise.
44382 * manual/examples/termios.c: Likewise.
44383 * manual/examples/testopt.c: Likewise.
44384 * manual/examples/testpass.c: Likewise.
44385 * manual/examples/timeval_subtract.c: Likewise.
44386
01ae168d
RM
44387 [BZ #13792]
44388 * manual/time.texi (Elapsed Time): Move timeval_subtract example
44389 function to ...
44390 * manual/timeval_subtract.c.texi: ... here, new file.
44391
49efa33d
DM
443922012-03-02 David S. Miller <davem@davemloft.net>
44393
44394 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44395
28afd92d
JM
443962012-03-02 Joseph Myers <joseph@codesourcery.com>
44397
804360ed
JM
44398 [BZ #3976]
44399 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44400 (__sin): Save and restore rounding mode and use round-to-nearest
44401 for all computations.
44402 (__cos): Save and restore rounding mode and use round-to-nearest
44403 for all computations.
44404 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44405 <fenv.h>.
44406 (tan): Save and restore rounding mode and use round-to-nearest for
44407 all computations.
44408 * math/libm-test.inc (cos_test_tonearest): New function.
44409 (cos_test_towardzero): Likewise.
44410 (cos_test_downward): Likewise.
44411 (cos_test_upward): Likewise.
44412 (sin_test_tonearest): Likewise.
44413 (sin_test_towardzero): Likewise.
44414 (sin_test_downward): Likewise.
44415 (sin_test_upward): Likewise.
44416 (tan_test_tonearest): Likewise.
44417 (tan_test_towardzero): Likewise.
44418 (tan_test_downward): Likewise.
44419 (tan_test_upward): Likewise.
44420 (main): Call the new functions.
44421 * sysdeps/i386/fpu/libm-test-ulps: Update.
44422 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44423
a6d06d7b
JM
44424 [BZ #10135]
44425 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44426 small n, then large n, before computing and testing k+n.
44427 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44428 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44429 Likewise.
44430 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44431 Likewise.
44432 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44433 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44434 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44435 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44436 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44437 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44438 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44439 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44440 * math/libm-test.inc (scalbn_test): Add more tests.
44441 (scalbln_test): Likewise.
44442
07e12bb3
JM
44443 * manual/filesys.texi (mode_t): Describe constraints on size and
44444 signedness, not exact equivalence to a particular type.
44445 (ino_t): Likewise.
44446 (ino64_t): Likewise.
44447 (dev_t): Likewise.
44448 (nlink_t): Likewise.
44449 (blkcnt_t): Likewise.
44450 (blkcnt64_t): Likewise.
44451 * manual/llio.texi (off_t): Likewise.
44452
28afd92d
JM
44453 [BZ #3976]
44454 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44455 (__ieee754_exp): Save and restore rounding mode and use
44456 round-to-nearest for all computations.
44457 * math/libm-test.inc (exp_test_tonearest): New function.
44458 (exp_test_towardzero): Likewise.
44459 (exp_test_downward): Likewise.
44460 (exp_test_upward): Likewise.
44461 (main): Call the new functions.
44462 * sysdeps/i386/fpu/libm-test-ulps: Update.
44463 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44464
b1eeb65d
CD
444652012-03-01 Chris Demetriou <cgd@google.com>
44466
44467 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44468 have predictable order.
44469
53362a4b
DM
444702012-03-01 David S. Miller <davem@davemloft.net>
44471
3c969083
DM
44472 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44473
759707de
DM
44474 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44475 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44476 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44477 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44478
dfdb8ff2
DM
44479 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44480 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44481 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44482 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44483 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44484 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44485 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44486 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44487 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44488
ead89f96
DM
44489 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44490
7f66bd07
DM
44491 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44492 * sysdeps/sparc/fpu/libm-test-ulps: to here.
44493 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44494
53362a4b
DM
44495 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
44496 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44497 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
44498 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
44499 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
44500 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
44501 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
44502 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44503 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
44504 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
44505 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
44506 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
44507 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44508 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
44509 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
44510 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44511 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
44512 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
44513 * sysdeps/sparc/elf/configure: Regenerated.
44514
7b1902cb
JM
445152012-03-01 Joseph Myers <joseph@codesourcery.com>
44516
bec039bc
JM
44517 * configure.in (AS, LD): Require binutils 2.20 or later.
44518 * configure: Regenerated.
44519 * manual/install.texi (Tools for Compilation): Give binutils 2.20
44520 as required minimum version.
44521 * INSTALL: Regenerated.
44522
7b1902cb
JM
44523 [BZ #2541]
44524 [BZ #4108]
44525 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
44526 before squaring exponent.
44527 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
44528 bottom long double and 27 bits of top long double before squaring
44529 exponent.
44530 * math/libm-test.inc (erfc_test): Add more tests.
44531 * sysdeps/i386/fpu/libm-test-ulps: Update.
44532 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44533 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44534
f775c276
KT
445352012-03-01 Kai Tietz <ktietz@redhat.com>
44536
44537 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
44538 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
44539 containing bit-fields.
44540 * soft-fp/extended.h (_FP_UNION_E): Likewise.
44541 * soft-fp/single.h (_FP_UNION_S): Likewise.
44542 * soft-fp/double.h (_FP_UNION_D): Likewise.
44543
5b8a4d4a
JM
445442012-02-29 Joseph Myers <joseph@codesourcery.com>
44545
0bab47b6
JM
44546 [BZ #13786]
44547 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
44548 not include ../strcmp.S.
44549 [USE_AS_STRNCASECMP_L]: Likewise.
44550 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
44551 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
44552 * sysdeps/i386/i686/multiarch/strncase_l-c.c
44553 (__strncasecmp_l_ia32): Define as alias to
44554 __strncasecmp_l_nonascii.
44555
0fcad3e2
JM
44556 [BZ #5794]
44557 * math/libm-test.inc (expm1_test): Add test for bug 5794.
44558 * sysdeps/i386/fpu/libm-test-ulps: Update.
44559 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44560
5b8a4d4a
JM
44561 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
44562 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44563
8fdceb2e
JL
445642012-02-29 Jeff Law <law@redhat.com>
44565
44566 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
44567 out of bounds read.
44568
1f393a11
MP
445692012-02-29 Marek Polacek <polacek@redhat.com>
44570
44571 [BZ #13706]
44572 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
44573 * elf/Makefile: Add rules to run tst-unused-dep.out.
44574
8847f037
DM
445752012-02-28 David S. Miller <davem@davemloft.net>
44576
44577 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
44578 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
44579 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
44580 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
44581 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
44582 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
44583
169d7f11
JM
445842012-02-29 Joseph Myers <joseph@codesourcery.com>
44585
44586 * math/libm-test.inc (llround_test): Move one test from
44587 lround_test. Use TEST_f_L in moved test.
44588 (lround_test): Move misplaced test to llround_test. Add testcase
44589 from bug 2561.
44590
39adf059
UD
445912012-02-28 Ulrich Drepper <drepper@gmail.com>
44592
44593 * sysdeps/x86_64/fpu/e_expf.S: New file.
44594 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
44595
71b5d1c5
SB
445962012-02-28 Stanislav Brabec <sbrabec@suse.cz>
44597
44598 [BZ #13637]
44599 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
44600 of remain_len that may cause incomplete multi-byte character and
44601 false match.
44602 * posix/bug-regex33.c: New file.
44603 * posix/Makefile (tests): Add bug-regex33.
44604
1f77f049
JM
446052012-02-28 Joseph Myers <joseph@codesourcery.com>
44606
44607 * manual/macros.texi: New file.
44608 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
44609 * manual/libc.texinfo: Include macros.texi.
44610 * manual/creatute.texi: Likewise.
44611 * manual/install.texi: Likewise.
44612 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
44613 @glibcadj{} in references to the GNU C Library.
44614 * manual/charset.texi: Likewise.
44615 * manual/conf.texi: Likewise.
44616 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
44617 when not using those macros.
44618 * manual/creature.texi: Likewise.
44619 * manual/crypt.texi: Likewise.
44620 * manual/errno.texi: Likewise.
44621 * manual/filesys.texi: Likewise.
44622 * manual/header.texi: Likewise.
44623 * manual/install.texi: Likewise.
44624 * manual/intro.texi: Likewise.
44625 * manual/io.texi: Likewise.
44626 * manual/job.texi: Likewise.
44627 * manual/lang.texi: Likewise.
44628 * manual/libc.texiinfo: Likewise.
44629 * manual/llio.texi: Likewise.
44630 * manual/locale.texi: Likewise.
44631 * manual/maint.texi: Likewise.
44632 * manual/math.texi: Likewise.
44633 * manual/memory.texi: Likewise.
44634 * manual/message.texi: Likewise.
44635 * manual/nss.texi: Likewise.
44636 * manual/pattern.texi: Likewise.
44637 * manual/process.texi: Likewise.
44638 * manual/resource.texi: Likewise.
44639 * manual/search.texi: Likewise.
44640 * manual/setjmp.texi: Likewise.
44641 * manual/signal.texi: Likewise.
44642 * manual/socket.texi: Likewise.
44643 * manual/startup.texi: Likewise.
44644 * manual/stdio.texi: Likewise.
44645 * manual/string.texi: Likewise.
44646 * manual/sysinfo.texi: Likewise.
44647 * manual/syslog.texi: Likewise.
44648 * manual/terminal.texi: Likewise.
44649 * manual/time.texi: Likewise.
44650 * manual/users.texi: Likewise.
44651 * INSTALL: Regenerated.
44652 * NOTES: Regenerated.
d40c5d54 44653 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 44654
450bf206
AS
446552012-02-28 Andreas Schwab <schwab@linux-m68k.org>
44656
44657 * include/dirent.h: Include <dirstream.h> before
44658 <dirent/dirent.h>.
44659
741a235b
DM
446602012-02-28 David S. Miller <davem@davemloft.net>
44661
44662 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
44663 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
44664 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
44665 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
44666
d6b5aa58
DM
446672012-02-27 David S. Miller <davem@davemloft.net>
44668
1aff59a3
DM
44669 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
44670 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
44671 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
44672 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
44673
d6b5aa58
DM
44674 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
44675 frame pointer instead of stack pointer relative arg slot.
44676 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44677 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44678 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44679
433f48bf
CD
446802012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
44681
44682 [BZ #3992]
44683 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
44684
d674b76d
DM
446852012-02-27 David S. Miller <davem@davemloft.net>
44686
44687 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
44688 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44689 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44690 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
44691 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44692 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44693 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
44694 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
44695
0e7727f7
JM
446962012-02-27 Joseph Myers <joseph@codesourcery.com>
44697
44698 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
44699 later. Allow versions 5-9.
43be4ca2 44700 * configure: Regenerated.
0e7727f7
JM
44701 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
44702 required minimum version and 4.6 as recommended version. Do not
44703 mention bugs in GCC 2.7 and 2.8.
43be4ca2 44704 * INSTALL: Regenerated.
0e7727f7 44705
a78bc654
DM
447062012-02-27 David S. Miller <davem@davemloft.net>
44707
428d5830
DM
44708 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
44709 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
44710 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
44711 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
44712 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
44713 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
44714 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
44715 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
44716
a78bc654
DM
44717 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
44718 manipulate bits before adding and subtracting TWO112[sx].
44719 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
44720
4579f81c
RM
447212012-02-27 Roland McGrath <roland@hack.frob.com>
44722
36c8acb4
RM
44723 [BZ #13775]
44724 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
44725 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
44726 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
44727 being in POSIX, because they are in 1003.1-2008.
44728
84ad622b
RM
44729 * rt/tst-aio.c: Include <fcntl.h>.
44730 * rt/tst-aio7.c: Likewise.
44731 * rt/tst-aio64.c: Likewise.
44732
4579f81c
RM
44733 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
44734
abd923db
JM
447352012-02-27 Joseph Myers <joseph@codesourcery.com>
44736
44737 * manual/install.texi (--with-headers): Describe headers as
44738 interface headers, not private headers.
44739 (Specific advice for GNU/Linux systems): Describe use of headers
44740 from "make headers_install", not private headers from older
44741 kernels.
43be4ca2 44742 * INSTALL: Regenerated.
abd923db
JM
44743 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
44744 Change to 2.6.19.
44745 * sysdeps/unix/sysv/linux/configure: Regenerated.
44746
6664049b
JM
44747 * manual/llio.texi (fclean): Remove documentation.
44748
bb8b6697
JM
44749 * manual/Makefile (libc-texi-generated): New variable. Include
44750 version.texi.
44751 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
44752 $(libc-texi-generated), not duplicated list of files.
44753 (version.texi, stamp-version): New rules.
44754 (realclean): Remove $(libc-texi-generated), not individual files
44755 from that list. Do not remove dir-add.texinfo.
44756 * manual/libc.texinfo: Comment out uses of edition numbers and
44757 references to printed manual. Remove last-updated dates.
44758 (EDITION): Comment out.
44759 (ISBN): Likewise.
44760 (VERSION, UPDATED): Remove.
44761 (version.texi): Include.
44762
12e5c3b9
AS
447632012-02-27 Andreas Schwab <schwab@linux-m68k.org>
44764
44765 * sysdeps/posix/spawni.c: Include <signal.h>.
44766 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
44767 * sysdeps/pthread/aio_fsync.c: Likewise.
44768
4efeffc1 447692012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 44770
ba63ba08
UD
44771 * conform/Makefile (tests): Run only when not cross-compiling and
44772 when fast-check is not defined.
44773
d94a4670
UD
44774 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
44775 * conform/data/limits.h-data: Fixes for POSIX2008.
44776 * conform/run-conformtest.sh: Run all tests.
44777 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
44778 headers.
44779 * include/bits/dlfcn.h: Likewise.
44780 * include/langinfo.h: Likewise.
44781 * include/monetary.h: Likewise.
44782 * include/sys/poll.h: Likewise.
44783
44784 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
44785 for __USE_GNU.
44786 * posix/spawn.h: Define __need_sigset_t.
44787 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
44788 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
44789 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
44790 to get sigevent_t only.
44791 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
44792 only for __USE_GNU.
44793 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44794 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44795 process_vm_writev only for __USE_GNU.
44796 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
44797
44798 * conform/Makefile: For now ignore errors from run-conformtest.
44799 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
44800 POSIX to avoid namespace pollution. Don't prepend headers.
44801 * conform/data/aio.h-data: Fixes for POSIX testing.
44802 * conform/data/fcntl.h-data: Likewise.
44803 * conform/data/glob.h-data: Likewise.
44804 * conform/data/grp.h-data: Likewise.
44805 * conform/data/pthread.h-data: Likewise.
44806 * conform/data/pwd.h-data: Likewise.
44807 * conform/data/signal.h-data: Likewise.
44808 * conform/data/spawn.h-data: Likewise.
44809 * conform/data/stdio.h-data: Likewise.
44810 * conform/data/stdlib.h-data: Likewise.
44811 * conform/data/stropts.h-data: Likewise.
44812 * conform/data/sys/mman.h-data: Likewise.
44813 * conform/data/sys/stat.h-data: Likewise.
44814 * conform/data/sys/types.h-data: Likewise.
44815 * conform/data/sys/wait.h-data: Likewise.
44816 * conform/data/time.h-data: Likewise.
44817 * conform/data/unistd.h-data: Likewise.
44818 * conform/data/utime.h-data: Likewise.
44819
44820 * io/sys/stat.h: fchmod was always in POSIX.
44821 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
44822 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
44823 * rt/aio.h: Define __need_timespec before including <time.h>.
44824 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
44825 struct. Add forward declaration of pthread_attr_t and use it in
44826 sigevent.
44827 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
44828 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
44829 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
44830 always remove CLK_TCK definition.
44831
c20105c3
AS
448322012-02-26 Andreas Schwab <schwab@linux-m68k.org>
44833
44834 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
44835
7a270350
UD
448362012-02-25 Ulrich Drepper <drepper@gmail.com>
44837
31341567
UD
44838 * conform/run-conformtest.sh: New file.
44839 * conform/Makefile: Run run-conformtest for tests.
44840 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
44841 support.
44842
44843 * conform/data/uchar.h-data: New file.
44844 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
44845 * conform/data/arpa/inet.h-data: Likewise.
44846 * conform/data/assert.h-data: Likewise.
44847 * conform/data/complex.h-data: Likewise.
44848 * conform/data/cpio.h-data: Likewise.
44849 * conform/data/ctype.h-data: Likewise.
44850 * conform/data/dirent.h-data: Likewise.
44851 * conform/data/dlfcn.h-data: Likewise.
44852 * conform/data/errno.h-data: Likewise.
44853 * conform/data/fcntl.h-data: Likewise.
44854 * conform/data/float.h-data: Likewise.
44855 * conform/data/fmtmsg.h-data: Likewise.
44856 * conform/data/fnmatch.h-data: Likewise.
44857 * conform/data/ftw.h-data: Likewise.
44858 * conform/data/glob.h-data: Likewise.
44859 * conform/data/grp.h-data: Likewise.
44860 * conform/data/iconv.h-data: Likewise.
44861 * conform/data/inttypes.h-data: Likewise.
44862 * conform/data/langinfo.h-data: Likewise.
44863 * conform/data/libgen.h-data: Likewise.
44864 * conform/data/limits.h-data: Likewise.
44865 * conform/data/locale.h-data: Likewise.
44866 * conform/data/math.h-data: Likewise.
44867 * conform/data/monetary.h-data: Likewise.
44868 * conform/data/mqueue.h-data: Likewise.
44869 * conform/data/ndbm.h-data: Likewise.
44870 * conform/data/net/if.h-data: Likewise.
44871 * conform/data/netdb.h-data: Likewise.
44872 * conform/data/netinet/in.h-data: Likewise.
44873 * conform/data/nl_types.h-data: Likewise.
44874 * conform/data/poll.h-data: Likewise.
44875 * conform/data/pthread.h-data: Likewise.
44876 * conform/data/pwd.h-data: Likewise.
44877 * conform/data/regex.h-data: Likewise.
44878 * conform/data/sched.h-data: Likewise.
44879 * conform/data/search.h-data: Likewise.
44880 * conform/data/semaphore.h-data: Likewise.
44881 * conform/data/setjmp.h-data: Likewise.
44882 * conform/data/signal.h-data: Likewise.
44883 * conform/data/spawn.h-data: Likewise.
44884 * conform/data/stdarg.h-data: Likewise.
44885 * conform/data/stdio.h-data: Likewise.
44886 * conform/data/stdlib.h-data: Likewise.
44887 * conform/data/string.h-data: Likewise.
44888 * conform/data/strings.h-data: Likewise.
44889 * conform/data/stropts.h-data: Likewise.
44890 * conform/data/sys/ipc.h-data: Likewise.
44891 * conform/data/sys/mman.h-data: Likewise.
44892 * conform/data/sys/msg.h-data: Likewise.
44893 * conform/data/sys/resource.h-data: Likewise.
44894 * conform/data/sys/select.h-data: Likewise.
44895 * conform/data/sys/sem.h-data: Likewise.
44896 * conform/data/sys/shm.h-data: Likewise.
44897 * conform/data/sys/socket.h-data: Likewise.
44898 * conform/data/sys/stat.h-data: Likewise.
44899 * conform/data/sys/statvfs.h-data: Likewise.
44900 * conform/data/sys/time.h-data: Likewise.
44901 * conform/data/sys/timeb.h-data: Likewise.
44902 * conform/data/sys/times.h-data: Likewise.
44903 * conform/data/sys/types.h-data: Likewise.
44904 * conform/data/sys/uio.h-data: Likewise.
44905 * conform/data/sys/un.h-data: Likewise.
44906 * conform/data/sys/utsname.h-data: Likewise.
44907 * conform/data/sys/wait.h-data: Likewise.
44908 * conform/data/syslog.h-data: Likewise.
44909 * conform/data/tar.h-data: Likewise.
44910 * conform/data/termios.h-data: Likewise.
44911 * conform/data/utime.h-data: Likewise.
44912 * conform/data/utmpx.h-data: Likewise.
44913 * conform/data/varargs.h-data: Likewise.
44914 * conform/data/wchar.h-data: Likewise.
44915 * conform/data/wctype.h-data: Likewise.
44916 * conform/data/wordexp.h-data: Likewise.
44917
44918 * include/stropts.h: New file.
44919 * include/uchar.h: New file.
44920 * include/aio.h: Changes to allow conformtest.pl to use the headers.
44921 * include/assert.h: Likewise.
44922 * include/ctype.h: Likewise.
44923 * include/dirent.h: Likewise.
44924 * include/dlfcn.h: Likewise.
44925 * include/fcntl.h: Likewise.
44926 * include/fnmatch.h: Likewise.
44927 * include/glob.h: Likewise.
44928 * include/grp.h: Likewise.
44929 * include/libio.h: Likewise.
44930 * include/locale.h: Likewise.
44931 * include/math.h: Likewise.
44932 * include/net/if.h: Likewise.
44933 * include/netdb.h: Likewise.
44934 * include/netinet/in.h: Likewise.
44935 * include/pthread.h: Likewise.
44936 * include/pwd.h: Likewise.
44937 * include/regex.h: Likewise.
44938 * include/sched.h: Likewise.
44939 * include/search.h: Likewise.
44940 * include/setjmp.h: Likewise.
44941 * include/signal.h: Likewise.
44942 * include/stdio.h: Likewise.
44943 * include/stdlib.h: Likewise.
44944 * include/string.h: Likewise.
44945 * include/sys/cdefs.h: Likewise.
44946 * include/sys/mman.h: Likewise.
44947 * include/sys/msg.h: Likewise.
44948 * include/sys/resource.h: Likewise.
44949 * include/sys/select.h: Likewise.
44950 * include/sys/socket.h: Likewise.
44951 * include/sys/stat.h: Likewise.
44952 * include/sys/statvfs.h: Likewise.
44953 * include/sys/time.h: Likewise.
44954 * include/sys/times.h: Likewise.
44955 * include/sys/uio.h: Likewise.
44956 * include/sys/utsname.h: Likewise.
44957 * include/sys/wait.h: Likewise.
44958 * include/termios.h: Likewise.
44959 * include/time.h: Likewise.
44960 * include/ulimit.h: Likewise.
44961 * include/unistd.h: Likewise.
44962 * include/utime.h: Likewise.
44963 * include/wchar.h: Likewise.
44964 * include/wctype.h: Likewise.
44965 * include/wordexp.h: Likewise.
44966
44967 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
44968
7a270350
UD
44969 * time/time.h: TIME_UTC must be a macro.
44970 Make timespec_get available for ISO C11 only as well.
44971
7724defc
UD
449722012-02-24 Ulrich Drepper <drepper@gmail.com>
44973
44974 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
44975 Reported by Peng Haitao <penght@cn.fujitsu.com>.
44976
6b1d1d46
JM
449772012-02-24 Joseph Myers <joseph@codesourcery.com>
44978
44979 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 44980
0f8bbd69
JM
449812012-02-24 Joseph Myers <joseph@codesourcery.com>
44982
44983 * manual/texinfo.tex: Update to version 2012-01-19.16.
44984
66ab80bc
JM
449852012-02-24 Joseph Myers <joseph@codesourcery.com>
44986
44987 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
44988
74981cc5
RM
449892012-02-24 Roland McGrath <roland@hack.frob.com>
44990
ee968201
RM
44991 [BZ #13738]
44992 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
44993 * manual/fdl-1.3.texi: New file.
44994 * manual/fdl-1.1.texi: File removed.
44995
74981cc5
RM
44996 [BZ #13738]
44997 * manual/libc.texinfo (FDL_VERSION): New @set.
44998 Use it for mention of FDL in cover text.
44999 (Documentation License): Use it in @include file name.
45000
7bb764bc
JM
450012012-02-22 Joseph Myers <joseph@codesourcery.com>
45002 Roland McGrath <roland@hack.frob.com>
45003
45004 [BZ #5461]
57f41c40
AS
45005 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45006 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
45007 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45008 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
45009 name.
45010 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45011
6cbeae47
JM
450122012-02-22 Joseph Myers <joseph@codesourcery.com>
45013
45014 [BZ #2547]
45015 [BZ #11365]
45016 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45017 manipulate bits before adding and subtracting TWO23[sx].
45018 * math/libm-test.inc (nearbyint_test): Add more tests.
45019
fe45ce09
JM
450202012-02-22 Joseph Myers <joseph@codesourcery.com>
45021
45022 [BZ #2548]
45023 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45024 bits before adding and subtracting TWO23[sx].
45025 * math/libm-test.inc (rint_test): Add more tests.
45026 (rint_test_tonearest): Likewise.
45027 (rint_test_towardzero): Likewise.
45028 (rint_test_downward): Likewise.
45029 (rint_test_upward: Likewise.
45030
ff3b3d82
JM
450312012-02-22 Joseph Myers <joseph@codesourcery.com>
45032
45033 [BZ #10110]
45034 * include/stdc-predef.h: New file. Extracted from features.h.
45035 * include/features.h: Include stdc-predef.h.
45036 * Makefile (headers): Add stdc-predef.h.
45037 * CONFORMANCE (Compiler limitations): Update.
45038
ef0aab35
JM
450392012-02-22 Joseph Myers <joseph@codesourcery.com>
45040
45041 * manual/libc.texinfo (VERSION, UPDATED): Revert.
45042
58639409
DM
450432012-02-21 David S. Miller <davem@davemloft.net>
45044
45045 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45046 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45047
c0e70b25
DM
450482012-02-20 David S. Miller <davem@davemloft.net>
45049
45050 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45051 using a normal save/restore sequence, rather than allocating a
45052 dummy stack frame just to store a frame pointer and restore.
45053 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45054
fb06851d
JM
450552012-02-21 Joseph Myers <joseph@codesourcery.com>
45056
45057 * manual/install.texi: Fix stray word in line-wrapped comment.
45058
7a8b71c3
DM
450592012-02-20 David S. Miller <davem@davemloft.net>
45060
d510c123
DM
45061 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45062 both binutils and gcc support GOTDATA.
45063
0722d7c2
DM
45064 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45065 "rd %pc" in the PIC register setup sequences.
45066
3d2b3019
DM
45067 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45068 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45069 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45070 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45071 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45072 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45073 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45074 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45075 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45076 (SYSCALL_ERROR_HANDLER): Likewise.
45077 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45078 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45079 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45080 (SYSCALL_ERROR_HANDLER): Likewise.
45081
c80098a9
DM
45082 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45083 (HAVE_GCC_GOTDATA): New.
45084 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45085 relocation support in both binutils and gcc.
45086 * sysdeps/sparc/elf/configure: Regenerate.
45087
3a2545a0
DM
45088 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45089 * sysdeps/sparc/sparc32/elf/configure: Delete.
45090 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45091 * sysdeps/sparc/sparc64/elf/configure: Delete.
45092 * sysdeps/sparc/elf/configure.in: New file.
45093 * sysdeps/sparc/elf/configure: Generate.
45094
7a8b71c3
DM
45095 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45096 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45097 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45098 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45099 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45100
f1e86fca
JM
451012012-02-21 Joseph Myers <joseph@codesourcery.com>
45102
45103 * manual/install.texi: Do not mention specific glibc version
45104 numbers.
45105 * manual/libc.texinfo (VERSION, UPDATED): Update.
45106 (@copying): Use @copyright{} and range of years.
45107
0e7dfaef
JM
451082012-02-21 Joseph Myers <joseph@codesourcery.com>
45109
45110 [BZ #13695]
45111 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45112 [crti.S not in sysdirs] (generated): Do not append.
45113 [crti.S not in sysdirs] (omit-deps): Likewise.
45114 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45115 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45116 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45117 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45118 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45119 Likewise.
45120 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45121 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45122 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45123 * csu/defs.awk: Remove file.
45124 * sysdeps/generic/initfini.c: Likewise.
45125 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45126 variable.
45127 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45128 Likewise.
45129
599af3ca
JM
451302012-02-20 Joseph Myers <joseph@codesourcery.com>
45131
45132 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45133 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45134 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45135 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45136 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45137 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45138 <bits/epoll.h>.
45139 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45140 (__EPOLL_PACKED): Define to empty if not defined by
45141 <bits/epoll.h>.
45142 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45143 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45144 bits/epoll.h.
45145
0e499750
JM
451462012-02-20 Joseph Myers <joseph@codesourcery.com>
45147
45148 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45149 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45150 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45151 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45152 <bits/timerfd.h>.
45153 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45154 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45155 bits/timerfd.h.
45156
5ad91f6e
JM
451572012-02-20 Joseph Myers <joseph@codesourcery.com>
45158
45159 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45160 in C locale.
45161 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45162 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45163 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45164 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45165
06b99b02
AJ
451662012-02-20 Aurelien Jarno <aurelien@aurel32.net>
45167
45168 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45169 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45170
7638c0fd
AS
451712012-02-19 Andreas Schwab <schwab@linux-m68k.org>
45172
45173 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45174 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45175 defined.
45176 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45177 Likewise.
45178 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45179 entry for 2.16.
45180
92221550
AJ
451812012-02-19 Aurelien Jarno <aurelien@aurel32.net>
45182
45183 * math/w_acos.c: Use non-signaling floating-point comparisons.
45184 * math/w_acosf.c: Likewise.
45185 * math/w_acosh.c: Likewise.
45186 * math/w_acoshf.c: Likewise.
45187 * math/w_acoshl.c: Likewise.
45188 * math/w_acosl.c: Likewise.
45189 * math/w_asin.c: Likewise.
45190 * math/w_asinf.c: Likewise.
45191 * math/w_asinl.c: Likewise.
45192 * math/w_atanh.c: Likewise.
45193 * math/w_atanhf.c: Likewise.
45194 * math/w_atanhl.c: Likewise.
45195 * math/w_exp2.c: Likewise.
45196 * math/w_exp2f.c: Likewise.
45197 * math/w_exp2l.c: Likewise.
45198 * math/w_j0.c: Likewise.
45199 * math/w_j0f.c: Likewise.
45200 * math/w_j0l.c: Likewise.
45201 * math/w_j1.c: Likewise.
45202 * math/w_j1f.c: Likewise.
45203 * math/w_j1l.c: Likewise.
45204 * math/w_jn.c: Likewise.
45205 * math/w_jnf.c: Likewise.
45206 * math/w_log.c: Likewise.
45207 * math/w_log10.c: Likewise.
45208 * math/w_log10f.c: Likewise.
45209 * math/w_log10l.c: Likewise.
45210 * math/w_log2.c: Likewise.
45211 * math/w_log2f.c: Likewise.
45212 * math/w_log2l.c: Likewise.
45213 * math/w_logf.c: Likewise.
45214 * math/w_logl.c: Likewise.
45215 * math/w_sqrt.c: Likewise.
45216 * math/w_sqrtf.c: Likewise.
45217 * math/w_sqrtl.c: Likewise.
45218 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45219 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45220 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45221 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45222 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45223
ebaf36eb
JM
452242012-02-19 Joseph Myers <joseph@codesourcery.com>
45225
45226 [BZ #9739]
45227 * manual/string.texi (strnlen): Use correct parameter name in
45228 equivalent expression.
45229
71c254a6
JM
452302012-02-19 Joseph Myers <joseph@codesourcery.com>
45231
45232 [BZ #11174]
45233 * manual/users.texi (seteuid): Consistently use neweuid for
45234 argument name.
45235
16d2c631
JM
452362012-02-19 Joseph Myers <joseph@codesourcery.com>
45237
45238 [BZ #13704]
45239 * manual/nss.texi (Services in the NSS configuration): Correct
45240 list of services in example configuration file.
45241
cd837b09
NB
452422012-02-19 Nick Bowler <nbowler@draconx.ca>
45243
45244 [BZ #11322]
45245 * manual/arith.texi: Remove statements about negative zero
45246 behaving identically to zero.
45247
02c4bbad
JM
452482012-02-18 Joseph Myers <joseph@codesourcery.com>
45249
45250 [BZ #5993]
45251 * manual/install.texi: Do not document upgrading from libc5.
45252
366842e7
JM
452532012-02-18 Joseph Myers <joseph@codesourcery.com>
45254
45255 [BZ #4596]
45256 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45257
dd54084d
DM
452582012-02-18 David S. Miller <davem@davemloft.net>
45259
45260 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45261 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45262 %o7 across the call.
45263 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45264 instead.
45265 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45266 SETUP_PIC_REG_LEAF.
45267 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45268 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45269 * sysdeps/sparc/crtn.S: Likewise.
45270
2bcc53a3
UD
452712012-02-17 Ulrich Drepper <drepper@gmail.com>
45272
45273 * aout/Makefile: Remove.
45274
09c093b5
RK
452752012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
45276
45277 [BZ #13058]
45278 * manual/examples/argp-ex1.c (main): Format definition in GNU
45279 style.
45280 * manual/examples/argp-ex2.c (main): Likewise.
45281 * manual/examples/argp-ex3.c (main): Likewise.
45282 * manual/examples/argp-ex4.c (main): Likewise.
45283 * manual/examples/longopt.c (main): Use new-style prototype
45284 definition.
45285 * manual/examples/strncat.c (main): Specify return type and use
45286 (void) for arguments.
45287 * manual/examples/subopt.c (main): Use char **argv argument.
45288
2ee633a2
JM
452892012-02-17 Joseph Myers <joseph@codesourcery.com>
45290
45291 [BZ #5077]
45292 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45293 rounding modes.
45294
0520adde
FB
452952012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
45296
45297 [BZ #6907]
45298 * manual/string.texi (strchr): Change when strchrnul is
45299 recommended.
45300
3f4081cd
DGM
453012012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
45302
45303 [BZ #174]
45304 * manual/locale.texi (setlocale): Document LOCPATH.
45305
d1b10e78
JM
453062012-02-17 Joseph Myers <joseph@codesourcery.com>
45307
45308 [BZ #10210]
45309 * manual/process.texi (execle): Move @dots{} before last argument.
45310
79c6869c
PB
453112012-02-17 Paul Bolle <pebolle@tiscali.nl>
45312
45313 [BZ #12047]
45314 * manual/charset.texi (Generic Charset Conversion): Fix typo
45315 (LC_TYPE -> LC_CTYPE).
45316
cc6e48bc
NB
453172012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
45318
45319 [BZ #5805]
45320 * manual/arith.texi (scalbn): Use @var{} on parameter names.
45321 (scalbnf): Likewise.
45322 (scalbnl): Likewise.
45323 (scalbln): Likewise.
45324 (scalblnf): Likewise.
45325 (scalblnl): Likewise.
45326 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45327 (vwarnx): Likewise.
45328 (verr): Likewise.
45329 (verrx): Likewise.
45330 * manual/filesys.texi (telldir): Use braces around return type.
45331 * manual/llio.texi (mmap): Add space after comma.
45332 (mmap64): Likewise.
45333 * manual/math.texi (jn): Use @var{} on parameter names.
45334 (jnf): Likewise.
45335 (jnl): Likewise.
45336 (yn): Likewise.
45337 (ynf): Likewise.
45338 (ynl): Likewise.
45339 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45340 line.
45341 * manual/resource.texi (ulimit): Use @dots{} instead of literal
45342 "...".
45343 (sched_get_priority_min): Remove semicolon on @deftypefun line.
45344 (sched_get_priority_max): Likewise.
45345 * manual/signal.texi (sigvec): Add space after comma.
45346 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45347 names.
45348 (if_indextoname): Likewise.
45349 (if_freenameindex): Likewise.
45350 (sendto): Use ',' instead of '.' in prototype.
45351 * manual/startup.texi (syscall): Use @dots{} instead of literal
45352 "...".
45353 * manual/stdio.texi (__fpending): Separate initial words of
45354 paragraph from @deftypefun line.
45355 * manual/syslog.texi (syslog): Use @dots{} instead of literal
45356 "...".
45357 (vsyslog): Use @var{} on parameter names.
45358 * manual/terminal.texi (stty): Use @var{} on parameter names.
45359 * manual/users.texi (getutmp): Use @var{} on parameter names.
45360 (getutmpx): Likewise.
45361
5b23062f
JM
453622012-02-17 Joseph Myers <joseph@codesourcery.com>
45363
45364 [BZ #6884]
45365 * manual/stdio.texi (fopen): Fix typos in description of
45366 ",ccs=STRING".
45367
8dee4833
AJ
453682012-02-17 Aurelien Jarno <aurelien@aurel32.net>
45369
45370 [BZ #4026]
45371 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45372 get clock_id definition.
45373
9078ce93
TS
453742012-02-17 Thomas Schwinge <thomas@schwinge.name>
45375
45376 [BZ #4822]
45377 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45378 (madvise): Cast every argument to void on its own.
45379
3835c55f
JM
453802012-02-17 Joseph Myers <joseph@codesourcery.com>
45381
45382 [BZ #9902]
45383 * manual/startup.texi (Exit Status): Fix typo.
45384
35c47e37
JM
453852012-02-17 Joseph Myers <joseph@codesourcery.com>
45386
45387 [BZ #10140]
45388 * manual/examples/argp-ex1.c: Include <stdlib.h>.
45389 * manual/examples/argp-ex2.c: Likewise.
45390 * manual/examples/argp-ex3.c: Likewise.
45391
e3b69ca7
RH
453922012-02-16 Richard Henderson <rth@redhat.com>
45393
45394 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45395 * sysdeps/s390/s390-32/initfini.c: Remove.
45396 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45397 * sysdeps/s390/s390-64/initfini.c: Remove.
45398
df83af67
KK
453992012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
45400
45401 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45402 compiler output for sysdeps/generic/initfini.c.
45403 * sysdeps/sh/elf/initfini.c: Remove file.
45404
f63f3380
DM
454052012-02-16 David S. Miller <davem@davemloft.net>
45406
fb59b3a4
DM
45407 [BZ #11494]
45408 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45409
f63f3380
DM
45410 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45411 * sysdeps/sparc/crti.S: New file.
45412 * sysdeps/sparc/crtn.S: New file.
45413 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45414 * sysdeps/sparc/sparc64/Makefile: Likewise.
45415
df6a4a4a
MF
454162012-02-15 Mike Frysinger <vapier@gentoo.org>
45417
6dd8f3dc 45418 [BZ #3335]
df6a4a4a
MF
45419 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45420
1cac7236
RM
454212012-02-15 Roland McGrath <roland@hack.frob.com>
45422
d2c736f8
RM
45423 [BZ #4822]
45424 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45425
1cac7236
RM
45426 * mach/devstream.c (cookie_io_functions_t): Macro removed.
45427 (write, read, close): Likewise.
45428 Patch by Aurelien Jarno <aurelien@aurel32.net>.
45429
8e475601
JM
454302012-02-15 Joseph Myers <joseph@codesourcery.com>
45431
45432 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45433 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45434 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45435 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45436 <bits/signalfd.h>.
45437 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45438 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45439 bits/signalfd.h.
45440
ed656b40
MP
454412012-02-14 Marek Polacek <polacek@redhat.com>
45442
45443 * sysdeps/x86_64/crti.S: New file.
45444 * sysdeps/x86_64/crtn.S: New file.
45445 * sysdeps/x86_64/elf/initfini.c: Remove file.
45446
2a979d3a
JM
454472012-02-13 Joseph Myers <joseph@codesourcery.com>
45448
45449 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45450 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45451 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45452 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45453 <bits/inotify.h>.
45454 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45455 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45456 bits/inotify.h.
45457
2a418ac3
JM
454582012-02-13 Joseph Myers <joseph@codesourcery.com>
45459
45460 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45461 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45462 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45463 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45464 <bits/eventfd.h>.
45465 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45466 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45467 bits/eventfd.h.
45468
fb779be7
TS
454692012-02-10 Thomas Schwinge <thomas@codesourcery.com>
45470
e19e83c5
RM
45471 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45472 __feraiseexcept instead of feraiseexcept.
7c35ffed 45473
fb779be7
TS
45474 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45475 nanosleep invocations.
45476 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45477 strings, and add error checking for a nanosleep invocations.
45478
59ba27a6
PE
454792012-02-09 Paul Eggert <eggert@cs.ucla.edu>
45480
45481 Replace FSF snail mail address with URLs, as per GNU coding standards.
45482 Most of the snail mail addresses were wrong anyway, and omitting
45483 them makes the source code easier to maintain. Almost all of the
45484 changes are to license notices and to locale LC_IDENTIFICATION
45485 addresses, except for this one:
45486 * manual/libc.texinfo: In "Published by", give the FSF's URL,
45487 not its snail mail address.
45488
57b957eb
RH
454892012-02-09 Richard Henderson <rth@twiddle.net>
45490
af850b1c
RH
45491 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45492 of kernel-features.h.
45493
57b957eb
RH
45494 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
45495
6b73181a
MP
454962012-02-08 Marek Polacek <polacek@redhat.com>
45497
45498 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
45499 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
45500 * sysdeps/gnu/_G_config.h: Likewise.
45501 * sysdeps/generic/_G_config.h: Likewise.
45502
26ecc33a
AS
455032012-02-08 Andreas Schwab <schwab@linux-m68k.org>
45504
6c6dbc63
AS
45505 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
45506 tests.
45507 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45508
e216c012
AS
45509 * sysdeps/powerpc/powerpc32/crti.S: New file.
45510 * sysdeps/powerpc/powerpc32/crtn.S: New file.
45511 * sysdeps/powerpc/powerpc64/crti.S: New file.
45512 * sysdeps/powerpc/powerpc64/crtn.S: New file.
45513
26ecc33a
AS
45514 * Makeconfig (have-initfini): Don't set.
45515 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
45516 * configure.in (nopic_initfini): Don't substitute.
45517 * config.h.in (HAVE_INITFINI): Don't #undef.
45518 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
45519 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
45520
3add8e13
JM
455212012-02-08 Joseph Myers <joseph@codesourcery.com>
45522
45523 Support crti.S and crtn.S provided directly by architectures.
45524 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
45525 [crti.S in sysdirs] (omit-deps): Likewise.
45526 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
45527 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
45528 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
45529 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
45530 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
45531 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
45532 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
45533 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
45534 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
45535 compiler output for sysdeps/generic/initfini.c.
45536 * sysdeps/i386/elf/Makefile: Remove file.
45537 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
45538
a22f12b4
MP
455392012-02-07 Marek Polacek <polacek@redhat.com>
45540
45541 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
45542 * sysdeps/gnu/_G_config.h: Likewise.
45543 * sysdeps/mach/hurd/_G_config.h: Likewise.
45544
148cf100
MP
455452012-02-07 Marek Polacek <polacek@redhat.com>
45546
45547 * math/Makefile (tests): Add tst-CMPLX2.
45548 * math/tst-CMPLX2.c: New file.
45549
cfdc0dd7
AS
455502012-02-07 Andreas Schwab <schwab@linux-m68k.org>
45551
84ba42c4
AS
45552 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45553
cfdc0dd7
AS
45554 * math/libm-test.inc (jn_test): Add missing L suffix.
45555
622c86f4
MP
455562012-02-06 Marek Polacek <polacek@redhat.com>
45557
45558 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
45559 * sysdeps/i386/fpu/e_powf.S: Likewise.
45560 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45561 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45562 * sysdeps/i386/fpu/e_acosh.S: Likewise.
45563 * sysdeps/i386/fpu/e_pow.S: Likewise.
45564 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45565 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45566 * sysdeps/i386/fpu/s_expm1.S: Likewise.
45567 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45568 * sysdeps/i386/fpu/e_log2.S: Likewise.
45569 * sysdeps/i386/fpu/e_log2l.S: Likewise.
45570 * sysdeps/i386/fpu/e_scalb.S: Likewise.
45571 * sysdeps/i386/fpu/e_powl.S: Likewise.
45572 * sysdeps/i386/fpu/s_log1p.S: Likewise.
45573 * sysdeps/i386/fpu/e_log10f.S: Likewise.
45574 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45575 * sysdeps/i386/fpu/e_logl.S: Likewise.
45576 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45577 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
45578 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45579 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45580 * sysdeps/i386/fpu/e_log2f.S: Likewise.
45581 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45582 * sysdeps/i386/fpu/e_log.S: Likewise.
45583 * sysdeps/i386/fpu/s_cexp.S: Likewise.
45584 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45585 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
45586 * sysdeps/i386/fpu/e_logf.S: Likewise.
45587 * sysdeps/i386/fpu/e_log10l.S: Likewise.
45588 * sysdeps/i386/fpu/e_atanh.S: Likewise.
45589 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
45590 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
45591 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45592 * sysdeps/i386/fpu/e_log10.S: Likewise.
45593 * sysdeps/i386/fpu/s_frexp.S: Likewise.
45594 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45595 * sysdeps/i386/fpu/s_asinh.S: Likewise.
45596 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
45597 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45598 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
45599 * sysdeps/i386/asm-syntax.h: Likewise.
45600 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45601 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45602 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45603 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
45604 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
45605 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45606 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
45607 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
45608 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45609 * sysdeps/powerpc/sysdep.h: Likewise.
45610 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
45611 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
45612
d4a54ac6
JM
456132012-02-06 Joseph Myers <joseph@codesourcery.com>
45614
45615 [BZ #411]
45616 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
45617
314054ea
JM
456182012-02-06 Joseph Myers <joseph@codesourcery.com>
45619
45620 * sysdeps/i386/sysdep.h: Include <features.h>.
45621 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
45622 version.
45623
d8e0ca50
JM
456242012-02-05 Joseph Myers <joseph@codesourcery.com>
45625
45626 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
45627 Define.
45628 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
45629 LOAD_PIC_REG_STR.
45630
b1da7dd9
JM
456312012-02-03 Joseph Myers <joseph@codesourcery.com>
45632
45633 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
45634 (SETUP_PIC_REG): Use GET_PC_THUNK.
45635 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
45636 macro.
45637
9a1d9254
JM
456382012-02-03 Joseph Myers <joseph@codesourcery.com>
45639
45640 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
45641 for non-PIC compilation.
45642 (SETUP_PIC_REG): Add .p2align directive.
45643 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
45644 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
45645 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
45646 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
45647 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
45648 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
45649 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
45650 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
45651 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
45652 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
45653 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
45654 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
45655 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
45656 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
45657 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
45658 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
45659 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
45660 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
45661 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
45662 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
45663 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
45664 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
45665 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
45666 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
45667 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
45668 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
45669 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45670 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
45671 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
45672 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
45673 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
45674 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45675 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
45676 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
45677 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
45678 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
45679 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
45680 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
45681 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
45682 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
45683 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
45684
65dc3b75
JM
456852012-02-03 Joseph Myers <joseph@codesourcery.com>
45686
45687 * math/tst-CMPLX.c: Include <stdio.h>.
45688
d55bf177
JM
456892012-01-31 Joseph Myers <joseph@codesourcery.com>
45690
45691 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
45692 float.
45693 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
45694 * sysdeps/sparc/bits/mathdef.h: Likewise.
45695
69db4f8f
MP
456962012-01-31 Marek Polacek <polacek@redhat.com>
45697
45698 * libio/libio.h: Don't define _PARAMS.
45699 * locale/programs/config.h: Don't define PARAMS.
45700 * stdlib/strtol_l.c: Likewise.
45701 (__strtol_l): Remove PARAMS from the prototype.
45702
41b81892
UD
457032012-01-31 Ulrich Drepper <drepper@gmail.com>
45704
3b49edc0
UD
45705 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
45706 names. Just use the correct names. Remove unnecessary wrapper
45707 functions.
45708 * malloc/arena.c: Likewise.
45709 * malloc/hooks.c: Likewise.
45710
41b81892
UD
45711 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
45712 ARENA_TEST says not to. Simplify test for creation of a new arena.
45713 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
45714
27a25b6e
UD
457152012-01-30 Ulrich Drepper <drepper@gmail.com>
45716
45717 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
45718 into tail calls.
45719 (update_get_addr): New function.
45720 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
45721 GET_ADDR_MODULE parameter.
45722
c8a89e7d
JM
457232012-01-30 Joseph Myers <joseph@codesourcery.com>
45724
45725 * crypt/cert.c: Remove __STDC__ conditionals.
45726 * crypt/crypt-entry.c: Likewise.
45727 * crypt/crypt_util.c: Likewise.
45728 * libio/filedoalloc.c: Likewise.
45729 * libio/fileops.c: Likewise.
45730 * libio/genops.c: Likewise.
45731 * libio/iofclose.c: Likewise.
45732 * libio/iofdopen.c: Likewise.
45733 * libio/iofopen.c: Likewise.
45734 * libio/iofopen64.c: Likewise.
45735 * libio/iogetdelim.c: Likewise.
45736 * libio/iopopen.c: Likewise.
45737 * libio/obprintf.c: Likewise.
45738 * libio/oldfileops.c: Likewise.
45739 * libio/oldiofclose.c: Likewise.
45740 * libio/oldiofdopen.c: Likewise.
45741 * libio/oldiofopen.c: Likewise.
45742 * libio/oldiopopen.c: Likewise.
45743 * libio/wfiledoalloc.c: Likewise.
45744 * libio/wgenops.c: Likewise.
45745 * locale/programs/xmalloc.c: Likewise.
45746 * misc/syslog.c: Likewise.
45747 * stdio-common/xbug.c: Likewise.
45748 * string/memchr.c: Likewise.
45749 * string/memcmp.c: Likewise.
45750 * string/memrchr.c: Likewise.
45751 * string/rawmemchr.c: Likewise.
45752 * sysdeps/posix/getcwd.c: Likewise.
45753 * time/strftime_l.c: Likewise.
45754
3b100462
JM
457552012-01-30 Joseph Myers <joseph@codesourcery.com>
45756
45757 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
45758 * config.make.in (config-cflags-sse2avx): Define.
45759 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
45760 Fix typo.
45761
607998af
CM
457622012-01-29 Chris Metcalf <cmetcalf@tilera.com>
45763
45764 * scripts/config.guess: Update from upstream config git repository.
45765 * scripts/config.sub: Likewise.
45766
3601428f
CM
457672012-01-28 Chris Metcalf <cmetcalf@tilera.com>
45768
3ac8b282
CM
45769 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
45770 (EM_NUM): Update.
45771 (R_TILEPRO_*, R_TILEGX_*): New macros.
45772
e034841e
CM
45773 * scripts/firstversions.awk: Fix bug in version range handling.
45774
540d7568
CM
45775 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
45776
3601428f
CM
45777 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
45778
463de862
CM
45779 * include/sys/epoll.h: New file.
45780 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
45781 libc_hidden_def.
45782
73139a76
UD
457832012-01-28 Ulrich Drepper <drepper@gmail.com>
45784
96bc5b45
UD
45785 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
45786 Avoid unnecessary __WORDSIZE == 64 test.
45787 (fmaxf): Use VEX format if possible.
45788 (fmax): Likewise.
45789 (fminf): Likewise.
45790 (fmin): Likewise.
45791
56f6f6a2
UD
45792 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
45793 * math/math_private.h: Remove libc_fegetround* and
45794 libc_fesetround*.
45795 * sysdeps/i386/configure.in: Check for -msse2avx.
45796 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
45797 also if SSE2AVX is defined.
45798 Remove libc_fegetround* and libc_fesetround*.
45799 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
45800 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
45801 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
45802 of HAS_YMM_USABLE.
45803 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45804 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45805 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45806 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45807 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45808
73139a76
UD
45809 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
45810
d73f93a4
AZ
458112012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45812
45813 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
45814 size is not set.
45815 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
45816
6ee65ed6
UD
458172012-01-27 Ulrich Drepper <drepper@gmail.com>
45818
45819 [BZ #13618]
45820 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
45821 relocation.
45822 * Makeconfig (libm): Define.
45823 * elf/Makefile: Add rules to build and run tst-relsort1.
45824 * elf/tst-relsort1.c: New file.
45825 * elf/tst-relsort1mod1.c: New file.
45826 * elf/tst-relsort1mod2.c: New file.
45827
8db21882
JM
458282012-01-27 Joseph Myers <joseph@codesourcery.com>
45829
45830 * math/s_ldexp.c: Remove __STDC__ conditionals.
45831 * math/s_ldexpf.c: Likewise.
45832 * math/s_ldexpl.c: Likewise.
45833 * math/s_nextafter.c: Likewise.
45834 * math/s_nexttowardf.c: Likewise.
45835 * math/s_significand.c: Likewise.
45836 * math/s_significandf.c: Likewise.
45837 * math/s_significandl.c: Likewise.
45838 * math/w_jnl.c: Likewise.
45839 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
45840 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
45841 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
45842 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
45843 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
45844 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
45845 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
45846 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
45847 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
45848 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
45849 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
45850 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45851 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
45852 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
45853 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
45854 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
45855 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
45856 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
45857 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
45858 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45859 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45860 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45861 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45862 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45863 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45864 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45865 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45866 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45867 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45868 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45869 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45870 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45871 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45872 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45873 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45874 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45875 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45876 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45877 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45878 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45879 * sysdeps/ieee754/k_standard.c: Likewise.
45880 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45881 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45882 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45883 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45884 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45885 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45886 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45887 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45888 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45889 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45890 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45891 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45892 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45893 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45894 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45895 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45896 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45897 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45898 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45899 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45900 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45901 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45902 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45903 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45904 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45905 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45906 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45907 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45908 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45909 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45910 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45911 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
45912 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45913 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45914 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45915 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45916 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
45917 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45918 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45919 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
45920 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
45921 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45922 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
45923 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
45924 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45925 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
45926 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
45927 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45928 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45929 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
45930 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
45931 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45932 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45933 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45934 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45935 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45936 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
45937 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45938 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45939 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45940 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45941 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45942 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45943 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45944 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45945 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45946 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45947 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45948 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45949 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45950 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45951 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45952 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45953 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45954 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45955 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45956 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45957 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45958 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45959 * sysdeps/ieee754/s_matherr.c: Likewise.
45960 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45961 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45962 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45963 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45964
965a54a4
JM
459652012-01-26 Joseph Myers <joseph@codesourcery.com>
45966
45967 * crypt/md5.h: Remove __STDC__ conditionals.
45968 * libio/libioP.h: Likewise.
45969 * locale/programs/config.h: Likewise.
45970 * sysdeps/generic/sysdep.h: Likewise.
45971 * sysdeps/i386/asm-syntax.h: Likewise.
45972 * sysdeps/s390/asm-syntax.h: Likewise.
45973 * sysdeps/unix/sysdep.h: Likewise.
45974 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
45975 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
45976
7071ad79
JM
459772012-01-26 Joseph Myers <joseph@codesourcery.com>
45978
45979 * libio/libio.h: Remove __STDC__ conditionals.
45980 * malloc/obstack.h: Likewise.
45981 * math/complex.h: Likewise.
45982 * math/math.h: Likewise.
45983 * sysdeps/generic/_G_config.h: Likewise.
45984 * sysdeps/gnu/_G_config.h: Likewise.
45985 * sysdeps/mach/hurd/_G_config.h: Likewise.
45986 * sysdeps/powerpc/bits/mathdef.h: Likewise.
45987 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
45988 * sysdeps/sparc/bits/mathdef.h: Likewise.
45989
afc5ed09
UD
459902012-01-26 Ulrich Drepper <drepper@gmail.com>
45991
45992 [BZ #13583]
45993 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 45994 Clean up HAS_* macros.
afc5ed09 45995 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
45996 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
45997 possible.
45998 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
45999 HAS_AVX.
46000 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46001 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46002 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46003 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46004 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 46005
bdb6de1d
JM
460062012-01-25 Joseph Myers <joseph@codesourcery.com>
46007
46008 * elf/tst-unique3.cc (gets): Remove declaration.
46009 * elf/tst-unique3lib.cc (gets): Likewise.
46010 * elf/tst-unique3lib2.cc (gets): Likewise.
46011 * elf/tst-unique4.cc (gets): Likewise.
46012
b15549e6
UD
460132012-01-24 Ulrich Drepper <drepper@gmail.com>
46014
46015 * include/stdio.h: Add C++ protection. Add gets declarations and
46016 definitions.
46017 * debug/tst-chk1.c: Don't declare gets here.
46018 * stdio-common/tst-gets.c: Likewise.
46019
a037381f
JM
460202012-01-24 Joseph Myers <joseph@codesourcery.com>
46021
46022 * posix/glob: Remove directory.
46023
f1d4aa75
JM
460242012-01-24 Joseph Myers <joseph@codesourcery.com>
46025
46026 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46027
81c0c964
PT
460282012-01-22 Pino Toscano <toscano.pino@tiscali.it>
46029
46030 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46031 of the non-standard EPFNOSUPPORT.
46032
0ea698ae
ST
460332011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
46034
46035 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46036 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46037 ANYWHERE set to 1 only on KERN_NO_SPACE error.
46038
d220b117
UD
460392012-01-21 Ulrich Drepper <drepper@gmail.com>
46040
46041 * wcsmbs/uchar.h: Test __STDC_VERSION__.
46042
3e1aa84e
UD
460432012-01-20 Ulrich Drepper <drepper@gmail.com>
46044
46045 * nscd/aicache.c (addhstaiX): Do not cache negative results of
46046 transient errors.
46047 * nscd/grpcache.c (cache_addgr): Likewise.
46048 * nscd/hstcache.c (cache_addhst): Likewise.
46049 * nscd/initgrcache.c (addinitgroupsX): Likewise.
46050 * nscd/pwdcache.c (cache_addpw): Likewise.
46051 * nscd/servicescache.c (cache_addserv): Likewise.
46052
400aa020
UD
460532012-01-16 Ulrich Drepper <drepper@gmail.com>
46054
d77e7869
UD
46055 * malloc/malloc.c: Various cleanups.
46056 * malloc/hooks.c: Likewise.
46057
400aa020
UD
46058 * stdlib/Makefile (tests): Add bug-fmtmsg1.
46059 * stdlib/bug-fmtmsg1.c: New file.
46060
46061 * stdlib/fmtmsg.c (init): Add missing unlock.
46062 Patch by Peng Haitao <penght@cn.fujitsu.com>.
46063
e0a309cf
MP
460642012-01-12 Marek Polacek <polacek@redhat.com>
46065
46066 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46067 and _GNU_SOURCE.
46068
929d11c7
WS
460692012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
46070
46071 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46072 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46073 macro to ensure uniqueness of label name.
46074 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46075 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46076
41d0e869
UD
460772012-01-11 Ulrich Drepper <drepper@gmail.com>
46078
0cc5ed3b
UD
46079 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46080
41d0e869
UD
46081 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46082 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46083 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46084 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46085
a47a831a
UD
460862012-01-10 Ulrich Drepper <drepper@gmail.com>
46087
daa891c0
UD
46088 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46089
46090 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46091 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46092 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46093
e58ef0f2
UD
46094 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46095
a47a831a 46096 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
46097 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46098 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 46099 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
46100
46101 * math/bits/math-finite.h: Add ldexp support.
46102
a0bfc9c7
MP
461032012-01-10 Marek Polacek <polacek@redhat.com>
46104
46105 * locale/programs/localedef.h (show_archive_content): Add noreturn
46106 attribute.
46107
d6e97a1d
UD
461082012-01-09 Ulrich Drepper <drepper@gmail.com>
46109
46110 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46111
d5835c26
UD
461122012-01-08 Ulrich Drepper <drepper@gmail.com>
46113
e5f484c6
UD
46114 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46115
d5835c26
UD
46116 * io/Makefile (headers): Add bits/poll2.h.
46117
d1f741e9
WS
461182011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
46119
46120 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46121 typo #include statement.
46122
ec09c1c4
UD
461232012-01-08 Ulrich Drepper <drepper@gmail.com>
46124
46125 * include/sys/cdefs.h: Define __attribute_alloc_size.
46126 * catgets/gencat.c: Add alloc_size attribute and apply consistently
46127 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46128 * elf/pldd.c: Likewise.
46129 * iconv/iconv_charmap.c: Likewise.
46130 * iconv/iconvconfig.c: Likewise.
46131 * iconv/strtab.c: Likewise.
46132 * locale/programs/locale.c: Likewise.
46133 * locale/programs/localedef.h: Likewise.
46134 * locale/programs/simple-hash.c: Likewise.
46135 * nscd/nscd.h: Likewise.
46136 * nss/makedb.c: Likewise.
46137 * sysdeps/generic/ldconfig.h: Likewise.
46138 * locale/programs/localedef.c: Remove xmalloc prototype.
46139 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46140
20b38e03
PP
461412012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
46142
46143 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46144 appropriate.
46145
a0da5fe1
UD
461462012-01-08 Ulrich Drepper <drepper@gmail.com>
46147
1d5a644a 46148 * math/Makefile (tests): Add tst-CMPLX.
669704fd 46149 * math/tst-CMPLX.c: New file.
1d5a644a 46150
8784a6db
UD
46151 * math/complex.h (CMPLXL): Fix typo.
46152
d9a216c0
UD
46153 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46154 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46155 GLIBC_2.16.
46156 * debug/tst-chk1.c: Add poll and ppoll tests.
46157 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46158 * include/sys/poll.h: Add hidden proto for ppoll.
46159 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46160 * sysdeps/mach/hurd/ppoll.c: Likewise.
46161 * io/ppoll.c: Likewise.
46162 * debug/poll_chk.c: New file.
46163 * debug/ppoll_chk.c: New file.
46164 * include/bits/poll2.h: New file.
46165 * io/bits/poll2.h: New file.
46166
ac097f5c
UD
46167 [BZ #1350]
46168 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46169
2119dcfa
UD
46170 * configure.in: static is always set to yes. Remove.
46171 * config.make.in: Don't set build-static.
46172 * Makeconfig: Remove use of build-static.
46173 * dlfcn/Makefile: Likewise.
46174 * elf/Makefile: Likewise.
46175 * math/Makefile: Likewise.
46176 * misc/Makefile: Likewise.
46177 * nptl/Makefile: Likewise.
46178 * sysdeps/mach/hurd/Makefile: Likewise.
46179
121766a9
UD
46180 * configure.in: PWD_P is not used anymore.
46181 * config.make.in: Remove PWD_P entry.
46182
51a1d39c 46183 * configure.in: Remove last remnants of RANLIB.
8720d066 46184 No need to check for signed size_t anymore.
215f4bdc
UD
46185 Don't set libc_commonpagesize and libc_relro_required here for Alpha
46186 and IA-64.
3857022a 46187 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
46188 * aclocal.m4: Likewise.
46189
d3ed7225
UD
46190 * wcsmbs/mbrtoc16.c: Implement using towc function.
46191 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46192 * wcsmbs/wcsmbsload.c: Likewise.
46193 * iconv/gconv_simple.c: Likewise.
46194 * iconv/gconv_int.h: Likewise.
46195 * iconv/gconv_builtin.h: Likewise.
46196 * iconv/iconv_prog.c: Remove CHAR16 handling.
46197
46198 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46199
46200 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46201
a0da5fe1
UD
46202 * configure.in: Remove --with-elf and --enable-bounded options.
46203 Dont set base_machine for ia64. More non-ELF conditions removed.
46204 Remove testing and setting of leading underscore information.
46205 * config.make.in (build-bounded): Set to no.
46206 * config.h.in: Remove NO_UNDERSCORES entry.
46207 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
46208 them.
46209 * csu/start.c: Remove !NO_UNDERSCORE code.
46210 * locale/localeinfo.h: Likewise.
46211 * sysdeps/generic/machine-gmon.h: Likewise.
46212 * sysdeps/generic/sysdep.h: Likewise.
46213 * sysdeps/i386/sysdep.h: Likewise.
46214 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46215 * sysdeps/mach/sysdep.h: Likewise.
46216 * sysdeps/s390/s390-32/sysdep.h: Likewise.
46217 * sysdeps/s390/s390-64/sysdep.h: Likewise.
46218 * sysdeps/sh/sysdep.h: Likewise.
46219 * sysdeps/sparc/sparc32/alloca.S: Likewise.
46220 * sysdeps/unix/i386/sysdep.S: Likewise.
46221 * sysdeps/unix/sparc/start.c: Likewise.
46222 * sysdeps/unix/sparc/sysdep.S: Likewise.
46223 * sysdeps/unix/sparc/sysdep.h: Likewise.
46224 * sysdeps/unix/start.c: Likewise.
46225 * sysdeps/unix/x86_64/sysdep.S: Likewise.
46226 * sysdeps/x86_64/sysdep.h: Likewise.
46227
df78418a
UD
462282012-01-07 Ulrich Drepper <drepper@gmail.com>
46229
a784e502
UD
46230 [BZ #13553]
46231 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46232 for non-gcc.
46233 * argp/argp-fmtstream.h: Use const instead __const.
46234 * argp/argp.h: Likewise.
46235 * assert/assert.h: Likewise.
46236 * bits/fenv.h: Likewise.
46237 * bits/sched.h: Likewise.
46238 * bits/sigset.h: Likewise.
46239 * bits/sigthread.h: Likewise.
46240 * catgets/nl_types.h: Likewise.
46241 * conform/data/pthread.h-data: Likewise.
46242 * crypt/crypt-private.h: Likewise.
46243 * crypt/crypt.h: Likewise.
46244 * crypt/crypt_util.c: Likewise.
46245 * ctype/ctype.h: Likewise.
46246 * debug/execinfo.h: Likewise.
46247 * debug/mbsnrtowcs_chk.c: Likewise.
46248 * debug/mbsrtowcs_chk.c: Likewise.
46249 * debug/wcsnrtombs_chk.c: Likewise.
46250 * debug/wcsrtombs_chk.c: Likewise.
46251 * debug/wcstombs_chk.c: Likewise.
46252 * dirent/dirent.h: Likewise.
46253 * dlfcn/dlfcn.h: Likewise.
46254 * elf/neededtest4.c: Likewise.
46255 * grp/grp.h: Likewise.
46256 * gshadow/gshadow.h: Likewise.
46257 * iconv/gconv.h: Likewise.
46258 * iconv/gconv_int.h: Likewise.
46259 * iconv/gconv_simple.c: Likewise.
46260 * iconv/iconv.h: Likewise.
46261 * iconv/loop.c: Likewise.
46262 * iconv/skeleton.c: Likewise.
46263 * include/aio.h: Likewise.
46264 * include/aliases.h: Likewise.
46265 * include/argz.h: Likewise.
46266 * include/arpa/inet.h: Likewise.
46267 * include/assert.h: Likewise.
46268 * include/dirent.h: Likewise.
46269 * include/dlfcn.h: Likewise.
46270 * include/execinfo.h: Likewise.
46271 * include/fcntl.h: Likewise.
46272 * include/fenv.h: Likewise.
46273 * include/glob.h: Likewise.
46274 * include/grp.h: Likewise.
46275 * include/libintl.h: Likewise.
46276 * include/mntent.h: Likewise.
46277 * include/netdb.h: Likewise.
46278 * include/pwd.h: Likewise.
46279 * include/rpc/netdb.h: Likewise.
46280 * include/sched.h: Likewise.
46281 * include/search.h: Likewise.
46282 * include/shadow.h: Likewise.
46283 * include/signal.h: Likewise.
46284 * include/stdio.h: Likewise.
46285 * include/stdlib.h: Likewise.
46286 * include/string.h: Likewise.
46287 * include/sys/socket.h: Likewise.
46288 * include/sys/stat.h: Likewise.
46289 * include/sys/statfs.h: Likewise.
46290 * include/sys/statvfs.h: Likewise.
46291 * include/sys/syslog.h: Likewise.
46292 * include/sys/time.h: Likewise.
46293 * include/sys/uio.h: Likewise.
46294 * include/time.h: Likewise.
46295 * include/unistd.h: Likewise.
46296 * include/utmp.h: Likewise.
46297 * include/wchar.h: Likewise.
46298 * include/wctype.h: Likewise.
46299 * inet/aliases.h: Likewise.
46300 * inet/arpa/inet.h: Likewise.
46301 * inet/netinet/ether.h: Likewise.
46302 * inet/netinet/in.h: Likewise.
46303 * intl/libintl.h: Likewise.
46304 * io/bits/fcntl2.h: Likewise.
46305 * io/fcntl.h: Likewise.
46306 * io/ftw.h: Likewise.
46307 * io/sys/poll.h: Likewise.
46308 * io/sys/stat.h: Likewise.
46309 * io/sys/statfs.h: Likewise.
46310 * io/sys/statvfs.h: Likewise.
46311 * io/utime.h: Likewise.
46312 * libio/bits/stdio.h: Likewise.
46313 * libio/bits/stdio2.h: Likewise.
46314 * libio/libio.h: Likewise.
46315 * libio/libioP.h: Likewise.
46316 * libio/stdio.h: Likewise.
46317 * locale/lc-ctype.c: Likewise.
46318 * locale/locale.h: Likewise.
46319 * login/utmp.h: Likewise.
46320 * malloc/arena.c: Likewise.
46321 * malloc/malloc.c: Likewise.
46322 * malloc/malloc.h: Likewise.
46323 * malloc/mcheck.c: Likewise.
46324 * malloc/mtrace.c: Likewise.
46325 * math/bits/mathcalls.h: Likewise.
46326 * math/fenv.h: Likewise.
46327 * math/math_private.h: Likewise.
46328 * misc/bits/error.h: Likewise.
46329 * misc/bits/syslog.h: Likewise.
46330 * misc/err.h: Likewise.
46331 * misc/error.h: Likewise.
46332 * misc/fstab.h: Likewise.
46333 * misc/mntent.h: Likewise.
46334 * misc/regexp.h: Likewise.
46335 * misc/search.h: Likewise.
46336 * misc/sgtty.h: Likewise.
46337 * misc/sys/mman.h: Likewise.
46338 * misc/sys/syslog.h: Likewise.
46339 * misc/sys/uio.h: Likewise.
46340 * misc/sys/xattr.h: Likewise.
46341 * misc/ttyent.h: Likewise.
46342 * nis/rpcsvc/ypclnt.h: Likewise.
46343 * nss/nss.h: Likewise.
46344 * posix/bits/unistd.h: Likewise.
46345 * posix/fnmatch.h: Likewise.
46346 * posix/glob.h: Likewise.
46347 * posix/sched.h: Likewise.
46348 * posix/spawn.h: Likewise.
46349 * posix/sys/wait.h: Likewise.
46350 * posix/unistd.h: Likewise.
46351 * posix/wordexp.h: Likewise.
46352 * pwd/pwd.h: Likewise.
46353 * resolv/netdb.h: Likewise.
46354 * resource/sys/resource.h: Likewise.
46355 * rt/aio.h: Likewise.
46356 * rt/bits/mqueue2.h: Likewise.
46357 * rt/mqueue.h: Likewise.
46358 * shadow/shadow.h: Likewise.
46359 * signal/signal.h: Likewise.
46360 * socket/send.c: Likewise.
46361 * socket/sendto.c: Likewise.
46362 * socket/sys/socket.h: Likewise.
46363 * stdio-common/printf.h: Likewise.
46364 * stdlib/bits/stdlib.h: Likewise.
46365 * stdlib/fmtmsg.h: Likewise.
46366 * stdlib/monetary.h: Likewise.
46367 * stdlib/stdlib.h: Likewise.
46368 * stdlib/ucontext.h: Likewise.
46369 * streams/stropts.h: Likewise.
46370 * string/argz.h: Likewise.
46371 * string/bits/string2.h: Likewise.
46372 * string/string.h: Likewise.
46373 * string/strings.h: Likewise.
46374 * sunrpc/rpc/auth.h: Likewise.
46375 * sunrpc/rpc/auth_des.h: Likewise.
46376 * sunrpc/rpc/clnt.h: Likewise.
46377 * sunrpc/rpc/netdb.h: Likewise.
46378 * sunrpc/rpc/pmap_clnt.h: Likewise.
46379 * sunrpc/rpc/xdr.h: Likewise.
46380 * sysdeps/generic/inttypes.h: Likewise.
46381 * sysdeps/generic/net/if.h: Likewise.
46382 * sysdeps/generic/sys/swap.h: Likewise.
46383 * sysdeps/gnu/net/if.h: Likewise.
46384 * sysdeps/gnu/utmpx.h: Likewise.
46385 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46386 * sysdeps/i386/i486/bits/string.h: Likewise.
46387 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46388 * sysdeps/s390/bits/string.h: Likewise.
46389 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46390 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46391 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46392 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46393 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46394 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46395 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46396 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46397 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46398 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46399 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46400 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46401 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46402 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46403 * sysdeps/unix/sysv/linux/readv.c: Likewise.
46404 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46405 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46406 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46407 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46408 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46409 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46410 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46411 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46412 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46413 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46414 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46415 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46416 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46417 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46418 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46419 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46420 * sysvipc/sys/ipc.h: Likewise.
46421 * sysvipc/sys/msg.h: Likewise.
46422 * sysvipc/sys/sem.h: Likewise.
46423 * sysvipc/sys/shm.h: Likewise.
46424 * termios/termios.h: Likewise.
46425 * time/sys/time.h: Likewise.
46426 * time/time.h: Likewise.
46427 * wcsmbs/bits/wchar2.h: Likewise.
46428 * wcsmbs/uchar.h: Likewise.
46429 * wcsmbs/wchar.h: Likewise.
46430 * wctype/wctype.h: Likewise.
46431
0269750c
UD
46432 [BZ #13551]
46433 * Makeconfig: Remove all but ELF support including AIX support.
46434 * Makerules: Likewise.
46435 * config.h.in: Likewise.
46436 * config.make.in: Likewise.
46437 * configure: Likewise.
46438 * configure.in: Likewise.
46439 * csu/Makefile: Likewise.
46440 * csu/version.c: Likewise.
46441 * debug/Makefile: Likewise.
46442 * dlfcn/Makefile: Likewise.
46443 * elf/Makefile: Likewise.
46444 * extra-lib.mk: Likewise.
46445 * iconv/Makefile: Likewise.
46446 * include/libc-symbols.h: Likewise.
46447 * include/shlib-compat.h: Likewise.
46448 * resolv/Makefile: Likewise.
46449 * resolv/res_libc.c: Likewise.
46450 * rt/Makefile: Likewise.
46451 * sysdeps/i386/asm-syntax.h: Likewise.
46452 * sysdeps/i386/sysdep.h: Likewise.
46453 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46454 * sysdeps/mach/sysdep.h: Likewise.
46455 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46456 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46457 * sysdeps/s390/asm-syntax.h: Likewise.
46458 * sysdeps/s390/s390-32/sysdep.h: Likewise.
46459 * sysdeps/s390/s390-64/sysdep.h: Likewise.
46460 * sysdeps/sh/sysdep.h: Likewise.
46461 * sysdeps/unix/sparc/sysdep.h: Likewise.
46462 * sysdeps/wordsize-32/divdi3.c: Likewise.
46463 * sysdeps/x86_64/sysdep.h: Likewise.
46464
00bbd29b
UD
46465 * argp/Versions: Remove _argp_unlock_xxx.
46466
46467 [BZ #13559]
46468 * abilist/ld.abilist: Update. Adjust for removal of tls option.
46469 * abilist/libBrokenLocale.abilist: Likewise.
46470 * abilist/libanl.abilist: Likewise.
46471 * abilist/libc.abilist: Likewise.
46472 * abilist/libcrypt.abilist: Likewise.
46473 * abilist/libdl.abilist: Likewise.
46474 * abilist/libm.abilist: Likewise.
46475 * abilist/libnsl.abilist: Likewise.
46476 * abilist/libpthread.abilist: Likewise.
46477 * abilist/libresolv.abilist: Likewise.
46478 * abilist/librt.abilist: Likewise.
46479 * abilist/libthread_db.abilist: Likewise.
46480 * abilist/libutil.abilist: Likewise.
46481 * abilist/libnss_db.abilist: New file.
46482
46483 * scripts/abilist.awk: Add support for indirect functions.
46484
a2693a0e
UD
46485 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46486
3f05895f
UD
46487 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46488
ecb6fb48
UD
46489 * shlib-versions: Remove entries for ports architectures.
46490
664f8cb9
UD
46491 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
46492 files in ports.
46493 * elf/stackguard-macros.h: Remove support for IA-64.
46494 * elf/tst-auditmod1.c: Likewise.
46495 * sysdeps/generic/ldsodefs.h: Likewise.
46496
7ae81d88
UD
46497 * sysdeps/unix/sysv/linux/configure.in: Ports should define
46498 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
46499 configure files.
46500
bdeba135
UD
46501 [BZ #13552]
46502 * configure.in: Remove --enable-omitfp support.
46503 * FAQ.in: Adjust.
46504 * config.make.in: Likewise.
46505 * Makeconfig: Likewise.
46506 * manual/install.texi: Likewise.
46507
d75a0a62
UD
46508 In case anyone cares, the IA-64 architecture could move to ports.
46509 * sysdeps/ia64/*: Removed.
46510 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 46511 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 46512
dcc9756b
UD
46513 [BZ #13555]
46514 * configure.in: Remove entries for unsupported architectures.
46515
d3761ebc 46516 [BZ #13533]
9954432e
UD
46517 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
46518 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
46519 routines.
46520 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
46521 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
46522 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
46523 fall back to using wcrtomb.
46524 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
46525 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
46526 renaming.
46527 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
46528 * wcsmbs/tst-c16c32-1.c: New file.
46529
46530 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
46531 local variable.
46532
c3a87236
UD
46533 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
46534
28926a1b
UD
46535 * elf/tst-unique3.cc: Add explicit declaration of gets.
46536 * elf/tst-unique3lib.cc: Likewise.
46537 * elf/tst-unique3lib2.cc: Likewise.
46538 * elf/tst-unique4.cc: Likewise.
46539
df78418a
UD
46540 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
46541
8ecd6b2a
JM
465422012-01-06 Joseph Myers <joseph@codesourcery.com>
46543
46544 [BZ #13566]
46545 * assert/assert.h (static_assert): Don't define for C++.
46546 * libio/stdio.h (gets): Do declare for C++ <= C++11.
46547 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
46548
9f115170
UD
465492012-01-03 Ulrich Drepper <drepper@gmail.com>
46550
5e0d0300
UD
46551 * iconv/loop.c (single loop): Fix assertion in storing of
46552 remaining bytes.
46553
9f115170
UD
46554 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
46555
81fb02b0
UD
465562012-01-01 Ulrich Drepper <drepper@gmail.com>
46557
46558 * posix/getconf.c: Update copyright year.
46559 * nss/getent.c: Likewise.
a316c1f6 46560 * nss/makedb.c: Likewise.
81fb02b0
UD
46561 * iconv/iconvconfig.c: Likewise.
46562 * iconv/iconv_prog.c: Likewise.
46563 * elf/ldconfig.c: Likewise.
a316c1f6
UD
46564 * elf/pldd.c: Likewise.
46565 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
46566 * catgets/gencat.c: Likewise.
46567 * csu/version.c: Likewise.
46568 * elf/ldd.bash.in: Likewise.
46569 * elf/sprof.c (print_version): Likewise.
46570 * locale/programs/locale.c: Likewise.
46571 * locale/programs/localedef.c: Likewise.
a316c1f6 46572 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
46573 * nscd/nscd.c (print_version): Likewise.
46574 * debug/xtrace.sh: Likewise.
46575 * malloc/memusage.sh: Likewise.
46576 * malloc/mtrace.pl: Likewise.
46577 * debug/catchsegv.sh: Likewise.
46578
2ba92745
JJ
465792011-12-30 Jakub Jelinek <jakub@redhat.com>
46580
46581 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
46582 pure attribute.
46583
dadebdae
UD
465842011-12-24 Ulrich Drepper <drepper@gmail.com>
46585
d3761ebc 46586 [BZ #13533]
db6af3eb
UD
46587 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
46588 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
46589 transformations.
46590 * iconv/gconv_int.h: Likewise.
46591 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
46592 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
46593 from libc for GLIBC_2.16.
46594 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
46595 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
46596 * wcsmbs/uchar.h: Really define mbstate_t.
46597 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
46598 * wcsmbs/c16rtomb.c: New file.
46599 * wcsmbs/mbrtoc16.c: New file.
46600 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
46601 for C/POSIX locale.
46602 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
46603 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
46604
dadebdae
UD
46605 * wcsmbs/wchar.h: Add missing __restrict.
46606
67371b56
UD
466072011-12-23 Ulrich Drepper <drepper@gmail.com>
46608
74033a25
UD
46609 [BZ #13532]
46610 * time/Makefile (routines): Add timespec_get.
46611 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
46612 * time/time.h: Define TIME_UTC and declare timespec_get. Define
46613 timespec for ISO C11.
46614 * time/timespec_get.c: New file.
46615 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
46616 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
46617
380d7e87
UD
46618 [BZ #13531]
46619 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
46620 * stdlib/stdlib.h: Declare aligned_alloc.
46621 * Versions.def: Add GLIBC_2.16 for libc.
46622 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
46623
4e9e7a35
UD
46624 [BZ 13527]
46625 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
46626 ISO C11.
46627
380d7e87 46628 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
46629 code.
46630
03a71829
UD
46631 [BZ #13528]
46632 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
46633
839e283e
UD
46634 [BZ #13529]
46635 * assert/assert.h (static_assert): Define.
46636
ce5294e2 46637 * version.h: Update for 2.16 development version.
90fa7312 46638
8d44e150 46639 [BZ #13526]
d7809905
UD
46640 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
46641 _ISOC11_SOURCE.
46642
c0da14cd
UD
46643 * version.h (RELEASE): Bump for 2.15 release.
46644 * include/features.h (__GLIBC_MINOR__): Bump to 15.
46645
530a3249
MP
46646 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
46647 Patch by Marek Polacek <mpolacek@redhat.com>.
46648
67371b56
UD
46649 * bits/byteswap.h: Protect long long constants with __extension__.
46650 * sysdeps/i386/bits/byteswap.h: Likewise.
46651 * sysdeps/ia64/bits/byteswap.h: Likewise.
46652 * sysdeps/s390/bits/byteswap.h: Likewise.
46653 * sysdeps/x86_64/bits/byteswap.h: Likewise.
46654
15db4de1
LD
466552011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46656
46657 [BZ #13540]
bbe315ea
LD
46658 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
46659 destination buffer.
15db4de1
LD
46660 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
46661
2b2596b1
MP
466622011-12-23 Marek Polacek <polacek@redhat.com>
46663
46664 * elf/dl-addr.c (determine_info): Add inline keyword.
46665 * elf/tst-auditmod4b.c (check_avx): Likewise.
46666 * elf/tst-auditmod6b.c (check_avx): Likewise.
46667 * elf/tst-auditmod6c.c (check_avx): Likewise.
46668 * elf/tst-auditmod7b.c (check_avx): Likewise.
46669
70c6c246
UD
466702011-12-23 Ulrich Drepper <drepper@gmail.com>
46671
46672 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
46673 !__SSE_MATH__.
46674
c044cf14
LD
466752011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46676
15db4de1 46677 [BZ #13540]
c044cf14
LD
46678 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
46679 processing for last bytes.
46680
6b13d9d9
BH
466812011-08-06 Bruno Haible <bruno@clisp.org>
46682
d455f537
BH
46683 [BZ #13061]
46684 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
46685 U+0385, not to U+1FEE.
46686
6b13d9d9
BH
46687 [BZ #13062]
46688 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
46689 entry for U+00A5 U+0301.
46690
db910efd
UD
466912011-12-22 Ulrich Drepper <drepper@gmail.com>
46692
27deeafc
UD
46693 [BZ #13166]
46694 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
46695 buffer for the output is too small.
46696
aed9d171
UD
46697 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
46698 optimization.
46699
db910efd
UD
46700 [BZ #13185]
46701 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
46702 SSE flags if possible.
46703
2bd779ae
LD
467042011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46705
e7f9dac3 46706 [BZ #13540]
2bd779ae
LD
46707 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
46708 processing for last bytes.
46709
154bfc16
JM
467102011-12-22 Joseph Myers <joseph@codesourcery.com>
46711
46712 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
46713 (syscall-list-default-options, syscall-list-default-condition)
46714 (syscall-list-includes): Define.
46715 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
46716 list of ABIs and options and #if conditions for each ABI. Do not
46717 handle common syscalls between ABIs specially.
46718 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
46719 Remove.
46720 (syscall-list-variants, syscall-list-32bit-options)
46721 (syscall-list-32bit-condition, syscall-list-64bit-options)
46722 (syscall-list-64bit-condition): Define.
46723 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
46724 (syscall-list-variants, syscall-list-32bit-options)
46725 (syscall-list-32bit-condition, syscall-list-64bit-options)
46726 (syscall-list-64bit-condition): Define.
46727 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
46728 Remove.
46729 (syscall-list-variants, syscall-list-32bit-options)
46730 (syscall-list-32bit-condition, syscall-list-64bit-options)
46731 (syscall-list-64bit-condition): Define.
46732 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
46733 Remove.
46734 (syscall-list-variants, syscall-list-32bit-options)
46735 (syscall-list-32bit-condition, syscall-list-64bit-options)
46736 (syscall-list-64bit-condition): Define.
46737
21eaf3a5
UD
467382011-12-22 Ulrich Drepper <drepper@gmail.com>
46739
16c6f992
UD
46740 * locale/iso-639.def: Add brx entry.
46741
41043168
UD
46742 [BZ #13328]
46743 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
46744 Proposed by Mariusz_Cukr <marcukr@op.pl>.
46745
21eaf3a5
UD
46746 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
46747 __feraiseexcept_renamed.
46748
e3a851a2
UD
467492011-12-21 Ulrich Drepper <drepper@gmail.com>
46750
4920765e
UD
46751 [BZ #13538]
46752 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
46753 EPOLLET with unsigned values.
46754 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46755 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46756
e3a851a2
UD
46757 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
46758 to large cancellation.
46759 * math/s_cacoshf.c: Likewise.
46760 * math/s_cacoshl.c: Likewise.
46761
b27e24b8
RK
467622011-11-18 Richard B. Kreckel <kreckel@ginac.de>
46763
46764 [BZ #13305]
aebefeee 46765 [BZ #12786]
b27e24b8
RK
46766 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
46767 * math/s_cacoshf.c: Likewise.
46768 * math/s_cacoshl.c: Likewise.
46769
ee190f67
UD
467702011-12-21 Ulrich Drepper <drepper@gmail.com>
46771
46772 [BZ #13439]
46773 * iconv/gconv.h: Define __GCONV_SWAP.
46774 * iconvdata/unicode.c: The swap bit must be stored in __flags.
46775 * iconvdata/utf-16.c: Likewise.
46776 * iconvdata/utf-32.c: Likewise.
46777
707f25df
AS
467782011-12-21 Andreas Schwab <schwab@linux-m68k.org>
46779
46780 [BZ #13524]
46781 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
46782 numerator after shifting it by one limb.
46783
d2daaa1e
RÁE
467842011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
46785
46786 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
46787 under [__USE_EXTERN_INLINES].
46788
a4647e72
UD
467892011-12-17 Ulrich Drepper <drepper@gmail.com>
46790
46791 [BZ #13446]
46792 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
46793
f0b264f1
AZ
467942011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46795
46796 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
46797 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
46798 optimized code.
46799 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
46800 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
46801 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
46802 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
46803 for strncasecmp/strncasecmp_l compilation.
46804 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
46805 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
46806
8ef4f244
MP
468072011-12-08 Marek Polacek <mpolacek@redhat.com>
46808
46809 [BZ #13484]
46810 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
46811 of __asm__.
46812
97ac2654
UD
468132011-12-17 Ulrich Drepper <drepper@gmail.com>
46814
46815 [BZ #13506]
46816 * time/tzfile.c (__tzfile_read): Check values from file header.
46817
91d2a845
WS
468182011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
46819
46820 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
46821 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
46822 * powerpc/powerpc32/dl-start.S: Likewise.
46823 * powerpc/powerpc32/elf/start.S: Likewise.
46824 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
46825 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
46826 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
46827 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
46828 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
46829 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
46830 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
46831 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
46832 * powerpc/powerpc32/fpu/s_round.S: Likewise.
46833 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
46834 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
46835 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
46836 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
46837 * powerpc/powerpc32/memset.S: Likewise.
46838 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
46839 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
46840 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
46841 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
46842 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
46843 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
46844 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
46845 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
46846 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
46847 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
46848 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
46849 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46850 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46851
a1267ba1
AZ
468522011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46853
46854 * math/libm-test.inc: Added more nearbyint tests.
46855 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
46856 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
46857 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
46858 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
46859
ad8ac1bd
RL
468602011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
46861
46862 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
46863 FD_CLOEXEC.
46864
1d3e4b61
UD
468652011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46866
46867 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
46868 Add wcscpy-ssse3 wcscpy-c.
46869 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
46870 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
46871 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
46872 * sysdeps/x86_64/wcschr.S: New file.
46873 * sysdeps/x86_64/wcsrchr.S: New file.
46874 * string/test-strcmp.c: Remove checking of wcscmp function for
46875 wrong alignments.
46876 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
46877 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
46878 wcsrchr-sse2 wcsrchr-c.
46879 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
46880 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
46881 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
46882 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
46883 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
46884 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
46885 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
46886 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
46887 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
46888 * wcsmbc/wcschr.c (WCSCHR): New macro.
46889
5b330a2d
UD
468902011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46891
46892 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
46893 * wcsmbs/test-wcsrchr.c: New file.
46894 * string/test-strrchr.c: Add wcsrchr support.
46895 (WIDE): New macro.
46896 * wcsmbs/test-wcscpy.c: New file.
46897 * string/test-strcpy.c: Add wcscpy support.
46898 (WIDE): New macro.
26428b7c 46899
f039c043
UD
469002011-12-10 Ulrich Drepper <drepper@gmail.com>
46901
46902 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
46903 the inner loop.
46904
850fb039
AS
469052011-12-06 Andreas Schwab <schwab@linux-m68k.org>
46906
46907 [BZ #13472]
46908 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
46909
4efbd5cb
UD
469102011-12-04 Ulrich Drepper <drepper@gmail.com>
46911
52ff5dd0 46912 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 46913 Minor optimizations.
52ff5dd0 46914
4efbd5cb
UD
46915 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
46916 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
46917 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
46918
8a426e12
UD
469192011-12-03 Ulrich Drepper <drepper@gmail.com>
46920
aff2453d
UD
46921 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
46922 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
46923 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
46924 for gcc to avoid warnings.
46925 * inet/Makefile (tests): Add tst-checks.
46926 * inet/tst-checks.c: New file.
46927
46928 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
46929 warning.
46930
46931 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
46932 __wmemcmp_sse2.
46933
46934 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
46935 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
46936
8a426e12
UD
46937 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
46938
9bea3473
UD
469392011-12-02 Ulrich Drepper <drepper@gmail.com>
46940
3a965496
UD
46941 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
46942 problem.
46943
9bea3473
UD
46944 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
46945
f101631b
UD
469462011-11-29 Joseph Myers <joseph@codesourcery.com>
46947
46948 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
46949 conditional on GCC version.
46950 (__arch_compare_and_exchange_val_8_acq)
46951 (__arch_compare_and_exchange_val_16_acq)
46952 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
46953 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
46954 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
46955
a98275aa
UD
469562011-12-02 Joseph Myers <joseph@codesourcery.com>
46957
46958 * sysdeps/sh/backtrace.c: New file.
46959
d4cc29a2
AS
469602011-12-02 Andreas Schwab <schwab@redhat.com>
46961
46962 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
46963 parenthesis.
46964
6257af2d
AS
469652011-12-01 Andreas Schwab <schwab@redhat.com>
46966
46967 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
46968 falling back to utime.
46969
b5f44c1a
AS
469702011-11-30 Andreas Schwab <schwab@redhat.com>
46971
46972 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
46973 expectations for float.
46974
f3a6cc0a
AS
469752011-11-29 Andreas Schwab <schwab@redhat.com>
46976
46977 * locale/weight.h (findidx): Add parameter len.
46978 * locale/weightwc.h (findidx): Likewise.
46979 * posix/fnmatch_loop.c (FCT): Adjust caller.
46980 * posix/regcomp.c (build_equiv_class): Likewise.
46981 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
46982 * posix/regexec.c (check_node_accept_bytes): Likewise.
46983 * string/strcoll_l.c (STRCOLL): Likewise.
46984 * string/strxfrm_l.c (STRXFRM): Likewise.
46985
9d65ea3a
UD
469862011-11-17 Ulrich Drepper <drepper@gmail.com>
46987
46988 * Makefile.in: Remove CVSOPT handling.
46989 * configure.in: Remove use of AC_REVISION.
46990 * iconvdata/Makefile (distribute): No need to filter out CVS.
46991 * scripts/list-sources.sh: Remove CVS, subversion and monotone
46992 handling.
46993
5583a086
AS
469942011-11-16 Andreas Schwab <schwab@redhat.com>
46995
46996 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
46997 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
46998 [USE_AS_STRNCASECMP_L]: Likewise.
46999 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47000 NO_TLS_DIRECT_SEG_REFS.
47001 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47002 Fix argument offsets for non-PIC.
47003 [USE_AS_STRNCASECMP_L]: Likewise.
47004 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47005 NO_TLS_DIRECT_SEG_REFS.
47006
d62a8200
UD
470072011-11-15 Ulrich Drepper <drepper@gmail.com>
47008
9d65ea3a 47009 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
47010 O_CLOEXEC.
47011 * locale/loadlocale.c (_nl_load_locale): Likewise.
47012
09f93bd3
AS
470132011-11-15 Andreas Schwab <schwab@redhat.com>
47014
446514f9
AS
47015 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47016 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47017 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47018 (SYSCALL_GETTIME): Set errno on error.
47019
09f93bd3
AS
47020 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47021 count references to noai6ai_cached.
47022
312be3f9
UD
470232011-11-15 Ulrich Drepper <drepper@gmail.com>
47024
47025 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47026
47027 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47028 FD_CLOEXEC for /proc/self/maps.
47029
47030 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47031 FD_CLOEXEC for /proc/meminfo.
47032
47033 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47034 gai.conf.
47035
47036 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
47037 FD_CLOEXEC for given file.
47038
47039 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47040
47041 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47042 FD_CLOEXEC for /etc/hosts.
47043 (_gethtent): Likewise.
47044
47045 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47046
47047 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47048 cancellation and set FD_CLOEXEC for /etc/netgroup.
47049
47050 * nss/nss_files/files-key.c (search): Don't allow cancellation when
47051 reading /etc/publickey.
47052
47053 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47054 allow cancellation when reading /etc/group.
47055
47056 * nss/nss_files/files-alias.c (internal_setent): Don't allow
47057 cancellation.
47058 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
47059
47060 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47061 when using data file.
47062
47063 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47064
47065 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47066 (write_nis_obj): Use "c" and "e" in fopen.
47067
47068 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47069
47070 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47071
47072 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47073
47074 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47075
47076 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47077 locale.alias.
47078
47079 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47080
47081 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47082
47083 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47084
47085 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47086 file parsing and set FD_CLOEXEC.
47087
82af0fa8
UD
470882011-11-14 Ulrich Drepper <drepper@gmail.com>
47089
47090 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47091
a5fb313c
AS
470922011-11-14 Andreas Schwab <schwab@redhat.com>
47093
47094 * malloc/arena.c (arena_get2): Don't call reused_arena when
47095 _int_new_arena failed.
47096
6abf3465
UD
470972011-11-14 Ulrich Drepper <drepper@gmail.com>
47098
47099 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47100 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47101 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47102 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47103 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47104 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47105 to compile strcasecmp and strncasecmp.
47106 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47107 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47108
47109 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47110
76e3966e
UD
471112011-11-13 Ulrich Drepper <drepper@gmail.com>
47112
47113 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47114 locale-defines.sym to gen-as-const-headers.
47115 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47116 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47117 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47118 to compile strcasecmp and strncasecmp.
47119 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47120 strcasecmp_l and strncasecmp_l.
47121 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47122 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47123 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47124 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47125 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47126 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47127 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47128 * sysdeps/i386/i686/multiarch/strncase.S: New file.
47129 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47130 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47131 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47132
ab26144e
UD
471332011-11-12 Ulrich Drepper <drepper@gmail.com>
47134
7edb22ef
UD
47135 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47136 result of SYSDEP_GETTIME_CPU to retval.
47137 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47138 parameter list to macro. Remove trailing semicolon. Adjust users.
47139
9694fc44
UD
47140 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47141 variable.
47142
8ad89ef8
UD
47143 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47144 mantissa words.
47145 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47146
0c822ef9
UD
47147 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47148 from unused variable.
47149
874e0564
UD
47150 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47151 DWARF definitions.
47152 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47153 for assembling.
47154
3a2edc79
UD
47155 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47156 over namespaces.
47157
f3c2577f
UD
47158 * sunrpc/rpc_prot.c (rejected): Fix case value.
47159
294ce126
UD
47160 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47161 unsigned long long int to avoid warnings in shift.
47162
5e2b63c6
UD
47163 * posix/regex_internal.c (re_string_reconstruct): Actually use result
47164 of use of trans.
47165 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47166 variable tmp.
47167
e7f4b08e
UD
47168 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47169 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47170 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47171
ab26144e
UD
47172 * nis/nis_table.c (nis_list): Use variable of correct type for
47173 result of __follow_path call.
47174
8a6d5255
AZ
471752011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47176
47177 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47178 of math functions ceil, trunc, floor, round, and sqrt, when
47179 avaliable on the platform.
47180 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47181 name clash.
47182 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47183 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47184 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47185
aaddc98c
MP
471862011-10-30 Marek Polacek <mpolacek@redhat.com>
47187
47188 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47189 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47190
95b7042b
RM
471912011-11-11 Roland McGrath <roland@hack.frob.com>
47192
47193 * include/unistd.h: Fix __readlink return type.
47194 Reported by Chris Metcalf <cmetcalf@tilera.com>.
47195
57769839
UD
471962011-11-11 Ulrich Drepper <drepper@gmail.com>
47197
47198 * stdlib/ucontext.h: Undo last change for makecontext.
47199
edc5984d
AS
472002011-11-11 Andreas Schwab <schwab@redhat.com>
47201
98591e58
AS
47202 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47203
edc5984d
AS
47204 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47205 * setjmp/setjmp.h: Mark functions as non-leaf.
47206 * setjmp/bits/setjmp2.h: Likewise.
47207 * stdlib/ucontext.h: Likewise.
47208
77cdc054
AS
472092011-11-10 Andreas Schwab <schwab@redhat.com>
47210
47211 * malloc/arena.c (_int_new_arena): Don't increment narenas.
47212 (reused_arena): Don't check arena limit.
47213 (arena_get2): Atomically check arena limit.
47214
fe72eebd
UD
472152011-11-08 Ulrich Drepper <drepper@gmail.com>
47216
5f078c32
UD
47217 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47218 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47219
fe72eebd
UD
47220 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47221 instructions.
47222
ae1bc2fa
AS
472232011-11-07 Andreas Schwab <schwab@redhat.com>
47224
7583a88d
AS
47225 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47226 handler when locking.
47227
ae1bc2fa
AS
47228 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47229 Fix size of allocated buffer.
47230
10fb0bfa
AS
472312011-11-04 Andreas Schwab <schwab@redhat.com>
47232
998832a4
AS
47233 [BZ #10103]
47234 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47235 declarations for long double functions.
47236 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47237
10fb0bfa
AS
47238 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47239
3d7ba52b
AS
472402011-11-03 Andreas Schwab <schwab@redhat.com>
47241
a9ae54a1
AS
47242 * nscd/nscd.c (main): Don't start AVC thread until credentials are
47243 installed.
47244
3d7ba52b
AS
47245 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47246 is disabled.
47247
bc8db248
ST
472482011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
47249
47250 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47251
45b96dd6
AS
472522011-11-01 Andreas Schwab <schwab@linux-m68k.org>
47253
647776f6
AS
47254 * include/alloca.h (stackinfo_alloca_round): Define.
47255 (extend_alloca): Use it.
47256 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47257 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47258 here.
47259
d91a8b93
AS
47260 * scripts/check-local-headers.sh: Ignore libaudit.h.
47261
45b96dd6
AS
47262 * nscd/Makefile (extra-objs): Make recursively expanded.
47263
432d41ce
UD
472642011-11-01 Ulrich Drepper <drepper@gmail.com>
47265
34372fc6
UD
47266 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47267 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47268
fadb59f8
UD
47269 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47270 * posix/tst-rfc3484-2.c: Likewise.
47271 * posix/tst-rfc3484-3.c: Likewise.
47272
78239589
UD
47273 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47274 process_vm_writev.
47275 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47276 process_vm_writev.
47277 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47278 process_vm_writev from libc using GLIBC_2.15 version.
47279
432d41ce
UD
47280 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47281
02f9c6cf
PP
472822011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
47283
47284 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47285 stack usage.
47286
3a2c0242
UD
472872011-10-31 Ulrich Drepper <drepper@gmail.com>
47288
f4ec4833
UD
47289 [BZ #13367]
47290 * nss/getent.c (initgroups_keys): Show error message in case no group
47291 names are given.
47292
3a2c0242
UD
47293 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47294 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47295 __bump_nl_timestamp.
47296 * nscd/connections (nscd_init): When host database is served open
47297 netlink socket and request notification about configuration changes.
47298 (main_loop_poll): Track netlink file descriptor and bump timestamp
47299 in case data becomes available.
47300 (main_loop_epoll): Likewise.
47301 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47302 (database_pers_head): Add extra_data fileds.
47303 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47304 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47305 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47306 Adjust caller.
47307 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47308 in6ai data, call __free_in6ai.
47309 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47310 Add -DHAVE_NETLINK.
47311 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
47312 interface information. Reuse previous data if netlink timestamp
47313 is not changed.
47314 (__bump_nl_timestamp): New function.
47315 (__free_in6ai): New function.
47316
636064eb
UD
473172011-10-30 Ulrich Drepper <drepper@gmail.com>
47318
47319 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47320 close_not_cancel_no_status here.
47321 (__check_pf): Reorganize code a bit to not call close twice if OOM.
47322
9beb2334
UD
473232011-10-29 Ulrich Drepper <drepper@gmail.com>
47324
6ef76f3b
UD
47325 [BZ #13276]
47326 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47327 return value.
47328
0ffc4f3e 47329 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
47330 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47331 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47332
cb95113e
UD
473332011-07-03 Andreas Jaeger <aj@suse.de>
47334
47335 [BZ #10709]
47336 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47337 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47338 * math/libm-test.inc (sin_test): Add test case.
47339
a1b560ff
UD
473402011-10-29 Ulrich Drepper <drepper@gmail.com>
47341
c9aaface
UD
47342 [BZ #13337]
47343 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47344 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47345
d272e7f1
UD
47346 * elf/chroot_canon.c (chroot_canon): Cleanups.
47347
1bc33071
UD
47348 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47349
1760874d
TJ
47350 [BZ #13335]
47351 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47352 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47353
51d91b18
UD
47354 * string/test-strchr.c: Make usable for strchrnul testing.
47355 * string/test-strchrnul.c: New file.
47356 * string/Makefile (strop-tests): Add strchrnul.
47357
a1b560ff 47358 * po/it.po: Update from translation team.
b611fb81 47359 * po/es.po: Likewise.
a1b560ff 47360
a5b81e1f
UD
473612011-10-28 Ulrich Drepper <drepper@gmail.com>
47362
fd52bc6d
UD
47363 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47364 the three constants needed as parameters. Drop the others.
47365 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47366 __m128i_strloadu_tolower.
52e4b9eb
UD
47367 Create and initialize variable zero and use it in all the places
47368 where _mm_setzero_si128 was used.
fd52bc6d 47369
a5b81e1f
UD
47370 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47371 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47372 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47373 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47374 anymore.
47375 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47376 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47377 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47378 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47379 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47380 __mpranred, __mptan.
47381 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47382 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47383 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47384 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47385 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47386 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47387 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47388 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47389 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47390
b4343346
AS
473912011-10-28 Andreas Schwab <schwab@redhat.com>
47392
0c92d8a8
AS
47393 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47394 redefine if SHARED.
47395 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47396
b4343346
AS
47397 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47398 wide char related routines to wcsmbs subdir.
47399
3871f58f
AS
474002011-10-27 Andreas Schwab <schwab@redhat.com>
47401
47402 [BZ #13344]
47403 * misc/sys/cdefs.h (__THROWNL): Define.
47404 * posix/unistd.h: Use __THREADNL instead of __THREAD
47405 for memory synchronization functions.
47406
94d44d9f
RM
474072011-10-26 Roland McGrath <roland@hack.frob.com>
47408
21b64b15 47409 [BZ #13349]
94d44d9f
RM
47410 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47411 doesn't exist.
47412 * manual/stdio.texi (Obstack Streams): Node removed.
47413
f6ce9294
AS
474142011-10-26 Andreas Schwab <schwab@redhat.com>
47415
80479147
AS
47416 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47417 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47418 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47419
f6ce9294
AS
47420 * math/math_private.h (math_force_eval): Allow non-addressable
47421 arguments.
47422 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47423
618280a1
UD
474242011-10-25 Ulrich Drepper <drepper@gmail.com>
47425
e0016b11
UD
47426 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47427 file is not needed.
47428
47429 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47430 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47431 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47432 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47433 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47434 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47435 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47436 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47437 Add AVX variants.
47438 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47439 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47440 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47441 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47442 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47443 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47444 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47445 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47446 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47447 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47448 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47449 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47450 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47451 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47452 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47453 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47454 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47455 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47456 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47457
47458 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47459 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
47460
618280a1
UD
47461 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47462 place. Use VEX encoding when compiling for AVX.
47463
37822576
AS
474642011-10-25 Andreas Schwab <schwab@redhat.com>
47465
1f1e1947
AS
47466 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47467 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47468
37822576
AS
47469 * string/test-strchr.c (do_test): Don't generate NUL bytes.
47470
31ea014d
UD
474712011-10-25 Ulrich Drepper <drepper@gmail.com>
47472
d7826aa1 47473 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 47474 useless if() expression.
d7826aa1
UD
47475 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47476 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47477 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47478 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47479 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47480 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47481 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47482 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47483 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47484 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47485 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47486 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47487 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47488 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47489 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47490 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47491 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47492 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47493 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47494
31ea014d
UD
47495 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
47496
16437fec
AS
474972011-10-25 Andreas Schwab <schwab@redhat.com>
47498
47499 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
47500 condition.
47501 * elf/dl-fini.c (_dl_sort_fini): Likewise.
47502
31d3cc00
UD
475032011-10-25 Ulrich Drepper <drepper@gmail.com>
47504
47505 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
47506 .text section. Avoid duplicate constants.
47507 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47508 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47509 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47510 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47511 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47512 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47513 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47514 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47515 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
47516 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
47517 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
47518 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
47519 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
47520 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
47521 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
47522 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
47523 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
47524 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
47525 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47526 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47527 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47528 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47529 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47530 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
47531 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
47532 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
47533 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
47534 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
47535 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
47536 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
47537 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
47538 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
47539 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
47540 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
47541 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
47542 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
47543 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
47544 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
47545 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
47546 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
47547 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
47548 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
47549 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
47550 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
47551 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
47552
58985aa9
UD
475532011-10-24 Ulrich Drepper <drepper@gmail.com>
47554
202c9deb
UD
47555 * sysdeps/x86_64/dla.h: Move to ...
47556 * sysdeps/x86_64/fpu/dla.h: ...here.
47557 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
47558 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 47559
af968f62
UD
47560 * config.make.in: Add have-mfma4 entry.
47561 * configure.in: Substitute libc_cv_cc_fma4.
47562 * math/Makefile (dbl-only-routines): Add sincostab.
47563 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
47564 Use __sincostab not sincos.
47565 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
47566 name is a macro.
47567 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47568 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47569 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47570 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
47571 using __copysign.
47572 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
47573 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
47574 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
47575 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
47576 and __inv.
47577 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
47578 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
47579 __copysign.
47580 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
47581 define aliases when function name is a macro.
47582 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
47583 sysdeps/ieee754/dbl-64/sincos.tbl.
47584 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
47585 fma4-enabled routines.
47586 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
47587 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
47588 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
47589 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
47590 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
47591 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
47592 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
47593 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
47594 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
47595 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
47596 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
47597 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
47598 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
47599 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
47600 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
47601 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
47602 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
47603 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
47604 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
47605 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
47606 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
47607 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
47608 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
47609 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
47610 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
47611 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
47612 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
47613 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
47614 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
47615 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
47616
58985aa9
UD
47617 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
47618 rename.
47619 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47620 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47621 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47622 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47623 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47624 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47625 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47626 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47627
a201fbcf
AS
476282011-10-24 Andreas Schwab <schwab@redhat.com>
47629
47630 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
47631
fc2ee42a
LD
476322011-10-23 Ulrich Drepper <drepper@gmail.com>
47633
bb3129bd
UD
47634 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
47635
0275fff8
UD
47636 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
47637 prediction.
47638 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
47639
2fa2ae85
UD
47640 * string/strnlen.c: Don't define STRNLEN, reverse logic.
47641 Remove unused variable magic_bits.
47642 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
47643
fc2ee42a
LD
47644 * string/strnlen.c: Define and use STRNLEN macro.
47645 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
47646 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
47647 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
47648 * wcsmbs/wcslen.c: Define and use WCSLEN.
47649 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
47650 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
47651 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
47652 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
47653 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
47654 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
47655 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
47656
ce7dd29f
LD
476572011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47658
47659 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47660 strnlen-sse2-no-bsf.
47661 Rename strlen-no-bsf to strlen-sse2-no-bsf.
47662 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
47663 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
47664 Add strnlen support.
47665 (USE_AS_STRNLEN): New macro.
47666 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
47667 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
47668 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
47669 * sysdeps/x86_64/wcslen.S: New file.
47670
979c70a3
MZ
476712011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
47672
47673 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47674 XMM-moves are used for copying on small sizes.
47675
2d09f82f
LD
476762011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47677
47678 * wcsmbs/Makefile (strop-tests): Add wcschr.
47679 * wcsmbs/test-wcschr.c: New file.
47680 * string/test-strchr.c: Update.
47681 Add wcschr support.
47682 (WIDE): New macro.
47683
619fccca
LD
476842011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47685
2d09f82f 47686 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
47687 * wcsmbs/test-wcslen.c: New file.
47688 * string/test-strlen.c: Update.
47689 Add wcslen support.
47690 (WIDE): New macro.
47691
09f699ea
UD
476922011-10-23 Ulrich Drepper <drepper@gmail.com>
47693
47694 * po/it.po: Update from translation team.
47695
95584d3b
LD
476962011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47697
47698 * sysdeps/x86_64/wcscmp.S: Update.
47699 Fix wrong comparison semantics.
47700 wcscmp shall use signed comparison not unsigned.
47701 Don't use substraction to avoid overflow bug.
47702 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
47703 * wcsmbc/wcscmp.c: Likewise.
47704 * string/test-strcmp.c: Likewise.
47705 Add new tests to check cases with negative values.
47706
c8b3296b
UD
477072011-10-23 Ulrich Drepper <drepper@gmail.com>
47708
47709 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
47710 * sysdeps/x86_64/dla.h: ...here. New file.
47711 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
47712 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47713 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47714 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47715 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47716 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47717 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47718 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47719 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47720
246ad57a
AS
477212011-10-23 Andreas Schwab <schwab@linux-m68k.org>
47722
47723 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
47724 __ynl_finite aliases.
47725
a1a87169
UD
477262011-10-22 Ulrich Drepper <drepper@gmail.com>
47727
0d355eb7
UD
47728 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47729
a1a87169
UD
47730 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
47731 define DLA_FMA.
47732 [DLA_FMA] (EMULV): Use DLA_FMA.
47733 [DLA_FMA] (MUL12): Use EMULV.
47734 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
47735 that are not needed.
47736 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47737 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47738 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47739 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47740 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47741 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47742 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47743
ee2aafe0
AS
477442011-10-22 Andreas Schwab <schwab@linux-m68k.org>
47745
47746 * math/s_nan.c: Undef __nan.
47747 * math/s_nanf.c: Undef __nanf.
47748 * math/s_nanl.c: Undef __nanl.
47749 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
47750 "math_private.h".
47751
bc62c2fb
UD
477522011-10-22 Ulrich Drepper <drepper@gmail.com>
47753
77425c63
UD
47754 * math/s_catan.c: Add branch predictions.
47755 * math/s_catanf.c: Likewise.
47756 * math/s_catanh.c: Likewise.
47757 * math/s_catanhf.c: Likewise.
47758 * math/s_catanhl.c: Likewise.
47759 * math/s_catanl.c: Likewise.
47760 * math/s_cexp.c: Likewise.
47761 * math/s_cexpf.c: Likewise.
47762 * math/s_cexpl.c: Likewise.
47763 * math/s_clog.c: Likewise.
47764 * math/s_clog10.c: Likewise.
47765 * math/s_clog10f.c: Likewise.
47766 * math/s_clog10l.c: Likewise.
47767 * math/s_clogf.c: Likewise.
47768 * math/s_clogl.c: Likewise.
47769 * math/s_csqrt.c: Likewise.
47770 * math/s_csqrtf.c: Likewise.
47771 * math/s_csqrtl.c: Likewise.
47772 * math/s_ctanf.c: Likewise.
47773 * math/s_ctanh.c: Likewise.
47774 * math/s_ctanhf.c: Likewise.
47775 * math/s_ctanhl.c: Likewise.
47776 * math/s_ctanl.c: Likewise.
47777
bc62c2fb
UD
47778 * math/math_private.h: Define __nan, __nanf, __nanl.
47779 * math/s_cacosh.c: Include <math_private.h>.
47780 * math/s_cacoshl.c: Likewise.
47781 * math/s_casinh.c: Likewise.
47782 * math/s_casinhf.c: Likewise.
47783 * math/s_casinhl.c: Likewise.
47784 * math/s_ccos.c: Rely entire on ccosh.
47785 * math/s_ccosf.c: Rely entire on ccoshf.
47786 * math/s_ccosl.c: Rely entirely on ccoshl.
47787 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
47788 Remove tests for FE_INVALID.
47789 * math/s_ccoshf.c: Likewise.
47790 * math/s_ccoshl.c: Likewise.
47791 * math/s_csin.c: Likewise.
47792 * math/s_csinf.c: Likewise.
47793 * math/s_csinh.c Likewise.
47794 * math/s_csinhf.c: Likewise.
47795 * math/s_csinhl.c: Likewise.
47796 * math/s_csinl.c: Likewise.
47797 * math/s_ctan.c: Likewise.
47798 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
47799 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
47800 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
47801
8ec250a4
UD
478022011-10-21 Ulrich Drepper <drepper@gmail.com>
47803
c196fed8
UD
47804 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
47805 compilation problems.
47806
8ec250a4
UD
47807 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
47808 __builtin_expect.
47809
8d4f46c6
UD
478102011-10-20 Ulrich Drepper <drepper@gmail.com>
47811
ed72b654
UD
47812 * sysdeps/i386/configure.in: Test for -mfma4 option.
47813 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
47814 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
47815 COMMON_CPUID_INDEX_80000001.
47816 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
47817 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
47818 use it if FMA3 is not supported.
47819 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
47820
8d4f46c6
UD
47821 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
47822 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
47823
d45c60c2
AS
478242011-10-20 Andreas Schwab <schwab@redhat.com>
47825
47826 [BZ #12892]
47827 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
47828 it would create a cycle with a link time dependency.
47829
d9a4d2ab
UD
478302011-10-19 Ulrich Drepper <drepper@gmail.com>
47831
855d1560
UD
47832 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
47833 instruction.
47834 * string/Makefile (strop-tests): Add rawmemchr.
47835 * string/test-rawmemchr.c: New file.
47836
d9a4d2ab
UD
47837 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
47838 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
47839 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
47840 when compiling str{,n}casecmp and when AVX is available. Hook up
47841 new optimized code in initializers.
47842
8f3b1ffe
AS
478432011-10-19 Andreas Schwab <schwab@redhat.com>
47844
47845 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
47846 __feraiseexcept instead of feraiseexcept.
47847
d38f1dba
UD
478482011-10-18 Ulrich Drepper <drepper@gmail.com>
47849
d9a8d0ab
UD
47850 * math/math_private.h: Define defaults for libc_fetestexcept and
47851 libc_feupdateenv.
47852 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
47853 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
47854 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
47855 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
47856 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47857 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
47858 libc_fetestexcept and libc_feupdateenv.
47859
4855e3dd
UD
47860 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
47861 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
47862 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
47863 * sysdeps/x86_64/fpu/math_private.h: Define special version of
47864 libc_feholdexcept_setround.
47865
581d30e3
UD
47866 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
47867 Add s_nearbyint-c and s_nearbyintf-c.
47868 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
47869 nearbyintf inlines.
47870 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
47871 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
47872 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
47873 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
47874
d38f1dba
UD
47875 * math/math_private.h: Define defaults for libc_fegetround,
47876 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
47877 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
47878 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
47879 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
47880 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
47881 standard functions.
47882 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
47883 Remove comments and hacks for old compiler versions.
47884 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
47885 libc_fegetround, libc_fesetround, libc_feholdexcept, and
47886 libc_feholdexceptl.
47887
caa6c9d8
AS
478882011-10-18 Andreas Schwab <schwab@redhat.com>
47889
47890 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
47891 (__feraiseexcept_renamed): Add __NTH.
47892 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
47893 namespace violations.
47894
97c066e6
UD
478952011-10-17 Ulrich Drepper <drepper@gmail.com>
47896
99ce7b04
UD
47897 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
47898
1004d182
UD
47899 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
47900
228a984d
UD
47901 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
47902 recently added interfaces.
47903 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
47904
c8553a6a
UD
47905 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
47906 about macro parameter expansion.
47907
ed22dcf6
UD
47908 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
47909 __NO_MATH_INLINES is defined. Cleanups.
47910
47911 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
47912 and __floorf is target has SSE4.1.
47913 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
47914 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
47915 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
47916 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
47917
b171c137
UD
47918 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
47919 name.
47920 (floorf): Likewise.
47921
97c066e6
UD
47922 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
47923
629f62ef
AS
479242011-10-17 Andreas Schwab <schwab@redhat.com>
47925
49a43d80
AS
47926 * misc/sys/cdefs.h: Fix last change.
47927
629f62ef
AS
47928 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
47929 database lookup.
47930
e453f6cd
UD
479312011-10-16 Ulrich Drepper <drepper@gmail.com>
47932
aa78043a
UD
47933 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
47934
ad0f5cad
UD
47935 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
47936 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47937 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47938 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47939 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47940 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47941 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47942 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47943 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47944 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
47945 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
47946 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
47947 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
47948 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
47949 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
47950 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
47951 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
47952 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
47953 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
47954 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
47955 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
47956 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
47957
47958 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
47959 ceil, ceilf, floor, floorf.
47960
47961 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
47962 Perform IRELATIVE relocations last.
47963
e453f6cd
UD
47964 * elf/do-rel.h: Add another parameter nrelative, replacing the
47965 local variable with the same name. Change name of the function
47966 to end in Rel or Rela (uppercase).
47967 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
47968 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
47969 elf_dynamic_do_##reloc function.
47970
fd5bdc09
UD
479712011-10-15 Ulrich Drepper <drepper@gmail.com>
47972
79b195b5
UD
47973 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
47974 is sufficient, at least on modern CPUs.
47975
d4a28569
UD
47976 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
47977
b61099b5
UD
47978 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
47979 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
47980
bcf01e6d
UD
47981 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
47982 __expl_finite.
47983 * math/bits/math-finite.h: Add entries for exp.
47984 * math/e_expl.c: Add __*_finite alias.
47985 * sysdeps/i386/fpu/e_exp.S: Likewise.
47986 * sysdeps/i386/fpu/e_expf.S: Likewise.
47987 * sysdeps/i386/fpu/e_expl.c: Likewise.
47988 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47989 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
47990 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
47991 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
47992 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
47993 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
47994 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
47995
ba1a0d59
UD
47996 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
47997 is sufficient, at least on modern CPUs.
47998
fd5bdc09
UD
47999 * ctype/ctype-info.c (__ctype_init): Define.
48000 * include/ctype.h (__ctype_init): Declare.
48001 (__ctype_b_loc): The variable is always initialized.
48002 (__ctype_toupper_loc): Likewise.
48003 (__ctype_tolower_loc): Likewise.
48004 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48005 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48006
7872cfb0
AS
480072011-10-15 Andreas Schwab <schwab@linux-m68k.org>
48008
b468825a
AS
48009 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48010
7872cfb0
AS
48011 * configure.in: Also look in $cxxmachine/include for C++ system
48012 headers.
48013
be13f7bf
LD
480142011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48015
48016 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48017 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48018 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48019 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
48020 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48021 (USE_AS_WMEMCMP): New macro.
48022 Fixing indents.
48023 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48024 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48025 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48026 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48027 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48028 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48029 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48030 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48031 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48032 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48033 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48034 (USE_AS_WMEMCMP): New macro.
48035 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48036 * sysdeps/string/test-memcmp.c: Update.
48037 Fix simple_wmemcmp.
48038 Add new tests.
48039 * wcsmbs/wmemcmp.c: Update.
48040 (WMEMCMP): New macro.
48041 Fix overflow bug.
48042
556a2007
AJ
480432011-10-12 Andreas Jaeger <aj@suse.de>
48044
48045 [BZ #13268]
48046 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48047
538faaa7
UD
480482011-10-15 Ulrich Drepper <drepper@gmail.com>
48049
ab6737ff
UD
48050 * libio/iofwide.c (do_length): Avoid warning.
48051
538faaa7
UD
48052 * ctype/ctype.h (__isctype_f): Add missing __THROW.
48053
396a21b1
UD
480542011-10-14 Ulrich Drepper <drepper@gmail.com>
48055
cdf2901f
UD
48056 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48057
38ad40ce
UD
48058 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48059 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48060 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48061 * sysdeps/i386/i686/fpu/e_log.S: New file.
48062 * sysdeps/i386/i686/fpu/e_logf.S: New file.
48063 * sysdeps/i386/i686/fpu/e_logl.S: New file.
48064
396a21b1
UD
48065 * ctype/ctype.h: Add support for inlined isXXX functions when
48066 compiling C++ code.
48067
6b1f68c9
AS
480682011-10-14 Andreas Schwab <schwab@redhat.com>
48069
349290c0
AS
48070 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48071
6b1f68c9
AS
48072 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48073
f2282d42
RM
480742011-10-13 Roland McGrath <roland@hack.frob.com>
48075
48076 [BZ #13291]
48077 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48078
5298ffa8
AS
480792011-10-13 Andreas Schwab <schwab@redhat.com>
48080
714fad23
AS
48081 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48082 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48083 feraiseexcept.
48084
81dcc7fb
AS
48085 * sysdeps/x86_64/memrchr.S: Check for zero size.
48086
5298ffa8
AS
48087 * string/stratcliff.c: Add memrchr tests.
48088
951fbcec
LD
480892011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48090
48091 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48092 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48093 rawmemchr-sse2 rawmemchr-sse2-bsf.
48094 * sysdeps/i386/i686/multiarch/memchr.S: New file.
48095 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48096 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48097 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48098 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48099 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48100 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48101 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48102 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48103 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48104 * string/memrchr.c (MEMRCHR): New macro.
48105
0ac5ae23
UD
481062011-10-12 Ulrich Drepper <drepper@gmail.com>
48107
48108 Add integration with gcc's -ffinite-math-only and optimize wrapper
48109 functions in libm.
48110 * Versions.def: Define GLIBC_2.15 version for libm.
48111 * math/Makefile (headers): Add bits/math-finite.h.
48112 * math/bits/math-finite.h: New file.
48113 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48114 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48115 * math/e_acoshl.c: Add __*_finite alias.
48116 * math/e_acosl.c: Likewise.
48117 * math/e_asinl.c: Likewise.
48118 * math/e_atan2l.c: Likewise.
48119 * math/e_atanhl.c: Likewise.
48120 * math/e_coshl.c: Likewise.
48121 * math/e_exp10.c: Likewise.
48122 * math/e_exp10f.c: Likewise.
48123 * math/e_exp10l.c: Likewise.
48124 * math/e_exp2l.c: Likewise.
48125 * math/e_fmodl.c: Likewise.
48126 * math/e_gammal_r.c: Likewise.
48127 * math/e_hypotl.c: Likewise.
48128 * math/e_j0l.c: Likewise.
48129 * math/e_j1l.c: Likewise.
48130 * math/e_jnl.c: Likewise.
48131 * math/e_lgammal_r.c: Likewise.
48132 * math/e_log10l.c: Likewise.
48133 * math/e_log2l.c: Likewise.
48134 * math/e_logl.c: Likewise.
48135 * math/e_powl.c: Likewise.
48136 * math/e_sinhl.c: Likewise.
48137 * math/e_sqrtl.c: Likewise.
48138 * math/e_scalb.c: Completely rewritten and optimized.
48139 * math/e_scalbf.c: Likewise.
48140 * math/e_scalbl.c: Likewise.
48141 * math/w_acos.c: Likewise.
48142 * math/w_acosf.c: Likewise.
48143 * math/w_acosl.c: Likewise.
48144 * math/w_acosh.c: Likewise.
48145 * math/w_acoshf.c: Likewise.
48146 * math/w_acoshl.c: Likewise.
48147 * math/w_asin.c: Likewise.
48148 * math/w_asinf.c: Likewise.
48149 * math/w_asinl.c: Likewise.
48150 * math/w_atan2.c: Likewise.
48151 * math/w_atan2f.c: Likewise.
48152 * math/w_atan2l.c: Likewise.
48153 * math/w_atanh.c: Likewise.
48154 * math/w_atanhf.c: Likewise.
48155 * math/w_atanhl.c: Likewise.
48156 * math/w_exp10.c: Likewise.
48157 * math/w_exp10f.c: Likewise.
48158 * math/w_exp10l.c: Likewise.
48159 * math/w_fmod.c: Likewise.
48160 * math/w_fmodf.c: Likewise.
48161 * math/w_fmodl.c: Likewise.
48162 * math/w_j0.c: Likewise.
48163 * math/w_j0f.c: Likewise.
48164 * math/w_j0l.c: Likewise.
48165 * math/w_j1.c: Likewise.
48166 * math/w_j1f.c: Likewise.
48167 * math/w_j1l.c: Likewise.
48168 * math/w_jn.c: Likewise.
48169 * math/w_jnf.c: Likewise.
48170 * math/w_log.c: Likewise.
48171 * math/w_logf.c: Likewise.
48172 * math/w_logl.c: Likewise.
48173 * math/w_log10.c: Likewise.
48174 * math/w_log10f.c: Likewise.
48175 * math/w_log10l.c: Likewise.
48176 * math/w_log2.c: Likewise.
48177 * math/w_log2f.c: Likewise.
48178 * math/w_log2l.c: Likewise.
48179 * math/w_pow.c: Likewise.
48180 * math/w_powf.c: Likewise.
48181 * math/w_powl.c: Likewise.
48182 * math/w_remainder.c: Likewise.
48183 * math/w_remainderf.c: Likewise.
48184 * math/w_remainderl.c: Likewise.
48185 * math/w_scalb.c: Likewise.
48186 * math/w_scalbf.c: Likewise.
48187 * math/w_scalbl.c: Likewise.
48188 * math/w_sqrt.c: Likewise.
48189 * math/w_sqrtf.c: Likewise.
48190 * math/w_sqrtl.c: Likewise.
48191 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48192 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
48193 used.
48194 * math/math_private.h: Declare __kernel_standard_f.
48195 * math/w_cosh.c: Remove cruft and optimize a bit.
48196 * math/w_coshf.c: Likewise.
48197 * math/w_coshl.c: Likewise.
48198 * math/w_exp2.c: Likewise.
48199 * math/w_exp2f.c: Likewise.
48200 * math/w_exp2l.c: Likewise.
48201 * math/w_hypot.c: Likewise.
48202 * math/w_hypotf.c: Likewise.
48203 * math/w_hypotl.c: Likewise.
48204 * math/w_lgamma.c: Likewise.
48205 * math/w_lgamma_r.c: Likewise.
48206 * math/w_lgammaf.c: Likewise.
48207 * math/w_lgammaf_r.c: Likewise.
48208 * math/w_lgammal.c: Likewise.
48209 * math/w_lgammal_r.c: Likewise.
48210 * math/w_sinh.c: Likewise.
48211 * math/w_sinhf.c: Likewise.
48212 * math/w_sinhl.c: Likewise.
48213 * math/w_tgamma.c: Likewise.
48214 * math/w_tgammaf.c: Likewise.
48215 * math/w_tgammal.c: Likewise.
48216 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48217 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48218 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48219 Minor optimizations. Pretty printing. Remove cruft.
48220 * sysdeps/i386/fpu/e_acosf.S: Likewise.
48221 * sysdeps/i386/fpu/e_acosh.S: Likewise.
48222 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48223 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48224 * sysdeps/i386/fpu/e_acosl.c: Likewise.
48225 * sysdeps/i386/fpu/e_asin.S: Likewise.
48226 * sysdeps/i386/fpu/e_asinf.S: Likewise.
48227 * sysdeps/i386/fpu/e_atan2.S: Likewise.
48228 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48229 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48230 * sysdeps/i386/fpu/e_atanh.S: Likewise.
48231 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48232 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48233 * sysdeps/i386/fpu/e_exp10.S: Likewise.
48234 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48235 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48236 * sysdeps/i386/fpu/e_exp2.S: Likewise.
48237 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48238 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48239 * sysdeps/i386/fpu/e_fmod.S: Likewise.
48240 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48241 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48242 * sysdeps/i386/fpu/e_hypot.S: Likewise.
48243 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48244 * sysdeps/i386/fpu/e_log.S: Likewise.
48245 * sysdeps/i386/fpu/e_log10.S: Likewise.
48246 * sysdeps/i386/fpu/e_log10f.S: Likewise.
48247 * sysdeps/i386/fpu/e_log10l.S: Likewise.
48248 * sysdeps/i386/fpu/e_log2.S: Likewise.
48249 * sysdeps/i386/fpu/e_log2f.S: Likewise.
48250 * sysdeps/i386/fpu/e_log2l.S: Likewise.
48251 * sysdeps/i386/fpu/e_logf.S: Likewise.
48252 * sysdeps/i386/fpu/e_logl.S: Likewise.
48253 * sysdeps/i386/fpu/e_pow.S: Likewise.
48254 * sysdeps/i386/fpu/e_powf.S: Likewise.
48255 * sysdeps/i386/fpu/e_powl.S: Likewise.
48256 * sysdeps/i386/fpu/e_remainder.S: Likewise.
48257 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48258 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48259 * sysdeps/i386/fpu/e_scalb.S: Likewise.
48260 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48261 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48262 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48263 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48264 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48265 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48266 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48267 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48268 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48269 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48270 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48271 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48272 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48273 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48274 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48275 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48276 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48277 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48278 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48279 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48280 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48281 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48282 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48283 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48284 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48285 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48286 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48287 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48288 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48289 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48290 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48291 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48292 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48293 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48294 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48295 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48296 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48297 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48298 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48299 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48300 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48301 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48302 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48303 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48304 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48305 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48306 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48307 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48308 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48309 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48310 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48311 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48312 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48313 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48314 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48315 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48316 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48317 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48318 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48319 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48320 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48321 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48322 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48323 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48324 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48325 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48326 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48327 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48328 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48329 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48330 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48331 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48332 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48333 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48334 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48335 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48336 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48337 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48338 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48339 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48340 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48341 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48342 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48343 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48344 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48345 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48346 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48347 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48348 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48349 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48350 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48351 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48352 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48353 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48354 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48355 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48356 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48357 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48358 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48359 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48360 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48361 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48362 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48363 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48364 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48365 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48366 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48367 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48368 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48369 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48370 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48371 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48372 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48373 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48374 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48375 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
48376 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48377 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48378 (__isnanf): Likewise.
48379 (__isinf_ns): Likewise.
48380 (__isinf_nsf): Likewise.
48381 (__finite): Likewise.
48382 (__finitef): Likewise.
48383 (__ieee754_sqrt): Define as macro.
48384 (__ieee754_sqrtf): Define as macro.
48385 (__ieee754_sqrtl): Define as macro.
48386 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48387 inlined copy.
48388 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48389 __FINITE_MATH_ONLY__ consistent.
48390 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48391
12cc2fcd
AS
483922011-10-10 Andreas Schwab <schwab@linux-m68k.org>
48393
a843a204
AS
48394 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48395 of rawmemchr.
48396
12cc2fcd
AS
48397 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48398
c853acd5
UD
483992011-10-09 Ulrich Drepper <drepper@gmail.com>
48400
48401 * po/ja.po: Update from translation team.
48402
c658d255
RM
484032011-10-08 Roland McGrath <roland@hack.frob.com>
48404
110946e4
RM
48405 * locale/programs/locarchive.c (prepare_address_space): New function.
48406 (create_archive, enlarge_archive, open_archive): Use it.
48407
50604220
RM
48408 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48409 inside [SHARED], where it is used.
48410
c658d255
RM
48411 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48412
48413 * nss/getent.c (netgroup_keys): Remove unused variable.
48414 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48415
6a621eb7
UD
484162011-10-08 Ulrich Drepper <drepper@gmail.com>
48417
7edb55ce
UD
48418 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48419 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48420 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48421 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48422 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48423 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48424 * math/Makefile (libm-calls): Add s_isinf_ns.
48425 * math/divtc3.c: Use __isinf_nsl instead of isinf.
48426 * math/multc3.c: Likewise.
48427 * math/s_casin.c: Likewise.
48428 * math/s_casinf.c: Likewise.
48429 * math/s_casinl.c: Likewise.
48430 * math/s_ccos.c: Likewise.
48431 * math/s_ccosf.c: Likewise.
48432 * math/s_ccosl.c: Likewise.
48433 * math/s_ctan.c: Likewise.
48434 * math/s_ctanf.c: Likewise.
48435 * math/s_ctanh.c: Likewise.
48436 * math/s_ctanhf.c: Likewise.
48437 * math/s_ctanhl.c: Likewise.
48438 * math/s_ctanl.c: Likewise.
48439 * math/w_fmod.c: Likewise.
48440 * math/w_fmodf.c: Likewise.
48441 * math/w_fmodl.c: Likewise.
48442 * math/w_remainder.c: Likewise.
48443 * math/w_remainderf.c: Likewise.
48444 * math/w_remainderl.c: Likewise.
48445 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48446 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48447 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48448 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48449 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48450 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48451 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48452 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48453
187da0ae
UD
48454 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48455 of the number.
48456 * stdio-common/printf_fphex.c: Likewise.
48457 * stdio-common/printf_size.c: Likewise.
48458
9277c064
UD
48459 * math/e_exp10.c: Include math_private.h using <...> not "...".
48460 * math/e_exp10f.c: Likewise.
48461 * math/e_exp10l.c: Likewise.
48462 * math/e_exp2l.c: Likewise.
48463 * math/e_j0l.c: Likewise.
48464 * math/e_j1l.c: Likewise.
48465 * math/e_jnl.c: Likewise.
48466 * math/e_lgammal_r.c: Likewise.
48467 * math/e_rem_pio2l.c: Likewise.
48468 * math/e_scalb.c: Likewise.
48469 * math/e_scalbf.c: Likewise.
48470 * math/e_scalbl.c: Likewise.
48471 * math/k_cosl.c: Likewise.
48472 * math/k_sinl.c: Likewise.
48473 * math/k_tanl.c: Likewise.
48474 * math/s_cacoshf.c: Likewise.
48475 * math/s_catan.c: Likewise.
48476 * math/s_catanf.c: Likewise.
48477 * math/s_catanh.c: Likewise.
48478 * math/s_catanhf.c: Likewise.
48479 * math/s_catanhl.c: Likewise.
48480 * math/s_catanl.c: Likewise.
48481 * math/s_ccosh.c: Likewise.
48482 * math/s_ccoshf.c: Likewise.
48483 * math/s_ccoshl.c: Likewise.
48484 * math/s_cexp.c: Likewise.
48485 * math/s_cexpf.c: Likewise.
48486 * math/s_cexpl.c: Likewise.
48487 * math/s_clog.c: Likewise.
48488 * math/s_clog10.c: Likewise.
48489 * math/s_clog10f.c: Likewise.
48490 * math/s_clog10l.c: Likewise.
48491 * math/s_clogf.c: Likewise.
48492 * math/s_clogl.c: Likewise.
48493 * math/s_csin.c: Likewise.
48494 * math/s_csinf.c: Likewise.
48495 * math/s_csinh.c: Likewise.
48496 * math/s_csinhf.c: Likewise.
48497 * math/s_csinhl.c: Likewise.
48498 * math/s_csinl.c: Likewise.
48499 * math/s_csqrt.c: Likewise.
48500 * math/s_csqrtf.c: Likewise.
48501 * math/s_csqrtl.c: Likewise.
48502 * math/s_ctan.c: Likewise.
48503 * math/s_ctanf.c: Likewise.
48504 * math/s_ctanh.c: Likewise.
48505 * math/s_ctanhf.c: Likewise.
48506 * math/s_ctanhl.c: Likewise.
48507 * math/s_ctanl.c: Likewise.
48508 * math/s_ldexp.c: Likewise.
48509 * math/s_ldexpf.c: Likewise.
48510 * math/s_ldexpl.c: Likewise.
48511 * math/s_significand.c: Likewise.
48512 * math/s_significandf.c: Likewise.
48513 * math/s_significandl.c: Likewise.
48514 * math/w_acos.c: Likewise.
48515 * math/w_acosf.c: Likewise.
48516 * math/w_acosh.c: Likewise.
48517 * math/w_acoshf.c: Likewise.
48518 * math/w_acoshl.c: Likewise.
48519 * math/w_acosl.c: Likewise.
48520 * math/w_asin.c: Likewise.
48521 * math/w_asinf.c: Likewise.
48522 * math/w_asinl.c: Likewise.
48523 * math/w_atan2.c: Likewise.
48524 * math/w_atan2f.c: Likewise.
48525 * math/w_atan2l.c: Likewise.
48526 * math/w_atanh.c: Likewise.
48527 * math/w_atanhf.c: Likewise.
48528 * math/w_atanhl.c: Likewise.
48529 * math/w_cosh.c: Likewise.
48530 * math/w_coshf.c: Likewise.
48531 * math/w_coshl.c: Likewise.
48532 * math/w_dremf.c: Likewise.
48533 * math/w_exp10.c: Likewise.
48534 * math/w_exp10f.c: Likewise.
48535 * math/w_exp10l.c: Likewise.
48536 * math/w_exp2.c: Likewise.
48537 * math/w_exp2f.c: Likewise.
48538 * math/w_fmod.c: Likewise.
48539 * math/w_fmodf.c: Likewise.
48540 * math/w_fmodl.c: Likewise.
48541 * math/w_hypot.c: Likewise.
48542 * math/w_hypotf.c: Likewise.
48543 * math/w_hypotl.c: Likewise.
48544 * math/w_j0.c: Likewise.
48545 * math/w_j0f.c: Likewise.
48546 * math/w_j0l.c: Likewise.
48547 * math/w_j1.c: Likewise.
48548 * math/w_j1f.c: Likewise.
48549 * math/w_j1l.c: Likewise.
48550 * math/w_jn.c: Likewise.
48551 * math/w_jnf.c: Likewise.
48552 * math/w_jnl.c: Likewise.
48553 * math/w_lgamma.c: Likewise.
48554 * math/w_lgamma_r.c: Likewise.
48555 * math/w_lgammaf.c: Likewise.
48556 * math/w_lgammaf_r.c: Likewise.
48557 * math/w_lgammal.c: Likewise.
48558 * math/w_lgammal_r.c: Likewise.
48559 * math/w_log.c: Likewise.
48560 * math/w_log10.c: Likewise.
48561 * math/w_log10f.c: Likewise.
48562 * math/w_log10l.c: Likewise.
48563 * math/w_log2.c: Likewise.
48564 * math/w_log2f.c: Likewise.
48565 * math/w_log2l.c: Likewise.
48566 * math/w_logf.c: Likewise.
48567 * math/w_logl.c: Likewise.
48568 * math/w_pow.c: Likewise.
48569 * math/w_powf.c: Likewise.
48570 * math/w_powl.c: Likewise.
48571 * math/w_remainder.c: Likewise.
48572 * math/w_remainderf.c: Likewise.
48573 * math/w_remainderl.c: Likewise.
48574 * math/w_scalb.c: Likewise.
48575 * math/w_scalbf.c: Likewise.
48576 * math/w_scalbl.c: Likewise.
48577 * math/w_sinh.c: Likewise.
48578 * math/w_sinhf.c: Likewise.
48579 * math/w_sinhl.c: Likewise.
48580 * math/w_sqrt.c: Likewise.
48581 * math/w_sqrtf.c: Likewise.
48582 * math/w_sqrtl.c: Likewise.
48583 * math/w_tgamma.c: Likewise.
48584 * math/w_tgammaf.c: Likewise.
48585 * math/w_tgammal.c: Likewise.
48586
6a621eb7
UD
48587 * po/ja.po: Update from translation team.
48588
bf582445
AJ
485892011-09-29 Andreas Jaeger <aj@suse.de>
48590
f9efbf3a
AJ
48591 [BZ #13179]
48592 * sunrpc/netname.c (netname2host): Fix logic.
48593
bf582445
AJ
48594 [BZ #6779]
48595 [BZ #6783]
48596 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
48597 correctly.
48598 * math/w_remainder.c (__remainder): Likewise.
48599 * math/w_remainderf.c (__remainderf): Likewise.
48600 * math/libm-test.inc (remainder_test): Add test cases.
48601
48693bea
AK
486022011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48603
48604 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
48605 sdiv_qrnnd.
48606
42622229
LD
486072011-10-07 Ulrich Drepper <drepper@gmail.com>
48608
48609 * string/test-memcmp.c: Avoid unncessary #defines.
48610 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48611
093ecf92
LD
486122011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48613
48614 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
48615 Use new sse2 version for core i3 - i7 as it's faster
48616 than sse42 version.
48617 (bit_Prefer_PMINUB_for_stringop): New.
48618 * sysdeps/x86_64/rawmemchr.S: Update.
48619 Replace with faster SSE2 version.
48620 * sysdeps/x86_64/memrchr.S: New file.
48621 * sysdeps/x86_64/memchr.S: Update.
48622 Replace with faster SSE2 version.
48623
fde56e5c
MP
486242011-09-12 Marek Polacek <mpolacek@redhat.com>
48625
48626 * elf/dl-load.c (lose): Add cast to avoid warning.
48627
21fd49a9
UD
486282011-10-07 Ulrich Drepper <drepper@gmail.com>
48629
5a06e643
UD
48630 * po/ca.po: Update from translation team.
48631
684ae515
UD
48632 * inet/getnetgrent_r.c: Hook up nscd.
48633 * nscd/Makefile (routines): Add nscd_netgroup.
48634 (nscd-modules): Add netgroupcache.
48635 (CFLAGS-netgroupcache.c): Define.
48636 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
48637 (cache_search): Add const to second parameter.
48638 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
48639 INNETGR.
48640 (dbs): Add netgrdb entry.
48641 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
48642 (verify_persistent_db): Handle netgrdb.
48643 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
48644 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
48645 GETFDNETGR.
48646 (netgroup_response_header): Define.
48647 (innetgroup_response_header): Define.
48648 (datahead): Add netgroup_response_header and innetgroup_response_header
48649 elements.
48650 * nscd/nscd.conf: Add entries for netgroup cache.
48651 * nscd/nscd.h (dbtype): Add netgrdb.
48652 (_PATH_NSCD_NETGROUP_DB): Define.
48653 (netgroup_iov_disabled): Declare.
48654 (xmalloc, xcalloc, xrealloc): Move declarations here.
48655 (cache_search): Adjust prototype.
48656 Add netgroup-related prototypes.
48657 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
48658 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
48659 (__nscd_innetgr): Declare.
48660 * nscd/selinux.c (perms): Use access_vector_t as element type and
48661 add netgroup-related initializers.
48662 * nscd/netgroupcache.c: New file.
48663 * nscd/nscd_netgroup.c: New file.
48664 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
48665 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
48666 For four parameters use innetgr.
48667 * nss/nss_files/files-init.c: Add definition and callback for netgr.
48668 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
48669 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
48670 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
48671
21fd49a9
UD
48672 * nscd/connections.c (register_traced_file): Don't register file
48673 for disabled databases.
48674
054c0457
UD
486752011-10-06 Ulrich Drepper <drepper@gmail.com>
48676
32b63198
UD
48677 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
48678
054c0457
UD
48679 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
48680 from tree and freeing node.
48681
64031225
JO
486822011-09-25 Jiri Olsa <jolsa@redhat.com>
48683
48684 * nss/nsswitch.c (__nss_database_lookup): Handle
48685 nss_parse_service_list out of memory case.
48686
0490345c
JO
486872011-09-15 Jiri Olsa <jolsa@redhat.com>
48688
48689 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
48690 out of memory case.
48691
3a62d00d
AS
486922011-10-04 Andreas Schwab <schwab@redhat.com>
48693
48694 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
48695 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
48696 pass it down.
48697 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
48698 elf_machine_rela, elf_machine_lazy_rel.
48699 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
48700 (ELF_DYNAMIC_DO_REL): Likewise.
48701 (ELF_DYNAMIC_DO_RELA): Likewise.
48702 (ELF_DYNAMIC_RELOCATE): Likewise.
48703 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
48704 to ELF_DYNAMIC_DO_REL.
48705 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
48706 (dl_main): In trace mode always set __RTLD_NOIFUNC.
48707 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
48708 elf_machine_rela.
48709 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
48710 skip_ifunc, don't call ifunc function if non-zero.
48711 (elf_machine_rela): Likewise.
48712 (elf_machine_lazy_rel): Likewise.
48713 (elf_machine_lazy_rela): Likewise.
48714 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
48715 (elf_machine_lazy_rel): Likewise.
48716 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
48717 Likewise.
48718 (elf_machine_lazy_rel): Likewise.
48719 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48720 Likewise.
48721 (elf_machine_lazy_rel): Likewise.
48722 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
48723 (elf_machine_lazy_rel): Likewise.
48724 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
48725 (elf_machine_lazy_rel): Likewise.
48726 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
48727 (elf_machine_lazy_rel): Likewise.
48728 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
48729 (elf_machine_lazy_rel): Likewise.
48730 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
48731 (elf_machine_lazy_rel): Likewise.
48732 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
48733 (elf_machine_lazy_rel): Likewise.
48734
68577918
UD
487352011-09-28 Ulrich Drepper <drepper@gmail.com>
48736
48737 * nss/nss_files/files-init.c (_nss_files_init): Use static
48738 initialization for all the *_traced_file variables.
48739
68822d74
AS
487402011-09-28 Andreas Schwab <schwab@redhat.com>
48741
48742 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48743
2056100b
RM
487442011-09-27 Roland McGrath <roland@hack.frob.com>
48745
48746 [BZ #13226]
48747 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
48748
32c76b63
AS
487492011-09-27 Andreas Schwab <schwab@redhat.com>
48750
48751 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48752 Reread the line before reparsing it.
48753
bf972c9d
AS
487542011-09-26 Andreas Schwab <schwab@redhat.com>
48755
48756 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
48757
e057a1b5
JM
487582011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
48759 Maxim Kuvyrkov <maxim@codesourcery.com>
48760 Joseph Myers <joseph@codesourcery.com>
48761
48762 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
48763 if needed for __stack_chk_guard.
48764
bc7e1c36
RM
487652011-09-19 Roland McGrath <roland@hack.frob.com>
48766
ecb1482f
RM
48767 * sysdeps/posix/spawni.c (script_execute): Always define it.
48768 It will be optimized away if unused.
48769 (maybe_script_execute): New function.
48770 (__spawni): Call it.
48771
bc7e1c36
RM
48772 * Makerules: Don't include tls.make.
48773 (config-tls): Always set to thread.
48774 * tls.make.c: File removed.
48775
1c3b002b
MF
487762011-09-19 Mike Frysinger <vapier@gentoo.org>
48777
48778 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
48779 * config.make.in (CPPFLAGS-config): New substituted variable.
48780
2840865d
UD
487812011-09-15 Ulrich Drepper <drepper@gmail.com>
48782
88738eb6
UD
48783 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
48784
cbf645a6 48785 [BZ #13192]
2840865d
UD
48786 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
48787 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
48788
b402e91a
RM
487892011-09-15 Roland McGrath <roland@hack.frob.com>
48790
48791 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
48792 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
48793 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48794 (CALL_FAIL): Likewise.
48795 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
48796 (CALL_FAIL): Macro removed.
48797 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
48798
4c1a1f71
UD
487992011-09-15 Ulrich Drepper <drepper@gmail.com>
48800
48801 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
48802 for __FINITE_MATH_ONLY__ == 1.
48803
edc121be
AS
488042011-09-15 Andreas Schwab <schwab@redhat.com>
48805
48806 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
48807 __ieee754_sqrt instead of sqrt.
48808 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
48809 __ieee754_sqrtf instead of sqrtf.
48810 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
48811 __floorf instead of floorf.
48812 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
48813 __floorf, __truncf instead of floorf, truncf.
48814
cd205654
UD
488152011-09-14 Ulrich Drepper <drepper@gmail.com>
48816
ee4d0315
UD
48817 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
48818
cd205654
UD
48819 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
48820 __extern_always_inline.
48821 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
48822 32-bit.
48823
48b67d71
AS
488242011-09-14 Andreas Schwab <schwab@redhat.com>
48825
48826 * elf/rtld.c (dl_main): Also relocate in dependency order when
48827 doing symbol dependency testing.
48828
1ae12c75
AS
488292011-09-13 Andreas Schwab <schwab@linux-m68k.org>
48830
48831 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48832 Always define `refsym'.
48833
995a80df
AS
488342011-09-13 Andreas Schwab <schwab@redhat.com>
48835
e529793b
AS
48836 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
48837 (__FD_ELT): Renamed from __FDELT.
48838 * misc/bits/select2.h (__FD_ELT): Likewise.
48839 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
48840 __FD_MASK instead of __FDELT, __FDMASK.
48841 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
48842 Likewise.
48843 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
48844 Likewise.
48845
52d4fef8
AS
48846 * elf/Makefile (gen-ldd): Fix pattern.
48847
995a80df
AS
48848 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
48849 (init_tls): Likewise.
48850
8682f8b0
UD
488512011-09-12 Ulrich Drepper <drepper@gmail.com>
48852
48853 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
48854
de82006d
AS
488552011-09-12 Andreas Schwab <schwab@redhat.com>
48856
a7c8e6a1
AS
48857 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
48858 `struct cmsghdr *' instead of `void *'.
48859 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
48860 Likewise.
48861
0f31fe77
AS
488622011-09-11 Andreas Schwab <schwab@linux-m68k.org>
48863
48864 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
48865 if non-absolute.
48866 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
48867 ldd_rewrite_script.
0f31fe77 48868
32b4c839
UD
488692011-09-11 Ulrich Drepper <drepper@gmail.com>
48870
83cd1420
UD
48871 * configure.in: Remove --with-tls option.
48872 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
48873 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
48874 out in case it is missing.
48875 * sysdeps/ia64/elf/configure.in: Likewise.
48876 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
48877 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
48878 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
48879 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
48880 * sysdeps/sh/elf/configure.in: Likewise.
48881 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
48882 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48883 * sysdeps/x86_64/elf/configure.in: Likewise.
48884 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
48885 * sysdeps/mach/hurd/tls.h: Likewise.
48886
633f745d
UD
48887 [BZ #13067]
48888 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
48889
f318beb8
UD
48890 [BZ #13090]
48891 * configure.in: Fix use of AC_INIT.
48892
32b4c839
UD
48893 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
48894
3ce1f295
UD
488952011-09-10 Ulrich Drepper <drepper@gmail.com>
48896
bb016596
UD
48897 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
48898 __set_errno.
8e58439c
UD
48899 * malloc/hooks.c: Likewise.
48900
aebae053 48901 [BZ #11929]
02d46fc4
UD
48902 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
48903 variables statically.
48904 (narenas): Initialize.
48905 (list_lock): Initialize.
bb016596
UD
48906 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
48907 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
48908 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
48909 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
48910 Add initializers to main_arena and mp_.
48911 (malloc_state): Remove pagesize member. Change all users to use
48912 GLRO(dl_pagesize).
48913
48914 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
48915 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
48916 is always initialized.
48917
22a89187
UD
48918 * malloc/malloc.c: Removed unused configurations and dead code.
48919 * malloc/arena.c: Likewise.
48920 * malloc/hooks.c: Likewise.
02d46fc4 48921 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 48922
d063d164
UD
48923 * include/tls.h: Removed. USE___THREAD must always be defined.
48924 * bits/libc-tsd.h: Don't handle !USE___THREAD.
48925 * elf/dl-libc.c: Likewise.
48926 * elf/dl-tsd.c: Likewise.
48927 * include/errno.h: Likewise.
48928 * include/netdb.h: Likewise.
48929 * include/resolv.h: Likewise.
48930 * inet/herrno-loc.c: Likewise.
48931 * inet/herrno.c: Likewise.
48932 * malloc/arena.c: Likewise.
48933 * malloc/hooks.c: Likewise.
48934 * malloc/malloc.c: Likewise.
48935 * resolv/res-state.c: Likewise.
48936 * resolv/res_libc.c: Likewise.
48937 * sysdeps/i386/dl-machine.h: Likewise.
48938 * sysdeps/ia64/dl-machine.h: Likewise.
48939 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
48940 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
48941 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
48942 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
48943 * sysdeps/sh/dl-machine.h: Likewise.
48944 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48945 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48946 * sysdeps/unix/i386/sysdep.S: Likewise.
48947 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
48948 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
48949 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
48950 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
48951 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
48952 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
48953 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
48954 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48955 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48956 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
48957 * sysdeps/unix/x86_64/sysdep.S: Likewise.
48958 * sysdeps/x86_64/dl-machine.h: Likewise.
48959 * tls.make.c: Likewise.
48960
3ce1f295
UD
48961 * configure.in: Remove --with-__thread option. Make tests for
48962 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
48963 tls_model attribute fail if no support is available. Remove
48964 USE_IN_LIBIO.
48965 * Makeconfig: Adjust for dropped configure option. All features are
48966 now mandatory.
48967 * Makerules: Likewise.
48968 * Versions.def: Likewise.
48969 * argp/argp-fmtstream.c: Likewise.
48970 * argp/argp-fmtstream.h: Likewise.
48971 * argp/argp-help.c: Likewise.
48972 * assert/assert.c: Likewise.
48973 * config.h.in: Likewise.
48974 * config.make.in: Likewise.
48975 * configure: Likewise.
48976 * configure.in: Likewise.
48977 * csu/Versions: Likewise.
48978 * csu/init.c: Likewise.
48979 * elf/tst-audit2.c: Likewise.
48980 * elf/tst-tls10.c: Likewise.
48981 * elf/tst-tls10.h: Likewise.
48982 * elf/tst-tls11.c: Likewise.
48983 * elf/tst-tls12.c: Likewise.
48984 * elf/tst-tls14.c: Likewise.
48985 * elf/tst-tlsmod11.c: Likewise.
48986 * elf/tst-tlsmod12.c: Likewise.
48987 * elf/tst-tlsmod13.c: Likewise.
48988 * elf/tst-tlsmod13a.c: Likewise.
48989 * elf/tst-tlsmod14a.c: Likewise.
48990 * elf/tst-tlsmod15b.c: Likewise.
48991 * elf/tst-tlsmod16a.c: Likewise.
48992 * elf/tst-tlsmod16b.c: Likewise.
48993 * elf/tst-tlsmod7.c: Likewise.
48994 * elf/tst-tlsmod8.c: Likewise.
48995 * elf/tst-tlsmod9.c: Likewise.
48996 * gmon/gmon.c: Likewise.
48997 * grp/fgetgrent_r.c: Likewise.
48998 * grp/putgrent.c: Likewise.
48999 * hurd/fopenport.c: Likewise.
49000 * include/libc-symbols.h: Likewise.
49001 * include/tls.h: Likewise.
49002 * intl/gettextP.h: Likewise.
49003 * intl/loadinfo.h: Likewise.
49004 * locale/global-locale.c: Likewise.
49005 * locale/localeinfo.h: Likewise.
49006 * mach/devstream.c: Likewise.
49007 * malloc/arena.c: Likewise.
49008 * malloc/set-freeres.c: Likewise.
49009 * misc/err.c: Likewise.
49010 * misc/getttyent.c: Likewise.
49011 * misc/mntent_r.c: Likewise.
49012 * posix/getopt.c: Likewise.
49013 * posix/wordexp.c: Likewise.
49014 * pwd/fgetpwent_r.c: Likewise.
49015 * resolv/Versions: Likewise.
49016 * resolv/res_hconf.c: Likewise.
49017 * shadow/fgetspent_r.c: Likewise.
49018 * shadow/putspent.c: Likewise.
49019 * stdio-common/printf_fphex.c: Likewise.
49020 * stdio-common/tmpfile.c: Likewise.
49021 * stdlib/abort.c: Likewise.
49022 * stdlib/fmtmsg.c: Likewise.
49023 * sunrpc/auth_unix.c: Likewise.
49024 * sunrpc/clnt_perr.c: Likewise.
49025 * sunrpc/clnt_tcp.c: Likewise.
49026 * sunrpc/clnt_udp.c: Likewise.
49027 * sunrpc/clnt_unix.c: Likewise.
49028 * sunrpc/openchild.c: Likewise.
49029 * sunrpc/svc_simple.c: Likewise.
49030 * sunrpc/svc_tcp.c: Likewise.
49031 * sunrpc/svc_udp.c: Likewise.
49032 * sunrpc/svc_unix.c: Likewise.
49033 * sunrpc/xdr.c: Likewise.
49034 * sunrpc/xdr_array.c: Likewise.
49035 * sunrpc/xdr_rec.c: Likewise.
49036 * sunrpc/xdr_ref.c: Likewise.
49037 * sunrpc/xdr_stdio.c: Likewise.
49038
1248c1c4
PB
490392011-09-09 Ulrich Drepper <drepper@gmail.com>
49040
49041 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49042
490432011-07-03 Andreas Jaeger <aj@suse.de>
49044
49045 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49046 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49047 regenerate with gen-libm-tests.pl.
49048
490492010-05-12 Petr Baudis <pasky@suse.cz>
49050
49051 [BZ #11589]
49052 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49053 around j0() zero points by switching to j1().
49054 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49055 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49056 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49057 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49058
f22e1074
UD
490592011-09-09 Ulrich Drepper <drepper@gmail.com>
49060
f19009c1
UD
49061 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49062 instead of 0.
49063 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 49064 instead of 0.
f19009c1
UD
49065 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49066 Patch in part by Pavel Roskin <proski@gnu.org>.
49067
3f8cc204
UD
49068 [BZ #13138]
49069 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49070 realloc.
49071 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
49072 Free memory block if necessary.
49073
f22e1074
UD
49074 [BZ #12847]
49075 * libio/genops.c (INTDEF): For string streams the _lock pointer can
49076 be NULL. Don't lock in this case.
49077
0a2349f9
RM
490782011-09-09 Roland McGrath <roland@hack.frob.com>
49079
49080 * elf/elf.h (ELFOSABI_GNU): New macro.
49081 (ELFOSABI_LINUX): Define to that.
49082
f3cdd467
DZ
490832011-07-29 Denis Zaitceff <zaitceff@gmail.com>
49084
49085 * string/strncat.c (strncat): Undef the symbol in case it has been
49086 defined in bits/string.h.
49087
74718d13
UD
490882011-09-09 Ulrich Drepper <drepper@gmail.com>
49089
633e9e0f
UD
49090 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49091
0a2349f9 49092 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
49093 link map.
49094
f9924780
AJ
490952011-08-17 Andreas Jaeger <aj@suse.de>
49096
49097 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49098
7f5517aa
PP
490992011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
49100 Ian Lance Taylor <iant@google.com>
49101
49102 * math/libm-test.inc (lround_test): New testcase.
49103 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49104
762011fe
UD
491052011-09-08 Ulrich Drepper <drepper@gmail.com>
49106
92963737
UD
49107 * Makefile: Remove support for automatic cvs check-ins.
49108 * Makerules: Likewise.
49109 * config.make.in: Likewise.
49110 * configure.in: Likewise.
49111 * intl/Makefile: Likewise.
49112 * locale/Makefile: Likewise.
49113 * po/Makefile: Likewise.
49114 * posix/Makefile: Likewise.
49115 * sysdeps/gnu/Makefile: Likewise.
49116 * sysdeps/mach/hurd/Makefile: Likewise.
49117 * sysdeps/sparc/sparc32/Makefile: Likewise.
49118
b0727fd8
JS
49119 [BZ #13118]
49120 * posix/Makefile (bug-regex32-ENV): Define.
49121 Patch by John Stanley <jpsinthemix@verizon.net>.
49122
a0f33f99
UD
49123 * misc/Makefile (headers): Add bits/select2.h.
49124 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49125 * misc/bits/select2.h: New file.
49126 * include/bits/select2.h: New file.
49127 * debug/Makefile (routines): Add fdelt_chk.
49128 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49129 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49130 FD_ISSET.
49131 * debug/fdelt_chk.c: New file.
49132
762011fe
UD
49133 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
49134 * wcsmbs/test-wmemcmp.c: Likewise.
49135 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 49136 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
49137
491382011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49139
49140 * string/Makefile (strop-tests): Add memcmp.
49141 * string/test-wmemcmp.c: New file.
49142 * string/test-memcmp.c: Add wmemcmp support.
49143
7f513ec8
RM
491442011-09-08 Roland McGrath <roland@hack.frob.com>
49145
0442afb4
RM
49146 [BZ #13153]
49147 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49148 2011-07-19 change.
49149
7f513ec8
RM
49150 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49151 garbage value in a __mach_port_mod_refs call in the cases of the
49152 task-self and thread-self ports.
49153
a12b2239
ST
491542011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
49155
49156 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49157
610f9ab4
AS
491582011-09-08 Andreas Schwab <schwab@redhat.com>
49159
7f513ec8 49160 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 49161
48882a1a
LD
491622011-09-07 Ulrich Drepper <drepper@gmail.com>
49163
b49865be
UD
49164 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49165
fdc86bc9
UD
49166 * elf/dl-libc.c (dlerror_run): Pass back error code from
49167 dl_catch_error.
49168
c966526a
UD
49169 [BZ #13123]
49170 * elf/dl-load.c (lose): Free l_origin if it is valid.
49171
48882a1a
LD
49172 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49173 names.
49174 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49175 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49176 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49177 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49178 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49179 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49180
77a2a8b4
AZ
491812011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
49182
49183 * sysdeps/powerpc/fpu/e_hypot.c: New file.
49184 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49185 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49186 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49187 * sysdeps/powerpc/fpu/k_cosf.c: New file.
49188 * sysdeps/powerpc/fpu/k_sinf.c: New file.
49189 * sysdeps/powerpc/fpu/s_cosf.c: New file.
49190 * sysdeps/powerpc/fpu/s_sinf.c: New file.
49191 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49192 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49193
24f579d8
AM
491942011-08-15 Alan Modra <amodra@gmail.com>
49195
49196 [BZ #13092]
49197 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49198 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49199 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
49200 ppc_mcount to static-only-routines.
49201 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49202 __mcount_internal.
49203 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49204 __mcount_internal with usual JUMPTARGET. Remove useless nop.
49205
3d4837df
UD
492062011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
49207
49208 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49209 for finite and infinity parameters.
49210
22700377
WS
492112011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
49212
49213 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49214 and add nop instructions for throughput optimization.
49215 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49216
5025581e
WS
492172011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
49218
49219 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49220 aligned copy for power7 with vector-scalar instructions.
49221 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49222
08a300c9
L
492232011-07-24 H.J. Lu <hongjiu.lu@intel.com>
49224
49225 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49226 AVX check.
49227
59178ef9
AS
492282011-09-07 Andreas Schwab <schwab@redhat.com>
49229
49230 [BZ #13144]
49231 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49232 last change.
49233
e38ba7ab
UD
492342011-09-07 Ulrich Drepper <drepper@gmail.com>
49235
49236 * sysdeps/unix/sysv/linux/x86_64/init-first.c
49237 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49238 syscall wrapper around clock_gettime in __vdso_clock_gettime.
49239 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49240 clock_gettime.
49241
d53a73ac
UD
492422011-09-06 Ulrich Drepper <drepper@gmail.com>
49243
fc8bffcc
UD
49244 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49245 Forgot to demangle the pointer.
49246
ceaa0c5d
UD
49247 * sysdeps/i386/sysdep.h: Define atom_text_section.
49248 * sysdeps/x86_64/sysdep.h: Likewise.
49249 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49250 section with atom_text_section.
49251 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49252 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49253 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49254 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49255 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49256
a77d3c17
UD
49257 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49258 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49259 already be defined. Change to take two parameters and don't assign
49260 result to variable. Adjust all users.
49261 Define INTERNAL_GETTIME if not already defined.
49262 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49263 call.
49264 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49265 HAVE_CLOCK_GETTIME_VSYSCALL.
49266 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49267
d53a73ac
UD
49268 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49269 gettimeofday vsyscall, just use time.
49270
a8f84144
AS
492712011-09-06 Andreas Schwab <schwab@redhat.com>
49272
49273 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49274 <errno.h>.
49275
ef606249
UD
492762011-09-06 Ulrich Drepper <drepper@gmail.com>
49277
49278 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49279 syscall on x86-64.
49280 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49281 syscall.
49282 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49283 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49284 syscall if possible.
49285
6585cb60
UD
492862011-09-05 Ulrich Drepper <drepper@gmail.com>
49287
49288 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49289 e_ident. Don't pass to find_mapsXX.
49290 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49291
a5f524e4
LD
492922011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49293
49294 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49295 strchr-sse2-no-bsf strrchr-sse2-no-bsf
49296 * sysdeps/x86_64/multiarch/strchr.S: Update.
49297 Check bit_slow_BSF bit.
49298 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49299 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49300 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49301
554881ef
UD
493022011-09-05 Ulrich Drepper <drepper@gmail.com>
49303
d96de963
UD
49304 [BZ #13134]
49305 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49306 before glibc 2.15.
49307 (tryshell): Define.
49308 (__spawni): Change last parameter to be flag. Test
49309 SPAWN_XFLAGS_USE_PATH flag to use path or not.
49310 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49311 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49312 * posix/spawni.c: Likewise.
49313 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49314 * posix/spawnp.c: Likewise. Change normal version to use
49315 SPAWN_XFLAGS_USE_PATH.
49316 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49317 SPAWN_XFLAGS_TRY_SHELL.
49318
d48e5868
UD
49319 [BZ #13150]
49320 * posix/glob.h: Remove gcc 1.x support.
49321
554881ef
UD
49322 [BZ #13068]
49323 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49324
693fb948
LD
493252011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49326
49327 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49328 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49329 strrchr-sse2-bsf
49330 * sysdeps/i386/i686/multiarch/strchr.S: New file.
49331 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49332 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49333 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49334 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49335 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49336
1b48c537
UD
493372011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49338
49d42c37
UD
49339 * sysdeps/x86_64/wcscmp.S: New file.
49340
1b48c537
UD
49341 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49342 wcscmp-c wcscmp-sse2
49343 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49344 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49345 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49346 * wcsmbs/wcscmp.c: Allow renaming.
49347
15c95c5d
DM
493482011-09-05 David S. Miller <davem@davemloft.net>
49349
49350 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49351 stack slot, rather than the struct return pointer slot.
49352 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49353 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49354 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49355 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49356
2f0ad8f3
UD
493572011-09-05 Ulrich Drepper <drepper@gmail.com>
49358
d88ae418
UD
49359 * po/ja.po: Update from translation team.
49360
2f0ad8f3
UD
49361 [BZ #13144]
49362 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49363 kernel in 64-bit binaries.
49364
5f4318d1
DM
493652011-09-01 David S. Miller <davem@davemloft.net>
49366
49367 * elf/elf.h (HWCAP_SPARC_*): Move to..
49368 * sysdeps/sparc/sysdep.h: this new file and add new values.
49369 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49370 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49371 _DL_HWCAP_COUNT to 24.
49372 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49373 entries.
49374 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49375 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49376 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49377 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49378 instead of magic constants.
49379 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49380
3ba57516
DM
493812011-08-31 David S. Miller <davem@davemloft.net>
49382
49383 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49384 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49385 Reimplement to do errno handling inline.
49386 (SYSCALL_ERROR_HANDLER): New macro.
49387 (__SYSCALL_STRING): Do not do errno handling in asm.
49388 (__CLONE_SYSCALL_STRING): Delete.
49389 (__INTERNAL_SYSCALL_STRING): Delete.
49390 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49391 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49392 (PSEUDO): Reimplement to do errno handling inline.
49393 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49394 (SYSCALL_ERROR_HANDLER): New macro.
49395 (__SYSCALL_STRING): Do not do errno handling in asm.
49396 (__CLONE_SYSCALL_STRING): Delete.
49397 (__INTERNAL_SYSCALL_STRING): Delete.
49398 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49399 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49400 i386.
49401 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49402 (inline_syscall*): Add 'err' argument.
49403 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49404 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49405 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49406 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49407
49408 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49409 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49410
2bc17433
AS
494112011-08-30 Andreas Schwab <schwab@redhat.com>
49412
49413 * elf/rtld.c (dl_main): Relocate objects in dependency order.
49414
fbeb5f4d
JO
494152011-08-29 Jiri Olsa <jolsa@redhat.com>
49416
49417 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49418 directive.
49419
ad69cc26
DM
494202011-08-24 David S. Miller <davem@davemloft.net>
49421
49422 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49423
39dd69df
AS
494242011-08-24 Andreas Schwab <schwab@redhat.com>
49425
49426 * elf/Makefile: Add rules to build and run unload8 test.
49427 * elf/unload8.c: New file.
49428 * elf/unload8mod1.c: New file.
49429 * elf/unload8mod1x.c: New file.
49430 * elf/unload8mod2.c: New file.
49431 * elf/unload8mod3.c: New file.
49432
49433 * elf/dl-close.c (_dl_close_worker): Reset private search list if
49434 it wasn't used.
49435
2c0b250a
DM
494362011-08-23 David S. Miller <davem@davemloft.net>
49437
49438 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49439 subtract stack bias.
49440 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49441 %sp not %fp in calculations.
49442 (_JMPBUF_UNWINDS_ADJ): Likewise.
49443
22044b48
DM
49444 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49445 (aio_suspend): Call it to force an exception region around the
49446 AIO_MISC_WAIT() invocation.
49447
2cae4995
AS
494482011-08-23 Andreas Schwab <schwab@redhat.com>
49449
49450 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49451 backslash.
49452
873a772e
AJ
494532011-07-04 Aurelien Jarno <aurelien@aurel32.net>
49454
49455 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49456 protection macro.
49457 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49458 and <dl-machine.h>.
49459 (Elf64_FuncDesc): Remove.
49460
25ad0df1
DM
494612011-08-22 David S. Miller <davem@davemloft.net>
49462
49463 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49464 sigaltstack check, add missing cfi directives.
49465 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49466 missing cfi directives, and sigaltstack handling.
49467
e888bcbe
AS
494682011-08-16 Andreas Schwab <schwab@redhat.com>
49469
49470 [BZ #11724]
49471 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49472 object is seen twice.
49473 * elf/dl-fini.c (_dl_sort_fini): Likewise.
49474
49475 * elf/Makefile (distribute): Add tst-initorder2.c.
49476 (tests): Add tst-initorder2.
49477 (modules-names): Add tst-initorder2a tst-initorder2b
49478 tst-initorder2c tst-initorder2d. Add rules to build them.
49479 ($(objpfx)tst-initorder2.out): New rule.
49480 * elf/tst-initorder2.c: New file.
49481 * elf/tst-initorder2.exp: New file.
49482
87162f46
AS
494832011-08-22 Andreas Schwab <schwab@redhat.com>
49484
70538b7f
AS
49485 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49486
f55ffe58
AS
49487 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49488 dependencies back to end of function.
49489
87162f46
AS
49490 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49491 $(elfobjdir)/ld.so.
49492
91b392a4
UD
494932011-08-21 Ulrich Drepper <drepper@gmail.com>
49494
49495 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
49496 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
49497 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
49498 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
49499 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
49500 of __vdso_gettimeofday.
49501 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
49502 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
49503 attribute_hidden.
49504 (_libc_vdso_platform_setup): Remove initialization of
49505 __vdso_gettimeofday and __vdso_time.
49506
5c43483f
UD
495072011-08-20 Ulrich Drepper <drepper@gmail.com>
49508
775a77e7
UD
49509 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
49510 and fgetc_unlocked.
49511 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
49512 getc_unlocked.
89f447ed 49513
49c74ba9
UD
49514 * elf/dl-open.c (add_to_global): Report additions to the global scope
49515 for LD_DEBUG=scopes.
49516 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 49517 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 49518
5c43483f
UD
49519 [BZ #13114]
49520 * stdio-common/Makefile (tests): Add bug24.
49521 * stdio-common/bug24.c: New file.
49522
a101b025
AJ
495232011-08-19 Andreas Jaeger <aj@suse.de>
49524
49525 [BZ #13114]
49526 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
49527 non-existant file when using close-on-exec mode.
49528
c88f1766
UD
495292011-08-20 Ulrich Drepper <drepper@gmail.com>
49530
0276a718
UD
49531 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
49532 the very first instruction.
49533
c88f1766
UD
49534 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
49535 the CFI state in the end.
49536 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
49537 inclusion of dl-trampoline.h.
49538 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
49539
51ccffa0
AS
495402011-08-19 Andreas Schwab <schwab@redhat.com>
49541
94d7165f
AS
49542 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
49543 expectations for long double.
49544
51ccffa0
AS
49545 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
49546 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
49547
fd708658 495482011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
49549
49550 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
49551 artificual limit depends upon the system page size.
49552
44f0a71e
UD
495532011-08-17 Ulrich Drepper <drepper@gmail.com>
49554
49555 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
49556 * resolv/Makefile: Define CFLAGS-libresolv.
49557
8de79a24
AS
495582011-08-17 Andreas Schwab <schwab@redhat.com>
49559
49560 * nss/makedb.c (compute_tables): Make variables used in nested
49561 function static.
49562
27724598
UD
495632011-08-17 Ulrich Drepper <drepper@gmail.com>
49564
c5305d88
UD
49565 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
49566 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
49567 if buffer was too small.
49568
27724598
UD
49569 * elf/pldd.c (main): Attach to all threads in the process.
49570 Rewrite /proc handling to use *at functions.
49571
076fe015
UD
495722011-08-16 Ulrich Drepper <drepper@gmail.com>
49573
174baab3
UD
49574 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
49575 specifies first scope to show.
49576 (dl_open_worker): Update callers. Move printing scope of new
49577 object to before the relocation.
44f0a71e 49578 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
49579 * sysdeps/generic/ldsodefs.h: Update declaration.
49580
076fe015
UD
49581 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
49582 string for the scope number.
49583
a60df2c3
UD
495842011-08-14 Ulrich Drepper <drepper@gmail.com>
49585
49586 * nscd/servicescache.c (cache_addserv): Make sure written is always
49587 initialized.
49588
5e4287d1
RM
495892011-08-14 Roland McGrath <roland@hack.frob.com>
49590
85ae0589
RM
49591 * sysdeps/i386/i486/bits/atomic.h
49592 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
49593 statement expression, so as to suppress "set but not used" warning.
49594 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
49595
69f63097
RM
49596 * string/strncat.c (STRNCAT): Use prototype definition.
49597
675456ef
RM
49598 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
49599 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
49600 -Iprograms here.
49601 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
49602 (localedef-modules): Add localedef.
49603 (locale-modules): Add locale.
49604
5e4287d1
RM
49605 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
49606 * elf/rtld.c (dl_main): Invert order of assignment in last change,
49607 to avoid a warning.
49608
9c96ff23
DM
496092011-08-14 David S. Miller <davem@davemloft.net>
49610
49611 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
49612 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
49613
f9ddf089
UD
496142011-08-13 Ulrich Drepper <drepper@gmail.com>
49615
44f0a71e 49616 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
49617 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
49618 * elf/rtld.c (dl_main): Set l_name of vDSO.
49619 Call _dl_show_scope when DL_DEBUG_SCOPES.
49620 (process_dl_debug): Recognize scopes flag and also set it for all.
49621 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
49622 Declare _dl_show_scope.
49623
1dc27704
UD
49624 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
49625 (do_dlopen): Pass caller_dlopen to dl_open.
49626 (__libc_dlopen_mode): Initialize caller_dlopen.
49627
f9ddf089
UD
49628 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
49629 of libc. Make tolower call locale-independent. Optimize a bit by
49630 using isdigit instead of isalnum.
49631 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
49632
9ac533d3
UD
496332011-08-12 Ulrich Drepper <drepper@gmail.com>
49634
49635 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
49636 was a dependency or dynamically loaded.
49637
89edf2e9
UD
496382011-08-11 Ulrich Drepper <drepper@gmail.com>
49639
8e999d29
UD
49640 * intl/l10nflist.c: Allow architecture-specific pop function.
49641 * sysdeps/x86_64/l10nflist.c: New file.
49642
89edf2e9
UD
49643 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
49644 classification.
49645
14d96785
AS
496462011-08-10 Andreas Schwab <schwab@redhat.com>
49647
49648 * include/dirent.h: Add libc_hidden_proto for scandirat and
49649 scandirat64. Don't declare __scandirat64.
49650 * dirent/scandirat.c: Add libc_hidden_def.
49651 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
49652 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
49653
6761ac04
DM
496542011-08-10 David S. Miller <davem@davemloft.net>
49655
49656 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
49657 enum.
49658 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
49659 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
49660 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
49661
c55fbd1e
UD
496622011-08-09 Ulrich Drepper <drepper@gmail.com>
49663
49664 * Versions.def [libc]: Add GLIBC_2.15.
49665 * dirent/Makefile (routines): Add scandirat and scandirat64.
49666 * dirent/Versions [libc]: Export scandirat and scandirat64 for
49667 GLIBC_2.15.
49668 * dirent/dirent.h: Declare scandirat and scandirat64.
49669 * dirent/scandirat.c: New file.
49670 * dirent/scandirat64.c: New file.
49671 * sysdeps/wordsize-64/scandirat.c: New file.
49672 * sysdeps/wordsize-64/scandirat64.c: New file.
49673 * dirent/opendir.c: Define opendirat.
49674 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
49675 using scandirat.
49676 * dirent/scandir64.c: Adjust for scandir.c change.
49677 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
49678 __scandirat64, and __scandir_cancel_handler.
49679 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
49680 additional parameter and use openat instead of open (outside of ld.so).
49681 Add new __opendir as wrapper around __opendirat.
49682 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
49683 here without requiring old scandirat implementation.
49684
879165f2
UD
496852011-08-08 Ulrich Drepper <drepper@gmail.com>
49686
49687 * dirent/scandir.c (cancel_handler): Renamed to
49688 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
49689 defined. Adjust users.
49690 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
49691 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
49692
cb7e923b
UD
496932011-08-04 Ulrich Drepper <drepper@gmail.com>
49694
16292edd
UD
49695 * string/test-string.h (IMPL): Use __STRING to expand name and then
49696 stringify it.
49697
cb7e923b
UD
49698 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
49699 of cleanups.
49700
cff82933
LD
497012011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49702
49703 * string/Makefile: Update.
49704 (strop-tests): Append strncat.
49705 * string/test-wcscmp.c: New file.
49706 New comprehensive test for wcscmp.
49707 * string/test-strcmp.c: Update.
49708 (WIDE): New define.
49709
9be9bfcc
AS
497102011-07-22 Andreas Schwab <schwab@redhat.com>
49711
49712 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
49713 line.
49714
2e96f1c7
AS
497152011-07-26 Andreas Schwab <schwab@redhat.com>
49716
49717 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49718 encoding to ACE if AI_IDN.
49719
85188888
JJ
497202011-08-01 Jakub Jelinek <jakub@redhat.com>
49721
49722 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
49723 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
49724
5fa16e9b
LD
497252011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49726
49727 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
49728 Fix overflow bug in strncat.
49729 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
49730
49731 * string/test-strncat.c: Update.
49732 Add new tests for checking overflow bugs.
49733
497342011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49735
49736 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49737 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
49738 * sysdeps/i386/i686/multiarch/strcat.S: New file.
49739 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
49740 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
49741 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
49742 * sysdeps/i386/i686/multiarch/strncat.S: New file.
49743 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
49744 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
49745
49746 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
49747 (USE_AS_STRCAT): Define.
49748 Add strcat and strncat support.
49749 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49750
8c1a459f
AS
497512011-07-25 Andreas Schwab <schwab@redhat.com>
49752
49753 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
49754 __n bigger than INT_MAX+1.
49755 (__strncmp_g): Likewise.
49756
bba33c28
UD
497572011-07-23 Ulrich Drepper <drepper@gmail.com>
49758
798be72d
UD
49759 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
49760 * libio/stido.h: Likewise.
49761
8accd4dc
UD
49762 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
49763 (AF_NFC): Define.
49764 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
49765 (AF_NFC): Define.
49766
cbff0d96
UD
49767 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
49768 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
49769 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
49770 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
49771 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
49772
9191c04a
UD
49773 [BZ #13021]
49774 * scripts/test-installation.pl: Don't expect libnss_test1 to be
49775 installed.
49776
bba33c28
UD
49777 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
49778 typo.
49779 (_dl_x86_64_save_sse): Likewise.
49780
90f139dd
UD
497812011-07-22 Ulrich Drepper <drepper@gmail.com>
49782
1aae088a
UD
49783 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
49784 OSXSAVE.
49785 (_dl_x86_64_save_sse): Likewise.
49786
8e2045f5
UD
49787 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
49788
90f139dd
UD
49789 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
49790
1d002f25
AS
497912011-07-21 Andreas Schwab <schwab@redhat.com>
49792
49793 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
49794 change.
49795 (_dl_x86_64_save_sse): Use correct AVX check.
49796
21137f89
UD
497972011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49798
49799 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
49800 bug in strncpy/strncat.
49801 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
49802
a65c0b7a
UD
498032011-07-21 Ulrich Drepper <drepper@gmail.com>
49804
49805 * string/tester.c (test_strcat): Add tests for different alignments
49806 of source and destination.
49807 (test_strncat): Likewise.
49808
6986b98a
UD
498092011-07-20 Ulrich Drepper <drepper@gmail.com>
49810
90bb2039
UD
49811 [BZ #12852]
49812 * posix/glob.c (glob): Check passed in values before using them in
49813 expressions to avoid some overflows.
49814 (glob_in_dir): Likewise.
49815
5644ef54
UD
49816 [BZ #13007]
49817 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
49818 check for AVX enablement so that we don't crash with old kernels and
49819 new hardware.
49820 * elf/tst-audit4.c: Add same checks here.
49821 * elf/tst-audit6.c: Likewise.
49822
49823 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 49824
bfc9dc9b
AS
498252011-07-09 Andreas Schwab <schwab@linux-m68k.org>
49826
49827 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
49828
702e64bb
UD
498292011-07-20 Ulrich Drepper <drepper@gmail.com>
49830
49831 * po/cs.po: Update from translation team.
49832 * po/bg.po: Likewise.
49833
295e904f
MP
498342011-07-12 Marek Polacek <mpolacek@redhat.com>
49835
49836 * misc/sys/cdefs.h: Add support for const attribute.
49837 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
49838 to gnu_dev_{major,minor,makedev} functions.
49839
3ff94596
MP
498402011-07-20 Marek Polacek <mpolacek@redhat.com>
49841
49842 * intl/dcigettext.c (get_output_charset): Add missing bracket.
49843
28b59fca
AS
498442011-07-20 Andreas Schwab <schwab@redhat.com>
49845
49846 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
49847 strlen results.
49848
19df733e
AK
498492011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49850
49851 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
49852 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
49853 register in order to avoid conflicts with the soft frame pointer
49854 being held in r11 when necessary.
49855 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
49856 (INTERNAL_VSYSCALL_NCS): Likewise.
49857
c8835729
MP
498582011-07-14 Marek Polacek <mpolacek@redhat.com>
49859
49860 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
49861 * elf/dl-fini.c (_dl_fini): Adjust caller.
49862 * elf/dl-close.c (_dl_close_worker): Likewise.
49863 * sysdeps/generic/ldsodefs.h: Adjust declaration.
49864
b902330c
MP
498652011-07-15 Marek Polacek <mpolacek@redhat.com>
49866
8991e135
MP
49867 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
49868 "aux_cache->nlibs < 0".
49869
b902330c
MP
49870 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
49871 in the reload-count case.
49872
99710781
LD
498732011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49874
49875 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49876 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
49877 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
49878 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
49879 * sysdeps/x86_64/multiarch/strcat.S: New file.
49880 * sysdeps/x86_64/multiarch/strncat.S: New file.
49881 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
49882 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
49883 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
49884 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
49885 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
49886 (USE_AS_STRCAT): Define.
49887 Add strcat and strncat support.
49888 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49889 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
49890 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
49891 * string/strncat.c: Update.
49892 (USE_AS_STRNCAT): Define.
49893 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49894 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
49895 and i7.
49896 * sysdeps/x86_64/multiarch/init-arch.h
49897 (bit_Prefer_PMINUB_for_stringop): New.
49898 (index_Prefer_PMINUB_for_stringop): Likewise.
49899 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
49900 bit_Prefer_PMINUB_for_stringop.
49901
7dc6bd90
UD
499022011-07-19 Ulrich Drepper <drepper@gmail.com>
49903
49904 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
49905 buffer64.
49906 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
49907 of casting of buffer.
49908 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
49909 buffer32 and buffer64.
49910 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
49911 writes instead of casting of buffer.
49912 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
49913 buffer32.
49914 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
49915 casting of buffer.
49916
e0e72284
AS
499172011-07-19 Andreas Schwab <schwab@redhat.com>
49918
49919 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
49920
feb1eb0b
UD
499212011-07-19 Ulrich Drepper <drepper@gmail.com>
49922
49923 * nscd/nscd.c (termination_handler): Don't do anything for a database
49924 if it has not yet been initialized.
49925
298711ff
UD
499262011-07-18 Ulrich Drepper <drepper@gmail.com>
49927
49928 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
49929
499302011-07-15 Marek Polacek <mpolacek@redhat.com>
49931
49932 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
49933
f9d68389
UD
499342011-07-18 Ulrich Drepper <drepper@gmail.com>
49935
49936 * po/nl.po: Update from translation team.
49937 * po/sv.po: Likewise.
49938
db290cf5
RM
499392011-07-16 Roland McGrath <roland@hack.frob.com>
49940
49941 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
49942 now disallowed by GCC.
5c550700 49943
fd5e21c7
RM
49944 * configure.in (use-default-link): Default to yes if a test -shared
49945 link meets our qualifications.
49946 * configure: Regenerated.
49947
5c550700
RM
49948 * config.make.in (output-format): New variable.
49949 * configure.in: Check for ld --print-output-format support.
49950 * configure: Regenerated.
49951 * Makerules ($(common-objpfx)format.lds)
49952 [$(output-format) != unknown]: Just use $(output-format),
49953 instead of the linker-script munging.
49954
9fa2c032
RM
499552011-07-14 Roland McGrath <roland@hack.frob.com>
49956
a6928d51
RM
49957 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
49958 of $(common-objpfx)shlib.lds.
49959 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
49960
661607b3
RM
49961 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
49962 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
49963
9fa2c032
RM
49964 * configure.in (-z relro check): Adjust test code to add a large
49965 writable data section after it.
49966 * configure: Regenerated.
49967
defe9061
RM
499682011-07-11 Roland McGrath <roland@hack.frob.com>
49969
49970 * configure.in (-z relro check): Fix test code to make the variable
49971 truly const.
49972 * configure: Regenerated.
49973
319b9ad4
UD
499742011-07-11 Ulrich Drepper <drepper@gmail.com>
49975
49976 * nscd/nscd.h (struct traced_file): Define.
49977 (struct database_dyn): Remove inotify_descr, reset_res, and filename
49978 elements. Add traced_files.
49979 (inotify_fd): Declare.
49980 (register_traced_file): Declare.
49981 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
49982 (inotify_fd): Export.
49983 (resolv_conf_descr): Remove.
49984 (nscd_init): Move inotify descriptor creation to main.
49985 Don't register files for notification here.
49986 (register_traced_file): New function.
49987 (invalidate_cache): Don't use reset_res to determine whether to call
49988 res_init, go through the list of registered files.
49989 (main_loop_poll): The inotify descriptors are now stored in the
49990 structures for the traced files.
49991 (main_loop_epoll): Likewise
49992 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
49993 to __nss_disable_nscd.
49994 * nscd/cache.c (prune_cache): There is no single inotify descriptor
49995 for a database anymore. Check the records for all the registered
49996 files instead.
49997 * nss/Makefile (libnss_files-routines): Add files-init.
49998 (libnss_db-routines): Add db-init.
49999 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50000 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50001 * nss/nss_db/db-init.c: New file.
50002 * nss/nss_files/files-init.c: New file.
50003 * nss/nsswitch.c (nss_load_library): New function. Broken out of
50004 __nss_lookup_function.
50005 (__nss_lookup_function): Call nss_load_library.
50006 (nss_load_all_libraries): New function.
50007 (__nss_disable_nscd): Take parameter with callback function for files
50008 to register. Set is_nscd. Load all the DSOs for the NSS modules
50009 used for the cached services.
50010 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50011 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50012 options for features to all the files in nscd.
50013
50014 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50015
23bee3e8
RM
500162011-07-10 Roland McGrath <roland@hack.frob.com>
50017
50018 * csu/elf-init.c (__libc_csu_init): Comment typo.
50019
46a5b7f0
UD
500202011-07-09 Ulrich Drepper <drepper@gmail.com>
50021
50022 * po/pl.po: Update from translation team.
50023 * po/ja.po: Likewise.
50024 * po/ru.po: Likewise.
50025 * po/ko.po: Likewise.
50026 * po/fr.po: Likewise.
50027
d30cf5bb
RM
500282011-07-09 Roland McGrath <roland@hack.frob.com>
50029
113ddea4
RM
50030 * configure.in (.ctors/.dtors header and trailer check):
50031 Use an empirical test on a built program.
50032 * configure: Regenerated.
50033
574920b4
RM
50034 * configure.in (-z relro check): Use an empirical test on a built DSO.
50035 Detect, but do not require, on ia64.
50036 * configure: Regenerated.
50037
d30cf5bb
RM
50038 * configure.in (READELF): Find it with AC_CHECK_TOOL.
50039 Update tests that use readelf to use $READELF instead.
50040 * configure: Regenerated.
50041
8538fdb3
UD
500422011-07-08 Ulrich Drepper <drepper@gmail.com>
50043
50044 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50045 if the result is not used.
50046
04d08991
AJ
500472011-07-05 Andreas Jaeger <aj@suse.de>
50048
50049 [BZ#9696]
50050 * stdlib/tst-strtod.c: Add testcase.
50051
de283087
AD
500522011-07-07 Ulrich Drepper <drepper@gmail.com>
50053
4e5f31c8 50054 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 50055 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
50056 The latter has a higher limit. Take additional parameter to pass to
50057 the new function.
50058 (__pathconf): Pass file to __statfs_link_max.
50059 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50060 __statfs_link_max.
50061 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50062 __statfs_link_max.
50063
de283087
AD
50064 [BZ #12868]
50065 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50066 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50067 Handle Lustre.
50068 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50069 (__statfs_filesize_max): Likewise.
50070 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50071
c75fa153
AJ
500722011-07-05 Andreas Jaeger <aj@suse.de>
50073
50074 * resolv/res_comp.c (dn_skipname): Remove unused variable.
50075
1a544854
UD
500762011-07-06 Marek Polacek <mpolacek@redhat.com>
50077
50078 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50079 `status' variable.
50080 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50081 Likewise.
50082
6f0eec67
UD
500832011-07-04 H.J. Lu <hongjiu.lu@intel.com>
50084
50085 * Makefile (strop-tests): Add strncat.
50086 * string/test-strncat.c: New file.
50087
aae30307
UD
500882011-06-30 Marek Polacek <mpolacek@redhat.com>
50089
50090 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50091
c0cfb5eb
UD
500922011-06-21 Andreas Jaeger <aj@suse.de>
50093
50094 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50095 Copy rule from iconvdata/Makefile.
50096
01636b21
UD
500972011-07-06 Ulrich Drepper <drepper@gmail.com>
50098
50099 [BZ #12922]
50100 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50101 but no long options are defined, just return 'W'.
50102
9895c8bc
UD
501032011-06-22 Marek Polacek <mpolacek@redhat.com>
50104
50105 [BZ #9696]
50106 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50107
5d4cf042
UD
501082011-07-06 Ulrich Drepper <drepper@gmail.com>
50109
50110 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50111 netgroups to read.
960e5535 50112 (innetgr): Likewise.
5d4cf042 50113
751eb97e
RM
501142011-07-05 Roland McGrath <roland@hack.frob.com>
50115
50116 * config.make.in (install_root): Default to $(DESTDIR).
50117
f15f1e45
UD
501182011-07-05 Ulrich Drepper <drepper@gmail.com>
50119
50120 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50121
4e34ac6a
RM
501222011-07-02 Roland McGrath <roland@hack.frob.com>
50123
5e9b6af4
RM
50124 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50125
84f9ea0f
RM
50126 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50127 containing directory rather than embedding absolute directory names.
50128
ea5ee9f7
RM
50129 * scripts/check-local-headers.sh: Rewritten using awk.
50130 Match by word, not by line. Print error messages for matches.
50131 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50132
1b74661a
RM
50133 * Makerules [shlib-lds-flags empty]:
50134 ($(common-objpfx)libc_pic.opts): New target.
50135 ($(common-objpfx)libc_pic.os.clean): New target.
50136 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50137
50138 * config.make.in (OBJCOPY): New variable.
50139 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50140 * configure: Regenerated.
50141
f781ef40
RM
50142 * config.make.in (use-default-link): New variable.
50143 * configure.in (use_default_link): Grok --with-default-link to set it.
50144 * configure: Regenerated.
50145 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50146 (shlib-lds, shlib-lds-flags): Define to empty.
50147
2d4fa81e
RM
50148 * Makerules (shlib-lds): New variable.
50149 (shlib-lds-flags): New variable.
50150 (build-shlib, build-moduile, build-module-asneeded): Use it.
50151 ($(common-objpfx)libc.so): Use $(shlib-lds).
50152 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50153 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50154
31fffa6b
RM
50155 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50156 DT_FLAGS/DT_FLAGS_1 with zero flags.
50157
4e34ac6a
RM
50158 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50159 linker script munging.
50160
fcfc776b
UD
501612011-07-02 Ulrich Drepper <drepper@gmail.com>
50162
50163 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50164 as 128-bit value.
50165 * crypt/sha512.c (sha512_process_block): Perform total addition using
50166 128-bit if possible.
50167 (__sha512_finish_ctx): Likewise.
50168 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50169 as 64-bit value.
50170 * crypt/sha256.c (SWAP64): Define.
50171 (sha256_process_block): Perform total addition using 64-bit if
50172 possible.
50173 (__sha256_finish_ctx): Likewise.
50174
99231d9a
UD
501752011-07-01 Ulrich Drepper <drepper@gmail.com>
50176
50177 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
50178 * nscd/initgrcache.c (addinitgroupsX): Likewise.
50179 * nscd/hstcache.c (cache_addhst): Likewise.
50180 * nscd/grpcache.c (cache_addgr): Likewise.
50181 * nscd/aicache.c (addhstaiX): Likewise
50182 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50183
445b4a53
TK
501842011-07-01 Thorsten Kukuk <kukuk@suse.de>
50185
50186 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50187 * nscd/initgrcache.c (addinitgroupsX): Likewise.
50188 * nscd/hstcache.c (cache_addhst): Likewise.
50189 * nscd/grpcache.c (cache_addgr): Likewise.
50190 * nscd/aicache.c (addhstaiX): Likewise
50191
6d4d8e8e
AS
501922011-07-01 Andreas Schwab <schwab@redhat.com>
50193
50194 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50195 domain only when needed.
50196
89f654c5
AS
501972011-06-30 Andreas Schwab <schwab@redhat.com>
50198
50199 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50200 is always restored.
50201
cf3b23ff
UD
502022011-06-29 Ulrich Drepper <drepper@gmail.com>
50203
50204 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50205 are re-adding the entry.
50206 * nscd/servicescache.c (cache_addserv): Likewise.
50207
751626f9
AJ
502082011-06-30 Aurelien Jarno <aurelien@aurel32.net>
50209
50210 * sysdeps/generic/dl-irel.h: fix protection against multiple
50211 inclusions.
50212 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50213
9113ea1f
UD
502142011-06-28 Ulrich Drepper <drepper@gmail.com>
50215
5c0b8d90
UD
50216 [BZ #12935]
50217 * malloc/memusage.sh: Fix quoting in message.
50218 * debug/xtrace.sh: Likewise.
50219
9113ea1f
UD
50220 * configure.in: Remove support for --experimental-malloc option, make
50221 it the default.
50222 * config.make.in: Likewise.
50223 * malloc/Makefile: Likewise.
50224
a4172181
AS
502252011-06-27 Andreas Schwab <schwab@redhat.com>
50226
50227 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50228 two-byte characters.
50229
78a7eee7
RM
502302011-06-27 Roland McGrath <roland@hack.frob.com>
50231
62bede13
RM
50232 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50233 AC_CACHE_CHECK invocation.
50234 * configure: Regenerated.
50235
78a7eee7
RM
50236 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50237
5ce33a62
UD
502382011-06-27 Ulrich Drepper <drepper@gmail.com>
50239
034807a9
UD
50240 [BZ #12350]
50241 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
50242 bit from old_res_options.
50243
4902da17
UD
50244 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50245
5ce33a62
UD
50246 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50247 value type for setfct.
50248
c2344f56
L
502492011-06-23 H.J. Lu <hongjiu.lu@intel.com>
50250
50251 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50252 __gettimeofday instead of gettimeofday.
50253
68468076
UD
502542011-06-26 Ulrich Drepper <drepper@gmail.com>
50255
50256 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50257
acb0d739
L
502582011-06-24 H.J. Lu <hongjiu.lu@intel.com>
50259
50260 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50261
50262 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50263 info.
50264
8912479f
L
502652011-06-22 H.J. Lu <hongjiu.lu@intel.com>
50266
50267 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50268 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50269 strcpy-sse2-unaligned strncpy-sse2-unaligned
50270 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50271 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50272 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50273 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50274 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50275 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50276 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50277 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50278 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50279 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50280 (STRCPY): Support SSE2 and SSSE3 versions.
50281
d5495a11
UD
502822011-06-24 Ulrich Drepper <drepper@gmail.com>
50283
50284 [BZ #12874]
50285 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50286 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50287 kernels which artificially limit size of requests.
50288
0b1cbaae
L
502892011-06-22 H.J. Lu <hongjiu.lu@intel.com>
50290
50291 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50292 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50293 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50294 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50295 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50296 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50297 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50298 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50299 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50300 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50301 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50302 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50303 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50304 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50305 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50306 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50307 Enable unaligned load optimization for Intel Core i3, i5 and i7
50308 processors.
50309 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50310 Define.
50311 (index_Fast_Unaligned_Load): Define.
50312 (HAS_FAST_UNALIGNED_LOAD): Define.
50313
07f494a0
MP
503142011-06-23 Marek Polacek <mpolacek@redhat.com>
50315
50316 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50317
fa3fc0fe
UD
503182011-06-22 Ulrich Drepper <drepper@gmail.com>
50319
50320 [BZ #12907]
50321 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50322 until it is clear that the information is realy needed.
50323 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50324
e12df166
AS
503252011-06-22 Andreas Schwab <schwab@redhat.com>
50326
50327 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50328
852eb34d
UD
503292011-06-22 Ulrich Drepper <drepper@gmail.com>
50330
84e2a551
UD
50331 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50332 /sys/devices/system/cpu/online if it is usable.
50333
852eb34d
UD
50334 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50335 reading the information from the /proc filesystem to once a second.
50336
6e502e19
UD
503372011-06-21 Andreas Jaeger <aj@suse.de>
50338
50339 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50340 NULL after inclusion of kernel headers.
50341
75d39ff2
UD
503422011-06-21 Ulrich Drepper <drepper@gmail.com>
50343
51f9aa6a
UD
50344 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50345 calls to internal_setent.
50346
c0244a9d
UD
50347 [BZ #12885]
50348 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50349 addresses using gethostbyname4_r ignore IPv4 addresses.
50350
c5e3c2ae
UD
50351 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50352 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
50353
75d39ff2
UD
50354 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50355
42675c6f
DM
503562011-06-20 David S. Miller <davem@davemloft.net>
50357
50358 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50359 inclusions.
50360 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50361
50362 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50363 (elf_irel): Use it.
50364 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50365 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50366 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50367 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50368 * sysdeps/x86_64/dl-irel.h: Likewise.
50369
50370 * elf/dl-runtime.c: Use elf_ifunc_invoke.
50371 * elf/dl-sym.c: Likewise.
50372
57912a71
UD
503732011-06-15 Ulrich Drepper <drepper@gmail.com>
50374
50375 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
50376 need to dereference resplen2.
50377
ee22793d
AS
503782011-06-14 Andreas Schwab <schwab@redhat.com>
50379
50380 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50381
a9e836b0
UD
503822011-06-15 Ulrich Drepper <drepper@gmail.com>
50383
77fb9117
UD
50384 * Makeconfig: Define vardbdir and inst_vardbdir.
50385 * nss/Makefile: Add rules to install db-Makefile.
50386
40c1b22c
UD
50387 * nss/nss_db/db-XXX.c: Cleanup.
50388
9f2da732
UD
50389 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50390 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50391 GLIBC_PRIVATE.
50392 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50393 * nss/makedb.c: Implement -g option to specify that value strings
50394 are generated and should not be added to table iterated over for
50395 get*ent calls.
50396 * nss/nss_db/db-initgroups.c: New file.
50397
82e9a1f7
UD
50398 * nss/getent.c: Add support for initgroups lookups through getgrouplist
50399 interface.
50400
c41af17e
UD
50401 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50402 (internal_getgrouplist): Adjust to name change.
50403 Update use_initgroups_entry if this is not the first call.
50404 * nss/databases.def: Add initgroups entry.
50405
a9e836b0
UD
50406 * nss/makedb.c (compute_tables): Check result of multiple hash table
50407 sizes to minimize maximum chain length.
50408
2666d441
UD
504092011-06-14 Ulrich Drepper <drepper@gmail.com>
50410
50411 * Versions.def: Add entry for libnss_db.
50412 * shlib-versions: Likewise.
50413 * nss/Makefile: Add rules to build libnss_db.
50414 * nss/Versions: Add libnss_db information. Organize libnss_files
50415 entries better.
50416 * nss/db-Makefile: Add gshadow support. Change rules for the new
50417 makedb progra. Some minor improvements to generate smaller files.
50418 * nss/nss_db/nss_db.h: Move NSS database header data structures to
50419 here from...
50420 * nss/makedb.c: ...here.
50421 Improve database format to be smaller and require less memory at
50422 runtime.
50423 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
50424 db anymore.
50425 * nss/nss_db/db-netgrp.c: Likewise.
50426 * nss/nss_db/db-open.c: Likewise.
50427 * nss/nss_files/flies-XXX.x: Adjust comments.
50428 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50429 * nss/nss_files/files-grp.c: Likewise.
50430 * nss/nss_files/files-hosts.c: Likewise.
50431 * nss/nss_files/files-network.c: Likewise.
50432 * nss/nss_files/files-proto.c: Likewise.
50433 * nss/nss_files/files-pwd.c: Likewise.
50434 * nss/nss_files/files-rpc.c: Likewise.
50435 * nss/nss_files/files-service.c: Likewise.
50436 * nss/nss_files/files-sgrp.c: Likewise.
50437 * nss/nss_files/files-spwd.c: Likewise.
50438 * nss/nss_db/db-alias.c: Removed.
50439 * nss/nss_db/dummy-db.h: Removed.
50440
9ee76b5a
UD
504412011-06-02 Ulrich Drepper <drepper@gmail.com>
50442
50443 * nss/makedb.c: Rewritten to not use database library.
50444 * nss/Makefile: Update to build new makedb program.
50445
c71ca1f8
AJ
504462011-06-14 Andreas Jaeger <aj@suse.de>
50447
50448 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50449 memset declaration.
50450
3154bfb8
UD
504512011-06-10 Andreas Schwab <schwab@redhat.com>
50452
50453 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50454 tmpbuf.
50455
b350afab
RM
504562011-06-10 Roland McGrath <roland@hack.frob.com>
50457
decd4e50
RM
50458 * Makerules (shlib.lds): Fail if the linker script comes out empty.
50459 * elf/Makefile ($(objpfx)ld.so): Likewise.
50460
5615eaf2
RM
50461 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50462 Don't list ld.so twice in dependencies.
50463
50464 * posix/bug-regex31.c: Include <stdlib.h>.
50465
50466 * nscd/hstcache.c (cache_addhst): Remove unused variable.
50467
50468 * nis/nss_compat/compat-spwd.c
50469 (getspent_next_nss_netgr): Remove unused variable.
50470 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50471
50472 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50473 nonmembers" output to use the right array.
50474
50475 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50476
50477 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50478
50479 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50480 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50481 * catgets/gencat.c (read_input_file): Likewise.
50482 * locale/programs/locarchive.c (enlarge_archive): Likewise.
50483
50484 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50485 variable definition inside #if's controlling its use.
50486
50487 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50488
50489 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50490
50491 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50492
50493 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50494 unreachable code.
50495
50496 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
50497
b68e08db
RM
50498 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
50499 * configure: Regenerated.
50500
b350afab
RM
50501 * Makerules: Revert last change.
50502 * elf/Makefile: Likewise.
50503
28368601
RM
505042011-06-09 Roland McGrath <roland@hack.frob.com>
50505
50506 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
50507 * elf/Makefile ($(objpfx)librtld.os): Likewise.
50508 (reloc-link): Likewise.
50509
11988f8f
UD
505102011-06-09 Ulrich Drepper <drepper@gmail.com>
50511
50512 * elf/Makefile: Add rules to build pldd.
50513 * elf/pldd.c: New file.
50514 * elf/pldd-xx.c: New file.
50515
e80fab37
UD
505162011-06-07 Ulrich Drepper <drepper@gmail.com>
50517
50518 * version.h: Update for 2.15 development version.
50519
9b849836
DM
505202011-06-07 David S. Miller <davem@davemloft.net>
50521
50522 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
50523 ifuncs.
50524 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
50525 elf_machine_lazy_rel): Likewise.
50526 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
50527 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
50528 elf_machine_lazy_rel): Likewise.
50529 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
50530 dl_hwcap via passed in argument.
50531 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
50532 Likewise.
50533
5a31b283
AK
505342011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
50535
50536 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
50537
069e52f8
RM
505382011-06-06 Roland McGrath <roland@hack.frob.com>
50539
50540 [BZ #12849]
50541 * manual/fdl-1.1.texi: New file, verbatim from:
50542 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
50543 * manual/lgpl-2.1.texi: New file, verbatim from:
50544 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
50545 * manual/Makefile (licenses): New variable, list those new file names.
50546 (texis): Use it.
50547 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
50548
50549 * manual/fdl.texi: File removed.
50550 * manual/lesser.texi: File removed.
50551 * manual/libc.texinfo (Copying, Documentation License):
50552 Use new @include file names, put @appendix directive before @include.
50553
f16846a5
JJ
505542011-06-04 Jakub Jelinek <jakub@redhat.com>
50555
50556 [BZ #12841]
50557 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
50558 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
50559 (mq_open): Add __NTH.
50560
3d29045b
L
505612011-06-02 H.J. Lu <hongjiu.lu@intel.com>
50562
50563 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50564 Assume Intel Core i3/i5/i7 processor if AVX is available.
50565
8c297311
UD
505662011-05-31 Ulrich Drepper <drepper@gmail.com>
50567
50568 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
50569 typo.
50570
c8fc0c91
UD
505712011-05-31 Andreas Schwab <schwab@redhat.com>
50572
50573 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
50574 memory. Use alloca_account. Fix memory leak when retrying.
50575
5b27a807
UD
505762011-05-31 Ulrich Drepper <drepper@gmail.com>
50577
356f8bc6
UD
50578 * version.h (RELEASE): Bump for 2.14 release.
50579 * include/features.h (__GLIBC_MINOR__): Bump to 14.
50580
5b27a807
UD
50581 * config.make.in (RANLIB): Remove entry.
50582
01f16ab0
UD
505832011-05-30 Ulrich Drepper <drepper@gmail.com>
50584
41fce8bd
UD
50585 * po/Makefile (po-sed-cmd): Add ksh to extensions.
50586 (libc.pot): Work around missing support for .ksh extension in xgettext.
50587
4769ae77
UD
50588 [BZ #12684]
50589 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
50590 if both request failed.
50591 (send_dg): In case of server errors clear resplen or *resplen2.
50592
6b1e7d19
UD
50593 [BZ #12454]
50594 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
50595 when there are multiple maps.
50596 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
50597 (_dl_fini): Remove test here.
50598
01f16ab0
UD
50599 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
50600
b1ebd700
UD
506012011-05-29 Ulrich Drepper <drepper@gmail.com>
50602
7ae22829
UD
50603 [BZ #12350]
50604 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
50605 bit from old_res_options.
50606 (gaih_inet): Likewise.
50607
553149f6 50608 [BZ #11099]
18a84741 50609 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
50610 as signed.
50611
652ffab1
UD
50612 * resolv/res_init.c (res_setoptions): Make the code more compact.
50613
16985fd0
UD
50614 [BZ #11558]
50615 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
50616 set RES_USEVC.
50617
0464f746
UD
50618 [BZ #11634]
50619 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
50620
7d17596c
UD
50621 * malloc/malloc.h: Mark malloc hook variables as deprecated.
50622
cf6bbbd7
UD
50623 [BZ #11781]
50624 * malloc/malloc.h: Declare malloc hook variables as volatile.
50625
13f1ab36
UD
50626 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
50627 in last patch.
50628
b1ebd700
UD
50629 [BZ #11799]
50630 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 50631 raise in the comment.
80e2212d
UD
50632 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50633 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50634 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 50635
ce67228d
UD
506362011-05-28 Ulrich Drepper <drepper@gmail.com>
50637
8887a920
UD
50638 [BZ #12811]
50639 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
50640 grow the buffers more if it already has to be sufficient.
50641 (build_wcs_upper_buffer): Likewise.
50642 * posix/regexec.c (check_matching): Likewise.
50643 (clean_state_log_if_needed): Likewise.
50644 (extend_buffers): Don't enlarge buffers beyond size of the input
50645 buffer.
50646 Patches mostly by Emil Wojak <emil@wojak.eu>.
50647 * posix/bug-regex32.c: New file.
50648 * posix/Makefile (tests): Add bug-regex32.
50649
4f031072
UD
50650 * locale/findlocale.c (_nl_find_locale): Return right away if
50651 _nl_explode_name failed.
50652 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
50653
d0478f0c
UD
50654 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
50655
de81b246
UD
50656 * debug/xtrace.sh: Unify messages.
50657 * malloc/memusage.sh: Likewise.
50658
c738465a
UD
50659 [BZ #12813]
50660 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
50661 time symbol from vDSO. Substitute with vsyscall if not available.
50662 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
50663 __vdso_time.
50664
f1f929d7
UD
50665 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
50666 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
50667 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
50668 Add sendmmsg and internal_sendmmsg.
50669 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
50670 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
50671 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
50672
ce67228d
UD
50673 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
50674 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
50675 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
50676
e57420c6
UD
506772011-05-27 Ulrich Drepper <drepper@gmail.com>
50678
a8509ca5
UD
50679 [BZ #12813]
50680 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
50681 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
50682 available.
50683 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
50684 __vdso_getcpu.
50685
e57420c6
UD
50686 [BZ #12814]
50687 * iconvdata/Makefile (tests): Add bug-iconv9.
50688 * iconvdata/bug-iconv9.c: New file.
50689
4d07db15
AS
506902011-05-27 Andreas Schwab <schwab@redhat.com>
50691
50692 [BZ #12814]
50693 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
50694
ea486f69
JJ
506952011-05-25 Jakub Jelinek <jakub@redhat.com>
50696
50697 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
50698 (struct user_regs_struct): Change intcs field back to cs.
50699
6f038433
UD
507002011-05-25 Ulrich Drepper <drepper@gmail.com>
50701
50702 * po/ja.po: Update from translation team.
50703
67f86a25
UD
507042011-05-23 Ulrich Drepper <drepper@gmail.com>
50705
50706 [BZ #12795]
50707 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
50708 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
50709
def7fbd6
AS
507102011-05-20 Andreas Schwab <schwab@redhat.com>
50711
50712 * stdlib/longlong.h: Update from GCC.
50713
f50ef8f1
AS
507142011-05-23 Andreas Schwab <schwab@redhat.com>
50715
50716 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
50717 parameter name.
50718 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
50719 Add parameter name.
50720 (__sysconf): Pass it down.
50721
de7ce8f1
UD
507222011-05-22 Ulrich Drepper <drepper@gmail.com>
50723
f2962a71
UD
50724 [BZ #12671]
50725 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
50726 some situations.
50727 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
50728 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
50729 add in in __libc_use_alloca calls. Adjust callers.
50730 (glob): Use malloc in some situations.
50731
de7ce8f1
UD
50732 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
50733 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
50734 pltexit.
50735
aec84f53
UD
507362011-05-21 Ulrich Drepper <drepper@gmail.com>
50737
05bb4a68
UD
50738 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
50739 and CLOCK_BOOTTIME_ALARM.
50740
7ea72f99
UD
50741 [BZ #12782]
50742 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
50743 is returned.
50744
7e4afad5
UD
50745 * string/_strerror.c (__strerror_r): Print negative errors as signed
50746 numbers.
50747
8e211fec
UD
50748 [BZ #12777]
50749 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
50750 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
50751 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
50752
f7d82dc9
UD
50753 * configure.in: Fix typo in redirection and correct removal of test
50754 files in two cases.
50755
cc9e536d
UD
50756 [BZ #12788]
50757 * locale/setlocale.c (new_composite_name): Fix test to check for
50758 identical name of all categories.
50759
aec84f53
UD
50760 [BZ #12792]
50761 * libio/filedoalloc.c (local_isatty): New function.
50762 (_IO_file_doallocate): Use local_isatty.
50763 * stdio-common/perror.c (perror): In case a new stream is used
50764 forward the stream error.
50765 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
50766 error flag.
50767
78e64fdc
RT
507682011-05-20 Ulrich Drepper <drepper@gmail.com>
50769
34a9094f
UD
50770 [BZ #11869]
50771 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
50772 alloca.
50773 * include/alloca.h (extend_alloca_account): Define.
50774
78e64fdc
RT
50775 [BZ #11857]
50776 * posix/regex.h: Fix comments with documentation of user-accessible
50777 fields after compilation and describe correct free'ing of pattern
50778 after re_compile_pattern.
50779 Patch by Reuben Thomas <rrt@sc3d.org>.
50780
457bddfc
RA
507812011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
50782
50783 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
50784 and -mno-altivec to prevent the compiler from using Altivec and/or
50785 VSX instructions when the corresponding registers are not available.
50786
a4527b51
AS
507872011-05-19 Andreas Schwab <schwab@redhat.com>
50788
50789 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
50790
ed690b2f
UD
507912011-05-19 Ulrich Drepper <drepper@gmail.com>
50792
50793 * libio/freopen.c (freopen): Use __dup2, not dup2.
50794 * libio/freopen64.c (freopen64): Likewise.
50795
8db73634
L
507962011-05-17 H.J. Lu <hongjiu.lu@intel.com>
50797
50798 [BZ #12775]
50799 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
50800 * math/Makefile (tests): Add test-powl.
50801 (CFLAGS-test-powl.c): Define.
50802 * math/test-powl.c: New file.
50803
0a197a9d
L
508042011-05-16 H.J. Lu <hongjiu.lu@intel.com>
50805
50806 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
50807
ee30c380
UD
508082011-05-17 Ulrich Drepper <drepper@gmail.com>
50809
50810 [BZ #11837]
50811 * iconvdata/gb18030.c: Update to GB18020-2005.
50812
6ce75379
UD
508132011-05-16 Ulrich Drepper <drepper@gmail.com>
50814
a4b89fd8
AR
50815 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
50816 RE_SYNTAX_POSIX_AWK): Update to match recent development.
50817 Patch by Aharon Robbins <arnold@skeeve.com>.
50818
ea389b12
UD
50819 [BZ #11892]
50820 * stdlib/putenv.c (putenv): Don't always create copy of the variable
50821 on the stack.
50822
68a3f91f
UD
50823 [BZ #11895]
50824 * misc/pselect.c (__pselect): Handle timeout value errors hidden
50825 through underflows.
50826
15cc7dd1
UD
50827 [BZ #12766]
50828 * misc/error.c (error_at_line): Ensure file_name and old_file_name
50829 point to strings before performing equality test for error_one_per_line
50830 mode.
50831
f3799213
UD
50832 [BZ #11697]
50833 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
50834
d79a9c94
UD
50835 [BZ #11820]
50836 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
50837 (struct user_fpregs_struct): Avoid __uint*_t types.
50838
56e5eb46
UD
50839 [BZ #6420]
50840 * malloc/mtrace.c (tr_where): Add additional parameter to point to
50841 symbol info. Use it instead of calling _dl_addr locally.
50842 (lock_and_info): New function.
50843 (tr_freehook): Call lock_and_info and pass symbol info as additional
50844 parameter to tr_where.
50845 (tr_mallochook): Likewise.
50846 (tr_reallochook): Likewise.
50847 (tr_memalignhook): Likewise.
50848
6ce75379
UD
50849 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
50850 used and couldn't be at all thread-safe.
50851
f8a3b5bf
UD
508522011-05-15 Ulrich Drepper <drepper@gmail.com>
50853
94b7cc37
UD
50854 * libio/freopen.c (freopen): Don't close old file descriptor
50855 before the new one is opened. Instead dup the new file descriptor
50856 to the old one after the new stream is created.
50857 * libio/freopen64.c (freopen64): Likewise.
50858 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
50859 * libio/fileops.c (_IO_new_file_close_it): Handle new
50860 _IO_FLAGS2_NOCLOSE flag.
50861 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
50862 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
50863 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
50864 _IO_FLAGS2_NOCLOSE flag.
50865 * include/unistd.h: Add hidden_proto for dup3.
50866 Define __have_dup3.
50867 * io/dup3.c: Define hidden symbol.
50868 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
50869
bd25564e
UD
50870 [BZ #7101]
50871 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
50872 when an incomplete long option is used.
50873 * posix/tst-getopt_long1.c: New file.
50874 * posix/Makefile (tests): Add tst-getopt_long1.
50875
c84cfef4
UD
50876 [BZ #10138]
50877 * scripts/config.guess: Update from autoconf-2.68.
50878 * scripts/config.sub: Likewise.
50879
3b85df27
UD
50880 [BZ #10157]
50881 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
50882 tests into ...
50883 (has_cpuclock): ...this. New function.
50884 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
50885 macro here based on has_cpuclock code.
50886
15a856b1
UD
50887 [BZ #10149]
50888 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
50889 First byte (not low byte) is now always NUL.
50890 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
50891
05f399e6
UD
50892 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
50893 Use non-cancelable interfaces.
50894
10a52685 50895 [BZ #9809]
94ecc67d
UD
50896 * locale/iso-639.def: Add entry for Sorani.
50897
f8a3b5bf
UD
50898 [BZ #11901]
50899 * include/stdlib.h: Move include protection to the right place.
50900 Define abort_msg_s. Declare __abort_msg with it.
50901 * stdlib/abort.c (__abort_msg): Adjust type.
50902 * assert/assert.c (__assert_fail_base): New function. Majority
50903 of code from __assert_fail. Allocate memory for __abort_msg with
50904 mmap.
50905 (__assert_fail): Now call __assert_fail_base.
50906 * assert/assert-perr.c: Remove bulk of implementation. Use
50907 __assert_fail_base.
50908 * include/assert.hL Declare __assert_fail_base.
50909 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
50910 mmap.
50911 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
50912
1af4e298
UD
509132011-05-14 Ulrich Drepper <drepper@gmail.com>
50914
f8a3b5bf 50915 [BZ #11952]
d26dfc60
MG
50916 [BZ #12453]
50917 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
50918 until all modules are registered in the DTV.
50919 * elf/Makefile: Add rules to build and run tst-tls19.
50920 * elf/tst-tls19.c: New file.
50921 * elf/tst-tls19mod1.c: New file.
50922 * elf/tst-tls19mod2.c: New file.
50923 * elf/tst-tls19mod3.c: New file.
50924 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
50925
2fc54d6f
UD
50926 [BZ #12083]
50927 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
50928 correctly.
50929
98d76b46
UD
50930 [BZ #12601]
50931 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
50932 two-byte sequence errors.
50933 * iconvdata/Makefile (tests): Add bug-iconv8.
50934 * iconvdata/bug-iconv8.c: New file.
50935
da3c19ef
UD
50936 [BZ #12626]
50937 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
50938 buf2 definition.
50939
ca408c15
UD
50940 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
50941
d6f67f7d
UD
50942 [BZ #12432]
50943 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
50944 (dummy_getcfa): New function.
50945 (init): Get _Unwind_GetCFA address, use dummy if not found.
50946 (backtrace_helper): In recursion check, also check whether CFA changes.
50947 (__backtrace): Completely initialize arg.
50948
1af4e298 50949 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
50950 storing incomplete byte sequence in state object. Avoid testing for
50951 guaranteed too small input if we know there is enough data available.
1af4e298 50952
da62f81b
AS
509532011-05-11 Andreas Schwab <schwab@redhat.com>
50954
50955 * Makeconfig (+link-pie): Indent.
50956 * Rules (binaries-pie): Define if $(have-fpie) and
50957 $(build-shared).
50958 (binaries-shared): Also filter out $(binaries-pie).
50959 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
50960 * nscd/Makefile (others-pie): Add nscd.
50961 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
50962 ($(objpfx)nscd): Remove command override.
50963 * login/Makefile (others-pie): Add pt_chown.
50964 ($(objpfx)pt_chown): Remove command override.
50965 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
50966 remove command overrides.
50967
fcabc0f8
UD
509682011-05-13 Ulrich Drepper <drepper@gmail.com>
50969
20030ae6
UD
50970 * libio/tst_putwc.c: Fix error messages.
50971
fcabc0f8
UD
50972 [BZ #12724]
50973 * libio/fileops.c (_IO_new_file_close_it): Always flush when
50974 currently writing and seek to current position when not.
50975 * libio/Makefile (tests): Add bug-fclose1.
50976 * libio/bug-fclose1.c: New file.
50977
320a5dc0
PB
509782011-05-12 Ulrich Drepper <drepper@gmail.com>
50979
50980 [BZ #12511]
50981 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
50982 don't set DF_1_NODELETE here.
50983 (do_lookup_x): When entering new entry test for copy relocation
50984 and if necessary set DF_1_NODELETE flag.
50985 * elf/tst-unique4.cc: New file.
50986 * elf/tst-unique4.h: New file.
50987 * elf/tst-unique4lib.cc: New file.
50988 * elf/Makefile: Add rules to build and run tst-unique4.
50989 Patch by Piotr Bury <pbury@goahead.com>.
50990
22836f52
UD
509912011-05-11 Ulrich Drepper <drepper@gmail.com>
50992
f574184a
UD
50993 [BZ #12052]
50994 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
50995
e1fb097f
UD
50996 [BZ #12625]
50997 * misc/mntent_r.c (addmntent): Flush the stream after the output
50998
22836f52
UD
50999 [BZ #12393]
51000 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51001 (is_trusted_path_normalize): Skip initial colon. Append slash
51002 to empty buffer. Duplicate is_trusted_path code but allow
51003 constructed patch to be prefix.
51004 (is_dst): Allow $ORIGIN followed by /.
51005 (_dl_dst_substitute): Correct clearing of check_for_trusted.
51006 Correct testing of result of is_trusted_path_normalize
51007 (decompose_rpath): Fix warning.
51008
7b3b0b2a
UD
510092011-05-10 Ulrich Drepper <drepper@gmail.com>
51010
51011 [BZ #11257]
51012 * grp/initgroups.c (internal_getgrouplist): When we found the service
51013 list through the initgroups entry in nsswitch.conf do not always
51014 continue on a successful lookup. Don't always use the
eac80ce2 51015 __nss_group_database value if it is set.
7b3b0b2a
UD
51016 * nss/nsswitch.conf (initgroups): Change action for successful db
51017 lookup to continue for compatibility.
51018
2a81eaa5
UD
510192011-05-09 Ulrich Drepper <drepper@gmail.com>
51020
be97a69e
UD
51021 [BZ #11532]
51022 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51023 and CP774 modules.
51024 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51025 and CP774 modules.
51026 * iconvdata/tst-tables.sh: Likewise.
51027 * iconvdata/cp770.c: New file.
51028 * iconvdata/cp771.c: New file.
51029 * iconvdata/cp772.c: New file.
51030 * iconvdata/cp773.c: New file.
51031 * iconvdata/cp774.c: New file.
51032 * iconvdata/testdata/CP770: New file.
51033 * iconvdata/testdata/CP770..UTF8: New file.
51034 * iconvdata/testdata/CP771: New file.
51035 * iconvdata/testdata/CP771..UTF8: New file.
51036 * iconvdata/testdata/CP772: New file.
51037 * iconvdata/testdata/CP772..UTF8: New file.
51038 * iconvdata/testdata/CP773: New file.
51039 * iconvdata/testdata/CP773..UTF8: New file.
51040 * iconvdata/testdata/CP774: New file.
51041 * iconvdata/testdata/CP774..UTF8: New file.
51042
51043 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51044 END CHARMAP line.
51045 * iconvdata/gen-8bit-gap.sh: Likewise.
51046 * iconvdata/gen-8bit.sh: Likewise.
51047
c1e9e399
UD
51048 * locale/iso-639.def: Add ary entry.
51049
24c55fb3 51050 [BZ #11258]
96b4b1b0
UD
51051 * locale/C-translit.h.in: Add U20A1 transliteration.
51052
bdc2f971
KB
51053 [BZ #12178]
51054 * locale/iso-639.def: Add wae entry.
51055 Patch by Kevin Bortis <bortis@translate-wae.ch>.
51056
2952b117
UD
51057 [BZ #12545]
51058 * locale/programs/localedef.c (construct_output_path): Use ssize_t
51059 for n.
51060
2a81eaa5
UD
51061 [BZ #12711]
51062 * locale/C-translit.h.in: Add entry for U20B9.
51063 Patch by pravin.d.s@gmail.com.
51064
28377d1b
UD
510652011-05-08 Ulrich Drepper <drepper@gmail.com>
51066
7fb90fb8
UD
51067 [BZ #12713]
51068 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51069 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
51070 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
51071 in rtld. Use *stat64.
7fb90fb8 51072 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 51073 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 51074 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
51075 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51076 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51077 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51078 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51079 __fstatat64 macros.
7fb90fb8
UD
51080 * include/dirent.h: Add libc_hidden_proto for rewinddir.
51081 * dirent/rewinddir.c: Add libc_hidden_def.
51082 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 51083 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 51084
28377d1b
UD
51085 * include/dirent.h (__alloc_dir): Add flags parameter.
51086 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51087 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51088 __alloc_dir.
51089 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
51090 from fdopendir if O_CLOEXEC is already set.
51091
66bdbaa4
AM
510922011-03-15 Alan Modra <amodra@gmail.com>
51093
51094 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51095 l_tls_firstbyte_offset non-zero. Save padding offset in
51096 l_tls_firstbyte_offset for later use.
51097 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51098 freeing static tls block.
51099
95721191
JN
511002011-03-05 Jonathan Nieder <jrnieder@gmail.com>
51101
51102 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51103 where #ifdef was intended. The intent is to prevent ARG_MAX from
51104 being defined by the kernel headers.
51105
f87dfb1f
UD
511062011-05-07 Ulrich Drepper <drepper@gmail.com>
51107
51108 [BZ #12734]
51109 * resolv/resolv.h: Define RES_NOTLDQUERY.
51110 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51111 no-tld-query and set RES_NOTLDQUERY.
51112 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51113 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51114 modern BIND to search name as TLD unless forbidden.
51115
47c3cd7a
UD
511162011-05-07 Petr Baudis <pasky@suse.cz>
51117 Ulrich Drepper <drepper@gmail.com>
51118
51119 [BZ #12393]
51120 * elf/dl-load.c (fillin_rpath): Move trusted path check...
51121 (is_trusted_path): ...to here.
c1e9ea35 51122 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 51123 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 51124 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 51125
8a35c912
PP
511262011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
51127
51128 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51129 __BEGIN/__END_DECLS.
51130
acd41f47
UD
511312011-05-06 Ulrich Drepper <drepper@gmail.com>
51132
51133 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51134 NSS_STATUS_NOTFOUND if no record was found.
51135
597df647
AS
511362011-05-05 Andreas Schwab <schwab@redhat.com>
51137
51138 * sunrpc/Makefile (headers): Add rpc/netdb.h.
51139 (headers-not-in-tirpc): Remove rpc/netdb.h
51140 * resolv/netdb.h: Revert last change.
51141
b9af1301
PP
511422011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
51143
51144 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51145 circular dependency between libgcc.a and libc.a.
51146
4e34d5f5
AS
511472011-05-05 Andreas Schwab <schwab@redhat.com>
51148
51149 * resolv/netdb.h: Don't include <rpc/netdb.h>.
51150 * nis/Makefile: Don't install rpcsvc/*.
51151 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51152 instead of <rpc/types.h>.
51153 (MAXHOSTNAMELEN): Define.
51154
00ee369c
AS
511552011-05-03 Andreas Schwab <schwab@redhat.com>
51156
51157 * elf/ldconfig.c (add_dir): Don't crash on empty path.
51158
0b592a30
MB
511592011-04-28 Maciej Babinski <mbabinski@google.com>
51160
51161 [BZ #12714]
51162 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51163 gethostbyname4_r when IPv6 results are possible.
51164
6e04cbbe
UD
511652011-05-02 Ulrich Drepper <drepper@gmail.com>
51166
51167 [BZ #12723]
51168 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51169 _PC_PIPE_BUF handling.
51170
e4ecafe0
BH
511712011-04-30 Bruno Haible <bruno@clisp.org>
51172
51173 [BZ #12717]
51174 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51175 * resolv/netdb.h (getnameinfo): Change type of flags parameter
51176 to 'int'.
51177 * inet/getnameinfo.c (getnameinfo): Likewise.
51178
125ee683
UD
511792011-04-29 Ulrich Drepper <drepper@gmail.com>
51180
51181 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51182 to groups setting in database lookup.
51183 * nss/nsswitch.conf: Add initgroups entry.
51184
b722481a
EB
511852011-04-22 Ulrich Drepper <drepper@gmail.com>
51186
51187 [BZ #12685]
51188 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51189 mode string.
51190 Patch by Eric Blake <eblake@redhat.com>.
51191
4df46dbd
L
511922011-04-20 H.J. Lu <hongjiu.lu@intel.com>
51193
51194 * sunrpc/Makefile (need-export-routines): Add svc_run.
51195 (routines): Remove svc_run.
51196 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51197 * sunrpc/clnt_perr.c (clnt_perrno): Export.
51198 * sunrpc/svc_run.c (svc_run): Likewise.
51199 * sunrpc/svc_udp.c (svcudp_create): Likewise.
51200
e84142d2
UD
512012011-04-21 Ulrich Drepper <drepper@gmail.com>
51202
51203 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51204 problem in reallocation in last patch.
51205
877175d8
UD
512062011-04-20 Ulrich Drepper <drepper@gmail.com>
51207
51208 * sunrpc/Makefile: Move inclusion of Rules.
51209
ab8eed78
UD
512102011-04-19 Ulrich Drepper <drepper@gmail.com>
51211
51212 * nss/nss_files/files-initgroups.c: New file.
51213 * nss/Makefile (libnss_files-routines): Add files-initgroups.
51214 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51215 _nss_files_initgroups_dyn.
51216
e3d8f584
RS
512172011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
51218
51219 * elf/elf.h (R_ARM_IRELATIVE): Define.
51220
af190f45
UD
512212011-04-19 Ulrich Drepper <drepper@gmail.com>
51222
51223 * po/ru.po: Update from translation team.
51224
53cf59ef
UD
512252011-04-17 Ulrich Drepper <drepper@gmail.com>
51226
51227 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51228 dependencies.
51229
4c559bcd
MF
512302011-02-06 Mike Frysinger <vapier@gentoo.org>
51231
51232 [BZ #12653]
51233 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51234 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51235 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51236 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51237 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51238
4420675c
AS
512392011-03-28 Andreas Schwab <schwab@linux-m68k.org>
51240
51241 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51242 differing bytes.
51243 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51244 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51245 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51246
75ea32ab
UD
512472011-04-17 Ulrich Drepper <drepper@gmail.com>
51248
51249 [BZ #12420]
51250 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51251 storing it.
51252 * stdlib/bug-getcontext.c: New file.
51253 * stdlib/Makefile: Add rules to build and run bug-getcontext.
51254
27390476
AK
512552011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51256
51257 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51258 instructions into .machine "z9-109".
51259 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51260 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51261
10442705
AK
512622011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51263
51264 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51265 between environment variables and auxiliary vector.
51266
7b57bfe5
UD
512672011-04-16 Ulrich Drepper <drepper@gmail.com>
51268
51269 * Makefile: Add rules to build linkobj/libc.so.
51270 * include/libc-symbols.h: Define libc_hidden_nolink.
51271 * include/rpc/auth.h: Mark functions which are to be hidden.
51272 * include/rpc/auth_des.h: Likewise.
51273 * include/rpc/auth_unix.h: Likewise.
51274 * include/rpc/clnt.h: Likewise.
51275 * include/rpc/des_crypt.h: Likewise.
51276 * include/rpc/key_prot.h: Likewise.
51277 * include/rpc/pmap_clnt.h: Likewise.
51278 * include/rpc/pmap_prot.h: Likewise.
51279 * include/rpc/pmap_rmt.h: Likewise.
51280 * include/rpc/rpc_msg.h: Likewise.
51281 * include/rpc/svc.h: Likewise.
51282 * include/rpc/svc_auth.h: Likewise.
51283 * include/rpc/xdr.h: Likewise.
51284 * nis/Makefile: Link all DSOs against linkobj/libc.so.
51285 * nss/Makefile: Likewise.
51286 * sunrpc/Makefile: Don't install headers. Build library with normal
51287 entry points. Don't build rpcinfo. Link RPC tests appropriately.
51288 * sunrpc/auth_des.c: Hide exported symbols by default, export some
51289 for the compat linking library. Remove use of INTDEF/INTUSE.
51290 * sunrpc/auth_none.c: Likewise.
51291 * sunrpc/auth_unix.c: Likewise.
51292 * sunrpc/authdes_prot.c: Likewise.
51293 * sunrpc/authuxprot.c: Likewise.
51294 * sunrpc/clnt_gen.c: Likewise.
51295 * sunrpc/clnt_perr.c: Likewise.
51296 * sunrpc/clnt_raw.c: Likewise.
51297 * sunrpc/clnt_simp.c: Likewise.
51298 * sunrpc/clnt_tcp.c: Likewise.
51299 * sunrpc/clnt_udp.c: Likewise.
51300 * sunrpc/clnt_unix.c: Likewise.
51301 * sunrpc/des_crypt.c: Likewise.
51302 * sunrpc/des_soft.c: Likewise.
51303 * sunrpc/get_myaddr.c: Likewise.
51304 * sunrpc/key_call.c: Likewise.
51305 * sunrpc/key_prot.c: Likewise.
51306 * sunrpc/netname.c: Likewise.
51307 * sunrpc/pm_getmaps.c: Likewise.
51308 * sunrpc/pm_getport.c: Likewise.
51309 * sunrpc/pmap_clnt.c: Likewise.
51310 * sunrpc/pmap_prot.c: Likewise.
51311 * sunrpc/pmap_prot2.c: Likewise.
51312 * sunrpc/pmap_rmt.c: Likewise.
51313 * sunrpc/publickey.c: Likewise.
51314 * sunrpc/rpc_cmsg.c: Likewise.
51315 * sunrpc/rpc_common.c: Likewise.
51316 * sunrpc/rpc_dtable.c: Likewise.
51317 * sunrpc/rpc_prot.c: Likewise.
51318 * sunrpc/rpc_thread.c: Likewise.
51319 * sunrpc/rtime.c: Likewise.
51320 * sunrpc/svc.c: Likewise.
51321 * sunrpc/svc_auth.c: Likewise.
51322 * sunrpc/svc_authux.c: Likewise.
51323 * sunrpc/svc_raw.c: Likewise.
51324 * sunrpc/svc_run.c: Likewise.
51325 * sunrpc/svc_simple.c: Likewise.
51326 * sunrpc/svc_tcp.c: Likewise.
51327 * sunrpc/svc_udp.c: Likewise.
51328 * sunrpc/svc_unix.c: Likewise.
51329 * sunrpc/svcauth_des.c: Likewise.
51330 * sunrpc/xcrypt.c: Likewise.
51331 * sunrpc/xdr.c: Likewise.
51332 * sunrpc/xdr_array.c: Likewise.
51333 * sunrpc/xdr_float.c: Likewise.
51334 * sunrpc/xdr_intXX_t.c: Likewise.
51335 * sunrpc/xdr_mem.c: Likewise.
51336 * sunrpc/xdr_rec.c: Likewise.
51337 * sunrpc/xdr_ref.c: Likewise.
51338 * sunrpc/xdr_sizeof.c: Likewise.
51339 * sunrpc/xdr_stdio.c: Likewise.
51340
e6c61494
UD
513412011-04-10 Ulrich Drepper <drepper@gmail.com>
51342
51343 [BZ #12650]
51344 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51345 * sysdeps/ia64/dl-tls.h: Likewise.
51346 * sysdeps/powerpc/dl-tls.h: Likewise.
51347 * sysdeps/s390/dl-tls.h: Likewise.
51348 * sysdeps/sh/dl-tls.h: Likewise.
51349 * sysdeps/sparc/dl-tls.h: Likewise.
51350 * sysdeps/x86_64/dl-tls.h: Likewise.
51351 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51352
34fe483e
AS
513532011-03-14 Andreas Schwab <schwab@redhat.com>
51354
51355 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51356 rpath element also skip the following colon.
51357 (expand_dynamic_string_token): Add is_path parameter and pass
51358 down to DL_DST_REQUIRED and _dl_dst_substitute.
51359 (decompose_rpath): Call expand_dynamic_string_token with
51360 non-zero is_path. Ignore empty rpaths.
51361 (_dl_map_object_from_fd): Call expand_dynamic_string_token
51362 with zero is_path.
51363
f12a32e6
AS
513642011-04-08 Andreas Schwab <schwab@linux-m68k.org>
51365
51366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51367 Make cancelable.
51368
38a7d692
UD
513692011-04-09 Ulrich Drepper <drepper@gmail.com>
51370
51371 [BZ #12655]
51372 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51373 Patch by Filipe David Manana <fdmanana@apache.org>.
51374
e451d22b
AS
513752011-04-07 Andreas Schwab <schwab@redhat.com>
51376
51377 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51378 Maintain aligned stack.
51379 (CHECK_RSP): Remove unused macro.
51380
dedc7c7b
UD
513812011-04-03 Ulrich Drepper <drepper@gmail.com>
51382
51383 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51384 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51385
94521213
UD
513862011-04-02 Ulrich Drepper <drepper@gmail.com>
51387
51388 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51389
8cb700c0 51390 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 51391
0354e355
L
513922011-03-26 H.J. Lu <hongjiu.lu@intel.com>
51393
51394 [BZ #12518]
51395 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51396 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51397 * sysdeps/x86_64/memmove.c: New file.
51398 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51399 (memcpy): Renamed to ...
51400 (__new_memcpy): This.
51401 (memcpy): Provide GLIBC_2_14 memcpy.
51402 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51403 (memcpy): Provide GLIBC_2_2_5 memcpy.
51404
8593482f
UD
514052011-04-01 Ulrich Drepper <drepper@gmail.com>
51406
51407 [BZ #12631]
51408 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51409
81a5726b
AS
514102011-03-30 Andreas Schwab <schwab@redhat.com>
51411
51412 * misc/syncfs.c: New file.
51413 * misc/Makefile (routines): Add syncfs.
51414 * posix/unistd.h: Declare syncfs.
51415 * sysdeps/unix/syscalls.list: Add syncfs.
51416
00e5419f
AS
514172011-04-01 Andreas Schwab <schwab@redhat.com>
51418
51419 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51420 open_by_handle_at.
51421 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51422 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51423 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51424 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51425 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51426 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51427 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51428
748876bf
UD
514292011-04-01 Ulrich Drepper <drepper@gmail.com>
51430
658e451d
UD
51431 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51432 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51433 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51434 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51435 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51436 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51437 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51438
748876bf
UD
51439 * io/Makefile: Compile fallocate.c, fallocate64.c, and
51440 sync_file_range.c with -fexceptions.
51441 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51442 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51443 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51444 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51445 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51446 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51447 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
51448 sync_file_range as cancellation point
51449 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
51450 now a wrapper around __call_sync_file_range with cancellation handling.
51451 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51452 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
51453 function name to __call_sync_file_range.
51454 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51455 Add call_sync_file_range.
748876bf 51456
6e63d5e1
AS
514572011-04-01 Andreas Schwab <schwab@redhat.com>
51458
51459 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 51460 bits/timex.h.
6e63d5e1 51461
46998f74
UD
514622011-04-01 Ulrich Drepper <drepper@gmail.com>
51463
4c1423ed
UD
51464 * iconv/iconv.h: Fix typo in comment.
51465 * io/fcntl.h: Likewise.
51466 * libio/stdio.h: Likewise.
51467 * posix/spawn.h: Likewise.
51468 * posix/unistd.h: Likewise.
51469 * stdlib/stdlib.h: Likewise.
51470 * time/time.h: Likewise.
51471 * wcsmbs/wchar.h: Likewise.
51472
158648c0
UD
51473 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51474 open_by_handle): Add.
51475 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51476 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
51477 Augment a few comments.
51478 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51479 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51480 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51481 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51482 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51483 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51484 open_by_handle.
51485
46998f74
UD
51486 * io/fcntl.h (AT_EMPTY_PATH): Define.
51487
83fe108b
UD
514882011-03-30 Ulrich Drepper <drepper@gmail.com>
51489
51490 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51491 * sysdeps/unix/sysv/linux/bits/time.h: New file.
51492 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51493 to...
51494 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
51495 * Versions.def: Add GLIBC_2.14.
51496 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
51497 Export.
83fe108b 51498
bb242059
UD
514992011-03-22 Ulrich Drepper <drepper@gmail.com>
51500
51501 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
51502 round counter.
51503 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51504
c97a1282
L
515052011-03-20 H.J. Lu <hongjiu.lu@intel.com>
51506
51507 [BZ #12597]
51508 * string/test-strncmp.c (do_page_test): New function.
51509 (check2): Likewise.
51510 (test_main): Call check2.
51511 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51512
2a115601
UD
515132011-03-20 Ulrich Drepper <drepper@gmail.com>
51514
51515 [BZ #12587]
51516 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
51517 Handle cache information in CPU leaf 4.
51518 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51519
8126d904
UD
515202011-03-18 Ulrich Drepper <drepper@gmail.com>
51521
042c49c6 51522 [BZ #12583]
8126d904
UD
51523 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
51524 character representation.
51525 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
51526
ccfe366e
RA
515272011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
51528
51529 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
51530 END(__isnan) to END(__isnanf) to match function entry point/label
51531 EALIGN(__isnanf,...).
51532
c6e13027
JJ
515332011-03-10 Jakub Jelinek <jakub@redhat.com>
51534
51535 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
51536
33f85a3f
UD
515372011-03-10 Ulrich Drepper <drepper@gmail.com>
51538
028478fa
UD
51539 [BZ #12510]
51540 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51541 copy from the symbol referenced in the relocation to initialize the
51542 used variable.
51543 Patch by Piotr Bury <pbury@goahead.com>.
51544 * elf/Makefile: Add rules to build and tst-unique3.
51545 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
51546 * elf/tst-unique3.cc: New file.
51547 * elf/tst-unique3.h: New file.
51548 * elf/tst-unique3lib.cc: New file.
51549 * elf/tst-unique3lib2.cc: New file.
51550
33f85a3f
UD
51551 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
51552
03592fc7
MF
515532011-03-10 Mike Frysinger <vapier@gentoo.org>
51554
51555 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
51556 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
51557 to _start.
03592fc7 51558
6a5ee102
UD
515592011-03-06 Ulrich Drepper <drepper@gmail.com>
51560
51561 * elf/dl-load.c (_dl_map_object): If we are looking for the first
51562 to-be-loaded object along a path to loader is ld.so.
51563
7e4ba49c
HJ
515642011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
51565 Ulrich Drepper <drepper@gmail.com>
51566
51567 * sysdeps/x86_64/memset.S: After aligning destination, code
51568 branches to different locations depending on the value of
51569 misalignment, when multiarch is enabled. Fix this.
51570
515712011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
51572
51573 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
51574 Set _x86_64_preferred_memory_instruction for AMD processsors.
51575 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51576 Set bit_Prefer_SSE_for_memop for AMD processors.
51577
13a804de
UD
515782011-03-04 Ulrich Drepper <drepper@gmail.com>
51579
51580 * libio/fmemopen.c (fmemopen): Optimize a bit.
51581
9d25c392
AS
515822011-03-03 Andreas Schwab <schwab@redhat.com>
51583
51584 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
51585
a5543c6a
RM
515862011-03-03 Roland McGrath <roland@redhat.com>
51587
51588 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
51589
012d35f7
DM
515902011-02-28 Aurelien Jarno <aurelien@aurel32.net>
51591
7e4ba49c 51592 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
51593 __bzero_ultra1 instead of __memset_ultra1.
51594
4bff6e01
AS
515952011-02-23 Andreas Schwab <schwab@redhat.com>
51596 Ulrich Drepper <drepper@gmail.com>
51597
51598 [BZ #12509]
51599 * include/link.h (struct link_map): Add l_orig_initfini.
51600 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
51601 returning unsuccessfully.
51602 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
51603 close of a file loaded at startup, restore the original l_initfini
51604 list.
51605 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
51606 list, store the pointer.
51607 * elf/Makefile ($(objpfx)noload-mem): New rule.
51608 (noload-ENV): Define.
51609 (tests): Add $(objpfx)noload-mem.
51610 * elf/noload.c: Include <memcheck.h>.
51611 (main): Call mtrace. Close all opened handles.
51612
f2092faf
AS
516132011-02-17 Andreas Schwab <schwab@redhat.com>
51614
51615 [BZ #12454]
51616 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
51617 dependencies are missing.
51618
6c8a2e88
ST
516192011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
51620
f2092faf 51621 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
51622 Hurd needs munmap.
51623 * sysdeps/mach/hurd/ifreq.h: New file.
51624
84a42118
PB
516252011-01-27 Petr Baudis <pasky@suse.cz>
51626 Ulrich Drepper <drepper@gmail.com>
51627
071f805e 51628 [BZ 12445]#
84a42118
PB
51629 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
51630 to extend_alloca().
51631 * stdio-common/bug23.c: New file.
51632 * stdio-common/Makefile (tests): Add bug23.
51633
e23fe25b
AS
516342010-09-28 Andreas Schwab <schwab@redhat.com>
51635 Ulrich Drepper <drepper@gmail.com>
51636
51637 [BZ #12489]
51638 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
51639 before performing relro protection. At old place add assertion
51640 to make sure nothing changed.
51641
d3f02e10
NS
516422011-02-17 Nathan Sidwell <nathan@codesourcery.com>
51643 Glauber de Oliveira Costa <glommer@gmail.com>
51644
51645 * elf/elf.h: Add new ARM TLS relocs.
51646
d55fd7a5
RA
516472011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
51648
51649 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
51650 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
51651 cast from r3.
51652 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
51653 'tests' variable.
51654 * sysdeps/wordsize-64/tst-writev.c: New file.
51655
2206397e
RA
516562011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
51657
51658 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
51659 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
51660 insns in _dl_start to prevent a TOC reference before relocs are
51661 resolved.
51662
e9433893
UD
516632011-02-15 Ulrich Drepper <drepper@gmail.com>
51664
51665 [BZ #12469]
51666 * Makeconfig: Remove RANLIB definition.
51667 * Makerules: Don't use RANLIB.
51668 * aclocal.m4: Remove ranlib test.
51669 * configure.in: No need to check for ranlib.
51670 * elf/rtld-Rules: Don't use RANLIB.
51671
f75286c6
ST
516722011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
51673
8e31c82d
ST
51674 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
51675 protection macro.
51676 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
51677 inclusion protection macro.
51678
f75286c6
ST
51679 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
51680 SIGRTMIN and SIGRTMAX and print information in that case only when
51681 SIGRTMIN is defined.
51682
c1d0e639
JJ
516832011-02-11 Jakub Jelinek <jakub@redhat.com>
51684
51685 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
51686 arginfo fn returning -1.
51687
51688 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
51689 and thousands string is zero terminated.
51690
edf9294e
AS
516912011-02-03 Andreas Schwab <schwab@redhat.com>
51692
51693 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
51694 sysdeps/unix/sysv/linux/bits/socket.h.
51695
2b7e92df
ST
516962011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
51697
edf9294e
AS
51698 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
51699 (__CPU_COUNT): Remove old macros.
51700 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
51701 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
51702 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
51703 (__sched_cpualloc, __sched_cpufree): Add declarations.
51704
a4c7ea7b
UD
517052011-02-05 Ulrich Drepper <drepper@gmail.com>
51706
51707 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
51708 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
51709 * nscd/aicache.c (addhstaiX): Return timeout of added value.
51710 (readdhstai): Return value of addhstaiX call.
51711 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
51712 (addgrbyX): Return value returned by cache_addgr.
51713 (readdgrbyname): Return value returned by addgrbyX.
51714 (readdgrbygid): Likewise.
51715 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
51716 (addpwbyX): Return value returned by cache_addpw.
51717 (readdpwbyname): Return value returned by addhstbyX.
51718 (readdpwbyuid): Likewise.
51719 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
51720 (addservbyX): Return value returned by cache_addserv.
51721 (readdservbyname): Return value returned by addservbyX:
51722 (readdservbyport): Likewise.
51723 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
51724 (addhstbyX): Return value returned by cache_addhst.
51725 (readdhstbyname): Return value returned by addhstbyX.
51726 (readdhstbyaddr): Likewise.
51727 (readdhstbynamev6): Likewise.
51728 (readdhstbyaddrv6): Likewise.
51729 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
51730 (readdinitgroups): Return value returned by addinitgroupsX.
51731 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
51732 (prune_cache): Keep track of timeout value of re-added entries.
51733 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
51734 * nscd/nscd.h: Adjust prototypes of readd* functions.
51735
a0bf67cc
RM
517362011-02-04 Roland McGrath <roland@redhat.com>
51737
51738 * nis/nis_server.c (nis_servstate): Use the right name for 0.
51739 (nis_stats): Likewise.
51740 * nis/nis_modify.c (nis_modify): Likewise.
51741 * nis/nis_remove.c (nis_remove): Likewise.
51742 * nis/nis_add.c (nis_add): Likewise.
51743
51744 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
51745
51746 * posix/fnmatch_loop.c: Add some consts.
51747
51748 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
51749
435b95eb
L
517502011-02-02 H.J. Lu <hongjiu.lu@intel.com>
51751
51752 [BZ #12460]
51753 * config.make.in (config-cflags-novzeroupper): Define.
51754 * configure.in: Substitute libc_cv_cc_novzeroupper.
51755 * elf/Makefile (AVX-CFLAGS): Define.
51756 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
51757 (CFLAGS-tst-auditmod4a.c): Likewise.
51758 (CFLAGS-tst-auditmod4b.c): Likewise.
51759 (CFLAGS-tst-auditmod6b.c): Likewise.
51760 (CFLAGS-tst-auditmod6c.c): Likewise.
51761 (CFLAGS-tst-auditmod7b.c): Likewise.
51762 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
51763
8517b15e
UD
517642011-02-02 Ulrich Drepper <drepper@gmail.com>
51765
51766 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
51767 function to the callback.
51768 Patch partly by Jiri Olsa <jolsa@redhat.com>.
51769
10a656fe
AS
517702011-02-02 Andreas Schwab <schwab@redhat.com>
51771
51772 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
51773 of errno.
51774
968dad0a
UD
517752011-01-19 Ulrich Drepper <drepper@gmail.com>
51776
9f94d2ea 51777 [BZ #11724]
968dad0a
UD
51778 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
51779 of constructors.
51780 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
51781 of destructors.
51782 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
51783
51784 [BZ #11724]
51785 * elf/Makefile: Add rules to build and run new test.
51786 * elf/tst-initorder.c: New file.
51787 * elf/tst-initorder.exp: New file.
51788 * elf/tst-initordera1.c: New file.
51789 * elf/tst-initordera2.c: New file.
51790 * elf/tst-initordera3.c: New file.
51791 * elf/tst-initordera4.c: New file.
51792 * elf/tst-initorderb1.c: New file.
51793 * elf/tst-initorderb2.c: New file.
51794 * elf/tst-order-a1.c: New file.
51795 * elf/tst-order-a2.c: New file.
51796 * elf/tst-order-a3.c: New file.
51797 * elf/tst-order-a4.c: New file.
51798 * elf/tst-order-b1.c: New file.
51799 * elf/tst-order-b2.c: New file.
51800 * elf/tst-order-main.c: New file.
51801 New test case by George Gensure <werkt0@gmail.com>.
51802
86e92359
UD
518032010-10-01 Andreas Schwab <schwab@redhat.com>
51804
51805 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
51806 decoding ACE if AI_CANONIDN.
51807
5d5732b0
UD
518082011-01-18 Ulrich Drepper <drepper@gmail.com>
51809
51810 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
51811
a77e8cbc
UD
518122011-01-17 Ulrich Drepper <drepper@gmail.com>
51813
6392473f
UD
51814 * version.h (RELEASE): Bump for 2.13 release.
51815 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
51816
620a0529
UD
51817 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
51818
18ba70a5
UD
51819 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
51820 MADV_NOHUGEPAGE.
32465c3e
UD
51821 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
51822 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
51823 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
51824 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
51825 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
51826 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
51827
c0dafcf1
UD
51828 * posix/getconf.c: Update copyright year.
51829 * catgets/gencat.c: Likewise.
51830 * csu/version.c: Likewise.
51831 * debug/catchsegv.sh: Likewise.
51832 * debug/xtrace.sh: Likewise.
51833 * elf/ldconfig.c: Likewise.
51834 * elf/ldd.bash.in: Likewise.
51835 * elf/sprof.c (print_version): Likewise.
51836 * iconv/iconv_prog.c: Likewise.
51837 * iconv/iconvconfig.c: Likewise.
51838 * locale/programs/locale.c: Likewise.
51839 * locale/programs/localedef.c: Likewise.
51840 * malloc/memusage.sh: Likewise.
51841 * malloc/mtrace.pl: Likewise.
51842 * nscd/nscd.c (print_version): Likewise.
51843 * nss/getent.c: Likewise.
51844
a77e8cbc
UD
51845 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
51846 PF_CAIF, and PF_ALG.
51847 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51848
77e8bddf
AS
518492011-01-16 Andreas Schwab <schwab@linux-m68k.org>
51850
1f20b93a
AS
51851 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
51852 (modules-names): Use them.
51853 (ifunc-test-modules, ifunc-pie-tests): Define.
51854 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
51855 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
51856 (test-extras): Likewise.
51857 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
51858 $(compile-command.c).
51859 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
51860 (all-built-dso): Define.
51861 (check-textrel.out, check-execstack.out): Depend on it.
51862
77e8bddf
AS
51863 * configure.in: Don't override --enable-multi-arch.
51864
bc425b33
UD
518652011-01-15 Ulrich Drepper <drepper@gmail.com>
51866
51867 [BZ #6812]
51868 * nscd/hstcache.c (tryagain): Define.
51869 (cache_addhst): Return tryagain not notfound for temporary errors.
51870 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
51871 failed.
51872
794c3ad3
UD
518732011-01-14 Ulrich Drepper <drepper@gmail.com>
51874
70181fdd
UD
51875 [BZ #10563]
51876 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
51877 to make the syscall.
51878 * sysdeps/unix/sysv/linux/setgroups.c: New file.
51879
794c3ad3
UD
51880 [BZ #12378]
51881 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
51882 and fall back to matching as normal character if the string ends before
51883 the matching ']' is found. This is what POSIX requires.
51884 * posix/testfnm.c: Adjust test result.
51885 * posix/globtest.sh: Adjust test result. Add new test.
51886 * posix/tst-fnmatch.input: Likewise.
51887 * posix/tst-fnmatch2.c: Add new test.
51888
68dc9497
AS
518892010-12-28 Andreas Schwab <schwab@linux-m68k.org>
51890
51891 * elf/Makefile (check-execstack): Revert last change. Depend on
51892 check-execstack.h.
51893 (check-execstack.h): New target.
51894 (generated): Add check-execstack.h.
51895 * elf/check-execstack.c: Include "check-execstack.h".
51896 (main): Revert last change.
51897 (handle_file): Return zero if GNU_STACK is absent and
51898 DEFAULT_STACK_PERMS doesn't include PF_X.
51899
451f001b
UD
519002011-01-13 Ulrich Drepper <drepper@gmail.com>
51901
cfa28e56
UD
51902 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
51903 in child fails because the descriptor is already closed.
8cf8ce17
UD
51904 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
51905 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
51906 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 51907
1086d70d
UD
51908 [BZ #12397]
51909 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
51910 syscall.
51911
451f001b
UD
51912 [BZ #10484]
51913 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
51914 temporary buffer used to handle multi lookups locally.
a85b5cb4 51915 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 51916
08769175
UD
519172011-01-12 Ulrich Drepper <drepper@gmail.com>
51918
51919 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
51920 loader is ld.so.
51921
5e49c52e
UD
519222011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
51923
51924 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
51925 alignment for SSE2.
51926
60522a5f
UD
519272011-01-12 Ulrich Drepper <drepper@gmail.com>
51928
51929 [BZ #12394]
51930 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
51931 characters. When rounding increased number of integer digits recompute
51932 number of groups.
51933 * stdio-common/tst-grouping.c: New file.
51934 * stdio-common/Makefile: Add rules to build and run tst-grouping.
51935
f257bbd7
UD
519362011-01-09 Ulrich Drepper <drepper@gmail.com>
51937
51938 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
51939 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
51940
51941 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
51942 void.
51943 * bits/select.h: Likewise.
51944
fa9c15cb
UD
519452011-01-08 Ulrich Drepper <drepper@gmail.com>
51946
51947 * po/ja.po: Update from translation team.
51948
16c2895f
DM
519492011-01-04 David S. Miller <davem@sunset.davemloft.net>
51950
51951 [BZ #11155]
51952 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
51953 implementation just like for lxstat, fxstatat, et al.
51954
2543fef2
JM
519552010-12-27 Jim Meyering <meyering@redhat.com>
51956
51957 [BZ #12348]
51958 * posix/regexec.c (build_trtable): Return failure indication upon
51959 calloc failure. Otherwise, re_search_internal could infloop on OOM.
51960
98727dbe
UD
519612010-12-25 Ulrich Drepper <drepper@gmail.com>
51962
5bd6dc5c
UD
51963 [BZ #12201]
51964 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
51965 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
51966 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
51967 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
51968
97983464
UD
51969 [BZ #12207]
51970 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
51971
98727dbe
UD
51972 [BZ #12204]
51973 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
51974 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
51975
4a531bb0
L
519762010-12-15 H.J. Lu <hongjiu.lu@intel.com>
51977
51978 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
51979 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
51980 script has SORT_BY_INIT_PRIORITY.
51981 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
51982 NO_CTORS_DTORS_SECTIONS is defined.
51983 * elf/soinit.c: Likewise.
51984 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
51985 NO_CTORS_DTORS_SECTIONS is defined.
51986 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
51987 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
51988 * sysdeps/sh/init-first.c: Likewise.
51989 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
51990
07eb4b71
UD
519912010-12-24 Ulrich Drepper <drepper@gmail.com>
51992
51993 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
51994 always use the slow path.
51995
30950a5f
RA
519962010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
51997
51998 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
51999 similar rule which adds the sysdep directories to the header search in
52000 order to pick up the correct platform stackinfo.h.
52001 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52002 perform test if it is, otherwise return successfully without testing.
52003 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52004 DEFAULT_STACK_PERMS define in stackinfo.h.
52005 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52006 defined in stackinfo.h.
52007 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52008 DEFAULT_STACK_PERMS defined in stackinfo.h.
52009 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52010 * sysdeps/ia64/stackinfo.h: Likewise.
52011 * sysdeps/s390/stackinfo.h: Likewise.
52012 * sysdeps/sh/stackinfo.h: Likewise.
52013 * sysdeps/sparc/stackinfo.h: Likewise.
52014 * sysdeps/x86_64/stackinfo.h: Likewise.
52015 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52016 PF_X for powerpc64. Retain PF_X for powerpc32.
52017
db753e2c
UD
520182010-12-19 Ulrich Drepper <drepper@gmail.com>
52019
14b697f7
UD
52020 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52021 accurately.
db753e2c
UD
52022 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52023 GETDENTS_64BIT_ALIGNED.
52024
28300719
UD
520252010-12-14 Ulrich Drepper <dreper@gmail.com>
52026
14b697f7 52027 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 52028
4f197237
AS
520292010-12-10 Andreas Schwab <schwab@redhat.com>
52030
dbb0472f
AS
52031 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52032 _GNU_SOURCE.
52033
4f197237
AS
52034 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52035 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52036 Remove __restrict.
52037 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52038 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52039
fb88ac72
UD
520402010-12-09 Ulrich Drepper <drepper@gmail.com>
52041
52042 [BZ #11655]
52043 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52044 are initialized.
52045
42acbb92
JJ
520462010-12-09 Jakub Jelinek <jakub@redhat.com>
52047
52048 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52049
c038d98d
UD
520502010-12-03 Ulrich Drepper <drepper@gmail.com>
52051
52052 * po/it.po: Update from translation team.
52053
3a4a2499
L
520542010-12-01 H.J. Lu <hongjiu.lu@intel.com>
52055
52056 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52057 unused codes.
52058
1e24cf6e
UD
520592010-11-30 Ulrich Drepper <drepper@gmail.com>
52060
52061 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52062
a7690819
AS
520632010-11-24 Andreas Schwab <schwab@redhat.com>
52064
52065 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52066 specially.
52067 (gaih_getanswer_slice): Likewise.
52068
3bf8d1b1
JJ
520692010-10-20 Jakub Jelinek <jakub@redhat.com>
52070
52071 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52072
6db52fbb
PB
520732010-05-31 Petr Baudis <pasky@suse.cz>
52074
52075 [BZ #11149]
52076 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52077 silently even in the chroot mode.
52078
eaca7569
UD
520792010-11-22 Ulrich Drepper <drepper@gmail.com>
52080
52081 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52082 last patch a bit. Pretty printing
52083
3056dcdb
UD
520842010-05-31 Petr Baudis <pasky@suse.cz>
52085
52086 [BZ #10085]
52087 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52088 initialization of skip_initgroups_dyn.
52089
cf7c9078
UD
520902010-11-19 Ulrich Drepper <drepper@gmail.com>
52091
52092 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52093 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52094
a1fb5e3e
UD
520952010-11-16 Ulrich Drepper <drepper@gmail.com>
52096
52097 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52098
3540d66b
AS
520992010-11-11 Andreas Schwab <schwab@redhat.com>
52100
52101 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52102 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52103 (tst-fnmatch-ENV): Set MALLOC_TRACE.
52104 ($(objpfx)tst-fnmatch-mem): New rule.
52105 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52106 * posix/tst-fnmatch.c (main): Call mtrace.
52107
13b69574
L
521082010-11-11 H.J. Lu <hongjiu.lu@intel.com>
52109
52110 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52111 Support Intel processor model 6 and model 0x2c.
52112
da93d214
LM
521132010-11-10 Luis Machado <luisgpm@br.ibm.com>
52114
52115 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52116 signed comparison.
52117
8ca52c6e
L
521182010-11-09 H.J. Lu <hongjiu.lu@intel.com>
52119
52120 [BZ #12205]
52121 * string/test-strncasecmp.c (check_result): New function.
52122 (do_one_test): Use it.
52123 (check1): New function.
52124 (test_main): Use it.
52125 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52126 Support strcasecmp and strncasecmp.
52127
69da074d
UD
521282010-11-08 Ulrich Drepper <drepper@gmail.com>
52129
52130 [BZ #12194]
52131 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52132 * sysdeps/x86_64/bits/byteswap.h: Likewise.
52133
ff02d528
L
521342010-11-07 H.J. Lu <hongjiu.lu@intel.com>
52135
52136 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52137 IFUNC support.
52138 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52139 memset-x86-64.
52140 * sysdeps/x86_64/multiarch/bzero.S: New file.
52141 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52142 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52143 * sysdeps/x86_64/multiarch/memset.S: New file.
52144 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52145 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52146 Set bit_Prefer_SSE_for_memop for Intel processors.
52147 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52148 Define.
52149 (index_Prefer_SSE_for_memop): Define.
52150 (HAS_PREFER_SSE_FOR_MEMOP): Define.
52151
344d0b54
LM
521522010-11-04 Luis Machado <luisgpm@br.ibm.com>
52153
52154 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52155 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52156
c0dde15b
UD
521572010-11-03 H.J. Lu <hongjiu.lu@intel.com>
52158
52159 [BZ #12191]
52160 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52161 (__x86_64_raw_data_cache_size_half): Likewise.
52162 (__x86_64_raw_shared_cache_size): Likewise.
52163 (__x86_64_raw_shared_cache_size_half): Likewise.
52164
52165 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52166 (__x86_64_raw_data_cache_size_half): Likewise.
52167 (__x86_64_raw_shared_cache_size): Likewise.
52168 (__x86_64_raw_shared_cache_size_half): Likewise.
52169 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52170 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52171 and __x86_64_raw_shared_cache_size_half. Round
52172 __x86_64_data_cache_size_half, __x86_64_data_cache_size
52173 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52174 to multiple of 256 bytes.
52175
0e516e0e
MS
521762010-11-03 Ulrich Drepper <drepper@gmail.com>
52177
52178 [BZ #12167]
52179 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52180 of inacessible symlinks. Verify result of symlink before returning it.
52181 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52182 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52183
0e012e87
ER
521842010-10-28 Erich Ritz <erichritz@gmail.com>
52185
52186 * math/math.h (isinf): Fix typo in comment.
52187
de0ff7bc
UD
521882010-11-01 Ulrich Drepper <drepper@gmail.com>
52189
52190 * po/da.po: Update from translation team.
52191
fa41c84d
UD
521922010-10-26 Ulrich Drepper <drepper@gmail.com>
52193
52194 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52195 is added to the list.
52196
f0967738
AK
521972010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52198 Ulrich Drepper <drepper@gmail.com>
52199
52200 * elf/dl-object.c (_dl_new_object): Don't append the new object to
52201 the global list here. Move code to...
52202 (_dl_add_to_namespace_list): ...here. New function.
52203 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52204 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52205 * elf/dl-load.c (lose): Don't remove the element from the list.
52206 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52207 (_dl_map_object): Likewise.
52208
522092010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
52210
52211 [BZ #12159]
52212 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52213 into all bytes of SSE register.
52214 Patch by Richard Li <richardpku@gmail.com>.
52215
f0967738 522162010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
52217
52218 [BZ #12140]
52219 * malloc/malloc.c (_int_free): Fill correct number of bytes when
52220 perturbing.
52221
d0b9e94f
MB
522222010-10-20 Michael B. Brutman <brutman@us.ibm.com>
52223
52224 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52225 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52226 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52227 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52228 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52229 submachine.
52230 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52231
8e9f92e9
AS
522322010-10-22 Andreas Schwab <schwab@redhat.com>
52233
52234 * include/dlfcn.h (__RTLD_SECURE): Define.
52235 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
52236 mode & __RTLD_SECURE instead.
52237 (open_path): Rename preloaded parameter to secure.
52238 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52239 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52240 * elf/dl-deps.c (openaux): Likewise.
52241 * elf/rtld.c (struct map_args): Remove is_preloaded.
52242 (map_doit): Don't use it.
52243 (dl_main): Likewise.
52244 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52245 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52246
bc96fbda
AS
522472010-09-09 Andreas Schwab <schwab@redhat.com>
52248
52249 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52250 (sysd-rules-targets): Remove duplicates.
52251 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52252 rtld-%.$o dependency.
52253
22cd1c9b
AS
522542010-10-18 Andreas Schwab <schwab@redhat.com>
52255
52256 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52257 _dl_map_object do it.
52258
18edac48
UD
522592010-10-19 Ulrich Drepper <drepper@gmail.com>
52260
52261 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52262 fast fma builtins, define the macros in the C99 standard.
52263 (FP_FAST_FMAF): Likewise.
52264 (FP_FAST_FMAL): Likewise.
52265 * sysdeps/x86_64/bits/mathdef.h: Likewise.
52266
52267 * bits/mathdef.h: Update copyright year.
52268 * sysdeps/powerpc/bits/mathdef.h: Likewise.
52269
d2050124
MM
522702010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
52271
52272 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52273 builtins, define the macros in the C99 standard.
52274 (FP_FAST_FMAF): Likewise.
52275 (FP_FAST_FMAL): Likewise.
52276 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52277 multiply/add.
52278 (FP_FAST_FMAF): Likewise.
52279
475facd1
JJ
522802010-10-15 Jakub Jelinek <jakub@redhat.com>
52281
52282 [BZ #3268]
52283 * math/libm-test.inc (fma_test): Some new testcases.
52284 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52285 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52286 y and infinite z. Do multiplication by C already in long double.
52287 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52288 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52289 y and infinite z. Do bitwise or of inexact bit into u.d.
52290 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52291 * sysdeps/i386/fpu/s_fmaf.S: Removed.
52292 * sysdeps/i386/fpu/s_fma.S: Removed.
52293 * sysdeps/i386/fpu/s_fmal.S: Removed.
52294
7c08a05c
JJ
522952010-10-16 Jakub Jelinek <jakub@redhat.com>
52296
52297 [BZ #3268]
52298 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52299 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52300 computation is not scheduled after fetestexcept. Fix value
52301 of minimum denormal long double.
52302
f3f7372d
JJ
523032010-10-14 Jakub Jelinek <jakub@redhat.com>
52304
52305 [BZ #3268]
52306 * math/libm-test.inc (fma_test): Add some more tests.
52307 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52308 correctly.
52309
14d43591
AS
523102010-10-15 Andreas Schwab <schwab@redhat.com>
52311
52312 * scripts/data/localplt-s390-linux-gnu.data: New file.
52313 * scripts/data/localplt-s390x-linux-gnu.data: New file.
52314
5e908464
JJ
523152010-10-13 Jakub Jelinek <jakub@redhat.com>
52316
52317 [BZ #3268]
52318 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52319 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52320 instead of dbl-64.
52321 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52322 inlines.
52323 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52324 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52325 if one of x and y is very large and the other is subnormal.
52326 * sysdeps/s390/fpu/s_fmaf.c: New file.
52327 * sysdeps/s390/fpu/s_fma.c: New file.
52328 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52329 * sysdeps/powerpc/fpu/s_fma.S: New file.
52330 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52331 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52332 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52333
523342010-10-12 Jakub Jelinek <jakub@redhat.com>
52335
52336 [BZ #3268]
52337 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52338 fma tests.
52339 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52340 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52341 * sysdeps/i386/i686/multiarch/s_fma.c: Include
52342 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52343 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52344 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52345 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52346
b833d51f
UD
523472010-10-12 Ulrich Drepper <drepper@redhat.com>
52348
52349 [BZ #12078]
52350 * posix/regcomp.c (parse_branch): One more memory leak plugged.
52351 * posix/bug-regex31.input: Add test case.
52352
1751705d
UD
523532010-10-11 Ulrich Drepper <drepper@gmail.com>
52354
e9b9cbf5
UD
52355 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52356 * posix/bug-regex31.input: New file.
52357
52358 [BZ #12078]
52359 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52360 (parse_sub_exp): Fix last change, use postorder.
52361
ef06edbe
UD
52362 * posix/bug-regex31.c: New file.
52363 * posix/Makefile: Add rules to build and run bug-regex31.
52364
a129c80d
UD
52365 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52366
52367 [BZ #12078]
52368 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52369
b76b818e
UD
52370 [BZ #12108]
52371 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52372 to have entries in sys_siglist.
52373
1751705d
UD
52374 [BZ #12093]
52375 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52376 be NULL.
52377
9ff8d36f
JJ
523782010-10-07 Jakub Jelinek <jakub@redhat.com>
52379
52380 [BZ #3268]
52381 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52382 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52383 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52384 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52385 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52386 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52387 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52388 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52389 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52390 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52391 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52392 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52393 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52394 * math/ftestexcept.c (fetestexcept): Likewise.
52395 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52396 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52397 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52398 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52399 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52400 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52401 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52402
af325969
UD
524032010-10-11 Ulrich Drepper <drepper@gmail.com>
52404
c579b202 52405 [BZ #12107]
af325969
UD
52406 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52407 newline.
52408
67a67b95
UD
524092010-10-06 Ulrich Drepper <drepper@gmail.com>
52410
52411 * string/bug-strstr1.c: New file.
52412 * string/Makefile: Add rules to build and run bug-strstr1.
52413
5fb308bc
EB
524142010-10-05 Eric Blake <eblake@redhat.com>
52415
52416 [BZ #12092]
52417 * string/str-two-way.h (two_way_long_needle): Always clear memory
52418 when skipping input due to the shift table.
52419
45db99c7
UD
524202010-10-03 Ulrich Drepper <drepper@gmail.com>
52421
3b111893
UD
52422 [BZ #12005]
52423 * malloc/mcheck.c: Handle large requests.
52424
45db99c7
UD
52425 [BZ #12077]
52426 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52427 for strncmp and strncasecmp.
52428 * string/stratcliff.c: Add tests for strcmp and strncmp.
52429 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52430
cf7a1eb8
NI
524312010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
52432
52433 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52434 __set_fpscr.
52435
6484ba5e
AJ
524362010-09-30 Andreas Jaeger <aj@suse.de>
52437
52438 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52439 (CGROUP_SUPER_MAGIC): Define.
52440 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52441 Handle btrfs and cgroup file systems.
52442 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52443 Likewise.
52444
91c42559
LM
524452010-09-27 Luis Machado <luisgpm@br.ibm.com>
52446
52447 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52448 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52449
87a97932
AK
524502010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52451
52452 [BZ #12067]
52453 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52454 trying to locate the ELF header.
52455
c21cc9bc
AS
524562010-09-27 Andreas Schwab <schwab@redhat.com>
52457
52458 [BZ #11611]
52459 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52460 Mask out sign-bit copies when constructing f_fsid.
52461
315970f6
PB
524622010-09-24 Petr Baudis <pasky@suse.cz>
52463
52464 * debug/stack_chk_fail_local.c: Add missing licence exception.
52465 * debug/warning-nop.c: Likewise.
52466
1ac7a2c7
JM
524672010-09-15 Joseph Myers <joseph@codesourcery.com>
52468
52469 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52470 implementing getdents64 using getdents syscall, set d_type if
52471 __ASSUME_GETDENTS32_D_TYPE.
52472
56801c50
AS
524732010-09-16 Andreas Schwab <schwab@redhat.com>
52474
52475 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52476 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52477
dda51327
UD
524782010-09-21 Ulrich Drepper <drepper@redhat.com>
52479
52480 [BZ #12037]
52481 * posix/unistd.h: Undo change of feature selection for ftruncate from
52482 2010-01-11.
52483
8ffcee4a
UD
524842010-09-20 Ulrich Drepper <drepper@redhat.com>
52485
a545ecd9 52486 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
52487 detection.
52488
e24f0a8b
AS
524892010-09-20 Andreas Schwab <schwab@redhat.com>
52490
52491 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52492 fanotify_mark.
52493 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52494
7291c56f
AS
524952010-09-14 Andreas Schwab <schwab@redhat.com>
52496
52497 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
52498 variables after CHECK_SP call.
52499 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
52500
bc5fb037
AS
525012010-09-13 Andreas Schwab <schwab@redhat.com>
52502 Ulrich Drepper <drepper@redhat.com>
52503
52504 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
52505 re-relocationg ld.so.
52506 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
52507 _dl_init_paths call.
52508 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
52509 here anymore.
52510
e66e7419
UD
525112010-09-14 Ulrich Drepper <drepper@redhat.com>
52512
52513 * resolv/res_init.c (__res_vinit): Count the default server we added.
52514
c044aa75
CLT
525152010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
52516 Ulrich Drepper <drepper@redhat.com>
52517
52518 [BZ #11968]
52519 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52520 (____longjmp_chk): Use %ebx for saving value across system call.
52521 Add unwind info.
52522
32cf4069
AS
525232010-09-06 Andreas Schwab <schwab@redhat.com>
52524
52525 * manual/Makefile: Don't mix pattern rules with normal rules.
52526
817328ee
AS
525272010-09-05 Andreas Schwab <schwab@linux-m68k.org>
52528
52529 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
52530 operation.
52531 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
52532 * libio/iofopncook.c (_IO_cookie_init): Likewise.
52533 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
52534 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
52535 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52536 Likewise.
52537
29fddf61
UD
525382010-09-04 Ulrich Drepper <drepper@redhat.com>
52539
52540 [BZ #11979]
52541 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
52542 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
52543
0959ffc9
UD
525442010-09-02 Ulrich Drepper <drepper@redhat.com>
52545
52546 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
52547 * sysdeps/x86_64/addmul_1.S: Likewise.
52548 * sysdeps/x86_64/lshift.S: Likewise.
52549 * sysdeps/x86_64/mul_1.S: Likewise.
52550 * sysdeps/x86_64/rshift.S: Likewise.
52551 * sysdeps/x86_64/sub_n.S: Likewise.
52552 * sysdeps/x86_64/submul_1.S: Likewise.
52553
ece29840
ST
525542010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
52555
0959ffc9
UD
52556 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
52557 Define __sched_param instead of SCHED_* and sched_param when
ece29840 52558 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 52559 * bits/sched.h [__need_schedparam]
ece29840 52560 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
52561 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
52562 (__defined_schedparam): Define to 1.
ece29840
ST
52563 (__sched_param): New structure, identical to sched_param.
52564 (__need_schedparam): Undefine.
52565
e53a31fe
MF
525662010-08-31 Mike Frysinger <vapier@gentoo.org>
52567
fdc0c10d
MF
52568 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
52569 (epoll_create1): Declare.
52570
e53a31fe
MF
52571 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
52572
a726d796
AS
525732010-08-31 Andreas Schwab <schwab@redhat.com>
52574
52575 [BZ #7066]
52576 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
52577 shifting retval into place.
52578
2f3e3dc7
UD
525792010-09-01 Ulrich Drepper <drepper@redhat.com>
52580
f2933da9
UD
52581 * nis/rpcsvc/nis.h: Update copyright notice.
52582 * nis/rpcsvc/nis.x: Likewise.
52583 * nis/rpcsvc/nis_callback.h: Likewise.
52584 * nis/rpcsvc/nis_callback.x: Likewise.
52585 * nis/rpcsvc/nis_object.x: Likewise.
52586 * nis/rpcsvc/nis_tags.h: Likewise.
52587 * nis/rpcsvc/yp.h: Likewise.
52588 * nis/rpcsvc/yp.x: Likewise.
52589 * nis/rpcsvc/ypupd.h: Likewise.
52590 * nis/yp_xdr.c: Likewise.
52591 * nis/ypupdate_xdr.c: Likewise.
52592
2f3e3dc7
UD
52593 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
52594 mainly the body of pmap_getport. Add parameters to specify timeouts.
52595 (pmap_getport): Use __libc_rpc_getport.
52596 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
52597 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
52598 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
52599
f3dcc2f9
AS
526002010-08-31 Andreas Schwab <schwab@linux-m68k.org>
52601
52602 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
52603 fanotify_mark.
52604
6d34eb5b
RM
526052010-08-27 Roland McGrath <roland@redhat.com>
52606
52607 * sysdeps/i386/i686/multiarch/Makefile
52608 (CFLAGS-varshift.c): New variable.
52609
9ea3de11
UD
526102010-08-27 Ulrich Drepper <drepper@redhat.com>
52611
c96d23fc
UD
52612 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
52613 * sysdeps/i386/i686/multiarch/varshift.c: New file.
52614
9ea3de11
UD
52615 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
52616
52617 * sysdeps/x86_64/strlen.S: Minimal code improvement.
52618
623aac7f
L
526192010-08-26 H.J. Lu <hongjiu.lu@intel.com>
52620
52621 * sysdeps/x86_64/strlen.S: Unroll the loop.
52622 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52623 strlen-sse2 strlen-sse2-bsf.
52624 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
52625 __strlen_no_bsf if bit_Slow_BSF is set.
52626 (__strlen_sse42): Removed.
52627 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
52628 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
52629
8b2b7715
RM
526302010-08-25 Roland McGrath <roland@redhat.com>
52631
52632 * sysdeps/x86_64/multiarch/varshift.S: File removed.
52633 * sysdeps/x86_64/multiarch/varshift.c: New file.
52634 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
52635 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
52636 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
52637 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
52638
e73015f2
L
526392010-08-25 H.J. Lu <hongjiu.lu@intel.com>
52640
52641 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52642 strlen-sse2 strlen-sse2-bsf.
52643 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
52644 __strlen_sse2_bsf if bit_Slow_BSF is unset.
52645 (__strlen_sse2): Removed.
52646 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
52647 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
52648 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
52649 bit_Slow_BSF for Atom.
52650 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
52651 (index_Slow_BSF): Define.
52652 (HAS_SLOW_BSF): Define.
52653
df24a73e
UD
526542010-08-25 Ulrich Drepper <drepper@redhat.com>
52655
52656 [BZ #10851]
52657 * resolv/res_init.c (__res_vinit): When no server address at all
52658 is given default to loopback.
52659
f2ac4868
RM
526602010-08-24 Roland McGrath <roland@redhat.com>
52661
09055553
RM
52662 * configure.in: Remove config-name.h generation.
52663 * configure: Regenerated.
52664 * config-name.in: File removed.
52665 * scripts/config-uname.sh: New file.
52666 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
52667 ($(objdir)config-name.h): New target.
52668
f2ac4868
RM
52669 * sunrpc/rpc_parse.h: Avoid nested comment.
52670
73f27d5e
RH
526712010-08-24 Richard Henderson <rth@redhat.com>
52672 Ulrich Drepper <drepper@redhat.com>
52673 H.J. Lu <hongjiu.lu@intel.com>
52674
52675 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
52676 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
52677 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
52678 Replace _mm_srli_si128 with __m128i_shift_right. Replace
52679 _mm_alignr_epi8 with _mm_loadu_si128.
52680 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
52681 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
52682 (__m128i_shift_right): Removed.
52683 * sysdeps/i386/i686/multiarch/varshift.h: New file.
52684 * sysdeps/i386/i686/multiarch/varshift.S: New file.
52685 * sysdeps/x86_64/multiarch/varshift.h: New file.
52686 * sysdeps/x86_64/multiarch/varshift.S: New file.
52687
84b9230c
MF
526882010-08-21 Mike Frysinger <vapier@gentoo.org>
52689
52690 * configure.in: Move assembler checks to before sysdep dir checking.
52691
9bbd0ddc
PB
526922010-08-20 Petr Baudis <pasky@suse.cz>
52693
52694 * LICENSES: Sync the sunrpc license.
52695
9da4bb31
UD
526962010-08-19 Ulrich Drepper <drepper@redhat.com>
52697
a7ab6ec8
UD
52698 * sunrpc/auth_des.c: Update copyright notice once again.
52699 * sunrpc/auth_none.c: Likewise.
52700 * sunrpc/auth_unix.c: Likewise.
52701 * sunrpc/authdes_prot.c: Likewise.
52702 * sunrpc/authuxprot.c: Likewise.
52703 * sunrpc/bindrsvprt.c: Likewise.
52704 * sunrpc/clnt_gen.c: Likewise.
52705 * sunrpc/clnt_perr.c: Likewise.
52706 * sunrpc/clnt_raw.c: Likewise.
52707 * sunrpc/clnt_simp.c: Likewise.
52708 * sunrpc/clnt_tcp.c: Likewise.
52709 * sunrpc/clnt_udp.c: Likewise.
52710 * sunrpc/clnt_unix.c: Likewise.
52711 * sunrpc/des_crypt.c: Likewise.
52712 * sunrpc/des_soft.c: Likewise.
52713 * sunrpc/get_myaddr.c: Likewise.
52714 * sunrpc/getrpcport.c: Likewise.
52715 * sunrpc/key_call.c: Likewise.
52716 * sunrpc/key_prot.c: Likewise.
52717 * sunrpc/openchild.c: Likewise.
52718 * sunrpc/pm_getmaps.c: Likewise.
52719 * sunrpc/pm_getport.c: Likewise.
52720 * sunrpc/pmap_clnt.c: Likewise.
52721 * sunrpc/pmap_prot.c: Likewise.
52722 * sunrpc/pmap_prot2.c: Likewise.
52723 * sunrpc/pmap_rmt.c: Likewise.
52724 * sunrpc/rpc/auth.h: Likewise.
52725 * sunrpc/rpc/auth_unix.h: Likewise.
52726 * sunrpc/rpc/clnt.h: Likewise.
52727 * sunrpc/rpc/des_crypt.h: Likewise.
52728 * sunrpc/rpc/key_prot.h: Likewise.
52729 * sunrpc/rpc/netdb.h: Likewise.
52730 * sunrpc/rpc/pmap_clnt.h: Likewise.
52731 * sunrpc/rpc/pmap_prot.h: Likewise.
52732 * sunrpc/rpc/pmap_rmt.h: Likewise.
52733 * sunrpc/rpc/rpc.h: Likewise.
52734 * sunrpc/rpc/rpc_des.h: Likewise.
52735 * sunrpc/rpc/rpc_msg.h: Likewise.
52736 * sunrpc/rpc/svc.h: Likewise.
52737 * sunrpc/rpc/svc_auth.h: Likewise.
52738 * sunrpc/rpc/types.h: Likewise.
52739 * sunrpc/rpc/xdr.h: Likewise.
52740 * sunrpc/rpc_clntout.c: Likewise.
52741 * sunrpc/rpc_cmsg.c: Likewise.
52742 * sunrpc/rpc_common.c: Likewise.
52743 * sunrpc/rpc_cout.c: Likewise.
52744 * sunrpc/rpc_dtable.c: Likewise.
52745 * sunrpc/rpc_hout.c: Likewise.
52746 * sunrpc/rpc_main.c: Likewise.
52747 * sunrpc/rpc_parse.c: Likewise.
52748 * sunrpc/rpc_parse.h: Likewise.
52749 * sunrpc/rpc_prot.c: Likewise.
52750 * sunrpc/rpc_sample.c: Likewise.
52751 * sunrpc/rpc_scan.c: Likewise.
52752 * sunrpc/rpc_scan.h: Likewise.
52753 * sunrpc/rpc_svcout.c: Likewise.
52754 * sunrpc/rpc_tblout.c: Likewise.
52755 * sunrpc/rpc_util.c: Likewise.
52756 * sunrpc/rpc_util.h: Likewise.
52757 * sunrpc/rpcinfo.c: Likewise.
52758 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
52759 * sunrpc/rpcsvc/key_prot.x: Likewise.
52760 * sunrpc/rpcsvc/klm_prot.x: Likewise.
52761 * sunrpc/rpcsvc/mount.x: Likewise.
52762 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
52763 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
52764 * sunrpc/rpcsvc/rex.x: Likewise.
52765 * sunrpc/rpcsvc/rstat.x: Likewise.
52766 * sunrpc/rpcsvc/rusers.x: Likewise.
52767 * sunrpc/rpcsvc/sm_inter.x: Likewise.
52768 * sunrpc/rpcsvc/spray.x: Likewise.
52769 * sunrpc/rpcsvc/yppasswd.x: Likewise.
52770 * sunrpc/rtime.c: Likewise.
52771 * sunrpc/svc.c: Likewise.
52772 * sunrpc/svc_auth.c: Likewise.
52773 * sunrpc/svc_authux.c: Likewise.
52774 * sunrpc/svc_raw.c: Likewise.
52775 * sunrpc/svc_run.c: Likewise.
52776 * sunrpc/svc_simple.c: Likewise.
52777 * sunrpc/svc_tcp.c: Likewise.
52778 * sunrpc/svc_udp.c: Likewise.
52779 * sunrpc/svc_unix.c: Likewise.
52780 * sunrpc/svcauth_des.c: Likewise.
52781 * sunrpc/xcrypt.c: Likewise.
52782 * sunrpc/xdr.c: Likewise.
52783 * sunrpc/xdr_array.c: Likewise.
52784 * sunrpc/xdr_float.c: Likewise.
52785 * sunrpc/xdr_mem.c: Likewise.
52786 * sunrpc/xdr_rec.c: Likewise.
52787 * sunrpc/xdr_ref.c: Likewise.
52788 * sunrpc/xdr_sizeof.c: Likewise.
52789 * sunrpc/xdr_stdio.c: Likewise.
52790
9da4bb31
UD
52791 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
52792 handling.
52793
bdaa77bc
AS
527942010-08-19 Andreas Schwab <schwab@redhat.com>
52795
52796 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
52797
fe2f79db
LM
527982010-08-19 Luis Machado <luisgpm@br.ibm.com>
52799
52800 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
52801 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
52802 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
52803 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
52804 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
52805 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
52806 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
52807 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
52808 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
52809 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
52810 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
52811 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
52812 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
52813 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
52814
b9b42ee0
AB
528152010-07-26 Anton Blanchard <anton@samba.org>
52816
52817 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
52818 * malloc/arena.c (heap_trim): Likewise.
52819
1c06ba31
UD
528202010-08-16 Ulrich Drepper <drepper@redhat.com>
52821
52822 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
52823 here. Not...
52824 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
52825 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
52826
f8392f40
L
528272010-08-12 H.J. Lu <hongjiu.lu@intel.com>
52828
52829 * sysdeps/i386/elf/Makefile: New file.
52830
3162f12e
AS
528312010-08-14 Andreas Schwab <schwab@linux-m68k.org>
52832
52833 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
52834 from fanotify_init.
52835 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
52836 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
52837
28c90b2c
UD
528382010-08-15 Ulrich Drepper <drepper@redhat.com>
52839
52840 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
52841 of strncasecmp_l.
1feccb6c 52842 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 52843
ca6bb004
UD
528442010-08-14 Ulrich Drepper <drepper@redhat.com>
52845
e9f82e0d
UD
52846 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
52847 strncase_l-nonascii.
52848 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
52849 Add strncase_l-ssse3.
52850 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
52851 * sysdeps/x86_64/strcmp.S: Likewise.
52852 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
52853 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
52854 * sysdeps/x86_64/strncase.S: New file.
52855 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
52856 * sysdeps/x86_64/strncase_l.S: New file.
52857 * string/Makefile (strop-tests): Add strncasecmp.
52858 * string/test-strncasecmp.c: New file.
52859
52860 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
52861 warning.
52862
ca6bb004
UD
52863 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
52864 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
52865
052fa7b3
AS
528662010-08-14 Andreas Schwab <schwab@linux-m68k.org>
52867
52868 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
52869
962dba78
UD
528702010-08-12 Ulrich Drepper <drepper@redhat.com>
52871
52872 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
52873 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
52874 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
52875
bebff237
AM
528762010-05-01 Alan Modra <amodra@gmail.com>
52877
52878 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
52879 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
52880 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
52881 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
52882 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
52883 tidying. Don't tail-call __sigjmp_save for static lib.
52884 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
52885 save location.
52886 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
52887 (CALL_MCOUNT): Add eh info, and nop after bl.
52888 (TAIL_CALL_SYSCALL_ERROR): New macro.
52889 (PSEUDO_RET): Use it.
52890 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
52891 Correct save location of integer regs and cr.
52892 (_dl_profile_resolve): Correct cr save location. Delete nops
52893 after bl when SHARED. Reduce cfi size a little by better
52894 placement of cfi directives.
52895 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
52896 make a stack frame. Instead use parm save area as a temp.
52897 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
52898 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
52899 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
52900 Don't make a stack frame for parent, use parm save area.
52901 Increase child stack frame to 112 bytes. Don't save unused reg,
52902 and adjust reg usage. Set up cfi on error recovery and
52903 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
52904 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
52905 (__makecontext): Add dummy nop after jump to exit.
52906 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
52907 Use correct parm save area and cr save, reduce stack frame.
52908 Correct cfi for possible PSEUDO_RET frame setup.
52909 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
52910 Branch to local label emitted by PSEUDO_RET rather than
52911 __syscall_error.
52912
02637374
AS
529132010-08-12 Andreas Schwab <schwab@redhat.com>
52914
52915 [BZ #11904]
52916 * locale/programs/locale.c (print_assignment): New function.
52917 (show_locale_vars): Use it.
52918
c3e2f19b
UD
529192010-08-11 Ulrich Drepper <drepper@redhat.com>
52920
3cdaa6ad
UD
52921 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
52922 field.
52923 (struct statfs64): Likewise.
52924 (_STATFS_F_FLAGS): Define.
52925 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
52926 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52927 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
52928 (ST_VALID): Define locally.
52929 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
52930 __statvfs_getflags, use the provided value.
52931 * sysdeps/unix/sysv/linux/kernel-features.h: Define
52932 __ASSUME_STATFS_F_FLAGS.
52933
754f7da3
UD
52934 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
52935
10b3bedc
UD
52936 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
52937 Add sys/fanotify.h.
52938 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
52939 fanotify_mask for GLIBC_2.13.
52940 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
52941 fanotify_init and fanotify_mark.
52942 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
52943 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
52944
c08fb0d7
UD
52945 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
52946 Add prlimit.
52947 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
52948 prlimit64 for GLIBC_2.13.
52949 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
52950 prlimit64.
52951 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
52952 syscall.
52953 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
52954 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52955 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
52956 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
52957 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
52958 add prlimit alias.
52959 * sysdeps/unix/sysv/linux/prlimit.c: New file.
52960
15bac72b
UD
52961 [BZ #11903]
52962 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
52963 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
52964
c3e2f19b
UD
52965 * nss/Makefile: Add rules to build and run tst-nss-test1.
52966 * shlib-versions: Add entry for libnss_test1.
52967 * nss/nss_test1.c: New file.
52968 * nss/tst-nss-test1.c: New file.
52969
52970 * nss/nsswitch.c (__nss_database_custom): Define new variable.
52971 (__nss_configure_lookup): Set appropriate entry in
52972 __nss_configure_lookup to true.
52973 * nss/nsswitch.h: Define enum with indeces of databases in
52974 databases and __nss_database_custom arrays. Declare
52975 __nss_database_custom.
52976 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
52977 to avoid using nscd when custom rules are installed.
52978 * nss/getXXbyYY_r.c: Likewise.
52979 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
52980
52981 * nss/nss_files/files-parse.c: Whitespace fixes.
52982
f15ce4d8
UD
529832010-08-09 Ulrich Drepper <drepper@redhat.com>
52984
52985 [BZ #11883]
52986 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
52987 * posix/fnmatch_loop.c: Likewise.
52988
d22e4cc9
AK
529892010-07-17 Andi Kleen <ak@linux.intel.com>
52990
52991 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
52992 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
52993 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
52994 * Versions.def [GLIBC_2.13]: Add.
52995
805bc17d
UD
529962010-08-06 Ulrich Drepper <drepper@redhat.com>
52997
52998 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
52999 Also fail if tpwd after pwuid call is NULL.
53000
5a42321d
ST
530012010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
53002
53003 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53004 when converting to ms.
53005
fd3ebeda
ST
530062010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
53007
53008 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53009 EOPNOTSUPP errors with ENOTTY.
53010 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53011 EOPNOTSUPP errors with ENOTTY.
53012
73507d3a
UD
530132010-07-31 Ulrich Drepper <drepper@redhat.com>
53014
53015 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53016 Add strcasecmp_l-ssse3.
53017 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53018 strcasecmp.
53019 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53020 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53021 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53022
fe36dd02
UD
530232010-07-30 Ulrich Drepper <drepper@redhat.com>
53024
66f6765a
UD
53025 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53026
42e08a54
UD
53027 * string/Makefile (strop-tests): Add strcasecmp.
53028 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53029 strcasecmp_l-nonascii.
53030 (gen-as-const-headers): Add locale-defines.sym.
53031 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53032 * sysdeps/x86_64/strcasecmp.S: New file.
53033 * sysdeps/x86_64/strcasecmp_l.S: New file.
53034 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53035 * sysdeps/x86_64/locale-defines.sym: New file.
53036 * string/test-strcasecmp.c: New file.
53037
fe36dd02
UD
53038 * string/test-strcasestr.c: Test both ends of the range of characters.
53039 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53040
48cbc0d6
RM
530412010-07-29 Roland McGrath <roland@redhat.com>
53042
76e6d6bc 53043 [BZ #11856]
48cbc0d6
RM
53044 * manual/locale.texi (Yes-or-No Questions): Fix example code.
53045
880113d9
UD
530462010-07-27 Ulrich Drepper <drepper@redhat.com>
53047
53048 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53049 for ld.so.
53050
deb9cabb
AS
530512010-07-27 Andreas Schwab <schwab@redhat.com>
53052
53053 * manual/memory.texi (Malloc Tunable Parameters): Document
53054 M_PERTURB.
53055
1c7570ff
RM
530562010-07-26 Roland McGrath <roland@redhat.com>
53057
53058 [BZ #11840]
53059 * configure.in (-fgnu89-inline check): Set and substitute
53060 gnu89_inline, not libc_cv_gnu89_inline.
53061 * configure: Regenerated.
53062 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53063
24fb0f88
UD
530642010-07-26 Ulrich Drepper <drepper@redhat.com>
53065
53066 * string/test-strnlen.c: New file.
53067 * string/Makefile (strop-tests): Add strnlen.
53068 * string/tester.c (test_strnlen): Add a few more test cases.
53069 * string/tst-strlen.c: Better error reporting.
53070
53071 * sysdeps/x86_64/strnlen.S: New file.
53072
8e96b93a
UD
530732010-07-24 Ulrich Drepper <drepper@redhat.com>
53074
53075 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53076 lower-latency instructions.
53077
dbc676d4
UD
530782010-07-23 Ulrich Drepper <drepper@redhat.com>
53079
53080 * string/test-strcasestr.c: New file.
53081 * string/test-strstr.c: New file.
53082 * string/Makefile (strop-tests): Add strstr and strcasestr.
53083 * string/str-two-way.h: Don't undefine MAX.
53084 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53085
f6a31e0e
AS
530862010-07-21 Andreas Schwab <schwab@redhat.com>
53087
53088 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53089 strcasestr-nonascii.
53090 (CFLAGS-strcasestr-nonascii.c): Define.
53091 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53092 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53093 Remove unused attribute.
53094
5dbc3b6c
RM
530952010-07-20 Roland McGrath <roland@redhat.com>
53096
53097 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53098 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
53099 ld.so.cache was broken. With it, there is no way to disable dsocaps
53100 like LD_HWCAP_MASK can disable hwcaps.
53101
23d101d8
EPM
531022010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
53103
53104 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53105
cc9f2e47
UD
531062010-07-16 Ulrich Drepper <drepper@redhat.com>
53107
53108 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53109 call in strcasestr.
53110 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53111 __strcasestr_sse42_nonascii.
53112 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53113 strcasestr-nonascii.c.
53114 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53115
77c1b069
LM
531162010-06-15 Luis Machado <luisgpm@br.ibm.com>
53117
53118 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53119 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53120 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53121 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53122
440566c3
UD
531232010-07-09 Ulrich Drepper <drepper@redhat.com>
53124
53125 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53126 fcntl.
53127
5be9d05d
AS
531282010-07-06 Andreas Schwab <schwab@redhat.com>
53129
c30b7ee2 53130 [BZ #11577]
5be9d05d
AS
53131 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53132 dl_signal_cerror.
53133
8a492a67
UD
531342010-07-06 Ulrich Drepper <drepper@redhat.com>
53135
53136 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53137 _PC_PIPE_BUF using F_GETPIPE_SZ.
53138
713df3d5
RM
531392010-07-05 Roland McGrath <roland@redhat.com>
53140
53141 * manual/arith.texi (Rounding Functions): Fix rint description
53142 implicit in round description.
53143
702e8f14
UD
531442010-07-02 Ulrich Drepper <drepper@redhat.com>
53145
53146 * elf/Makefile: Fix linking for a few tests to make recent linker
53147 happy.
53148
52ed8be9
AS
531492010-06-30 Andreas Schwab <schwab@redhat.com>
53150
53151 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53152 $(common-objpfx)libc_nonshared.a.
53153
f47c9a11
LM
531542010-06-21 Luis Machado <luisgpm@br.ibm.com>
53155
53156 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53157 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53158 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53159 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53160 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53161 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53162 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53163 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53164 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53165 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53166 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53167 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53168 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53169 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53170 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53171 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53172 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53173 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53174 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53175 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53176 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53177 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53178 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53179 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53180 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53181 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53182 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53183 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53184 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53185 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53186 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53187 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53188 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53189 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53190 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53191 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53192 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53193 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53194 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53195 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53196 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53197 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53198 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53199 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53200 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53201 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53202 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53203 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53204
6fb8cbcb
L
532052010-06-25 H.J. Lu <hongjiu.lu@intel.com>
53206
53207 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53208 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
53209 * string/memmove.c (memmove): Renamed to ...
53210 (MEMMOVE): ...this. Default to memmove.
53211 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53212 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53213 (END_CHK): Define.
53214 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53215 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53216 mempcpy-ssse3-back memmove-ssse3-back.
53217 * sysdeps/x86_64/multiarch/bcopy.S: New file .
53218 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53219 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53220 * sysdeps/x86_64/multiarch/memcpy.S: New file.
53221 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53222 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53223 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53224 * sysdeps/x86_64/multiarch/memmove.c: New file.
53225 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53226 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53227 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53228 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53229 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53230 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53231 Define.
53232 (index_Fast_Copy_Backward): Define.
53233 (HAS_ARCH_FEATURE): Define.
53234 (HAS_FAST_REP_STRING): Define.
53235 (HAS_FAST_COPY_BACKWARD): Define.
53236
4e733bac 532372010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
53238
53239 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53240 Restore proper fallback handling.
53241
63c4ed22
UD
532422010-06-19 Ulrich Drepper <drepper@redhat.com>
53243
ac2b484c
UD
53244 [BZ #11701]
53245 * posix/group_member.c (__group_member): Correct checking loop.
53246
63c4ed22
UD
53247 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53248 OOM in getpwuid_r correctly. Return error number when the caller
53249 should return, otherwise -1.
53250 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53251 call returning > 0 value.
53252 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53253
765ade4b
AS
532542010-06-07 Andreas Schwab <schwab@redhat.com>
53255
53256 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53257 libc_nonshared.a from targets in modules-names.
53258
80da2e09
KS
532592010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
53260
53261 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53262 requires it.
53263
158db122
LM
532642010-06-10 Luis Machado <luisgpm@br.ibm.com>
53265
53266 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53267 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53268 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53269 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53270
caa78cf8
AS
532712010-06-02 Andreas Schwab <schwab@redhat.com>
53272
53273 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53274
b2ef2c01
UD
532752010-06-14 Ulrich Drepper <drepper@redhat.com>
53276
53277 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53278 and F_GETPIPE_SZ.
53279 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53280 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53281 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53282 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53283 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53284 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53285
fbd643b6
RM
532862010-06-14 Roland McGrath <roland@redhat.com>
53287
53288 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53289
f32f2869
JJ
532902010-06-07 Jakub Jelinek <jakub@redhat.com>
53291
53292 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53293 __REDIRECT followed by __THROW.
53294 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53295 * posix/getopt.h (getopt): Likewise.
53296
2a50c078
EPM
532972010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
53298
53299 * hurd/lookup-at.c (__file_name_lookup_at): Accept
53300 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
53301 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53302 in AT_FLAGS.
53303 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53304 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53305
eb5ad2eb
LM
533062010-05-28 Luis Machado <luisgpm@br.ibm.com>
53307
53308 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53309
3c88fe1e
L
533102010-05-26 H.J. Lu <hongjiu.lu@intel.com>
53311
53312 [BZ #11640]
53313 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53314 Properly check family and model.
53315
d2f73151
TY
533162010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
53317
53318 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53319
ebd2e13d
LM
533202010-05-24 Luis Machado <luisgpm@br.ibm.com>
53321
53322 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53323
b32b8b45
UD
533242010-05-21 Ulrich Drepper <drepper@redhat.com>
53325
53326 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53327 symbol reference.
53328
9acbe24d
AS
533292010-05-19 Andreas Schwab <schwab@redhat.com>
53330
53331 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53332 symbol reference.
53333
f0ccf6ea
AS
533342010-05-21 Andreas Schwab <schwab@redhat.com>
53335
3d04ff3a
AS
53336 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53337 and internal_recvmmsg.
53338 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53339 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53340 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53341 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53342
f0ccf6ea
AS
53343 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53344 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53345 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53346
5b08ac57
AS
533472010-05-20 Andreas Schwab <schwab@redhat.com>
53348
53349 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53350
4828935d
LM
533512010-05-17 Luis Machado <luisgpm@br.ibm.com>
53352
53353 POWER7 optimizations.
53354 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53355 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53356
373d545e
UD
533572010-05-19 Ulrich Drepper <drepper@redhat.com>
53358
53359 * version.h: Update for 2.13 development version.
53360
21a2b1ae
AS
533612010-05-12 Andrew Stubbs <ams@codesourcery.com>
53362
53363 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53364 exceptions. Return 0.
53365
3f7dcb2b
RM
533662010-05-07 Roland McGrath <roland@redhat.com>
53367
53368 * elf/ldconfig.c (main): Add a const.
53369
5f24d53a 533702010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 53371
a160f8d8
UD
53372 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53373 (args_options): Add no-idn option.
53374 (ahosts_keys_int): Add idn_flags to ai_flags.
53375 (parse_option): Handle 'i' option to clear idn_flags.
53376
5f24d53a
UD
53377 * malloc/malloc.c (_int_free): Possible race in the most recently
53378 added check. Only act on the data if no current modification
53379 happened.
265bb1ce
UD
53380
53381See ChangeLog.17 for earlier changes.