]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Fix stdio-common/tst-fmemopen.c format warnings.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
be970916
JM
12014-11-27 Joseph Myers <joseph@codesourcery.com>
2
d88548f4
JM
3 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4 size_t for %zu format.
5
be970916
JM
6 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
7 difference, not %ju.
8
3b20fd5c
JM
92014-11-26 Joseph Myers <joseph@codesourcery.com>
10
8915eace
JM
11 * include/libc-internal.h (ignore_value): New macro.
12 * nscd/connections.c (restart): Wrap calls to setuid and setgid
13 with ignore_value.
14
f1a5a0e3
JM
15 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
16 definition.
17
59ef1715
JM
18 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
19 pthread_cleanup_push to void *.
20
a6f3079b
JM
21 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
22 Undefine.
23
706688aa
JM
24 [BZ #16619]
25 [BZ #16740]
26 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
27 instead of 1L << 52.
28
12da14a5
JM
29 * libio/bug-rewind.c (do_test): Check fwscanf return values.
30 * libio/bug-rewind2.c (do_test): Likewise.
31
bd5dadac
JM
32 * debug/test-stpcpy_chk-ifunc.c: Remove file.
33 * debug/test-strcpy_chk-ifunc.c: Likewise.
34 * wcsmbs/test-wcschr-ifunc.c: Likewise.
35 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37 * wcsmbs/test-wcslen-ifunc.c: Likewise.
38 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
39 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
40 * Rules [$(multi-arch) = no] (tests): Do not filter out
41 $(tests-ifunc).
42 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
43 * debug/Makefile (tests-ifunc): Remove variable.
44 (tests): Do not add $(tests-ifunc).
45 * wcsmbs/Makefile (tests-ifunc): Remove variable.
46 (tests): Do not add $(tests-ifunc).
47 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
48 [TEST_IFUNC]: Remove conditionals.
49 * string/test-string.h (TEST_IFUNC): Remove macro.
50 [TEST_IFUNC]: Remove conditionals.
51
3b20fd5c
JM
52 * string/test-strchr.c [!WIDE] (L): New macro.
53 [WIDE] (L): Likewise.
54 (check1): Use CHAR instead of char. Use L on string and character
55 constants.
56
704f7947
AZ
572014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
58
59 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
60 tests.
61 * sysdeps/powerpc/bits/atomic.h
62 (__arch_atomic_exchange_and_add_32_acq): Add definition.
63 (__arch_atomic_exchange_and_add_32_rel): Likewise.
64 (atomic_exchange_and_add_acq): Likewise.
65 (atomic_exchange_and_add_rel): Likewise.
66 * sysdeps/powerpc/powerpc32/bits/atomic.h
67 (__arch_atomic_exchange_and_add_64_acq): Add definition.
68 (__arch_atomic_exchange_and_add_64_rel): Likewise.
69 * sysdeps/powerpc/powerpc64/bits/atomic.h
70 (__arch_atomic_exchange_and_add_64_acq): Add definition.
71 (__arch_atomic_exchange_and_add_64_rel): Likewise.
72
cdcb42d7
TR
732014-11-26 Torvald Riegel <triegel@redhat.com>
74
75 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
76 Change synchronization of __sched_fifo_min_prio and
77 __sched_fifo_max_prio.
78 * nptl/pthread_mutexattr_getprioceiling.c
79 (pthread_mutexattr_getprioceiling): Likewise.
80 * nptl/pthread_mutexattr_setprioceiling.c
81 (pthread_mutexattr_setprioceiling): Likewise.
82 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
83 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
84 Likewise.
85
c82f5c0c
JM
862014-11-26 Joseph Myers <joseph@codesourcery.com>
87
88 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
89 void.
90
439e1ad6
JM
912014-11-25 Joseph Myers <joseph@codesourcery.com>
92
93 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
94 third argument const.
95
b1eda10e
PE
962014-11-25 Paul Eggert <eggert@cs.ucla.edu>
97
98 fnmatch: work around GCC compiler warning bug with uninit var
99 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
100 This works around a bug with x86-64 GCC 4.9.2 and earlier
101 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
102 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
103 used uninitialized in this function [-Wmaybe-uninitialized]".
104
bde2667a
JM
1052014-11-25 Joseph Myers <joseph@codesourcery.com>
106
107 * posix/bug-regex31.c (main): Return RES not 0.
108
5fbb5691
AB
1092014-11-25 Anton Blanchard <anton@samba.org>
110
111 * sysdeps/powerpc/bits/atomic.h
112 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
113
467fec0b
BM
1142014-11-24 Sterling Augustine <saugustine@google.com>
115
116 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
117
e9ff8efb
RC
1182014-11-24 Ryan Cumming <etaoins@gmail.com>
119
120 [BZ #17608]
121 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
122
9744496f
JM
1232014-11-24 Joseph Myers <joseph@codesourcery.com>
124
125 [BZ #17633]
126 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
127 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
128 variable.
129 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
130 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
131
6423d475
WD
1322014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
133
134 * string/strncpy.c (strncpy): Improve performance by using memset.
135
1362014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
137
138 * string/strcpy.c (strcpy):
139 Improve performance by using strlen and memcpy.
140
5d178c37
LH
1412014-11-24 Leonhard Holz <leonhard.holz@web.de>
142
143 * string/strcoll_l.c (get_next_seq): __always_inline.
144 * string/strcoll_l.c (do_compare): __always_inline.
145
279bc5b3
SP
1462014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
147
7a9ebfa1
SP
148 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
149 defined.
150 * include/mqueue.h: Likewise.
151 * include/stdlib.h: Likewise.
152
4f41c682
SP
153 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
154 (get_null_defines): Adjust.
155 * sunrpc/Makefile: Adjust comment.
156 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
157 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
158 (CFLAGS-interp.c): Likewise.
159 (CFLAGS-ldconfig.c): Likewise.
160 (CPPFLAGS-.os): Likewise.
161 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
162 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
163 * extra-modules.mk (extra-modules.mk): Likewise.
164 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
165 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
166 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
167 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
168 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
169 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
170 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
171 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
172 * iconvdata/Makefile (CPPFLAGS): Likewise.
173 (cpp-srcs-left): Add libof for all iconvdata routines.
174 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
175 * include/assert.h: Likewise.
176 * include/ctype.h: Likewise.
177 * include/errno.h: Likewise.
178 * include/libc-symbols.h: Likewise.
179 * include/math.h: Likewise.
180 * include/netdb.h: Likewise.
181 * include/resolv.h: Likewise.
182 * include/stdio.h: Likewise.
183 * include/stdlib.h: Likewise.
184 * include/string.h: Likewise.
185 * include/sys/stat.h: Likewise.
186 * include/wctype.h: Likewise.
187 * intl/l10nflist.c: Likewise.
188 * libidn/idn-stub.c: Likewise.
189 * libio/libioP.h: Likewise.
190 * nptl/libc_multiple_threads.c: Likewise.
191 * nptl/pthreadP.h: Likewise.
192 * posix/regex_internal.h: Likewise.
193 * resolv/res_hconf.c: Likewise.
194 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
195 * sysdeps/arm/memmove.S: Likewise.
196 * sysdeps/arm/sysdep.h: Likewise.
197 * sysdeps/generic/_itoa.h: Likewise.
198 * sysdeps/generic/symbol-hacks.h: Likewise.
199 * sysdeps/gnu/errlist.awk: Likewise.
200 * sysdeps/gnu/errlist.c: Likewise.
201 * sysdeps/i386/i586/memcpy.S: Likewise.
202 * sysdeps/i386/i586/memset.S: Likewise.
203 * sysdeps/i386/i686/memcpy.S: Likewise.
204 * sysdeps/i386/i686/memmove.S: Likewise.
205 * sysdeps/i386/i686/mempcpy.S: Likewise.
206 * sysdeps/i386/i686/memset.S: Likewise.
207 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
208 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
209 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
210 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
211 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
212 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
213 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
214 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
215 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
216 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
217 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
218 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
219 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
220 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
221 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
222 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
223 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
224 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
225 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
226 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
227 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
228 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
229 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
230 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
231 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
232 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
233 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
234 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
235 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
236 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
237 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
238 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
239 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
240 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
241 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
242 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
243 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
244 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
245 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
246 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
247 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
248 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
249 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
250 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
251 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
252 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
253 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
254 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
255 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
256 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
257 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
258 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
259 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
260 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
261 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
262 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
263 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
264 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
265 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
266 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
267 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
268 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
269 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
270 * sysdeps/nptl/bits/libc-lock.h: Likewise.
271 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
272 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
273 * sysdeps/posix/closedir.c: Likewise.
274 * sysdeps/posix/opendir.c: Likewise.
275 * sysdeps/posix/readdir.c: Likewise.
276 * sysdeps/posix/rewinddir.c: Likewise.
277 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
278 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
279 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
280 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
281 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
282 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
283 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
284 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
285 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
286 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
287 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
288 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
289 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
290 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
291 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
292 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
293 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
294 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
295 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
296 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
297 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
298 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
299 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
300 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
301 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
302 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
303 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
304 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
305 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
306 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
307 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
308 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
309 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
310 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
311 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
312 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
313 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
314 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
315 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
316 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
317 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
318 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
319 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
320 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
321 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
322 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
323 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
324 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
325 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
326 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
327 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
328 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
329 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
330 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
331 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
332 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
333 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
334 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
335 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
336 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
337 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
338 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
339 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
340 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
341 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
342 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
343 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
344 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
345 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
346 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
347 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
348 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
349 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
350 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
351 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
352 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
353 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
354 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
355 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
356 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
357 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
358 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
359 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
360 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
361 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
362 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
363 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
364 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
365 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
366 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
367 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
368 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
369 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
370 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
371 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
372 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
373 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
374 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
375 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
376 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
377 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
378 * sysdeps/unix/alpha/sysdep.S: Likewise.
379 * sysdeps/unix/alpha/sysdep.h: Likewise.
380 * sysdeps/unix/make-syscalls.sh: Likewise.
381 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
382 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
383 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
384 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
385 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
386 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
387 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
388 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
389 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
390 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
391 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
392 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
393 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
394 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
395 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
396 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
397 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
398 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
399 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
400 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
401 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
402 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
403 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
404 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
405 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
406 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
407 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
408 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
410 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
411 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
412 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
413 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
414 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
415 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
416 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
417 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
418 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
419 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
420 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
421 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
422 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
423 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
424 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
425 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
426 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
427 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
428 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
429 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
430 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
431 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
432 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
433 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
434 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
435 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
436 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
437 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
438 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
439 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
440 * sysdeps/x86_64/memcpy.S: Likewise.
441 * sysdeps/x86_64/memmove.c: Likewise.
442 * sysdeps/x86_64/memset.S: Likewise.
443 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
444 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
445 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
446 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
447 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
448 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
449 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
450 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
451 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
452 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
453 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
454 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
455 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
456 * sysdeps/x86_64/multiarch/memset.S: Likewise.
457 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
458 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
459 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
460 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
461 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
462 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
463 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
464 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
465 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
466 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
467 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
468 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
469 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
470 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
471 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
472 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
473 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
474 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
475 * sysdeps/x86_64/strcmp.S: Likewise.
476
76ca86a5
SP
477 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
478
a3848485
SP
479 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
480 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
481 * elf/rtld-Rules: Likewise.
482 * elf/setup-vdso.h: Likewise.
483 * include/assert.h: Likewise.
484 * include/bits/stdlib-float.h: Likewise.
485 * include/errno.h: Likewise.
486 * include/sys/stat.h: Likewise.
487 * include/unistd.h: Likewise.
488 * sysdeps/aarch64/setjmp.S: Likewise.
489 * sysdeps/alpha/setjmp.S: Likewise.
490 * sysdeps/arm/__longjmp.S: Likewise.
491 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
492 * sysdeps/arm/setjmp.S: Likewise.
493 * sysdeps/arm/sysdep.h: Likewise.
494 * sysdeps/generic/_itoa.h: Likewise.
495 * sysdeps/generic/dl-sysdep.h: Likewise.
496 * sysdeps/generic/ldsodefs.h: Likewise.
497 * sysdeps/i386/dl-tls.h: Likewise.
498 * sysdeps/i386/setjmp.S: Likewise.
499 * sysdeps/m68k/setjmp.c: Likewise.
500 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
501 * sysdeps/mach/hurd/opendir.c: Likewise.
502 * sysdeps/posix/getcwd.c: Likewise.
503 * sysdeps/posix/opendir.c: Likewise.
504 * sysdeps/posix/profil.c: Likewise.
505 * sysdeps/powerpc/dl-procinfo.h: Likewise.
506 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
507 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
508 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
509 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
510 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
511 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
512 * sysdeps/s390/dl-tls.h: Likewise.
513 * sysdeps/s390/s390-32/setjmp.S: Likewise.
514 * sysdeps/s390/s390-64/setjmp.S: Likewise.
515 * sysdeps/sh/sh3/setjmp.S: Likewise.
516 * sysdeps/sh/sh4/setjmp.S: Likewise.
517 * sysdeps/unix/alpha/sysdep.h: Likewise.
518 * sysdeps/unix/arm/sysdep.S: Likewise.
519 * sysdeps/unix/i386/sysdep.S: Likewise.
520 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
521 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
522 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
523 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
524 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
525 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
526 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
527 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
528 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
529 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
530 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
531 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
532 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
533 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
535 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
536 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
537 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
538 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
539 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
540 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
541 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
542 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
543 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
544 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
545 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
546 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
547 * sysdeps/unix/x86_64/sysdep.S: Likewise.
548 * sysdeps/x86_64/setjmp.S: Likewise.
549
a109996e
SP
550 * include/math.h: Use IS_IN instead of IS_IN_libm.
551 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
552 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
553 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
554 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
555 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
556 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
557 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
558 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
559 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
560 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
561 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
562 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
563 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
564 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
565 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
566 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
567 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
568 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
569 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
570 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
571 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
572 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
573 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
574 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
575 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
576 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
577 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
578 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
579 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
580 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
581 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
582 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
583 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
584 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
585 Likewise.
586 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
587 Likewise.
588 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
589 Likewise.
590 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
591 Likewise.
592 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
593 Likewise.
594 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
595 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
596 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
597 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
598 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
599 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
600 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
601 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
602 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
603 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
604 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
605 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
606 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
607 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
608 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
609 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
610 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
611 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
612 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
613 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
614 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
615 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
616 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
617 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
618 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
619 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
620 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
621
ce9f10f7
SP
622 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
623 * nptl/pthreadP.h: Likewise.
624 * nptl_db/structs.def: Likewise.
625 * sysdeps/arm/sysdep.h: Likewise.
626 * sysdeps/nptl/bits/libc-lock.h: Likewise.
627 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
628 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
629 * sysdeps/unix/alpha/sysdep.h: Likewise.
630 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
631 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
632 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
633 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
634 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
635 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
636 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
637 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
638 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
639 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
640 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
641 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
642 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
643 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
644 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
645 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
646 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
647 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
648 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
649 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
650 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
651 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
652 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
653 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
654 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
655 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
656
016afc75
SP
657 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
658 * nptl/pthreadP.h: Likewise.
659 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
660 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
661 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
662 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
663 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
664 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
665 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
666 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
667 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
668 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
669 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
670 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
671 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
672 Likewise.
673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
674 Likewise.
675 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
676 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
677 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
678 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
679 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
680 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
681 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
682 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
683
9b42a0b3
SP
684 * dlfcn/dladdr.c: Use IS_IN.
685 * dlfcn/dladdr1.c: Likewise.
686 * dlfcn/dlclose.c: Likewise.
687 * dlfcn/dlerror.c: Likewise.
688 * dlfcn/dlinfo.c: Likewise.
689 * dlfcn/dlmopen.c: Likewise.
690 * dlfcn/dlopen.c: Likewise.
691 * dlfcn/dlsym.c: Likewise.
692 * dlfcn/dlvsym.c: Likewise.
693
85f36372
SP
694 * include/ifaddrs.h: Use IS_IN.
695 * inet/check_pf.c: Likewise.
696 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
697 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
698
fb6784e3
SP
699 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
700 IS_IN_ldconfig.
701 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
702 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
703
2886d2d1
SP
704 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
705 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
706 IS_IN (libc).
707
9a484857
SP
708 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
709
a10178bd
SP
710 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
711 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
712 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
713 * include/libc-symbols.h (IS_IN_LIB): New macro.
714 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
715 * include/netdb.h: Likewise.
716 * include/stap-probe.h: Remove all uses of IN_LIB.
717
279bc5b3
SP
718 * Makeconfig (module-cppflags-real): Define MODULE_NAME
719 instead of IN_MODULE.
720 * include/libc-symbols.h (IN_MODULE): Define using
721 MODULE_NAME.
722 (PASTE_NAME, PASTE_NAME1): New macros.
723 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
724 of IN_LIB.
725 (STAP_PROBE_ASM): Likewise.
726
e0cfa510
ST
7272014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
728
729 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
730 __mach_init in dlopened libc.
731
34d97d87
MF
7322014-11-22 Mike Frysinger <vapier@gentoo.org>
733
734 * sysdeps/arm/preconfigure.ac: Delete EABI check.
735 * sysdeps/arm/preconfigure: Regenerate.
736
33cd1f74
RM
7372014-11-21 Roland McGrath <roland@hack.frob.com>
738
739 * nptl/pthread_create.c (__pthread_create_2_1): Set
740 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
741 when copying values from IATTR into PD.
742
8c230039
WN
7432014-11-21 Will Newton <will.newton@linaro.org>
744 Andrew Pinski <andrew.pinski@caviumnetworks.com>
745
6d3db89b
AP
746 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
747 Refactor inline-asm. Also add comment.
748
01194ba1
WN
749 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
750 ElfW macro instead of hardcoded Elf64 types.
751 (la_aarch64_gnu_pltenter): Likewise.
752 * sysdeps/aarch64/dl-machine.h
753 (elf_machine_runtime_setup): Use ElfW(Addr).
754
8c230039
WN
755 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
756 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
757 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
758 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
759 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
760 (R_AARCH64_TLS_DTPMOD64): Rename to ..
761 (R_AARCH64_TLS_DTPMOD): This.
762 (R_AARCH64_TLS_DTPREL64): Rename to ...
763 (R_AARCH64_TLS_DTPREL): This.
764 (R_AARCH64_TLS_TPREL64): Rename to ...
765 (R_AARCH64_TLS_TPREL): This.
766 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
767 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
768 R_AARCH64_TLS_TPREL64.
769 (elf_machine_rela): Likewise.
770
0d79fa53
TR
7712014-11-21 Torvald Riegel <triegel@redhat.com>
772
773 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
774 by setting it to 0. 64b atomics are not supported currently.
775
b59d114b
AO
7762014-11-21 Alexandre Oliva <aoliva@redhat.com>
777
778 [BZ #16469]
779 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
780 search domain names.
781
f3d945d5
AO
7822014-11-21 Alexandre Oliva <aoliva@redhat.com>
783
784 [BZ #16469]
785 * NEWS: Update.
786 * resolv/res_query.c (__libc_res_nquerydomain): Retain
787 trailing dot.
788 * posix/tst-getaddrinfo5.c: New.
789 * posix/Makefile (tests): Add it.
790
49698902
AO
7912014-11-21 Alexandre Oliva <aoliva@redhat.com>
792
793 [BZ #14498]
794 * NEWS: Fixed.
795 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
796 after parsing line but before break_if_match.
797 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
798 if there is a protocol mismatch.
799
81959214
MS
8002014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
801
802 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
803 because the potential race is on the user-supplied stream.
804
7729e0e9
AO
8052014-11-21 Alexandre Oliva <aoliva@redhat.com>
806
807 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
808 string literal if not passed a buffer.
809 * manual/job.texi (ctermid): Update reasoning, note deviation
810 from posix, suggest mtasurace when not passed a buffer, for
811 future non-preliminary safety notes.
812
a4ea5e28
AO
8132014-11-21 Alexandre Oliva <aoliva@redhat.com>
814
815 * manual/users.texi (cuserid): Fix MT-Safety note for the case
816 of not passing it a buffer.
817 Reported by Peng Haitao.
818
a2b581cb
AO
8192014-11-21 Alexandre Oliva <aoliva@redhat.com>
820
821 * manual/Makefile ($(objpfx)stamp-summary): Require
822 check-safety.sh to pass.
823 * manual/check-safety.sh: Wish for verification that every
824 @deftypefn and @deftypefun is followed by a @safety remark.
825
f214ff74
RM
8262014-11-20 Roland McGrath <roland@hack.frob.com>
827
7f0dfae0
RM
828 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
829
2f531bbb
RM
830 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
831 PTHREAD_CANCEL_ASYNCHRONOUS.
832 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
833 send SIGCANCEL.
834
f214ff74
RM
835 * nptl/default-sched.h: New file.
836 * sysdeps/unix/sysv/linux/default-sched.h: New file.
837 * nptl/pthread_create.c: Include it.
838 (__pthread_create_2_1): Use collect_default_sched instead of making
839 Linux syscalls here directly.
840
e37c91d4
TR
8412014-11-20 Torvald Riegel <triegel@redhat.com>
842
843 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
844 __pthread_once): Use C11 atomics.
845
1eccfecd
TR
8462014-11-20 Torvald Riegel <triegel@redhat.com>
847
848 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
849
ff871426
TR
8502014-11-20 Torvald Riegel <triegel@redhat.com>
851
852 * include/atomic.h (__atomic_link_error, __atomic_check_size,
853 atomic_thread_fence_acquire, atomic_thread_fence_release,
854 atomic_thread_fence_seq_cst, atomic_load_relaxed,
855 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
856 atomic_compare_exchange_weak_relaxed,
857 atomic_compare_exchange_weak_acquire,
858 atomic_compare_exchange_weak_release,
859 atomic_exchange_acquire, atomic_exchange_release,
860 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
861 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
862 atomic_fetch_and_acquire,
863 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
864
1ea339b6
TR
8652014-11-20 Torvald Riegel <triegel@redhat.com>
866
867 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
868 USE_ATOMIC_COMPILER_BUILTINS): Define.
869 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
870 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
871 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
872 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
873 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
874 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
875 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
876 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
877 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
878 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
879 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
880 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
881 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
882 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
883 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
884 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
885 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
886 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
887 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
888 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
889 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
890 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
891 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
892 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
893 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
894 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
895 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
896 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
897 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
898 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
899 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
900 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
901 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
902 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
903 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
904 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
905 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
906 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
907 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
908 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
909
cbd463e2
RM
9102014-11-19 Roland McGrath <roland@hack.frob.com>
911
d960211f
RM
912 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
913 the sched_priority value here. It was already checked when the user
914 called pthread_attr_setschedparam.
915
cbd463e2
RM
916 * nptl/tst-bad-schedattr.c: New file.
917 * nptl/Makefile (tests): Add it.
918
a39208bd
CD
9192014-11-19 Carlos O'Donell <carlos@redhat.com>
920 Florian Weimer <fweimer@redhat.com>
921 Joseph Myers <joseph@codesourcery.com>
922 Adam Conrad <adconrad@0c3.net>
923 Andreas Schwab <schwab@suse.de>
924 Brooks <bmoses@google.com>
925
926 [BZ #17625]
927 * wordexp-test.c (__dso_handle): Add prototype.
928 (__register_atfork): Likewise.
929 (__app_register_atfork): New function.
930 (registered_forks): New global.
931 (register_fork): New function.
932 (test_case): Add 3 new tests for WRDE_CMDSUB.
933 (main): Call __app_register_atfork.
934 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
935 fork count is non-zero fail the test.
936 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
937 is set.
938 (parse_dollars): Remove check for WRDE_NOCMD.
939 (parse_dquote): Likewise.
940
9cd47470
SP
9412014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
942
130ac68c
SP
943 * Makeconfig (built-modules): List non-library modules to be
944 built.
945 (module-cppflags): Include libc-modules.h for
946 everything except shlib-versions.v.i.
947 (CPPFLAGS): Use it.
948 (before-compile): Add libc-modules.h.
949 ($(common-objpfx)libc-modules.h,
950 $(common-objpfx)libc-modules.stmp): New targets.
951 (common-generated): Add libc-modules.h and libc-modules.stmp.
952 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
953 * include/libc-symbols.h: Don't include libc-modules.h.
954 * include/libc-modules.h: Remove file.
955 * scripts/gen-libc-modules.awk: New script to generate
956 libc-modules.h.
957 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
958 Depend on libc-modules.stmp.
959
286663c3
SP
960 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
961
9cd47470
SP
962 * Makeconfig (in-module): Get value of libof set for the
963 translation unit.
964 (CPPFLAGS): Use $(in-module).
965 * Makerules: Don't suffix routine names for nonlib.
966 * include/libc-modules.h: New file.
967 * include/libc-symbols.h: Include libc-modules.h
968 (IS_IN): New macro to replace IS_IN_* macros.
969 * elf/Makefile: Set libof-* for each routine.
970 * elf/rtld-Rules: Likewise.
971 * extra-modules.mk: Likewise.
972 * iconv/Makefile: Likewise.
973 * iconvdata/Makefile: Likewise.
974 * locale/Makefile: Likewise.
975 * malloc/Makefile: Likewise.
976 * nss/Makefile: Likewise.
977 * sysdeps/gnu/Makefile: Likewise.
978 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
979 * sysdeps/unix/sysv/linux/Makefile: Likewise.
980 * sysdeps/s390/s390-64/Makefile: Likewise.
981 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
982 CPPFLAGS for nscd instead of nonlib.
983
32fed10f
RM
9842014-11-18 Roland McGrath <roland@hack.frob.com>
985
d71035bd
RM
986 * nptl/createthread.c: New file.
987
6540b991
RM
988 * nptl/createthread.c: Moved ...
989 * sysdeps/unix/sysv/linux/createthread.c: ... here.
990
32fed10f
RM
991 * nptl/createthread.c: Add proper top-line comment.
992 (do_clone): Folded into ...
993 (create_thread): ... here. Take new arguments STOPPED_START and
994 THREAD_RAN. Always set PD->stopped_start to something here. Don't
995 increment __nptl_threads, do event-reporting logic, do
996 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
997 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
998 resource cleanup if sched_setaffinity or sched_setscheduler fails,
999 just send SIGCANCEL.
1000 * nptl/pthread_create.c: Forward-declare create_thread before
1001 including createthread.c.
1002 (start_thread): Use new macro START_THREAD_DEFN to replace defining
1003 declaration, and new macro START_THREAD_SELF to replace argument.
1004 Remove return statement.
1005 (report_thread_creation): New function.
1006 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
1007 synchronization logic, and __nptl_nthreads increment here, around
1008 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
1009 PD->parent_cancelhandling here, before create_thread. When
1010 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1011 __deallocate_stack, and ENOMEM translation here.
1012
107a5bf0
JM
10132014-11-18 Joseph Myers <joseph@codesourcery.com>
1014
1015 [BZ #17616]
1016 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1017 (mptwo): Rename to __mptwo.
1018 (__inv): Use __mptwo instead of mptwo.
1019 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1020 (mptwo): Rename to __mptwo.
1021 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1022 of mpone and __mptwo instead of mptwo.
1023 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1024 instead of mpone.
1025 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1026 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1027 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1028 of mpone and __mptwo instead of mptwo.
1029 (__mpranred): Use __mpone instead of mpone.
1030 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1031 variable.
1032 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1033 (test-xfail-ISO99/math.h/linknamespace): Likewise.
1034 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1035 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1036 (test-xfail-ISO11/math.h/linknamespace): Likewise.
1037 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1038 (test-xfail-XPG3/math.h/linknamespace): Likewise.
1039 (test-xfail-XPG4/math.h/linknamespace): Likewise.
1040 (test-xfail-POSIX/math.h/linknamespace): Likewise.
1041 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1042 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1043 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1044 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1045 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1046 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1047 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1048 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1049 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1050 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1051
3b679ab3
TV
10522014-11-18 Tom de Vries <tom@codesoucery.com>
1053
1054 * manual/signal.texi (Primitives Interrupted by Signals): In section,
1055 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
1056
10572014-11-17 Richard Henderson <rth@redhat.com>
1058
1059 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1060 (_FP_PACK_RAW_2): Remove.
1061 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1062 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1063 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1064 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1065 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1066 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1067 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1068 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1069 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1070 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1071 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1072 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1073 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1074 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1075 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1076 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1077
0781a777
RM
10782014-11-14 Roland McGrath <roland@hack.frob.com>
1079
1080 * signal/signal.h [__USE_MISC]
1081 (struct sigvec): Remove type.
1082 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1083 (sigvec): Remove declaration.
1084 * sysdeps/posix/sigvec.c: Moved ...
1085 * signal/sigvec.c: ... here, replacing old file.
1086 (struct sigvec): New type, copied from old signal.h definition.
1087 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1088 (__sigvec): Convert definition to prototype.
1089 (sigvec): Replace weak_alias with compat_symbol.
1090 * signal/Versions (libc: GLIBC_2.21): New version set.
1091 * include/signal.h: Remove __sigvec declaration.
1092 * sysdeps/unix/bsd/sigvec.c: Remove file.
1093 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1094 * manual/signal.texi (BSD Handler): Remove subsection.
1095 Move siginterrupt up to ...
1096 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
1097 (Blocking in BSD): Fold subsection into its parent.
1098 * NEWS: Mention sigvec removal.
1099
a4733812
JM
11002014-11-14 Joseph Myers <joseph@codesourcery.com>
1101
5ae4fe60
JM
1102 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1103 (DLA_FMS): Make definition conditional only on [__FMA4__].
1104 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1105 definition.
1106
6a0dd472
JM
1107 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1108 Make definition conditional only on [PROF].
1109 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1110 definition.
1111 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1112 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1113
a4733812
JM
1114 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1115 !__GNUC__].
1116 * include/signal.h (__sigpause): Move declaration above call to
1117 libc_hidden_proto.
1118 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1119 variable.
1120 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1121 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1122
cf7246dd
DM
11232014-11-14 David S. Miller <davem@davemloft.net>
1124
1125 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1126 Define before including <string/memcpy.c> and <string/mempcpy.c>.
1127
c1b0aadc
JM
11282014-11-14 Joseph Myers <joseph@codesourcery.com>
1129
4863355a
JM
1130 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1131 * configure: Regenerated.
1132 * manual/install.texi (Tools for Compilation): Document a
1133 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1134 compiler verified to work.
1135 * INSTALL: Regenerated.
1136
c1b0aadc
JM
1137 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1138 redeclare with asm name.
1139 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1140 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1141 including <string.h>.
1142 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1143 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1144 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1145 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1146 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1147 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1148 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1149
2a1cfd94
JM
11502014-11-13 Joseph Myers <joseph@codesourcery.com>
1151
bf438382
JM
1152 * stdlib/strtol.c (__strtol): Use prototype definition.
1153
2a1cfd94
JM
1154 [BZ #17594]
1155 * stdlib/strtol.c (SYM__): New macro.
1156 (SYM__1): Likewise.
1157 (__strtol): Likewise.
1158 (strtol): Rename to __strtol and define as weak alias of
1159 __strtol. Use libc_hidden_weak.
1160
20ed0d26
SL
11612014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1162
1163 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1164 Use numbered labels in inline assembly.
1165
53244a4e
SL
11662014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1167
1168 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1169 Add setjmp LIBC_PROBE.
1170 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1171 Likewise.
1172 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1173 Add longjmp, longjmp_target LIBC_PROBE.
1174 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1175 Likewise.
1176
47df8251
SL
11772014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1178
1179 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1180 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1181 to get rid of unused variable warning.
1182
618cebef
SL
11832014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1184
1185 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1186 Check for unwind_backtrace == NULL only in SHARED case.
1187 (__backchain_backtrace): Compile only in SHARED case.
1188 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1189 Likewise.
1190 (__backchain_backtrace): Declare as static.
1191
c6aab2cb
RM
11922014-11-12 Roland McGrath <roland@hack.frob.com>
1193
1194 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1195 (__libc_multiple_threads_ptr): Variable moved ...
1196 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1197
5a6fa4d7
JM
11982014-11-12 Joseph Myers <joseph@codesourcery.com>
1199
24f4f825
JM
1200 * conform/GlibcConform.pm: New file.
1201 * conform/conformtest.pl: Use GlibcConform module.
1202 * conform/linknamespace.pl: New file.
1203 * conform/list-header-symbols.pl: Likewise.
1204 * conform/Makefile (linknamespace-symlists-base): New variable.
1205 (linknamespace-symlists-tests): Likewise.
1206 (linknamespace-header-base): Likewise.
1207 (linknamespace-header-tests): Likewise.
1208 (tests-special): Add new tests.
1209 ($(linknamespace-symlists-tests)): New rule.
1210 (linknamespace-libs): New variable.
1211 ($(objpfx)symlist-stdlibs): New rule.
1212 ($(linknamespace-header-tests)): Likewise.
1213 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1214 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1215 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1216 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1217 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1218 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1219 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1220 (test-xfail-ISO/math.h/linknamespace): Likewise.
1221 (test-xfail-ISO/signal.h/linknamespace): Likewise.
1222 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1223 (test-xfail-ISO/time.h/linknamespace): Likewise.
1224 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1225 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1226 (test-xfail-ISO99/math.h/linknamespace): Likewise.
1227 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1228 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1229 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1230 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1231 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1232 (test-xfail-ISO11/math.h/linknamespace): Likewise.
1233 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1234 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1235 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1236 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1237 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1238 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1239 (test-xfail-XPG3/math.h/linknamespace): Likewise.
1240 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1241 (test-xfail-XPG3/search.h/linknamespace): Likewise.
1242 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1243 (test-xfail-XPG3/time.h/linknamespace): Likewise.
1244 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1245 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1246 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1247 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1248 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1249 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1250 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1251 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1252 (test-xfail-XPG4/math.h/linknamespace): Likewise.
1253 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1254 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1255 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1256 (test-xfail-XPG4/search.h/linknamespace): Likewise.
1257 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1258 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1259 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1260 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1261 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1262 (test-xfail-XPG4/time.h/linknamespace): Likewise.
1263 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1264 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1265 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1266 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1267 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1268 (test-xfail-POSIX/math.h/linknamespace): Likewise.
1269 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1270 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1271 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1272 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1273 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1274 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1275 (test-xfail-POSIX/time.h/linknamespace): Likewise.
1276 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1277 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1278 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1279 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1280 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1281 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1282 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1283 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1284 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1285 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1286 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1287 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1288 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1289 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1290 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1291 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1292 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1293 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1294 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1295 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1296 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1297 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1298 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1299 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1300 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1301 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1302 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1303 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1304 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1305 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1306 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1307 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1308 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1309 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1310 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1311 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1312 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1313 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1314 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1315 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1316 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1317 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1318 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1319 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1320 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1321 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1322 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1323 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1324 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1325 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1326 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1327 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1328 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1329 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1330 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1331 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1332 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1333 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1334 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1335 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1336 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1337 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1338 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1339 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1340 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1341 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1342 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1343 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1344 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1345 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1346 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1347 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1348 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1349 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1350 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1351 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1352 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1353 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1354 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1355 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1356 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1357 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1358 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1359 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1360 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1361 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1362 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1363 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1364 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1365 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1366 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1367 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1368 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1369 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1370 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1371 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1372 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1373 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1374
cc67478e
JM
1375 [BZ #17589]
1376 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1377 of fgets_unlocked.
1378
9975e3d3
JM
1379 [BZ #17585]
1380 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1381 (memmem): Rename to __memmem and define as weak alias of
1382 __memmem. Use libc_hidden_weak.
1383 (__memmem): Use libc_hidden_def.
1384 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
1385 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1386 memmem.
1387
c4eae752
JM
1388 [BZ #17582]
1389 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1390 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
1391 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1392 and define as weak alias of __fgets_unlocked. Use
1393 libc_hidden_weak.
1394 (__fgets_unlocked): Use libc_hidden_def.
1395 * include/stdio.h (__fgets_unlocked): Declare. Use
1396 libc_hidden_proto.
1397 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1398 __fgets_unlocked instead of fgets_unlocked.
1399 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1400 (GET_NPROCS_CONF_PARSER): Likewise.
1401 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1402 (GET_NPROCS_CONF_PARSER): Likewise.
1403
01cad84e
JM
1404 [BZ #17574]
1405 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1406 weak alias of __wmemset. Use libc_hidden_weak.
1407 (__wmemset): Use libc_hidden_def.
1408 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
1409 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1410 of wmemset.
1411
939da411
JM
1412 [BZ #17573]
1413 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1414 with asm name __mempcpy.
1415 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1416
293d9a41
JM
1417 [BZ #17572]
1418 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1419 and define as weak alias of __rawmemchr.
1420 (__rawmemchr): Do not define as strong alias of rawmemchr.
1421
bef8fd60
JM
1422 [BZ #17571]
1423 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1424 alias of __qsort_r.
1425 (qsort): Call __qsort_r instead of qsort_r.
1426 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1427 (__qsort_r): Declare. Call libc_hidden_proto.
1428 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1429 instead of qsort_r.
1430 * nscd/gai.c (__qsort_r): Define to qsort_r.
1431 * posix/tst-rfc3484.c (__qsort_r): Likewise.
1432 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1433 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1434
c52ff39e
JM
1435 [BZ #17570]
1436 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1437 define as weak alias of __malloc_info.
1438
2f5c1b00
JM
1439 [BZ #17584]
1440 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1441 as weak alias of __rewinddir. Don't use libc_hidden_def.
1442 (__rewinddir): Use libc_hidden_def.
1443 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1444 as weak alias of __rewinddir. Don't use libc_hidden_def.
1445 (__rewinddir): Use libc_hidden_def.
1446 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1447 weak alias of __rewinddir. Don't use libc_hidden_def.
1448 (__rewinddir): Use libc_hidden_def.
1449 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1450 (__rewinddir): Use libc_hidden_proto.
1451 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1452 rewinddir.
1453 (__getcwd): Use __rewinddir instead of rewinddir.
1454
5a6fa4d7
JM
1455 [BZ #17583]
1456 * libio/fileno.c (fileno): Rename to __fileno and define as weak
1457 alias of __fileno. Use libc_hidden_weak.
1458 (__fileno): Use libc_hidden_def.
1459 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1460 * libio/ftello.c (ftello): Rename to __ftello and define as weak
1461 alias of __ftello.
1462 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1463 __ftello.
1464 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1465 (__fread_unlocked): Define as strong alias of _IO_fread. Use
1466 libc_hidden_def.
1467 (fread_unlocked): Don't use libc_hidden_ver.
1468 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1469 and define as weak alias of __fread_unlocked. Don't use
1470 libc_hidden_def.
1471 (__fread_unlocked): Use libc_hidden_def.
1472 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
1473 (ftello): Don't use libc_hidden_proto.
1474 (__ftello): Declare. Use libc_hidden_proto.
1475 (fread_unlocked): Don't use libc_hidden_proto.
1476 (__fread_unlocked): Declare. Use libc_hidden_proto.
1477 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1478 and __ftello instead of fileno, fread_unlocked and ftello.
1479
2581b98e
SP
14802012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
1481
1482 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1483 GOT12.
1484 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1485 Likewise.
1486 (_dl_start_user): Likewise.
1487 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1488
533bb7c2
SP
14892014-11-12 Carlos O'Donell <carlos@redhat.com>
1490 Siddhesh Poyarekar <siddhesh@redhat.com>
1491
1492 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1493 Move argv and envp down instead of moving argc up.
1494 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1495
fffa1cf8
LH
14962014-11-12 Leonhard Holz <leonhard.holz@web.de>
1497
1498 [BZ #17506]
1499 * test-skeleton.c (main): Return successful if one of
1500 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1501 * string/tst-strcoll-overflow.c: Define expected status.
1502
fb89b46d
TU
15032014-11-12 Tatiana Udalova <t.udalova@samsung.com>
1504
1505 [BZ #17475]
1506 * locale/iso-639.def: Define Bhili and Tulu language codes.
1507
5c40c3ba
AH
15082014-11-11 Alan Hayward <alan.hayward@arm.com>
1509
1510 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1511
b17fe01b 15122014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
1513
1514 [BZ #17555]
1515 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
1516
bd805071
AS
15172014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
1518
1519 * configure.ac: Updated check of minimal required version to
1520 2.22.
1521 * manual/install.texi (Tools for Compilation): Updated version
1522 number.
1523 * configure: Regenerated.
1524 * INSTALL: Likewise.
1525
1400983e
AS
15262014-11-07 Andreas Schwab <schwab@linux-m68k.org>
1527
1528 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
1529 __tls_get_addr.
1530
2c46a66a
JM
15312014-11-07 Joseph Myers <joseph@codesourcery.com>
1532
1533 * include/sys/wait.h (__libc_waitpid): Remove declaration.
1534 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
1535 (__waitpid): Don't define as alias. Use libc_hidden_def not
1536 libc_hidden_weak.
1537 (waitpid): Define as alias of __waitpid.
1538 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
1539 __waitpid.
1540 (__waitpid): Don't define as alias. Use libc_hidden_def not
1541 libc_hidden_weak.
1542 (waitpid): Define as alias of __waitpid.
1543 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
1544 __libc_waitpid alias.
1545 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
1546 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
1547 Likewise.
1548 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
1549 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
1550 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
1551 alias.
1552 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
1553 __waitpid.
1554 (__waitpid): Don't define as alias. Use libc_hidden_def not
1555 libc_hidden_weak.
1556 (waitpid): Define as alias of __waitpid.
1557
da53d6db
CD
15582014-11-06 Carlos O'Donell <carlos@redhat.com>
1559
a2887bdb
CD
1560 * manual/llio.texi: Add comment that write safety has been
1561 fixed in Linux.
1562
da53d6db
CD
1563 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
1564 (localplt-build-dso): Add elf/ld.so.
1565 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
1566 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
1567 and free for ld.so.
1568 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
1569 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
1570 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
1571 Likewise.
1572 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1573 Likewise.
1574 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
1575 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
1576 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
1577 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
1578 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1579 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
1580 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
1581 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
1582 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1583 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
1584 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1585
9cf27b8d
JM
15862014-11-05 Joseph Myers <joseph@codesourcery.com>
1587
1588 [BZ #14132]
1589 * include/libc-symbols.h (INTUSE): Remove macro.
1590 (INTDEF): Likewise.
1591 (INTVARDEF): Likewise.
1592 (_INTVARDEF): Likewise.
1593 (INTDEF2): Likewise.
1594 (INTVARDEF2): Likewise.
1595 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
1596 rtld_hidden_def instead of INTVARDEF.
1597 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
1598 (_dl_starting_up_internal): Remove declaration.
1599 (_dl_starting_up): Use rtld_hidden_proto.
1600 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
1601 declaration.
1602 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
1603 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
1604 _dl_starting_up.
1605 * elf/dl-writev.h (_dl_writev): Likewise.
1606 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
1607 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
1608 _dl_starting_up_internal.
1609
af83568d
AZ
16102014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1611
1612 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
1613 test-skeleton.c.
1614
b01ee67c
WN
16152014-11-05 Will Newton <will.newton@linaro.org>
1616
1617 * benchtests/Makefile: (bench-malloc): Add malloc thread
1618 scalability benchmark.
1619 * benchtests/bench-malloc-threads.c: New file.
1620
be9d4ccc
RE
16212014-11-05 Richard Earnshaw <rearnsha@arm.com>
1622
1623 * sysdeps/aarch64/strchrnul.S: New file.
1624
7110166d
AZ
16252014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1626
1627 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
1628 definition.
1629 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
1630 Likwise.
1631 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
1632 Likewise.
1633 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
1634 Likewise.
1635 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
1636 Likewise.
1637 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
1638 Likewise.
1639
16402014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
1641
1642 * catgets/test-gencat.c: Use test-skeleton.c.
1643 * catgets/tst-catgets.c: Likewise.
1644 * csu/tst-empty.c: Likewise.
1645 * elf/tst-audit2.c: Likewise.
1646 * elf/tst-global1.c: Likewise.
1647 * elf/tst-pathopt.c: Likewise.
1648 * elf/tst-piemod1.c: Likewise.
1649 * elf/tst-tls10.c: Likewise.
1650 * elf/tst-tls11.c: Likewise.
1651 * elf/tst-tls12.c: Likewise.
1652 * gnulib/tst-gcc.c: Likewise.
1653 * iconvdata/tst-e2big.c: Likewise.
1654 * iconvdata/tst-loading.c: Likewise.
1655 * iconv/tst-iconv1.c: Likewise.
1656 * iconv/tst-iconv2.c: Likewise.
1657 * inet/test-inet6_opt.c: Likewise.
1658 * inet/tst-gethnm.c: Likewise.
1659 * inet/tst-network.c: Likewise.
1660 * inet/tst-ntoa.c: Likewise.
1661 * intl/tst-codeset.c: Likewise.
1662 * intl/tst-gettext2.c: Likewise.
1663 * intl/tst-gettext3.c: Likewise.
1664 * intl/tst-ngettext.c: Likewise.
1665 * intl/tst-translit.c: Likewise.
1666 * io/test-stat.c: Likewise.
1667 * libio/test-fmemopen.c: Likewise.
1668 * libio/tst-freopen.c: Likewise.
1669 * libio/tst-sscanf.c: Likewise.
1670 * libio/tst-ungetwc1.c: Likewise.
1671 * libio/tst-ungetwc2.c: Likewise.
1672 * libio/tst-widetext.c: Likewise.
1673 * localedata/tst-ctype.c: Likewise.
1674 * localedata/tst-digits.c: Likewise.
1675 * localedata/tst-leaks.c: Likewise.
1676 * localedata/tst-mbswcs1.c: Likewise.
1677 * localedata/tst-mbswcs2.c: Likewise.
1678 * localedata/tst-mbswcs3.c: Likewise.
1679 * localedata/tst-mbswcs4.c: Likewise.
1680 * localedata/tst-mbswcs5.c: Likewise.
1681 * localedata/tst-setlocale.c: Likewise.
1682 * localedata/tst-trans.c: Likewise.
1683 * localedata/tst-wctype.c: Likewise.
1684 * localedata/tst-xlocale1.c: Likewise.
1685 * login/tst-grantpt.c: Likewise.
1686 * malloc/tst-calloc.c: Likewise.
1687 * malloc/tst-malloc.c: Likewise.
1688 * malloc/tst-mallocstate.c: Likewise.
1689 * malloc/tst-mcheck.c: Likewise.
1690 * malloc/tst-mtrace.c: Likewise.
1691 * malloc/tst-obstack.c: Likewise.
1692 * math/atest-exp2.c: Likewise.
1693 * math/atest-exp.c: Likewise.
1694 * math/atest-sincos.c: Likewise.
1695 * math/test-matherr.c: Likewise.
1696 * math/test-misc.c: Likewise.
1697 * math/test-powl.c: Likewise.
1698 * math/tst-definitions.c: Likewise.
1699 * misc/tst-dirname.c: Likewise.
1700 * misc/tst-efgcvt.c: Likewise.
1701 * misc/tst-fdset.c: Likewise.
1702 * misc/tst-hsearch.c: Likewise.
1703 * misc/tst-mntent2.c: Likewise.
1704 * nptl/tst-sem7.c: Likewise.
1705 * nptl/tst-sem8.c: Likewise.
1706 * nptl/tst-sem9.c: Likewise.
1707 * nss/test-netdb.c: Likewise.
1708 * posix/tst-fnmatch.c: Likewise.
1709 * posix/tst-getlogin.c: Likewise.
1710 * posix/tst-gnuglob.c: Likewise.
1711 * posix/tst-mmap.c: Likewise.
1712 * pwd/tst-getpw.c: Likewise.
1713 * resolv/tst-inet_ntop.c: Likewise.
1714 * rt/tst-timer.c: Likewise.
1715 * stdio-common/test-fseek.c: Likewise.
1716 * stdio-common/test-popen.c: Likewise.
1717 * stdio-common/test-vfprintf.c: Likewise.
1718 * stdio-common/tst-cookie.c: Likewise.
1719 * stdio-common/tst-fileno.c: Likewise.
1720 * stdio-common/tst-gets.c: Likewise.
1721 * stdio-common/tst-obprintf.c: Likewise.
1722 * stdio-common/tst-perror.c: Likewise.
1723 * stdio-common/tst-sprintf2.c: Likewise.
1724 * stdio-common/tst-sprintf3.c: Likewise.
1725 * stdio-common/tst-sprintf.c: Likewise.
1726 * stdio-common/tst-swprintf.c: Likewise.
1727 * stdio-common/tst-tmpnam.c: Likewise.
1728 * stdio-common/tst-unbputc.c: Likewise.
1729 * stdio-common/tst-wc-printf.c: Likewise.
1730 * stdlib/tst-environ.c: Likewise.
1731 * stdlib/tst-fmtmsg.c: Likewise.
1732 * stdlib/tst-limits.c: Likewise.
1733 * stdlib/tst-rand48-2.c: Likewise.
1734 * stdlib/tst-rand48.c: Likewise.
1735 * stdlib/tst-random2.c: Likewise.
1736 * stdlib/tst-random.c: Likewise.
1737 * stdlib/tst-strtol.c: Likewise.
1738 * stdlib/tst-strtoll.c: Likewise.
1739 * stdlib/tst-tls-atexit.c: Likewise.
1740 * stdlib/tst-xpg-basename.c: Likewise.
1741 * string/test-ffs.c: Likewise.
1742 * string/tst-bswap.c: Likewise.
1743 * string/tst-inlcall.c: Likewise.
1744 * string/tst-strtok.c: Likewise.
1745 * string/tst-strxfrm.c: Likewise.
1746 * sysdeps/x86_64/tst-audit10.c: Likewise.
1747 * sysdeps/x86_64/tst-audit3.c: Likewise.
1748 * sysdeps/x86_64/tst-audit4.c: Likewise.
1749 * sysdeps/x86_64/tst-audit5.c: Likewise.
1750 * time/tst-ftime_l.c: Likewise.
1751 * time/tst-getdate.c: Likewise.
1752 * time/tst-mktime3.c: Likewise.
1753 * time/tst-mktime.c: Likewise.
1754 * time/tst-posixtz.c: Likewise.
1755 * time/tst-strptime2.c: Likewise.
1756 * time/tst-strptime3.c: Likewise.
1757 * wcsmbs/tst-btowc.c: Likewise.
1758 * wcsmbs/tst-mbrtowc.c: Likewise.
1759 * wcsmbs/tst-mbsrtowcs.c: Likewise.
1760 * wcsmbs/tst-wchar-h.c: Likewise.
1761 * wcsmbs/tst-wcpncpy.c: Likewise.
1762 * wcsmbs/tst-wcrtomb.c: Likewise.
1763 * wcsmbs/tst-wcsnlen.c: Likewise.
1764 * wcsmbs/tst-wcstof.c: Likewise.
1765
2004e7fb
JM
17662014-11-04 Joseph Myers <joseph@codesourcery.com>
1767
ab97ee8f
JM
1768 [BZ #14132]
1769 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
1770 INTDEF.
1771 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
1772 declaration.
1773 (_dl_mcount): Use rtld_hidden_proto.
1774 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
1775 _dl_mcount.
1776 * elf/rtld.c (_rtld_global_ro): Likewise.
1777
c5684fdb
JM
1778 [BZ #14132]
1779 * elf/dl-init.c (_dl_init): Don't use INTDEF.
1780 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
1781 of _dl_init_internal.
1782 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
1783 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
1784 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
1785 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
1786 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
1787 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
1788 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
1789 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
1790 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
1791 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
1792 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
1793 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
1794 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
1795 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
1796 * sysdeps/tile/dl-start.S (_start): Likewise.
1797 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
1798 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
1799
4243cbea
JM
1800 [BZ #14132]
1801 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
1802 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
1803 (rtld_progname): Make macro definition unconditional.
1804 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
1805 INTDEF.
1806 (dlmopen_doit): Do not use INTUSE with _dl_argv.
1807 (dl_main): Likewise.
1808 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
1809 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
1810 instead of _dl_argv_internal.
1811 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
1812 __GI__dl_argv instead of INTUSE(_dl_argv).
1813 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
1814 __GI__dl_argv instead of _dl_argv_internal.
1815
2004e7fb
JM
1816 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
1817 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
1818 macro.
1819 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
1820 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
1821 New macro.
1822 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
1823 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
1824 macro.
1825 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
1826 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
1827
97827bfc
AS
18282014-11-04 Andreas Schwab <schwab@suse.de>
1829
1830 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
1831
5e4df284
AZ
18322014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1833
1834 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
1835 mtvsrd instruction in binary form.
1836
04b76b5a
AS
18372014-11-03 Andreas Schwab <schwab@suse.de>
1838
1839 [BZ #17522]
1840 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
1841 for less than MB_LEN_MAX use a local buffer of that size.
1842 * libio/tst-fputws.c: New file.
1843 * libio/Makefile (tests): Add tst-fputws.
1844
4c6da7da
JM
18452014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
1846
1847 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
1848 the size of the fpu_fr.fpu_dregs[] array.
1849
1679ba8e
JM
18502014-11-01 Joseph Myers <joseph@codesourcery.com>
1851
1852 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
1853 (__nanosleep): Do not define as alias.
1854 (nanosleep): Define as alias of __nanosleep.
1855 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
1856 __libc_nanosleep name.
1857
2626c183
JM
18582014-10-31 Joseph Myers <joseph@codesourcery.com>
1859
1860 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
1861 install.texi in comment.
1862
7f981fc2
TR
18632014-10-31 Torvald Riegel <triegel@redhat.com>
1864
1865 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
1866 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
1867 ... add here and use lwsync or sync ...
1868 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
1869 ... and add here using lwsync.
1870
d6f373d2
MF
18712014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
1872
1873 * elf/dl-machine-reject-phdr.h: New file.
1874 * elf/dl-load.c: #include that.
1875 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
1876 if that returned true.
1877
67c37987
RM
18782014-10-31 Roland McGrath <roland@hack.frob.com>
1879
1880 [BZ #17496]
1881 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
1882 gen-as-const-headers chunk. Add a big scare comment after the last
1883 safe place to touch before-compile.
1884
94a42455 18852014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 1886
f3f5d895
JM
1887 * manual/install.texi (Tools for Compilation): Update autoconf
1888 version requirements.
1889 * INSTALL: Regenerated.
1890
f62ff286
JM
1891 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
1892 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
1893 (__libc_pselect): Likewise.
94a42455
JM
1894
1895 [BZ #14138]
1896 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
1897 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1898 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1899 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1900
ff9dbdc0
TR
19012014-10-31 Torvald Riegel <triegel@redhat.com>
1902
1903 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
1904 correct barrier instruction.
1905 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
1906 Likewise.
1907 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
1908 Likewise.
1909
b4f66884
RM
19102014-10-30 Roland McGrath <roland@hack.frob.com>
1911
1912 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
1913 after defining inlines. Instead, just use parens to defeat macro
1914 expansion of __isctype in its declaration.
1915
e19c95fd
JM
19162014-10-30 Joseph Myers <joseph@codesourcery.com>
1917
1918 * include/sys/uio.h (__libc_readv): Remove declaration.
1919 (__libc_writev): Likewise.
1920 * misc/readv.c (__libc_readv): Rename to __readv.
1921 (__readv): Do not define as alias.
1922 (readv): Define as alias of __readv.
1923 * misc/writev.c (__libc_writev): Rename to __writev.
1924 (__writev): Do not define as alias.
1925 (writev): Define as alias of __writev.
1926 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
1927 (__readv): Do not define as alias.
1928 (readv): Define unconditionally as alias of __readv.
1929 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
1930 (__writev): Do not define as alias.
1931 (writev): Define unconditionally as alias of __writev.
1932 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
1933 name.
1934 (writev): Do not define __libc_writev name.
1935
65b00b6c
RM
19362014-10-30 Roland McGrath <roland@hack.frob.com>
1937
1938 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
1939 (convert_charseq): New function, broken out of ...
1940 (use_from_charmap): ... here. Call it.
1941 (use_to_charmap): Use convert_charseq and free instead of duplicating
1942 its code with a variable-length stack struct.
1943
d4e157aa
JM
19442014-10-30 Joseph Myers <joseph@codesourcery.com>
1945
1946 * include/fcntl.h (__libc_creat): Remove declaration.
1947 * io/creat.c (__libc_creat): Rename to creat.
1948 (creat): Do not define as alias.
1949 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
1950 of creat instead of __libc_creat.
1951 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
1952 to creat.
1953 (creat): Do not define as alias.
1954 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
1955 __libc_creat.
1956 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
1957 __libc_creat name.
1958 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
1959 Likewise.
1960
0c6891a0
CD
19612014-10-29 Carlos O'Donell <carlos@redhat.com>
1962
1963 * manual/llio.texi: Add comments discussing why write() may be
1964 considered MT-unsafe on Linux.
1965
cc00cece
CD
19662014-10-28 Carlos O'Donell <carlos@redhat.com>
1967
1968 * dl-load.c (local_strdup): Remove.
1969 (expand_dynamic_string_token): Use __strdup.
1970 (decompose_rpath): Likewise.
1971 (_dl_map_object): Likewise.
1972
51e623f2
JM
19732014-10-28 Joseph Myers <joseph@codesourcery.com>
1974
1975 [BZ #14132]
1976 * sysdeps/generic/unwind-dw2-fde.c
1977 (__register_frame_info_bases_internal): Do not declare.
1978 (__register_frame_info_table_bases_internal): Likewise.
1979 (__deregister_frame_info_bases_internal): Likewise.
1980 (__register_frame_info_bases): Declare and use hidden_proto before
1981 definition. Use hidden_def instead of INTDEF.
1982 (__register_frame_info_table_bases): Likewise.
1983 (__deregister_frame_info_bases): Likewise.
1984 (__register_frame_info): Do not use INTUSE.
1985 (__register_frame): Likewise.
1986 (__register_frame_info_table): Likewise.
1987 (__register_frame_table): Likewise.
1988 (__deregister_frame_info): Likewise.
1989 (__deregister_frame): Likewise.
1990
03d41216
GC
19912014-10-27 Gratian Crisan <gratian.crisan@ni.com>
1992
1993 * sysdeps/unix/sysv/linux/arm/kernel-features.h
1994 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
1995 not undefine.
1996 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
1997 Likewise.
1998 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
1999 Likewise.
2000
a4b3624d
JM
20012014-10-27 Joseph Myers <joseph@codesourcery.com>
2002
2003 [BZ #14138]
2004 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2005 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2006 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2007 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2008 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2009 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2010 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2011 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2012 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2013 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2014 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2015 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2016 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2017 syscall.
2018 (setfsuid): Likewise.
2019 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2020 (setfsuid): Likewise.
2021 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2022 (setfsuid): Likewise.
2023 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2024 Likewise.
2025 (setfsuid): Likewise.
2026 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2027 (setfsuid): Likewise.
2028 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2029 Likewise.
2030 (setfsuid): Likewise.
2031
3574f2fd
AS
20322014-10-27 Andreas Schwab <schwab@suse.de>
2033
2034 [BZ #17501]
2035 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2036 check for Slow_SSE4_2 feature bit.
2037 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2038 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2039 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2040 Likewise. Fix check for Fast_Unaligned_Load feature bit.
2041
70996a37
RM
20422014-10-24 Roland McGrath <roland@hack.frob.com>
2043
461a7b1e
RM
2044 * configure.ac: Validate compiler version with a empirical test of
2045 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2046 $CC -v output.
2047 * configure: Regenerated.
2048
70996a37
RM
2049 * inet/htons.c (htons): Prototypify.
2050 * inet/htonl.c (htonl): Likewise.
2051
e80514b5
WD
20522014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2053
2054 * string/strncat.c (strncat): Improve performance by using strlen.
2055
6e46de42
WD
20562014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2057
2058 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2059
6a9ad2fa
WD
20602014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2061
2062 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2063 Call libc_fetestexcept_aarch64.
2064
1c8810ed
WD
20652014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2066
2067 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2068 Call libc_feholdexcept_aarch64.
2069
8b1af712
WD
20702014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2071
2072 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2073 Call get_rounding_mode.
2074
a7b00c11
WD
20752014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2076
2077 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2078 Simplify logic.
2079
3a84f1a6
WD
20802014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2081
2082 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2083 Simplify logic.
2084
48eb7a94
JM
20852014-10-24 Joseph Myers <joseph@codesourcery.com>
2086
c8bc4038
JM
2087 [BZ #14138]
2088 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2089 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2090 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2091 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2092 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2093 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2094 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2095 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2096 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2097 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2098 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2099 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2100 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2101 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2102 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2103 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2104 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2105 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2106 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2107 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2108 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2109 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2110 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2111 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2112 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2113 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2114 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2115 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2116 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2117 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2118 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2119 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2120 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2121 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2122 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2123 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2124 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2125 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2126 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2127 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2128 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2129 syscall.
2130 (geteuid): Likewise.
2131 (getgid): Likewise.
2132 (getuid): Likewise.
2133 (getresgid): Likewise.
2134 (getresuid): Likewise.
2135 (getgroups): Likewise.
2136 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2137 (geteuid): Likewise.
2138 (getgid): Likewise.
2139 (getuid): Likewise.
2140 (getresgid): Likewise.
2141 (getresuid): Likewise.
2142 (getgroups): Likewise.
2143 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2144 (geteuid): Likewise.
2145 (getgid): Likewise.
2146 (getuid): Likewise.
2147 (getresgid): Likewise.
2148 (getresuid): Likewise.
2149 (getgroups): Likewise.
2150 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2151 Likewise.
2152 (geteuid): Likewise.
2153 (getgid): Likewise.
2154 (getuid): Likewise.
2155 (getresgid): Likewise.
2156 (getresuid): Likewise.
2157 (getgroups): Likewise.
2158 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2159 (geteuid): Likewise.
2160 (getgid): Likewise.
2161 (getuid): Likewise.
2162 (getresgid): Likewise.
2163 (getresuid): Likewise.
2164 (getgroups): Likewise.
2165 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2166 Likewise.
2167 (geteuid): Likewise.
2168 (getgid): Likewise.
2169 (getuid): Likewise.
2170 (getgroups): Likewise.
2171
48eb7a94
JM
2172 [BZ #14138]
2173 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2174 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2175 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2176 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2177 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2178 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2179 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2180 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2181 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2182 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2183 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2184 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2185 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2186 __chown.
2187 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2188 (lchown): Likewise.
2189 (fchown): Likewise.
2190 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2191 Likewise.
2192 (lchown): Likewise.
2193 (fchown): Likewise.
2194 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2195 (lchown): Likewise.
2196 (fchown): Likewise.
2197 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2198 Likewise.
2199 (lchown): Likewise.
2200 (fchown): Likewise.
2201
ea9a7c8b
WD
22022014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2203
2204 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2205 Simplify logic.
2206
e226de33
WD
22072014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2208
2209 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2210 Cleanup logic.
2211
6e3d8ed3
WD
22122014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2213
2214 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2215 Remove unused include.
2216
eb04247d
WD
22172014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2218
2219 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2220 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2221 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2222 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2223
13d84554
CD
22242014-10-23 Carlos O'Donell <carlos@systemhalted.org>
2225 Helge Deller <deller@gmx.de>
2226
2227 [BZ #17508]
2228 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2229 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2230 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2231
15f9c5df
JM
22322014-10-23 Joseph Myers <joseph@codesourcery.com>
2233
2234 [BZ #14132]
2235 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2236 Remove macro definition.
2237 (__ashrdi3_v_glibc20): Likewise.
2238 (__lshrdi3_v_glibc20): Likewise.
2239 (__cmpdi2_v_glibc20): Likewise.
2240 (__ucmpdi2_v_glibc20): Likewise.
2241 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2242 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2243 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2244 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2245 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2246 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2247
c6dfed24
RM
22482014-10-22 Roland McGrath <roland@hack.frob.com>
2249
2250 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2251 old GNU extension [0] syntax.
2252 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2253 alloca rather than an array member with variable length.
2254 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2255 * nscd/nscd.c (invalidate_db): New function, broken out of ...
2256 (parse_opt): ... here. Likewise use alloca there.
2257 Validate the -i argument before checking for rootness.
2258 (send_shutdown): New function, broken out of ...
2259 (parse_opt): ... here.
2260
8c2b1ed8
RM
22612014-10-22 Roland McGrath <roland@hack.frob.com>
2262
2263 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2264 macro to get at the _rt_local_ro field.
2265 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2266 ([PIC] case) or _dl_hwcap ([!PIC] case).
2267 * sysdeps/arm/setjmp.S: Likewise.
2268
2269 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2270 * sysdeps/arm/configure.ac: New check to define it.
2271 * sysdeps/arm/configure: Regenerated.
2272 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2273 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2274 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2275 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2276 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2277 Use move/movt pair instead of a load.
2278 (LDST_GLOBAL): Macro removed.
2279 (LDR_GLOBAL): New macro replaces it.
2280 (LDR_HIDDEN): New macro.
2281 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2282 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2283
2284 * setjmp/tst-setjmp-static.c: New file.
2285 * setjmp/Makefile (tests): Add it.
2286 (tests-static): New variable.
2287
b5af9297
MR
22882014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
2289
2290 [BZ #17485]
2291 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2292
a13d0d74
JM
22932014-10-21 Joseph Myers <joseph@codesourcery.com>
2294
2295 [BZ #14132]
2296 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2297
f05e73f6
RM
22982014-10-21 Roland McGrath <roland@hack.frob.com>
2299
2300 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2301
6ab1d1ea
RM
23022014-10-20 Roland McGrath <roland@hack.frob.com>
2303
2304 * io/fts.c (dirent_not_directory): New function.
2305 (fts_build): Call it.
2306
ab49e763
RM
23072014-10-20 Roland McGrath <roland@hack.frob.com>
2308
e436eb79
RM
2309 * nptl/version.c (__nptl_main): Use normal __write rather than
2310 INTERNAL_SYSCALL.
2311 (banner): Update copyright years.
2312
6af246cf
RM
2313 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2314 gettimeofday.
2315 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2316 * nptl/pthread_cond_timedwait.c: Likewise.
2317 * nptl/pthread_mutex_timedlock.c: Likewise.
2318 * nptl/sem_timedwait.c: Likewise.
2319
ab49e763
RM
2320 * sysdeps/nptl/bits/libc-lock.h
2321 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2322 (__libc_lock_init_recursive): Return void, not 0.
2323 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2324 (__libc_rwlock_init): Likewise.
2325 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2326
f50277c1
TR
23272014-10-20 Torvald Riegel <triegel@redhat.com>
2328
2329 [BZ #15215]
2330 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2331 (__pthread_once_slow): ... here.
2332 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2333 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2334
63668b70
TR
23352014-10-20 Torvald Riegel <triegel@redhat.com>
2336
2337 [BZ #15215]
2338 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2339 __PTHREAD_ONCE_FORK_GEN_INCR): New.
2340 * sysdeps/nptl/fork.c (__libc_fork): Use them.
2341 * nptl/pthread_once.c (__pthread_once): Likewise.
2342 Update comments.
2343
42b7f5d4
JM
23442014-10-20 Joseph Myers <joseph@codesourcery.com>
2345
2346 [BZ #14138]
2347 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2348 name.
2349 (writev): Use __libc_writev as strong name.
2350 * sysdeps/unix/sysv/linux/readv.c: Remove file.
2351 * sysdeps/unix/sysv/linux/writev.c: Likewise.
2352
b0643088
RM
23532014-10-17 Roland McGrath <roland@hack.frob.com>
2354
114c4e09
RM
2355 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2356
674b8978
RM
2357 * sysdeps/i386/nptl/tls.h
2358 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2359 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2360 New macros.
2361 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2362 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2363 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2364 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2365 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2366 Call CHECK_THREAD_SYSINFO instead of doing an assert.
2367
184ee940
RM
2368 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2369 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2370 on [__NR_futex].
2371 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2372 broken out of ...
2373 (__pthread_mutex_init): ... here. Call it.
2374 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2375 Conditionalize PI cases on [__NR_futex].
2376 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2377 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2378 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2379
327ae257
RM
2380 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2381 conditional on [SIGSETXID].
2382 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2383 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2384 is defined. Likewise for SIGSETXID.
2385 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2386 Conditionalize definitions on [SIGSETXID].
2387 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2388 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2389 unblocking on [SIGCANCEL].
2390
b0643088
RM
2391 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2392 [__NR_set_robust_list].
2393
33cc770b
SP
23942014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2395
2396 * string/strcoll_l.c (get_next_seq): Fix up formatting.
2397 (do_compare): Likewise.
2398
0742aef6
LH
23992014-10-17 Leonhard Holz <leonhard.holz@web.de>
2400
2401 [BZ #15884]
2402 * string/strcoll_l.c: Don't include stdio.h.
2403 (coll_seq): Remove members idxarr and rulearr.
2404 (get_next_seq_cached): Remove function.
2405 (get_next_seq): Likewise.
2406 (get_next_seq_nocache): Rename to get_next_seq.
2407 (do_compare): Remove function.
2408 (do_compare_nocache): Rename to do_compare.
2409 (STRCOLL): Remove weight and rules cache.
2410
ee54ce44
RM
24112014-10-16 Roland McGrath <roland@hack.frob.com>
2412
2413 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2414 * sysdeps/arm/sfp-machine.h: ... to here.
2415 * sysdeps/arm/Implies: Remove arm/soft-fp.
2416
a75d3b02
JM
24172014-10-14 Joseph Myers <joseph@codesourcery.com>
2418
2419 * conform/data/sys/utsname.h-data (*_t): Allow.
2420 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2421 [POSIX] (WEXITED): Do not expect constant.
2422 [POSIX] (WSTOPPED): Likewise.
2423 [POSIX] (WNOHANG): Likewise.
2424 [POSIX] (WNOWAIT): Likewise.
2425 [POSIX] (siginfo_t): Do not expect type or elements.
2426 [POSIX] (pid_t): Do not expect type.
2427 [POSIX] (signal.h): Do not allow header.
2428 [POSIX] (sys/resource.h): Likewise.
2429 [POSIX] (si_*): Do not allow pattern.
2430 [POSIX] (W*): Likewise.
2431 [POSIX] (P_*): Likewise.
2432 [POSIX] (BUS_*): Likewise.
2433 [POSIX] (CLD_*): Likewise.
2434 [POSIX] (FPE_*): Likewise.
2435 [POSIX] (ILL_*): Likewise.
2436 [POSIX] (POLL_*): Likewise.
2437 [POSIX] (SEGV_*): Likewise.
2438 [POSIX] (SI_*): Likewise.
2439 [POSIX] (TRAP_*): Likewise.
2440 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2441 variable.
2442
fda389c8
SP
24432014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2444
2445 [BZ #12926]
2446 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2447 infinite loop when __recvmsg returns 0.
2448
6bc6bd3b
JM
24492014-10-10 Joseph Myers <joseph@codesourcery.com>
2450
fcb32af1
JM
2451 * CANCEL-FCT-WAIVE: Remove file.
2452 * CANCEL-FILE-WAIVE: Likewise.
2453
6bc6bd3b
JM
2454 [BZ #14132]
2455 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2456 instead of INTVARDEF.
2457 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2458 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2459 rtld_hidden_data_def instead of INTVARDEF.
2460 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2461 * elf/dl-deps.c (expand_dst): Likewise.
2462 * elf/dl-load.c (_dl_dst_count): Likewise.
2463 (_dl_dst_substitute): Likewise.
2464 (decompose_rpath): Likewise.
2465 (_dl_init_paths): Likewise.
2466 (open_path): Likewise.
2467 (_dl_map_object): Likewise.
2468 * elf/rtld.c (dl_main): Likewise.
2469 (process_dl_audit): Likewise.
2470 (process_envvars): Likewise.
2471 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2472 Remove declaration.
2473 (__libc_enable_secure): Use rtld_hidden_proto.
2474
b8c80a7e
KS
24752014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
2476
2477 * elf/dl-load.c
2478 (add_path): New function broken out of _dl_rtld_di_serinfo.
2479 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
2480
ff12c11f
JM
24812014-10-09 Joseph Myers <joseph@codesourcery.com>
2482
5c0508a3
JM
2483 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2484 parentheses around macro arguments.
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 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2503 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2504 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2505 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2506 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2507 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2508 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2509 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2510 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2511 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2512 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
2513 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
2514 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
2515 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
2516 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
2517 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
2518 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
2519 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
2520 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
2521 Likewise.
2522 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
2523 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2524 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2525 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
2526 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
2527 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
2528 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
2529 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
2530 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
2531 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
2532 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
2533 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
2534 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
2535 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
2536 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
2537 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2538 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2539 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
2540 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
2541 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
2542 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
2543 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
2544 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
2545 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
2546 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
2547 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
2548 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
2549 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
2550 (_FP_FRAC_SRS_1): Likewise.
2551 (_FP_FRAC_CLZ_1): Likewise.
2552 (_FP_MUL_MEAT_1_imm): Likewise.
2553 (_FP_MUL_MEAT_1_wide): Likewise.
2554 (_FP_MUL_MEAT_1_hard): Likewise.
2555 (_FP_SQRT_MEAT_1): Likewise.
2556 (_FP_FRAC_ASSEMBLE_1): Likewise.
2557 (_FP_FRAC_DISASSEMBLE_1): Likewise.
2558 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
2559 (__FP_CLZ_2): Likewise.
2560 (_FP_MUL_MEAT_2_wide): Likewise.
2561 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2562 (_FP_MUL_MEAT_2_gmp): Likewise.
2563 (_FP_MUL_MEAT_2_120_240_double): Likewise.
2564 (_FP_SQRT_MEAT_2): Likewise.
2565 (_FP_FRAC_ASSEMBLE_2): Likewise.
2566 (_FP_FRAC_DISASSEMBLE_2): Likewise.
2567 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
2568 (_FP_FRAC_CLZ_4): Likewise.
2569 (_FP_MUL_MEAT_4_wide): Likewise.
2570 (_FP_MUL_MEAT_4_gmp): Likewise.
2571 (_FP_SQRT_MEAT_4): Likewise.
2572 (_FP_FRAC_ASSEMBLE_4): Likewise.
2573 (_FP_FRAC_DISASSEMBLE_4): Likewise.
2574 * soft-fp/op-common.h (_FP_CMP): Likewise.
2575 (_FP_CMP_EQ): Likewise.
2576 (_FP_CMP_UNORD): Likewise.
2577 (_FP_TO_INT): Likewise.
2578 (_FP_FROM_INT): Likewise.
2579 [!__FP_CLZ] (__FP_CLZ): Likewise.
2580 (_FP_DIV_HELP_imm): Likewise.
2581 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
2582 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 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
2601 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
2602 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
2603 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
2604 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
2605 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
2606 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2607 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2608 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
2609 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
2610 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
2611 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
2612 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
2613 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
2614 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
2615 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
2616 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
2617 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
2618 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
2619 (FP_UNPACK_RAW_SP): Likewise.
2620 (FP_PACK_RAW_S): Likewise.
2621 (FP_PACK_RAW_SP): Likewise.
2622 (FP_UNPACK_S): Likewise.
2623 (FP_UNPACK_SP): Likewise.
2624 (FP_UNPACK_SEMIRAW_S): Likewise.
2625 (FP_UNPACK_SEMIRAW_SP): Likewise.
2626 (FP_PACK_S): Likewise.
2627 (FP_PACK_SP): Likewise.
2628 (FP_PACK_SEMIRAW_S): Likewise.
2629 (FP_PACK_SEMIRAW_SP): Likewise.
2630 (_FP_SQRT_MEAT_S): Likewise.
2631 (FP_CMP_S): Likewise.
2632 (FP_CMP_EQ_S): Likewise.
2633 (FP_CMP_UNORD_S): Likewise.
2634 (FP_TO_INT_S): Likewise.
2635 (FP_FROM_INT_S): Likewise.
2636
a736ec37
JM
2637 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
2638
ff12c11f
JM
2639 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
2640 (FP_EX_INVALID_IMZ): Likewise.
2641 (FP_EX_INVALID_IMZ_FMA): Likewise.
2642 (FP_EX_INVALID_ISI): Likewise.
2643 (FP_EX_INVALID_ZDZ): Likewise.
2644 (FP_EX_INVALID_IDI): Likewise.
2645 (FP_EX_INVALID_SQRT): Likewise.
2646 (FP_EX_INVALID_CVI): Likewise.
2647 (FP_EX_INVALID_VC): Likewise.
2648 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
2649 "invalid" exceptions.
2650 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
2651 (_FP_ADD_INTERNAL): Likewise.
2652 (_FP_MUL): Likewise.
2653 (_FP_FMA): Likewise.
2654 (_FP_DIV): Likewise.
2655 (_FP_CMP_CHECK_NAN): Likewise.
2656 (_FP_SQRT): Likewise.
2657 (_FP_TO_INT): Likewise.
2658 (FP_EXTEND): Likewise.
2659
b6dcfe8c
AM
26602014-10-09 Allan McRae <allan@archlinux.org>
2661
2662 * po/fr.po: Update French translation from translation project.
2663
2d6a47ba
JM
26642014-10-09 Joseph Myers <joseph@codesourcery.com>
2665
cb831245
JM
2666 [BZ #14132]
2667 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
2668 of INTDEF.
2669 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
2670 (__cxa_atexit): Use libc_hidden_proto.
2671 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
2672
5deeb190
JM
2673 [BZ #14132]
2674 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
2675 declaration.
2676 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
2677 [!_ISOMAC] (__iswspace_l_internal): Likewise.
2678 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
2679 [!_ISOMAC] (__iswctype_internal): Likewise.
2680 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
2681 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
2682 alias.
2683 (fcntl): Remove __fcntl_internal alias.
2684 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
2685 __connect_internal alias.
2686 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
2687 Likewise.
2688
454ac701
JM
2689 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
2690 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
2691 FP_DENORM_ZERO.
2692 (_FP_CHECK_FLUSH_ZERO): New macro.
2693 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
2694 (_FP_CMP): Likewise.
2695 (_FP_CMP_EQ): Likewise.
2696 (_FP_TO_INT): Do not set inexact for subnormal arguments if
2697 FP_DENORM_ZERO.
2698 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
2699 (FP_TRUNC): Likewise.
2700
0022e688
JM
2701 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
2702 treated as invalid conversion, not as normal exponent.
2703
73e28d9c
JM
2704 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
2705 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
2706 (_FP_CMP_EQ): Likewise.
2707 (_FP_CMP_UNORD): Likewise.
2708 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
2709 (FP_CMP_EQ_D): Likewise.
2710 (FP_CMP_UNORD_D): Likewise.
2711 * soft-fp/extended.h (FP_CMP_E): Likewise.
2712 (FP_CMP_EQ_E): Likewise.
2713 (FP_CMP_UNORD_E): Likewise.
2714 * soft-fp/quad.h (FP_CMP_Q): Likewise.
2715 (FP_CMP_EQ_Q): Likewise.
2716 (FP_CMP_UNORD_Q): Likewise.
2717 * soft-fp/single.h (FP_CMP_S): Likewise.
2718 (FP_CMP_EQ_S): Likewise.
2719 (FP_CMP_UNORD_S): Likewise.
2720 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
2721 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
2722 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
2723 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
2724 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
2725 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
2726 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
2727 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
2728 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
2729 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
2730 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
2731 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
2732 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
2733 to FP_CMP_Q.
2734 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
2735 FP_CMP_Q.
2736 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
2737 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
2738 FP_CMP_EQ_Q.
2739 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
2740 FP_CMP_Q.
2741 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
2742 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
2743 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
2744 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
2745 FP_CMP_EQ_Q.
2746 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
2747 FP_CMP_Q.
2748 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
2749 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
2750 FP_CMP_EQ_Q.
2751 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
2752 FP_CMP_Q.
2753 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
2754 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
2755 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
2756 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
2757 FP_CMP_EQ_Q.
2758
43059f42
JM
2759 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
2760 a subnormal result, set the underflow exception if trapping on
2761 underflow is enabled.
2762 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
2763 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
2764 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
2765 redefine to 0.
2766 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
2767 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
2768 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
2769 * soft-fp/extendxftf2.c (__extendxftf2): Use
2770 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
2771
2d6a47ba
JM
2772 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
2773 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
2774 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2775 FP_HANDLE_EXCEPTIONS.
2776 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
2777 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2778 FP_HANDLE_EXCEPTIONS.
2779 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
2780 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2781 FP_HANDLE_EXCEPTIONS.
2782 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
2783 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2784 FP_HANDLE_EXCEPTIONS.
2785
620f462e
JM
27862014-10-08 Joseph Myers <joseph@codesourcery.com>
2787
2788 [BZ #14132]
2789 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
2790 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
2791 use INTUSE.
2792 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
2793 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
2794 Remove alias.
2795 (__adjtimex): Define using libc_hidden_ver.
2796 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
2797 Remove declaration.
2798 (ntp_gettime): Call __adjtimex directly.
2799 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
2800 Remove declaration.
2801 (ntp_gettimex): Call __adjtimex directly.
2802 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
2803 __adjtimex_internal alias.
2804
c763c5d2
RM
28052014-10-08 Roland McGrath <roland@hack.frob.com>
2806
2807 [BZ #17460]
2808 * nscd/nscd.c (more_help): Rewrite list of tables collection
2809 using xstrdup and asprintf.
2810
2811 * nscd/nscd_conf.c: Remove local xstrdup declaration.
2812
7b8fb2b8
RM
28132014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
2814 Roland McGrath <roland@hack.frob.com>
2815
2816 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
2817 (do_lookup_unique): ... local function 'enter' here; update callers.
2818
abb280f7
JM
28192014-10-06 Joseph Myers <joseph@codesourcery.com>
2820
f7b42517
JM
2821 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
2822 compat_symbol calls on [SHARED].
2823 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
2824 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
2825 Remove.
2826 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2827 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
2828 (oldsetrlimit): Remove.
2829 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2830 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
2831 (lchown): New syscall entry.
2832 (oldsetrlimit): Remove.
2833 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2834 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
2835 (oldsetrlimit): Remove.
2836 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
2837
abb280f7
JM
2838 [BZ #14138]
2839 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
2840 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
2841 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
2842 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
2843 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2844 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
2845 (fchown): Likewise.
2846 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
2847 (fchown): Likewise.
2848 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
2849 Likewise.
2850
47d46237
AZ
28512014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2852
2853 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
2854 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
2855 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
2856 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
2857 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
2858 Likewise.
2859 (__old_sem_post): Likewise.
2860
28612014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 2862
845a7343
CM
2863 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
2864 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
2865 HAVE_CLOCK_GETTIME_VSYSCALL macros.
2866 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
2867 Use INLINE_VSYSCALL macro.
2868 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
2869 __vdso_clock_gettime.
2870 * sysdeps/unix/sysv/linux/tile/init-first.c
2871 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
2872 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
2873 __vdso_clock_gettime.
2874
83d641ef
CM
2875 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
2876 to set up frame more cleanly.
2877
d9cd52e6
CM
2878 * sysdeps/tile/memcmp.c: New file.
2879
4b68ea11
CM
2880 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
2881
c86f7b80
CM
2882 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
2883 * sysdeps/tile/tilegx/strcasestr.c: New file.
2884 * sysdeps/tile/tilegx/strnlen.c: New file.
2885 * sysdeps/tile/tilegx/strstr.c: New file.
2886
1c4c1a6f
CM
2887 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
2888
99d86ea3
AS
28892014-10-06 Arjun Shankar <arjun.is@lostca.se>
2890
2891 * nptl/tst-setuid3.c: Write errors to stdout.
2892
06210a44
KS
28932014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
2894
2895 * elf/dl-deps.c
2896 (preload): New functions broken out of _dl_map_object_deps.
2897 (_dl_map_object_deps): Remove a nested function. Update call sites.
2898
6268f532
JM
28992014-10-01 Joseph Myers <joseph@codesourcery.com>
2900
2901 [BZ #14138]
2902 * sysdeps/unix/sysv/linux/execve.c: Remove file.
2903 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
2904
b925285f
SE
29052014-10-01 Steve Ellcey <sellcey@mips.com>
2906
2907 * sysdeps/mips/strcmp.S: New.
2908
754a15c6
JM
29092014-09-30 Joseph Myers <joseph@codesourcery.com>
2910
2911 [BZ #14138]
2912 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
2913 (linkat): Likewise.
2914 (mkdirat): Likewise.
2915 (readlinkat): Likewise.
2916 (renameat): Likewise.
2917 (symlinkat): Likewise.
2918 (unlinkat): Likewise.
2919 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
2920 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
2921 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
2922 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
2923 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
2924 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
2925 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
2926
85bb81c9
WN
29272014-09-30 Will Newton <will.newton@linaro.org>
2928
dc6fe23b
WN
2929 * math/math.h: Define long double math functions if
2930 _LIBC_TEST is defined.
2931 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
2932
85bb81c9
WN
2933 * localedata/Makefile: Move assignment to tests-special
2934 into an ifdef testing run-built-tests.
2935 * timezone/Makefile: Likewise.
2936
b7e02da4
JM
29372014-09-29 Joseph Myers <joseph@codesourcery.com>
2938
2939 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
2940 with $(BASH) not $(SHELL).
2941
62058ce6
CD
29422014-09-29 Carlos O'Donell <carlos@redhat.com>
2943 Matthew LeGendre <legendre1@llnl.gov>
2944
2945 [BZ #17411]
2946 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
2947 l_reloc_result.
2948
8e257a29
KS
29492014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
2950
2951 * stdio-common/printf_fp.c
2952 (hack_digit): New function, broken out of ...
2953 (__printf_fp): ... local function here. Update call sites.
2954 hack_digit now takes an additional parameter that is a pointer
2955 to a struct of the referenced locals. Those locals moved inside
2956 the struct and references updated.
2957
f4a58f0d
L
29582014-09-29 H.J. Lu <hongjiu.lu@intel.com>
2959
2960 * aclocal.m4: Require autoconf 2.69.
2961 * configure: Regenerated.
2962 * sysdeps/aarch64/configure: Likewise.
2963 * sysdeps/alpha/configure: Likewise.
2964 * sysdeps/arm/armv7/configure: Likewise.
2965 * sysdeps/arm/configure: Likewise.
2966 * sysdeps/ia64/configure: Likewise.
2967 * sysdeps/mach/configure: Likewise.
2968 * sysdeps/mips/configure: Likewise.
2969 * sysdeps/s390/configure: Likewise.
2970 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
2971 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
2972
2973 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
2974 file.
2975 * sysdeps/ia64/configure.ac: Likewise.
2976
93ae1eba
JM
29772014-09-26 Joseph Myers <joseph@codesourcery.com>
2978
1810d3ab
JM
2979 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
2980 specify symbol version for ld.so. Do not include entry for
2981 libpthread.
2982 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
2983 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
2984 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
2985
93ae1eba
JM
2986 [BZ #14171]
2987 * Makeconfig [$(build-shared) = yes]
2988 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
2989 makefiles.
2990 [$(build-shared) = yes && $(soversions.mk-done) = t]
2991 ($(common-objpfx)gnu/lib-names.h): Remove rule.
2992 [$(build-shared) = yes && $(soversions.mk-done) = t]
2993 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
2994 to Makerules.
2995 [$(build-shared) = yes && $(soversions.mk-done) = t]
2996 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
2997 here.
2998 [$(build-shared) = yes && $(soversions.mk-done) = t]
2999 (common-generated): Don't append gnu/lib-names.h and
3000 gnu/lib-names.stmp here.
3001 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3002 (lib-names-h-abi): New variable.
3003 [$(build-shared) = yes && $(soversions.mk-done) = t]
3004 (lib-names-stmp-abi): Likewise.
3005 [$(build-shared) = yes && $(soversions.mk-done) = t &&
3006 abi-variants] (before-compile): Append
3007 $(common-objpfx)$(lib-names-h-abi).
3008 [$(build-shared) = yes && $(soversions.mk-done) = t &&
3009 abi-variants] (common-generated): Append gnu/lib-names.h.
3010 [$(build-shared) = yes && $(soversions.mk-done) = t &&
3011 abi-variants] (install-others-nosubdir): Depend on
3012 $(inst_includedir)/$(lib-names-h-abi).
3013 [$(build-shared) = yes && $(soversions.mk-done) = t &&
3014 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3015 [$(build-shared) = yes && $(soversions.mk-done) = t]
3016 ($(common-objpfx)$(lib-names-h-abi)): New rule.
3017 [$(build-shared) = yes && $(soversions.mk-done) = t]
3018 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3019 [$(build-shared) = yes && $(soversions.mk-done) = t]
3020 (common-generated): Append $(lib-names-h-abi) and
3021 $(lib-names-stmp-abi).
3022 * scripts/lib-names.awk: Do not handle multi being set.
3023 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3024 Remove variable.
3025 (abi-lp64_be-ld-soname): Likewise.
3026 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3027 Likewise.
3028 (abi-hard-ld-soname): Likewise.
3029 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3030 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3031 Remove variable.
3032 (abi-o32_hard-ld-soname): Likewise.
3033 (abi-o32_soft_2008-ld-soname): Likewise.
3034 (abi-o32_hard_2008-ld-soname): Likewise.
3035 (abi-n32_soft-ld-soname): Likewise.
3036 (abi-n32_hard-ld-soname): Likewise.
3037 (abi-n32_soft_2008-ld-soname): Likewise.
3038 (abi-n32_hard_2008-ld-soname): Likewise.
3039 (abi-n64_soft-ld-soname): Likewise.
3040 (abi-n64_hard-ld-soname): Likewise.
3041 (abi-n64_soft_2008-ld-soname): Likewise.
3042 (abi-n64_hard_2008-ld-soname): Likewise.
3043 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3044 Likewise.
3045 (abi-64-v2-ld-soname): Likewise.
3046 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3047 ld.so entries.
3048 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3049 variable.
3050 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3051 entry.
3052 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3053 variable.
3054 (abi-64-ld-soname): Likewise.
3055 (abi-x32-ld-soname): Likewise.
3056 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3057 entry.
3058 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3059
68870f12
JM
30602014-09-23 Joseph Myers <joseph@codesourcery.com>
3061
3062 [BZ #14138]
3063 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3064 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3065 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3066 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3067 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3068 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3069 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3070 syscall entry for GLIBC_2.2 symbol version.
3071 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3072 Likewise.
3073 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3074 (setrlimit): Likewise.
3075 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3076 Likewise.
3077
ea58f202
WN
30782014-09-23 Will Newton <will.newton@linaro.org>
3079
3080 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3081 _LINUX_ARM_SYSDEP_H include guard too.
3082 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3083 define.
3084
69eb9a18
RV
30852014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
3086
3087 * sysdeps/unix/sysv/linux/eventfd.c:
3088 Make first argument unsigned.
3089 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3090 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3091
20e5a5f7
OB
30922014-09-20 Ondřej Bílka <neleai@seznam.cz>
3093
3094 * socket/recvmmsg.c (recvmmsg): Drop const argument.
3095 * socket/sys/socket.h: Likewise
3096 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3097
d3c827e7
AK
30982014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3099
3100 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3101
fe1cc35a
AS
31022014-09-17 Arjun Shankar <arjun.is@lostca.se>
3103
3104 * time/tst-ftime.c: New test.
3105 * time/Makefile (tests): Add tst-ftime.
3106
4e8afe69
JM
31072014-09-17 Joseph Myers <joseph@codesourcery.com>
3108
c4fe3ea7
JM
3109 * soft-fp/extended.h: Fix comment formatting.
3110 * soft-fp/op-1.h: Likewise.
3111 * soft-fp/op-2.h: Likewise.
3112 * soft-fp/op-4.h: Likewise.
3113 * soft-fp/op-8.h: Likewise.
3114 * soft-fp/op-common.h: Likewise.
3115 * soft-fp/soft-fp.h: Likewise.
3116
4e8afe69
JM
3117 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3118
af296fcd
JM
31192014-09-16 Joseph Myers <joseph@codesourcery.com>
3120
3121 [BZ #6652]
3122 * Makeconfig (soversions-default-setname): Remove variable.
3123 ($(common-objpfx)soversions.i): Don't pass default_setname to
3124 soversions.awk.
3125 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3126 oldest_abi to abi-versions.awk.
3127 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3128 * config.make.in (oldest-abi): Remove variable.
3129 * configure.ac (--enable-oldest-abi): Remove configure option.
3130 * configure: Regenerated.
3131 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3132 text.
3133 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3134 * scripts/soversions.awk: Do not handle default_setname variable.
3135 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3136 variable.
3137 * sysdeps/mach/hurd/configure: Regenerated.
3138 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3139 variable.
3140 * sysdeps/unix/sysv/linux/configure: Regenerated.
3141
545583d6
SP
31422014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
3143
d330b980
SP
3144 * elf/Makefile (CFLAGS-interp.c): Remove.
3145 ($(elf-objpfx)runtime-linker.h): Generate header with linker
3146 path string.
3147 * elf/interp.c: Include generated runtime-linker.h
3148
02657da2
SP
3149 * Makerules (lib%.so): Don't include $(+interp) in
3150 prerequisites.
3151 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3152 * dlfcn/eval.c: Remove file.
3153
653b1080
SP
3154 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3155 macros.
3156
602f80ec
SP
3157 [BZ #17266]
3158 * misc/sys/cdefs.h: Define __extern_always_inline for clang
3159 4.2 and newer.
3160
545583d6
SP
3161 [BZ #17370]
3162 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3163
884ddc50
SP
31642014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
3165 Jakub Jelinek <jakub@redhat.com>
3166
3167 [BZ #17266]
3168 * libio/stdio.h: Check definition of __fortify_function
3169 instead of __extern_always_inline to include bits/stdio2.h.
3170 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3171 check if __extern_always_inline is defined.
3172 [__USE_MISC || __USE_XOPEN]: Likewise.
3173 [__USE_ISOC99] Likewise.
3174 * misc/sys/cdefs.h (__fortify_function): Define only if
3175 __extern_always_inline is defined.
3176 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3177 __extern_always_inline and __extern_inline only for g++-4.3
3178 and newer or a compatible gcc.
3179
a7b87268
AS
31802014-09-15 Andreas Schwab <schwab@linux-m68k.org>
3181
3182 [BZ #17371]
3183 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3184 last change to handle zero prefix length.
3185
3f41521d
SP
31862014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
3187
61fe374a
SP
3188 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3189 _SC_REGEX_VERSION.
3190
3f41521d
SP
3191 * posix/getconf.c (vars): Add _POSIX_IPV6 and
3192 _POSIX_RAW_SOCKETS.
3193
d8f879ee
AM
31942014-09-13 Allan McRae <allan@archlinux.org>
3195
3196 * po/ru.po: Update Russian translation from translation project.
3197
c079afb7
RM
31982014-09-12 Roland McGrath <roland@hack.frob.com>
3199
a62b3c15
RM
3200 * locale/programs/locale.c (show_locale_vars): Inline local function
3201 into its sole call site. Clean up some style nits.
3202 (print_item): New function, broken out of ...
3203 (show_info): ... local function here. Clean up style nits.
3204
d7e49b19
RM
3205 * locale/programs/ld-ctype.c (set_one_default): New function, broken
3206 out of ...
3207 (set_class_defaults): ... local function set_default here.
3208 Define set_default as a macro locally to pass constant parameters.
3209 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3210 rather than a shared local.
3211
c079afb7
RM
3212 * stdlib/rpmatch.c (try): New function, broken out of ...
3213 (rpmatch): ... local function here. Also, prototypify definition.
3214
0bd72468
JM
32152014-09-12 Joseph Myers <joseph@codesourcery.com>
3216
ba90e050
JM
3217 * scripts/soversions.awk: Do not handle configuration names.
3218 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3219 vendor and os variables to soversions.awk.
3220 * configure.ac: Do not modify gnu-* host_os.
3221 * configure: Regenerated
3222 * shlib-versions: Remove first column with configuration names.
3223 * nptl/shlib-versions: Likewise.
3224 * nptl_db/shlib-versions: Likewise.
3225 * sysdeps/hppa/shlib-versions: Likewise.
3226 * sysdeps/m68k/shlib-versions: Likewise.
3227 * sysdeps/mach/hurd/shlib-versions: Likewise.
3228 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3229 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3230 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3231 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3232 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3233 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3234 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3235 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3236 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3237 Likewise.
3238 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3239 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3240 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3241 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3242 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3243 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3244 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3245 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3246
73a39112
JM
3247 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3248 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3249 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3250 Regenerated.
3251 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3252 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3253 Condition symbol version definitions on [HAVE_ELFV2_ABI].
3254
c729e7c1
JM
3255 * shlib-versions: Remove OS-specific entries. Moved to files in
3256 sysdeps.
3257 * sysdeps/mach/hurd/shlib-versions: New file.
3258 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3259
dc932a24
JM
3260 * nptl/shlib-versions: Remove architecture-specific entries.
3261 Moved to files in sysdeps.
3262 * shlib-versions: Likewise.
3263 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3264 file.
3265 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3266 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3267 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3268 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3269
0bd72468
JM
3270 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3271 (UDP_NO_CHECK6_RX): Likewise.
3272
920238e0
SP
32732014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
3274
3275 * sysdeps/posix/sysconf.c (__sysconf): Spell
3276 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3277
ba7b4d29
FW
32782014-08-12 Florian Weimer <fweimer@redhat.com>
3279
3280 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3281 loading.
3282 * iconv/Versions (__gconv_transliterate): Export for use from
3283 gconv modules.
3284 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3285 (struct __gconv_trans_data, __gconv_trans_fct,
3286 __gconv_trans_context_fct, __gconv_trans_query_fct,
3287 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3288 definitions.
3289 (struct __gconv_step_data): Remove __trans member.
3290 (__gconv_transliterate): Declaration moved from gconv_int.h. No
3291 longer hidden. Remove unused trans_data argument.
3292 * iconv/gconv_int.h (struct trans_struct): Remove definition.
3293 (__gconv_translit_find): Remove declaration.
3294 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
3295 prototype.
3296 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3297 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3298 trans_data argument. Add hidden definition.
3299 (__gconv_translit_find): Remove.
3300 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3301 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3302 * iconv/skeleton.c: Remove transliteration initialization.
3303 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3304 __gconv_step_data initialization.
3305 * libio/iofwide.c (__libio_translit_): Remove.
3306 (_IO_fwide): Adjust struct __gconv_step_data initialization.
3307 * wcsmbs/btowc.c (__btowc): Likewise.
3308 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3309 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3310 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3311 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3312 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3313 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3314 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3315 * wcsmbs/wctob.c (wctob): Likewise.
3316
5379aebd
SP
33172014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
3318
3319 [BZ #16194]
3320 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3321 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
3322 register usage.
3323 * sysdeps/x86/Makefile: Adjust.
3324
8c0ab919
RM
33252014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3326 Roland McGrath <roland@hack.frob.com>
3327
3328 * locale/weight.h: Add include guard.
3329 (findidx): Make static rather than auto; take new parameters
3330 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3331 * locale/weightwc.h: Likewise.
3332 * posix/fnmatch_loop.c
3333 (FCT): Change type of EXTRA from int32_t to wint_t.
3334 Don't include either header inside the function.
3335 Call FINDIDX rather than findidx, and pass new arguments.
3336 #undef FINDIDX at the end of the file.
3337 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3338 FINDIDX before including fnmatch_loop.c for the non-wide version.
3339 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3340 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3341 for the wide version.
3342 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3343 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3344 Pass new arguments to findidx.
3345 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3346 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3347 Don't #include it inside the function. Pass new arguments to findidx.
3348 * posix/regex_internal.h
3349 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3350 (re_string_elem_size_at): Don't #include it inside the function.
3351 Pass new arguments to findidx.
3352 * string/strcoll_l.c: #include WEIGHT_H at top level.
3353 (get_next_seq): Don't #include it inside the function.
3354 Pass new arguments to findidx.
3355 (get_next_seq_nocache): Likewise.
3356 * string/strxfrm_l.c: #include WEIGHT_H at top level.
3357 (STRXFRM): Don't #include it inside the function.
3358 Pass new arguments to findidx.
3359
52ffbdf2
FW
33602014-09-11 Florian Weimer <fweimer@redhat.com>
3361
3362 [BZ #17344]
3363 * malloc/malloc.c (unlink): Turn asserts into a call to
3364 malloc_printerr.
3365
984c0ea9
TL
33662014-09-11 Tim Lammens <tim.lammens@gmail.com>
3367
3368 [BZ #17370]
3369 * libio/wfileops (do_ftell_wide): Free OUT.
3370
3daee107
CM
33712014-09-10 Chris Metcalf <cmetcalf@tilera.com>
3372
3373 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3374
58b930ae
SP
33752014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3376
3377 [BZ #17363]
3378 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3379 group if the current group is empty.
3380
3b473fec
AZ
33812014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3382
71ae8647
AZ
3383 * benchtests/bench-memset.c (test_main): Add more test from size
3384 from 32 to 512 bytes.
3385 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3386 Add POWER8 memset object.
3387 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3388 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3389 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3390 implementation.
3391 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3392 Likewise.
3393 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3394 multiarch POWER8 memset optimization.
3395 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3396 POWER8 memset optimization.
3397
3b473fec
AZ
3398 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3399 Remove bzero multiarch objects.
3400 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3401 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3402 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3403 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3404 Remove define.
3405 [__bzero]: Redefine to specific name.
3406 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3407 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3408 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3409 define.
3410 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3411 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3412
e6fb9587
FW
34132014-09-10 Florian Weimer <fweimer@redhat.com>
3414
3415 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3416 warnings into errors.
3417
3418 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3419 __cxa_thread_atexit_impl prototype.
3420
9d3a350b
SE
34212014-09-09 Steve Ellcey <sellcey@mips.com>
3422
3423 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3424 Fix capitalization of error message.
3425
0febba23
SE
34262014-09-09 Steve Ellcey <sellcey@mips.com>
3427
3428 * sysdeps/mips/preconfigure: Modify ABI tests.
3429
645a0e9c
CD
34302014-09-07 Carlos O'Donell <carlos@systemhalted.org>
3431
3432 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3433
d83f0734
CD
34342014-09-07 Roland McGrath <roland@hack.frob.com>
3435 Carlos O'Donell <carlos@systemhalted.org>
3436
3437 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3438 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3439 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3440 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3441 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3442 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3443 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3444 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3445 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3446 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3447 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3448 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3449 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3450 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3451 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3452 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3453 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3454 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3455 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3456 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3457 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3458 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3459 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3460 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3461 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3462 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3463 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3464 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3465 Deconditionalize the code that was previously under [RESET_PID].
3466 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3467 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3468 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3469 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3470 include sysdep.h.
3471
21c83793
AM
34722014-09-08 Allan McRae <allan@archlinux.org>
3473
3474 * version.h (RELEASE): Set to "development".
3475 (VERSION): Set to "2.20.90"
3476
1cd9b65c
AM
34772014-09-07 Allan McRae <allan@archlinux.org
3478
b8079dd0
AM
3479 * version.h (RELEASE): Set to "stable".
3480 (VERSION): Set to "2.20"
3481 * include/features.h (__GLIBC_MINOR__): Set to 20.
3482
c46303ef
AM
3483 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3484 Liebler.
3485
1cd9b65c
AM
3486 * po/ko.po: Update Korean translation from translation project.
3487
8622092d
CM
34882014-09-06 Chris Metcalf <cmetcalf@tilera.com>
3489
3490 [BZ #17354]
3491 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3492 macro for handling signed relocations.
3493
41488498
FW
34942014-09-03 Florian Weimer <fweimer@redhat.com>
3495
3496 [BZ #17325]
3497 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3498 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3499 assert.
3500 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3501 * iconvdata/ibm935.c (BODY): Likewise.
3502 * iconvdata/ibm937.c (BODY): Likewise.
3503 * iconvdata/ibm939.c (BODY): Likewise.
3504 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3505 assert.
3506 * iconvdata/Makefile (iconv-test.out): Pass module list to test
3507 script.
3508 * iconvdata/run-iconv-test.sh: New test loop for checking for
3509 decoder crashers.
3510
a78b712d
KR
35112014-09-02 Khem Raj <raj.khem@gmail.com>
3512
3513 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
3514 libm_hidden_ver.
3515
cb08abc6
AM
35162014-09-01 Allan McRae <allan@archlinux.org>
3517
2c31e102
AM
3518 * po/eo.po: Update Esperanto translation from translation project.
3519
cb08abc6
AM
3520 * po/ca.po: Update Catalan translation from translation project.
3521
17a62de1
ST
35222014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
3523
3524 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
3525 __proc_dostop call.
3526
9570bc53
MW
35272014-08-27 Mark Wielaard <mjw@redhat.com>
3528
3529 [BZ #17319]
3530 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
3531 to call set_thread_area instead of hand written asm.
3532 (__NR_set_thread_area): Removed define.
3533 (TLS_FLAG_WRITABLE): Likewise.
3534 (__ASSUME_SET_THREAD_AREA): Remove check.
3535 (TLS_EBX_ARG): Remove define.
3536 (TLS_LOAD_EBX): Likewise.
3537
b0f955c9
ST
35382014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
3539
3540 Simplify atomicity of socket creation in bind.
3541
3542 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
3543 looking up the name after linking the file.
3544
529bf515
AM
35452014-08-27 Allan McRae <allan@archlinux.org>
3546
3547 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
3548
a1a6a401
FW
35492014-08-26 Florian Weimer <fweimer@redhat.com>
3550
3551 [BZ #17187]
3552 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
3553 trans_compare, open_translit, __gconv_translit_find):
3554 Remove module loading code.
3555
686ab290
AM
35562014-08-26 Allan McRae <allan@archlinux.org>
3557
e4e7cfd2
AM
3558 * po/vi.po: Update Vietnamese translation from translation project.
3559
6aa09f71
AM
3560 * po/uk.po: Update Ukrainian translation from translation project.
3561
edc0660e
AM
3562 * po/fr.po: Update French translation from translation project.
3563
7eea72ac
AM
3564 * po/ru.po: Update Russian translation from translation project.
3565
93c49eff
AM
3566 * po/pl.po: Update Polish translation from translation project.
3567
46acaf63
AM
3568 * po/cs.po: Update Czech translation from translation project.
3569
a9f5ce98
AM
3570 * po/de.po: Update German translation from translation project.
3571
373f2b78
AM
3572 * po/bg.po: Update Bulgarian translation from translation project.
3573
e7548bd8
AM
3574 * po/sv.po: Update Sweedish translation from translation project.
3575
c526bf4d
AM
3576 * po/nl.po: Update Dutch translation from translation project.
3577
686ab290
AM
3578 * po/es.po: Update Spanish translation from translation project.
3579
eb72478a
SP
35802014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
3581
dd763fdb
SP
3582 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
3583
318c7a58
SP
3584 * catgets/Makefile (CPPFLAGS-gencat): Remove.
3585 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
3586 (CPPFLAGS-iconvconfig): Likewise.
3587 * timezone/Makefile (CPPFLAGS-zic): Likewise.
3588
eb72478a
SP
3589 * include/libc-symbols.h: Remove unnecessary check for
3590 NOT_IN_libc.
3591 * nptl/pthreadP.h: Likewise.
3592 * sysdeps/aarch64/setjmp.S: Likewise.
3593 * sysdeps/alpha/setjmp.S: Likewise.
3594 * sysdeps/arm/sysdep.h: Likewise.
3595 * sysdeps/i386/setjmp.S: Likewise.
3596 * sysdeps/m68k/setjmp.c: Likewise.
3597 * sysdeps/posix/getcwd.c: Likewise.
3598 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3599 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3600 * sysdeps/s390/s390-32/setjmp.S: Likewise.
3601 * sysdeps/s390/s390-64/setjmp.S: Likewise.
3602 * sysdeps/sh/sh3/setjmp.S: Likewise.
3603 * sysdeps/sh/sh4/setjmp.S: Likewise.
3604 * sysdeps/unix/alpha/sysdep.h: Likewise.
3605 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3606 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3607 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3608 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3609 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3610 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3611 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3612 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3613 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3614 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3615 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3616 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3617 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3618 * sysdeps/x86_64/setjmp.S: Likewise.
3619
d44a052c
JM
36202014-08-13 Joseph Myers <joseph@codesourcery.com>
3621
3622 [BZ #17263]
3623 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
3624 <stdint.h>.
3625 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
3626 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
3627
508ce3ac
SP
36282014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
3629
e44c8b0e
SP
3630 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
3631
508ce3ac
SP
3632 [BZ #17262]
3633 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
3634 and __x86_64__ when disabling x87 inline functions.
3635
b4acef1f
L
36362014-08-12 H.J. Lu <hongjiu.lu@intel.com>
3637
3638 [BZ #17259]
3639 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
3640 asm statement with __cpuid_count.
3641
61b1ef6e
MF
36422014-08-12 Mike Frysinger <vapier@gentoo.org>
3643
3644 * configure.ac: Change __ehdr_start code to dereference the struct.
3645 Run readelf on the output to look for relocations.
3646 * configure: Regenerated.
3647
898c62f4
JM
36482014-08-12 Joseph Myers <joseph@codesourcery.com>
3649
3650 [BZ #17261]
3651 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
3652 value to 0.
3653 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
3654
9a8a5720
RM
36552014-08-12 Roland McGrath <roland@hack.frob.com>
3656
3657 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
3658
4e75751c
BO
36592014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
3660
3661 [BZ #16892]
3662 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
3663 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
3664
bb2ce416
SA
36652014-08-12 Sean Anderson <seanga2@gmail.com>
3666
3667 * malloc/malloc.c: Fix typo in comment.
3668
7950a4ee
AM
36692014-08-09 Allan McRae <allan@archlinux.org>
3670
3671 * Regenerate libc.po.
3672
f469c49f
MF
36732014-08-08 Mike Frysinger <vapier@gentoo.org>
3674
3675 * intl/tst-gettext2.sh: Check every lang file for creation.
3676
656b84c2
WD
36772014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
3678
3679 * sysdeps/aarch64/fpu/math_private.h
3680 (libc_feholdsetround_noex_aarch64_ctx): New function.
3681
538e9e45
W
36822014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
3683
3684 * sysdeps/arm/armv6/strcpy.S (strcpy):
3685 Fix performance issue in misaligned cases.
3686
d4795e4a
AZ
36872014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3688
3689 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
3690 Move definition from termios.h.
3691 (struct termio): Likewise.
3692 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3693 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3694 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3695 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3696 Likewise.
3697 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
3698 Move definition to ioctl-types.h
3699 (struct termio): Likewise.
3700 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3701 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3702 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3703 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3704 Likewise.
3705
64accb62
RH
37062014-08-05 Richard Henderson <rth@redhat.com>
3707
27bb6dc0
RH
3708 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
3709 exceptions.
3710 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
3711 Add fraiseexcpt.
3712 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
3713 Use __feraiseexcept.
3714 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
3715 Protect libm symbols with IS_IN_libm.
3716
64accb62
RH
3717 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
3718
e5292691
BO
37192014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
3720
3721 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
3722
5b4bd2d4
WN
37232014-08-04 Will Newton <will.newton@linaro.org>
3724
3725 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
3726 file.
3727
fcadaeef
MF
37282014-08-04 Mike Frysinger <vapier@gentoo.org>
3729
3730 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
3731 variants for each function.
3732
43a94c64
RM
37332014-08-04 Roland McGrath <roland@hack.frob.com>
3734
3735 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
3736 appended ...
3737 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
3738 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
3739 appended ...
3740 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
3741 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
3742 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
3743 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
3744 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
3745 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
3746 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
3747 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
3748 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
3749 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
3750 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
3751 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
3752 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
3753 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
3754 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
3755 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
3756 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
3757 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
3758 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
3759 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
3760 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
3761 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
3762 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
3763 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
3764 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
3765 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
3766 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
3767 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
3768 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
3769 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
3770 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
3771 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
3772 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
3773 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
3774 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
3775 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
3776 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
3777 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
3778 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
3779 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
3780 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
3781 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
3782 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
3783 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
3784 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
3785 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
3786 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
3787 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
3788 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
3789 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
3790 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
3791 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
3792 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
3793 Update #include.
3794 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
3795 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
3796
8f3c1fa4
RM
37972014-08-04 Roland McGrath <roland@hack.frob.com>
3798
3799 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
3800 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
3801 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
3802 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
3803 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
3804 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
3805
ca08746f
RM
38062014-08-04 Roland McGrath <roland@hack.frob.com>
3807
3808 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
3809 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
3810 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3811 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
3812
9c925ff9
RM
38132014-08-04 Roland McGrath <roland@hack.frob.com>
3814
3815 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
3816 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
3817 (__libc_vfork): Define function under this name.
3818 (__vfork): Define as an alias.
3819 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
3820 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
3821
e641054c
RM
38222014-08-04 Roland McGrath <roland@hack.frob.com>
3823
3824 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
3825 that was previously under [RESET_PID].
3826 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
3827
dacdc867
AS
38282014-08-04 Andreas Schwab <schwab@suse.de>
3829
3830 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
3831
41f725ff
MF
38322014-08-03 Mike Frysinger <vapier@gentoo.org>
3833
3834 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
3835 (main): Likewise.
3836
277cfb31
RM
38372014-08-01 Roland McGrath <roland@hack.frob.com>
3838
3839 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
3840
4896f049
RH
38412014-08-01 Richard Henderon <rth@redhat.com>
3842
3843 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
3844 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
3845 typo in exact zero test.
3846 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
3847 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
3848 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
3849
6f64e7d7
RM
38502014-08-01 Roland McGrath <roland@hack.frob.com>
3851
3852 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
3853 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
3854 * sysdeps/arm/sysdep.h: ... here.
3855 [!__ASSEMBLER__]: Include <stdint.h>.
3856
3f3dd810
SP
38572014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
3858
a476ac4b
SP
3859 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
3860 (HAVE_WCTYPE_H): Likewise.
3861 (HAVE_ISWCTYPE): Likewise.
3862 (ENABLE_NLS): Likewise.
3863 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
3864 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
3865
78dd658a
SP
3866 * posix/regex_internal.c: Check if DEBUG is defined and is
3867 set.
3868
3f3dd810
SP
3869 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
3870 (HAVE_MBSRTOWCS): Likewise.
3871 * posix/fnmatch.c: Include string.h unconditionally.
3872
95ee7fb1
SL
38732014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
3874
3875 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
3876 reversal.
3877
23fe486b
RM
38782014-07-31 Roland McGrath <roland@hack.frob.com>
3879
f61a113f
RM
3880 * sysdeps/generic/safe-fatal.h: New file.
3881 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
3882 * nptl/forward.c: Include it.
3883 (__pthread_unwind): Use __safe_fatal as default action, rather
3884 than a bogus use of INTERNAL_SYSCALL that could never work.
3885
9fe7e787
RM
3886 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
3887 * configure.ac (libc_cv_builtin_trap): New test.
3888 * configure: Regenerated.
3889 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
3890 (ABORT_INSTRUCTION): Define using __builtin_trap.
3891
23fe486b
RM
3892 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
3893 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
3894 * sysdeps/nptl/nptl-signals.h: New file.
3895 * nptl/pthreadP.h: Include <nptl-signals.h>.
3896
f349489e
SL
38972014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
3898
3899 * sysdeps/s390/s390-64/utf16-utf32-z9.c
3900 (ONE_DIRECTION): Define.
3901 * sysdeps/s390/s390-64/utf8-utf16-z9.c
3902 (ONE_DIRECTION): Define.
3903 * sysdeps/s390/s390-64/utf8-utf32-z9.c
3904 (ONE_DIRECTION): Define.
3905
2f438e20
SL
39062014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
3907
3908 * sysdeps/s390/Makefile: Delete file.
3909 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
3910 * sysdeps/s390/__longjmp.c: Delete file.
3911 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
3912 Remove fields __flags and __reserved.
3913 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
3914 and add versioning.
3915 * sysdeps/s390/rtld-__longjmp.c: Delete file.
3916 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
3917 * sysdeps/s390/rtld-setjmp.S: Likewise.
3918 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
3919 * sysdeps/s390/s390-32/__longjmp.c: ... here.
3920 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
3921 * sysdeps/s390/s390-32/setjmp.S: ... here.
3922 Add versioning.
3923 (__sigsetjmp): Remove setting __flags field.
3924 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
3925 * sysdeps/s390/s390-64/__longjmp.c: ... here.
3926 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
3927 * sysdeps/s390/s390-64/setjmp.S: ... here.
3928 Add versioning.
3929 (__sigsetjmp): Remove setting __flags field.
3930 * sysdeps/s390/setjmp.S: Delete file.
3931 * sysdeps/s390/sigjmp.c: Likewise.
3932 * sysdeps/s390/v1-longjmp.c: Likewise.
3933 * sysdeps/s390/v1-setjmp.h: Likewise.
3934 * sysdeps/s390/v1-sigjmp.c: Likewise.
3935 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
3936 Remove v1-longjmp_chk.
3937 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
3938 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
3939 Include debug/longjmp_chk.c and add versioning.
3940 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
3941 Include nptl/pt-longjmp.c and add versioning.
3942 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
3943 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
3944 Include __longjmp.c.
3945 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
3946 Move to ...
3947 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
3948 (__getcontext): Remove setting __flags field.
3949 Add versioning.
3950 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
3951 Don't restore upper high grps.
3952 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
3953 Likewise.
3954 (__swapcontext): Remove setting uc_flags field.
3955 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
3956 Delete file.
3957 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
3958 Include __longjmp.c.
3959 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
3960 Move to ...
3961 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
3962 (__getcontext): Remove setting __flags field.
3963 Add versioning.
3964 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
3965 (__swapcontext): Remove setting uc_flags field.
3966 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
3967 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
3968 Remove fields uc_high_gprs and __reserved.
3969 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
3970 New file with reverted content.
3971 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
3972 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
3973 Regenerated.
3974 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
3975 Regenerated.
3976
6c9578a2
AS
39772014-07-31 Andreas Schwab <schwab@suse.de>
3978
3979 * config.h.in (HAVE_IFUNC): Define to 0.
3980 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
3981 definedness.
3982
05f3633d
LM
39832014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
3984
3985 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3986 memmove-avx-unaligned, memcpy-avx-unaligned and
3987 mempcpy-avx-unaligned.
3988 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3989 Add tests for AVX memcpy functions.
3990 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
3991 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
3992 memcpy_chk.
3993 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
3994 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
3995 memmove_chk.
3996 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
3997 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
3998 mempcpy_chk.
3999 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4000 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4001 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4002
a53fbd8e
AZ
40032013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4004
4005 [BZ #17213]
4006 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4007 powerpc64le.
4008
0961f7e1
JL
40092014-07-29 Jeff Layton <jlayton@poochiereds.net>
4010
4011 [BZ #16839]
4012 * manual/llio.texi: Add section about open file description locks.
4013 * manual/examples/ofdlocks.c: Example of open file description
4014 lock usage.
4015 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4016 F_OFD_SETLK, and F_OFD_SETLKW.
4017
cc5fb300
AM
40182014-07-23 Allan McRae <allan@archlinux.org>
4019
4020 * po/es.po: Update Spanish translation from translation project.
4021
23329dca
AS
40222014-07-18 Andreas Schwab <schwab@linux-m68k.org>
4023
4024 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4025
9c82da17
MR
40262014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
4027
4028 [BZ #17078]
4029 * sysdeps/arm/dl-machine.h (elf_machine_rela)
4030 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4031 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4032
29c4f53e
JM
40332014-07-17 Joseph Myers <joseph@codesourcery.com>
4034
831b9896
JM
4035 [BZ #17088]
4036 * math/fesetenv.c (__fesetenv)
4037 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4038 * math/feupdateenv.c (__feupdateenv)
4039 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4040
b21c2d50
JM
4041 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4042 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4043 (__ASSUME_SOCKETCALL): Do not define.
4044
067764ef
JM
4045 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4046 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4047 (__ASSUME_SOCKETCALL): Do not define.
4048 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4049 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4050 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4051 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4052 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4053 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4054 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4055 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4056
642530c1
JM
4057 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4058 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4059 (__ASSUME_SOCKETCALL): Do not define.
4060 (__ASSUME_IPC64): Define unconditionally.
4061 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4062 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4063 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4064 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4065 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4066 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4067 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4068 Likewise.
4069
03f77315
JM
4070 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4071 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4072 (__ASSUME_SOCKETCALL): Do not define.
4073 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4074 (__ASSUME_FUTEX_LOCK_PI): Likewise.
4075 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4076 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4077 (__ASSUME_REQUEUE_PI): Define unconditionally.
4078 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4079 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4080 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4081 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4082 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4083 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4084
083b1f7c
JM
4085 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4086 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4087 (__ASSUME_SOCKETCALL): Do not define.
4088 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4089 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4090 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4091 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4092 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4093 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4094
5be44ea6
JM
4095 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4096 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4097 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4098 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4099 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4100 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4101 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4102 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4103 (__ASSUME_GETCPU_SYSCALL): Likewise.
4104
d95ffd4c
JM
4105 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4106 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
4107 cases for individual architectures.
4108 * sysdeps/gnu/configure: Regenerated.
4109 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4110 LIBC_SLIBDIR_RTLDDIR.
4111 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4112 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4113 LIBC_SLIBDIR_RTLDDIR.
4114 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4115 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4116 LIBC_SLIBDIR_RTLDDIR.
4117 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4118 Regenerated.
4119 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4120 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4121 file.
4122 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4123 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4124 file.
4125 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4126 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4127 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4128 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4129
29c4f53e
JM
4130 * sysdeps/aarch64/shlib-versions: Move to ...
4131 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4132 * sysdeps/alpha/shlib-versions: Move to ...
4133 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4134 * sysdeps/arm/shlib-versions: Move to ...
4135 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4136 * sysdeps/hppa/shlib-versions: Move all contents except for
4137 libgcc_s entry to ...
4138 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
4139 entry from ...
4140 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
4141 * sysdeps/ia64/shlib-versions: Move to ...
4142 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
4143 entry from ...
4144 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
4145 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4146 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4147 * sysdeps/microblaze/shlib-versions: Move to ...
4148 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4149 * sysdeps/mips/shlib-versions: Move to ...
4150 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
4151 entry from ...
4152 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
4153 * sysdeps/tile/shlib-versions: Move to ...
4154 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4155 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4156 from ...
4157 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
4158 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4159 entry from ...
4160 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
4161
32bead5b
WN
41622014-07-17 Will Newton <will.newton@linaro.org>
4163
57977c4b
WN
4164 * sysdeps/arm/bits/atomic.h
4165 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4166 (__arch_compare_and_exchange_bool_16_int): Likewise.
4167 (__arch_compare_and_exchange_bool_64_int): Likewise.
4168
32bead5b
WN
4169 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4170 into an #else block.
4171
37fccd41
RM
41722014-07-16 Roland McGrath <roland@hack.frob.com>
4173
4174 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4175 just Linux configurations. Test empirically that the compiler sets
4176 __ARM_EABI__, rather than using the tuple to decide.
4177 * sysdeps/arm/preconfigure: Regenerated.
4178 * sysdeps/unix/sysv/linux/arm/configure: File removed.
4179 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4180 contents appended ...
4181 * sysdeps/arm/configure.ac: ... here.
4182 * sysdeps/arm/configure: Regenerated.
4183
b365f3ec
RM
41842014-07-15 Roland McGrath <roland@hack.frob.com>
4185
8badf496
RM
4186 * nptl/pthread_kill.c: New file.
4187 * nptl/pthread_sigmask.c: New file.
4188 * nptl/pthread_sigqueue.c: New file.
4189
3df6f22e
RM
4190 * sysdeps/nptl/lowlevellock.h: New file.
4191 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4192 * sysdeps/nptl/lowlevellock-futex.h: New file.
4193
b365f3ec
RM
4194 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4195 Remove dead declarations.
4196
f2fef657
L
41972014-07-14 H.J. Lu <hongjiu.lu@intel.com>
4198
4199 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4200 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4201 config-cflags-avx2.
4202 * sysdeps/x86_64/configure.ac: Likewise.
4203 * sysdeps/i386/configure: Regenerated.
4204 * sysdeps/x86_64/configure: Likewise.
4205 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4206 memset-avx2 only if config-cflags-avx2 is yes.
4207 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4208 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4209 defined.
4210 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4211 only if HAVE_AVX2_SUPPORT is defined.
4212 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4213
f6c44d47
AM
42142014-07-14 Alan Modra <amodra@gmail.com>
4215
4216 [BZ #17153]
4217 * elf/elf.h (DT_PPC64_NUM): Correct value.
4218 * NEWS: Add to fixed bug list.
4219
7ee03f00
JM
42202014-07-13 Jim Meyering <meyering@fb.com>
4221
4222 [BZ 17150]
4223 regex: don't deref NULL upon heap allocation failure
4224 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4225 failure in one more place.
4226 To trigger the segfault, configure grep -with-included-regex,
4227 build it, and run these commands:
4228 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4229
9d39d517
AS
42302014-07-13 Andreas Schwab <schwab@linux-m68k.org>
4231
4232 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4233
a75b89b7
RH
42342014-07-11 Richard Henderson <rth@redhat.com>
4235
4236 * sysdeps/aarch64/libm-test-ulps: Update.
4237
771eb141
FW
42382014-07-10 Florian Weimer <fweimer@redhat.com>
4239
4240 [BZ #17135]
4241 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4242 * nptl/allocatestack.c (__nptl_setxid_error): New function.
4243 (__nptl_setxid): Initialize error member. Call
4244 __nptl_setxid_error.
4245 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4246 * nptl/descr.h (struct xid_command): Add error member.
4247 * nptl/tst-setuid3.c: New file.
4248 * nptl/Makefile (tests): Add it.
4249
bc1da176
AZ
42502014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4251
4252 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4253 New define.
4254 (__lll_trylock): Use __lll_base_trylock.
4255 (__lll_cond_trylock): Likewise.
4256
887865fc
RM
42572014-07-10 Roland McGrath <roland@hack.frob.com>
4258
c0c6bac9
RM
4259 * nptl/pthread_create.c (start_thread): Use atomic_or and
4260 lll_futex_wake directly rather than lll_robust_dead.
4261 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4262 (lll_robust_dead): Macro removed.
6a42be57 4263 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
4264 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4265 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4266 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4267 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4268 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4269 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4270 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4271 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4272 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4273 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4274 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4275 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4276 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4277 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4278
887865fc
RM
4279 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4280 Use atomic_compare_and_exchange_val_acq directly rather than
4281 lll_robust_trylock.
4282 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4283 (__lll_robust_trylock, lll_robust_trylock): Removed.
4284 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4285 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4286 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4287 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4288 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4289 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4290 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4291 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4292 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4293 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4294 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4295 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4296 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4297 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4298
58536726
FW
42992014-07-02 Florian Weimer <fweimer@redhat.com>
4300
4301 * manual/locale.texi (Locale Names): New section documenting
4302 locale name syntax. Adjust menu and node chaining accordingly.
4303 (Choosing Locale): Reference Locale Names, Locale Categories.
4304 Mention setting LC_ALL=C. Reflect that name syntax is now
4305 documented.
4306 (Locale Categories): New section title. Reference Locale Names.
4307 LC_ALL is an environment variable, but not a category.
4308 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4309 description, now in Locale Name. Reference that section. Locale
4310 name syntax is now documented.
4311
4e8f95a0
FW
43122014-07-02 Florian Weimer <fweimer@redhat.com>
4313
4314 [BZ #17137]
4315 * locale/findlocale.c (name_present, valid_locale_name): New
4316 functions.
4317 (_nl_find_locale): Use the loc_name variable to store name
4318 candidates. Call name_present and valid_locale_name to check and
4319 validate locale names. Return an error if the locale is invalid.
4320
d1836456
FW
43212014-07-02 Florian Weimer <fweimer@redhat.com>
4322
4323 * locale/setlocale.c (setlocale): Use strdup for allocating
4324 composite name copy.
4325
d69b7f5a
SP
43262014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
4327
888c679b
SP
4328 Sync up with gnulib.
4329 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4330 [!_LIBC && ENABLE_NLS]: Include gettext.h.
4331 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4332 and _GL_ARG_NONNULL.
4333 [USE_UNLOCKED_IO]: Include unlocked-io.h.
4334 [!_LIBC]: Include code for Windows and Cygwin.
4335 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4336 Include prototype for int strerror_r.
4337 [!_LIBC] (is_open): New function.
4338 (flush_stdout): New function.
4339 (print_errno_message): Use it.
4340 (error): Likewise.
4341 (error_at_line): Likewise.
4342 (error_tail) Add function attribute macros. Use
4343 __builtin_expect.
4344
180e0e4b
SP
4345 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4346
d22f1fe2
SP
4347 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4348
12f2254b
SP
4349 * io/ftw.c: Include sys/param.h unconditionally.
4350
c3c7c360
SP
4351 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4352
d62aa75a
SP
4353 [BZ #17125]
4354 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4355 libc_freeres_ptr.
4356 (freecache): New function to free CACHE on exit.
4357
d69b7f5a
SP
4358 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4359 initialization.
4360
5efe06a1
DM
43612014-07-09 David S. Miller <davem@davemloft.net>
4362
4363 * sysdeps/sparc/fpu/libm-test-ulps: Update.
4364
7000d82e
DM
4365 * sysdeps/sparc/nptl/internaltypes.h: Delete.
4366 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4367 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4368 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4369 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4370 * sysdeps/sparc/nptl/sem_init.c: Likewise.
4371 * sysdeps/sparc/nptl/sem_post.c: Likewise.
4372 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4373 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4374 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4375 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4376 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4377 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4378
c213442d
AS
43792014-07-09 Andreas Schwab <schwab@suse.de>
4380
4a2552c3
AS
4381 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4382 output.
4383 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4384 (do_test): Likewise.
4385
c213442d
AS
4386 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4387
82374e65
WN
43882014-07-09 Will Newton <will.newton@linaro.org>
4389
4390 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4391 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4392 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4393 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4394 * sysdeps/hppa/start.S (_start): Likewise.
4395
6680738a
SP
43962014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
4397
6ee3eab4
SP
4398 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4399
6680738a
SP
4400 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4401 defined.
4402
80b5c505
SP
44032014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
4404
e35c53e3
SP
4405 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4406 after checking that it is non-NULL.
4407
80b5c505
SP
4408 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4409
91f4b564
AZ
44102014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4411
27b75f56
AZ
4412 * sysdeps/powerpc/memmove.c: Remove file.
4413 * sysdeps/powerpc/powerpc32/power4/memcopy.h
4414 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4415 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4416 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4417 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4418 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4419 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4420 string memmove instead of removed powerpc one.
4421
e7f95bb5
AZ
4422 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4423 [weak_alias]: Fix compiler warning due trailing data.
4424 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4425 [weak_alias]: Likewise.
4426 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4427 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4428
91f4b564
AZ
4429 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4430 (__libc_ifunc_impl_list): Add memmove functions.
4431
7c33f1e5
SP
44322014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
4433
4434 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4435 Remove code.
4436 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4437 Likewise
4438 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4439 Likewise
4440 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4441 Likewise
4442 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4443 Likewise
4444 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4445 Likewise
4446 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4447 Likewise
4448 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4449 Likewise
4450 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4451 Likewise
4452 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4453 Likewise
4454 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4455 Likewise
4456 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4457 Likewise
4458 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4459 Likewise
4460 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4461 Likewise
4462 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4463 Likewise
4464 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4465 Likewise
4466 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4467 Likewise
4468
3f17b03b
AZ
44692014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4470
87868c24
AZ
4471 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4472 to avoid alignment traps in non-cacheable memory.
4473 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4474
07aedd78
AZ
4475 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4476 multiarch objects.
4477 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4478 file: multiarch power7 memmove.
4479 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4480 multiarch default memmove.
4481 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4482 multiarch memove for powerpc32/power4.
4483
17762f66
AZ
4484 * string/bcopy.c: Use full path to include memmove.c.
4485 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4486 multiarch objects.
4487 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4488 bcopy for powerpc64.
4489 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4490 bcopy for powerpc64.
4491 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4492 and memmove implementations.
4493 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4494 optimized multiarch memmove for POWER7/powerpc64.
4495 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4496 default multiarch memmove for powerpc64.
4497 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4498 multiarch for powerpc64.
4499 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4500 for POWER7/powerpc64.
4501 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4502 memmove for POWER7/powerpc64.
4503
d6f68bbe
AZ
4504 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4505 glibc default one.
4506
3f17b03b
AZ
4507 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4508 __ELF_NATIVE_CLASS equal to 64.
4509
08192659
RM
45102014-07-07 Roland McGrath <roland@hack.frob.com>
4511
f4c4021b
RM
4512 * sysdeps/nptl/lowlevellock.h: File removed.
4513
f083450f
RM
4514 * NEWS: NPTL is no longer an add-on!
4515 * nptl/internaltypes.h: Moved ...
4516 * sysdeps/nptl/internaltypes.h: ... here.
4517 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
4518 * sysdeps/nptl/fork.c: Likewise.
4519 * sysdeps/nptl/gai_misc.h: Likewise.
4520 * sysdeps/nptl/librt-cancellation.c: Likewise.
4521 * sysdeps/nptl/jmp-unwind.c: Likewise.
4522 * sysdeps/nptl/setxid.h: Likewise.
4523 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
4524 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
4525 * sysdeps/unix/sysv/linux/arm/Implies: New file.
4526 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
4527 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
4528 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
4529 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
4530 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
4531 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
4532 * sysdeps/unix/sysv/linux/mips/Implies: New file.
4533 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
4534 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
4535 * sysdeps/unix/sysv/linux/sh/Implies: New file.
4536 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
4537 * sysdeps/unix/sysv/linux/tile/Implies: New file.
4538 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
4539 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
4540 * nptl/Makeconfig: Moved ...
4541 * sysdeps/nptl/Makeconfig: ... here.
4542 * nptl/configure: File removed.
4543 * nptl/ANNOUNCE: File removed.
4544 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
4545 * sysdeps/unix/sysv/linux/configure: Regenerated.
4546
08192659
RM
4547 * nptl/Makefile (routines): Add libc_pthread_init,
4548 libc_multiple_threads, register-atfork and unregister-atfork.
4549 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
4550 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
4551 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
4552 pthread-pi-defines.sym, structsem.sym.
4553 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
4554 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
4555 [$(subdir) = nptl] (tests): Add tst-setgetname.
4556 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
4557 * sysdeps/unix/sysv/linux/sigaction.c: Just include
4558 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
4559 [!LIBC_SIGACTION]: Remove aliases.
4560 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4561 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4562 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4563 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4564 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4565 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
4566 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4567 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4568 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4569 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
4570 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
4571 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
4572 __libc_allocate_rtsig_private.
4573 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
4574 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
4575 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4576 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4577 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4578 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
4579 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
4580 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
4581 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
4582 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
4583 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
4584 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
4585 * nptl/internaltypes.h: ... here.
4586 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
4587 * sysdeps/nptl/jmp-unwind.c: ... here.
4588 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
4589 * nptl/libc-lowlevellock.c: ... here.
4590 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
4591 * nptl/libc_multiple_threads.c: ... here.
4592 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
4593 * nptl/libc_pthread_init.c: ... here.
4594 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
4595 * nptl/lowlevelbarrier.sym: ... here.
4596 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
4597 * nptl/lowlevelcond.sym: ... here.
4598 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
4599 * nptl/lowlevellock.c: ... here.
4600 * nptl/lowlevellock.h: Moved ...
4601 * sysdeps/nptl/lowlevellock.h: ... here.
4602 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
4603 * nptl/lowlevelrobustlock.c: ... here.
4604 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
4605 * nptl/lowlevelrobustlock.sym: ... here.
4606 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
4607 * nptl/lowlevelrwlock.sym: ... here.
4608 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
4609 * nptl/pt-fork.c: ... here.
4610 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
4611 * nptl/pthread-pi-defines.sym: ... here.
4612 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
4613 * nptl/pthread_attr_getaffinity.c: ... here.
4614 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
4615 * nptl/pthread_attr_setaffinity.c: ... here.
4616 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
4617 * nptl/pthread_mutex_cond_lock.c: ... here.
4618 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
4619 Update #include.
4620 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
4621 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
4622 * nptl/pthread_once.c: ... here, replacing old file.
4623 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
4624 * nptl/pthread_yield.c: ... here.
4625 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
4626 * nptl/register-atfork.c: ... here.
4627 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
4628 * nptl/sem_post.c: ... here.
4629 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
4630 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
4631 * nptl/sem_timedwait.c: ... here.
4632 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
4633 * nptl/sem_trywait.c: ... here.
4634 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
4635 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
4636 * nptl/sem_wait.c: ... here.
4637 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
4638 * nptl/structsem.sym: ... here.
4639 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
4640 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
4641 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
4642 * nptl/unregister-atfork.c: ... here.
4643 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
4644 * nptl/unwindbuf.sym: ... here.
4645 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
4646 * sysdeps/nptl/fork.c: ... here.
4647 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
4648 * sysdeps/nptl/fork.h: ... here.
4649 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
4650 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
4651 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
4652 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
4653 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
4654 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
4655 * sysdeps/unix/sysv/linux/getpid.c: ... here.
4656 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
4657 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
4658 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
4659 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
4660 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
4661 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
4662 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
4663 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
4664 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
4665 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
4666 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
4667 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
4668 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
4669 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
4670 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
4671 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
4672 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
4673 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
4674 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
4675 * sysdeps/unix/sysv/linux/raise.c: ... here.
4676 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
4677 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
4678 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
4679 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
4680 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
4681 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
4682 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
4683 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
4684 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
4685 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
4686 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
4687 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
4688 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
4689 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
4690 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
4691
96baf6ff
SP
46922014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
4693
4694 * sysdeps/generic/memcopy.h: Add comment for
4695 MEMCPY_OK_FOR_FWD_MEMMOVE.
4696
6b7b14b2
WN
46972014-07-04 Will Newton <will.newton@linaro.org>
4698
1570a72b
WN
4699 * string/memchr.c: Merge from gnulib.
4700 [_LIBC]: Remove conditionals.
4701 (__ptr_t): Remove define.
4702 (LONG_MAX_32_BITS): Likewise.
4703 (LONG_MAX): Likewise.
4704 (MEMCHR): Use ANSI prototype and optimize algorithm.
4705
6b7b14b2
WN
4706 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
4707
38851324
SP
47082014-07-03 Roland McGrath <roland@hack.frob.com>
4709
3d9eb57c
RM
4710 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
4711 (lll_futex_timed_wait_bitset): Fix syscall argument count.
4712
78b984ae
RM
4713 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
4714 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
4715 in a bare environment with no <stdlib.h> installed.
4716 * sysdeps/nptl/configure: Regenerated.
4717
2d5976a5
RM
4718 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
4719
c1f5acd4
RM
4720 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
4721 AC_EGREP_CPP for kernel header checks, so they only succeed if
4722 including <linux/version.h> actually works right.
4723 * sysdeps/unix/sysv/linux/configure: Regenerated.
4724
4d614fe5
RM
4725 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
4726 value so it's not diagnosed as unused.
4727
38851324
SP
4728 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
4729 thing) with "ifeq ($(subdir),rt)".
4730
b3ec00e5
RH
47312014-07-03 Richard Henderson <rth@redhat.com>
4732
69862e25
RH
4733 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
4734 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
4735 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
4736
d5e16ade
RH
4737 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
4738 (math_force_eval): New.
4739
ca7b945c
RH
4740 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
4741 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
4742
cd1175a3
RH
4743 * sysdeps/alpha/fpu/s_round.c: Remove file.
4744 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
4745
b3ec00e5
RH
4746 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
4747 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
4748 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
4749 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
4750 (_dl_start, print_statistics): Likewise.
4751 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
4752 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
4753
4754 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4755 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4756 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4757 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4758 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
4759 (HP_SMALL_TIMING_AVAIL): Define.
4760 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4761 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
4762 (HP_SMALL_TIMING_AVAIL): Define.
4763 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4764 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4765
4766 * sysdeps/aarch64/hp-timing.h: New file.
4767
4768 * sysdeps/generic/hp-timing.h: Remove dead comment.
4769 * sysdeps/generic/hp-timing-common.h: New file.
4770 * sysdeps/alpha/hp-timing.h: Include it.
4771 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
4772 * sysdeps/i386/i686/hp-timing.h: Likewise.
4773 * sysdeps/ia64/hp-timing.h: Likewise.
4774 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
4775 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
4776 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
4777 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
4778 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
4779 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
4780 (hp_timing_t): New.
4781
4782 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
4783 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
4784 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
4785 * elf/rtld.c (_dl_start_final): Likewise.
4786 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
4787 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4788 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4789 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4790 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4791 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
4792 (HP_TIMING_DIFF_INIT): Remove.
4793 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4794 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
4795 (HP_TIMING_DIFF_INIT): Remove.
4796 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
4797 * sysdeps/i386/i686/hp-timing.c: Remove file.
4798 * sysdeps/x86_64/hp-timing.c: Remove file.
4799 * sysdeps/ia64/hp-timing.c: Remove file.
4800 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
4801 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
4802 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
4803 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
4804
4805 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
4806 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
4807 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
4808 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
4809 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
4810 (HP_TIMING_ACCUM): Remove.
4811 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
4812 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
4813 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
4814
4815 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
4816 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
4817 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
4818 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
4819 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
4820 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
4821 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
4822 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
4823
4824 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
4825
225f410f
MR
48262014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
4827
4828 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
4829
3247f285
SP
48302014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
4831
4832 Sync up with gettext.
4833 * intl/loadmsgcat.c: Define O_BINARY if not defined.
4834 [_MSC_VER]: Include malloc.h
4835 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
4836 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
4837 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
4838 TEMP_FAILURE_RETRY. Cast return of alloca.
4839 [!_LIBC] Call gl_rwlock_init.
4840 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
4841
d12704c7
SP
48422014-07-02 Roland McGrath <roland@hack.frob.com>
4843
4844 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
4845 before checking its value.
4846
99f8dc92
SP
48472014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
4848
05fdac77
SP
4849 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
4850
99f8dc92
SP
4851 * debug/memcpy_chk.c: Don't include pagecopy.h.
4852 * debug/mempcpy_chk.c: Likewise.
4853 * string/memcpy.c: Likewise.
4854 * string/memmove.c: Likewise.
4855 * sysdeps/powerpc/memmove.c: Likewise.
4856 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
4857 definition of PAGE_COPY_FWD_MAYBE here...
4858 * sysdeps/generic/pagecopy.h: ... from here.
4859 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
4860
bc8ea385
VR
48612014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
4862 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4863
4864 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
4865 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
4866 optimizations.
4867 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4868 (__libc_ifunc_impl_list): Likewise.
4869 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
4870 multiarch strcat for PPC64.
4871 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
4872 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
4873
fe5f34e4
RM
48742014-07-02 Roland McGrath <roland@hack.frob.com>
4875
4876 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
4877
256aa665
SP
48782014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
4879
d4eb8195
SP
4880 * intl/loadmsgcat.c: Remove declaration of
4881 get_sysdep_segment_value.
4882 (get_sysdep_segment_value): Use ISO C style.
4883 (_nl_load_domain): Use ISO C style. Get rid of redundant
4884 semicolon. Fix typo and formatting in comment.
4885 (_nl_unload_domain): Use ISO C style.
4886
256aa665
SP
4887 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
4888
b100f9aa
WN
48892014-07-02 Will Newton <will.newton@linaro.org>
4890
4891 * malloc/obstack.c: Merge from gnulib master.
4892 [HAVE_CONFIG_H]: Remove conditional code.
4893 [!_LIBC]: Include config.h.
4894 [!ELIDE_CODE]: Don't include inttypes.h, include
4895 stdint.h unconditionally.
4896 (print_and_abort): Mark as _Noreturn.
4897 (_obstack_allocated_p): Mark as __attribute_pure__.
4898 (obstack_free): Rename to __obstack_free.
4899 [!__attribute__]: Remove conditional code.
4900 * malloc/obstack.h: Merge from gnulib master.
4901 [__cplusplus]: Move conditional down.
4902 [!__attribute_pure__]: Define __attribute_pure__ here
4903 if it is not already defined.
4904 (_obstack_memory_used): Mark as __attribute_pure__.
4905 [!__obstack_free]: Define as obstack_free.
4906 [__GNUC__]: Remove check for ancient NeXT gcc.
4907
c4c41244
PE
49082014-07-02 Will Newton <will.newton@linaro.org>
4909 Paul Eggert <eggert@cs.ucla.edu>
4910
4911 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
4912
e1e041c4
SP
49132014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
4914
4915 * resolv/gethnamaddr.c: Add comment warning that the file is
4916 not maintained.
4917
ccf431ff
CD
49182014-07-01 Carlos O'Donell <carlos@redhat.com>
4919
d34570a6
CD
4920 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
4921 entries.
4922
ccf431ff
CD
4923 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
4924 entry for aio_cancel and aio_cancel64.
4925 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
4926 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
4927 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
4928 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
4929 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
4930 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
4931 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
4932 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
4933 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
4934 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
4935 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
4936 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
4937 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
4938
ca06321d
RM
49392014-07-01 Roland McGrath <roland@hack.frob.com>
4940
4941 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
4942 * nptl/pthread_mutex_lock.c: Likewise.
4943 * nptl/pthread_mutex_timedlock.c: Likewise.
4944 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
4945
a1ac3184
RH
49462014-07-01 Richard henderson <rth@redhat.com>
4947
631021e0
RH
4948 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
4949 (__isnan, __isnanl): Remove.
4950 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
4951
a1ac3184
RH
4952 * sysdeps/alpha/fpu/libm-test-ulps: Update.
4953
0c1d731f
SL
49542014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
4955
4956 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4957
76985d3e
SP
49582014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4959
4960 * resolv/nss_dns/dns-host.c (getanswer_r)
4961 [MULTI_PTRS_ARE_ALIASES]: Remove code.
4962
b0cb3096
JM
49632014-07-01 Joseph Myers <joseph@codesourcery.com>
4964
4965 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
4966 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
4967 undefine.
4968 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
4969 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
4970
4d76cb39
RM
49712014-07-01 Roland McGrath <roland@hack.frob.com>
4972
4973 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
4974 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
4975
4976 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
4977 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
4978
4979 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
4980 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
4981 ... here.
4982 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
4983 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
4984
4985 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
4986 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
4987 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
4988 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
4989
4990 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
4991 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
4992 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
4993 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
4994 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
4995 Moved ...
4996 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
4997 ... here.
4998 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
4999 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5000 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5001 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5002 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5003 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5004 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5005 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5006 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5007 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5008 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5009 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5010 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5011 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5012 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5013 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5014 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5015 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5016 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5017 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5018 ... here.
5019 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5020 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5021 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5022 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5023 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5024 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5025 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5026 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5027
0cdcad17
DH
50282014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
5029
5030 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5031 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5032 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5033 Add sysdep.
5034
9b71d0e3
AZ
50352014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5036
5037 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5038
665390c2
JM
50392014-06-30 Joseph Myers <joseph@codesourcery.com>
5040
ae05a9d7
JM
5041 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5042 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5043
a7672a2f
JM
5044 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5045
665390c2
JM
5046 * sysdeps/arm/libm-test-ulps: Regenerated.
5047
d7a05d07
MR
50482014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
5049 Roland McGrath <roland@hack.frob.com>
5050
5051 * test-skeleton.c (signal_handler): Kill the whole process group
5052 before killing the child individually.
5053 (main): Report any failure on `setpgid'.
5054
46f1d8a6
RM
50552014-06-30 Roland McGrath <roland@hack.frob.com>
5056
5057 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5058 from _TLS_H to _ARM_NPTL_TLS_H.
5059 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5060 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5061
9c37ec0b
JM
50622014-06-30 Joseph Myers <joseph@codesourcery.com>
5063
ce9c5b3e
JM
5064 [BZ #16539]
5065 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5066 (__expm1l): Return argument unchanged when small but not
5067 subnormal.
5068
3a6e9887
JM
5069 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5070 include macro name.
5071 (_FP_UNPACK_RAW_1_P): Likewise.
5072 (_FP_PACK_RAW_1): Likewise.
5073 (_FP_PACK_RAW_1_P): Likewise.
5074 (_FP_MUL_MEAT_1_wide): Likewise.
5075 (_FP_MUL_MEAT_DW_1_hard): Likewise.
5076 (_FP_MUL_MEAT_1_hard): Likewise.
5077 (_FP_DIV_MEAT_1_imm): Likewise.
5078 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5079 (_FP_DIV_MEAT_1_udiv): Likewise.
5080 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5081 (_FP_UNPACK_RAW_2): Likewise.
5082 (_FP_UNPACK_RAW_2_P): Likewise.
5083 (_FP_PACK_RAW_2): Likewise.
5084 (_FP_PACK_RAW_2_P): Likewise.
5085 (_FP_MUL_MEAT_DW_2_wide): Likewise.
5086 (_FP_MUL_MEAT_2_wide): Likewise.
5087 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5088 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5089 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5090 (_FP_MUL_MEAT_2_gmp): Likewise.
5091 (_FP_DIV_MEAT_2_udiv): Likewise.
5092 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5093 (_FP_FRAC_SRL_4): Likewise.
5094 (_FP_FRAC_SRST_4): Likewise.
5095 (_FP_FRAC_SRS_4): Likewise.
5096 (_FP_UNPACK_RAW_4): Likewise.
5097 (_FP_UNPACK_RAW_4_P): Likewise.
5098 (_FP_PACK_RAW_4): Likewise.
5099 (_FP_PACK_RAW_4_P): Likewise.
5100 (_FP_MUL_MEAT_DW_4_wide): Likewise.
5101 (_FP_MUL_MEAT_4_wide): Likewise.
5102 (_FP_MUL_MEAT_4_gmp): Likewise.
5103 (umul_ppppmnnn): Likewise.
5104 (_FP_DIV_MEAT_4_udiv): Likewise.
5105 (__FP_FRAC_ADD_4): Likewise.
5106 (__FP_FRAC_SUB_3): Likewise.
5107 (__FP_FRAC_SUB_4): Likewise.
5108 (__FP_FRAC_DEC_3): Likewise.
5109 (__FP_FRAC_DEC_4): Likewise.
5110 (__FP_FRAC_ADDI_4): Likewise.
5111 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5112 (_FP_FRAC_SRL_8): Likewise.
5113 (_FP_FRAC_SRS_8): Likewise.
5114
9c37ec0b
JM
5115 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5116 include macro name.
5117 (FP_UNPACK_RAW_EP): Likewise.
5118 (FP_PACK_RAW_E): Likewise.
5119 (FP_PACK_RAW_EP): Likewise.
5120 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5121 (_FP_ISSIGNAN): Likewise.
5122 (_FP_ADD_INTERNAL): Likewise.
5123 (_FP_FMA): Likewise.
5124 (_FP_CMP): Likewise.
5125 (_FP_SQRT): Likewise.
5126 (_FP_TO_INT): Likewise.
5127 (_FP_FROM_INT): Likewise.
5128 (FP_EXTEND): Likewise.
5129 (_FP_DIV_MEAT_N_loop): Likewise.
5130
2125f674
MR
51312014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
5132
5133 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5134 throughout.
5135
edea4028
JM
51362014-06-29 Joseph Myers <joseph@codesourcery.com>
5137
5138 [BZ #17097]
5139 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5140 result with correct sign in case of exponents that produce
5141 overflow except for X very close to 1.
5142
dd0ba018
PE
51432014-06-28 Paul Eggert <eggert@cs.ucla.edu>
5144
5145 mktime: merge #if/#ifdef usage from glibc
5146 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5147 as that works with both Glibc's and Gnulib's style.
5148 See thread starting at Siddhesh Poyarekar's bug report at:
5149 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5150
64df73c2
SP
51512014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
5152
5153 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5154 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5155 * sysdeps/tile/tilegx/memmove.c: Remove file.
5156
f1eafb41
JM
51572014-06-27 Joseph Myers <joseph@codesourcery.com>
5158
5159 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5160 abi-name definition.
5161 * scripts/soversions.awk: Do not handle or generate ABI lines.
5162 * shlib-versions: Remove ABI entries.
5163 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5164 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5165
58eb0862
RM
51662014-06-27 Roland McGrath <roland@hack.frob.com>
5167
37caf178
RM
5168 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5169 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5170 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5171 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5172 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5173 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5174 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5175 Moved ...
5176 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5177 ... here.
5178 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5179 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5180 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5181 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5182 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5183 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5184 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5185 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5186 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5187 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5188 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5189 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5190 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5191 Moved ...
5192 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5193 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5194 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5195 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5196 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5197 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5198 Moved ...
5199 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5200 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5201 Moved ...
5202 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5203 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5204 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5205 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5206 Moved ...
5207 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5208 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5209 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5210 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5211 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5212 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5213 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5214 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5215 Moved ...
5216 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5217 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5218 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5219 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5220 Moved ...
5221 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5222 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5223 Moved ...
5224 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5225 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5226 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5227 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5228 Moved ...
5229 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5230 ... here.
5231 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5232 Identical file removed.
5233 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5234 Moved ...
5235 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5236 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5237 Identical file removed.
5238 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5239 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5240 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5241 Moved ...
5242 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5243 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5244 Identical file removed.
5245 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5246 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5247 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5248 Identical file removed.
5249 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5250 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5251 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5252 Identical file removed.
5253 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5254 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5255 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5256 Identical file removed.
5257 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5258 Moved ...
5259 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5260 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5261 Identical file removed.
5262 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5263 Moved ...
5264 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5265 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5266 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5267 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5268 Identical file removed.
5269 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5270 Moved ...
5271 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5272 ... here.
5273 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5274 Identical file removed.
5275 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5276 Moved ...
5277 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5278 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5279 Identical file removed.
5280 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5281 Moved ...
5282 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5283 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5284 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5285 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5286 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5287 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5288 Moved ...
5289 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5290 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5291 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5292
58eb0862
RM
5293 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5294 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5295 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5296 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5297 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5298
6f12d062
AS
52992014-06-27 Arjun Shankar <arjun.is@lostca.se>
5300
5301 [BZ #17092]
5302 * nscd/nscd.c (monitor_child): Return exit status of child
5303 instead of return value from wait syscall.
5304
be254932
JM
53052014-06-27 Joseph Myers <joseph@codesourcery.com>
5306
cb403c34
JM
5307 * configure.ac (libc_commonpagesize): Remove variable.
5308 (libc_relro_required): Likewise.
5309 (libc_cv_z_relro): Remove configure test.
5310 * configure: Regenerated.
5311 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5312 variable.
5313 (libc_relro_required): Likewise.
5314 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5315 (libc_relro_required): Likewise.
5316 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5317 (libc_relro_required): Likewise.
5318 * sysdeps/arm/preconfigure: Regenerated.
5319 * sysdeps/ia64/preconfigure: Remove file.
5320 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5321 variable.
5322 (libc_relro_required): Likewise.
5323
be254932
JM
5324 [BZ #16561]
5325 [BZ #16562]
5326 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5327 (__ieee754_yn): Set FE_TONEAREST mode internally and then
5328 recompute overflowing results in original rounding mode.
5329 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5330 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5331 recompute overflowing results in original rounding mode.
5332 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5333 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5334 recompute overflowing results in original rounding mode.
5335 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5336 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5337 recompute overflowing results in original rounding mode.
5338 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5339 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5340 recompute overflowing results in original rounding mode.
5341 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5342 (libc_feholdsetround_ctx): New macro.
5343 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5344 * sysdeps/i386/fpu/libm-test-ulps: Update.
5345 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5346
b351d85a
JM
53472014-06-26 Joseph Myers <joseph@codesourcery.com>
5348
5349 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5350 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5351 corresponding .cpsetup call.
5352
3cb4de47
RM
53532014-06-26 Roland McGrath <roland@hack.frob.com>
5354
5355 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5356 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5357 * sysdeps/arm/Makefile [$(subdir) = csu]
5358 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5359 (static-only-routines): Add aeabi_read_tp here.
5360 (shared-only-routines): Add libc-aeabi_read_tp here.
5361 (CFLAGS-libc-start.c): Add -fexceptions here.
5362 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5363 (sysdep_routines, static-only-routines, shared-only-routines):
5364 Don't add to these here.
5365 (CFLAGS-libc-start.c): Likewise.
5366
5367 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5368 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5369 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5370 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5371 * sysdeps/arm/Makefile [$(subdir) = rt]
5372 (librt-sysdep_routines, librt-shared-only-routines):
5373 Append rt-aeabi_unwind_cpp_pr1 here.
5374 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5375 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5376 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5377 (libpthread-sysdep_routines, libpthread-shared-only-routines):
5378 Append nptl-aeabi_unwind_cpp_pr1 here.
5379 (tests): Filter out tst-cleanupx4 here.
5380 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5381 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5382 Don't do those here.
5383
354426bb
JM
53842014-06-26 Joseph Myers <joseph@codesourcery.com>
5385
5386 * scripts/list-sources.sh: Do not handle ports specially.
5387
28b0a8c9
RM
53882014-06-26 Roland McGrath <roland@hack.frob.com>
5389
a3dd035d
RM
5390 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5391 * sysdeps/arm/feupdateenv.c: Likewise.
5392
28b0a8c9
RM
5393 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5394
e66a8203
JM
53952014-06-26 Joseph Myers <joseph@codesourcery.com>
5396
5397 * manual/texinfo.tex: Update to version 2014-05-05.10 with
5398 trailing whitespace removed.
5399 * scripts/config.guess: Update to version 2014-03-23.
5400 * scripts/config.sub: Update to version 2014-05-01
5401 * scripts/install-sh: Update to version 2013-12-25.23.
5402 * scripts/move-if-change: Update from gnulib.
5403
74171115
SP
54042014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
5405
b97c9ce5
SP
5406 * debug/memmove_chk.c: Remove pagecopy.h include.
5407
4000f892
SP
54082014-06-26 Paul Eggert <eggert@cs.ucla.edu>
5409
74171115
SP
5410 * time/mktime.c (leapyear): Remove inline keyword. The code is now
5411 identical to gnulib mktime.
5412
a8779c28
JM
54132014-06-26 Joseph Myers <joseph@codesourcery.com>
5414
e64708de
JM
5415 * configure.ac: Do not test for machine being rs6000. Do not test
5416 for powerpc*-*soft.
5417 * configure: Regenerated.
5418
a8779c28
JM
5419 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5420 test.
5421 * configure: Regenerated.
5422 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5423 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5424 Remove configure test.
5425 * sysdeps/arm/configure: Regenerated.
5426 * sysdeps/nptl/configure.ac: Do not check
5427 libc_cv_asm_cfi_directives.
5428 * sysdeps/nptl/configure: Regenerated.
5429 * sysdeps/x86_64/nptl/configure.ac: Remove file.
5430 * sysdeps/x86_64/nptl/configure: Remove generated file.
5431 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5432 unconditional.
5433 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5434
2aac0a86
SP
54352014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
5436
059bf913
SP
5437 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5438 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5439 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5440 it is defined.
5441
4cf5b6d0
SP
5442 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5443 instead of whether it is defined.
5444 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5445 * sysdeps/hppa/dl-machine.h: Likewise.
5446 * sysdeps/ia64/dl-machine.h: Likewise.
5447 * sysdeps/m68k/dl-machine.h: Likewise.
5448 * sysdeps/microblaze/dl-machine.h: Likewise.
5449 * sysdeps/mips/dl-machine.: Likewise.
5450 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5451 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5452 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5453 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5454 * sysdeps/sh/dl-machine.h: Likewise.
5455 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5456 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5457 * sysdeps/tile/dl-machine.h: Likewise.
5458 * sysdeps/x86_64/dl-machine.h: Likewise.
5459
2aac0a86
SP
5460 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5461 code.
5462 (verify_persistent_db): Likewise.
5463
6ad2df0b
RM
54642014-06-26 Roland McGrath <roland@hack.frob.com>
5465
d8a483f3
RM
5466 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5467 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5468 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5469 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5470 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5471 Moved ...
5472 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5473 ... here.
5474 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5475 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5476 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5477 Identical file removed.
5478 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5479 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5480 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5481 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5482 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5483 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5484 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5485 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5486 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5487 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5488 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5489 Moved ...
5490 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5491 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5492 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5493 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5494 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5495 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5496 Moved ...
5497 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5498 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5499 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5500 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5501 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5502 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5503 Identical file removed.
5504 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5505 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5506 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5507 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5508 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5509 Moved ...
5510 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5511 ... here.
5512 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
5513 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
5514 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
5515 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
5516 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
5517 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
5518 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
5519 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
5520 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
5521 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
5522 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5523 Moved ...
5524 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
5525 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
5526 Moved ...
5527 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
5528 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
5529 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
5530 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
5531 Moved ...
5532 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
5533 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
5534 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
5535
52ae23b4
RM
5536 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
5537 folded into ...
5538 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
5539 * sysdeps/unix/sysv/linux/s390/Versions
5540 (libpthread: GLIBC_2.19): New version set.
5541 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
5542 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
5543 (librt: GLIBC_2.3.3): New version set.
5544 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
5545 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
5546 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
5547 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
5548 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
5549 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
5550 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
5551 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
5552 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
5553 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
5554 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
5555 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
5556 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
5557 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
5558 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
5559 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
5560 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
5561 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
5562 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
5563 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
5564 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
5565 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
5566 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
5567 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
5568 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
5569 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
5570 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
5571 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
5572 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
5573 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
5574 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
5575 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
5576 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
5577 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
5578 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
5579 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
5580 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
5581 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
5582 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
5583 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
5584 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
5585 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
5586 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
5587 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
5588 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
5589
39507e4a
RM
5590 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
5591 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
5592 (__libc_vfork): Define the function under this name.
5593 [!NOT_IN_libc] (__vfork): Make this an alias.
5594 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5595 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
5596 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
5597 (__libc_vfork): Define the function under this name.
5598 [!NOT_IN_libc] (__vfork): Make this an alias.
5599 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5600 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
5601 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
5602 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
5603 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
5604 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5605
e549ee56
RM
5606 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
5607 code that was previously under [RESET_PID].
5608 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5609 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
5610 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
5611
6ad2df0b
RM
5612 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
5613 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
5614 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
5615 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
5616 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
5617 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
5618 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
5619 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
5620 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
5621 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
5622 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
5623 Moved ...
5624 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
5625 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
5626 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
5627 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
5628 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
5629 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
5630 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
5631 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
5632 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
5633 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
5634 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
5635 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
5636 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
5637 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
5638 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
5639 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
5640 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
5641 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
5642 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
5643 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
5644 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
5645 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
5646 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
5647 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
5648 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
5649 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
5650 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
5651 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
5652 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
5653
7c1c1d8e
RM
56542014-06-25 Roland McGrath <roland@hack.frob.com>
5655
5656 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
5657 that was previously under [RESET_PID].
5658 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
5659
3e239be6
JM
56602014-06-25 Joseph Myers <joseph@codesourcery.com>
5661
74385da5
JM
5662 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
5663 not undefine and redefine.
5664 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
5665 [O_CLOEXEC]: Make code unconditional.
5666 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
5667 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
5668 <kernel-features.h>.
5669 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
5670 conditional variable definition.
5671 (shm_open) [O_CLOEXEC]: Make code unconditional.
5672 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
5673 code.
5674
c2570a0b
JM
5675 * configure.ac (USE_REGPARMS): Don't define here.
5676 * configure: Regenerated.
5677 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
5678 * sysdeps/i386/configure: Regenerated.
5679
11b076bb
JM
5680 * nptl/createthread.c: Don't include kernel-features.h.
5681 * nptl/pthread_cancel.c: Likewise.
5682 * nptl/pthread_condattr_setclock.c: Likewise.
5683 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
5684 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
5685 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
5686 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
5687 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
5688 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
5689 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5690 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
5691 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5692 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
5693 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
5694 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
5695 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
5696 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
5697 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
5698 * nscd/gai.c: Likewise.
5699 * nss/nss_db/db-open.c: Likewise.
5700 * sysdeps/generic/ldsodefs.h: Likewise.
5701 * sysdeps/sh/nptl/tls.h: Likewise.
5702 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5703 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
5704 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
5705 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
5706 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
5707 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5708 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
5709 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5710 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
5711 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
5712 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
5713 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
5714 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
5715 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
5716 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
5717 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
5718 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
5719 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
5720 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
5721 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
5722 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
5723 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
5724 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
5725 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
5726 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
5727 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
5728 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
5729 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
5730 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5731 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5732 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
5733 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5734 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5735 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5736 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
5737 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5738 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
5739 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
5740 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
5741 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5742 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5743 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
5744 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
5745 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
5746 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
5747 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
5748 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
5749 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
5750 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
5751 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5752 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
5753 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5754 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
5755 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5756 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
5757 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
5758 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5759 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
5760 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
5761 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
5762 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
5763 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
5764 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
5765 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
5766 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
5767 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
5768 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
5769 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
5770 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
5771 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
5772 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
5773 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
5774 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
5775 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
5776 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5777 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5778 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5779 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
5780 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
5781 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
5782 * sysdeps/unix/sysv/linux/pread.c: Likewise.
5783 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
5784 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
5785 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5786 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
5787 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5788 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5789 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
5790 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
5791 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
5792 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
5793 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
5794 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5795 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
5796 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
5797 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5798 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
5799 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
5800 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
5801 * sysdeps/unix/sysv/linux/system.c: Likewise.
5802 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
5803 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
5804 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
5805 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
5806 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
5807 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5808 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
5809
92072d57
JM
5810 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
5811 * configure: Regenerated.
5812 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
5813
3e239be6
JM
5814 * configure.ac (base_machine): Do not set specially for particular
5815 machines here.
5816 * configure: Regenerated.
5817 * sysdeps/powerpc/preconfigure: Move machine and base_machine
5818 settings from configure.ac.
5819 * sysdeps/i386/preconfigure: New file.
5820 * sysdeps/s390/preconfigure: Likewise.
5821 * sysdeps/sh/preconfigure: Likewise.
5822 * sysdeps/sparc/preconfigure: Likewise.
5823
06d50baa
RM
58242014-06-25 Roland McGrath <roland@hack.frob.com>
5825
74836003
RM
5826 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
5827 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
5828 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
5829 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
5830 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
5831 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
5832 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
5833 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
5834 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
5835 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
5836 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
5837 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
5838 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
5839 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
5840 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
5841 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
5842 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
5843 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
5844 * sysdeps/sparc/sparc64/Makefile: ... appended here.
5845
5846 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
5847 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
5848 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
5849 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
5850 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
5851 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
5852 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
5853 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
5854 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
5855 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
5856 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
5857 * sysdeps/sparc/sparc32/sem_post.c: ... here.
5858 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
5859 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
5860 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
5861 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
5862 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
5863 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
5864 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
5865 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
5866 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
5867 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
5868 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
5869 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
5870 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
5871 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
5872 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
5873 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
5874 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
5875 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
5876 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
5877 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
5878 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
5879 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
5880 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
5881 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
5882 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
5883 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
5884
06d50baa
RM
5885 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
5886 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
5887 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
5888 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
5889 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
5890 Moved ...
5891 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
5892 ... here.
5893 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
5894 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
5895 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
5896 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
5897 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
5898 Moved ...
5899 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
5900 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
5901 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
5902 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
5903 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
5904 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
5905 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
5906 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
5907 Moved ...
5908 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
5909 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
5910 Moved ...
5911 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
5912 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
5913 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
5914 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
5915 Moved ...
5916 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
5917 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
5918 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
5919 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
5920 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
5921 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
5922 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
5923 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
5924 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
5925 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
5926 Moved ...
5927 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
5928 ... here.
5929 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
5930 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
5931 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
5932 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
5933 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
5934 Moved ...
5935 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
5936 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
5937 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
5938 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
5939 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
5940 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
5941 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
5942 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
5943 Moved ...
5944 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
5945 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
5946 Moved ...
5947 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
5948 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
5949 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
5950 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
5951 Moved ...
5952 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
5953 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
5954 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
5955 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
5956 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
5957
a4ccbc9b
JM
59582014-06-25 Joseph Myers <joseph@codesourcery.com>
5959
0828edbf
JM
5960 * timezone/checktab.awk: Update from tzcode 2014e.
5961 * timezone/private.h: Likewise.
5962 * timezone/tzfile.h: Likewise.
5963 * timezone/zdump.c: Likewise.
5964 * timezone/zic.c: Likewise.
5965
a4ccbc9b
JM
5966 * sysdeps/unix/sysv/linux/kernel-features.h
5967 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
5968 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
5969 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
5970 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
5971 Remove conditional code.
5972
9aea0cb8
WN
59732014-06-25 Will Newton <will.newton@linaro.org>
5974
5975 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
5976 (_dl_arm_cap_flags): Add HWCAP2 values.
5977 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
5978 (_DL_HWCAP_COUNT): Increase to 37.
5979 (_DL_HWCAP_LAST): New define.
5980 (_DL_HWCAP2_LAST): New define.
5981 (_dl_procinfo): Add support for printing
5982 AT_HWCAP2 entries.
5983 (_dl_string_hwcap): Use _dl_hwcap_string.
5984
6eaa65ce
AZ
59852014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5986
5987 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5988
0f5b7185
JM
59892014-06-25 Joseph Myers <joseph@codesourcery.com>
5990
cfd2ea50
JM
5991 * README: Do not mention ports directory.
5992
cecf2ed4
JM
5993 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
5994 Remove macro.
5995 * sysdeps/unix/sysv/linux/futimes.c: Do not include
5996 <kernel-features.h>.
5997 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
5998 conditional variable definition.
5999 (__futimes): Update comment.
6000 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6001 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6002
a638de82
JM
6003 [BZ #16560]
6004 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6005 arguments close to 0.
6006 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6007 Likewise.
6008 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6009 Likewise.
6010 * math/auto-libm-test-in: Add more tests of exp10.
6011 * math/auto-libm-test-out: Regenerated.
6012 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6013
0f5b7185
JM
6014 * sysdeps/unix/sysv/linux/kernel-features.h
6015 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6016 * sysdeps/unix/sysv/linux/readv.c: Do not include
6017 <kernel-features.h>.
6018 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6019 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6020 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6021 unconditional.
6022 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6023 conditional code.
6024 * sysdeps/unix/sysv/linux/writev.c: Do not include
6025 <kernel-features.h>.
6026 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6027 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6028 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6029 unconditional.
6030 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6031 conditional code.
6032
c7aec4be
WN
60332014-06-25 Will Newton <will.newton@linaro.org>
6034
6035 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6036 comment changes throughout the file. Remove checks
6037 for HAVE_*_H definitions that are not required.
6038 (__gen_tempname): Call abort if an unknown kind value is
6039 passed.
6040
c5241f95
AS
60412014-06-25 Andreas Schwab <schwab@suse.de>
6042
6043 [BZ #17086]
6044 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6045 scalbln, scalblnf, scalblnl in libc.
6046
911422da
SP
60472014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
6048
6049 [BZ #17086]
6050 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6051 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6052 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6053
0d749bbe
RM
60542014-06-24 Roland McGrath <roland@hack.frob.com>
6055
6056 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6057 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6058 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6059 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6060 Update #include.
6061 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6062 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6063 Update #include.
6064 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6065 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6066 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6067 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6068 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6069 * sysdeps/x86/bits/pthreadtypes.h: ... here.
6070 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6071 * sysdeps/x86/bits/semaphore.h: ... here.
6072 * sysdeps/x86/nptl/elide.h: Moved ...
6073 * sysdeps/x86/elide.h: ... here.
6074 * sysdeps/x86_64/nptl/Implies: File removed.
6075 * sysdeps/i386/nptl/Implies: File removed.
6076
0ea5d373
JM
60772014-06-24 Joseph Myers <joseph@codesourcery.com>
6078
4060283d
JM
6079 [BZ #16539]
6080 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6081 return the argument for normal arguments with exponent below -64.
6082 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6083 Likewise.
6084 * math/auto-libm-test-in: Add another test of expm1.
6085 * math/auto-libm-test-out: Regenerated.
6086
e7dd3c8c
JM
6087 [BZ #16287]
6088 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6089 calling __erfcl for arguments at least 16.
6090 * math/auto-libm-test-in: Add more tests of erf.
6091 * math/auto-libm-test-out: Regenerated.
6092
0ea5d373
JM
6093 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6094 individual architectures.
6095 * sysdeps/unix/sysv/linux/configure: Regenerated.
6096 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6097 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6098 * sysdeps/unix/sysv/linux/powerpc/configure.ac
6099 (ldd_rewrite_script): Define variable.
6100 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6101 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6102 file.
6103 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6104 generated file.
6105 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6106 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6107 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6108 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6109 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6110 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6111 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6112 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6113
2307e126
SP
61142014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
6115
6116 [BZ #17084]
6117 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6118 Rename member __data.d to __data.__elision_data.
6119
c0a4ed77
W
61202014-06-24 Wilco <wdijkstr@arm.com>
6121
6122 * NEWS: Add 16918 to fixed bug list.
6123
b8c00573
W
61242014-06-24 Wilco <wdijkstr@arm.com>
6125
6126 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6127
b5570d92
W
61282014-06-24 Wilco <wdijkstr@arm.com>
6129
6130 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6131 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6132 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6133 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6134 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6135 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6136 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6137 Use _FPU_MASK_RM.
6138
947bdca2
W
61392014-06-24 Wilco <wdijkstr@arm.com>
6140
6141 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6142
00f669ed
W
61432014-06-24 Wilco <wdijkstr@arm.com>
6144
6145 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6146 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6147 * sysdeps/arm/fesetround.c (fesetround): Remove space.
6148 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6149
db59bad3
W
61502014-06-24 Wilco <wdijkstr@arm.com>
6151
6152 [BZ #16918]
6153 * sysdeps/arm/feupdateenv.c (feupdateenv):
6154 Rewrite to reduce FPSCR accesses and fix return value.
6155
001f7b77
W
61562014-06-24 Wilco <wdijkstr@arm.com>
6157
6158 * sysdeps/arm/fclrexcpt.c (feclearexcept):
6159 Optimize to avoid unnecessary FPSCR writes.
6160 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6161 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6162 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6163 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6164
4841e6a6
W
61652014-06-24 Wilco <wdijkstr@arm.com>
6166
6167 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6168 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6169 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6170 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6171 Call libc_fetestexcept_vfp.
6172 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6173 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6174 __SOFTFP__ ifdef so that they can be built for softfp.
6175
0813022c
SP
61762014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
6177
08e5862f
SP
6178 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6179 argument type signed char.
6180
0813022c
SP
6181 * Makerules (check-abi): Dump diff of symlist if the test
6182 fails.
6183
3fc7236a
RM
61842014-06-23 Roland McGrath <roland@hack.frob.com>
6185
aba8ef95
RM
6186 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6187 using abort.
6188
3fc7236a
RM
6189 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6190 Remove unused variable ST.
6191
4da6db51
JM
61922014-06-23 Joseph Myers <joseph@codesourcery.com>
6193
4648909d
JM
6194 [BZ #16354]
6195 [BZ #17061]
6196 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6197 small arguments before calling __expm1.
6198 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6199 small arguments before calling __expm1f.
6200 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6201 small arguments before calling __expm1l.
6202 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6203 Likewise.
6204 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6205 * math/auto-libm-test-in: Add more cosh tests. Do not allow
6206 spurious underflow for some cosh tests.
6207 * math/auto-libm-test-out: Regenerated.
6208 * sysdeps/i386/fpu/libm-test-ulps: Update.
6209
46a3d3c7
JM
6210 [BZ #17050]
6211 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6212 (__ieee754_y1): Set errno if return value overflows.
6213 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6214 (__ieee754_y1f): Set errno if return value overflows.
6215 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6216 (__ieee754_y1l): Set errno if return value overflows.
6217 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6218 (__ieee754_y1l): Set errno if return value overflows.
6219 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6220 * math/auto-libm-test-out: Regenerated.
6221
863893ec
JM
6222 * math/gen-auto-libm-tests.c: Document use of
6223 ignore-zero-inf-sign.
6224 (input_flag_type): Add value flag_ignore_zero_inf_sign.
6225 (input_flags): Add ignore-zero-inf-sign.
6226 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6227 * math/gen-libm-test.pl (generate_testfile): Handle
6228 ignore-zero-inf-sign.
6229 * math/auto-libm-test-in: Mark some cpow tests with
6230 ignore-zero-inf-sign and some with xfail-rounding.
6231 * math/auto-libm-test-out: Regenerated.
6232 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6233 * sysdeps/i386/fpu/libm-test-ulps: Update.
6234 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6235
4da6db51
JM
6236 [BZ #16315]
6237 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6238 overflowing or underflowing operations take place with sign of
6239 result.
6240 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6241 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6242 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6243 (__ieee754_pow): Recompute overflowing and underflowing results in
6244 original rounding mode.
6245 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6246 (__powl_helper): Allow negative argument X and scale negated value
6247 as needed. Avoid passing value outside [-1, 1] to f2xm1.
6248 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6249 overflowing or underflowing operations take place with sign of
6250 result.
6251 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6252 Include <math.h>.
6253 * math/auto-libm-test-in: Add more tests of pow.
6254 * math/auto-libm-test-out: Regenerated.
6255 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6256 (pow_tonearest_test_data): Remove.
6257 (pow_test_tonearest): Likewise.
6258 (pow_towardzero_test_data): Likewise.
6259 (pow_test_towardzero): Likewise.
6260 (pow_downward_test_data): Likewise.
6261 (pow_test_downward): Likewise.
6262 (pow_upward_test_data): Likewise.
6263 (pow_test_upward): Likewise.
6264 (main): Don't call removed functions.
6265 * sysdeps/i386/fpu/libm-test-ulps: Update.
6266 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6267
5686b236
RM
62682014-06-23 Roland McGrath <roland@hack.frob.com>
6269
6270 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6271 Moved ...
6272 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6273 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6274 Moved ...
6275 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6276 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6277 Moved ...
6278 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6279 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6280 Moved ...
6281 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6282 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6283 File removed.
6284 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6285 File removed.
6286 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6287 File removed.
6288 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6289 File removed.
6290 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6291 File removed.
6292 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6293 File removed.
6294 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6295 File removed.
6296 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6297 File removed.
6298 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6299 File removed.
6300 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6301 File removed.
6302 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6303 File removed.
6304 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6305 File removed.
6306 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6307 Moved ...
6308 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6309 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6310 Moved ...
6311 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6312 ... here.
6313 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6314 Moved ...
6315 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6316 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6317 Moved ...
6318 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6319 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6320 Moved ...
6321 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6322 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6323 Moved ...
6324 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6325 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6326 Moved ...
6327 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6328 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6329 Moved ...
6330 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6331 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6332 Moved ...
6333 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6334 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6335 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6336 ... here.
6337 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6338 Moved ...
6339 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6340 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6341 Moved ...
6342 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6343 ... here.
6344 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6345 Moved ...
6346 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6347 ... here.
6348 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6349 Moved ...
6350 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6351 ... here.
6352 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6353 Moved ...
6354 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6355 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6356 Moved ...
6357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6358 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6360 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6361 Moved ...
6362 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6363 ... here.
6364 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6365 Moved ...
6366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6367 ... here.
6368 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6369 Moved ...
6370 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6372 Moved ...
6373 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6374 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6375 Moved ...
6376 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6377 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6378 Moved ...
6379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6380 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6381 Moved ...
6382 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6383 ... here.
6384 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6385 Moved ...
6386 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6387 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6388 Moved ...
6389 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6390 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6391 Moved ...
6392 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6393 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6394 Moved ...
6395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6396 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6397 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6398 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6399 Moved ...
6400 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6401 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6402 Moved ...
6403 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6404 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6405 Moved ...
6406 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6407 ... here.
6408 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6409 Moved ...
6410 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6411 ... here.
6412 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6413 Moved ...
6414 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6415 ... here.
6416 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6417 Moved ...
6418 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6419 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6420 Moved ...
6421 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6423 Moved ...
6424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6426 Moved ...
6427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6428 ... here.
6429 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6430 Moved ...
6431 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6432 ... here.
6433 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6434 Moved ...
6435 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6436 ... here.
6437 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6438 Moved ...
6439 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6440 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6441 Moved ...
6442 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6443
e6d90d67
WD
64442014-06-23 Will Newton <will.newton@linaro.org>
6445 Wilco <wdijkstr@arm.com>
6446
6447 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6448 implementation. Include get-rounding-mode.h.
6449 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6450 [!libc_feholdsetround_noex_ctx]: Define
6451 libc_feholdsetround_noex_ctx.
6452 [!libc_feholdsetround_noexf_ctx]: Define
6453 libc_feholdsetround_noexf_ctx.
6454 [!libc_feholdsetround_noexl_ctx]: Define
6455 libc_feholdsetround_noexl_ctx.
6456 (libc_feholdsetround_ctx): New function.
6457 (libc_feresetround_ctx): New function.
6458 (libc_feholdsetround_noex_ctx): New function.
6459 (libc_feresetround_noex_ctx): New function.
6460
d42df555
RM
64612014-06-23 Roland McGrath <roland@hack.frob.com>
6462
88a46474
RM
6463 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6464 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6465 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6466 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6467 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6468 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6469
15bed472
RM
6470 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6471 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6472 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6473 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6474 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6475 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6476 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6477 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6478 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6479 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6480 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6481 Moved ...
6482 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6483 ... here.
6484 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6485 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6486 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6487 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6488 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6489 Moved ...
6490 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6491 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6492 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6493 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6494 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6495 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6496 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6497 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6498 Moved ...
6499 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6500 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6501 Moved ...
6502 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6503 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6504 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6505 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6506 Moved ...
6507 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6508 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6509 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6510 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6511 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6512 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
6513 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
6514 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
6515 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
6516 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
6517 Moved ...
6518 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
6519 ... here.
6520 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
6521 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
6522 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
6523 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
6524 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
6525 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
6526 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
6527 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
6528 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
6529 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
6530 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
6531 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
6532 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
6533 Moved ...
6534 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
6535 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
6536 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
6537 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
6538 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
6539 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
6540 Moved ...
6541 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
6542 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
6543 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
6544 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
6545 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
6546
d42df555
RM
6547 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
6548 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
6549 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
6550 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
6551 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
6552 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
6553 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
6554 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
6555 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
6556 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
6557 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
6558 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
6559 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
6560 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
6561 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
6562 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
6563 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
6564 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
6565 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
6566 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
6567 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
6568 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
6569 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
6570 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
6571 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
6572 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
6573 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
6574 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
6575
76e5216e
JM
65762014-06-23 Joseph Myers <joseph@codesourcery.com>
6577
6578 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
6579 (FALLOC_FL_COLLAPSE_RANGE): New macro.
6580 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
6581 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
6582 (IPV6_PMTUDISC_INTERFACE): Likewise.
6583 (IPV6_PMTUDISC_OMIT): Likewise.
6584
7a81cbcc
AS
65852014-06-23 Andreas Schwab <schwab@suse.de>
6586
6587 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
6588 Remove unused errout label.
6589
db224009
AZ
65902014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6591
6592 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
6593 macro: hardware supports Vector Crypto instructions.
6594
f393b4aa
WN
65952014-06-23 Will Newton <will.newton@linaro.org>
6596
cc7d0447
WN
6597 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
6598 rather than __builtin_expect.
6599
d6d06225
WN
6600 * elf/dl-lookup.c (undefined_msg): Remove variable.
6601 (_dl_lookup_symbol_x): Replace undefined_msg with string
6602 literal.
6603
f393b4aa
WN
6604 * elf/dl-lookup.c (do_lookup_unique): New function.
6605 (do_lookup_x): Move STB_GNU_UNIQUE handling code
6606 to a separate function.
6607
ac60763e
AS
66082014-06-23 Andreas Schwab <schwab@suse.de>
6609
6610 [BZ #17079]
6611 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
6612 before reading the next line.
6613
c5c13355
WN
66142014-06-23 Will Newton <will.newton@linaro.org>
6615
6616 * test-skeleton.c (signal_handler): Use printf and %m
6617 rather than perror. Use printf rather than fprintf to
6618 stderr. Use puts rather than fputs to stderr.
6619 (main): Likewise.
6620
bd3675f9
LC
66212014-06-22 Ludovic Courtès <ludo@gnu.org>
6622
6623 * nscd/nscd.c (thread_info_t): Remove typedef.
6624 (thread_info): Remove variable.
6625
d03efb2f
AM
66262014-06-21 Allan McRae <allan@archlinux.org>
6627
6628 * NEWS: Mention CVE-2014-4043.
6629
bc4a86fa
RM
66302014-06-20 Roland McGrath <roland@hack.frob.com>
6631
dc9a54f8
RM
6632 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
6633 * nptl/smp.h: ... here.
6634
bd7022c4
RM
6635 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
6636
26ffd5e6
RM
6637 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
6638 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
6639 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
6640 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
6641
93a6d082
RM
6642 * nptl/allocatestack.c: Include <stack-aliasing.h>.
6643 * nptl/stack-aliasing.h: New file.
6644 * sysdeps/i386/i686/stack-aliasing.h: New file.
6645 * sysdeps/i386/i686/nptl/Makefile: File removed.
6646 * sysdeps/x86_64/stack-aliasing.h: New file.
6647 * sysdeps/x86_64/nptl/Makefile
6648 (CFLAGS-pthread_create.c): Variable removed.
6649
bc4a86fa
RM
6650 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
6651 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
6652 old file.
6653 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
6654 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
6655 old file.
6656
2272ffc1
JM
66572014-06-21 Joseph Myers <joseph@codesourcery.com>
6658
6659 * sysdeps/unix/sysv/linux/arm/kernel-features.h
6660 (__ASSUME_SIGFRAME_V2): Remove macro.
6661 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
6662 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
6663 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
6664 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
6665 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
6666 Declare as function. Remove conditional macro definitions.
6667 (__default_rt_sa_restorer): Likewise.
6668 (__default_sa_restorer_v1): Remove declaration.
6669 (__default_sa_restorer_v2): Likewise.
6670 (__default_rt_sa_restorer_v1): Likewise.
6671 (__default_rt_sa_restorer_v2): Likewise.
6672 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
6673 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
6674 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
6675
4b88139b
RM
66762014-06-20 Roland McGrath <roland@hack.frob.com>
6677
6678 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
6679 (libpthread-routines): Add sysdep.
6680 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
6681 * sysdeps/unix/sysv/linux/sparc/Versions
6682 (libpthread: GLIBC_2.3.3): New version set.
6683 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
6684 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
6685 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
6686 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
6687 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
6688 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
6689 Moved ...
6690 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
6691 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
6692 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
6693 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
6694 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
6695 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
6696 * sysdeps/sparc/nptl/sem_init.c: ... here.
6697 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
6698 * sysdeps/sparc/nptl/sem_post.c: ... here.
6699 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
6700 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
6701 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
6702 * sysdeps/sparc/nptl/sem_wait.c: ... here.
6703 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
6704 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
6705 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
6706 (libpthread-routines): Add cpu_relax.
6707 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
6708 File removed.
6709 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
6710 (librt: GLIBC_2.3.3): New version set.
6711 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
6712 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
6713 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
6714 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
6715 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
6716 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
6717 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
6718 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
6719 Moved ...
6720 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
6721 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
6722 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
6723 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
6724 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
6725 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
6726 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
6727 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
6728 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
6729 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
6730 Moved ...
6731 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
6732 Update #include.
6733 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
6734 Moved ...
6735 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
6736 Update #include.
6737 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
6738 Moved ...
6739 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
6740 Update #include.
6741 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
6742 Moved ...
6743 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
6744 Update #include.
6745 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
6746 Moved ...
6747 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
6748 Update #include.
6749 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
6750 Moved ...
6751 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
6752 Update #include.
6753 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
6754 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
6755 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
6756 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
6757 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
6758 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
6759 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
6760 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
6761 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
6762 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
6763 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6764 Moved ...
6765 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
6766 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
6767 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
6768 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
6769 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
6770
d7109027
JM
67712014-06-20 Joseph Myers <joseph@codesourcery.com>
6772
9bc6103d
JM
6773 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
6774 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
6775 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6776 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
6777 * nscd/nscd.c: Likewise.
6778 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
6779 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
6780 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
6781 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
6782
d7109027
JM
6783 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
6784 <kernel-features.h>.
6785 (init_mq_netlink): Remove conditional have_sock_cloexec
6786 definitions. Remove code conditional on have_sock_cloexec < 0.
6787 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
6788 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
6789 * sysdeps/unix/sysv/linux/opensock.c: Do not include
6790 <kernel-features.h>.
6791 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
6792 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
6793
d92d8f8a
L
67942014-06-20 H.J. Lu <hongjiu.lu@intel.com>
6795
6796 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
6797 Add tests for memset_chk and memset.
6798
6799 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
6800 with AVX2_Usable.
6801
4e6d2347
MR
68022014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
6803
257ce712
MR
6804 [BZ #16046]
6805 * elf/tst-dl-iter-static.c: New file.
6806 * elf/Makefile (tests-static): Add tst-dl-iter-static.
6807
4e6d2347
MR
6808 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
6809 error.
6810
a2a76afe
JM
68112014-06-20 Joseph Myers <joseph@codesourcery.com>
6812
7fd00f99
JM
6813 * sysdeps/unix/sysv/linux/kernel-features.h
6814 (__ASSUME_F_GETOWN_EX): Remove macro.
6815 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
6816 <kernel-features.h>.
6817 (miss_F_GETOWN_EX): Remove variable or macro.
6818 (do_fcntl): Do not check miss_F_GETOWN_EX.
6819 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
6820
4a103975
JM
6821 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
6822 Remove macro.
6823 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
6824 [!__ASSUME_AT_RANDOM]: Remove conditional code.
6825 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
6826
a2a76afe
JM
6827 * sysdeps/unix/sysv/linux/kernel-features.h
6828 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
6829 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
6830 [ADJ_OFFSET_SS_READ]: Make code unconditional.
6831 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
6832
90e5dd48
MR
68332014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
6834
6835 [BZ #17075]
6836 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
6837 Fix calculation of the symbol's value.
6838 * sysdeps/arm/tst-armtlsdescloc.c: New file.
6839 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
6840 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
6841 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
6842 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
6843 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
6844 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
6845 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
6846 (modules-names): Add `tst-armtlsdescmod',
6847 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
6848 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
6849 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
6850 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
6851 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
6852 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
6853 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
6854 ($(objpfx)tst-armtlsdescloc): New dependency.
6855 ($(objpfx)tst-armtlsdescextnow): Likewise.
6856 ($(objpfx)tst-armtlsdescextlazy): Likewise.
6857 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
6858 TLS scheme support.
6859 * sysdeps/arm/configure: Regenerate.
6860
809fdf0d
JM
68612014-06-20 Joseph Myers <joseph@codesourcery.com>
6862
6863 * include/fcntl.h (__atfct_seterrno): Remove prototype.
6864 (__atfct_seterrno_2): Likewise.
6865 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
6866 <kernel-features.h>.
6867 (__ASSUME_ATFCTS): Do not undefine and redefine.
6868 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
6869 (__have_atfcts): Remove conditional definition.
6870 (__fxstatat([__NR_fstatat64]: Make code unconditional.
6871 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
6872 unreachable if [__ASSUME_ATFCTS].
6873 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
6874 not undefine and redefine.
6875 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
6876 <kernel-features.h>.
6877 (faccessat) [__NR_faccessat]: Make code unconditional.
6878 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
6879 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
6880 <kernel-features.h>.
6881 (fchmodat) [__NR_fchmodat]: Make code unconditional.
6882 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
6883 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
6884 <kernel-features.h>.
6885 (fchownat) [__NR_fchownat]: Make code unconditional.
6886 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
6887 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
6888 <kernel-features.h>.
6889 (futimesat) [__NR_futimesat]: Make code unconditional.
6890 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
6891 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
6892 <kernel-features.h>.
6893 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
6894 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
6895 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
6896 <kernel-features.h>.
6897 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
6898 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
6899 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
6900 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
6901 <kernel-features.h>.
6902 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
6903 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
6904 * sysdeps/unix/sysv/linux/linkat.c: Do not include
6905 <kernel-features.h>.
6906 (linkat) [__NR_linkat]: Make code unconditional.
6907 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
6908 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
6909 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
6910 <kernel-features.h>.
6911 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
6912 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
6913 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
6914 <kernel-features.h>.
6915 (mkdirat) [__NR_mkdirat]: Make code unconditional.
6916 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
6917 * sysdeps/unix/sysv/linux/openat.c: Do not include
6918 <kernel-features.h>.
6919 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
6920 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
6921 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
6922 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
6923 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
6924 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
6925 <kernel-features.h>.
6926 (readlinkat) [__NR_readlinkat]: Make code unconditional.
6927 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
6928 result of INLINE_SYSCALL directly, not via int variable.
6929 * sysdeps/unix/sysv/linux/renameat.c: Do not include
6930 <kernel-features.h>.
6931 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
6932 (renameat) [__NR_renameat]: Make code unconditional.
6933 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
6934 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
6935 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
6936 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
6937 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
6938 (__ASSUME_ATFCTS): Do not undefine and redefine.
6939 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
6940 <kernel-features.h>.
6941 (symlinkat) [__NR_symlinkat]: Make code unconditional.
6942 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
6943 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
6944 <kernel-features.h>.
6945 (unlinkat) [__NR_unlinkat]: Make code unconditional.
6946 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
6947 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
6948 (__ASSUME_ATFCTS): Do not undefine and redefine.
6949 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
6950 <kernel-features.h>.
6951 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
6952 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
6953 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
6954 <kernel-features.h>.
6955 (__xmknodat) [__NR_mknodat]: Make code unconditional.
6956 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
6957
224c6c51
L
69582014-06-20 H.J. Lu <hongjiu.lu@intel.com>
6959
6960 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
6961
aa6ec754
AS
69622014-06-20 Andreas Schwab <schwab@linux-m68k.org>
6963
6964 [BZ #17069]
6965 * posix/regcomp.c (parse_reg_exp): Deallocate partially
6966 constructed tree before returning error.
6967 * posix/bug-regexp36.c: Expand test case.
6968
d8c2869d
SL
69692014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
6970
3ef6b850
SL
6971 [BZ #6803]
6972 * math/libm-test.inc (scalbln_test_date):
6973 Add errno expectations.
6974 * math/w_scalblnf.c: New File.
6975 Add wrapper which checks for setting errno to ERANGE.
6976 Add weak_alias for corresponding scalbln function.
6977 * math/w_scalbln.c: Likewise.
6978 * math/w_scalblnl.c: Likewise.
6979 * math/Makefile (libm-calls): Add w_scalbln.
6980 * sysdeps/ieee754/flt-32/s_scalblnf.c:
6981 Remove weak_alias for corresponding scalbln function.
6982 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
6983 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
6984 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
6985 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
6986 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
6987 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6988 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
6989 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6990 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
6991 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
6992 Remove long_double_symbol for scalblnl function in libm, libc.
6993 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
6994 Add wrapper which checks for setting errno to ERANGE.
6995 Add long_double_symbol for scalblnl function in libm, libc.
6996 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
6997 Remove long_double_symbol for scalblnl in libm.
6998 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
6999 Add wrapper which checks for setting errno to ERANGE.
7000 Add long_double_symbol for scalblnl function in libm.
7001 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7002 Do not use wrapper because of own implementation.
7003
c8daec5c
L
70042014-06-19 H.J. Lu <hongjiu.lu@intel.com>
7005
7006 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7007 3 bytes for __pad1 for x32.
7008 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7009
5c74e47c
LM
70102014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
7011 H.J. Lu <hongjiu.lu@intel.com>
7012
7013 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7014 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7015 * sysdeps/x86_64/multiarch/memset.S: Likewise.
7016 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7017 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7018
4d43ef1e
AS
70192014-06-19 Andreas Schwab <schwab@linux-m68k.org>
7020
7021 [BZ #17069]
7022 * posix/regcomp.c (parse_expression): Deallocate partially
7023 constructed tree before returning error.
7024 * posix/Makefile.c (tests): Add bug-regex36.
7025 (generated): Add bug-regex36.mtrace.
7026 (tests-special): Add $(objpfx)bug-regex36-mem.out
7027 (bug-regex36-ENV): New variable.
7028 ($(objpfx)bug-regex36-mem.out): New rule.
7029 * posix/bug-regex36.c: New file.
7030
51a7380b
WN
70312014-06-19 Will Newton <will.newton@linaro.org>
7032
7033 * malloc/malloc.c (systrim): If extra is zero then return
7034 early.
7035
91b84fe5
SP
70362014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7037
7038 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7039
f940b965
RE
70402014-06-19 Richard Earnshaw <rearnsha@arm.com>
7041
7042 * sysdeps/aarch64/strchr.S: New file.
7043
4ba7a00f
JM
70442014-06-18 Joseph Myers <joseph@codesourcery.com>
7045
7046 [BZ #17022]
7047 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7048 from arguments -2 or below.
7049 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7050 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7051
b3a9f56b
AS
70522014-06-18 Andreas Schwab <schwab@suse.de>
7053
7054 [BZ #17062]
7055 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7056 of a bracket expr not to run off the end of the string.
7057 * posix/Makefile (tests): Add tst-fnmatch3.
7058 * posix/tst-fnmatch3.c: New file.
7059
85d89278
JM
70602014-06-18 Joseph Myers <joseph@codesourcery.com>
7061
7062 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7063 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7064 [$(cross-compiling) = no]: Likewise.
7065 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7066 [$(cross-compiling) = no]: Likewise.
7067
754c5a08
RS
70682014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7069
7070 [BZ #17031]
7071 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7072 double, adjusted for any remainder from the high double.
7073 * math/libm-test.inc (nearbyint): Add tests.
7074 (rint): Likewise.
7075
556f529d
AZ
70762014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7077
7078 * nptl/sysdeps/powerpc/Makefile: Moved ...
7079 * sysdeps/powerpc/nptl/Makefile: ... here.
7080 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7081 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7082 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7083 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7084 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7085 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7086 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7087 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7088 * nptl/sysdeps/powerpc/tls.h: Moved ...
7089 * sysdeps/powerpc/nptl/tls.h: ... here.
7090
91c03c53
JM
70912014-06-16 Joseph Myers <joseph@codesourcery.com>
7092
7093 [BZ #16681]
7094 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7095 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7096 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7097 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7098 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7099 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7100 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7101 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7102 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7103
a76e63c5
AS
71042014-06-17 Andreas Schwab <schwab@linux-m68k.org>
7105
7106 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7107
f2f6d82f
AS
71082014-06-16 Andreas Schwab <schwab@linux-m68k.org>
7109
ea8a15f6
AS
7110 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7111 defined operator.
7112
f2f6d82f
AS
7113 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7114 $TIMEOUTFACTOR.
7115
a7291117
FW
71162014-06-16 Florian Weimer <fweimer@redhat.com>
7117
7118 [BZ #17058]
7119 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7120 non-executed part of the test.
7121
3d7c00e3
AS
71222014-06-16 Andreas Schwab <schwab@suse.de>
7123
7124 * string/bits/string2.h (strdup, strndup): Update feature guard.
7125
6957fb31
DM
71262014-06-14 David S. Miller <davem@davemloft.net>
7127
7128 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7129
11b9e55b
AS
71302014-06-14 Andreas Schwab <schwab@linux-m68k.org>
7131
1d2a0492
AS
7132 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7133 that was previously under [RESET_PID].
7134 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7135
11b9e55b
AS
7136 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7137 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7138 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7139 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7140 (__libc_vfork): New strong alias.
7141 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7142
0f6901d0
AK
71432014-06-14 Andi Kleen <ak@linux.intel.com>
7144
7145 * sysdeps/generic/elide.h: New file.
7146
38bbbb9f
SL
71472014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
7148
7149 * Makefile (installed-headers): Adjust path of pthread.h header.
7150
45193bb8
RM
71512014-06-13 Roland McGrath <roland@hack.frob.com>
7152
9a25fd1e
RM
7153 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7154 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7155 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7156 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7157
4004f7e4
RM
7158 * nptl/sysdeps/s390/Makefile: Moved ...
7159 * sysdeps/s390/nptl/Makefile: ... here.
7160 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7161 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7162 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7163 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7164 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7165 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7166 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7167 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7168 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7169 * sysdeps/s390/nptl/pthreaddef.h: ... here.
7170 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7171 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7172 * nptl/sysdeps/s390/tls.h: Moved ...
7173 * sysdeps/s390/nptl/tls.h: ... here.
7174
45193bb8
RM
7175 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7176 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7177
f6fdf533
DM
71782014-06-13 David S. Miller <davem@davemloft.net>
7179
7180 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7181 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7182 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7183 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7184 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7185 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7186 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7187 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7188 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7189 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7190 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7191 Remove RESET_PID cpp guards.
7192 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7193 Remove RESET_PID cpp guards.
7194 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7195
f5d71e14
AS
71962014-06-13 Andreas Schwab <schwab@linux-m68k.org>
7197
7198 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7199 __sp to uintptr_t.
7200
b7aa8caa
AK
72012014-06-13 Andi Kleen <ak@linux.intel.com>
7202
4b266200
AZ
7203 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7204 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7205 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7206 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7207 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7208 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7209 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7210 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7211 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7212 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7213 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7214 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7215 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7216 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7217 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7218 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7219 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7220 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7221 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7222 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
7223
7224 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
7225 (pthread_rwlock_rdlock): Add elision.
7226 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7227 (pthread_rwlock_wrlock): Add elision.
7228 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7229 (pthread_rwlock_trywrlock): Add elision.
7230 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7231 (pthread_rwlock_tryrdlock): Add elision.
7232 * nptl/pthread_rwlock_unlock.c: Include elide.h.
7233 (pthread_rwlock_tryrdlock): Add elision unlock.
7234 * nptl/sysdeps/pthread/pthread.h:
7235 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7236 (PTHREAD_RWLOCK_INITIALIZER,
7237 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7238 Handle new elision field.
7239 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7240 * sysdeps/arm/nptl/bits/pthreadtypes.h
7241 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7242 * sysdeps/sh/nptl/bits/pthreadtypes.h
7243 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7244 * sysdeps/tile/nptl/bits/pthreadtypes.h
7245 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7246 * sysdeps/a/nptl/bits/pthreadtypes.h
7247 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7248 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7249 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7250 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7251 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7252 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7253 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7254 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7255 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7256 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7257 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7258 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7259 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7260 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7261 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7262 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7263 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7264 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7265 (elision_init): Set try_xbegin to zero when no RTM.
7266 * sysdeps/x86/nptl/bits/pthreadtypes.h
7267 (pthread_rwlock_t): Change __pad1 to __rwelision.
7268 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 7269
a832bdd3
AK
72702014-06-13 Andi Kleen <ak@linux.intel.com>
7271
7272 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7273 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7274 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7275 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7276
995a46bb
MI
72772014-06-13 Meador Inge <meadori@codesourcery.com>
7278
7279 [BZ #16996]
03ed7738 7280 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
7281 that the cached result has been set before returning it.
7282
45262aee
RM
72832014-06-12 Roland McGrath <roland@hack.frob.com>
7284
febf6cc5
RM
7285 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7286 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7287 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7288 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7289 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7290 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7291
e2682246
RM
7292 * nptl/sysdeps/sparc/Makefile: Moved ...
7293 * sysdeps/sparc/nptl/Makefile: ... here.
7294 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7295 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7296 * nptl/sysdeps/sparc/tls.h: Moved ...
7297 * sysdeps/sparc/nptl/tls.h: ... here.
7298 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7299 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7300 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7301 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7302 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7303 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7304 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7305 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7306 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7307 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7308 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7309 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7310 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7311 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7312 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7313 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7314 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7315 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7316 Update #include.
7317 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7318 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7319 Update #include.
7320 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7321 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7322 Update #include.
7323 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7324 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7325 Update #include.
7326
b0725f43
RM
7327 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7328
b14368b8
RM
7329 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7330 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7331
c5620eb3
RM
7332 * sysdeps/pthread/posix-timer.h: Include <list.h>.
7333 (struct list_links): Type removed.
7334 (struct thread_node, struct timer_node): Replace struct list_links
7335 with struct list_head.
7336 (list_unlink_ip): Likewise.
7337 * sysdeps/pthread/timer_routines.c
7338 (timer_free_list, thread_free_list, thread_active_list): Likewise.
7339 (list_append, list_insbefore): Likewise.
7340 (list_init): Function removed.
7341 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
7342 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7343 * sysdeps/pthread/Makefile: ... here, new file.
7344
7345 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7346 * sysdeps/nptl/Implies: ... here.
7347 * sysdeps/unix/sysv/linux/Implies: Add nptl.
7348 * nptl/sysdeps/pthread/list.h: Moved ...
7349 * include/list.h: ... here.
7350 * nptl/sysdeps/pthread/createthread.c: Moved ...
7351 * nptl/createthread.c: ... here.
7352 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7353 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7354 * nptl/pt-longjmp.c: ... here.
7355 * nptl/sysdeps/pthread/Makefile: Moved ...
7356 * sysdeps/nptl/Makefile: ... here.
7357 * nptl/sysdeps/pthread/Subdirs: Moved ...
7358 * sysdeps/nptl/Subdirs: ... here.
7359 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7360 * sysdeps/nptl/aio_misc.h: ... here.
7361 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7362 * sysdeps/nptl/bits/libc-lock.h: ... here.
7363 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7364 * sysdeps/nptl/bits/libc-lockP.h: ... here.
7365 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7366 * sysdeps/nptl/bits/stdio-lock.h: ... here.
7367 * nptl/sysdeps/pthread/configure: Moved ...
7368 * sysdeps/nptl/configure: ... here.
7369 * nptl/sysdeps/pthread/configure.ac: Moved ...
7370 * sysdeps/nptl/configure.ac: ... here.
7371 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7372 * sysdeps/nptl/gai_misc.h: ... here.
7373 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7374 * sysdeps/nptl/librt-cancellation.c: ... here.
7375 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7376 * sysdeps/nptl/malloc-machine.h: ... here.
7377 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7378 * sysdeps/nptl/pthread-functions.h: ... here.
7379 * nptl/sysdeps/pthread/pthread.h: Moved ...
7380 * sysdeps/nptl/pthread.h: ... here.
7381 * nptl/sysdeps/pthread/setxid.h: Moved ...
7382 * sysdeps/nptl/setxid.h: ... here.
7383 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7384 * sysdeps/nptl/sigfillset.c: ... here.
7385 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7386 * sysdeps/nptl/tcb-offsets.h: ... here.
7387 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7388 * sysdeps/nptl/tst-mqueue8x.c: ... here.
7389 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7390 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7391 * nptl/sysdeps/pthread/allocalim.h: Moved ...
7392 * sysdeps/pthread/allocalim.h: ... here.
7393 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7394 * sysdeps/pthread/bits/sigthread.h: ... here.
7395 * nptl/sysdeps/pthread/flockfile.c: Moved ...
7396 * sysdeps/pthread/flockfile.c: ... here.
7397 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7398 * sysdeps/pthread/ftrylockfile.c: ... here.
7399 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7400 * sysdeps/pthread/funlockfile.c: ... here.
7401 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7402 * sysdeps/pthread/posix-timer.h: ... here.
7403 * nptl/sysdeps/pthread/timer_create.c: Moved ...
7404 * sysdeps/pthread/timer_create.c: ... here.
7405 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7406 * sysdeps/pthread/timer_delete.c: ... here.
7407 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7408 * sysdeps/pthread/timer_getoverr.c: ... here.
7409 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7410 * sysdeps/pthread/timer_gettime.c: ... here.
7411 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7412 * sysdeps/pthread/timer_routines.c: ... here.
7413 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7414 * sysdeps/pthread/timer_settime.c: ... here.
7415 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7416 * sysdeps/pthread/tst-timer.c: ... here.
7417 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7418 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7419
e876b090
RM
7420 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7421 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7422
f6b07b3d
RM
7423 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7424 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7425 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7426 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7427 Update #include target.
7428 * nptl/sysdeps/i386/i686/Makefile: Moved ...
7429 * sysdeps/i386/i686/nptl/Makefile: ... here.
7430 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7431 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7432 Update #include target.
7433 * nptl/sysdeps/i386/i686/tls.h: Moved ...
7434 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
7435 * nptl/sysdeps/i386/Makefile: Moved ...
7436 * sysdeps/i386/nptl/Makefile: ... here.
7437 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7438 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7439 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7440 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7441 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7442 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7443 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7444 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7445 * sysdeps/i386/nptl/pthreaddef.h: ... here.
7446 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7447 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7448 * nptl/sysdeps/i386/tls.h: Moved ...
7449 * sysdeps/i386/nptl/tls.h: ... here.
7450
45262aee
RM
7451 * sysdeps/sh/Makefile [$(subdir) = csu]
7452 (gen-as-const-headers): Add tcb-offsets.sym.
7453 * nptl/sysdeps/sh/Makefile: File removed.
7454 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7455 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7456 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7457 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7458 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7459 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7460 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7461 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7462 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7463 * sysdeps/sh/nptl/pthreaddef.h: ... here.
7464 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7465 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7466 * nptl/sysdeps/sh/tls.h: Moved ...
7467 * sysdeps/sh/nptl/tls.h: ... here.
7468 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7469 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7470 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7471 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7472 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7473 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7474 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7475 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7476 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7477 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7478 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7479 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7480 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7481 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7482 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7483 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7484 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7485 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7486 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7487 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7488 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7489 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7490 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7491 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7492 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7493 Moved ...
7494 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7495 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7496 Moved ...
7497 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7498 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7499 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7500 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7501 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7502 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7503 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7504 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7505 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7506 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7507 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7508 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7509 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7510 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7511 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7512 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
7513 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
7514 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
7515 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
7516
35a5e3e3
SL
75172014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
7518
7519 * posix/spawn_faction_addopen.c: Include string.h.
7520
14642b85
RM
75212014-06-11 Roland McGrath <roland@hack.frob.com>
7522
7523 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
7524 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
7525 * nptl/sysdeps/x86_64/Makefile: Moved ...
7526 * sysdeps/x86_64/nptl/Makefile: ... here.
7527 * nptl/sysdeps/x86_64/configure: Moved ...
7528 * sysdeps/x86_64/nptl/configure: ... here.
7529 * nptl/sysdeps/x86_64/configure.ac: Moved ...
7530 * sysdeps/x86_64/nptl/configure.ac: ... here.
7531 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
7532 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
7533 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
7534 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
7535 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
7536 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
7537 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
7538 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
7539 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
7540 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
7541 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
7542 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
7543 * nptl/sysdeps/x86_64/tls.h: Moved ...
7544 * sysdeps/x86_64/nptl/tls.h: ... here.
7545 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
7546 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
7547 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
7548 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
7549
7550 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
7551
31c44fea
AZ
75522014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7553
7554 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7555
e81a4f9a
JM
75562014-06-11 Joseph Myers <joseph@codesourcery.com>
7557
7558 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
7559 type.
7560 [POSIX] (off_t): Likewise.
7561 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
7562 [POSIX] (S_ISBLK): Require macro.
7563 [POSIX] (S_ISCHR): Likewise.
7564 [POSIX] (S_ISDIR): Likewise.
7565 [POSIX] (S_ISFIFO): Likewise.
7566 [POSIX] (S_ISREG): Likewise.
7567 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
7568 optional-macro.
7569 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
7570 type.
7571 [POSIX] (time_t): Likewise.
7572 [POSIX] (timer_t): Likewise.
7573
89e435f3
FW
75742014-06-11 Florian Weimer <fweimer@redhat.com>
7575
7576 [BZ #17048]
7577 * posix/spawn_int.h (struct __spawn_action): Make the path string
7578 non-const to support deallocation.
7579 * posix/spawn_faction_addopen.c
7580 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
7581 * posix/spawn_faction_destroy.c
7582 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
7583 path in all spawn_do_open actions.
7584 * posix/tst-spawn.c (do_test): Exercise the copy operation in
7585 posix_spawn_file_actions_addopen.
7586
c3a2ebe1
CM
75872014-06-11 Chris Metcalf <cmetcalf@tilera.com>
7588
7589 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
7590 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
7591 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
7592 conditional code always true.
7593 (__libc_vfork): New alias.
7594
9503784a
RM
75952014-06-11 Roland McGrath <roland@hack.frob.com>
7596
c9cab3d2
RM
7597 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7598 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
7599
d3996c79
RM
7600 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
7601
ba5ec611
RM
7602 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7603 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
7604
f12b4814
RM
7605 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7606 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
7607
9503784a
RM
7608 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7609 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
7610
e23d3d26
VR
76112014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
7612
7613 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
7614 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
7615 multiarch strcmp for PPC64.
7616 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
7617 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
7618 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
7619 multiarch optimizations.
7620 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7621 (__libc_ifunc_impl_list): Likewise.
7622
42b1161e
SP
76232014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
7624
7625 * benchtests/scripts/validate_benchout.py: New script.
7626 * benchtests/Makefile (bench-func): Call it.
7627 * benchtests/scripts/benchout.schema.json: New file.
7628
2d0fc4dc
CM
76292014-06-10 Chris Metcalf <cmetcalf@tilera.com>
7630
4a594c34
AZ
7631 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
7632 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
7633 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
7634 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
7635 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
7636 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
7637 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
7638 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
7639 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
7640 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
7641 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
7642 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
7643 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
7644 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
7645 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
7646 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
7647 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 7648 Moved ...
4a594c34 7649 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 7650 ... here.
4a594c34 7651 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 7652 Moved ...
4a594c34
AZ
7653 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
7654 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 7655 Moved ...
4a594c34 7656 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 7657 ... here.
4a594c34 7658 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 7659 Moved ...
4a594c34 7660 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 7661 ... here.
4a594c34 7662 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 7663 Moved ...
4a594c34
AZ
7664 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
7665 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 7666 Moved ...
4a594c34 7667 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 7668 ... here.
4a594c34 7669 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 7670 Moved ...
4a594c34 7671 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 7672 ... here.
4a594c34 7673 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 7674 Moved ...
4a594c34
AZ
7675 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
7676 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 7677 Moved ...
4a594c34 7678 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 7679 ... here.
4a594c34 7680 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 7681 Moved ...
4a594c34 7682 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 7683 ... here.
4a594c34 7684 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 7685 Moved ...
4a594c34 7686 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 7687 ... here.
4a594c34 7688 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 7689 Moved ...
4a594c34
AZ
7690 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
7691 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 7692 Moved ...
4a594c34 7693 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 7694 ... here.
4a594c34 7695 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 7696 Moved ...
4a594c34 7697 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 7698 ... here.
4a594c34 7699 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 7700 Moved ...
4a594c34 7701 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 7702 ... here.
4a594c34 7703 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 7704 Moved ...
4a594c34
AZ
7705 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
7706 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 7707 Moved ...
4a594c34 7708 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 7709 ... here.
4a594c34 7710 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 7711 Moved ...
4a594c34 7712 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 7713 ... here.
4a594c34 7714 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 7715 Moved ...
4a594c34
AZ
7716 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
7717 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 7718 Moved ...
4a594c34 7719 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 7720 ... here.
4a594c34 7721 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 7722 Moved ...
4a594c34
AZ
7723 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
7724 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 7725 Moved ...
4a594c34
AZ
7726 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
7727 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 7728 Moved ...
4a594c34 7729 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 7730 ... here.
4a594c34 7731 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 7732 Moved ...
4a594c34 7733 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 7734 ... here.
4a594c34 7735 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 7736 Moved ...
4a594c34 7737 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 7738 ... here.
4a594c34 7739 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 7740 Moved ...
4a594c34
AZ
7741 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
7742 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 7743 Moved ...
4a594c34 7744 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 7745 ... here.
4a594c34 7746 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 7747 Moved ...
4a594c34 7748 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 7749 ... here.
4a594c34
AZ
7750 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
7751 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
7752 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
7753 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
7754 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 7755 Moved ...
4a594c34 7756 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 7757 ... here.
4a594c34
AZ
7758 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
7759 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
7760 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
7761 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
7762 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
7763 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
7764 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
7765 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
7766 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
7767 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
7768 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
7769 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
7770 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 7771 Moved ...
4a594c34
AZ
7772 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
7773 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 7774 Moved ...
4a594c34
AZ
7775 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
7776 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
7777 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
7778 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 7779 Moved ...
4a594c34
AZ
7780 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
7781 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
7782 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
7783 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
7784 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
7785 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
7786 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 7787
0570cfed
W
77882014-06-10 Wilco <wdijkstr@arm.com>
7789
7790 * math/test-fenv-return.c: New file.
7791 * math/Makefile: Add new test test-fenv-return.
7792
f8ba1b56
JM
77932014-06-10 Joseph Myers <joseph@codesourcery.com>
7794
7795 [BZ #17042]
7796 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
7797 when x - 1 is zero.
7798 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
7799 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7800 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
7801 0.0L for an argument of 1.0L.
7802 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
7803 Likewise.
7804 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
7805 value when x - 1 is zero.
7806 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
7807 * sysdeps/i386/fpu/libm-test-ulps: Update.
7808 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7809
2c3520d9
BO
78102014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
7811
7812 [BZ #15119]
7813 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
7814
acaa4d24
RM
78152014-06-09 Roland McGrath <roland@hack.frob.com>
7816
7817 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
7818 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
7819
962b744d
RM
78202014-06-09 Roland McGrath <roland@hack.frob.com>
7821
d752f0cc
RM
7822 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7823 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
7824
34eda6d1
RM
7825 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7826 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
7827
50f0a637
RM
7828 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7829 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
7830
08f41f04
RM
7831 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7832 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
7833
962b744d
RM
7834 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
7835 if not already defined.
7836 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
7837 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
7838 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
7839 (TLS_INIT_TP): Use it.
7840 (TLS_DEFINE_INIT_TP): New macro.
7841 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
7842
09f19b05
JM
78432014-06-09 Joseph Myers <joseph@codesourcery.com>
7844
7845 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
7846 constant.
7847 [POSIX] (IXANY): Likewise.
7848 [POSIX] (OLCUC): Likewise.
7849 [POSIX || POSIX2008] (CBAUD): Do not allow.
7850 [POSIX || POSIX2008] (DEFECHO): Likewise.
7851 [POSIX || POSIX2008] (ECHOCTL): Likewise.
7852 [POSIX || POSIX2008] (ECHOKE): Likewise.
7853 [POSIX || POSIX2008] (ECHOPRT): Likewise.
7854 [POSIX || POSIX2008] (EXTA): Likewise.
7855 [POSIX || POSIX2008] (EXTB): Likewise.
7856 [POSIX || POSIX2008] (FLUSHO): Likewise.
7857 [POSIX || POSIX2008] (LOBLK): Likewise.
7858 [POSIX || POSIX2008] (PENDIN): Likewise.
7859 [POSIX || POSIX2008] (SWTCH): Likewise.
7860 [POSIX || POSIX2008] (VDISCARD): Likewise.
7861 [POSIX || POSIX2008] (VDSUSP): Likewise.
7862 [POSIX || POSIX2008] (VLNEXT): Likewise.
7863 [POSIX || POSIX2008] (VREPRINT): Likewise.
7864 [POSIX || POSIX2008] (VSTATUS): Likewise.
7865 [POSIX || POSIX2008] (VWERASE): Likewise.
7866 (B*): Change to B[0123456789]*.
7867 * conform/data/time.h-data [POSIX || UNIX98]
7868 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
7869 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
7870 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
7871 [POSIX] (tm_*): Do not allow.
7872
686554bf
JM
78732014-06-07 Joseph Myers <joseph@codesourcery.com>
7874
7875 * Makefile (install): Don't set LANGUAGE.
7876 * Makefile.in (install): Likewise.
7877 * assert/Makefile (test-assert-ENV): Remove variable.
7878 (test-assert-perr-ENV): Likewise.
7879 * elf/Makefile (neededtest4-ENV): Likewise.
7880 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7881 [$(cross-compiling) = no]: Don't set LANGUAGE.
7882 * io/ftwtest-sh (LANG): Remove variable.
7883 * libio/Makefile (tst-widetext-ENV): Likewise.
7884 * manual/install.texi (Running make install): Don't refer to
7885 environment settings for make install.
7886 * INSTALL: Regenerated.
7887 * nptl/tst-tls6.sh: Don't set LANG.
7888 * posix/globtest.sh (LANG): Remove variable.
7889 * string/Makefile (tester-ENV): Likewise.
7890 (inl-tester-ENV): Likewise.
7891 (noinl-tester-ENV): Likewise.
7892 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7893 [$(cross-compiling) = no]: Don't set LANGUAGE.
7894 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
7895 without explicit environment settings.
7896
68e6b6b1
RM
78972014-06-06 Roland McGrath <roland@hack.frob.com>
7898
7899 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
7900 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
7901 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
7902 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
7903
4d3ae034
CM
79042014-06-06 Chris Metcalf <cmetcalf@tilera.com>
7905
7906 * crypt/crypt-private.h [DOS]: Add some includes taken from the
7907 other files in the crypt directory.
7908 * crypt/crypt.c: Remove duplicate includes.
7909 * crypt/crypt-entry.c: Likewise.
7910 * crypt/crypt_util.c: Likewise.
7911
8540f6d2
JM
79122014-06-06 Joseph Myers <joseph@codesourcery.com>
7913
7914 * Makeconfig (run-program-env): New variable.
7915 (run-program-prefix-before-env): Likewise.
7916 (run-program-prefix-after-env): Likewise.
7917 (run-program-prefix): Define in terms of new variables.
7918 (built-program-cmd-before-env): New variable.
7919 (built-program-cmd-after-env): Likewise.
7920 (built-program-cmd): Define in terms of new variables.
7921 (test-program-prefix-before-env): New variable.
7922 (test-program-prefix-after-env): Likewise.
7923 (test-program-prefix): Define in terms of new variables.
7924 (test-program-cmd-before-env): New variable.
7925 (test-program-cmd-after-env): Likewise.
7926 (test-program-cmd): Define in terms of new variables.
7927 * Rules (make-test-out): Use $(run-program-env).
7928 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
7929 (help): Do not mention environment variables. Mention
7930 --timeoutfactor option.
7931 (timeoutfactor): New variable.
7932 (blacklist_exports): Remove function.
7933 (exports): Remove variable.
7934 (command): Do not include ${exports}.
7935 * manual/install.texi (Configuring and compiling): Do not mention
7936 test wrappers preserving environment variables. Mention that last
7937 assignment to a variable must take precedence.
7938 * INSTALL: Regenerated.
7939 * benchtests/Makefile (run-bench): Use $(run-program-env).
7940 * catgets/Makefile ($(objpfx)test1.cat): Use
7941 $(built-program-cmd-before-env), $(run-program-env) and
7942 $(built-program-cmd-after-env).
7943 ($(objpfx)test2.cat): Do not specify environment variables
7944 explicitly.
7945 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
7946 $(run-program-env) and $(built-program-cmd-after-env).
7947 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
7948 $(run-program-env) and $(test-program-cmd-after-env).
7949 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
7950 explicitly.
7951 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
7952 run_program_env and test_program_cmd_after_env arguments.
7953 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
7954 * elf/tst-pathopt.sh: Use run_program_env argument.
7955 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
7956 $(test-wrapper-env) and $(run-program-env).
7957 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
7958 run_program_env arguments.
7959 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
7960 * intl/Makefile ($(objpfx)tst-gettext.out): Use
7961 $(test-program-prefix-before-env), $(run-program-env) and
7962 $(test-program-prefix-after-env).
7963 ($(objpfx)tst-gettext2.out): Likewise.
7964 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
7965 run_program_env and test_program_prefix_after_env arguments.
7966 * intl/tst-gettext2.sh: Likewise.
7967 * intl/tst-gettext4.sh: Do not set environment variables
7968 explicitly.
7969 * intl/tst-gettext6.sh: Likewise.
7970 * intl/tst-translit.sh: Likewise.
7971 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
7972 $(test-program-prefix-before-env), $(run-program-env) and
7973 $(test-program-prefix-after-env).
7974 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
7975 run_program_env and test_program_prefix_after_env arguments.
7976 * math/Makefile (run-regen-ulps): Use $(run-program-env).
7977 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
7978 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
7979 explicitly with each use of ${test_wrapper_env}.
7980 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
7981 $(test-program-prefix-before-env), $(run-program-env) and
7982 $(test-program-prefix-after-env).
7983 * posix/tst-getconf.sh: Do not set environment variables
7984 explicitly.
7985 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
7986 run_program_env and test_program_prefix_after_env arguments.
7987 * stdio-common/tst-printf.sh: Do not set environment variables
7988 explicitly.
7989 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
7990 $(test-program-prefix-before-env), $(run-program-env) and
7991 $(test-program-prefix-after-env).
7992 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
7993 run_program_env and test_program_prefix_after_env arguments.
7994 Split $test calls into $test_pre and $test.
7995 * timezone/Makefile (build-testdata): Use
7996 $(built-program-cmd-before-env), $(run-program-env) and
7997 $(built-program-cmd-after-env).
7998
ed36bfa1
AZ
79992014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8000
8001 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8002 strlen for non SHARED builds.
8003
fc75bf46
SP
80042014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
8005
8006 * nptl/allocatestack.c (check_list): Inlined function...
8007 (__reclaim_stacks): ... here.
8008
d89b3d80
OB
80092014-06-05 Ondřej Bílka <neleai@seznam.cz>
8010
8011 [BZ #15698]
8012 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8013 memory overrun.
8014
2bf18041
JM
80152014-06-05 Joseph Myers <joseph@codesourcery.com>
8016
8017 * Rules (make-test-out): Include
8018 LOCPATH=$(common-objpfx)localedata in default environment.
8019 * debug/Makefile (tst-chk1-ENV): Remove variable.
8020 (tst-chk2-ENV): Likewise.
8021 (tst-chk3-ENV): Likewise.
8022 (tst-chk4-ENV): Likewise.
8023 (tst-chk5-ENV): Likewise.
8024 (tst-chk6-ENV): Likewise.
8025 (tst-lfschk1-ENV): Likewise.
8026 (tst-lfschk2-ENV): Likewise.
8027 (tst-lfschk3-ENV): Likewise.
8028 (tst-lfschk4-ENV): Likewise.
8029 (tst-lfschk5-ENV): Likewise.
8030 (tst-lfschk6-ENV): Likewise.
8031 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8032 (tst-iconv7-ENV): Likewise.
8033 * intl/Makefile (LOCPATH-ENV): Likewise.
8034 (tst-codeset-ENV): Likewise.
8035 (tst-gettext3-ENV): Likewise.
8036 (tst-gettext5-ENV): Likewise.
8037 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8038 (tst-fopenloc-ENV): Likewise.
8039 (tst-fgetws-ENV): Remove variable.
8040 (tst-ungetwc1-ENV): Likewise.
8041 (tst-ungetwc2-ENV): Likewise.
8042 (bug-ungetwc2-ENV): Likewise.
8043 (tst-swscanf-ENV): Likewise.
8044 (bug-ftell-ENV): Likewise.
8045 (tst-fgetwc-ENV): Likewise.
8046 (tst-fseek-ENV): Likewise.
8047 (tst-ftell-partial-wide-ENV): Likewise.
8048 (tst-ftell-active-handler-ENV): Likewise.
8049 (tst-ftell-append-ENV): Likewise.
8050 * posix/Makefile (tst-fnmatch-ENV): Likewise.
8051 (tst-regexloc-ENV): Likewise.
8052 (bug-regex1-ENV): Likewise.
8053 (tst-regex-ENV): Likewise.
8054 (tst-regex2-ENV): Likewise.
8055 (bug-regex5-ENV): Likewise.
8056 (bug-regex6-ENV): Likewise.
8057 (bug-regex17-ENV): Likewise.
8058 (bug-regex18-ENV): Likewise.
8059 (bug-regex19-ENV): Likewise.
8060 (bug-regex20-ENV): Likewise.
8061 (bug-regex22-ENV): Likewise.
8062 (bug-regex23-ENV): Likewise.
8063 (bug-regex25-ENV): Likewise.
8064 (bug-regex26-ENV): Likewise.
8065 (bug-regex30-ENV): Likewise.
8066 (bug-regex32-ENV): Likewise.
8067 (bug-regex33-ENV): Likewise.
8068 (bug-regex34-ENV): Likewise.
8069 (bug-regex35-ENV): Likewise.
8070 (tst-rxspencer-ENV): Likewise.
8071 (tst-rxspencer-no-utf8-ENV): Likewise.
8072 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8073 (tst-sscanf-ENV): Likewise.
8074 (tst-swprintf-ENV): Likewise.
8075 (tst-swscanf-ENV): Likewise.
8076 (test-vfprintf-ENV): Likewise.
8077 (scanf13-ENV): Likewise.
8078 (bug14-ENV): Likewise.
8079 (tst-grouping-ENV): Likewise.
8080 * stdlib/Makefile (tst-strtod-ENV): Likewise.
8081 (tst-strtod3-ENV): Likewise.
8082 (tst-strtod4-ENV): Likewise.
8083 (tst-strtod5-ENV): Likewise.
8084 (testmb2-ENV): Likewise./
8085 * string/Makefile (tst-strxfrm-ENV): Likewise.
8086 (tst-strxfrm2-ENV): Likewise.
8087 (bug-strcoll1-ENV): Likewise.
8088 (test-strcasecmp-ENV): Likewise.
8089 (test-strncasecmp-ENV): Likewise.
8090 * time/Makefile (tst-strptime-ENV): Likewise.
8091 (tst-ftime_l-ENV): Likewise.
8092 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8093 (tst-mbrtowc-ENV): Likewise.
8094 (tst-wcrtomb-ENV): Likewise.
8095 (tst-mbrtowc2-ENV): Likewise.
8096 (tst-c16c32-1-ENV): Likewise.
8097 (tst-mbsnrtowcs-ENV): Likewise.
8098
cd1fb604
OB
80992014-06-05 Ondřej Bílka <neleai@seznam.cz>
8100
8101 * manual/resource.texi (How to get information about the memory
8102 subsystem?): Fix typo.
8103 Reported by Peon de la Parra Ivan <peon@keba.com>
8104
b42eca7d
GY
81052014-06-03 Guo Yixuan <culu.gyx@gmail.com>
8106
8107 [BZ #16882]
8108 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8109 (pthread_spin_lock): Branch out of spin loop to proper location.
8110 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8111 (pthread_spin_lock): Likewise.
8112
902b71f9
DM
8113 * nptl/tst-spin4.c: New test.
8114 * nptl/Makefile (tests): Add tst-spin4.
8115
f9d2d032
AS
81162014-06-03 Andreas Schwab <schwab@suse.de>
8117
8118 [BZ #15946]
8119 * resolv/res_send.c (send_dg): Reload file descriptor after
8120 calling reopen.
8121
cf7bfd28
SL
81222014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
8123
8124 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8125
111cc714
RH
81262014-06-03 Richard Henderson <rth@redhat.com>
8127
89b4bd6b
RH
8128 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8129 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8130 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8131 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
8132 in the SAVE_PID block.
8133 (__libc_vfork): New alias.
71840409 8134 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 8135
111cc714
RH
8136 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8137 child in registers, not on the stack. Remove RESET_PID conditionals.
8138 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8139
ccc39911
MS
81402014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
8141
8142 * sysdeps/aarch64/libm-test-ulps: Regenerate.
8143
693096cc
W
81442014-06-03 Wilco <wdijkstr@arm.com>
8145
8146 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8147 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8148 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8149 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8150 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8151 Likewise.
8152
0b4366bc
W
81532014-06-03 Wilco <wdijkstr@arm.com>
8154
8155 * sysdeps/aarch64/fpu/math_private.h
8156 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8157 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8158 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8159 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8160 Fix declarations.
8161
8747cd03
KS
81622014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8163
8164 * crypt/crypt-private.h: Include ufc-crypt.h.
8165 (__b64_from_24bit): Declare extern.
8166 * crypt/crypt_util.c(__b64_from_24bit): New function.
8167 (b64t): New static const variable.
8168 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8169 (b64t): Remove variable.
8170 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8171 * crypt/sha256-crypt.c: Include crypt-private.h.
8172 (b64t): Remove variable.
8173 (__sha256_crypt_r): Remove b64_from_24bit and replace
8174 with __b64_from_24bit.
8175 * crypt/sha512-crypt.c: Likewise.
8176
d936d379
RM
81772014-06-02 Roland McGrath <roland@hack.frob.com>
8178
8179 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8180 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8181 Label the code __libc_vfork rather than __vfork.
8182 [!NOT_IN_libc] (vfork): Define as weak alias.
8183 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8184 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8185 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8186
9fa76613
SP
81872014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8188
8189 * malloc/malloc.c (malloc_info): Fix format specifier for
8190 n_mmaps.
8191
a88dadbe
W
81922014-06-02 Wilco <wdijkstr@arm.com>
8193
8194 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8195 FPCR write.
8196
c95b3011
W
81972014-06-02 Wilco <wdijkstr@arm.com>
8198
8199 [BZ #17009]
8200 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8201 Rewrite to reduce FPCR/FPSR accesses.
8202
6b4d7a90
DM
82032014-06-01 David S. Miller <davem@davemloft.net>
8204
8205 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8206
30f3d07c
DM
82072014-05-31 David S. Miller <davem@davemloft.net>
8208
8209 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8210 to occur in round to nearest mode when |x| >= 2.0
8211
74f31c18
RH
82122014-05-30 Richard Henderson <rth@twiddle.net>
8213
f0712b54
RH
8214 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8215 (PSEUDO_RET_NOERRNO): Remove.
8216 (ret): Don't redefine.
8217 (ret_NOERRNO): Define in terms of ret.
8218 (ret_ERRVAL): Likewise.
8219
74f31c18
RH
8220 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8221 use of PSEUDO_RET; perform the error check directly.
8222
30477995
MM
82232014-05-30 Marko Myllynen <myllynen@redhat.com>
8224
8225 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8226 with __int128_t.
8227
62a58816
SP
82282014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8229
8230 * malloc/malloc (malloc_info): Fix formatting.
8231
4d653a59
SP
82322014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8233 Roland McGrath <roland@hack.frob.com>
8234
8235 * malloc/malloc (malloc_info): Also print mmapped statistics.
8236
5190c17f
RM
82372014-05-30 Roland McGrath <roland@hack.frob.com>
8238
8239 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8240 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8241
987c0269
OB
82422014-05-30 Ondřej Bílka <neleai@seznam.cz>
8243
8244 * malloc/malloc.c (malloc_info): Inline mi_arena.
8245
af4e8ef9
RH
82462014-05-29 Richard Henderson <rth@twiddle.net>
8247
1670e207
RH
8248 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8249 Remove comma before expanding ASM_ARGS_##nr.
8250 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8251 Make _x0 a strict output; make _x8 a strict input; adjust expansion
8252 of ASM_ARGS_##nr.
8253 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8254 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8255 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8256 (ASM_ARGS_1): Add leading comma.
8257
11a28aee
RH
8258 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8259 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8260 to __errno_location.
8261 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8262 Remove the expected plt for __errno_location.
8263
a17e5ffb 8264 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 8265 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
8266 call to __read_tp.
8267
b5be4597
RH
8268 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8269 Always allocate 64 bytes of stack frame. Use ldp/stp to create
8270 it and break it down.
8271 (DOCARGS_0, DOCARGS_1): Do nothing.
8272 (DOCARGS_2): Update to store into the new stack frame.
8273 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8274 (UNDOCARGS_1): Update to restore from the new stack frame.
8275 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8276 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8277
645d44ab
RH
8278 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8279 (SINGLE_THREAD_P): New parameter for result regno.
8280 (PSEUDO): Update to match; use cbz instead of beq.
8281
a8b4f04a
RH
8282 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8283 Use ENTRY to define the _nocancel entry point. Share the syscall
8284 and syscall error check paths with the cancel path.
8285 (PSEUDO_END): New.
8286
af4e8ef9
RH
8287 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8288 whitespace; tabs before and after asm mnemonics.
8289
26b0d2e1
EW
82902014-05-29 Eric Wong <normalperson@yhbt.net>
8291
8292 [BZ #15132]
8293 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8294 Call fstat64 or stat64 internally, depending on arguments passed.
8295 Replace stat buffer argument with file descriptor argument.
8296 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8297 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8298 Pass fd to __internal_statvfs instead of calling fstat64.
8299 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8300 Pass fd to __internal_statvfs64 instead of calling fstat64.
8301 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8302 Pass -1 to __internal_statvfs instead of calling stat64.
8303 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8304 Pass -1 to __internal_statvfs64 instead of calling stat64.
8305
1efe2bd9
RM
83062014-05-28 Roland McGrath <roland@hack.frob.com>
8307
0d3b7a19
RM
8308 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8309 that was previously under [RESET_PID].
8310 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8311
1efe2bd9
RM
8312 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8313 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8314
a6bea3ca
RM
83152014-05-27 Roland McGrath <roland@hack.frob.com>
8316
30b6629e
RM
8317 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8318
a6bea3ca
RM
8319 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8320 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8321
3dfb9a5c
OB
83222014-05-27 Ondřej Bílka <neleai@seznam.cz>
8323
8324 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8325
774f9285
AS
83262014-05-27 Andreas Schwab <schwab@suse.de>
8327
8328 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8329 TLS_INIT_TP macro.
8330 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8331 * elf/rtld.c (init_tls, dl_main): Likewise.
8332 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8333 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8334 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8335 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8336 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8337 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8338 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8339 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8340 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8341 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8342 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8343 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8344 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8345 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8346 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8347 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8348 * sysdeps/generic/tls.h: Update description.
8349
36ffe739
WN
83502014-05-27 Will Newton <will.newton@linaro.org>
8351
8352 [BZ #16990]
8353 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8354 and restore r2 rather than just restoring.
8355
2482ae43
SP
83562014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8357
8358 [BZ #16724]
8359 * libio/tst-ftell-append.c: New test case.
8360 * libio/Makefile (tests): Add test case.
8361 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8362 append mode.
8363 * libio/wfileops.c (do_ftell_wide): Likewise.
8364
3d1024e8
AZ
83652014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8366
bab90016
AZ
8367 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8368
c7a8d667
AZ
8369 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8370 ...
8371 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8372 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8373 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8374 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8375 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8376 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8377 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8378 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8379 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8380 Moved ...
8381 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8382 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8383 Moved ...
8384 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8385 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8386 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8387 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8388 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8389 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8390 ...
8391 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8392 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8393 Moved ...
8394 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8395 here.
8396 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8397 ...
8398 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8399 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8400 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8401
daee7851
AZ
8402 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8403 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8404 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8405 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8406
50a40819
AZ
8407 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8408 merge into ...
8409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8410 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8411 ...
8412 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8413 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8414 ...
8415 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8416 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8417 Moved ...
8418 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8419 here.
8420 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8421 Moved ...
8422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8423 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8424 Moved ...
8425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8426
8464c2a1
AZ
8427 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8428 conditional [RESET_PID].
8429 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8430 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8431 removed.
8432 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8433 removed.
8434
3d1024e8
AZ
8435 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8436 <tcb-offsets.h>.
8437 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8438 (__libc_vfork): New strong alias.
8439 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8440 removed.
8441 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8442 Removed.
8443
8444 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8445 <tcb-offsets.h>.
8446 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8447 (__libc_vfork): New strong alias.
8448 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8449 removed.
8450 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8451 removed.
8452
fdfd175d
CD
84532014-05-26 Carlos O'Donell <carlos@redhat.com>
8454
8455 * malloc/malloc.c (mi_arena): New function.
8456 (malloc_info): Remove nested function mi_arena. Call non-nosted
8457 function mi_arena.
8458
d298c416
AZ
84592014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8460
8461 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8462 by insrwi.
8463 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8464 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8465 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8466 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8467 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8468 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8469 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8470
b60ea6ff
AS
84712014-05-26 Andreas Schwab <schwab@suse.de>
8472
8473 [BZ #16984]
8474 * locale/programs/repertoire.c (repertoire_read): Add slash
8475 between I18NPATH element and file name.
8476 * locale/programs/locfile.c (locfile_read): Likewise.
8477
67365926
SL
84782014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
8479
8480 * nptl/pthread_mutexattr_settype.c
8481 (__pthread_mutexattr_settype):
8482 Disable lock elision for PTHREAD_MUTEX_NORMAL.
8483
f8bdf1f0
SL
84842014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
8485
8486 * nptl/tst-mutex5 (do_test):
8487 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8488
15eaf6ff
SP
84892014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8490
8491 * benchtests/README: Document 'init' directive.
8492 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8493 BENCH_INIT.
8494 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8495 (parse_file): Recognize 'init' directive.
8496
75f11331
KM
84972014-05-26 Kyle McMartin <kyle@redhat.com>
8498
8499 [BZ #16796]
8500 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8501 alignment of struct pthread.
8502
c3ec475c
SP
85032014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
8504
8505 [BZ #16878]
8506 * nscd/netgroupcache.c (addgetnetgrentX): Look for
8507 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8508 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8509 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8510
82aab97c
RH
85112014-05-25 Richard Henderson <rth@twiddle.net>
8512
aa2f176d
RH
8513 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8514 (SINGLE_THREAD_P_PIC): Remove.
8515 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
8516 (SINGLE_THREAD_P_PIC): Remove.
8517
ca3cfa40
RH
8518 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
8519 branch to syscall error ...
8520 (PSEUDO): ... here.
8521 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
8522 from __local_syscall_error to .Lsyscall_error.
8523 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
8524 (SYSCALL_ERROR): Update label name.
8525
6e6c2d01
RH
8526 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8527 Do not use DOARGS/UNDOARGS.
8528 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
8529 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
8530 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
8531 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
8532 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
8533
c69abcee
RH
8534 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
8535 block comment.
8536
82aab97c
RH
8537 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
8538 define if !NOT_IN_libc.
8539 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
8540 define with non-default symbol versions.
8541
8820e3ac
RH
85422014-05-23 Richard Henderson <rth@twiddle.net>
8543
900e445f
RH
8544 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
8545 (vfork, __vfork): Define via compat_symbol.
8546
8820e3ac
RH
8547 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
8548 [!HAVE_IFUNC] (vfork_compat): Remove.
8549 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
8550
e59252a5
JM
85512014-05-23 Joseph Myers <joseph@codesourcery.com>
8552
8553 [BZ #16978]
8554 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
8555 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
8556 variable.
8557
132c7f5f
RH
85582014-05-23 Richard Henderson <rth@twiddle.net>
8559
bc89e962
RH
8560 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
8561 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
8562 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
8563 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
8564
8565 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
8566 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
8567 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
8568 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
8569 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
8570 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
8571 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
8572 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
8573 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
8574 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
8575 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
8576 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
8577 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
8578 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
8579 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
8580 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
8581 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
8582 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
8583 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
8584 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
8585 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
8586 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
8587 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
8588 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
8589 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
8590 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
8591 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
8592 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
8593 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
8594 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
8595 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
8596 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
8597 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
8598 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
8599 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
8600 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
8601 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
8602 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
8603 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
8604 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
8605 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
8606 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
8607 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
8608 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
8609 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
8610 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
8611 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
8612 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
8613 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
8614 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
8615 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
8616 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
8617 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
8618 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
8619 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
8620 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
8621
e2fa4bc2
RH
8622 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
8623 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
8624 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
8625 before exiting on error.
8626 (__libc_vfork): New strong alias.
8627 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
8628 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
8629
279b24e2
RH
8630 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
8631 that was previously under [RESET_PID].
8632 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
8633
132c7f5f
RH
8634 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
8635
b72592e7
JM
86362014-05-23 Joseph Myers <joseph@codesourcery.com>
8637
8638 [BZ #16977]
8639 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
8640 value when x - 1 is zero.
8641 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
8642 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
8643 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
8644 0.0L for an argument of 1.0L.
8645 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
8646 Likewise.
8647 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
8648 value when x - 1 is zero.
8649 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
8650 * sysdeps/i386/fpu/libm-test-ulps: Update.
8651 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8652
2302d679
RV
86532014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
8654
8655 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
8656 alphasort and versionsort.
8657
32999d63
AZ
86582014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8659
8660 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
8661 macro.
8662 [copysignf]: Likewise.
8663
019324d0
SP
86642014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
8665
8666 * crypt/md5-crypt.c: Fix formatting.
8667
34fff5c2
KS
86682014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8669
8670 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
8671 (b64_from_24bit): New function.
8672
3d2badac
AZ
86732014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8674
8675 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
8676 libc_hidden_builtin_def to ifunc.
8677 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8678 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
8679
f7bb179f 86802014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
8681
8682 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
8683 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
8684
4134b50d
JM
86852014-05-21 Joseph Myers <joseph@codesourcery.com>
8686
bb7d0337
JM
8687 * nscd/Depend (linuxthreads): Remove.
8688 (nptl): Add.
8689 * resolv/Depend (linuxthreads): Remove.
8690 * rt/Depend (linuxthreads): Remove.
8691
4134b50d
JM
8692 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
8693 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
8694 $(common-objpfx)elf/.
8695 (link-libc-before-gnulib): Likewise.
8696 (elfobjdir): Remove variable.
8697 * Makefile (install): Use $(elf-objpfx) instead of
8698 $(common-objpfx)elf/.
8699 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
8700 $(elfobjdir)/.
8701 (link-libc-deps): Likewise.
8702 ($(common-objpfx)libc.so): Likewise.
8703 ($(common-objpfx)linkobj/libc.so): Likewise.
8704 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
8705 instead of $(common-objpfx)elf/.
8706 (symbolic-link-list): Likewise.
8707 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8708 [$(cross-compiling) = no]: Likewise.
8709 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
8710 $(elfobjdir)/.
8711 (static-gnulib-arch): Likewise.
8712 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8713 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
8714 $(common-objpfx)elf/.
8715
3612eb8f
RH
87162014-05-21 Richard Henderson <rth@redhat.com>
8717
a6b3657b
RH
8718 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8719 (SINGLE_THREAD_P): Use the correct width load. Fold
8720 into the ldr offset.
8721
3612eb8f
RH
8722 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
8723 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
8724
175cef41
JM
87252014-05-20 Joseph Myers <joseph@codesourcery.com>
8726
8727 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
8728 (libgcc_s_resume): Use __attribute_used__.
8729 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
8730 Likewise.
8731
e13bccd3
AZ
87322014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8733
8734 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
8735 optimization when used with float constants.
8736
7c112a38
AZ
8737 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8738
ae75a883
AJ
87392014-05-20 Aurelien Jarno <aurelien@aurel32.net>
8740
8741 [BZ #16915]
8742 * locale/nl_langinfo_l.c: Make direct reference to every
8743 _nl_current_CATEGORY symbol.
8744 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
8745 (tests-static): Add tst-langinfo-static.
8746 (tests-special): Add tst-langinfo-static.out.
8747 ($(objpfx)tst-langinfo.out): Redirect output.
8748 ($(objpfx)tst-langinfo-static.out): New.
8749 * localedata/tst-langinfo.sh: Send output to stdout.
8750 * localedata/tst-langinfo-static.c: New file.
8751
4406c41c
AJ
8752 [BZ #16965]
8753 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
8754 when the shift amount is modulo the limb size.
8755
4c0a1e63
RH
87562014-05-20 Richard Henderson <rth@redhat.com>
8757
de9d8f20
RH
8758 [BZ #16967]
8759 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
8760 Change type of sa_flags from unsigned int to int.
8761
4c0a1e63
RH
8762 [BZ #16966]
8763 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
8764
8765 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
8766
a60339aa
WN
87672014-05-20 Will Newton <will.newton@linaro.org>
8768
8769 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8770 Test the return value of the system call in the nocancel case.
8771
7d05a816
YR
87722014-05-20 Will Newton <will.newton@linaro.org>
8773 Yvan Roux <yvan.roux@linaro.org>
8774
8775 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
8776 #include of asm/ptrace.h.
8777 (PTRACE_GET_THREAD_AREA): Remove #undef.
8778 (PTRACE_GETHBPREGS): Likewise.
8779 (PTRACE_SETHBPREGS): Likewise.
8780 (struct user_regs_struct): New structure.
8781 (struct user_fpsimd_struct): New structure.
8782 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
8783 #include of asm/ptrace.h and second #include of sys/user.h.
8784 (PTRACE_GET_THREAD_AREA): Remove #undef.
8785 (PTRACE_GETHBPREGS): Likewise.
8786 (PTRACE_SETHBPREGS): Likewise.
8787 (ELF_NGREG): Use new struct user_regs_struct.
8788 (elf_fpregset_t): Use new struct user_fpsimd_struct.
8789
af121e37
AZ
87902014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8791
8792 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
8793 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
8794
834caf06
JM
87952014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8796
8797 [BZ #16958]
8798 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
8799 membar to avoid block loads/stores to overlap previous stores.
8800
e184a918
RH
88012014-05-17 Richard Henderson <rth@redhat.com>
8802
8803 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
8804 Create the __##syscall_name##_nocancel entry point.
8805 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
8806 Remove; let the sysdep-cancel.h code create it.
8807
f56c7a6a
DM
88082014-05-17 David S. Miller <davem@davemloft.net>
8809
8810 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
8811 Protect with __USE_GNU.
8812 (TIOCSET_TEMPT): Likewise.
8813 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8814 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
8815 these are already provided in bits/ioctl-types.h
8816
f75616b2
RM
88172014-05-16 Roland McGrath <roland@hack.frob.com>
8818
3edeca86
RM
8819 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
8820 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
8821
f75616b2
RM
8822 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
8823 Use wait4 regardless of [__NR_waitpid].
8824
deb0f7f6
MR
88252014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
8826
8827 PR libgcc/60166
8828 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
8829 (_FP_NANSIGN_Q): Set the quiet bit.
8830
79520f4b
JM
88312014-05-16 Joseph Myers <joseph@codesourcery.com>
8832
8833 * benchtests/Makefile
8834 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
8835 not $(common-objpfx)math/libm.so.
8836 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
8837 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
8838 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
8839 $(common-objpfx)dlfcn/libdl.so.
8840 ($(objpfx)tst-audit8): Depend on $(libm), not
8841 $(common-objpfx)math/libm.so.
8842 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
8843 not $(common-objpfx)dlfcn/libdl.so.
8844 * math/Makefile
8845 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
8846 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
8847 [$(build-shared) = yes].
8848 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
8849 $(common-objpfx)nptl/libpthread.so.
8850 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
8851 $(common-objpfx)math/libm.so$(libm.so-version) or
8852 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
8853 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
8854 $(common-objpfx)dlfcn/libdl.so.
8855 * setjmp/Makefile (link-libm): Remove variable.
8856 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
8857 * stdio-common/Makefile (link-libm): Remove variable.
8858 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
8859 * stdlib/Makefile (link-libm): Remove variable.
8860 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
8861 ($(objpfx)tst-strtod-round): Likewise.
8862 ($(objpfx)tst-tininess): Likewise.
8863 ($(objpfx)tst-strtod-underflow): Likewise.
8864 ($(objpfx)tst-strtod6): Likewise.
8865 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
8866 $(libdl), not $(common-objpfx)nptl/libpthread.so and
8867 $(common-objpfx)dlfcn/libdl.so.
8868
026b0fe4
AZ
88692014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8870
8871 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
8872 BSD terminal modes definitions.
8873
def4bcb2
RM
88742014-05-16 Roland McGrath <roland@hack.frob.com>
8875
fe39b021
RM
8876 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
8877 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
8878
1d1fc46e 8879 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
8880 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
8881 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
8882 Don't do #include_next.
8883 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
8884 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
8885 Don't do #include_next.
8886 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
8887 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
8888 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
8889 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
8890
c72399fb
AM
88912014-05-16 Allan McRae <allan@archlinux.org>
8892
d51d659d
AM
8893 * po/sv.po: Update Swedish translation from translation project.
8894
c72399fb
AM
8895 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
8896 in sed expression.
8897
d0583c40
AJ
88982014-05-16 Aurelien Jarno <aurelien@aurel32.net>
8899
8900 [BZ #16917]
8901 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
8902 errno if the TIOCGPTN ioctl fails with an error different than
8903 EINVAL.
8904 * login/tst-ptsname.c: New file.
8905 * login/Makefile (tests): Add tst-ptsname.
8906
d16e6ec7
AJ
8907 [BZ #16943]
8908 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
8909 and prlimit64.
8910
cf26a0cb
SP
89112014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8912
8913 [BZ #16849]
8914 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
8915 herrno to return EAI_AGAIN.
8916
5675da1e
RM
89172014-05-14 Roland McGrath <roland@hack.frob.com>
8918
a5d87b3d
RM
8919 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
8920 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
8921 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
8922 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
8923 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
8924 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
8925 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
8926 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
8927 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
8928 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
8929 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
8930 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
8931 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
8932 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
8933 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
8934 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
8935 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
8936 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
8937 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
8938 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
8939 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
8940 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
8941 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
8942 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
8943 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
8944 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
8945 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
8946 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
8947 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
8948 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
8949 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
8950 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
8951 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
8952 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
8953 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
8954 Moved ...
8955 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
8956 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
8957 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
8958 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
8959 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
8960 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
8961 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
8962 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
8963 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
8964 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
8965 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
8966 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
8967 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
8968 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
8969 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
8970 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
8971 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
8972 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
8973 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
8974 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
8975 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
8976 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
8977 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
8978 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
8979 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
8980 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
8981 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
8982 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
8983 Moved ...
8984 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
8985 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
8986 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
8987 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
8988 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
8989 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
8990 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
8991 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
8992 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
8993 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
8994 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
8995 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
8996 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
8997 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
8998 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
8999 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9000 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9001 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9002 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9003 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9004 Moved ...
9005 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9006 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9007 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9008
039890a6
RM
9009 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9010 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9011 (libpthread-sysdep_routines): Add elision-related stuff here instead.
9012 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9013 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9014 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9015 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9016 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9017 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9018 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9019 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9020 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9021 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9022 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9023 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9024 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9025 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9026 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9027 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9028 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9029 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9030 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9031 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9032 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9033 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9034 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9035 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9036 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9037 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9038 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9039 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9040
65c89320
RM
9041 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9042 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9043
348f8e8c
RM
9044 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9045 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9046 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9047 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9048 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9049 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9050 Moved ...
9051 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9052 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9053 Moved ...
9054 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9055 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9056 Moved ...
9057 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9058 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9059 Moved ...
9060 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9061 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9062 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9063 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9064 Moved ...
9065 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9066 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9067 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9068 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9069 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9070 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9071 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9072 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9073 Moved ...
9074 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9075 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9076 Moved ...
9077 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9078 ... here.
9079 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9080 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9081 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9082 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9083 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9084 Moved ...
9085 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9086 ... here.
9087 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9088 Moved ...
9089 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9090 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9091 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9092 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9093 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9094 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9095 Moved ...
9096 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9097 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9098 Moved ...
9099 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9100 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9101 Moved ...
9102 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9103 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9104 Moved ...
9105 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9106 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9107 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9108 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9109 Moved ...
9110 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9111 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9112 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9113 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9114 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9115 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9116 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9117 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9118 Moved ...
9119 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9120 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9121 Moved ...
9122 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9123 ... here.
9124 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9125 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9126 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9127 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9128 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9129 Moved ...
9130 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9131 ... here.
9132 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9133 Moved ...
9134 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9135 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9136 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9137 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9138 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9139 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9140 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9141 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9142 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9143 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9144 Moved ...
9145 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9146 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9147 Moved ...
9148 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9149 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9150 Moved ...
9151 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9152 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9153 Moved ...
9154 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9155 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9156 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9157 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9158 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9159 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9160 Moved ...
9161 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9162 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9163 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9164 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9165 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9166 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9167 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9168 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9169 Moved ...
9170 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9171 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9172 Moved ...
9173 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9174 ... here.
9175 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9176 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9177 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9178 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9179 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9180 Moved ...
9181 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9182 ... here.
9183 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9184 Moved ...
9185 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9186 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9187 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9188 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9189 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9190 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9191 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9192 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9193 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9194 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9195 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9196
5085af05
RM
9197 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9198 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9199
708f0813
RM
9200 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9201 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9202
c96067bc
RM
9203 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9204 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9205 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9206 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9207 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9208 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9209 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9210 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9211 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9212 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9213 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9214 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9215 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9216 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9217 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9218 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9219 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9220 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9221 Moved ...
9222 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9223 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9224 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9225 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9226 Moved ...
9227 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9228 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9229 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9230 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9231 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9232 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9233 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9234 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9235 Moved ...
9236 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9237 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9238 Moved ...
9239 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9240 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9241 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9242 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9243 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9244 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9245 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9246 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9247 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9248 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9249 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9250 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9251 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9252 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9253 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9254 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9255 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9256
ec136444
RM
9257 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9258 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9259 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9260 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9261 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9262
2fbdf533
RM
9263 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9264 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9265 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9266 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9267 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9268 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9269 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9270 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9271 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9272 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9273
4c68138b
RM
9274 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9275 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9276
4eaae765
RM
9277 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9278 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
9279 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9280 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9281 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9282 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9283 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9284 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9285 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9286 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9287 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9288 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9289 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9290 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9291 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9292 Update #include.
9293 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9294 Likewise.
9295 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9296 Likewise.
9297 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9298 Likewise.
9299 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9300 Likewise.
9301 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9302 Likewise.
9303 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9304 Likewise.
9305 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9306 Likewise.
9307 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9308 Likewise.
9309 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9310 Likewise.
4ef6befa
RM
9311 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9312 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9313 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9314 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9315 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
9316 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9317 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9318 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9319 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9320 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9321 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9322 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9323 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9324 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
9325 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 9326
941d7dfd
RM
9327 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9328 that was previously under [RESET_PID].
9329 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9330 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9331 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9332
1b731c35
RM
9333 * sysdeps/i386/nptl/Implies: New file.
9334 * sysdeps/x86_64/nptl/Implies: New file.
9335 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9336 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9337 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9338 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9339
e2787137
RM
9340 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9341 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9342 (__libc_vfork): New strong alias.
9343 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9344 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9345
9346 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9347 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9348 (__libc_vfork): New strong alias.
9349 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9350 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9351
5675da1e
RM
9352 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9353 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9354 (__libc_vfork): New strong alias.
9355 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9356 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9357 * nptl/pt-vfork.c: New file.
9358 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9359 (libpthread: GLIBC_2.20): New version set (empty).
9360
4f02e2b8
WN
93612014-05-14 Will Newton <will.newton@linaro.org>
9362
9363 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9364 rather than #if.
9365
0bf061d3
JM
93662014-05-14 Joseph Myers <joseph@codesourcery.com>
9367
1a84c3d6
JM
9368 [BZ #16564]
9369 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9370 arguments with exponent 65 or above.
9371 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9372 arguments 0x1p113L or above.
9373 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9374 to arguments 0x1p107L or above.
9375 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9376 positive arguments with exponent 65 or above.
9377 * math/auto-libm-test-in: Add more tests of log1p.
9378 * math/auto-libm-test-out: Regenerated.
9379
01dbacd2
JM
9380 [BZ #16928]
9381 * math/s_cacos.c (__cacos): Ensure zero real part of result from
9382 non-finite arguments is +0.
9383 * math/s_cacosf.c (__cacosf): Likewise.
9384 * math/s_cacosl.c (__cacosl): Likewise.
9385 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9386 * sysdeps/i386/fpu/libm-test-ulps: Update.
9387 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9388
913d03c8
JM
9389 [BZ #16927]
9390 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9391 value.
9392 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9393 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9394 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9395 for explicit high bit of mantissa when testing for argument equal
9396 to 1.
9397 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9398 * sysdeps/i386/fpu/libm-test-ulps: Update.
9399 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9400
0bf061d3
JM
9401 [BZ #16516]
9402 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9403 (__erf): Scale by 16 instead of 8 in potentially underflowing
9404 case. Ensure exception if result actually underflows.
9405 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9406 (__erff): Scale by 16 instead of 8 in potentially underflowing
9407 case. Ensure exception if result actually underflows.
9408 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9409 (efx8): Remove variable.
9410 (__erfl): Scale by 16 instead of 8 in potentially underflowing
9411 case. Ensure exception if result actually underflows.
9412 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9413 (efx8): Remove variable.
9414 (__erfl): Scale by 16 instead of 8 in potentially underflowing
9415 case. Ensure exception if result actually underflows.
9416 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9417 (efx8): Remove variable.
9418 (__erfl): Scale by 16 instead of 8 in potentially underflowing
9419 case. Ensure exception if result actually underflows.
9420 * math/auto-libm-test-in: Add more tests of erf.
9421 * math/auto-libm-test-out: Regenerated.
9422
73ba67cb
AS
94232014-05-14 Andreas Schwab <schwab@suse.de>
9424
3d8c8bff
AS
9425 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9426 Remove code conditionalized on USE___THREAD.
9427
73ba67cb
AS
9428 * config.h.in (HAVE_PT_CHOWN): Define as 0.
9429 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9430 not definedness.
9431
5c521ecd
JM
94322014-05-14 Joseph Myers <joseph@codesourcery.com>
9433
5e7698c6
JM
9434 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9435 Define unconditionally.
9436 (__ASSUME_O_CLOEXEC): Likewise.
9437 (__ASSUME_SOCK_CLOEXEC): Likewise.
9438 (__ASSUME_IN_NONBLOCK): Likewise.
9439 (__ASSUME_PIPE2): Likewise.
9440 (__ASSUME_EVENTFD2): Likewise.
9441 (__ASSUME_SIGNALFD4): Likewise.
9442 (__ASSUME_DUP3): Likewise.
9443 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9444 (__ASSUME_DUP3): Do not define.
9445 (__ASSUME_EVENTFD2): Likewise.
9446 (__ASSUME_IN_NONBLOCK): Likewise.
9447 (__ASSUME_O_CLOEXEC): Likewise.
9448 (__ASSUME_PIPE2): Likewise.
9449 (__ASSUME_SIGNALFD4): Likewise.
9450 (__ASSUME_SOCK_CLOEXEC): Likewise.
9451 (__ASSUME_UTIMES): Undefine.
9452 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9453 (__ASSUME_UTIMES): Do not define.
9454 (__ASSUME_O_CLOEXEC): Likewise.
9455 (__ASSUME_SOCK_CLOEXEC): Likewise.
9456 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9457 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9458 0x020621].
9459 (__ASSUME_PIPE2): Likewise.
9460 (__ASSUME_EVENTFD2): Likewise.
9461 (__ASSUME_SIGNALFD4): Likewise.
9462 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9463 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9464 Do not define.
9465 (__ASSUME_EVENTFD2): Likewise.
9466 (__ASSUME_SIGNALFD4): Likewise.
9467 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9468 (__ASSUME_32BITUIDS): Likewise.
9469 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9470 (__ASSUME_IPC64): Likewise.
9471 (__ASSUME_ST_INO_64_BIT): Likewise.
9472 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9473 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9474 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9475 (__ASSUME_UTIMES): Do not define.
9476 (__ASSUME_PSELECT): Likewise.
9477 (__ASSUME_PPOLL): 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/m68k/kernel-features.h
9486 (__ASSUME_UTIMES): Likewise.
9487 (__ASSUME_O_CLOEXEC): Likewise.
9488 (__ASSUME_SOCK_CLOEXEC): Likewise.
9489 (__ASSUME_IN_NONBLOCK): Likewise.
9490 (__ASSUME_PIPE2): Likewise.
9491 (__ASSUME_EVENTFD2): Likewise.
9492 (__ASSUME_SIGNALFD4): Likewise.
9493 (__ASSUME_DUP3): Likewise.
9494 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9495 (__ASSUME_UTIMES): Likewise.
9496 (__ASSUME_O_CLOEXEC): Likewise.
9497 (__ASSUME_SOCK_CLOEXEC): Likewise.
9498 (__ASSUME_IN_NONBLOCK): Likewise.
9499 (__ASSUME_PIPE2): Likewise.
9500 (__ASSUME_EVENTFD2): Likewise.
9501 (__ASSUME_SIGNALFD4): Likewise.
9502 (__ASSUME_DUP3): Likewise.
9503 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9504 Likewise.
9505 (__ASSUME_UTIMES): Likewise.
9506 (__ASSUME_EVENTFD2): Likewise.
9507 (__ASSUME_SIGNALFD4): Likewise.
9508 * sysdeps/unix/sysv/linux/tile/kernel-features.h
9509 (__ASSUME_O_CLOEXEC): Likewise.
9510 (__ASSUME_SOCK_CLOEXEC): Likewise.
9511 (__ASSUME_IN_NONBLOCK): Likewise.
9512 (__ASSUME_PIPE2): Likewise.
9513 (__ASSUME_EVENTFD2): Likewise.
9514 (__ASSUME_SIGNALFD4): Likewise.
9515 (__ASSUME_DUP3): Likewise.
9516 (__ASSUME_UTIMES): Undefine.
9517
5c521ecd
JM
9518 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
9519 feclearexcept. Remove symbol versioning code.
9520 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
9521 symbol versioning code.
9522 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
9523 symbol versioning code.
9524 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
9525 feupdateenv. Remove symbol versioning code.
9526 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
9527 fegetexceptflag. Remove symbol versioning code.
9528 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
9529 fesetexceptflag. Remove symbol versioning code.
9530 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
9531 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
9532 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
9533 (__posix_fadvise64_l32): Remove prototype.
9534 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
9535 code.
9536
5da9dfad
RM
95372014-05-13 Roland McGrath <roland@hack.frob.com>
9538
9539 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
9540 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
9541 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
9542 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
9543
893b4f37
SK
95442014-05-13 Sami Kerola <kerolasa@iki.fi>
9545
9546 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
9547 current working directory
9548
e0db6517
RM
95492014-05-13 Roland McGrath <roland@hack.frob.com>
9550
58aa195d
RM
9551 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
9552 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
9553 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
9554 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
9555 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
9556 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
9557 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
9558 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
9559 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
9560 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
9561 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
9562 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
9563 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
9564 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
9565 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
9566 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
9567 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
9568 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
9569 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
9570 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
9571 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
9572 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
9573 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
9574 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
9575 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
9576 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
9577 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
9578 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
9579 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
9580 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
9581 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
9582 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
9583 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
9584 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
9585 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
9586 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
9587 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
9588 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
9589 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
9590 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
9591 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
9592 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
9593
8c6d01f0
RM
9594 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
9595 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
9596
9597 * sysdeps/unix/sysv/linux/arm/Makefile
9598 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
9599 Add rt-aeabi_unwind_cpp_pr1.
9600 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
9601 Add nptl-aeabi_unwind_cpp_pr1.
9602 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
9603 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
9604 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
9605 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9606 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
9607 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9608
9609 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
9610 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
9611 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
9612 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
9613
bba6da4e
RM
9614 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
9615 Deconditionalize the code that was previously under [RESET_PID].
9616 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
9617
e0db6517
RM
9618 * sysdeps/generic/exit-thread.h: New file.
9619 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
9620 * include/unistd.h (__exit_thread): Remove declaration.
9621 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
9622 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
9623 * csu/libc-start.c: Include <exit-thread.h>.
9624 (LIBC_START_MAIN): Pass no argument to __exit_thread.
9625 * nptl/pthread_create.c: Include <exit-thread.h>.
9626 (start_thread): Call __exit_thread in place of __exit_thread_inline.
9627 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
9628 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
9629 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
9630 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
9631 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
9632 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
9633 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
9634 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
9635 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
9636 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
9637 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
9638 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
9639 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
9640 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
9641 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
9642 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
9643
01eb16fd
AS
96442014-05-13 Andreas Schwab <schwab@suse.de>
9645
9646 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
9647
637461d9
JM
96482014-05-12 Joseph Myers <joseph@codesourcery.com>
9649
9650 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9651 (__ASSUME_UTIMES): Do not condition on kernel version.
9652 (__ASSUME_PSELECT): Define unconditionally.
9653 (__ASSUME_PPOLL): Likewise.
9654 (__ASSUME_ATFCTS): Likewise.
9655 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
9656 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
9657 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
9658 (__ASSUME_UTIMENSAT): Define unconditionally.
9659 (__ASSUME_PRIVATE_FUTEX): Likewise.
9660 (__ASSUME_FALLOCATE): Likewise.
9661 (__ASSUME_O_CLOEXEC): Likewise.
9662 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
9663 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
9664 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
9665 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
9666 (__ASSUME_IN_NONBLOCK): Likewise.
9667 (__ASSUME_PIPE2): Likewise.
9668 (__ASSUME_EVENTFD2): Likewise.
9669 (__ASSUME_SIGNALFD4): Likewise.
9670 (__ASSUME_DUP3): Likewise.
9671 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9672 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
9673 (__ASSUME_AT_RANDOM): Likewise.
9674 (__ASSUME_PREADV): Likewise.
9675 (__ASSUME_PWRITEV): Likewise.
9676 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
9677 (__ASSUME_F_GETOWN_EX): Define unconditionally.
9678 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
9679 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
9680 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
9681 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9682 (__ASSUME_O_CLOEXEC): Define unconditionally.
9683 (__ASSUME_PSELECT): Do not undefine conditionally.
9684 (__ASSUME_PPOLL): Likewise.
9685 (__ASSUME_ATFCTS): Likewise.
9686 (__ASSUME_SET_ROBUST_LIST): Likewise.
9687 (__ASSUME_UTIMENSAT): Likewise.
9688 (__ASSUME_FDATASYNC): Define unconditionally.
9689 * sysdeps/unix/sysv/linux/arm/kernel-features.h
9690 (__ASSUME_SIGFRAME_V2): Likewise.
9691 )__ASSUME_EVENTFD2): Likewise.
9692 (__ASSUME_SIGNALFD4): Likewise.
9693 (__ASSUME_PSELECT): Do not undefine conditionally.
9694 (__ASSUME_PPOLL): Likewise.
9695 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9696 (__ASSUME_PSELECT): Define unconditionally.
9697 (__ASSUME_PPOLL): Likewise.
9698 (__ASSUME_O_CLOEXEC): Likewise.
9699 (__ASSUME_SOCK_CLOEXEC): Likewise.
9700 (__ASSUME_IN_NONBLOCK): Likewise.
9701 (__ASSUME_PIPE2): Likewise.
9702 (__ASSUME_EVENTFD2): Likewise.
9703 (__ASSUME_SIGNALFD4): Likewise.
9704 (__ASSUME_DUP3): Likewise.
9705 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9706 (__ASSUME_O_CLOEXEC): Likewise.
9707 (__ASSUME_SOCK_CLOEXEC): Likewise.
9708 (__ASSUME_IN_NONBLOCK): Likewise.
9709 (__ASSUME_PIPE2): Likewise.
9710 (__ASSUME_EVENTFD2): Likewise.
9711 (__ASSUME_SIGNALFD4): Likewise.
9712 (__ASSUME_DUP3): Likewise.
9713 * sysdeps/unix/sysv/linux/mips/kernel-features.h
9714 (__ASSUME_EVENTFD2): Likewise.
9715 (__ASSUME_SIGNALFD4): Likewise.
9716 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9717
315eb1d8
AS
97182014-05-12 Andreas Schwab <schwab@suse.de>
9719
9720 [BZ #16932]
9721 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
9722 (_nss_nis_gethostbyname4_r): Return error if item length is larger
9723 than maximum RPC packet size.
9724 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
9725 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
9726 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
9727 (_nss_nis_getservbyport_r): Likewise.
9728
91df99f7
WN
97292014-05-12 Will Newton <will.newton@linaro.org>
9730
9731 * malloc/Makefile (tests): Add tst-mallopt.
9732 * malloc/tst-mallopt.c: New file.
9733
0a982a29
RM
97342014-05-09 Roland McGrath <roland@hack.frob.com>
9735
9736 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
9737 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
9738
0ded08a5
AZ
97392014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9740
9741 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
9742 (tst-tlsmod6.so): Likewise.
9743
55d4d550
RM
97442014-05-09 Roland McGrath <roland@hack.frob.com>
9745
9746 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
9747
77d08aca
JM
97482014-05-09 Joseph Myers <joseph@codesourcery.com>
9749
9750 [BZ #16064]
9751 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
9752 and <dl-procinfo.h>.
9753 (__fegetenv): Save SSE state in envp->__eip if supported.
9754 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
9755 envp->__eip if supported.
9756 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
9757 and <dl-procinfo.h>.
9758 (__fesetenv): Always set __eip, __cs_selector, __opcode,
9759 __data_offset and __data_selector in environment to 0. Set SSE
9760 state if supported.
9761 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
9762 test-fenv-sse.
9763 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
9764 -mfpmath=sse.
9765 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
9766
28162f4d
WN
97672014-05-09 Will Newton <will.newton@linaro.org>
9768
9769 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
9770 and libc_relro_required for ARM.
9771 * sysdeps/arm/preconfigure: Regenerate.
9772
5a414ff7
DV
97732014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
9774 Stefan Liebler <stli@linux.vnet.ibm.com>
9775
9776 * config.make.in (enable-lock-elision): New Makefile variable.
9777 * configure.ac: Likewise.
9778 * configure: Regenerate.
9779 * sysdeps/s390/configure.ac:
9780 Add check for gcc transactions support.
9781 * sysdeps/s390/configure: Regenerate.
9782 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
9783 Build elision files if enabled.
9784 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
9785 Add lock elision support for s390.
9786 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
9787 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
9788 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
9789 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
9790 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
9791 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
9792 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9793 Likewise.
9794 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
9795 Likewise.
9796 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
9797 Likewise.
9798 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
9799 Likewise.
9800 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
9801 (__lll_timedlock_elision, __lll_lock_elision)
9802 (__lll_unlock_elision, __lll_trylock_elision)
9803 (lll_timedlock_elision, lll_lock_elision)
9804 (lll_unlock_elision, lll_trylock_elision): Add.
9805 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
9806 (pthread_mutex_t): Add lock elision support for s390.
9807
1a2f40e5
W
98082014-05-14 Wilco <wdijkstr@arm.com>
9809
9810 * sysdeps/arm/fclrexcpt.c: Cleanup.
9811 * sysdeps/arm/fedisblxcpt.c: Cleanup.
9812 * sysdeps/arm/feenablxcpt.c: Cleanup.
9813 * sysdeps/arm/fegetenv.c: Cleanup.
9814 * sysdeps/arm/fegetexcept.c: Cleanup.
9815 * sysdeps/arm/fegetround.c: Cleanup.
9816 * sysdeps/arm/feholdexcpt.c: Cleanup.
9817 * sysdeps/arm/fesetenv.c: Cleanup.
9818 * sysdeps/arm/fesetround.c: Cleanup.
9819 * sysdeps/arm/feupdateenv.c: Cleanup.
9820 * sysdeps/arm/fgetexcptflg.c: Cleanup.
9821 * sysdeps/arm/fraiseexcpt.c: Cleanup.
9822 * sysdeps/arm/fsetexcptflg.c: Cleanup.
9823 * sysdeps/arm/ftestexcept.c: Cleanup.
9824 * sysdeps/arm/get-rounding-mode.h: Cleanup.
9825 * sysdeps/arm/setfpucw.c: Cleanup.
9826
f63c86fe
WN
98272014-05-09 Will Newton <will.newton@linaro.org>
9828
9829 * sysdeps/arm/armv7/strcmp.S: New file.
9830 * NEWS: Mention addition of ARMv7 optimized strcmp.
9831
7a1a51b5
RM
98322014-05-08 Roland McGrath <roland@hack.frob.com>
9833
95afbbe5
RM
9834 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
9835 look for %.ac rather than %.in.
9836
9837 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
9838 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
9839 * sysdeps/mach/hurd/configure: Regenerated.
9840 * sysdeps/unix/sysv/linux/configure: Regenerated.
9841
7a1a51b5
RM
9842 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
9843
5057ad3b
SE
98442014-05-07 Steve Ellcey <sellcey@mips.com>
9845
9846 [BZ# 16922]
9847 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
9848 (LONG_SUB): Ditto.
9849 (PTR_SUB): Ditto.
9850
8dc97517
AS
98512014-05-07 Andreas Schwab <schwab@suse.de>
9852
9853 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
9854 when skipping over non-matching result from nscd.
9855
ce0c5b8f
OB
98562014-05-07 Ondřej Bílka <neleai@seznam.cz>
9857
9858 [BZ #16876]
9859 * nptl/sockperf.c (client): Check socket return value.
8dc97517 9860
a1189263
OB
9861 [BZ #16877]
9862 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
9863 nscd security class.
ce0c5b8f 9864
0f58d252
RM
98652014-05-06 Roland McGrath <roland@hack.frob.com>
9866
9867 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
9868 * sysdeps/arm/unwind.h: ... here.
9869
83df9ad0
AJ
98702014-05-06 Aurelien Jarno <aurelien@aurel32.net>
9871
ce0c5b8f
OB
9872 [BZ# 16916]
9873 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
9874 Define.
83df9ad0 9875
f360f94a
VR
98762014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9877
9878 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
9879 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
9880 multiarch strncpy for PPC64.
9881 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
9882 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
9883 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
9884 multiarch optimizations.
9885 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9886 (__libc_ifunc_impl_list): Likewise.
9887 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
9888 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
9889 multiarch stpncpy for PPC64.
9890 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
9891 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
9892
978a41c3
AS
98932014-05-06 Andreas Schwab <schwab@suse.de>
9894
9895 [BZ #16912]
9896 * gmon/mcount.c (_MCOUNT_DECL): Use
9897 atomic_compare_and_exchange_bool_acq instead of
9898 catomic_compare_and_exchange_bool_acq.
9899
eb1ed03d
RM
99002014-05-05 Roland McGrath <roland@hack.frob.com>
9901
fe658845
RM
9902 * elf/Makefile (others, install-bin): Remove pldd.
9903 (pldd-modules): Variable removed.
9904 ($(objpfx)pldd): Target removed.
9905 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
9906 (others, install-bin): Append pldd here.
9907 ($(objpfx)pldd): New target.
9908
eb1ed03d
RM
9909 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
9910 to 0, so the first #if test emitted later doesn't see it undefined.
9911 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
9912 * sysdeps/gnu/errlist.c: Regenerated.
9913
19c4bec0
AZ
99142014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9915
9916 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9917 [libc_hidden_builtin_def]: Define to empty value.
9918 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
9919 [libc_hidden_builtin_def]: Likewise.
9920 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
9921 [libc_hidden_builtin_def]: Likewise.
9922 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
9923 [libc_hidden_builtin_def]: Likewise.
9924 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
9925 __redirect_memcpy and define ifunc as default hidden symbol.
9926 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
9927 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
9928
7776e669
AC
99292014-05-04 Adam Conrad <adconrad@0c3.net>
9930
9931 * locale/iso-4217.def: Reintroduce XDR currency.
9932
d69aeb12
AM
99332014-05-04 Allan McRae <allan@archlinux.org>
9934
9935 * po/eo.po: Update Esperanto translation from translation project.
9936
8f1df5cf
CD
99372014-05-02 Carlos O'Donell <carlos@redhat.com>
9938
9939 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
9940 and FEATURE_INDEX_MAX to 1.
9941 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
9942
13e402e7
SE
99432014-05-01 Steve Ellcey <sellcey@mips.com>
9944
9945 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
9946 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
9947 * iconvdata/big5.c (ONE_DIRECTION): Define.
9948 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
9949 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
9950 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
9951 * iconvdata/cp932.c (ONE_DIRECTION): Define.
9952 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
9953 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
9954 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
9955 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
9956 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
9957 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
9958 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
9959 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
9960 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
9961 * iconvdata/gbk.c (ONE_DIRECTION): Define.
9962 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
9963 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
9964 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
9965 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
9966 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
9967 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
9968 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
9969 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
9970 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
9971 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
9972 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
9973 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
9974 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
9975 * iconvdata/iso646.c (ONE_DIRECTION): Define.
9976 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
9977 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
9978 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
9979 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
9980 * iconvdata/johab.c (ONE_DIRECTION): Define.
9981 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
9982 * iconvdata/sjis.c (ONE_DIRECTION): Define.
9983 * iconvdata/t.61.c (ONE_DIRECTION): Define.
9984 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
9985 * iconvdata/tscii.c (ONE_DIRECTION): Define.
9986 * iconvdata/uhc.c (ONE_DIRECTION): Define.
9987 * iconvdata/unicode.c (ONE_DIRECTION): Define.
9988 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
9989 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
9990 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
9991
c727f032
RM
99922014-05-01 Roland McGrath <roland@hack.frob.com>
9993
8f2f08d0
RM
9994 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
9995 (_IO_JUMPS_OFFSET): Define to 0.
9996
c727f032
RM
9997 * nptl/sysdeps/pthread/bits/libc-lock.h
9998 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
9999 (__libc_lock_define_initialized_recursive): Always define using
10000 initializer. Modern compilers treat uninitialized (implicit zero) and
10001 explicit zero initializers the same (i.e. put the datum in bss).
10002
a849e800
AS
100032014-05-01 Andreas Schwab <schwab@linux-m68k.org>
10004
10005 * nscd/nscd-client.h: Include <string.h>.
10006
5331255b
DM
100072014-05-01 David S. Miller <davem@davemloft.net>
10008
10009 [BZ #16885]
10010 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10011 multiple zero bytes exist at the end of a string.
10012 Reported by Aurelien Jarno <aurelien@aurel32.net>
10013
10014 * string/test-strcmp.c (check): Add explicit test for situations where
10015 there are multiple zero bytes after the first.
10016
4fdfe821
AS
100172014-05-01 Andreas Schwab <schwab@linux-m68k.org>
10018
10019 [BZ #16890]
10020 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10021 when compiling wprintf.
10022 * stdio-common/tstdiomisc.c (t3): New function.
10023 (main): Call it.
10024
0cdddc25
SE
100252014-05-01 Steve Ellcey <sellcey@mips.com>
10026
10027 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10028 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10029 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10030 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10031
6426d77e
SE
100322014-05-01 Steve Ellcey <sellcey@mips.com>
10033
10034 * stdlib/longlong.h: Updated from GCC.
10035
6d96f5e4
WN
100362014-05-01 Will Newton <will.newton@linaro.org>
10037 Bernard Ogden <bernie.ogden@linaro.org>
10038
7470db0c
WN
10039 * NEWS: Update fixed bug list.
10040
6d96f5e4
WN
10041 [BZ #15119]
10042 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10043
211d653c
DM
100442014-04-30 David S. Miller <davem@davemloft.net>
10045
4fa262fa
DM
10046 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10047 (libc_feholdexcept_setround_sparc_ctx): New function.
10048 (libc_fesetenv_sparc_ctx): Likewise.
10049 (libc_feupdateenv_sparc_ctx): Likewise.
10050 (libc_feholdsetround_sparc_ctx): Likewise.
10051 (libc_feholdexcept_setround_ctx): Define.
10052 (libc_feholdexcept_setroundf_ctx): Likewise.
10053 (libc_feholdexcept_setroundl_ctx): Likewise.
10054 (libc_fesetenv_ctx): Likewise.
10055 (libc_fesetenvf_ctx): Likewise.
10056 (libc_fesetenvl_ctx): Likewise.
10057 (libc_feupdateenv_ctx): Likewise.
10058 (libc_feupdateenvf_ctx): Likewise.
10059 (libc_feupdateenvl_ctx): Likewise.
10060 (libc_feresetround_ctx): Likewise.
10061 (libc_feresetroundf_ctx): Likewise.
10062 (libc_feresetroundl_ctx): Likewise.
10063 (libc_feholdsetround_ctx): Likewise.
10064 (libc_feholdsetroundf_ctx): Likewise.
10065 (libc_feholdsetroundl_ctx): Likewise.
10066
1d3d93ef
DM
10067 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10068 with __USE_GNU instead of XOPEN cpp guards.
10069
8aa583c3
DM
10070 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10071 0.
10072
211d653c
DM
10073 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10074 with XOPEN cpp guards.
10075
60c8f1f6
JB
100762014-04-30 Julian Brown <julian@codesourcery.com>
10077
10078 [BZ #16888]
10079 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10080 handling.
10081
9a461d46
JM
100822014-04-30 Joseph Myers <joseph@codesourcery.com>
10083
d0f5b3f8
JM
10084 [BZ #9894]
10085 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10086 Change to 2.6.32.
10087 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10088 * sysdeps/unix/sysv/linux/configure: Regenerated.
10089 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10090 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10091 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10092 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10093 * README: Update reference to required Linux kernel version.
10094 * manual/install.texi (Linux): Update reference to required Linux
10095 kernel headers version.
10096 * INSTALL: Regenerated.
10097
9a461d46
JM
10098 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10099 header inclusion.
10100 [POSIX] (limits.h): Likewise.
10101 [POSIX] (math.h): Likewise.
10102 [POSIX] (sys/wait.h): Likewise.
10103 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10104 function.
10105 [POSIX] (stddef.h): Do not allow header inclusion.
10106
1775babf
AZ
101072014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10108
57f41c40 10109 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 10110
8f630cca
YY
101112014-04-30 Yang Yingliang <yangyingliang@huawei.com>
10112
10113 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10114 Return immediately after lll_futex_wake.
10115
1cdeb237
SP
101162014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
10117
bc8f194c
SP
10118 [BZ #16791]
10119 * nscd/nscd-client.h (datahead_init_common): Initialize entire
10120 structure.
10121 (datahead_init_pos): Call datahead_init_common early.
10122 (datahead_init_neg): Likewise.
10123
1cdeb237
SP
10124 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10125 datahead_init_neg): New functions.
10126 * nscd/aicache.c (addhstaiX): Use them.
10127 * nscd/grpcache.c (cache_addgr): Likewise.
10128 * nscd/hstcache.c (cache_addhst): Likewise.
10129 * nscd/initgrcache.c (addinitgroupsX): Likewise.
10130 * nscd/netgroupcache.c (do_notfound): Likewise.
10131 (addgetnetgrentX): Likewise.
10132 (addinnetgrX): Likewise.
10133 * nscd/pwdcache.c (cache_addpw): Likewise.
10134 * nscd/servicescache.c (cache_addserv): Likewise.
10135
16b293a7
SP
101362014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
10137 Atsushi Onoe <atsushi@onoe.org>
10138
10139 [BZ #14308]
10140 [BZ #12994]
10141 [BZ #13651]
10142 * resolv/res_query.c (__libc_res_nsearch): Return if at least
10143 one response is valid.
10144 * resolv/res_send.c (send_dg): Check for validity of other
10145 response if the current response is a referral.
10146
a28a9b94
SE
101472014-04-29 Steve Ellcey <sellcey@mips.com>
10148
10149 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10150
2ca180e9
SL
101512014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
10152
10153 [BZ #16823]
10154 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10155 Always divide by positive zero when computing -Inf result.
10156 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10157 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10158
18f2945a
AZ
101592014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10160
10161 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10162 FPSCR if value do not change.
10163 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10164 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10165 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10166 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10167 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10168 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10169 function.
10170
5abebba4
CD
101712014-05-29 Carlos O'Donell <carlos@systemhalted.org>
10172
10173 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10174 * sysdeps/unix/sysv/linux/hppa: Move directory from
10175 ports/systeps/unix/sysv/linux/hppa.
10176 * README: Update listing for hppa-*-linux-gnu.
10177
f7ed60c2
OB
101782014-04-28 Ondřej Bílka <neleai@seznam.cz>
10179
fff763a5
OB
10180 [BZ #16754]
10181 * manual/stdio.texi (Hook functions): Fix types of stream hook
10182 functions.
f7ed60c2
OB
10183 [BZ #16854]
10184 * socket/sys/socket.h: Fix typo in comment.
10185
df639d73
WD
101862014-04-28 Wilco <wdijkstr@arm.com>
10187
f7ed60c2 10188 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
10189 * sysdeps/arm/math_private.h: New file.
10190 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10191
48332d82
L
101922014-04-25 H.J. Lu <hongjiu.lu@intel.com>
10193
10194 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10195 with __int128_t.
10196 (La_x86_64_retval): Likewise.
10197
e5e0d9a4
IB
101982014-04-24 Ian Bolton <ian.bolton@arm.com>
10199
10200 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10201 fpsr if value didn't change.
10202 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10203 to fpcr if value didn't change.
10204 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10205 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10206 fpsr or fpcr if value didn't change.
10207 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10208 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10209 fpcr if value didn't change.
10210 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10211 to fpsr if value didn't change.
10212
bacc75f7
SP
102132014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
10214
10215 * nptl/tst-sem3.c: Use test-skeleton.c
10216 (main): Rename to do_test. Use return instead of
10217 exit.
10218 * nptl/tst-sem4.c: Use test-skeleton.c
10219 (main): Rename to do_test.
10220
a059d359
DM
102212014-04-22 David S. Miller <davem@davemloft.net>
10222
10223 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10224 (struct sigaction): New struct member __glibc_reserved0, change
10225 type of sa_flags to int.
10226
ea6c92f3
YZ
102272014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
10228
10229 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10230 (COUNT_LEADING_ZEROS_0): Define for AArch64.
10231
766c4a36
SP
102322014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
10233
10234 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10235 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10236
140cc7ab
VK
102372014-04-22 Will Newton <will.newton@linaro.org>
10238 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
10239
10240 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10241 (__longjmp): Add longjmp and longjmp_target SystemTap
10242 probes.
10243 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10244 (__sigsetjmp): Add setjmp SystemTap probe.
10245
c54e5cf7
CD
102462014-04-17 Carlos O'Donell <carlos@redhat.com>
10247
10248 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10249 match manual order.
10250
75ffb047
AZ
102512014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10252
10253 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10254
2cd925f7
AZ
10255 * sysdeps/powerpc/fpu/fenv_private.h
10256 (libc_feholdexcept_setroundl_ctx): Define to
10257 libc_feholdexcept_setround_ppc_ctx.
10258 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10259 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10260 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10261 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10262
39e6cd8d
IB
102632014-04-17 Ian Bolton <ian.bolton@arm.com>
10264
10265 * sysdeps/aarch64/math-tests.h: New file.
10266
f9281df9
SY
102672014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
10268
10269 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10270 New.
10271 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10272 Check and set bit_AVX2_Usable.
10273 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10274 macro.
10275 (bit_AVX2): Likewise.
10276 (index_AVX2_Usable): Likewise.
10277 (CPUID_AVX2): Likewise.
10278 (HAS_AVX2): Likewise.
10279
37d35007
WN
102802014-04-17 Will Newton <will.newton@linaro.org>
10281
7c677662
WN
10282 * manual/setjmp.texi (System V contexts): Add note that
10283 calling setcontext on a context created by a call to a
10284 signal handler is undefined. Update text to note that
10285 setcontext from a signal handler is possible but not
10286 recommended.
10287
37d35007 10288 [BZ #16629]
e04a4e9d
WN
10289 * stdlib/tst-setcontext.c: Include signal.h.
10290 (main): Check that the signal stack before and
10291 after swapcontext is the same.
10292
37d35007
WN
10293 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10294 Re-implement to restore registers in user code and avoid
10295 rt_sigreturn system call.
10296
423a7160
W
102972014-04-17 Wilco <wdijkstr@arm.com>
10298
10299 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10300 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10301 * math/test-fenv.c: Skip exception trap tests on targets which only
10302 support non-stop mode.
10303
bc93ab29
IB
103042014-04-17 Ian Bolton <ian.bolton@arm.com>
10305 Wilco Dijkstra <wilco.dijkstra@arm.com>
10306
10307 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10308 (libc_feholdsetround_aarch64_ctx)
10309 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10310 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10311 (libc_feresetround_ctx, libc_feresetroundf_ctx)
10312 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10313 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10314 (libc_feresetround_noexl_ctx): Define.
10315
95fc5fa3
RH
103162014-04-16 Richard Henderson <rth@redhat.com>
10317
ddb04724
RH
10318 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10319
d77c0899
RH
10320 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10321 unwind tables.
10322
a3df56fc
RH
10323 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10324 const from the non-libc, non-ldso copy.
10325
95fc5fa3
RH
10326 * sysdeps/alpha/libm-test-ulps: Regenerate.
10327
7e0b6763
IB
103282014-04-16 Ian Bolton <ian.bolton@arm.com>
10329 Wilco Dijkstra <wilco.dijkstra@arm.com>
10330
10331 * sysdeps/aarch64/fpu/math_private.h: New file.
10332
a9ea2e0c
MS
103332014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
10334
10335 * sysdeps/aarch64/libm-test-ulps: Regenerate.
10336
ea8ba7cd
IZ
103372014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
10338
7e54fd04 10339 [BZ #16275]
ea8ba7cd
IZ
10340 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10341 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10342 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10343 Intel MPX bound registers before _dl_profile_fixup.
10344 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10345 registers after _dl_profile_fixup. Save and restore bound
10346 registers bnd0/bnd1 when calling _dl_call_pltexit.
10347 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10348 (LR_BND_OFFSET): Likewise.
10349 (LRV_BND0_OFFSET): Likewise.
10350 (LRV_BND1_OFFSET): Likewise.
10351
9f2a4fbc
ST
103522014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
10353
10354 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10355 to...
10356 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
10357 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10358 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10359 fields.
9f2a4fbc 10360
fd15a59b
ST
103612014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
10362
10363 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10364
f19dfa0a
SL
103652014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
10366
10367 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10368
4fa8bc3b
SL
103692014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
10370
10371 [BZ #14770]
10372 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10373 * sysdeps/s390/configure: Regenerate.
10374
8ea587db
SL
10375 [BZ #16824]
10376 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10377 Set round-to-nearest internally to reduce error accumulation.
10378
aa5f0ff1
AM
103792014-04-16 Alan Modra <amodra@gmail.com>
10380
10381 [BZ #16740]
10382 [BZ #16619]
10383 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10384 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 10385 * NEWS: Update fixed bug list.
aa5f0ff1 10386
bb9c256f
SP
103872014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
10388
10389 * benchtests/Makefile: Depend on libraries in build directory.
10390 (bench-math): Separate out math tests.
10391 (bench-pthread): Separate out pthread tests.
10392 (bench): Include math and pthread tests.
10393
f737dfd0
CD
103942014-04-14 Carlos O'Donell <carlos@redhat.com>
10395
10396 [BZ #16831]
10397 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10398 _dl_debug_initialize.
10399
0699f766
CD
10400 * configure.ac: Remove SELinux header check.
10401 * configure: Regenerate.
10402 * nscd/selinux.c (perms): Array of const char* to permission names.
10403 (nscd_request_avc_has_perm): Call security_deny_unknown to find
10404 default policy. Call string_to_security_class and string_to_av_perm to
10405 translate strings. Enforce default policy and call avs_has_perm with
10406 results of translated strings.
10407
809bd45f
DM
104082014-04-13 David S. Miller <davem@davemloft.net>
10409
10410 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10411
89e691f2
AM
104122014-04-12 Allan McRae <allan@archlinux.org>
10413
10414 [BZ #16838]
10415 * manual/string.texi (Collation Functions): Fix qsort argument
10416 order in example.
10417 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10418
9c9daaeb
CM
104192014-04-11 Chris Metcalf <cmetcalf@tilera.com>
10420
10421 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10422 Make the test a no-op if there are no exceptions defined.
10423
95561fb9
PP
104242014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
10425
fe8d072c 10426 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
10427 enable-hardcoded-path-in-tests
10428
970c602a
WN
104292014-04-11 Will Newton <will.newton@linaro.org>
10430
10431 * benchtests/Makefile (extra-objs): Add json-lib.o.
10432 (bench-func): Tidy up JSON output.
10433 * benchtests/bench-skeleton.c: Include json-lib.h.
10434 (main): Use JSON library functions to do output of
10435 benchmark results.
10436 * benchtests/bench-timing-type.c (main): Output the
10437 timing type simply, leaving formatting to the user.
10438 * benchtests/json-lib.c: New file.
10439 * benchtests/json-lib.h: Likewise.
10440
36875b06
TR
104412014-04-11 Torvald Riegel <triegel@redhat.com>
10442
10443 [BZ #15215]
10444 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10445 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
10446 memory barriers. Add comments.
10447 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10448 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10449 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10450 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10451 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10452 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10453
579db35a
SL
104542014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
10455
10456 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10457 * sysdeps/s390/s390-64/configure.ac: ... this ...
10458 * sysdeps/s390/configure.ac: ... to here.
10459 * sysdeps/s390/s390-32/configure: Delete file.
10460 * sysdeps/s390/s390-64/configure: Delete file.
10461 * sysdeps/s390/configure: Regenerate.
10462
c12e9f37
JAPH
104632014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
10464
10465 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10466
439bda32
WN
104672014-04-11 Will Newton <will.newton@linaro.org>
10468
10469 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10470 to zero if it is not defined elsewhere. (mtrim): Test
10471 the value of MALLOC_DEBUG with #if rather than #ifdef.
10472
6a5d6ea1
TR
104732014-04-10 Torvald Riegel <triegel@redhat.com>
10474
10475 * benchtests/pthread_once-inputs: New file.
10476 * benchtests/pthread_once-source.c: New file.
10477 * benchtests/README: Update documentation.
10478
a4c75cfd
IZ
104792014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
10480 H.J. Lu <hongjiu.lu@intel.com>
10481
7e54fd04 10482 [BZ #16275]
a4c75cfd
IZ
10483 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10484 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10485 * sysdeps/x86_64/configure: Regenerated.
10486 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10487 macro.
10488 (REGISTER_SAVE_RAX): Likewise.
10489 (REGISTER_SAVE_RCX): Likewise.
10490 (REGISTER_SAVE_RDX): Likewise.
10491 (REGISTER_SAVE_RSI): Likewise.
10492 (REGISTER_SAVE_RDI): Likewise.
10493 (REGISTER_SAVE_R8): Likewise.
10494 (REGISTER_SAVE_R9): Likewise.
10495 (REGISTER_SAVE_BND0): Likewise.
10496 (REGISTER_SAVE_BND1): Likewise.
10497 (REGISTER_SAVE_BND2): Likewise.
10498 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
10499 bound registers when calling _dl_fixup.
10500
27822ce6
AZ
105012014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10502
10503 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
10504 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10505 of its definition.
27822ce6
AZ
10506 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10507 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10508 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10509 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10510 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10511 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10512 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
10513
a88ddc90
PTB
105142014-04-09 Peter Brett <peter@peter-b.co.uk>
10515
10516 [BZ #15514]
10517 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
10518 pathconf(_PC_NAME_MAX).
10519
01f8eac2
AZ
105202014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10521
10522 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
10523 Remove macro usage.
10524 (__PTHREAD_SPINS): Move definition to ...
10525 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10526 (__PTHREAD_SPINS): ... here.
10527 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10528 (__PTHREAD_SPIN): Likewise.
10529 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
10530 (__PTHREAD_SPIN): Likewise.
10531 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
10532 (__PTHREAD_SPIN): Likewise.
10533 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
10534 (__PTHREAD_SPIN): Likewise.
10535 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10536 (__PTHREAD_SPIN): Likewise.
10537 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10538 (__PTHREAD_SPIN): Likewise.
10539 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
10540 (__PTHREAD_SPIN): Likewise.
10541 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10542 (__PTHREAD_SPIN): Likewise.
10543 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10544 (__PTHREAD_SPIN): Likewise.
10545 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10546 (__PTHREAD_SPIN): Likewise.
10547 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10548 (__PTHREAD_SPIN): Likewise.
10549 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
10550 (__PTHREAD_SPIN): Likewise.
10551
de21c33c
AZ
10552 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10553 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
10554 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
10555 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
10556 imply folder.
10557 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
10558 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
10559 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
10560 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
10561 correct imply path.
10562 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
10563 strlen symbol for non multi-arch builds.
10564 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
10565 missing hidden_def and weak_alias.
10566
862c472e
CD
105672014-04-08 Carlos O'Donell <carlos@redhat.com>
10568
10569 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
10570
8667f90e
WN
105712014-04-07 Will Newton <will.newton@linaro.org>
10572
10573 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
10574 and contents. [!_LIBC] Remove #ifndef and contents.
10575 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
10576 * string/memccpy.c (__memccpy): Use ANSI prototype.
10577 * string/memfrob.c (memfrob): Likewise.
10578 * string/strcoll.c (STRCOLL): Likewise.
10579 * string/strlen.c (strlen): Likewise.
10580 * string/strtok.c (STRTOK): Likewise.
10581 * string/strcat.c: Remove unused #include of memcopy.h.
10582 (strcat): Use ANSI prototype.
10583 * string/strchr.c: Remove unused #include of memcopy.h.
10584 (strchr): Use ANSI prototype.
10585 * string/strcmp.c: Remove unused #include of memcopy.h.
10586 (strcmp): Use ANSI prototype.
10587 * string/strcpy.c: Remove unused #include of memcopy.h.
10588 (strcpy): Use ANSI prototype.
10589
7ffa9423
AZ
105902014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10591
10592 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
10593 * config.make.in (config-extra-cppflags): Set it from
10594 libc_extra_cppflags.
10595 * configure.ac (libc_extra_cflags): Make it accumulate over
10596 configure fragments.
10597 (libc_extra_cppflags): New flag.
10598 * configure. Regenerate.
10599 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
10600 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
10601 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
10602 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
10603
8bd70862
AZ
10604 [BZ #16815]
10605 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
10606 result for FE_DOWNWARD rounding mode.
10607 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
10608 Likewise.
10609 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10610
d42f3448
CM
106112014-04-04 Chris Metcalf <cmetcalf@tilera.com>
10612
10613 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
10614 in function argument name.
10615
1c21d115
DS
106162014-04-03 David Svoboda <svoboda@cert.org>
10617
10618 [BZ #5666]
10619 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
10620 explicitly.
10621
fcccd512
RM
106222014-04-03 Roland McGrath <roland@hack.frob.com>
10623
10624 * elf/dl-unmap-segments.h: New file.
10625 * sysdeps/generic/ldsodefs.h
10626 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
10627 * elf/dl-close.c: Include <dl-unmap-segments.h>.
10628 * elf/dl-fptr.c: Likewise.
10629 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
10630 * sysdeps/aarch64/tlsdesc.c: Likewise.
10631 * sysdeps/arm/tlsdesc.c: Likewise.
10632 * sysdeps/i386/tlsdesc.c: Likewise.
10633 * sysdeps/tile/dl-runtime.c: Likewise.
10634 * sysdeps/x86_64/tlsdesc.c: Likewise.
10635 * elf/dl-load.h: New file.
10636 * elf/dl-load.c: Include it.
10637 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
10638 Macros moved to dl-load.h.
10639 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
10640 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
10641 Use _dl_unmap_segments in place of __munmap.
10642 Break out segment-mapping loop into ...
10643 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
10644
f6488e2b
WN
106452014-04-03 Will Newton <will.newton@linaro.org>
10646
10647 * elf/dl-lookup.c (do_lookup_x): Remove comment
10648 referring to nested function and move variable
10649 declarations down to before first use.
10650
6f05bafe
JM
106512014-04-02 Joseph Myers <joseph@codesourcery.com>
10652
a84e78c8
JM
10653 [BZ #16799]
10654 [BZ #16800]
10655 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
10656 with 0 numerator.
10657 * math/s_catanf.c (__catanf): Likewise.
10658 * math/s_catanh.c (__catanh): Likewise.
10659 * math/s_catanhf.c (__catanhf): Likewise.
10660 * math/s_catanhl.c (__catanhl): Likewise.
10661 * math/s_catanl.c (__catanl): Likewise.
10662 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
10663 by positive zero when computing -Inf result.
10664 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
10665 (catanh_test): Likewise.
10666 * sysdeps/i386/fpu/libm-test-ulps: Update.
10667 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10668
6f05bafe
JM
10669 [BZ #16789]
10670 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
10671 instead of using underflowing value in computing result.
10672 * math/s_clog10.c (__clog10): Likewise.
10673 * math/s_clog10f.c (__clog10f): Likewise.
10674 * math/s_clog10l.c (__clog10l): Likewise.
10675 * math/s_clogf.c (__clogf): Likewise.
10676 * math/s_clogl.c (__clogl): Likewise.
10677 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
10678 (clog10_test): Likewise.
10679 * sysdeps/i386/fpu/libm-test-ulps: Update.
10680 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10681
b0abbc21
AM
106822014-04-02 Alan Modra <amodra@gmail.com>
10683
10684 [BZ #16739]
10685 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
10686 output when value is near a power of two. Use int64_t for lx and
10687 remove casts. Use decimal rather than hex exponent constants.
10688 Don't use long double multiplication when double will suffice.
10689 * math/libm-test.inc (nextafter_test_data): Add tests.
10690 * NEWS: Add 16739 and 16786 to bug list.
10691
af6b1797
AM
10692 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
10693
483818d7
AM
10694 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
10695
f6c55796
WN
106962014-04-01 Will Newton <will.newton@linaro.org>
10697
10698 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
10699 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
10700
13f7fe35
FW
107012014-04-01 Florian Weimer <fweimer@redhat.com>
10702
10703 [BZ #13347]
10704 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
10705 * nptl/tst-setuid2.c: New file.
10706 * nptl/Makefile (xtests): Add tst-setuid2.
10707
c859b32e
AM
107082014-04-01 Alan Modra <amodra@gmail.com>
10709
10710 [BZ #16786]
10711 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
10712
54fa2475
JM
107132014-03-31 Joseph Myers <joseph@codesourcery.com>
10714
8795b4a4
JM
10715 [BZ #6803]
10716 [BZ #6804]
10717 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
10718 set errno as appropriate.
10719 * math/w_scalbf.c (__scalbf): Likewise.
10720 * math/w_scalbl.c (__scalbl): Likewise.
10721 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
10722 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
10723 * math/libm-test.inc (scalb_test_data): Add errno expectations.
10724 Add more NaN tests.
10725
54fa2475
JM
10726 [BZ #16349]
10727 * math/w_atan2.c: Include <errno.h>.
10728 (__atan2): Set errno for result underflowing to zero.
10729 * math/w_atan2f.c: Include <errno.h>.
10730 (__atan2f): Set errno for result underflowing to zero.
10731 * math/w_atan2l.c: Include <errno.h>.
10732 (__atan2l): Set errno for result underflowing to zero.
10733 * math/auto-libm-test-in: Don't allow missing errno for some atan2
10734 tests.
10735 * math/auto-libm-test-out: Regenerated.
10736
757d9dd5
AZ
107372014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10738
10739 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
10740 Encode instruction correctly in little endian.
10741 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
10742 Likewise.
10743 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
10744 Likewise.
10745 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
10746 Likewise.
10747 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
10748 Likewise.
10749
d7a68734
JM
107502014-03-31 Joseph Myers <joseph@codesourcery.com>
10751
47c5adeb
JM
10752 [BZ #9894]
10753 * sysdeps/unix/sysv/linux/kernel-features.h
10754 [__sparc__ && !__arch64__ && !__sparc_v9__]
10755 (__ASSUME_SET_ROBUST_LIST): Do not define.
10756 [__sparc__ && !__arch64__ && !__sparc_v9__]
10757 (__ASSUME_FUTEX_LOCK_PI): Likewise.
10758 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
10759 Likewise.
10760 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10761 (__ASSUME_FUTEX_LOCK_PI): Undefine.
10762 (__ASSUME_REQUEUE_PI): Likewise.
10763 (__ASSUME_SET_ROBUST_LIST): Likewise.
10764 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10765 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
10766 Undefine.
10767 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10768 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
10769 Likewise.
10770 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
10771 Likewise.
10772 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
10773 Likewise.
10774 * sysdeps/unix/sysv/linux/mips/kernel-features.h
10775 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
10776 Undefine.
10777 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
10778 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
10779 Likewise.
10780
d7a68734
JM
10781 [BZ #16648]
10782 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10783 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
10784 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
10785
c760f5c2
WN
107862014-03-31 Will Newton <will.newton@linaro.org>
10787
10788 * benchtests/Makefile (bench): Add ffs and ffsll to list
10789 of tests.
10790 * benchtests/ffs-inputs: New file.
10791 * benchtests/ffsll-inputs: Likewise.
10792
ea6029b1
JM
107932014-03-29 Joseph Myers <joseph@codesourcery.com>
10794
10795 [BZ #16770]
10796 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
10797 too large before casting to int.
10798 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
10799 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
10800 * math/libm-test.inc (scalb_test_data): Add more tests.
10801
cf806aff
SP
108022014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
10803
56737508
SP
10804 * benchtests/Makefile (DETAILED_OPT): New make option.
10805 (bench-func): Run benchmark program with -d if DETAILED_OPT is
10806 set.
10807 * benchtests/bench-skeleton.c: Include stdbool.h.
10808 (main): Store and print timings per input.
10809 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
10810 member to each argument value.
10811 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
10812 (_print_arg_data): Initialize per-input timing to 0.
10813
cb5e4aad
SP
10814 * benchtests/Makefile (timing-type): New binary.
10815 (bench-clean): Also remove bench-timing-type.
10816 (bench): New target for timing-type.
10817 (bench-func): Print output in JSON format.
10818 * benchtests/bench-skeleton.c (main): Print output in JSON
10819 format.
10820 * benchtests/bench-timing-type.c: New file.
10821 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
10822 (TIMING_PRINT_STATS): Remove.
10823 * benchtests/scripts/bench.py (_print_arg_data): Store variant
10824 name separately.
10825
cf806aff
SP
10826 * benchtests/bench-modf.c: Remove.
10827 * benchtests/modf-inputs: New inputs file.
10828
289e0779
JM
108292014-03-28 Joseph Myers <joseph@codesourcery.com>
10830
10831 [BZ #16362]
10832 * math/s_clog10.c (M_PI_LOG10E): New macro.
10833 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
10834 imaginary parts are 0.
10835 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
10836 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
10837 imaginary parts are 0.
10838 * math/s_clog10l.c (M_PI_LOG10El): New macro.
10839 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
10840 imaginary parts are 0.
10841 * math/libm-test.inc (clog10_test_data): Update expected results
10842 for when real and imaginary parts are 0.
10843
277ae3f1
PP
108442014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
10845
10846 * elf/dl-load.c: Finish conversion of __builtin_expect into
10847 __glibc_{un}likely.
10848
03a7091f
JM
108492014-03-27 Joseph Myers <joseph@codesourcery.com>
10850
10851 [BZ #16348]
10852 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
10853 1+x for argument with exponent below -67.
10854 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
10855 Likewise.
10856 * math/auto-libm-test-in: Add more tests of exp.
10857 * math/auto-libm-test-out: Regenerated.
10858
ea7d8b95
SP
108592014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
10860
dd3022d7
SP
10861 [BZ #16759]
10862 * inet/getnetgrent_r.c (get_nonempty_val): New function.
10863 (nscd_getnetgrent): Use it.
10864
ea7d8b95
SP
10865 [BZ #16760]
10866 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
10867 of stpcpy.
10868
df5b85da
AK
108692014-03-27 Andi Kleen <ak@linux.intel.com>
10870
57f41c40
AS
10871 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
10872 (lll_robust_lock, lll_cond_lock, lll_timedlock)
10873 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
10874 (lll_robust_unlock): Remove out of line section. Use cfi
10875 intrinsics.
df5b85da 10876 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
10877 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
10878 (lll_robust_lock, lll_cond_lock, lll_timedlock)
10879 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
10880 (lll_robust_unlock): Remove out of line section. Use cfi
10881 intrinsics.
df5b85da
AK
10882 (LLL_STUB_UNWIND_INFO*): Remove.
10883
fbd6b5a4
SP
108842014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
10885
10886 [BZ #16758]
10887 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
10888 blank values.
10889
1b26b855
PP
108902014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
10891
10892 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
10893
9be36fb8
JM
108942014-03-26 Joseph Myers <joseph@codesourcery.com>
10895
10896 [BZ #16198]
10897 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
10898 fnstenv.
10899 * math/test-fenv-preserve.c: New file.
10900 * math/Makefile (tests): Add test-fenv-preserve.
10901
60a2f3c1
WN
109022014-03-26 Will Newton <will.newton@linaro.org>
10903
10904 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
10905
a5e5f1e2
RM
109062014-03-25 Roland McGrath <roland@hack.frob.com>
10907
10908 * scripts/versionlist.awk: Partition the version sets and emit all
10909 GLIBC_* (sorted) before all others (sorted).
10910
00f4012a
JM
109112014-03-25 Joseph Myers <joseph@codesourcery.com>
10912
10913 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
10914 GLIBC_2.2.5 version.
10915
7bc5a741
AZ
109162014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10917
10918 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
10919 calls.
10920
7578473b
AZ
10921 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
10922 previous change.
10923
f3f1dab3
AZ
10924 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10925
6da36183
AS
109262014-03-25 Andreas Schwab <schwab@suse.de>
10927
10928 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
10929 label to be used after in6ailist is initialized.
10930
f3f1dab3 109312014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 10932
7578473b 10933 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
10934 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
10935
046651c1
JM
109362014-03-25 Joseph Myers <joseph@codesourcery.com>
10937
10938 [BZ #16357]
10939 [BZ #16599]
10940 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
10941 min_plus_half.
10942 (fp_formats): Update initializers.
10943 (init_fp_formats): Initialize new field.
10944 (output_for_one_input_case): Allow underflow for results up to
10945 min_plus_half.
10946 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
10947 * math/auto-libm-test-in: Don't mark some underflows from asin and
10948 atanh as spurious.
10949 * math/auto-libm-test-out: Regenerated.
10950 * sysdeps/i386/fpu/libm-test-ulps: Update.
10951 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10952
003e49ed
AS
109532014-03-25 Andreas Schwab <schwab@suse.de>
10954
10955 * libio/Makefile (tst-ftell-partial-wide-ENV)
10956 (tst-ftell-active-handler-ENV): Define.
10957
de031874
SL
109582014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
10959
10960 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
10961
55a81e3b
PP
109622014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
10963
10964 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
10965
f3426898
JM
109662014-03-24 Joseph Myers <joseph@codesourcery.com>
10967
10968 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
10969 * sysdeps/x86_64/fpu/multiarch/e_exp.c
10970 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
10971
a42faf59
PP
109722014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
10973
10974 [BZ #16634]
a42faf59 10975 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
10976 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
10977 (open_path): Change from boolean 'secure' to complete flag 'mode'
10978 (_dl_map_object): Adjust.
a42faf59
PP
10979 * elf/Makefile (tests): Add tst-dlopen-aout.
10980 * elf/tst-dlopen-aout.c: New test.
10981
50936127
SL
109822014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
10983
10984 [BZ #16714]
10985 * sysdeps/unix/sysv/linux/s390/bits/stat.h
10986 (struct stat): Rename member pad0 to __glibc_reserved0.
10987
26011b5c
SL
10988 [BZ #16712]
10989 * sysdeps/s390/s390-32/bits/wordsize.h
10990 (__WORDSIZE32_SIZE_ULONG): New define.
10991 * sysdeps/s390/s390-64/bits/wordsize.h
10992 (__WORDSIZE32_SIZE_ULONG): Likewise.
10993 * sysdeps/generic/stdint.h (SIZE_MAX):
10994 Define as UL if __WORDSIZE32_SIZE_ULONG.
10995
a2d86bf1
SL
10996 [BZ #16713]
10997 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
10998 (__glibc_reserved0): New variable.
10999 (sa_flags): Change type to int.
11000
78b6eebc
SL
11001 * posix/Makefile (before-compile): Use += before-compile instead
11002 of a :=.
11003
f1399b5a
SL
11004 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11005 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11006
a071766e
AS
110072014-03-20 Andreas Schwab <schwab@suse.de>
11008
11009 [BZ #16743]
11010 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11011 non-matching result from nscd.
11012
27c673b8
SP
110132014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
11014
11015 * scripts/bench.py: Moved to ...
11016 * benchtests/scripts/bench.py: ... here.
11017 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11018
44152e4b
AS
110192014-03-24 Andreas Schwab <schwab@suse.de>
11020
11021 [BZ #16002]
11022 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11023 alloca_account and account alloca use for struct in6ailist.
11024
b376a11a
JM
110252014-03-24 Joseph Myers <joseph@codesourcery.com>
11026
11027 [BZ #16284]
11028 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11029 rounding mode to recompute results that overflow to infinity or
11030 underflow to zero.
11031 * math/auto-libm-test-in: Don't mark tests as expected to fail for
11032 bug 16284.
11033 * math/auto-libm-test-out: Regenerated.
11034 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11035 (ccosh_test): Likewise.
11036 (csin_test_data): Use plus_oflow.
11037 (csin_test): Use ALL_RM_TEST.
11038 (csinh_test_data): Use plus_oflow.
11039 (csinh_test): Use ALL_RM_TEST.
11040 * sysdeps/i386/fpu/libm-test-ulps: Update.
11041 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11042
f7be7376
JM
110432014-03-21 Joseph Myers <joseph@codesourcery.com>
11044
1ca2d03e
JM
11045 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11046 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11047 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11048
f7be7376
JM
11049 [BZ #16731]
11050 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11051 when x - 1 is zero.
11052 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11053 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11054 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11055 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11056 argument is 1.
11057 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11058 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11059 zero.
11060 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11061 * sysdeps/i386/fpu/libm-test-ulps: Update.
11062 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11063
fdf4534d
SP
110642014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11065
df26ea53
SP
11066 * scripts/bench.pl: Remove file.
11067 * scripts/bench.py: New benchmark script.
11068 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11069 * benchtests/README: Mention python dependency.
11070 * scripts/pylintrc: New file.
11071 * scripts/pylint: New file.
11072
fdf4534d
SP
11073 * bits/mathdef.h: Use #ifdef instead of #if.
11074 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11075 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11076 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11077 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11078 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11079 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11080
6f23d093
AZ
110812014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11082 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11083
11084 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11085 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11086 and strpbrk-ppc64 objects.
11087 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11088 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11089 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11090 multiarch strpbrk for POWER7.
11091 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11092 multiarch strpbrk for PPC64.
11093 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11094 ifunc selector.
11095 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11096 strpbrk for POWER7.
11097
8c92dfff
JM
110982014-03-20 Joseph Myers <joseph@codesourcery.com>
11099
11100 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11101 (atan_test): Likewise.
11102 (atanh_test_data): Use NO_TEST_INLINE for two tests.
11103 (atanh_test): Use ALL_RM_TEST.
11104 (atan2_test_data): Likewise.
11105 (cabs_test): Likewise.
11106 (cacosh_test): Likewise.
11107 (carg_test): Likewise.
11108 (casin_test): Likewise.
11109 (casinh_test): Likewise.
11110 (cbrt_test): Likewise.
11111 (csqrt_test): Likewise.
11112 (erf_test): Likewise.
11113 (erfc_test): Likewise.
11114 (pow10_test): Likewise.
11115 (exp2_test): Likewise.
11116 (hypot_test): Likewise.
11117 (j0_test): Likewise.
11118 (j1_test): Likewise.
11119 (lgamma_test): Likewise.
11120 (gamma_test): Likewise.
11121 (sincos_test): Likewise.
11122 (tanh_test): Likewise.
11123 (y0_test): Likewise.
11124 (y1_test): Likewise.
11125 * sysdeps/i386/fpu/libm-test-ulps: Update.
11126 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11127
6eaf95cb
AZ
111282014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11129
a387428c
SP
11130 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11131 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
11132 and strcspn-ppc64 objects.
11133 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11134 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11135 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11136 multiarch strcspn for POWER7.
11137 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11138 multiarch strcspn for PPC64.
11139 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11140 ifunc selector.
11141 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11142 strcspn for POWER7.
11143
ae3a5dff
JM
111442014-03-20 Joseph Myers <joseph@codesourcery.com>
11145
11146 * math/gen-libm-test.pl (generate_testfile): Expect only function
11147 name as argument to AUTO_TESTS_* and pass results for all rounding
11148 modes to parse_args.
11149 (parse_auto_input): Separate inputs of automatic tests from
11150 outputs before storing in %auto_tests.
11151 * math/libm-test.inc (acos_test_data): Update call to
11152 AUTO_TESTS_f_f.
11153 (acos_test): Use ALL_RM_TEST.
11154 (acos_tonearest_test_data): Remove.
11155 (acos_test_tonearest): Likewise.
11156 (acos_towardzero_test_data): Likewise.
11157 (acos_test_towardzero): Likewise.
11158 (acos_downward_test_data): Likewise.
11159 (acos_test_downward): Likewise.
11160 (acos_upward_test_data): Likewise.
11161 (acos_test_upward): Likewise.
11162 (acosh_test_data): Update call to AUTO_TESTS_f_f.
11163 (asin_test_data): Likewise.
11164 (asin_test): Use ALL_RM_TEST.
11165 (asin_tonearest_test_data): Remove.
11166 (asin_test_tonearest): Likewise.
11167 (asin_towardzero_test_data): Likewise.
11168 (asin_test_towardzero): Likewise.
11169 (asin_downward_test_data): Likewise.
11170 (asin_test_downward): Likewise.
11171 (asin_upward_test_data): Likewise.
11172 (asin_test_upward): Likewise.
11173 (asinh_test_data): Update call to AUTO_TESTS_f_f.
11174 (atan_test_data): Likewise.
11175 (atanh_test_data): Likewise.
11176 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11177 (cabs_test_data): Update call to AUTO_TESTS_c_f.
11178 (carg_test_data): Likewise.
11179 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11180 (ccos_test_data): Update call to AUTO_TESTS_c_c.
11181 (ccosh_test_data): Likewise.
11182 (cexp_test_data): Likewise.
11183 (clog_test_data): Likewise.
11184 (clog10_test_data): Likewise.
11185 (cos_test_data): Update call to AUTO_TESTS_f_f.
11186 (cos_test): Use ALL_RM_TEST.
11187 (cos_tonearest_test_data): Remove.
11188 (cos_test_tonearest): Likewise.
11189 (cos_towardzero_test_data): Likewise.
11190 (cos_test_towardzero): Likewise.
11191 (cos_downward_test_data): Likewise.
11192 (cos_test_downward): Likewise.
11193 (cos_upward_test_data): Likewise.
11194 (cos_test_upward): Likewise.
11195 (cosh_test_data): Update call to AUTO_TESTS_f_f.
11196 (cosh_test): Use ALL_RM_TEST.
11197 (cosh_tonearest_test_data): Remove.
11198 (cosh_test_tonearest): Likewise.
11199 (cosh_towardzero_test_data): Likewise.
11200 (cosh_test_towardzero): Likewise.
11201 (cosh_downward_test_data): Likewise.
11202 (cosh_test_downward): Likewise.
11203 (cosh_upward_test_data): Likewise.
11204 (cosh_test_upward): Likewise.
11205 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11206 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11207 (ctan_test_data): Likewise.
11208 (ctan_test): Use ALL_RM_TEST.
11209 (ctan_tonearest_test_data): Remove.
11210 (ctan_test_tonearest): Likewise.
11211 (ctan_towardzero_test_data): Likewise.
11212 (ctan_test_towardzero): Likewise.
11213 (ctan_downward_test_data): Likewise.
11214 (ctan_test_downward): Likewise.
11215 (ctan_upward_test_data): Likewise.
11216 (ctan_test_upward): Likewise.
11217 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11218 (ctanh_test): Use ALL_RM_TEST.
11219 (ctanh_tonearest_test_data): Remove.
11220 (ctanh_test_tonearest): Likewise.
11221 (ctanh_towardzero_test_data): Likewise.
11222 (ctanh_test_towardzero): Likewise.
11223 (ctanh_downward_test_data): Likewise.
11224 (ctanh_test_downward): Likewise.
11225 (ctanh_upward_test_data): Likewise.
11226 (ctanh_test_upward): Likewise.
11227 (erf_test_data): Update call to AUTO_TESTS_f_f.
11228 (erfc_test_data): Likewise.
11229 (exp_test_data): Likewise.
11230 (exp_test): Use ALL_RM_TEST.
11231 (exp_tonearest_test_data): Remove.
11232 (exp_test_tonearest): Likewise.
11233 (exp_towardzero_test_data): Likewise.
11234 (exp_test_towardzero): Likewise.
11235 (exp_downward_test_data): Likewise.
11236 (exp_test_downward): Likewise.
11237 (exp_upward_test_data): Likewise.
11238 (exp_test_upward): Likewise.
11239 (exp10_test_data): Update call to AUTO_TESTS_f_f.
11240 (exp10_test): Use ALL_RM_TEST.
11241 (exp10_tonearest_test_data): Remove.
11242 (exp10_test_tonearest): Likewise.
11243 (exp10_towardzero_test_data): Likewise.
11244 (exp10_test_towardzero): Likewise.
11245 (exp10_downward_test_data): Likewise.
11246 (exp10_test_downward): Likewise.
11247 (exp10_upward_test_data): Likewise.
11248 (exp10_test_upward): Likewise.
11249 (exp2_test_data): Update call to AUTO_TESTS_f_f.
11250 (expm1_test_data): Likewise.
11251 (expm1_test): Use ALL_RM_TEST.
11252 (expm1_tonearest_test_data): Remove.
11253 (expm1_test_tonearest): Likewise.
11254 (expm1_towardzero_test_data): Likewise.
11255 (expm1_test_towardzero): Likewise.
11256 (expm1_downward_test_data): Likewise.
11257 (expm1_test_downward): Likewise.
11258 (expm1_upward_test_data): Likewise.
11259 (expm1_test_upward): Likewise.
11260 (fma_test_data): Update call to AUTO_TESTS_fff_f.
11261 (fma_test): Use ALL_RM_TEST.
11262 (fma_towardzero_test_data): Remove.
11263 (fma_test_towardzero): Likewise.
11264 (fma_downward_test_data): Likewise.
11265 (fma_test_downward): Likewise.
11266 (fma_upward_test_data): Likewise.
11267 (fma_test_upward): Likewise.
11268 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11269 (j0_test_data): Update call to AUTO_TESTS_f_f.
11270 (j1_test_data): Likewise.
11271 (jn_test_data): Update call to AUTO_TESTS_if_f.
11272 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11273 (log_test_data): Update call to AUTO_TESTS_f_f.
11274 (log10_test_data): Likewise.
11275 (log1p_test_data): Likewise.
11276 (log2_test_data): Likewise.
11277 (pow_test_data): Update call to AUTO_TESTS_ff_f.
11278 (pow_tonearest_test_data): Likewise.
11279 (sin_test_data): Update call to AUTO_TESTS_f_f.
11280 (sin_test): Use ALL_RM_TEST.
11281 (sin_tonearest_test_data): Remove.
11282 (sin_test_tonearest): Likewise.
11283 (sin_towardzero_test_data): Likewise.
11284 (sin_test_towardzero): Likewise.
11285 (sin_downward_test_data): Likewise.
11286 (sin_test_downward): Likewise.
11287 (sin_upward_test_data): Likewise.
11288 (sin_test_upward): Likewise.
11289 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11290 (sinh_test_data): Update call to AUTO_TESTS_f_f.
11291 (sinh_test): Use ALL_RM_TEST.
11292 (sinh_tonearest_test_data): Remove.
11293 (sinh_test_tonearest): Likewise.
11294 (sinh_towardzero_test_data): Likewise.
11295 (sinh_test_towardzero): Likewise.
11296 (sinh_downward_test_data): Likewise.
11297 (sinh_test_downward): Likewise.
11298 (sinh_upward_test_data): Likewise.
11299 (sinh_test_upward): Likewise.
11300 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11301 (sqrt_test): Use ALL_RM_TEST.
11302 (sqrt_tonearest_test_data): Remove.
11303 (sqrt_test_tonearest): Likewise.
11304 (sqrt_towardzero_test_data): Likewise.
11305 (sqrt_test_towardzero): Likewise.
11306 (sqrt_downward_test_data): Likewise.
11307 (sqrt_test_downward): Likewise.
11308 (sqrt_upward_test_data): Likewise.
11309 (sqrt_test_upward): Likewise.
11310 (tan_test_data): Update call to AUTO_TESTS_f_f.
11311 (tan_test): Use ALL_RM_TEST.
11312 (tan_tonearest_test_data): Remove.
11313 (tan_test_tonearest): Likewise.
11314 (tan_towardzero_test_data): Likewise.
11315 (tan_test_towardzero): Likewise.
11316 (tan_downward_test_data): Likewise.
11317 (tan_test_downward): Likewise.
11318 (tan_upward_test_data): Likewise.
11319 (tan_test_upward): Likewise.
11320 (tanh_test_data): Update call to AUTO_TESTS_f_f.
11321 (tgamma_test_data): Likewise.
11322 (y0_test_data): Likewise.
11323 (y1_test_data): Likewise.
11324 (yn_test_data): Update call to AUTO_TESTS_if_f.
11325 (main): Do not call removed functions.
11326
d71aeee8
JM
113272014-03-19 Joseph Myers <joseph@codesourcery.com>
11328
11329 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11330 (ldexp_test_data): Remove.
11331 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
11332 scalbn_test_data.
11333 (scalb_test): Use ALL_RM_TEST.
11334
baaf1ded
AS
113352014-03-19 Andreas Schwab <schwab@suse.de>
11336
11337 * nscd/nscd.service: Also invalidate netgroup cache on reload.
11338
b1115e91
JM
113392014-03-19 Joseph Myers <joseph@codesourcery.com>
11340
11341 [BZ #16649]
11342 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11343 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11344 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11345 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11346 (__ASSUME_PREADV): Undefine.
11347 (__ASSUME_PWRITEV): Likewise.
11348
0283ecca
RM
113492014-03-18 Roland McGrath <roland@hack.frob.com>
11350
7d375303
RM
11351 * bits/mman-linux.h: Add comment about non-Linux use.
11352 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11353 bits/mman-linux.h resting place.
11354
0283ecca
RM
11355 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11356 * bits/mman-linux.h: ... here.
11357
aebe1003
AZ
113582014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11359
11360 * conform/conformtest.pl: Add standard definition when calling C
11361 preprocessor on data files.
11362 (checknamespace): Remove unused variable.
11363
b29b6bb8
JM
113642014-03-18 Joseph Myers <joseph@codesourcery.com>
11365
11366 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11367 minus_oflow, plus_uflow and minus_uflow in expected results.
11368 * math/libm-test.inc (scalbn_test_data): Add more tests of
11369 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
11370 minus_uflow.
11371 (scalbn_test): Use ALL_RM_TEST.
11372 (scalbln_test_data): Add more tests of negative arguments. Use
11373 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11374 (scalbln_test): Use ALL_RM_TEST.
11375
c8f8fa15
RM
113762014-03-18 Roland McGrath <roland@hack.frob.com>
11377
11378 * scripts/abilist.awk: Ignore symbols marked with .hidden.
11379
fede7a5f
WN
113802014-03-18 Will Newton <will.newton@linaro.org>
11381
11382 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11383 inaccurate comment.
11384
80cf0a58
JM
113852014-03-18 Joseph Myers <joseph@codesourcery.com>
11386
11387 * Makerules [!subdir] (check-abi): Exit with error status if a
11388 test failed.
11389
b3620862
JM
113902014-03-17 Joseph Myers <joseph@codesourcery.com>
11391
11392 * math/libm-test.inc (nearbyint_test_data): Include all tests used
11393 for rint. Include results for all rounding modes.
11394 (nearbyint_test): Use ALL_RM_TEST.
11395 (rint_test_data): Include all tests used for nearbyint.
11396
788bba36
WN
113972014-03-17 Will Newton <will.newton@linaro.org>
11398
04ec140a
WN
11399 * nptl/sysdeps/pthread/pthread.h: Revert previous
11400 change.
11401
7579d8d5
WN
11402 * sysdeps/generic/ldsodefs.h: Revert previous
11403 change.
11404
c15cf13a
WN
11405 * libio/genops.c: Revert previous change.
11406 * libio/libioP.h: Likewise.
11407 * stdio-common/vfprintf.c: Likewise.
11408
d0ac1324
WN
11409 * sysdeps/generic/math_private.h: Revert previous
11410 change.
11411
9290130a
WN
11412 * sysdeps/generic/math_private.h: Check whether
11413 HAVE_RM_CTX is defined with #ifdef rather
11414 than #if.
11415
afb466fc
WN
11416 * argp/argp-fmtstream.h: Check whether
11417 __STRICT_ANSI__ is defined with #ifdef rather
11418 than #if.
11419 * argp/argp.h: Likewise.
11420
f7efd7c3
WN
11421 * libio/genops.c: Check whether
11422 _IO_JUMPS_OFFSET is defined with #ifdef rather
11423 than #if.
11424 * libio/libioP.h: Likewise.
11425 * stdio-common/vfprintf.c: Likewise.
11426
53f1bed3
WN
11427 * sysdeps/generic/ldsodefs.h: Check whether
11428 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11429 than #if.
11430
788bba36
WN
11431 * nptl/sysdeps/pthread/pthread.h: Check
11432 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11433 its value.
11434
fcd89ebe
SP
114352014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
11436
ae42bbc5
SP
11437 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11438 setting O_APPEND.
11439 * libio/tst-ftell-active-handler.c (do_append_test): Add a
11440 test case.
11441
ea33158c
SP
11442 [BZ #16680]
11443 * libio/fileops.c (_IO_file_open): Seek to end of file but
11444 don't cache the offset.
11445 (get_file_offset): Remove function.
11446 (do_ftell): Use cached offset when available.
11447 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11448 don't cache the offset.
11449 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11450 case.
11451 (do_one_test): Call it.
11452 (do_ftell_test): Fix up expected old offset for a+ mode.
11453 * libio/wfileops.c (do_ftell_wide): Used cached offset when
11454 available.
11455
b1dbb426
SP
11456 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11457 up test status with function return status.
11458 (do_write_test): Likewise.
11459 (do_append_test): Likewise.
11460
fcd89ebe
SP
11461 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11462 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11463 Remove.
11464
9962a2d3
JM
114652014-03-17 Joseph Myers <joseph@codesourcery.com>
11466
11467 * math/gen-libm-test.pl (parse_args): Handle results specified for
11468 each rounding mode separately.
11469 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11470 tests and results from lrint_tonearest_test_data,
11471 lrint_towardzero_test_data, lrint_downward_test_data and
11472 lrint_upward_test_data.
11473 (lrint_test): Use ALL_RM_TEST.
11474 (lrint_tonearest_test_data): Remove.
11475 (lrint_test_tonearest): Likewise.
11476 (lrint_towardzero_test_data): Likewise.
11477 (lrint_test_towardzero): Likewise.
11478 (lrint_downward_test_data): Likewise.
11479 (lrint_test_downward): Likewise.
11480 (lrint_upward_test_data): Likewise.
11481 (lrint_test_upward): Likewise.
11482 (llrint_test_data): Merge in per-rounding-mode tests and results
11483 from llrint_tonearest_test_data, llrint_towardzero_test_data,
11484 llrint_downward_test_data and llrint_upward_test_data.
11485 (llrint_test): Use ALL_RM_TEST.
11486 (llrint_tonearest_test_data): Remove.
11487 (llrint_test_tonearest): Likewise.
11488 (llrint_towardzero_test_data): Likewise.
11489 (llrint_test_towardzero): Likewise.
11490 (llrint_downward_test_data): Likewise.
11491 (llrint_test_downward): Likewise.
11492 (llrint_upward_test_data): Likewise.
11493 (llrint_test_upward): Likewise.
11494 (rint_test_data): Merge in per-rounding-mode tests and results
11495 from rint_tonearest_test_data, rint_towardzero_test_data,
11496 rint_downward_test_data and rint_upward_test_data. Add
11497 per-rounding-mode results for tests not in those arrays.
11498 (rint_test): Use ALL_RM_TEST.
11499 (rint_tonearest_test_data): Remove.
11500 (rint_test_tonearest): Likewise.
11501 (rint_towardzero_test_data): Likewise.
11502 (rint_test_towardzero): Likewise.
11503 (rint_downward_test_data): Likewise.
11504 (rint_test_downward): Likewise.
11505 (rint_upward_test_data): Likewise.
11506 (rint_test_upward): Likewise.
11507 (main): Don't call removed functions.
11508
5006148e
RM
115092014-03-14 Roland McGrath <roland@hack.frob.com>
11510
11511 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11512 "Compiled on ..." crapola. It is anti-useful.
11513
d6fe5e58
JM
115142014-03-14 Joseph Myers <joseph@codesourcery.com>
11515
11516 * scripts/evaluate-test.sh: Handle fourth argument to determine
11517 whether test run should stop on failure.
11518 * Makeconfig (stop-on-test-failure): New variable.
11519 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
11520 $(stop-on-test-failure).
11521 * Makefile (tests): Give a summary of results from testing and
11522 exit with failure status if they include an ERROR or FAIL.
11523 (xtests): Likewise.
11524 * manual/install.texi (Configuring and compiling): Mention
11525 stop-on-test-failure=y.
11526 * INSTALL: Regenerated.
11527
498a2233
RM
115282014-03-14 Roland McGrath <roland@hack.frob.com>
11529
22dbc19d
RM
11530 * scripts/versionlist.awk: New file.
11531 * Makerules [$(build-shared) = yes]
11532 (postclean-generated): Add Versions.def, not Versions.def.v and
11533 Versions.def.v.i.
11534 ($(common-objpfx)Versions.def.v.i): Target removed.
11535 ($(common-objpfx)Versions.def): New target.
11536 ($(common-objpfx)Versions.all): Depend on that rather that
11537 $(common-objpfx)Versions.def.v.
11538 * Versions.def: File removed.
11539
498a2233
RM
11540 * Makeconfig (+gccwarn): Add -Wundef.
11541 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
11542 a dl-sysdep.h breaking its contract.
11543 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
11544 * include/stackinfo.h: New file.
11545 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
11546 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
11547 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
11548 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
11549 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
11550 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
11551 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11552 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11553 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11554 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11555 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11556 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
11557 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11558 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11559 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11560
c7de5025
AZ
115612014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11562
11563 [BZ #16707]
11564 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
11565 implementation.
11566 * math/libm-test.inc (round_test_data): Add more tests.
11567
98fb27a3
AZ
11568 [BZ #16706]
11569 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
11570 implementation.
11571 * math/libm-test.inc (nearbyint_test_data): Add more tests.
11572
374f7f61
AZ
11573 [BZ #16701]
11574 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
11575 implementation.
11576 * math/libm-test.inc (ceil_test_data): Add more tests.
11577
4655c291
AZ
11578 * math/libm-test.inc (trunc_test_data): Add more tests related to
11579 BZ#16414.
11580
d7329d4b
RM
115812014-03-14 Roland McGrath <roland@hack.frob.com>
11582
11583 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
11584 with #if rather than #ifdef.
11585 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
11586
aa4de9ce
L
115872014-03-14 H.J. Lu <hongjiu.lu@intel.com>
11588
11589 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
11590 first. Disable AVX-512 GCC support if assembler doesn't support
11591 it.
11592 * sysdeps/x86_64/configure: Regenerated.
11593
2e03fae7
CD
115942014-03-13 Carlos O'Donell <carlos@redhat.com>
11595
11596 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
11597 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
11598 (__old_pthread_attr_setstack): Likewise.
11599 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
11600 [!_STACK_GROWS_DOWN]: Likewise.
11601
43ca83ec
MF
116022014-03-13 Mike Frysinger <vapier@gentoo.org>
11603
11604 * config.make.in (have-bash2): Delete.
11605 * configure.ac (libc_cv_have_bash2): Delete.
11606 * configure: Regenerate.
11607 * elf/Makefile (common-ldd-rewrite): Rename to ...
11608 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
11609 (sh-ldd-rewrite): Delete.
11610 (bash-ldd-rewrite): Delete.
11611 (have-bash2): Delete checks.
57f41c40
AS
11612 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
11613 ldd-rewrite.
c66e48b4
MF
11614
11615 * config.make.in (have-ksh): Delete.
11616 (KSH): Delete.
11617 * configure.ac (libc_cv_have_ksh): Delete.
11618 * configure: Regenerate.
11619
b93834ef
MF
11620 * elf/Makefile: Delete $(have-ksh) check.
11621 ($(objpfx)sotruss): Change KSH to BASH.
11622 * elf/sotruss.ksh: Rename to ...
11623 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
11624 function style to match POSIX. Drop ksh vim mode setting.
11625
f3a4632a
MF
11626 * manual/time.texi (Specifying the Time Zone with TZ): Change
11627 Tuesday to Thursday.
11628
5896c8bd
MF
11629 * debug/tst-longjmp_chk2.c: Update header comment.
11630 (stackoverflow_handler): Add comment. Call assert on pass value.
11631
2d63a517
IZ
116322014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
11633
7e54fd04 11634 [BZ #16194]
2d63a517
IZ
11635 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
11636 (HAVE_AVX512_ASM_SUPPORT): Likewise.
11637 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
11638 (La_x86_64_vector): Add zmm.
11639 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
11640 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
11641 ($(objpfx)tst-audit10): New target.
11642 ($(objpfx)tst-audit10.out): Likewise.
11643 (tst-audit10-ENV): New.
11644 (AVX512-CFLAGS): Likewise.
11645 (CFLAGS-tst-audit10.c): Likewise.
11646 (CFLAGS-tst-auditmod10a.c): Likewise.
11647 (CFLAGS-tst-auditmod10b.c): Likewise.
11648 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
11649 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
11650 * sysdeps/x86_64/configure: Regenerated.
11651 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
11652 AVX-512 zmm register support.
11653 (_dl_x86_64_save_sse): Likewise.
11654 (_dl_x86_64_restore_sse): Likewise.
11655 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
11656 size vector registers.
11657 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
11658 (ZMM_SIZE): Likewise.
11659 * sysdeps/x86_64/tst-audit10.c: New file.
11660 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
11661 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
11662
44c4e5d5
RM
116632014-03-13 Roland McGrath <roland@hack.frob.com>
11664
11665 * configure.ac (HAVE_EHDR_START): New check.
11666 * configure: Regenerated.
11667 * config.h.in (HAVE_EHDR_START): New #undef.
11668 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
11669 assuming the lowest-addressed segment maps the start of the file.
11670
acd6e389
JM
116712014-03-13 Joseph Myers <joseph@codesourcery.com>
11672
11673 * INSTALL: Regenerated.
11674
6f918f36
WN
116752014-03-13 Will Newton <will.newton@linaro.org>
11676
11677 * manual/setjmp.texi (System V contexts): Improve
11678 clarity and grammar of documentation.
11679
798212a0
PP
116802014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
11681
11682 [BZ #16381]
798212a0 11683 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 11684 (tests-pie): Add tst-pie2.
798212a0
PP
11685 * elf/tst-pie2.c: New file.
11686 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
11687 for ET_EXEC.
11688 * elf/rtld.c (map_doit): Load executable as lt_executable.
11689 (dl_main): Likewise.
11690
abe6d90c
JM
116912014-03-12 Joseph Myers <joseph@codesourcery.com>
11692
11693 [BZ #16642]
11694 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11695 (__ASSUME_PSELECT): Undefine.
11696
dd3946c6
AZ
116972014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11698
11699 [BZ #16689]
11700 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
11701 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
11702 static build.
11703 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
11704 selector for static builds.
11705
c44496df
SP
117062014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
11707
11708 [BZ #16695]
11709 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
11710 key in the buffer.
11711
27c7220a
AZ
117122014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11713
57f41c40
AS
11714 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
11715 IFUNC selector for static builds.
27c7220a 11716
600fa361
JM
117172014-03-11 Joseph Myers <joseph@codesourcery.com>
11718
76c96cf7
JM
11719 * sysdeps/mips/math_private.h [__mips_hard_float]
11720 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
11721 libc_feresetround_mips_ctx.
11722 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
11723 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
11724 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
11725
600fa361
JM
11726 [BZ #16677]
11727 * math/s_nextafter.c (__nextafter): Do not return value from
11728 overflowing computation.
11729 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
11730 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11731 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
11732 Likewise.
11733 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
11734 Likewise.
11735 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
11736 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
11737
d7706c32
RM
117382014-03-11 Roland McGrath <roland@hack.frob.com>
11739
11740 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
11741 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
11742 Move sfi_sp use from the load-multiple (that no longer sets sp) to
11743 the new mov targetting sp.
11744
4facea47
AZ
117452014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11746
11747 [BZ #16683]
11748 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
11749 Define it for static builds as well.
11750 (NO_BZERO_IMPL): Likewise.
11751
e65caf1f
VR
117522014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11753
11754 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
11755 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
11756 multiarch strspn for PPC64.
11757 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
11758 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
11759 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11760 (__libc_ifunc_impl_list): Likewise.
11761 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
11762 multiarch optimizations
11763 * string/strspn.c (strspn): Using macro to redefine symbol name.
11764
ba9cc071
AZ
117652014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11766 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11767
11768 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
11769 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
11770 multiarch strncat for PPC64.
11771 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
11772 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
11773 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11774 (__libc_ifunc_impl_list): Likewise.
11775 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
11776 multiarch optimizations
11777
8b4ff974
SP
117782014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
11779
11780 [BZ #16639]
11781 * nscd/nscd.service: Make service type forking.
11782
54b46a4b
AZ
117832014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11784
11785 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
11786 sign in non default rounding modes.
11787 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
11788
e9996ef7
JM
117892014-03-08 Joseph Myers <joseph@codesourcery.com>
11790
11791 * math/libm-test.inc (ALL_RM_TEST): New macro.
11792 (ceil_test): Use ALL_RM_TEST.
11793 (cimag_test): Likewise.
11794 (conj_test): Likewise.
11795 (copysign_test): Likewise.
11796 (cproj_test): Likewise.
11797 (creal_test): Likewise.
11798 (fabs_test): Likewise.
11799 (floor_test): Likewise.
11800 (fmax_test): Likewise.
11801 (fmin_test): Likewise.
11802 (fmod_test): Likewise.
11803 (fpclassify_test): Likewise.
11804 (frexp_test): Likewise.
11805 (ilogb_test): Likewise.
11806 (isfinite_test): Likewise.
11807 (finite_test): Likewise.
11808 (isgreater_test): Likewise.
11809 (isgreaterequal_test): Likewise.
11810 (isinf_test): Likewise.
11811 (isless_test): Likewise.
11812 (islessequal_test): Likewise.
11813 (islessgreater_test): Likewise.
11814 (isnan_test): Likewise.
11815 (isnormal_test): Likewise.
11816 (issignaling_test): Likewise.
11817 (isunordered_test): Likewise.
11818 (logb_test): Likewise.
11819 (logb_downward_test_data): Remove.
11820 (logb_test_downward): Likewise.
11821 (lround_test): Use ALL_RM_TEST.
11822 (llround_test): Likewise.
11823 (modf_test): Likewise.
11824 (nexttoward_test): Likewise.
11825 (remainder_test): Likewise.
11826 (drem_test): Likewise.
11827 (remainder_tonearest_test_data): Likewise.
11828 (remainder_test_tonearest): Likewise.
11829 (drem_test_tonearest): Likewise.
11830 (remainder_towardzero_test_data): Likewise.
11831 (remainder_test_towardzero): Likewise.
11832 (drem_test_towardzero): Likewise.
11833 (remainder_downward_test_data): Likewise.
11834 (remainder_test_downward): Likewise.
11835 (drem_test_downward): Likewise.
11836 (remainder_upward_test_data): Likewise.
11837 (remainder_test_upward): Likewise.
11838 (drem_test_upward): Likewise.
11839 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
11840 (round_test): Use ALL_RM_TEST.
11841 (signbit_test): Likewise.
11842 (trunc_test): Likewise.
11843 (significand_test): Likewise.
11844 (main): Don't call removed functions.
11845
bc61d27c
JM
118462014-03-07 Joseph Myers <joseph@codesourcery.com>
11847
5c780849
JM
11848 [BZ #16674]
11849 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
11850 || __USE_XOPEN2K8].
11851 (ILL_ILLOPN): Likewise.
11852 (ILL_ILLADR): Likewise.
11853 (ILL_ILLTRP): Likewise.
11854 (ILL_PRVOPC): Likewise.
11855 (ILL_PRVREG): Likewise.
11856 (ILL_COPROC): Likewise.
11857 (ILL_BADSTK): Likewise.
11858 (FPE_INTDIV): Likewise.
11859 (FPE_INTOVF): Likewise.
11860 (FPE_FLTDIV): Likewise.
11861 (FPE_FLTOVF): Likewise.
11862 (FPE_FLTUND): Likewise.
11863 (FPE_FLTRES): Likewise.
11864 (FPE_FLTINV): Likewise.
11865 (FPE_FLTSUB): Likewise.
11866 (SEGV_MAPERR): Likewise.
11867 (SEGV_ACCERR): Likewise.
11868 (BUS_ADRALN): Likewise.
11869 (BUS_ADRERR): Likewise.
11870 (BUS_OBJERR): Likewise.
11871 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11872 (TRAP_TRACE): Likewise.
11873 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
11874 __USE_XOPEN2K8].
11875 (CLD_KILLED): Likewise.
11876 (CLD_DUMPED): Likewise.
11877 (CLD_TRAPPED): Likewise.
11878 (CLD_STOPPED): Likewise.
11879 (CLD_CONTINUED): Likewise.
11880 (POLL_IN): Likewise.
11881 (POLL_OUT): Likewise.
11882 (POLL_MSG): Likewise.
11883 (POLL_ERR): Likewise.
11884 (POLL_PRI): Likewise.
11885 (POLL_HUP): Likewise.
11886 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
11887 Likewise.
11888 (ILL_ILLOPN): Likewise.
11889 (ILL_ILLADR): Likewise.
11890 (ILL_ILLTRP): Likewise.
11891 (ILL_PRVOPC): Likewise.
11892 (ILL_PRVREG): Likewise.
11893 (ILL_COPROC): Likewise.
11894 (ILL_BADSTK): Likewise.
11895 (FPE_INTDIV): Likewise.
11896 (FPE_INTOVF): Likewise.
11897 (FPE_FLTDIV): Likewise.
11898 (FPE_FLTOVF): Likewise.
11899 (FPE_FLTUND): Likewise.
11900 (FPE_FLTRES): Likewise.
11901 (FPE_FLTINV): Likewise.
11902 (FPE_FLTSUB): Likewise.
11903 (SEGV_MAPERR): Likewise.
11904 (SEGV_ACCERR): Likewise.
11905 (BUS_ADRALN): Likewise.
11906 (BUS_ADRERR): Likewise.
11907 (BUS_OBJERR): Likewise.
11908 (BUS_MCEERR_AR): Likewise.
11909 (BUS_MCEERR_AO): Likewise.
11910 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11911 (TRAP_TRACE): Likewise.
11912 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
11913 __USE_XOPEN2K8].
11914 (CLD_KILLED): Likewise.
11915 (CLD_DUMPED): Likewise.
11916 (CLD_TRAPPED): Likewise.
11917 (CLD_STOPPED): Likewise.
11918 (CLD_CONTINUED): Likewise.
11919 (POLL_IN): Likewise.
11920 (POLL_OUT): Likewise.
11921 (POLL_MSG): Likewise.
11922 (POLL_ERR): Likewise.
11923 (POLL_PRI): Likewise.
11924 (POLL_HUP): Likewise.
11925 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
11926 (ILL_ILLOPN): Likewise.
11927 (ILL_ILLADR): Likewise.
11928 (ILL_ILLTRP): Likewise.
11929 (ILL_PRVOPC): Likewise.
11930 (ILL_PRVREG): Likewise.
11931 (ILL_COPROC): Likewise.
11932 (ILL_BADSTK): Likewise.
11933 (FPE_INTDIV): Likewise.
11934 (FPE_INTOVF): Likewise.
11935 (FPE_FLTDIV): Likewise.
11936 (FPE_FLTOVF): Likewise.
11937 (FPE_FLTUND): Likewise.
11938 (FPE_FLTRES): Likewise.
11939 (FPE_FLTINV): Likewise.
11940 (FPE_FLTSUB): Likewise.
11941 (SEGV_MAPERR): Likewise.
11942 (SEGV_ACCERR): Likewise.
11943 (BUS_ADRALN): Likewise.
11944 (BUS_ADRERR): Likewise.
11945 (BUS_OBJERR): Likewise.
11946 (BUS_MCEERR_AR): Likewise.
11947 (BUS_MCEERR_AO): Likewise.
11948 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11949 (TRAP_TRACE): Likewise.
11950 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
11951 __USE_XOPEN2K8].
11952 (CLD_KILLED): Likewise.
11953 (CLD_DUMPED): Likewise.
11954 (CLD_TRAPPED): Likewise.
11955 (CLD_STOPPED): Likewise.
11956 (CLD_CONTINUED): Likewise.
11957 (POLL_IN): Likewise.
11958 (POLL_OUT): Likewise.
11959 (POLL_MSG): Likewise.
11960 (POLL_ERR): Likewise.
11961 (POLL_PRI): Likewise.
11962 (POLL_HUP): Likewise.
11963 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
11964 Likewise.
11965 (ILL_ILLOPN): Likewise.
11966 (ILL_ILLADR): Likewise.
11967 (ILL_ILLTRP): Likewise.
11968 (ILL_PRVOPC): Likewise.
11969 (ILL_PRVREG): Likewise.
11970 (ILL_COPROC): Likewise.
11971 (ILL_BADSTK): Likewise.
11972 (ILL_BADIADDR): Likewise.
11973 (ILL_BREAK): Likewise.
11974 (FPE_INTDIV): Likewise.
11975 (FPE_INTOVF): Likewise.
11976 (FPE_FLTDIV): Likewise.
11977 (FPE_FLTOVF): Likewise.
11978 (FPE_FLTUND): Likewise.
11979 (FPE_FLTRES): Likewise.
11980 (FPE_FLTINV): Likewise.
11981 (FPE_FLTSUB): Likewise.
11982 (FPE_DECOVF): Likewise.
11983 (FPE_DECDIV): Likewise.
11984 (FPE_DECERR): Likewise.
11985 (FPE_INVASC): Likewise.
11986 (FPE_INVDEC): Likewise.
11987 (SEGV_MAPERR): Likewise.
11988 (SEGV_ACCERR): Likewise.
11989 (SEGV_PSTKOVF): Likewise.
11990 (BUS_ADRALN): Likewise.
11991 (BUS_ADRERR): Likewise.
11992 (BUS_OBJERR): Likewise.
11993 (BUS_MCEERR_AR): Likewise.
11994 (BUS_MCEERR_AO): Likewise.
11995 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
11996 (TRAP_TRACE): Likewise.
11997 (TRAP_BRANCH): Likewise.
11998 (TRAP_HWBKPT): Likewise.
11999 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12000 __USE_XOPEN2K8].
12001 (CLD_KILLED): Likewise.
12002 (CLD_DUMPED): Likewise.
12003 (CLD_TRAPPED): Likewise.
12004 (CLD_STOPPED): Likewise.
12005 (CLD_CONTINUED): Likewise.
12006 (POLL_IN): Likewise.
12007 (POLL_OUT): Likewise.
12008 (POLL_MSG): Likewise.
12009 (POLL_ERR): Likewise.
12010 (POLL_PRI): Likewise.
12011 (POLL_HUP): Likewise.
12012 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12013 (ILL_ILLOPN): Likewise.
12014 (ILL_ILLADR): Likewise.
12015 (ILL_ILLTRP): Likewise.
12016 (ILL_PRVOPC): Likewise.
12017 (ILL_PRVREG): Likewise.
12018 (ILL_COPROC): Likewise.
12019 (ILL_BADSTK): Likewise.
12020 (FPE_INTDIV): Likewise.
12021 (FPE_INTOVF): Likewise.
12022 (FPE_FLTDIV): Likewise.
12023 (FPE_FLTOVF): Likewise.
12024 (FPE_FLTUND): Likewise.
12025 (FPE_FLTRES): Likewise.
12026 (FPE_FLTINV): Likewise.
12027 (FPE_FLTSUB): Likewise.
12028 (SEGV_MAPERR): Likewise.
12029 (SEGV_ACCERR): Likewise.
12030 (BUS_ADRALN): Likewise.
12031 (BUS_ADRERR): Likewise.
12032 (BUS_OBJERR): Likewise.
12033 (BUS_MCEERR_AR): Likewise.
12034 (BUS_MCEERR_AO): Likewise.
12035 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12036 (TRAP_TRACE): Likewise.
12037 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12038 __USE_XOPEN2K8].
12039 (CLD_KILLED): Likewise.
12040 (CLD_DUMPED): Likewise.
12041 (CLD_TRAPPED): Likewise.
12042 (CLD_STOPPED): Likewise.
12043 (CLD_CONTINUED): Likewise.
12044 (POLL_IN): Likewise.
12045 (POLL_OUT): Likewise.
12046 (POLL_MSG): Likewise.
12047 (POLL_ERR): Likewise.
12048 (POLL_PRI): Likewise.
12049 (POLL_HUP): Likewise.
12050 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12051 (ILL_ILLOPN): Likewise.
12052 (ILL_ILLADR): Likewise.
12053 (ILL_ILLTRP): Likewise.
12054 (ILL_PRVOPC): Likewise.
12055 (ILL_PRVREG): Likewise.
12056 (ILL_COPROC): Likewise.
12057 (ILL_BADSTK): Likewise.
12058 (FPE_INTDIV): Likewise.
12059 (FPE_INTOVF): Likewise.
12060 (FPE_FLTDIV): Likewise.
12061 (FPE_FLTOVF): Likewise.
12062 (FPE_FLTUND): Likewise.
12063 (FPE_FLTRES): Likewise.
12064 (FPE_FLTINV): Likewise.
12065 (FPE_FLTSUB): Likewise.
12066 (SEGV_MAPERR): Likewise.
12067 (SEGV_ACCERR): Likewise.
12068 (BUS_ADRALN): Likewise.
12069 (BUS_ADRERR): Likewise.
12070 (BUS_OBJERR): Likewise.
12071 (BUS_MCEERR_AR): Likewise.
12072 (BUS_MCEERR_AO): Likewise.
12073 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12074 (TRAP_TRACE): Likewise.
12075 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12076 __USE_XOPEN2K8].
12077 (CLD_KILLED): Likewise.
12078 (CLD_DUMPED): Likewise.
12079 (CLD_TRAPPED): Likewise.
12080 (CLD_STOPPED): Likewise.
12081 (CLD_CONTINUED): Likewise.
12082 (POLL_IN): Likewise.
12083 (POLL_OUT): Likewise.
12084 (POLL_MSG): Likewise.
12085 (POLL_ERR): Likewise.
12086 (POLL_PRI): Likewise.
12087 (POLL_HUP): Likewise.
12088 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12089 (ILL_ILLOPN): Likewise.
12090 (ILL_ILLADR): Likewise.
12091 (ILL_ILLTRP): Likewise.
12092 (ILL_PRVOPC): Likewise.
12093 (ILL_PRVREG): Likewise.
12094 (ILL_COPROC): Likewise.
12095 (ILL_BADSTK): Likewise.
12096 (FPE_INTDIV): Likewise.
12097 (FPE_INTOVF): Likewise.
12098 (FPE_FLTDIV): Likewise.
12099 (FPE_FLTOVF): Likewise.
12100 (FPE_FLTUND): Likewise.
12101 (FPE_FLTRES): Likewise.
12102 (FPE_FLTINV): Likewise.
12103 (FPE_FLTSUB): Likewise.
12104 (SEGV_MAPERR): Likewise.
12105 (SEGV_ACCERR): Likewise.
12106 (BUS_ADRALN): Likewise.
12107 (BUS_ADRERR): Likewise.
12108 (BUS_OBJERR): Likewise.
12109 (BUS_MCEERR_AR): Likewise.
12110 (BUS_MCEERR_AO): Likewise.
12111 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12112 (TRAP_TRACE): Likewise.
12113 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12114 __USE_XOPEN2K8].
12115 (CLD_KILLED): Likewise.
12116 (CLD_DUMPED): Likewise.
12117 (CLD_TRAPPED): Likewise.
12118 (CLD_STOPPED): Likewise.
12119 (CLD_CONTINUED): Likewise.
12120 (POLL_IN): Likewise.
12121 (POLL_OUT): Likewise.
12122 (POLL_MSG): Likewise.
12123 (POLL_ERR): Likewise.
12124 (POLL_PRI): Likewise.
12125 (POLL_HUP): Likewise.
12126 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12127 (ILL_ILLOPN): Likewise.
12128 (ILL_ILLADR): Likewise.
12129 (ILL_ILLTRP): Likewise.
12130 (ILL_PRVOPC): Likewise.
12131 (ILL_PRVREG): Likewise.
12132 (ILL_COPROC): Likewise.
12133 (ILL_BADSTK): Likewise.
12134 (ILL_DBLFLT): Likewise.
12135 (ILL_HARDWALL): Likewise.
12136 (FPE_INTDIV): Likewise.
12137 (FPE_INTOVF): Likewise.
12138 (FPE_FLTDIV): Likewise.
12139 (FPE_FLTOVF): Likewise.
12140 (FPE_FLTUND): Likewise.
12141 (FPE_FLTRES): Likewise.
12142 (FPE_FLTINV): Likewise.
12143 (FPE_FLTSUB): Likewise.
12144 (SEGV_MAPERR): Likewise.
12145 (SEGV_ACCERR): Likewise.
12146 (BUS_ADRALN): Likewise.
12147 (BUS_ADRERR): Likewise.
12148 (BUS_OBJERR): Likewise.
12149 (BUS_MCEERR_AR): Likewise.
12150 (BUS_MCEERR_AO): Likewise.
12151 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12152 (TRAP_TRACE): Likewise.
12153 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12154 __USE_XOPEN2K8].
12155 (CLD_KILLED): Likewise.
12156 (CLD_DUMPED): Likewise.
12157 (CLD_TRAPPED): Likewise.
12158 (CLD_STOPPED): Likewise.
12159 (CLD_CONTINUED): Likewise.
12160 (POLL_IN): Likewise.
12161 (POLL_OUT): Likewise.
12162 (POLL_MSG): Likewise.
12163 (POLL_ERR): Likewise.
12164 (POLL_PRI): Likewise.
12165 (POLL_HUP): Likewise.
12166 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12167 (ILL_ILLOPN): Likewise.
12168 (ILL_ILLADR): Likewise.
12169 (ILL_ILLTRP): Likewise.
12170 (ILL_PRVOPC): Likewise.
12171 (ILL_PRVREG): Likewise.
12172 (ILL_COPROC): Likewise.
12173 (ILL_BADSTK): Likewise.
12174 (FPE_INTDIV): Likewise.
12175 (FPE_INTOVF): Likewise.
12176 (FPE_FLTDIV): Likewise.
12177 (FPE_FLTOVF): Likewise.
12178 (FPE_FLTUND): Likewise.
12179 (FPE_FLTRES): Likewise.
12180 (FPE_FLTINV): Likewise.
12181 (FPE_FLTSUB): Likewise.
12182 (SEGV_MAPERR): Likewise.
12183 (SEGV_ACCERR): Likewise.
12184 (BUS_ADRALN): Likewise.
12185 (BUS_ADRERR): Likewise.
12186 (BUS_OBJERR): Likewise.
12187 (BUS_MCEERR_AR): Likewise.
12188 (BUS_MCEERR_AO): Likewise.
12189 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12190 (TRAP_TRACE): Likewise.
12191 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12192 __USE_XOPEN2K8].
12193 (CLD_KILLED): Likewise.
12194 (CLD_DUMPED): Likewise.
12195 (CLD_TRAPPED): Likewise.
12196 (CLD_STOPPED): Likewise.
12197 (CLD_CONTINUED): Likewise.
12198 (POLL_IN): Likewise.
12199 (POLL_OUT): Likewise.
12200 (POLL_MSG): Likewise.
12201 (POLL_ERR): Likewise.
12202 (POLL_PRI): Likewise.
12203 (POLL_HUP): Likewise.
12204 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12205 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12206
bc61d27c
JM
12207 [BZ #16670]
12208 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12209 before #include of <time.h>.
12210 [!__USE_XOPEN2K] (__need_timespec): Likewise.
12211 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12212 (test-xfail-UNIX98/sched.h/conform): Likewise.
12213
302949e2
MS
122142014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
12215
12216 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12217 error absence of trapping exception support.
12218 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12219
a00f522a
JM
122202014-03-07 Joseph Myers <joseph@codesourcery.com>
12221
6f99f280
JM
12222 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12223 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12224 * timezone/Makefile (testdata): Move definition above include of
12225 Rules.
12226 (test-zones): New variable.
12227 (tests-special): Add zone files.
12228 (build-testdata): Use $(evaluate-test).
12229
0b20a9e8
JM
12230 * elf/Makefile (tests-special): Rename tests to end with .out.
12231 ($(objpfx)noload-mem): Likewise.
12232 ($(objpfx)tst-leaks1-mem): Likewise.
12233 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12234 * iconv/Makefile (xtests-special): Change test-iconvconfig to
12235 $(objpfx)test-iconvconfig.out.
12236 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
12237 set -e inside subshell and redirect output to file.
12238 * iconvdata/Makefile (generated): Rename tests to end with .out.
12239 Correct type.
12240 (tests-special): Rename tests to end with .out.
12241 ($(objpfx)mtrace-tst-loading): Likewise.
12242 * intl/Makefile (generated): Likewise.
12243 (tests-special): Likewise.
12244 ($(objpfx)mtrace-tst-gettext): Likewise.
12245 * misc/Makefile (generated): Likewise.
12246 (tests-special): Likewise.
12247 ($(objpfx)tst-error1-mem): Likewise.
12248 * nptl/Makefile (tests-special): Likewise.
12249 ($(objpfx)tst-stack3-mem): Likewise.
12250 (generated): Likewise.
12251 * posix/Makefile (generated): Likewise.
12252 (tests-special): Likewise.
12253 (xtests-special): Likewise.
12254 ($(objpfx)tst-fnmatch-mem): Likewise.
12255 ($(objpfx)bug-regex2-mem): Likewise.
12256 ($(objpfx)bug-regex14-mem): Likewise.
12257 ($(objpfx)bug-regex21-mem): Likewise.
12258 ($(objpfx)bug-regex31-mem): Likewise.
12259 ($(objpfx)tst-vfork3-mem): Likewise.
12260 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12261 ($(objpfx)tst-pcre-mem): Likewise.
12262 ($(objpfx)tst-boost-mem): Likewise.
12263 ($(objpfx)bug-ga2-mem): Likewise.
12264 ($(objpfx)bug-glob2-mem): Likewise.
12265 * resolv/Makefile (generate): Likewise.
12266 (tests-special): Likewise.
12267 (xtests-special): Likewise.
12268 (generated): Likewise.
12269 ($(objpfx)mtrace-tst-leaks): Likewise.
12270 ($(objpfx)mtrace-tst-leaks2): Likewise.
12271
265d52ab
JM
12272 * scripts/merge-test-results.sh: New file.
12273 * Makefile (tests-special-notdir): New variable.
12274 (tests): Run merge-test-results.sh.
12275 (xtests): Likewise.
12276 * Rules (tests-special-notdir): New variable.
12277 (xtests-special-notdir): Likewise.
12278 (tests): Run merge-test-results.sh
12279 (xtests): Likewise.
12280
54ee292d
JM
12281 * Makeconfig (test-xfail-name): New variable.
12282 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12283 compute variable name for expected failures.
12284 * conform/Makefile (conformtest-headers-data): New variable.
12285 (conformtest-standards): Likewise.
12286 (conformtest-headers-ISO): Likewise.
12287 (conformtest-headers-ISO99): Likewise.
12288 (conformtest-headers-ISO11): Likewise.
12289 (conformtest-headers-POSIX): Likewise.
12290 (conformtest-headers-XPG3): Likewise.
12291 (conformtest-headers-XPG4): Likewise.
12292 (conformtest-headers-UNIX98): Likewise.
12293 (conformtest-headers-XOPEN2K): Likewise.
12294 (conformtest-headers-POSIX2008): Likewise.
12295 (conformtest-headers-XOPEN2K8): Likewise.
12296 (conformtest-header-list-base): Likewise.
12297 (conformtest-header-list-tests): Likewise.
12298 (conformtest-header-base): Likewise.
12299 (conformtest-header-tests): Likewise.
12300 (tests-special): Add $(conformtest-header-list-tests). If
12301 [$(fast-check) && !$(cross-compiling)], add
12302 $(conformtest-header-tests) instead of
12303 $(objpfx)run-conformtest.out.
12304 (generated): Add $(conformtest-header-list-base). If
12305 [$(fast-check) && !$(cross-compiling)], add
12306 $(conformtest-header-base). Remove previous setting.
12307 ($(conformtest-header-list-tests)): New target.
12308 (test-xfail-run-conformtest): Remove variable.
12309 ($(objpfx)run-conformtest.out): Remove target.
12310 (test-xfail-ISO11/complex.h/conform): New variable.
12311 (test-xfail-ISO11/stdalign.h/conform): Likewise.
12312 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12313 (test-xfail-XPG3/varargs.h/conform): Likewise.
12314 (test-xfail-XPG4/varargs.h/conform): Likewise.
12315 (test-xfail-UNIX98/varargs.h/conform): Likewise.
12316 (test-xfail-XPG4/ndbm.h/conform): Likewise.
12317 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12318 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12319 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12320 (test-xfail-XPG3/fcntl.h/conform): Likewise.
12321 (test-xfail-XPG3/ftw.h/conform): Likewise.
12322 (test-xfail-XPG3/grp.h/conform): Likewise.
12323 (test-xfail-XPG3/langinfo.h/conform): Likewise.
12324 (test-xfail-XPG3/limits.h/conform): Likewise.
12325 (test-xfail-XPG3/pwd.h/conform): Likewise.
12326 (test-xfail-XPG3/search.h/conform): Likewise.
12327 (test-xfail-XPG3/signal.h/conform): Likewise.
12328 (test-xfail-XPG3/stdio.h/conform): Likewise.
12329 (test-xfail-XPG3/stdlib.h/conform): Likewise.
12330 (test-xfail-XPG3/string.h/conform): Likewise.
12331 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12332 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12333 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12334 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12335 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12336 (test-xfail-XPG3/sys/types.h/conform): Likewise.
12337 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12338 (test-xfail-XPG3/termios.h/conform): Likewise.
12339 (test-xfail-XPG3/time.h/conform): Likewise.
12340 (test-xfail-XPG3/unistd.h/conform): Likewise.
12341 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12342 (test-xfail-XPG4/fcntl.h/conform): Likewise.
12343 (test-xfail-XPG4/langinfo.h/conform): Likewise.
12344 (test-xfail-XPG4/netdb.h/conform): Likewise.
12345 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12346 (test-xfail-XPG4/signal.h/conform): Likewise.
12347 (test-xfail-XPG4/stdio.h/conform): Likewise.
12348 (test-xfail-XPG4/stdlib.h/conform): Likewise.
12349 (test-xfail-XPG4/stropts.h/conform): Likewise.
12350 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12351 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12352 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12353 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12354 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12355 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12356 (test-xfail-XPG4/sys/time.h/conform): Likewise.
12357 (test-xfail-XPG4/sys/types.h/conform): Likewise.
12358 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12359 (test-xfail-XPG4/termios.h/conform): Likewise.
12360 (test-xfail-XPG4/ucontext.h/conform): Likewise.
12361 (test-xfail-XPG4/unistd.h/conform): Likewise.
12362 (test-xfail-XPG4/utmpx.h/conform): Likewise.
12363 (test-xfail-POSIX/sched.h/conform): Likewise.
12364 (test-xfail-POSIX/signal.h/conform): Likewise.
12365 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12366 (test-xfail-POSIX/tar.h/conform): Likewise.
12367 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12368 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12369 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12370 (test-xfail-UNIX98/netdb.h/conform): Likewise.
12371 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12372 (test-xfail-UNIX98/sched.h/conform): Likewise.
12373 (test-xfail-UNIX98/signal.h/conform): Likewise.
12374 (test-xfail-UNIX98/stdio.h/conform): Likewise.
12375 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12376 (test-xfail-UNIX98/stropts.h/conform): Likewise.
12377 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12378 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12379 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12380 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12381 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12382 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12383 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12384 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12385 (test-xfail-UNIX98/unistd.h/conform): Likewise.
12386 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12387 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12388 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12389 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12390 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12391 (test-xfail-XOPEN2K/math.h/conform): Likewise.
12392 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12393 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12394 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12395 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12396 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12397 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12398 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12399 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12400 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12401 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12402 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12403 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12404 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12405 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12406 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12407 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12408 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12409 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12410 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12411 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12412 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12413 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12414 (test-xfail-POSIX2008/signal.h/conform): Likewise.
12415 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12416 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12417 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12418 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12419 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12420 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12421 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12422 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12423 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12424 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12425 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12426 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12427 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12428 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12429 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12430 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12431 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12432 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12433 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12434 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12435 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12436 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12437 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12438 (conformtest-cc-flags): Likewise.
12439 ($(conformtest-header-tests): New target.
12440 * conform/check-header-lists.sh: New file.
12441 * conform/run-conformtest.sh: Remove.
12442
a00f522a
JM
12443 * conform/conformtest.pl: Allow ' and \ in values given for
12444 constants.
12445 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12446 inclusion.
12447 [POSIX] (sys/types.h): Likewise.
12448 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12449 inclusion.
12450 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12451 inclusion.
12452 * conform/data/signal.h-data (SIGIO): Remove expectation.
12453 [XPG3] (SIGBUS): Do not expect.
12454 [POSIX || XPG3] (SIGPOLL): Likewise.
12455 [POSIX || XPG3] (SIGPROF): Likewise.
12456 [POSIX || XPG3] (SIGSYS): Likewise.
12457 [XPG3] (SIGTRAP): Likewise.
12458 [POSIX || XPG3] (SIGURG): Likewise.
12459 [POSIX || XPG3] (SIGVTALRM): Likewise.
12460 [POSIX || XPG3] (SIGXCPU): Likewise.
12461 [POSIX || XPG3] (SIGXFSZ): Likewise.
12462 [POSIX] (SA_SIGINFO): Expect.
12463 [XPG3] (siginfo_t): Do not expect type or contents.
12464 [POSIX] (si_pid): Do not expect element.
12465 [POSIX] (si_uid): Likewise.
12466 [POSIX] (si_addr): Likewise.
12467 [POSIX] (si_status): Likewise.
12468 [POSIX] (si_band): Likewise.
12469 [XPG4] (si_value): Likewise.
12470 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12471 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12472 [POSIX || XPG3] (ILL_ILLADR): Likewise.
12473 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12474 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12475 [POSIX || XPG3] (ILL_PRVREG): Likewise.
12476 [POSIX || XPG3] (ILL_COPROC): Likewise.
12477 [POSIX || XPG3] (ILL_BADSTK): Likewise.
12478 [POSIX || XPG3] (FPE_INTDIV): Likewise.
12479 [POSIX || XPG3] (FPE_INTOVF): Likewise.
12480 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12481 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12482 [POSIX || XPG3] (FPE_FLTUND): Likewise.
12483 [POSIX || XPG3] (FPE_FLTRES): Likewise.
12484 [POSIX || XPG3] (FPE_FLTINV): Likewise.
12485 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12486 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12487 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12488 [POSIX || XPG3] (BUS_ADRALN): Likewise.
12489 [POSIX || XPG3] (BUS_ADRERR): Likewise.
12490 [POSIX || XPG3] (BUS_OBJERR): Likewise.
12491 [POSIX || XPG3] (CLD_EXITED): Likewise.
12492 [POSIX || XPG3] (CLD_KILLED): Likewise.
12493 [POSIX || XPG3] (CLD_DUMPED): Likewise.
12494 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12495 [POSIX || XPG3] (CLD_STOPPED): Likewise.
12496 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12497 [POSIX || XPG3] (POLL_IN): Likewise.
12498 [POSIX || XPG3] (POLL_OUT): Likewise.
12499 [POSIX || XPG3] (POLL_MSG): Likewise.
12500 [POSIX || XPG3] (POLL_ERR): Likewise.
12501 [POSIX || XPG3] (POLL_PRI): Likewise.
12502 [POSIX || XPG3] (POLL_HUP): Likewise.
12503 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12504 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12505 (SIG*): Do not allow.
12506 [XPG3] (si_*): Likewise.
12507 [XPG3] (SI_*): Likewise.
12508 [XPG3 || XPG4] (sigev_*): Likewise.
12509 [XPG3 || XPG4] (SIGEV_*): Likewise.
12510 [XPG3 || XPG4] (sival_*): Likewise.
12511 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12512 [POSIX || XPG3] (BUS_*): Likewise.
12513 [POSIX || XPG3] (CLD_*): Likewise.
12514 [POSIX || XPG3] (FPE_*): Likewise.
12515 [POSIX || XPG3] (ILL_*): Likewise.
12516 [POSIX || XPG3] (POLL_*): Likewise.
12517 [POSIX || XPG3] (SEGV_*): Likewise.
12518 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
12519 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
12520 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
12521 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
12522 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
12523 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
12524 Specify type and value.
12525 (TVERSLEN): Likewise.
12526 (REGTYPE): Likewise.
12527 (AREGTYPE): Likewise.
12528 (LNKTYPE): Likewise.
12529 (SYMTYPE): Likewise.
12530 (CHRTYPE): Likewise.
12531 (BLKTYPE): Likewise.
12532 (DIRTYPE): Likewise.
12533 (FIFOTYPE): Likewise.
12534 (CONTTYPE): Likewise.
12535 (TSUID): Likewise.
12536 (TSGID): Likewise.
12537 (TSVTX): Likewise.
12538 (TUREAD): Likewise.
12539 (TUWRITE): Likewise.
12540 (TUEXEC): Likewise.
12541 (TGREAD): Likewise.
12542 (TGWRITE): Likewise.
12543 (TGEXEC): Likewise.
12544 (TOREAD): Likewise.
12545 (TOWRITE): Likewise.
12546 (TOEXEC): Likewise.
12547 [POSIX] (TSVTX): Expect constant.
12548
aa97dee1
JM
125492014-03-06 Joseph Myers <joseph@codesourcery.com>
12550
f214606a
JM
12551 * Makefile (tests): Change dependencies to ....
12552 (tests-special): ... additions to this variable.
12553 (tests): Depend on $(tests-special).
12554 * Makerules (check-abi-list): New variable.
12555 (check-abi): Depend on $(check-abi-list).
12556 [$(subdir) = elf] (tests-special): Add
12557 $(objpfx)check-abi-libc.out.
12558 [$(build-shared) = yes && subdir] (tests-special): Add
12559 $(check-abi-list).
12560 [$(build-shared) = yes && subdir] (tests): Do not depend on
12561 check-abi.
12562 * Rules (tests): Depend on $(tests-special).
12563 (xtests): Depend on $(xtests-special).
12564 * catgets/Makefile (tests): Change dependencies to ....
12565 (tests-special): ... additions to this variable.
12566 * conform/Makefile (tests): Change dependencies to ....
12567 (tests-special): ... additions to this variable.
12568 * elf/Makefile (tests): Change dependencies to ....
12569 (tests-special): ... additions to this variable.
12570 * grp/Makefile (tests): Change dependencies to ....
12571 (tests-special): ... additions to this variable.
12572 * iconv/Makefile (xtests): Change dependencies to ....
12573 (xtests-special): ... additions to this variable.
12574 * iconvdata/Makefile (tests): Change dependencies to ....
12575 (tests-special): ... additions to this variable.
12576 * intl/Makefile (tests): Change dependencies to ....
12577 (tests-special): ... additions to this variable. Also add
12578 $(objpfx)tst-gettext.out.
12579 * io/Makefile (tests): Change dependencies to ....
12580 (tests-special): ... additions to this variable.
12581 * libio/Makefile (tests): Change dependencies to ....
12582 (tests-special): ... additions to this variable.
12583 * malloc/Makefile (tests): Change dependencies to ....
12584 (tests-special): ... additions to this variable.
12585 * misc/Makefile (tests): Change dependencies to ....
12586 (tests-special): ... additions to this variable.
12587 * nptl/Makefile (tests): Change dependencies to ....
12588 (tests-special): ... additions to this variable.
12589 * nptl_db/Makefile (tests): Change dependencies to ....
12590 (tests-special): ... additions to this variable.
12591 * posix/Makefile (tests): Change dependencies to ....
12592 (tests-special): ... additions to this variable.
12593 (xtests): Change dependencies to ....
12594 (xtests-special): ... additions to this variable.
12595 * resolv/Makefile (tests): Change dependencies to ....
12596 (tests-special): ... additions to this variable.
12597 (xtests): Change dependencies to ....
12598 (xtests-special): ... additions to this variable.
12599 * stdio-common/Makefile (tests): Change dependencies to ....
12600 (tests-special): ... additions to this variable.
12601 (do-tst-unbputc): Remove target.
12602 (do-tst-printf): Likewise.
12603 * stdlib/Makefile (tests): Change dependencies to ....
12604 (tests-special): ... additions to this variable.
12605 * string/Makefile (tests): Change dependencies to ....
12606 (tests-special): ... additions to this variable.
12607 * sysdeps/x86/Makefile (tests): Change dependencies to ....
12608 (tests-special): ... additions to this variable.
12609
81700b53
JM
12610 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
12611 whole file.
12612 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
12613 whole file.
12614 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
12615 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
12616
2ea18461
JM
12617 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
12618 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
12619 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
12620 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
12621 * conform/data/libgen.h-data [XPG3]: Likewise.
12622 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
12623 * conform/data/ndbm.h-data [XPG3]: Likewise.
12624 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12625 * conform/data/netdb.h-data [XPG3]: Likewise.
12626 * conform/data/netinet/in.h-data [XPG3]: Likewise.
12627 * conform/data/poll.h-data [XPG3]: Likewise.
12628 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12629 * conform/data/strings.h-data [XPG3]: Likewise.
12630 * conform/data/stropts.h-data [XPG3]: Likewise.
12631 * conform/data/sys/mman.h-data [XPG3]: Likewise.
12632 * conform/data/sys/resource.h-data [XPG3]: Likewise.
12633 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
12634 Likewise.
12635 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
12636 * conform/data/sys/time.h-data [XPG3]: Likewise.
12637 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
12638 * conform/data/sys/uio.h-data [XPG3]: Likewise.
12639 * conform/data/sys/un.h-data [XPG3]: Likewise.
12640 * conform/data/syslog.h-data [XPG3]: Likewise.
12641 * conform/data/ucontext.h-data [XPG3]: Likewise.
12642 * conform/data/utmpx.h-data [XPG3]: Likewise.
12643 * conform/data/varargs.h-data [UNIX98]: Enable file.
12644
355bc986
JM
12645 * manual/Makefile (INSTALL_INFO): Remove variable setting.
12646
215db402
JM
12647 * math/libm-test.inc (struct test_f_f_data): Move expected results
12648 into structure for each rounding mode.
12649 (struct test_ff_f_data): Likewise.
12650 (struct test_ff_f_data_nexttoward): Likewise.
12651 (struct test_fi_f_data): Likewise.
12652 (struct test_fl_f_data): Likewise.
12653 (struct test_if_f_data): Likewise.
12654 (struct test_fff_f_data): Likewise.
12655 (struct test_c_f_data): Likewise.
12656 (struct test_f_f1_data): Likewise.
12657 (struct test_fF_f1_data): Likewise.
12658 (struct test_ffI_f1_data): Likewise.
12659 (struct test_c_c_data): Likewise.
12660 (struct test_cc_c_data): Likewise.
12661 (struct test_f_i_data): Likewise.
12662 (struct test_ff_i_data): Likewise.
12663 (struct test_f_l_data): Likewise.
12664 (struct test_f_L_data): Likewise.
12665 (struct test_fFF_11_data): Likewise.
12666 (RM_): New macro.
12667 (RM_FE_DOWNWARD): Likewise.
12668 (RM_FE_TONEAREST): Likewise.
12669 (RM_FE_TOWARDZERO): Likewise.
12670 (RM_FE_UPWARD): Likewise.
12671 (RUN_TEST_LOOP_f_f): Update references to expected results.
12672 (RUN_TEST_LOOP_2_f): Likewise.
12673 (RUN_TEST_LOOP_fff_f): Likewise.
12674 (RUN_TEST_LOOP_c_f): Likewise.
12675 (RUN_TEST_LOOP_f_f1): Likewise.
12676 (RUN_TEST_LOOP_fF_f1): Likewise.
12677 (RUN_TEST_LOOP_fI_f1): Likewise.
12678 (RUN_TEST_LOOP_ffI_f1): Likewise.
12679 (RUN_TEST_LOOP_c_c): Likewise.
12680 (RUN_TEST_LOOP_cc_c): Likewise.
12681 (RUN_TEST_LOOP_f_i): Likewise.
12682 (RUN_TEST_LOOP_f_i_tg): Likewise.
12683 (RUN_TEST_LOOP_ff_i_tg): Likewise.
12684 (RUN_TEST_LOOP_f_b): Likewise.
12685 (RUN_TEST_LOOP_f_b_tg): Likewise.
12686 (RUN_TEST_LOOP_f_l): Likewise.
12687 (RUN_TEST_LOOP_f_L): Likewise.
12688 (RUN_TEST_LOOP_fFF_11): Likewise.
12689 * math/gen-libm-test.pl (parse_args): Output four copies of
12690 expected results for each test.
12691
67737b8f
JM
12692 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12693 (__ASSUME_UTIMES): Remove.
12694 * sysdeps/unix/sysv/linux/tile/kernel-features.h
12695 (__ASSUME_UTIMES): Likewise.
12696
aa97dee1
JM
12697 * math/gen-auto-libm-tests.c: Update comment on output format.
12698 (output_for_one_input_case): Generate before-rounding and
12699 after-rounding information as conditions on output flags not
12700 floating-point format.
12701 * math/auto-libm-test-out: Regenerated.
12702 * math/gen-libm-test.pl (cond_value): New function.
12703 (or_cond_value): Use cond_value.
12704 (generate_testfile): Handle conditional exceptions.
12705
e6b6a857
JM
127062014-03-05 Joseph Myers <joseph@codesourcery.com>
12707
2f0a0f44
JM
12708 * math/libm-test.inc (max_valid_error): New variable.
12709 (init_max_error): Take new argument specifying whether function
12710 results are exactly determined. Set max_valid_error and bound
12711 other variables for errors based on this argument.
12712 (set_max_error): Do not record results above max_valid_error.
12713 (check_float_internal): Only accept errors of up to 0.5ulps if
12714 also at most max_valid_error.
12715 (START): Take new argument EXACT and pass it to init_max_error.
12716 (acos_test): Update call to START.
12717 (acos_test_tonearest): Likewise.
12718 (acos_test_towardzero): Likewise.
12719 (acos_test_downward): Likewise.
12720 (acos_test_upward): Likewise.
12721 (acosh_test): Likewise.
12722 (asin_test): Likewise.
12723 (asin_test_tonearest): Likewise.
12724 (asin_test_towardzero): Likewise.
12725 (asin_test_downward): Likewise.
12726 (asin_test_upward): Likewise.
12727 (asinh_test): Likewise.
12728 (atan_test): Likewise.
12729 (atanh_test): Likewise.
12730 (atan2_test): Likewise.
12731 (cabs_test): Likewise.
12732 (cacos_test): Likewise.
12733 (cacosh_test): Likewise.
12734 (carg_test): Likewise.
12735 (casin_test): Likewise.
12736 (casinh_test): Likewise.
12737 (catan_test): Likewise.
12738 (catanh_test): Likewise.
12739 (cbrt_test): Likewise.
12740 (ccos_test): Likewise.
12741 (ccosh_test): Likewise.
12742 (ceil_test): Likewise.
12743 (cexp_test): Likewise.
12744 (cimag_test): Likewise.
12745 (clog_test): Likewise.
12746 (clog10_test): Likewise.
12747 (conj_test): Likewise.
12748 (copysign_test): Likewise.
12749 (cos_test): Likewise.
12750 (cos_test_tonearest): Likewise.
12751 (cos_test_towardzero): Likewise.
12752 (cos_test_downward): Likewise.
12753 (cos_test_upward): Likewise.
12754 (cosh_test): Likewise.
12755 (cosh_test_tonearest): Likewise.
12756 (cosh_test_towardzero): Likewise.
12757 (cosh_test_downward): Likewise.
12758 (cosh_test_upward): Likewise.
12759 (cpow_test): Likewise.
12760 (cproj_test): Likewise.
12761 (creal_test): Likewise.
12762 (csin_test): Likewise.
12763 (csinh_test): Likewise.
12764 (csqrt_test): Likewise.
12765 (ctan_test): Likewise.
12766 (ctan_test_tonearest): Likewise.
12767 (ctan_test_towardzero): Likewise.
12768 (ctan_test_downward): Likewise.
12769 (ctan_test_upward): Likewise.
12770 (ctanh_test): Likewise.
12771 (ctanh_test_tonearest): Likewise.
12772 (ctanh_test_towardzero): Likewise.
12773 (ctanh_test_downward): Likewise.
12774 (ctanh_test_upward): Likewise.
12775 (erf_test): Likewise.
12776 (erfc_test): Likewise.
12777 (exp_test): Likewise.
12778 (exp_test_tonearest): Likewise.
12779 (exp_test_towardzero): Likewise.
12780 (exp_test_downward): Likewise.
12781 (exp_test_upward): Likewise.
12782 (exp10_test): Likewise.
12783 (exp10_test_tonearest): Likewise.
12784 (exp10_test_towardzero): Likewise.
12785 (exp10_test_downward): Likewise.
12786 (exp10_test_upward): Likewise.
12787 (pow10_test): Likewise.
12788 (exp2_test): Likewise.
12789 (expm1_test): Likewise.
12790 (expm1_test_tonearest): Likewise.
12791 (expm1_test_towardzero): Likewise.
12792 (expm1_test_downward): Likewise.
12793 (expm1_test_upward): Likewise.
12794 (fabs_test): Likewise.
12795 (fdim_test): Likewise.
12796 (floor_test): Likewise.
12797 (fma_test): Likewise.
12798 (fma_test_towardzero): Likewise.
12799 (fma_test_downward): Likewise.
12800 (fma_test_upward): Likewise.
12801 (fmax_test): Likewise.
12802 (fmin_test): Likewise.
12803 (fmod_test): Likewise.
12804 (fpclassify_test): Likewise.
12805 (frexp_test): Likewise.
12806 (hypot_test): Likewise.
12807 (ilogb_test): Likewise.
12808 (isfinite_test): Likewise.
12809 (finite_test): Likewise.
12810 (isgreater_test): Likewise.
12811 (isgreaterequal_test): Likewise.
12812 (isinf_test): Likewise.
12813 (isless_test): Likewise.
12814 (islessequal_test): Likewise.
12815 (islessgreater_test): Likewise.
12816 (isnan_test): Likewise.
12817 (isnormal_test): Likewise.
12818 (issignaling_test): Likewise.
12819 (isunordered_test): Likewise.
12820 (j0_test): Likewise.
12821 (j1_test): Likewise.
12822 (jn_test): Likewise.
12823 (ldexp_test): Likewise.
12824 (lgamma_test): Likewise.
12825 (gamma_test): Likewise.
12826 (lrint_test): Likewise.
12827 (lrint_test_tonearest): Likewise.
12828 (lrint_test_towardzero): Likewise.
12829 (lrint_test_downward): Likewise.
12830 (lrint_test_upward): Likewise.
12831 (llrint_test): Likewise.
12832 (llrint_test_tonearest): Likewise.
12833 (llrint_test_towardzero): Likewise.
12834 (llrint_test_downward): Likewise.
12835 (llrint_test_upward): Likewise.
12836 (log_test): Likewise.
12837 (log10_test): Likewise.
12838 (log1p_test): Likewise.
12839 (log2_test): Likewise.
12840 (logb_test): Likewise.
12841 (logb_test_downward): Likewise.
12842 (lround_test): Likewise.
12843 (llround_test): Likewise.
12844 (modf_test): Likewise.
12845 (nearbyint_test): Likewise.
12846 (nextafter_test): Likewise.
12847 (nexttoward_test): Likewise.
12848 (pow_test): Likewise.
12849 (pow_test_tonearest): Likewise.
12850 (pow_test_towardzero): Likewise.
12851 (pow_test_downward): Likewise.
12852 (pow_test_upward): Likewise.
12853 (remainder_test): Likewise.
12854 (drem_test): Likewise.
12855 (remainder_test_tonearest): Likewise.
12856 (drem_test_tonearest): Likewise.
12857 (remainder_test_towardzero): Likewise.
12858 (drem_test_towardzero): Likewise.
12859 (remainder_test_downward): Likewise.
12860 (drem_test_downward): Likewise.
12861 (remainder_test_upward): Likewise.
12862 (drem_test_upward): Likewise.
12863 (remquo_test): Likewise.
12864 (rint_test): Likewise.
12865 (rint_test_tonearest): Likewise.
12866 (rint_test_towardzero): Likewise.
12867 (rint_test_downward): Likewise.
12868 (rint_test_upward): Likewise.
12869 (round_test): Likewise.
12870 (scalb_test): Likewise.
12871 (scalbn_test): Likewise.
12872 (scalbln_test): Likewise.
12873 (signbit_test): Likewise.
12874 (sin_test): Likewise.
12875 (sin_test_tonearest): Likewise.
12876 (sin_test_towardzero): Likewise.
12877 (sin_test_downward): Likewise.
12878 (sin_test_upward): Likewise.
12879 (sincos_test): Likewise.
12880 (sinh_test): Likewise.
12881 (sinh_test_tonearest): Likewise.
12882 (sinh_test_towardzero): Likewise.
12883 (sinh_test_downward): Likewise.
12884 (sinh_test_upward): Likewise.
12885 (sqrt_test): Likewise.
12886 (sqrt_test_tonearest): Likewise.
12887 (sqrt_test_towardzero): Likewise.
12888 (sqrt_test_downward): Likewise.
12889 (sqrt_test_upward): Likewise.
12890 (tan_test): Likewise.
12891 (tan_test_tonearest): Likewise.
12892 (tan_test_towardzero): Likewise.
12893 (tan_test_downward): Likewise.
12894 (tan_test_upward): Likewise.
12895 (tanh_test): Likewise.
12896 (tgamma_test): Likewise.
12897 (trunc_test): Likewise.
12898 (y0_test): Likewise.
12899 (y1_test): Likewise.
12900 (yn_test): Likewise.
12901 (significand_test): Likewise.
12902
e6b6a857
JM
12903 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
12904 individual tests in comment.
12905 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
12906 (prev_max_error): New variable.
12907 (prev_real_max_error): Likewise.
12908 (prev_imag_max_error): Likewise.
12909 (compare_ulp_data): Don't refer to test names in comment.
12910 (find_test_ulps): Remove function.
12911 (find_function_ulps): Likewise.
12912 (find_complex_function_ulps): Likewise.
12913 (init_max_error): Take function name as argument. Look up ulps
12914 for that function.
12915 (print_ulps): Remove function.
12916 (print_max_error): Use prev_max_error instead of calling
12917 find_function_ulps.
12918 (print_complex_max_error): Use prev_real_max_error and
12919 prev_imag_max_error instead of calling find_complex_function_ulps.
12920 (check_float_internal): Take max_ulp parameter instead of calling
12921 find_test_ulps. Don't call print_ulps.
12922 (check_float): Update call to check_float_internal.
12923 (check_complex): Update calls to check_float_internal.
12924 (START): Pass argument to init_max_error.
12925 * math/gen-libm-test.pl (%results): Don't include "kind"
12926 information.
12927 (parse_ulps): Don't handle ulps of individual tests.
12928 (print_ulps_file): Likewise.
12929 (output_ulps): Likewise.
12930 * math/README.libm-test: Update.
12931 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
12932 individual tests.
12933 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
12934 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
12935 * sysdeps/arm/libm-test-ulps: Likewise.
12936 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
12937 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
12938 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
12939 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
12940 * sysdeps/microblaze/libm-test-ulps: Likewise.
12941 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
12942 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
12943 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
12944 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
12945 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
12946 * sysdeps/sh/libm-test-ulps: Likewise.
12947 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
12948 * sysdeps/tile/libm-test-ulps: Likewise.
12949 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12950
45adef3c
JM
129512014-03-04 Joseph Myers <joseph@codesourcery.com>
12952
12953 * math/libm-test.inc (print_complex_max_error): Check separately
12954 whether real and imaginary errors are within allowed range and
12955 pass 0 to print_complex_function_ulps instead of value within
12956 allowed range.
12957
000232b9
SP
129582014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
12959
d4b17258
SP
12960 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
12961 formatting.
12962 (get_handles_fopen): Likewise.
12963 (do_write_test): Likewise.
12964
091eff71
SP
12965 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
12966
fa3cd248
SP
12967 * libio/fileops.c (do_ftell): Use cached offset when
12968 available.
12969 * libio/iofwide.c (do_ftell_wide): Likewise.
12970 * libio/iofdopen.c (_IO_new_fdopen): Don't use
12971 _IO_file_attach.
12972 * libio/wfileops.c (_IO_fwide): Don't cache offset.
12973
000232b9
SP
12974 [BZ #16532]
12975 * libio/libioP.h (get_file_offset): New function.
12976 * libio/fileops.c (get_file_offset): Likewise.
12977 (do_ftell): Likewise.
12978 (_IO_new_file_seekoff): Split out ftell logic.
12979 * libio/wfileops.c (do_ftell_wide): Likewise.
12980 (_IO_wfile_seekoff): Split out ftell logic.
12981 * libio/tst-ftell-active-handler.c: New test case.
12982 * libio/Makefile (tests): Add it.
12983
116f4d1a
RM
129842014-03-03 Roland McGrath <roland@hack.frob.com>
12985
12986 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
12987 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
12988
532a6035
SP
129892014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
12990
12991 [BZ #16639]
12992 * nscd/connections.c (nscd_init): Call do_exit.
12993 (start_threads): Call do_exit and notify_parent.
12994 (begin_drop_privileges): Call do_exit.
12995 (finish_drop_privileges): Likewise.
12996 * nscd/selinux.c (preserve_capabilities): Likewise.
12997 (install_real_capabilities): Likewise.
12998 (nscd_selinux_enabled): Likewise.
12999 (avc_create_thread): Likewise.
13000 (avc_alloc_lock): Likewise.
13001 (nscd_avc_init): Likewise.
13002 * nscd/nscd.c (parent_fd): New static variable.
13003 (main): Create a pipe between parent and child processes.
13004 Skip closing parent_fd.
13005 (monitor_child): New function.
13006 (do_exit): Likewise.
13007 (notify_parent): Likewise.
13008 * nscd/nscd.h (notify_parent): Likewise.
13009 (do_exit): Likewise.
13010
d6285c9f
CD
130112014-03-03 Carlos O'Donell <carlos@redhat.com>
13012
13013 * malloc/malloc.c (__libc_calloc): Revert last change.
13014
2b85d2a0
AZ
130152014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13016
13017 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13018
c7debbdf
RS
130192014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13020
13021 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13022 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13023 implementation.
13024 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13025 (__libc_ifunc_impl_list): Likewise.
13026 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13027 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13028 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13029 * string/strrchr.c: Define STRRCHR.
13030
235eed86
OB
130312014-02-28 Ondřej Bílka <neleai@seznam.cz>
13032
13033 * benchtest/bench-strtok.c (simple_strtok): Delete.
13034 (strtok_string): Use as benchmark.
13035 * string/strtok (STRTOK): New macro.
13036
8e25d1e7
CD
130372014-02-28 Carlos O'Donell <carlos@redhat.com>
13038
ef563f92
CD
13039 * manual/threads.texi: Add header and standard comments to all
13040 functions.
13041
8e25d1e7
CD
13042 * elf/dl-lookup.c (check_match): New function.
13043 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13044 (do_lookup_x): Remove nested function check_match. Use non-nested
13045 function check_match.
13046
ff71cc37
RM
130472014-02-28 Roland McGrath <roland@hack.frob.com>
13048
f08e9a26
RM
13049 * csu/Makefile (generated, before-compile): Use += rather than =.
13050 * catgets/Makefile (generated, generated-dirs): Likewise.
13051 * debug/Makefile (generated): Likewise.
13052 * dlfcn/Makefile (generated): Likewise.
13053 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13054 * iconvdata/Makefile (before-compile, generated): Likewise.
13055 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13056 * libio/Makefile (generated): Likewise.
13057 * malloc/Makefile (generated): Likewise.
13058 * manual/Makefile (generated, generated-dirs): Likewise.
13059 * misc/Makefile (generated): Likewise.
13060 * posix/Makefile (generated): Likewise.
13061 * resolv/Makefile (generated): Likewise.
13062 * sunrpc/Makefile (generated, generated-dirs): Likewise.
13063 * timezone/Makefile (generated, generated-dirs): Likewise.
13064
ff71cc37
RM
13065 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13066
fe13a20c
AZ
130672014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13068
57f41c40
AS
13069 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13070 power8 implementation.
13071 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13072 file: POWER8 llround ifunc implementation.
13073 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13074 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
13075 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13076 POWER8 llround implementation.
13077
57f41c40
AS
13078 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13079 power8 implementation.
13080 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13081 file: POWER8 llrint ifunc implementation.
13082 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13083 Add POWER8 implementation.
1ad8950a
AZ
13084 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13085 POWER8 llrint implementation.
13086
57f41c40
AS
13087 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13088 power8 implementation.
13089 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13090 file: POWER8 finite ifunc implementation.
13091 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13092 Add POWER8 implementation.
cac626d6
AZ
13093 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13094 Likewise.
13095 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13096 POWER8 finite implementation.
13097 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13098
57f41c40
AS
13099 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13100 power8 implementation.
13101 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13102 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
13103 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13104 POWER8 implementation.
13105 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13106 Likewise.
57f41c40
AS
13107 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13108 isinf implementation.
4393fc11
AZ
13109 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13110
57f41c40
AS
13111 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13112 (INIT_ARCH): Add hwcap2 initialization.
13113 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13114 power8 implementation.
13115 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13116 file: POWER8 isnan ifunc implementation.
487972ae
AZ
13117 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13118 POWER8 implementation.
13119 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13120 Likewise.
57f41c40
AS
13121 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13122 isnan implementation.
487972ae
AZ
13123 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13124
7d92b787
JY
131252014-02-27 Joey Ye <joey.ye@arm.com>
13126
13127 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13128 (_FP_NANFRAC_Q): Set to zero.
13129
1cadc858
SP
131302014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13131
13132 [BZ #16623]
13133 * math/auto-libm-test-in: New test inputs.
13134 * math/auto-libm-test-out: Regenerate.
13135 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13136 and DA.
13137 (__cos): Likewise.
13138 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13139
f8c17e79
JM
131402014-02-27 Joseph Myers <joseph@codesourcery.com>
13141
13142 * scripts/evaluate-test.sh: Take new argument indicating whether
13143 failure is expected.
13144 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13145 indicating whether failure is expected.
13146 * conform/Makefile (test-xfail-run-conformtest): New variable.
13147 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13148 level.
13149 * posix/Makefile (test-xfail-annexc): New variable.
13150 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13151
a5f891ac
JM
131522014-02-26 Joseph Myers <joseph@codesourcery.com>
13153
13154 * argp/Makefile: Include Makeconfig immediately after defining
13155 subdir.
13156 * assert/Makefile: Likewise.
13157 * benchtests/Makefile: Likewise.
13158 * catgets/Makefile: Likewise.
13159 * conform/Makefile: Likewise.
13160 * crypt/Makefile: Likewise.
13161 * csu/Makefile: Likewise.
13162 (all): Remove target.
13163 * ctype/Makefile: Include Makeconfig immediately after defining
13164 subdir.
13165 * debug/Makefile: Likewise.
13166 * dirent/Makefile: Likewise.
13167 * dlfcn/Makefile: Likewise.
13168 * gmon/Makefile: Likewise.
13169 * gnulib/Makefile: Likewise.
13170 * grp/Makefile: Likewise.
13171 * gshadow/Makefile: Likewise.
13172 * hesiod/Makefile: Likewise.
13173 * hurd/Makefile: Likewise.
13174 (all): Remove target.
13175 * iconvdata/Makefile: Include Makeconfig immediately after
13176 defining subdir.
13177 * inet/Makefile: Likewise.
13178 * intl/Makefile: Likewise.
13179 * io/Makefile: Likewise.
13180 * libio/Makefile: Likewise.
13181 (all): Remove target.
13182 * locale/Makefile: Include Makeconfig immediately after defining
13183 subdir.
13184 * login/Makefile: Likewise.
13185 * mach/Makefile: Likewise.
13186 (all): Remove target.
13187 * malloc/Makefile: Include Makeconfig immediately after defining
13188 subdir.
13189 (all): Remove target.
13190 * manual/Makefile: Include Makeconfig immediately after defining
13191 subdir.
13192 * math/Makefile: Likewise.
13193 * misc/Makefile: Likewise.
13194 * nis/Makefile: Likewise.
13195 * nss/Makefile: Likewise.
13196 * po/Makefile: Likewise.
13197 (all): Remove target.
13198 * posix/Makefile: Include Makeconfig immediately after defining
13199 subdir.
13200 * pwd/Makefile: Likewise.
13201 * resolv/Makefile: Likewise.
13202 * resource/Makefile: Likewise.
13203 * rt/Makefile: Likewise.
13204 * setjmp/Makefile: Likewise.
13205 * shadow/Makefile: Likewise.
13206 * signal/Makefile: Likewise.
13207 * socket/Makefile: Likewise.
13208 * soft-fp/Makefile: Likewise.
13209 * stdio-common/Makefile: Likewise.
13210 * stdlib/Makefile: Likewise.
13211 * streams/Makefile: Likewise.
13212 * string/Makefile: Likewise.
13213 * sunrpc/Makefile: Likewise.
13214 (all): Remove target.
13215 * sysvipc/Makefile: Include Makeconfig immediately after defining
13216 subdir.
13217 * termios/Makefile: Likewise.
13218 * time/Makefile: Likewise.
13219 * timezone/Makefile: Likewise.
13220 (all): Remove target.
13221 * wcsmbs/Makefile: Include Makeconfig immediately after defining
13222 subdir.
13223 * wctype/Makefile: Likewise.
13224
5b456e9d
SE
132252014-02-26 Steve Ellcey <sellcey@mips.com>
13226
13227 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13228 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13229 (libc_feholdexcept_setround_mips): Ditto.
13230 (libc_feholdsetround): New.
13231 (libc_feholdsetroundf): New.
13232 (libc_feholdsetroundl): New.
13233 (libc_feupdateenv_test_mips): New.
13234 (libc_feupdateenv_test): New.
13235 (libc_feupdateenv_testf): New.
13236 (libc_feupdateenv_testl): New.
13237 (libc_feresetround): New.
13238 (libc_feresetroundf): New.
13239 (libc_feresetroundl): New.
13240 (libc_fetestexcept_mips): New.
13241 (libc_fetestexcept): New.
13242 (libc_fetestexceptf): New.
13243 (libc_fetestexceptl): New.
13244 (HAVE_RM_CTX): New.
13245 (libc_feholdexcept_setround_mips_ctx): New.
13246 (libc_feholdexcept_setround_ctx): New.
13247 (libc_feholdexcept_setroundf_ctx): New.
13248 (libc_feholdexcept_setroundl_ctx): New.
13249 (libc_fesetenv_mips_ctx): New.
13250 (libc_fesetenv_ctx): New.
13251 (libc_fesetenv_ctxf): New.
13252 (libc_fesetenv_ctxl): New.
13253 (libc_feupdateenv_mips_ctx): New.
13254 (libc_feupdateenv_ctx): New.
13255 (libc_feupdateenvf_ctx): New.
13256 (libc_feupdateenvl_ctx): New.
13257 (libc_feholdsetround_mips_ctx): New.
13258 (libc_feholdsetround_ctx): New.
13259 (libc_feholdsetroundf_ctx): New.
13260 (libc_feholdsetroundl_ctx): New.
13261 (libc_feresetround_mips_ctx): New.
13262 (libc_feresetround_ctx): New.
13263 (libc_feresetroundf_ctx): New.
13264 (libc_feresetroundl_ctx): New.
13265
085d0e35
CD
132662014-02-26 Carlos O'Donell <carlos@redhat.com>
13267
f067bf1f
CD
13268 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13269
085d0e35
CD
13270 * manual/ipc.texi: New file.
13271 * manual/Makefile (chapters): Add ipc.
13272 * manual/job.texi: Add "Inter-Process Communication" to next.
13273 * manual/process.texi: Add "Inter-Process Communication" to prev.
13274
86e58c08
AZ
132752014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13276
13277 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13278
4248f0da
OB
132792014-02-26 Ondřej Bílka <neleai@seznam.cz>
13280
13281 * malloc/malloc.c (__libc_calloc): Simplify implementation.
13282
cf822e3c
OB
13283 * manual/arith.texi: Fix spaces after sentences.
13284 * manual/charset.texi: Likewise.
13285 * manual/errno.texi: Likewise.
13286 * manual/install.texi: Likewise.
13287 * manual/llio.texi: Likewise.
13288 * manual/locale.texi: Likewise.
13289 * manual/maint.texi: Likewise.
13290 * manual/math.texi: Likewise.
13291 * manual/memory.texi: Likewise.
13292 * manual/message.texi: Likewise.
13293 * manual/probes.texi: Likewise.
13294 * manual/resource.texi: Likewise.
13295 * manual/signal.texi: Likewise.
13296 * manual/socket.texi: Likewise.
13297 * manual/stdio.texi: Likewise.
13298 * manual/string.texi: Likewise.
13299 * manual/time.texi: Likewise.
13300 * manual/users.texi: Likewise.
13301
ade40b10
CD
133022014-02-25 Carlos O'Donell <carlos@redhat.com>
13303
13304 [BZ #16632]
13305 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13306 _DEFAULT_SOURCE is defined.
13307
d0503676
CD
133082014-02-25 Ulrich Drepper <drepper@gmail.com>
13309 Carlos O'Donell <carlos@redhat.com>
13310
13311 [BZ #16613]
13312 * elf/dl-tls.c (_dl_count_modids): New function.
13313 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13314 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13315 audit library and increment generation counter.
13316 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13317 * elf/tst-audit9.c: New file.
13318 * elf/tst-auditmod9a.c: New file.
13319 * elf/tst-auditmod9b.c: New file.
13320 * elf/Makefile: Add rules to build and run tst-audit9.
13321
4cbf380c
FW
133222014-02-25 Florian Weimer <fweimer@redhat.com>
13323
13324 [BZ #15347]
13325 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13326
80a56cc3
WN
133272014-02-25 Will Newton <will.newton@linaro.org>
13328
13329 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13330 (__longjmp): Restore sp and lr before restoring callee
13331 saved registers. Add longjmp and longjmp_target
13332 SystemTap probe point.
13333 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13334 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13335 Define to zero to match jmpbuf layout.
13336 * sysdeps/arm/setjmp.S: Include stap-probe.h.
13337 (__sigsetjmp): Save sp and lr before saving callee
13338 saved registers. Add setjmp SystemTap probe point.
13339
3ea0f74e
SL
133402014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
13341
13342 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13343
b04acb26
AS
133442014-02-24 Andreas Schwab <schwab@suse.de>
13345
13346 [BZ #15804]
13347 * elf/pldd.c (wait_for_ptrace_stop): New function.
13348 (main): Call it after attaching.
13349
098ad55c
RM
133502014-02-22 Roland McGrath <roland@hack.frob.com>
13351
d4ec6ae1
RM
13352 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13353 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13354 Versions files is now verboten.
13355 * hurd/Versions (libc: GLIBC_2.0):
13356 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13357 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13358 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13359 * mach/Versions: Likewise.
13360
098ad55c
RM
13361 * csu/Versions: Remove unused %include.
13362 * resolv/Versions: Likewise.
13363
acd7f096
JM
133642014-02-21 Joseph Myers <joseph@codesourcery.com>
13365
f0881698
JM
13366 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13367 ($(objpfx)check-local-headers.out): Likewise.
13368 ($(objpfx)begin-end-check.out): Likewise.
13369 * Makerules (check-abi-%.out): Likewise.
13370 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13371 ($(objpfx)test2.cat): Likewise.
13372 ($(objpfx)de/libc.cat): Likewise.
13373 ($(objpfx)test-gencat.out): Likewise.
13374 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13375 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13376 ($(objpfx)noload-mem): Likewise.
13377 ($(objpfx)tst-pathopt.out): Likewise.
13378 ($(objpfx)tst-rtld-load-self.out): Likewise.
13379 ($(objpfx)tst-array1-cmp.out): Likewise.
13380 ($(objpfx)tst-array1-static-cmp.out): Likewise.
13381 ($(objpfx)tst-array2-cmp.out): Likewise.
13382 ($(objpfx)tst-array3-cmp.out): Likewise.
13383 ($(objpfx)tst-array4-cmp.out): Likewise.
13384 ($(objpfx)tst-array5-cmp.out): Likewise.
13385 ($(objpfx)tst-array5-static-cmp.out): Likewise.
13386 ($(objpfx)check-textrel.out): Likewise.
13387 ($(objpfx)check-execstack.out): Likewise.
13388 ($(objpfx)check-localplt.out): Likewise.
13389 ($(objpfx)order2-cmp.out): Likewise.
13390 ($(objpfx)tst-leaks1-mem): Likewise.
13391 ($(objpfx)tst-leaks1-static-mem): Likewise.
13392 ($(objpfx)tst-initorder-cmp.out): Likewise.
13393 ($(objpfx)tst-initorder2-cmp.out): Likewise.
13394 ($(objpfx)tst-unused-dep.out): Likewise.
13395 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13396 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13397 * iconv/Makefile (test-iconvconfig): Likewise.
13398 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13399 ($(objpfx)iconv-test.out): Likewise.
13400 ($(objpfx)tst-tables.out): Likewise.
13401 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13402 ($(objpfx)tst-gettext.out): Likewise.
13403 ($(objpfx)tst-translit.out): Likewise.
13404 ($(objpfx)tst-gettext2.out): Likewise.
13405 ($(objpfx)tst-gettext4.out): Likewise.
13406 ($(objpfx)tst-gettext6.out): Likewise.
13407 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13408 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13409 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13410 ($(objpfx)tst-fopenloc-mem.out): Likewise.
13411 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13412 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13413 * posix/Makefile ($(objpfx)globtest.out): Likewise.
13414 ($(objpfx)wordexp-tst.out): Likewise.
13415 ($(objpfx)annexc.out): Likewise.
13416 ($(objpfx)tst-fnmatch-mem): Likewise.
13417 ($(objpfx)bug-regex2-mem): Likewise.
13418 ($(objpfx)bug-regex14-mem): Likewise.
13419 ($(objpfx)bug-regex21-mem): Likewise.
13420 ($(objpfx)bug-regex31-mem): Likewise.
13421 ($(objpfx)tst-vfork3-mem): Likewise.
13422 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13423 ($(objpfx)tst-pcre-mem): Likewise.
13424 ($(objpfx)tst-boost-mem): Likewise.
13425 ($(objpfx)tst-getconf.out): Likewise.
13426 ($(objpfx)bug-ga2-mem): Likewise.
13427 ($(objpfx)bug-glob2-mem): Likewise.
13428 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13429 ($(objpfx)mtrace-tst-leaks2): Likewise.
13430 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13431 ($(objpfx)tst-printf.out): Likewise.
13432 ($(objpfx)tst-setvbuf1.out): Likewise.
13433 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13434 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13435 ($(objpfx)tst-fmtmsg.out): Likewise.
13436 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13437 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13438
acd7f096
JM
13439 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13440 * bits/sigaction.h [__USE_MISC]: Likewise.
13441 * bits/waitstatus.h: Update #endif comments.
13442 * ctype/ctype.h: Likewise.
13443 * dirent/dirent.h: Likewise.
13444 [__USE_MISC]: Remove redundant conditionals.
13445 * grp/grp.h: Update #endif comments.
13446 [__USE_GNU]: Remove redundant conditionals.
13447 [__USE_MISC]: Likewise.
13448 * inet/netinet/in.h [__USE_GNU]: Likewise.
13449 * io/sys/stat.h [__USE_MISC]: Likewise.
13450 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13451 * libio/bits/stdio.h: Update #endif comments.
13452 [__USE_MISC]: Remove redundant conditionals.
13453 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13454 * libio/stdio.h: Update #endif comments.
13455 [__USE_MISC]: Remove redundant conditionals.
13456 * math/bits/math-finite.h [__USE_MISC]: Likewise.
13457 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13458 * math/math.h: Update #else and #endif comments.
13459 [__USE_MISC]: Remove redundant conditionals.
13460 * misc/sys/uio.h: Update #endif comments.
13461 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13462 * posix/glob.h [__USE_MISC]: Likewise.
13463 * posix/sys/types.h: Update #endif comments.
13464 [__USE_MISC]: Remove redundant conditionals.
13465 * posix/sys/wait.h: Update #endif comments.
13466 [__USE_MISC]: Remove redundant conditionals.
13467 * posix/unistd.h: Update #endif comments.
13468 [__USE_MISC]: Remove redundant conditionals.
13469 * pwd/pwd.h [__USE_GNU]: Likewise.
13470 [__USE_MISC]: Likewise.
13471 * resolv/netdb.h [__USE_GNU]: Likewise.
13472 * signal/signal.h: Update #endif comments.
13473 [__USE_MISC]: Remove redundant conditionals.
13474 * stdlib/stdlib.h: Update #else and #endif comments.
13475 [__USE_MISC]: Remove redundant conditionals.
13476 [__USE_GNU]: Likewise.
13477 * string/bits/string2.h [__USE_MISC]: Likewise.
13478 * string/string.h: Update #endif comments.
13479 [__USE_MISC]: Remove redundant conditionals.
13480 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13481 Likewise.
13482 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13483 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13484 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13485 Likewise.
13486 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13487 Likewise.
13488 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13489 comments.
13490 [__USE_MISC]: Remove redundant conditionals.
13491 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13492 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13493 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13494 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13495 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13496 Likewise.
13497 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13498 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13499 Likewise.
13500 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13501 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13502 Likewise.
13503 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13504 Likewise.
13505 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13506 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13507 Likewise.
13508 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13509 Likewise.
13510 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13511 * sysdeps/x86/bits/string.h: Update #endif comments.
13512 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
13513 conditionals.
13514 * time/sys/time.h: Update #endif comments.
13515 * time/time.h: Likewise.
13516 [__USE_MISC]: Remove redundant conditionals.
13517
a5d82e4e
YG
135182014-02-21 Yury Gribov <y.gribov@samsung.com>
13519
13520 [BZ #16600]
13521 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
13522
9a80491d
AS
135232014-02-21 Andreas Schwab <schwab@linux-m68k.org>
13524
13525 * Versions.def (librt): Add GLIBC_2.17.
13526
105fa381
AC
135272014-02-21 Adam Conrad <adconrad@0c3.net>
13528
13529 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
13530 synonym for _SYS_AUXV_H to allow direct inclusion.
13531 * sysdeps/sparc/bits/hwcap.h: Likewise.
13532 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
13533 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
13534 * sysdeps/sparc/sysdep.h: Likewise.
13535
b8cd1c4e
SP
135362014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
13537
13538 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
13539
bd939d23
RS
135402014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13541
13542 * benchtests/bench-strrchr.c: Print length instead of position.
13543
5d7b57ca
JM
135442014-02-20 Joseph Myers <joseph@codesourcery.com>
13545
bc688c10
JM
13546 [BZ #16611]
13547 * sysdeps/unix/sysv/linux/kernel-features.h
13548 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
13549 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
13550 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
13551 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
13552 Likewise.
13553 [__i386__ || __powerpc__ || __sh__ || __sparc__]
13554 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13555 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
13556 (__ASSUME_SENDMMSG): Define instead of using previous
13557 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
13558 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13559 (__ASSUME_SENDMMSG_SYSCALL): Define.
13560 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13561 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
13562 Likewise.
13563 * sysdeps/unix/sysv/linux/arm/kernel-features.h
13564 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13565 Likewise.
13566 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13567 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13568 Likewise.
13569 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
13570 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13571 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13572 [__ASSUME_SENDMMSG]: Change conditionals to
13573 [__ASSUME_SENDMMSG_SOCKETCALL].
13574 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13575 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
13576 Define.
13577 * sysdeps/unix/sysv/linux/mips/kernel-features.h
13578 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
13579 Likewise.
13580 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
13581 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13582 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13583 [!__ASSUME_SENDMMSG]: Change conditional to
13584 [!__ASSUME_SENDMMSG_SOCKETCALL].
13585 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13586 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13587 Define.
13588
0e31b18c
JM
13589 [BZ #16610]
13590 * sysdeps/unix/sysv/linux/kernel-features.h
13591 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
13592 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
13593 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
13594 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
13595 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
13596 [__i386__ || __sparc__]
13597 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13598 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
13599 (__ASSUME_RECVMMSG): Define instead of using previous
13600 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
13601 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13602 (__ASSUME_RECVMMSG_SYSCALL): Define.
13603 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13604 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13605 Likewise.
13606 * sysdeps/unix/sysv/linux/arm/kernel-features.h
13607 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13608 Likewise.
13609 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13610 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13611 Likewise.
13612 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
13613 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13614 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13615 [__ASSUME_RECVMMSG]: Change condition to
13616 [__ASSUME_RECVMMSG_SOCKETCALL].
13617 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13618 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13619 Define.
13620 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13621 * sysdeps/unix/sysv/linux/mips/kernel-features.h
13622 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13623 Likewise.
13624 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
13625 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13626 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13627 [!__ASSUME_RECVMMSG]: Change condition to
13628 [!__ASSUME_RECVMMSG_SOCKETCALL].
13629 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13630 (__ASSUME_RECVMMSG_SYSCALL): Define.
13631
dd481ccf
JM
13632 [BZ #16609]
13633 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
13634 __powerpc__ || __s390__ || __sh__ || __sparc__]
13635 (__ASSUME_SOCKETCALL): Define.
13636 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
13637 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
13638 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
13639 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
13640 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13641 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
13642 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
13643 (__ASSUME_ACCEPT4): Define instead of using previous
13644 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
13645 __powerpc__ || __sparc__ || __s390__)] condition.
13646 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13647 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13648 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
13649 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13650 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13651 [!__ASSUME_ACCEPT4]: Change condition to
13652 [!__ASSUME_ACCEPT4_SOCKETCALL].
13653 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13654 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
13655 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
13656 * sysdeps/unix/sysv/linux/arm/kernel-features.h
13657 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
13658 __ASSUME_ACCEPT4_SYSCALL.
13659 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
13660 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
13661 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13662 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
13663 __ASSUME_ACCEPT4_SYSCALL.
13664 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
13665 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13666 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13667 [__ASSUME_ACCEPT4]: Change condition to
13668 [__ASSUME_ACCEPT4_SOCKETCALL].
13669 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13670 (__ASSUME_SOCKETCALL): Define.
13671 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
13672 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13673 (__ASSUME_SOCKETCALL): Define.
13674 (__ASSUME_ACCEPT4): Remove.
13675 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
13676 Define.
13677 * sysdeps/unix/sysv/linux/mips/kernel-features.h
13678 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
13679 Likewise.
13680 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13681 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13682
5d7b57ca
JM
13683 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
13684 macro.
13685 (HWCAP_ARM_LPAE): Likewise.
13686 (HWCAP_ARM_EVTSTRM): Likewise.
13687 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
13688 Add vpfd32, lpae and evtstrm.
13689 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
13690 Increase to 22.
13691
63689d61
JM
136922014-02-19 Joseph Myers <joseph@codesourcery.com>
13693
13694 * math/auto-libm-test-in: Add tests of clog10.
13695 * math/auto-libm-test-out: Regenerated.
13696 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
13697 * sysdeps/i386/fpu/libm-test-ulps: Update.
13698 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13699
ab09bf61
AS
137002014-02-18 Andreas Schwab <schwab@suse.de>
13701
13702 [BZ #16574]
13703 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
13704 Store non-zero if the second buffer was newly allocated.
13705 (send_dg): Likewise.
13706 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
13707 to send_vc and send_dg.
13708 (res_nsend): Pass NULL for ansp2_malloced.
13709 * resolv/res_query.c (__libc_res_nquery): Add parameter
13710 answerp2_malloced and pass it down to __libc_res_nsend.
13711 (res_nquery): Pass additional NULL to __libc_res_nquery.
13712 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
13713 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
13714 second answer buffer if answerp2_malloced was set.
13715 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
13716 (__libc_res_nquerydomain): Add parameter
13717 answerp2_malloced and pass it down to __libc_res_nquery.
13718 (res_nquerydomain): Pass additional NULL to
13719 __libc_res_nquerydomain.
13720 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
13721 additional NULL to __libc_res_nsend and __libc_res_nquery.
13722 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
13723 additional NULL to __libc_res_nsearch.
13724 (_nss_dns_gethostbyname4_r): Revert last change. Use new
13725 parameter of __libc_res_nsearch to check for separately allocated
13726 second buffer.
13727 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
13728 __libc_res_nquery.
13729 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
13730 additional NULL to __libc_res_nquery.
13731 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
13732 __libc_res_nsearch.
13733 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
13734 * include/resolv.h: Update prototypes of __libc_res_nquery,
13735 __libc_res_nsearch, __libc_res_nsend.
13736
a4fb7861
JM
137372014-02-18 Joseph Myers <joseph@codesourcery.com>
13738
c6af2d89
JM
13739 * math/auto-libm-test-in: Add tests of fma.
13740 * math/auto-libm-test-out: Regenerated.
13741 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
13742 (fma_towardzero_test_data): Likewise.
13743 (fma_downward_test_data): Likewise.
13744 (fma_upward_test_data): Likewise.
13745 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
13746 mpc_mode.
13747 (rounding_modes): Add values for new field.
13748 (func_calc_method): Add value mpfr_fff_f.
13749 (func_calc_desc): Add mpfr_fff_f union field.
13750 (test_function): Add field exact_args.
13751 (FUNC): Add macro argument EXACT_ARGS.
13752 (FUNC_mpfr_f_f): Update call to FUNC.
13753 (FUNC_mpfr_f_f): Likewise.
13754 (FUNC_mpfr_ff_f): Likewise.
13755 (FUNC_mpfr_if_f): Likewise.
13756 (FUNC_mpc_c_f): Likewise.
13757 (FUNC_mpc_c_c): Likewise.
13758 (test_functions): Add fma. Update calls to FUNC.
13759 (handle_input_arg): Add argument exact_args.
13760 (add_test): Update call to handle_input_arg.
13761 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
13762 (output_for_one_input_case): Update call to calc_generic_results.
13763 Recalculate exact zero results in each rounding mode.
13764
a4fb7861
JM
13765 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
13766 non-negative before setting low bit.
13767 * math/auto-libm-test-in: Mark one asin test possibly having
13768 spurious underflow.
13769 * math/auto-libm-test-out: Regenerated.
13770 * sysdeps/i386/fpu/libm-test-ulps: Update.
13771 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13772
ef114eaf
DH
137732014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
13774
2b7f4f2c
SP
13775 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
13776 * sysdeps/unix/sysv/linux/microblaze: Move directory from
13777 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
13778 * README: Add missing listing for microblaze*-*-linux-gnu.
13779
8125aedc
AM
137802014-02-16 Ondřej Bílka <neleai@seznam.cz>
13781
13782 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
13783 duplicate code
13784
c70a4b1d
MF
137852014-02-16 Mike Frysinger <vapier@gentoo.org>
13786
13787 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
13788 * sysdeps/unix/sysv/linux/ia64: Move directory from
13789 ports/sysdeps/unix/sysv/linux/ia64.
13790 * README: Update listing for ia64-*-linux-gnu.
13791
591aeaf7
TD
137922014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
13793 Joseph Myers <joseph@codesourcery.com>
13794
13795 * Makeconfig (test-name): New variable.
13796 (evaluate-test): Likewise.
13797 * Makerules (do-test-clean): Remove .test-result files.
13798 (common-mostlyclean): Likewise.
13799 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
13800 * scripts/evaluate-test.sh: New file.
13801
6e89caf1
JM
138022014-02-14 Joseph Myers <joseph@codesourcery.com>
13803
7f98f180
JM
13804 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
13805 separate $(objpfx)tst-fopenloc-cmp.out and
13806 $(objpfx)tst-fopenloc-mem.out targets.
13807 (tests): Update dependencies.
13808 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
13809 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
13810 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
13811 (tst-rxspencer-no-utf8-ARGS): New variable.
13812 (tst-rxspencer-no-utf8-ENV): Likewise.
13813 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
13814 instead of $(objpfx)tst-rxspencer-mem.
13815 ($(objpfx)tst-rxspencer-mem): Change target to
13816 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
13817 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
13818 * posix/tst-rxspencer-no-utf8.c: New file.
13819
6e89caf1
JM
13820 * elf/Makefile ($(objpfx)order.out): Remove rule.
13821 [$(run-built-tests) = yes] (tests): Depend on
13822 $(objpfx)order-cmp.out.
13823 ($(objpfx)order-cmp.out): New rule.
13824 [$(run-built-tests) = yes] (tests): Depend on
13825 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
13826 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
13827 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
13828 $(objpfx)tst-array5-static-cmp.out.
13829 ($(objpfx)tst-array1.out): Remove rule.
13830 ($(objpfx)tst-array1-cmp.out): New rule.
13831 ($(objpfx)tst-array1-static.out): Remove rule.
13832 ($(objpfx)tst-array1-static-cmp.out): New rule.
13833 ($(objpfx)tst-array2.out): Remove rule.
13834 ($(objpfx)tst-array2-cmp.out): New rule.
13835 ($(objpfx)tst-array3.out): Remove rule.
13836 ($(objpfx)tst-array3-cmp.out): New rule.
13837 ($(objpfx)tst-array4.out): Remove rule.
13838 ($(objpfx)tst-array4-cmp.out): New rule.
13839 ($(objpfx)tst-array5.out): Remove rule.
13840 ($(objpfx)tst-array5-cmp.out): New rule.
13841 ($(objpfx)tst-array5-static.out): Remove rule.
13842 ($(objpfx)tst-array5-static-cmp.out): New rule.
13843 [$(run-built-tests) = yes] (tests): Depend on
13844 $(objpfx)order2-cmp.out.
13845 ($(objpfx)order2.out): Remove rule.
13846 ($(objpfx)order2-cmp.out): New rule.
13847 ($(objpfx)tst-initorder.out): Remove rule.
13848 [$(run-built-tests) = yes] (tests): Depend on
13849 $(objpfx)tst-initorder-cmp.out.
13850 ($(objpfx)tst-initorder-cmp.out): New rule.
13851 ($(objpfx)tst-initorder2.out): Remove rule.
13852 [$(run-built-tests) = yes] (tests): Depend on
13853 $(objpfx)tst-initorder2-cmp.out.
13854 ($(objpfx)tst-initorder2-cmp.out): New rule.
13855 [$(run-built-tests) = yes] (tests): Depend on
13856 $(objpfx)tst-unused-dep-cmp.out.
13857 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
13858 ($(objpfx)tst-unused-dep-cmp.out): New rule.
13859 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
13860 on $(objpfx)tst-setvbuf1-cmp.out.
13861 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
13862 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
13863 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
13864 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
13865 ($(objpfx)tst-svc.out): Remove rule.
13866 ($(objpfx)tst-svc-cmp.out): New rule.
13867
ed9a38e2
JM
138682014-02-13 Joseph Myers <joseph@codesourcery.com>
13869
13870 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
13871 * ctype/ctype.h [__USE_MISC]: Likewise.
13872 * dirent/dirent.h [__USE_MISC]: Likewise.
13873 * grp/grp.h [__USE_MISC]: Likewise.
13874 * io/fcntl.h [__USE_MISC]: Likewise.
13875 * io/sys/stat.h [__USE_MISC]: Likewise.
13876 * libio/stdio.h [__USE_MISC]: Likewise.
13877 * posix/unistd.h [__USE_MISC]: Likewise.
13878 * pwd/pwd.h [__USE_MISC]: Likewise.
13879 * stdlib.h [__USE_MISC]: Likewise.
13880 * string/bits/string2.h [__USE_MISC]: Likewise.
13881 * string/string.h [__USE_MISC]: Likewise.
13882 * time/time.h [__USE_MISC]: Likewise.
13883
d6680619
AS
138842014-02-13 Andreas Schwab <schwab@suse.de>
13885
13886 [BZ #16574]
13887 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
13888 second answer buffer if it was separately allocated.
13889
ace614b8
JM
138902014-02-12 Joseph Myers <joseph@codesourcery.com>
13891
743151ae
JM
13892 * sysdeps/mips/math-tests.h: Include <features.h>.
13893 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
13894 (ROUNDING_TESTS_long_double): Do not define.
13895 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
13896 (EXCEPTION_TESTS_long_double): Likewise.
13897 * sysdeps/mips/mips64/libm-test-ulps: Update.
13898
498afc54
JM
13899 * include/features.h (__USE_BSD): Remove macro definitions.
13900 (__USE_SVID): Likewise.
13901 (_BSD_SOURCE): Likewise.
13902 (_SVID_SOURCE): Likewise.
13903 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
13904 from definition of _DEFAULT_SOURCE.
13905 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
13906 [_DEFAULT_SOURCE].
13907 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
13908 * bits/mman.h [__USE_BSD]: Likewise.
13909 * bits/termios.h [__USE_BSD]: Likewise.
13910 * bits/waitstatus.h [__USE_BSD]: Likewise.
13911 * ctype/ctype.h [__USE_SVID]: Likewise.
13912 * dirent/dirent.h [__USE_BSD]: Likewise.
13913 * grp/grp.h [__USE_SVID]: Likewise.
13914 [__USE_BSD]: Likewise.
13915 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
13916 * io/fcntl.h [__USE_BSD]: Likewise.
13917 * io/ftw.h [__USE_BSD]: Likewise.
13918 * io/sys/stat.h [__USE_BSD]: Likewise.
13919 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
13920 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
13921 * libio/stdio.h [__USE_SVID]: Likewise.
13922 [__USE_BSD]: Likewise.
13923 * math/math.h [__USE_SVID]: Likewise.
13924 [__USE_BSD]: Likewise.
13925 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
13926 * misc/bits/syslog.h [__USE_BSD]: Likewise.
13927 * misc/search.h [__USE_SVID]: Likewise.
13928 * misc/sys/mman.h [__USE_BSD]: Likewise.
13929 * misc/sys/syslog.h [__USE_BSD]: Likewise.
13930 * misc/sys/uio.h [__USE_BSD]: Likewise.
13931 * posix/bits/unistd.h [__USE_BSD]: Likewise.
13932 * posix/glob.h [__USE_BSD]: Likewise.
13933 * posix/regex.h [__USE_BSD]: Likewise.
13934 * posix/sys/types.h [__USE_BSD]: Likewise.
13935 [__USE_SVID]: Likewise.
13936 * posix/sys/utsname.h [__USE_SVID]: Likewise.
13937 * posix/sys/wait.h [__USE_BSD]: Likewise.
13938 [__USE_SVID]: Likewise.
13939 * posix/unistd.h [__USE_BSD]: Likewise.
13940 [__USE_SVID]: Likewise.
13941 * pwd/pwd.h [__USE_SVID]: Likewise.
13942 * resolv/netdb.h [__USE_BSD]: Likewise.
13943 * setjmp/setjmp.h [__USE_BSD]: Likewise.
13944 * signal/signal.h [__USE_BSD]: Likewise.
13945 [__USE_SVID]: Likewise.
13946 * socket/sys/socket.h [__USE_BSD]: Likewise.
13947 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
13948 * stdlib/stdlib.h [__USE_BSD]: Likewise.
13949 [__USE_SVID]: Likewise.
13950 * string/bits/string2.h [__USE_BSD]: Likewise.
13951 [__USE_SVID]: Likewise.
13952 * string/bits/string3.h [__USE_BSD]: Likewise.
13953 * string/endian.h [__USE_BSD]: Likewise.
13954 * string/string.h [__USE_SVID]: Likewise.
13955 [__USE_BSD]: Likewise.
13956 * string/strings.h [__USE_BSD]: Likewise.
13957 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
13958 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
13959 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
13960 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
13961 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
13962 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
13963 Likewise.
13964 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
13965 Likewise.
13966 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
13967 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
13968 Likewise.
13969 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
13970 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
13971 Likewise.
13972 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
13973 Likewise.
13974 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
13975 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
13976 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
13977 Likewise.
13978 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
13979 Likewise.
13980 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
13981 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
13982 * termios/termios.h [__USE_BSD]: Likewise.
13983 * time/sys/time.h [__USE_BSD]: Likewise.
13984 * time/time.h [__USE_BSD]: Likewise.
13985 [__USE_SVID]: Likewise.
13986
dd7b064c
JM
13987 * Makefile (subdir_targets): Remove subdir_lint.out.
13988
a2c4c199
JM
13989 * stdio-common/Makefile (do-tst-unbputc): Remove target.
13990 (do-tst-printf): Likewise.
13991 (tests): Depend directly on $(objpfx)tst-unbputc.out and
13992 $(objpfx)tst-printf.out.
13993
8756f740
JM
13994 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
13995
1b6dd3f1
JM
13996 * Makerules (check-abi-%): Change target to
13997 $(objpfx)check-abi-%.out.
13998 (check-abi target): Update dependencies.
13999 (check-abi-pattern variable): Redirect output of diff to $@.
14000 (check-abi variable): Likewise.
14001 * elf/Makefile (check-abi): Update dependencies.
14002
ace614b8
JM
14003 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14004 unused.
14005 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14006 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14007 subnormal range.
14008 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14009 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14010 value has largest subnormal exponent.
14011 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14012 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14013 * sysdeps/aarch64/soft-fp/sfp-machine.h
14014 (_FP_TININESS_AFTER_ROUNDING): New macro.
14015 * sysdeps/alpha/soft-fp/sfp-machine.h
14016 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14017 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14018 Likewise.
14019 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14020 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14021 * sysdeps/mips/soft-fp/sfp-machine.h
14022 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14023 * sysdeps/powerpc/soft-fp/sfp-machine.h
14024 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14025 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14026 Likewise.
14027 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14028 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14029 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14030 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14031 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14032 Likewise.
14033
fbfdf9cb
DAS
140342014-02-12 Dylan Alex Simon <dylan@dylex.net>
14035
14036 [BZ #16545]
14037 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14038 model 1.
14039
68b7efaa
RH
140402014-02-12 Richard Henderson <rth@redhat.com>
14041
c70a4b1d 14042 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
14043 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14044 * sysdeps/unix/sysv/linux/alpha: Move directory from
14045 ports/sysdeps/unix/sysv/linux/alpha.
14046 * README: Update listing for alpha-*-linux-gnu.
14047
cb4a2928
JM
140482014-02-11 Joseph Myers <joseph@codesourcery.com>
14049
c941736c
JM
14050 * include/features.h: Update comment documenting feature test
14051 macros.
14052 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
14053 _DEFAULT_SOURCE.
14054 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14055 (_SVID_SOURCE): Likewise.
14056 (_DEFAULT_SOURCE): Update description of default features.
14057 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14058 with _GNU_SOURCE.
14059 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14060 (S_ISVTX): Likewise.
14061 * manual/math.texi (Mathematical Constants): Likewise.
14062 * manual/signal.texi (Interrupted Primitives): Likewise.
14063 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14064 * math/test-matherr.c (_SVID_SOURCE): Do not define.
14065 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14066 Don't refer to _SVID_SOURCE in warning text.
14067
e8d8d7ec
JM
14068 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14069
cb4a2928
JM
14070 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14071 already defined.
14072 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14073 * sysdeps/mips/dl-lookup.c: Remove.
14074 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14075
7e6424e3
AK
140762014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
14077
14078 [BZ #16447]
14079 * math/auto-libm-test-in: Add testcase for expl.
14080 * math/auto-libm-test-out: Regenerate.
14081 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14082 calculation of unsafe.
14083 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14084
75eff3fe
MS
140852014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
14086
14087 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14088 * sysdeps/unix/sysv/linux/aarch64: Move directory from
14089 ports/sysdeps/unix/sysv/linux/aarch64.
14090 * README: Update listing for aarch64*-*-linux-gnu.
14091
d35f1e80
WN
140922014-02-11 Will Newton <will.newton@linaro.org>
14093
14094 * manual/probes.texi (Mathematical Function Probes): Use
14095 "triggered" instead of "hit".
14096
7b3436d4
WN
14097 * manual/probes.texi (Internal Probes): Add documentation
14098 of setjmp, longjmp and longjmp_target probes.
14099
b4f12ca3
WN
14100 * include/stap-probe.h: Add comment about probe argument
14101 format.
14102
c13a72b7
WN
14103 * malloc/mtrace.c (attribute_hidden): Remove unused macro
14104 definition. (tr_where, tr_freehook, tr_mallochook,
14105 tr_reallochook, tr_memalignhook): Use ANSI protoype.
14106
195b8165
DM
141072014-02-11 David S. Miller <davem@davemloft.net>
14108
14109 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14110 processing int_tests.
14111
2ad7600b
JM
141122014-02-10 Joseph Myers <joseph@codesourcery.com>
14113
14114 * sysdeps/mips: Move directory from ports/sysdeps/mips.
14115 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14116 * sysdeps/unix/sysv/linux/mips: Move directory from
14117 ports/sysdeps/unix/sysv/linux/mips.
14118 * README: Update listing for mips-*-linux-gnu and
14119 mips64-*-linux-gnu.
14120
73588a72
AS
141212014-02-10 Andreas Schwab <schwab@linux-m68k.org>
14122
14123 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14124 * sysdeps/unix/sysv/linux/m68k: Move directory from
14125 ports/sysdeps/unix/sysv/linux/m68k.
14126 * README: Update listing for m68k-*-linux-gnu.
14127
4372980f
CM
141282014-02-10 Chris Metcalf <cmetcalf@tilera.com>
14129
14130 * sysdeps/tile: Move directory from ports/sysdeps/tile.
14131 * sysdeps/unix/sysv/linux/generic: Move directory from
14132 ports/sysdeps/unix/sysv/linux/generic.
14133 * sysdeps/unix/sysv/linux/tile: Move directory from
14134 ports/sysdeps/unix/sysv/linux/tile.
14135 * README: Update listing for tile*-*-linux-gnu.
14136
a1ffb40e
OB
141372014-02-10 Ondřej Bílka <neleai@seznam.cz>
14138
57f41c40
AS
14139 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14140 __builtin_expect.
a1ffb40e
OB
14141 * benchtests/bench-memmem.c (simple_memmem): Likewise.
14142 * catgets/open_catalog.c (__open_catalog): Likewise.
14143 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14144 * debug/confstr_chk.c: Likewise.
14145 * debug/fread_chk.c (__fread_chk): Likewise.
14146 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14147 * debug/getgroups_chk.c: Likewise.
14148 * debug/mbsnrtowcs_chk.c: Likewise.
14149 * debug/mbsrtowcs_chk.c: Likewise.
14150 * debug/mbstowcs_chk.c: Likewise.
14151 * debug/memcpy_chk.c: Likewise.
14152 * debug/memmove_chk.c: Likewise.
14153 * debug/mempcpy_chk.c: Likewise.
14154 * debug/memset_chk.c: Likewise.
14155 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14156 * debug/strcat_chk.c (__strcat_chk): Likewise.
14157 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14158 * debug/strncat_chk.c (__strncat_chk): Likewise.
14159 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14160 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14161 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14162 * debug/wcpncpy_chk.c: Likewise.
14163 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14164 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14165 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14166 * debug/wcsncpy_chk.c: Likewise.
14167 * debug/wcsnrtombs_chk.c: Likewise.
14168 * debug/wcsrtombs_chk.c: Likewise.
14169 * debug/wcstombs_chk.c: Likewise.
14170 * debug/wmemcpy_chk.c: Likewise.
14171 * debug/wmemmove_chk.c: Likewise.
14172 * debug/wmempcpy_chk.c: Likewise.
14173 * debug/wmemset_chk.c: Likewise.
14174 * dirent/scandirat.c (SCANDIRAT): Likewise.
14175 * dlfcn/dladdr1.c (dladdr1): Likewise.
14176 * dlfcn/dladdr.c (dladdr): Likewise.
14177 * dlfcn/dlclose.c (dlclose_doit): Likewise.
14178 * dlfcn/dlerror.c (__dlerror): Likewise.
14179 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14180 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14181 * dlfcn/dlopen.c (dlopen_doit): Likewise.
14182 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14183 * dlfcn/dlsym.c (dlsym_doit): Likewise.
14184 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14185 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14186 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14187 Likewise.
14188 * elf/dl-conflict.c: Likewise.
14189 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14190 * elf/dl-dst.h: Likewise.
14191 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14192 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14193 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14194 * elf/dl-init.c (call_init, _dl_init): Likewise.
14195 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
14196 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14197 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14198 Likewise.
a1ffb40e
OB
14199 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14200 Likewise.
14201 * elf/dl-minimal.c (__libc_memalign): Likewise.
14202 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14203 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14204 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14205 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
14206 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14207 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
14208 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14209 * elf/dl-writev.h (_dl_writev): Likewise.
14210 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
14211 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14212 (dl_main): Likewise.
a1ffb40e
OB
14213 * elf/setup-vdso.h (setup_vdso): Likewise.
14214 * grp/compat-initgroups.c (compat_call): Likewise.
14215 * grp/fgetgrent.c (fgetgrent): Likewise.
14216 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14217 * grp/putgrent.c (putgrent): Likewise.
14218 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14219 Likewise.
14220 * hurd/hurdinit.c: Likewise.
14221 * iconvdata/8bit-gap.c (struct): Likewise.
14222 * iconvdata/ansi_x3.110.c : Likewise.
14223 * iconvdata/big5.c : Likewise.
14224 * iconvdata/big5hkscs.c : Likewise.
14225 * iconvdata/cp1255.c: Likewise.
14226 * iconvdata/cp1258.c : Likewise.
14227 * iconvdata/cp932.c : Likewise.
14228 * iconvdata/euc-cn.c: Likewise.
14229 * iconvdata/euc-jisx0213.c : Likewise.
14230 * iconvdata/euc-jp.c: Likewise.
14231 * iconvdata/euc-jp-ms.c : Likewise.
14232 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14233 * iconvdata/gb18030.c : Likewise.
14234 * iconvdata/gbbig5.c (const): Likewise.
14235 * iconvdata/gbgbk.c: Likewise.
14236 * iconvdata/gbk.c : Likewise.
14237 * iconvdata/ibm1364.c : Likewise.
14238 * iconvdata/ibm930.c : Likewise.
14239 * iconvdata/ibm932.c: Likewise.
14240 * iconvdata/ibm933.c : Likewise.
14241 * iconvdata/ibm935.c : Likewise.
14242 * iconvdata/ibm937.c : Likewise.
14243 * iconvdata/ibm939.c : Likewise.
14244 * iconvdata/ibm943.c: Likewise.
14245 * iconvdata/iso_11548-1.c: Likewise.
14246 * iconvdata/iso-2022-cn.c : Likewise.
14247 * iconvdata/iso-2022-cn-ext.c : Likewise.
14248 * iconvdata/iso-2022-jp-3.c: Likewise.
14249 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14250 * iconvdata/iso-2022-kr.c : Likewise.
14251 * iconvdata/iso646.c (gconv_end): Likewise.
14252 * iconvdata/iso_6937-2.c : Likewise.
14253 * iconvdata/iso_6937.c : Likewise.
14254 * iconvdata/iso8859-1.c: Likewise.
14255 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14256 * iconvdata/shift_jisx0213.c : Likewise.
14257 * iconvdata/sjis.c : Likewise.
14258 * iconvdata/t.61.c : Likewise.
14259 * iconvdata/tcvn5712-1.c : Likewise.
14260 * iconvdata/tscii.c: Likewise.
14261 * iconvdata/uhc.c : Likewise.
14262 * iconvdata/unicode.c (gconv_end): Likewise.
14263 * iconvdata/utf-16.c (gconv_end): Likewise.
14264 * iconvdata/utf-32.c (gconv_end): Likewise.
14265 * iconvdata/utf-7.c (base64): Likewise.
14266 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14267 * iconv/gconv_close.c (__gconv_close): Likewise.
14268 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
14269 * iconv/gconv_simple.c (internal_ucs4_loop_single)
14270 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14271 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14272 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14273 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
14274 * iconv/iconv.c (iconv): Likewise.
14275 * iconv/iconv_close.c: Likewise.
14276 * iconv/loop.c (SINGLE): Likewise.
14277 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14278 * include/atomic.h: Likewise.
14279 * inet/inet6_option.c (option_alloc): Likewise.
14280 * intl/bindtextdom.c (set_binding_values): Likewise.
14281 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14282 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14283 * intl/localealias.c (read_alias_file): Likewise.
14284 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
14285 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14286 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
14287 * libio/fmemopen.c (fmemopen): Likewise.
14288 * libio/iofgets.c (_IO_fgets): Likewise.
14289 * libio/iofgets_u.c (fgets_unlocked): Likewise.
14290 * libio/iofgetws.c (fgetws): Likewise.
14291 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14292 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
14293 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14294 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
14295 * locale/findlocale.c (_nl_find_locale): Likewise.
14296 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14297 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14298 Likewise.
14299 * locale/setlocale.c (setlocale): Likewise.
14300 * login/programs/pt_chown.c (main): Likewise.
14301 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14302 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
14303 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14304 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
14305 * math/e_exp2l.c: Likewise.
14306 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14307 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14308 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14309 * math/s_catan.c (__catan): Likewise.
14310 * math/s_catanf.c (__catanf): Likewise.
14311 * math/s_catanh.c (__catanh): Likewise.
14312 * math/s_catanhf.c (__catanhf): Likewise.
14313 * math/s_catanhl.c (__catanhl): Likewise.
14314 * math/s_catanl.c (__catanl): Likewise.
14315 * math/s_ccosh.c (__ccosh): Likewise.
14316 * math/s_ccoshf.c (__ccoshf): Likewise.
14317 * math/s_ccoshl.c (__ccoshl): Likewise.
14318 * math/s_cexp.c (__cexp): Likewise.
14319 * math/s_cexpf.c (__cexpf): Likewise.
14320 * math/s_cexpl.c (__cexpl): Likewise.
14321 * math/s_clog10.c (__clog10): Likewise.
14322 * math/s_clog10f.c (__clog10f): Likewise.
14323 * math/s_clog10l.c (__clog10l): Likewise.
14324 * math/s_clog.c (__clog): Likewise.
14325 * math/s_clogf.c (__clogf): Likewise.
14326 * math/s_clogl.c (__clogl): Likewise.
14327 * math/s_csin.c (__csin): Likewise.
14328 * math/s_csinf.c (__csinf): Likewise.
14329 * math/s_csinh.c (__csinh): Likewise.
14330 * math/s_csinhf.c (__csinhf): Likewise.
14331 * math/s_csinhl.c (__csinhl): Likewise.
14332 * math/s_csinl.c (__csinl): Likewise.
14333 * math/s_csqrt.c (__csqrt): Likewise.
14334 * math/s_csqrtf.c (__csqrtf): Likewise.
14335 * math/s_csqrtl.c (__csqrtl): Likewise.
14336 * math/s_ctan.c (__ctan): Likewise.
14337 * math/s_ctanf.c (__ctanf): Likewise.
14338 * math/s_ctanh.c (__ctanh): Likewise.
14339 * math/s_ctanhf.c (__ctanhf): Likewise.
14340 * math/s_ctanhl.c (__ctanhl): Likewise.
14341 * math/s_ctanl.c (__ctanl): Likewise.
14342 * math/w_pow.c: Likewise.
14343 * math/w_powf.c: Likewise.
14344 * math/w_powl.c: Likewise.
14345 * math/w_scalb.c (sysv_scalb): Likewise.
14346 * math/w_scalbf.c (sysv_scalbf): Likewise.
14347 * math/w_scalbl.c (sysv_scalbl): Likewise.
14348 * misc/error.c (error_tail): Likewise.
14349 * misc/pselect.c (__pselect): Likewise.
14350 * nis/nis_callback.c (__nis_create_callback): Likewise.
14351 * nis/nis_call.c (__nisfind_server): Likewise.
14352 * nis/nis_creategroup.c (nis_creategroup): Likewise.
14353 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14354 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14355 * nis/nis_getservlist.c (nis_getservlist): Likewise.
14356 * nis/nis_lookup.c (nis_lookup): Likewise.
14357 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
14358 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14359 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 14360 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
14361 * nis/nss_compat/compat-grp.c (getgrent_next_file)
14362 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14363 * nis/nss_compat/compat-initgroups.c (add_group)
14364 (internal_getgrent_r): Likewise.
14365 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14366 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14367 * nis/nss_compat/compat-spwd.c (getspent_next_file)
14368 (internal_getspnam_r): Likewise.
14369 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14370 (_nss_nis_getaliasbyname_r): Likewise.
14371 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14372 (_nss_nis_getntohost_r): Likewise.
14373 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14374 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14375 (_nss_nis_getgrgid_r): Likewise.
14376 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14377 (internal_nis_gethostent_r, internal_gethostbyname2_r)
14378 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14379 (_nss_nis_gethostbyname4_r): Likewise.
14380 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14381 (initgroups_netid): Likewise.
a1ffb40e 14382 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
14383 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14384 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14385 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14386 (_nss_nis_getprotobynumber_r): Likewise.
14387 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14388 (_nss_nis_getsecretkey): Likewise.
14389 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14390 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14391 (_nss_nis_getpwuid_r): Likewise.
14392 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14393 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14394 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14395 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14396 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14397 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
14398 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14399 Likewise.
57f41c40
AS
14400 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14401 (_nss_nisplus_getntohost_r): Likewise.
14402 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14403 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14404 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14405 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 14406 Likewise.
57f41c40
AS
14407 * nis/nss_nisplus/nisplus-initgroups.c
14408 (_nss_nisplus_initgroups_dyn): Likewise.
14409 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14410 (_nss_nisplus_getnetbyaddr_r): Likewise.
14411 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14412 (_nss_nisplus_getprotobynumber_r): Likewise.
14413 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14414 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
14415 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14416 Likewise.
57f41c40
AS
14417 * nis/nss_nisplus/nisplus-service.c
14418 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14419 (_nss_nisplus_getservbyport_r): Likewise.
14420 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14421 (_nss_nisplus_getspnam_r): Likewise.
14422 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14423 Likewise.
a1ffb40e
OB
14424 * nscd/aicache.c (addhstaiX): Likewise.
14425 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
14426 * nscd/connections.c (register_traced_file, send_ro_fd)
14427 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14428 (main_loop_epoll): Likewise.
a1ffb40e
OB
14429 * nscd/grpcache.c (addgrbyX): Likewise.
14430 * nscd/hstcache.c (addhstbyX): Likewise.
14431 * nscd/initgrcache.c (addinitgroupsX): Likewise.
14432 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
14433 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14434 (addinnetgrX): Likewise.
14435 * nscd/nscd-client.h (__nscd_acquire_maplock)
14436 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
14437 * nscd/nscd_getai.c (__nscd_getai): Likewise.
14438 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14439 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14440 Likewise.
14441 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14442 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
14443 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14444 (__nscd_get_map_ref): Likewise.
a1ffb40e 14445 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
14446 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14447 Likewise.
a1ffb40e
OB
14448 * nscd/pwdcache.c (addpwbyX): Likewise.
14449 * nscd/selinux.c (preserve_capabilities): Likewise.
14450 * nscd/servicescache.c (addservbyX): Likewise.
14451 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14452 * posix/fnmatch.c (fnmatch): Likewise.
14453 * posix/getopt.c (_getopt_internal_r): Likewise.
14454 * posix/glob.c (glob, glob_in_dir): Likewise.
14455 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
14456 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14457 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
14458 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14459 * resolv/res_init.c: Likewise.
14460 * resolv/res_mkquery.c (res_nmkquery): Likewise.
14461 * resolv/res_query.c (__libc_res_nquery): Likewise.
14462 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14463 Likewise.
14464 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14465 * stdio-common/perror.c (perror): Likewise.
14466 * stdio-common/printf_fp.c (___printf_fp): Likewise.
14467 * stdio-common/tmpnam.c (tmpnam): Likewise.
14468 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14469 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
14470 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14471 Likewise.
a1ffb40e
OB
14472 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14473 * stdlib/putenv.c (putenv): Likewise.
14474 * stdlib/setenv.c (__add_to_environ): Likewise.
14475 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14476 * stdlib/strtol_l.c (INTERNAL): Likewise.
14477 * string/memmem.c (memmem): Likewise.
14478 * string/strerror.c (strerror): Likewise.
14479 * string/strnlen.c (__strnlen): Likewise.
14480 * string/test-memmem.c (simple_memmem): Likewise.
14481 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14482 * sunrpc/pm_getport.c (__get_socket): Likewise.
14483 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14484 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
14485 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14486 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
14487 Likewise.
14488 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14489 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14490 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14491 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14492 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
14493 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14494 Likewise.
14495 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14496 Likewise.
a1ffb40e
OB
14497 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14498 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14499 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14500 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14501 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14502 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14503 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14504 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14505 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14506 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14507 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14508 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14509 Likewise.
14510 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14511 Likewise.
14512 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
14513 Likewise.
14514 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
14515 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14516 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
14517 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
14518 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
14519 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
14520 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
14521 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
14522 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
14523 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
14524 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
14525 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14526 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14527 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
14528 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
14529 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
14530 Likewise.
a1ffb40e
OB
14531 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
14532 Likewise.
14533 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
14534 Likewise.
14535 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
14536 Likewise.
14537 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14538 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14539 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
14540 Likewise.
14541 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
14542 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
14543 * sysdeps/posix/opendir.c (__opendirat): Likewise.
14544 * sysdeps/posix/sleep.c: Likewise.
14545 * sysdeps/posix/tempname.c: Likewise.
14546 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
14547 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
14548 Likewise.
57f41c40
AS
14549 * sysdeps/powerpc/powerpc32/dl-machine.h
14550 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
14551 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14552 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14553 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
14554 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
14555 Likewise.
14556 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
14557 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
14558 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14559 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
14560 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
14561 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
14562 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
14563 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
14564 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14565 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
14566 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
14567 (elf_machine_lazy_rel): Likewise.
a1ffb40e 14568 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
14569 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
14570 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
14571 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
14572 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
14573 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
14574 * sysdeps/unix/grantpt.c (grantpt): Likewise.
14575 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
14576 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
14577 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
14578 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14579 Likewise.
14580 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
14581 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
14582 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
14583 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
14584 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14585 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
14586 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
14587 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
14588 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14589 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
14590 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14591 Likewise.
14592 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
14593 (__posix_fallocate64_l64): Likewise.
14594 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
14595 (posix_fallocate): Likewise.
57f41c40
AS
14596 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
14597 Likewise.
a1ffb40e 14598 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
14599 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
14600 (getifaddrs_internal): Likewise.
a1ffb40e
OB
14601 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
14602 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
14603 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
14604 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
14605 * sysdeps/unix/sysv/linux/posix_fallocate64.c
14606 (__posix_fallocate64_l64): Likewise.
14607 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
14608 Likewise.
14609 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
14610 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
14611 (__get_clockfreq): Likewise.
a1ffb40e
OB
14612 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
14613 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
14614 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
14615 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14616 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14617 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
14618 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
14619 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
14620 Likewise.
14621 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
14622 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
14623 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
14624 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
14625 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
14626 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
14627 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
14628 Likewise.
14629 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
14630 (posix_fallocate): Likewise.
14631 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14632 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
14633 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
14634 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
14635 (elf_machine_rela, elf_machine_rela_relative)
14636 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
14637 * time/asctime.c (asctime_internal): Likewise.
14638 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
14639 * time/tzset.c (__tzset_parse_tz): Likewise.
14640 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14641 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
14642 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
14643 * wcsmbs/wcsmbsload.h: Likewise.
14644
f3d338c9
OB
14645 [BZ #15894]
14646 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
14647
57f41c40
AS
14648 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
14649 (arena_get2): Remove THREAD_STATS conditionals.
14650 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
14651 (__malloc_stats, int): Likewise.
bdfe308a 14652
d674667c
MF
146532014-02-08 Mike Frysinger <vapier@gentoo.org>
14654
14655 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
14656 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
14657
6349768c
MF
14658 * manual/setjmp.texi: Fix typos/grammar errors.
14659
0b7c7473
MF
14660 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
14661 Only return early when n is <= 0. Delete unused return statement.
14662
ac8cc9e3
MF
14663 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
14664 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
14665 * debug/tst-longjmp_chk3.c: New file.
14666
c5bb8e23
MF
14667 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
14668 (test_main): Replace code with set_fortify_handler call.
14669 * debug/test-strcpy_chk.c: Likewise.
14670 * debug/tst-chk1.c: Likewise.
14671 * debug/tst-longjmp_chk.c: Likewise.
14672 * test-skeleton.c: Include fcntl.h & paths.h
14673 (set_fortify_handler): Define.
14674
10444e42
MF
14675 * debug/tst-longjmp_chk.c: Add header comment and include
14676 ../test-skeleton.c.
14677 (do_test): Mark static.
14678 (TEST_FUNCTION): Define.
14679
1e805e8d
MF
14680 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
14681 (IP_PMTUDISC_INTERFACE): Likewise.
14682 (IP_MULTICAST_IF): Likewise.
14683 (IP_MULTICAST_TTL): Likewise.
14684 (IP_MULTICAST_LOOP): Likewise.
14685 (IP_ADD_MEMBERSHIP): Likewise.
14686 (IP_DROP_MEMBERSHIP): Likewise.
14687 (IP_UNBLOCK_SOURCE): Likewise.
14688 (IP_BLOCK_SOURCE): Likewise.
14689 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
14690 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
14691 (IP_MSFILTER): Likewise.
14692 (MCAST_JOIN_GROUP): Likewise.
14693 (MCAST_BLOCK_SOURCE): Likewise.
14694 (MCAST_UNBLOCK_SOURCE): Likewise.
14695 (MCAST_LEAVE_GROUP): Likewise.
14696 (MCAST_JOIN_SOURCE_GROUP): Likewise.
14697 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
14698 (MCAST_MSFILTER): Likewise.
14699 (IP_MULTICAST_ALL): Likewise.
14700 (IP_UNICAST_IF): Likewise.
14701
73f79bb7
MF
14702 * timezone/Makefile: Delete $(have-ksh) check.
14703 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
14704 * timezone/tzselect.ksh: Add +x mode bits.
14705
8da79b60
MF
14706 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
14707 (ANON_INODE_FS_MAGIC): Likewise.
14708 (BDEVFS_MAGIC): Likewise.
14709 (BINFMTFS_MAGIC): Likewise.
14710 (BTRFS_TEST_MAGIC): Likewise.
14711 (CRAMFS_MAGIC_WEND): Likewise.
14712 (DEBUGFS_MAGIC): Likewise.
14713 (ECRYPTFS_SUPER_MAGIC): Likewise.
14714 (EXT3_SUPER_MAGIC): Likewise.
14715 (EXT4_SUPER_MAGIC): Likewise.
14716 (FUTEXFS_SUPER_MAGIC): Likewise.
14717 (HOSTFS_SUPER_MAGIC): Likewise.
14718 (HUGETLBFS_MAGIC): Likewise.
14719 (MINIX3_SUPER_MAGIC): Likewise.
14720 (MTD_INODE_FS_MAGIC): Likewise.
14721 (NILFS_SUPER_MAGIC): Likewise.
14722 (OPENPROM_SUPER_MAGIC): Likewise.
14723 (PIPEFS_MAGIC): Likewise.
14724 (PSTOREFS_MAGIC): Likewise.
14725 (QNX6_SUPER_MAGIC): Likewise.
14726 (RAMFS_MAGIC): Likewise.
14727 (REISERFS_SUPER_MAGIC_STRING): Likewise.
14728 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
14729 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
14730 (SECURITYFS_MAGIC): Likewise.
14731 (SELINUX_MAGIC): Likewise.
14732 (SMACK_MAGIC): Likewise.
14733 (SOCKFS_MAGIC): Likewise.
14734 (SQUASHFS_MAGIC): Likewise.
14735 (STACK_END_MAGIC): Likewise.
14736 (TMPFS_MAGIC): Likewise.
14737 (USBDEVICE_SUPER_MAGIC): Likewise.
14738 (V9FS_MAGIC): Likewise.
14739 (XENFS_SUPER_MAGIC): Likewise.
14740 (CRAMFS_MAGIC): Fix typo in comment.
14741 (EXT2_SUPER_MAGIC): Update comment.
14742 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
14743
464263cc
JM
147442014-02-08 Joseph Myers <joseph@codesourcery.com>
14745
c6bfe5c4
JM
14746 * sysdeps/arm: Move directory from ports/sysdeps/arm.
14747 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
14748 * sysdeps/unix/sysv/linux/arm: Move directory from
14749 ports/sysdeps/unix/sysv/linux/arm.
14750 * README: Update listing for arm-*-linux-gnueabi.
14751
464263cc
JM
14752 * README: Remove mention of am33.
14753
32749f6c
RM
147542014-02-07 Roland McGrath <roland@hack.frob.com>
14755
14756 * bits/sigset.h (__sigemptyset): Use a statement expression rather
14757 than the comma operator, to avoid "rhs of comma has no effect"
14758 compiler warnings.
14759 (__sigfillset, __sigandset, __sigorset): Likewise.
14760 * include/signal.h (__sigemptyset): Likewise.
14761 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
14762
d5b396c1
AM
147632014-02-07 Allan McRae <allan@archlinux.org>
14764
14765 * version.h (RELEASE): Set to "development".
14766 (VERSION): Set to "2.19.90"
14767 * NEWS: Add 2.20 section.
14768
3bfff2ed
CD
147692014-02-06 Carlos O'Donell <carlos@redhat.com>
14770
14771 [BZ #16529]
14772 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
14773
ee7cc385
SP
147742014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
14775
14776 * manual/contrib.texi: Update entry for Carlos O'Donell,
14777 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
14778
f877c4f2
CD
147792014-02-05 Carlos O'Donell <carlos@rehdat.com>
14780
27e839f6
CD
14781 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
14782
f877c4f2
CD
14783 * sysdeps/unix/sysv/linux/kernel-features.h
14784 [__LINUX_KERNEL_VERSION >= 0x020621]
14785 (__ASSUME_PROC_PID_TASK_COMM): Define.
14786
68159946
SP
147872014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
14788
ba17cdbd
SP
14789 [BZ #16398]
14790 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
14791 conversion when destination buffer does not have enough space.
14792 * libio/tst-ftell-partial-wide.c: New test case.
14793 * libio/Makefile (tests): Add tst-ftell-partial-wide.
14794
68159946
SP
14795 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
14796 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
14797 Leonard and Allan McRae.
14798
2b528732
DM
147992014-02-04 David S. Miller <davem@davemloft.net>
14800
14801 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
14802 32-bit.
14803
0ff82463
AZ
148042014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14805
57f41c40
AS
14806 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
14807 New file
c01603f7
AZ
14808 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
14809 New file
57f41c40
AS
14810 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
14811 New file.
14812 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
14813 New file.
c01603f7
AZ
14814 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
14815 New file.
57f41c40
AS
14816 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
14817 New file.
14818 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
14819 New file.
c01603f7
AZ
14820 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
14821 New file.
14822 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
14823 New file.
14824 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
14825 New file.
14826 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
14827 New file.
14828 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
14829 New file.
14830 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
14831 New file.
14832
148332014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14834
0ff82463
AZ
14835 * nptl/shlib-versions: Change powerpc*le start to 2.17.
14836 * shlib-versions: Likewise.
14837
1695c773
AZ
148382014-02-04 Roland McGrath <roland@hack.frob.com>
14839 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14840
14841 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
14842 (abilist-pattern): New variable, set to %-le.abilist.
14843
14844 * Makerules (abilist-pattern): New variable.
14845 (vpath): Use $(abilist-pattern) in place of %.abilist.
14846 (check-abi-% pattern rule): Likewise.
14847 (check-abi, update-abi): Likewise.
14848
6c0ce4b4
EW
148492014-02-04 Eric Wong <normalperson@yhbt.net>
14850
14851 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14852
481e3524
CD
148532014-02-03 Carlos O'Donell <carlos@redhat.com>
14854
14855 * manual/startup.texi: Add next, previous, and top entries for
14856 the `Program Arguments' and `Environment Variables' nodes.
14857
375592d3
AO
148582014-02-03 Alexandre Oliva <aoliva@redhat.com>
14859
14860 * manual/macros.texi: Add comments before MTASC-safety macros.
14861
f54838ba
AO
14862 * manual/users.texi: Document MTASC-safety properties.
14863
57f41c40
AS
14864 * manual/threads.texi (pthread_key_create, pthread_key_delete)
14865 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
14866 @deftypefun, and add @safety note.
14867 * manual/signal.texi: Move comments that analyze the above
14868 functions to their home place.
14869
fd3daba4
AM
148702014-02-03 Allan McRae <allan@archlinux.org>
14871
14872 * po/sl.po: Update Slovenian translation from translation project.
14873
597636d7
AO
148742014-02-02 Alexandre Oliva <aoliva@redhat.com>
14875
14876 * manual/time.texi (timegm): Add missing blank after @c.
14877 Reported by Joseph Myers <joseph@codesourcery.com>.
14878
ee196e3c
AO
148792014-02-01 Alexandre Oliva <aoliva@redhat.com>
14880
14881 * manual/check-safety.sh: New.
14882 * manual/Makefile ($(objpfx)stamp-summary): Run it.
14883
f8d529d5
AO
14884 * manual/terminal.texi: Document MTASC-safety properties.
14885
de55fdf4
AO
14886 * manual/filesys.texi: Document MTASC-safety properties.
14887
c3299c08
AO
14888 * manual/errno.texi: Document MTASC-safety properties.
14889
06e90b14
AO
14890 * manual/intro.texi: Document safety identifiers and
14891 conditionals.
14892
1acd4371
AO
14893 * manual/string.texi (wcstok): Fix prototype.
14894 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
14895
23e5b8cb
AO
14896 * manual/time.texi: Document MTASC-safety properties.
14897
11087373
AO
14898 * manual/string.texi: Document MTASC-safety properties.
14899
5da2c93d
AO
14900 * manual/threads.texi: Document MTASC-safety properties.
14901
171e9210
AO
14902 * manual/stdio.texi: Document MTASC-safety properties.
14903
d9e02532
AO
14904 * manual/syslog.texi: Document MTASC-safety properties.
14905
6af8bab7
AO
14906 * manual/sysinfo.texi: Document MTASC-safety properties.
14907
663b02d7
AO
14908 * manual/startup.texi: Document MTASC-safety properties.
14909
973f180b
AO
14910 * manual/socket.texi: Document MTASC-safety properties.
14911
8f3c25c8
AO
14912 * manual/signal.texi: Document MTASC-safety properties.
14913
542210fb
AO
149142014-01-31 Alexandre Oliva <aoliva@redhat.com>
14915
14916 * manual/setjmp.texi: Document MTASC-safety properties.
14917
433c45a2
AO
14918 * manual/search.texi: Document MTASC-safety properties.
14919
c8ce789c
AO
14920 * manual/resource.texi: Document MTASC-safety properties.
14921
19f5d29c
AO
14922 * manual/process.texi: Document MTASC-safety properties.
14923
e2dfb7f4
AO
14924 * manual/platform.texi: Document MTASC-safety properties.
14925
8c1413f5
AO
14926 * manual/pipe.texi: Document MTASC-safety properties.
14927
03483ada
AO
14928 * manual/pattern.texi: Document MTASC-safety properties.
14929
29e7e2df
AO
14930 * manual/message.texi: Document MTASC-safety properties.
14931
9f529d7c
AO
14932 [BZ #12751]
14933 * manual/memory.texi: Document MTASC-safety properties.
14934
27aaa791
AO
14935 * manual/math.texi: Document MTASC-safety properties.
14936
f2d58726
AO
14937 * manual/locale.texi: Document MTASC-safety properties.
14938
2cc3615c
AO
14939 * manual/llio.texi: Document MTASC-safety properties.
14940
d9f0ec97
AO
14941 * manual/libdl.texi: New.
14942
e7c4409a
AO
14943 * manual/lang.texi: Document MTASC-safety properties.
14944
27bdc63c
AO
14945 * manual/job.texi: Document MTASC-safety properties.
14946
a7b90ea9
AO
14947 * manual/getopt.texi: Document MTASC-safety properties.
14948
c49130e3
AO
14949 * manual/ctype.texi: Document MTASC-safety properties.
14950
0d23a5c1
MR
149512014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
14952
14953 [BZ #16046]
14954 * csu/libc-tls.c (static_map): Remove variable.
14955 (__libc_setup_tls): Use main executable's link map for TLS data.
14956 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
14957 casing for LM_ID_BASE and GL(dl_nns).
14958 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
14959 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
14960 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
14961 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
14962 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
14963 member.
14964 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
14965 l_phnum members.
14966
0037bb60
AO
149672014-01-30 Alexandre Oliva <aoliva@redhat.com>
14968
14969 * manual/debug.texi: Document MTASC-safety properties.
14970
409e00bd
L
149712014-01-29 H.J. Lu <hongjiu.lu@intel.com>
14972
14973 [BZ #16510]
14974 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
14975 of __x86_64__ when disabling x87 inline functions.
14976
86e60666
AO
149772014-01-29 Alexandre Oliva <aoliva@redhat.com>
14978
14979 * manual/charset.texi: Document MTASC-safety properties.
14980
76167637
AO
14981 * manual/crypt.texi: Document MTASC-safety properties.
14982
e567f2a0
AO
14983 * manual/conf.texi: Document MTASC-safety properties.
14984
b719dafd
AO
14985 * manual/arith.texi: Document MTASC-safety properties.
14986
4a16c662
AO
14987 * manual/argp.texi: Document MTASC-safety properties.
14988
0a57b83e
AO
14989 * manual/macros.texi: Introduce macros to document multi
14990 thread, asynchronous signal and asynchronous cancellation
14991 safety properties.
14992 * manual/intro.texi: Introduce the properties themselves.
14993
feab2397
KK
149942014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14995
14996 * sysdeps/sh/sh4/Makefile: New file.
14997
1c0d11bc
AS
149982014-01-27 Andreas Schwab <schwab@linux-m68k.org>
14999
15000 * math/gen-libm-test.pl ($srcdir): New variable.
15001 ($auto_input): Use it.
15002
af37a8a3
SP
150032014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
15004
d7b00f98
SP
15005 [BZ #16506]
15006 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15007 access beyond array bounds when parsing netgroups file.
15008
af37a8a3
SP
15009 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15010 the old buffer before realloc.
15011
0c00f062
AM
150122014-01-27 Allan McRae <allan@archlinux.org>
15013
15014 * po/fr.po: Update French translation from translation project.
15015
7d69a1b0
KK
150162014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15017
15018 * sysdeps/sh/libm-test-ulps: Regenerate.
15019
6e697ff7
DM
150202014-01-24 David S. Miller <davem@davemloft.net>
15021
15022 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15023
9cadb35c
KK
150242014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15025
15026 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15027 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15028
5d41dadf
SP
150292013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
15030
15031 [BZ #16474]
15032 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15033 string pointers after reallocation.
15034
0bad441c
KK
150352014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15036
15037 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15038 __SH4A__ instead of __SH_FPU_ANY__.
15039
7007c661
KK
150402014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15041
15042 * sysdeps/sh/fpu_control.h: New file.
15043 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15044 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15045 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15046 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15047 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15048 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15049 * sysdeps/sh/sys/ucontext.h: Remove.
15050 * sysdeps/sh/sys: Remove directory.
15051
0f0c35e4
AK
150522014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15053
15054 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15055 s390/sys/ucontext.h.
15056 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15057 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15058
4959e284
L
150592014-01-20 H.J. Lu <hongjiu.lu@intel.com>
15060
15061 [BZ #15605]
15062 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15063
d98720e0
AZ
150642014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15065
15066 [BZ#16431]
15067 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15068 Adjust the vDSO correctly for internal calls.
15069 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15070
91cbd0bc
AM
150712014-01-20 Allan McRae <allan@archlinux.org>
15072
15073 * po/ca.po: Update Catalan translation from translation project.
15074
7a02cfad
MF
150752014-01-16 Mike Frysinger <vapier@gentoo.org>
15076
15077 * sysdeps/s390/sotruss-lib.c: New file.
15078
736c304a
AZ
150792014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15080
15081 [BZ#16430]
6e077ee5 15082 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
15083 (__GI___gettimeofday): Alias for a different internal symbol to avoid
15084 local calls issues by not having a PLT stub required for IFUNC calls.
15085 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15086
94d0cea0
JM
150872014-01-16 Joseph Myers <joseph@codesourcery.com>
15088
15089 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15090 * math/test-fpucw-static.c: Likewise.
15091
980cb518
SP
150922013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
15093
15094 [BZ #16453]
15095 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15096
2393fc01
AZ
150972014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15098
15099 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15100 implementation for powerpc.
15101
d359bcc2
OB
151022014-01-15 Ondřej Bílka <neleai@seznam.cz>
15103
15104 [BZ #14782]
15105 * sysdeps/posix/system.c (__libc_system): Do not enable
15106 asynchronous cancellation.
15107
7beb48cb
AK
151082014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15109
15110 [BZ #16427]
15111 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15112 handling only for numbers special also in the IEEE case.
15113
c20d5bf5
AK
151142014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15115
15116 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15117
e83bd4ee
AM
151182014-01-11 Allan McRae <allan@archlinux.org>
15119
76d0ea69
AM
15120 * po/bg.po: Update Bulgarian translation from translation project.
15121
e83bd4ee
AM
15122 * po/de.po: Update German translation from translation project.
15123
bc2ba20a
RM
151242014-01-10 Roland McGrath <roland@hack.frob.com>
15125
15126 * sysdeps/generic/gcc-compat.h: New file.
15127
649ecea2
SP
151282014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
15129
15130 * benchtests/asin-inputs: Correct slow inputs.
15131 * benchtests/acos-inputs: Likewise.
15132
1b19c006
AM
151332014-01-10 Allan McRae <allan@archlinux.org>
15134
a46dab08
AM
15135 * po:sv.po: Update Swedish translation from translation project.
15136
421df74a
AM
15137 * po/vi.po: Update Vietnamese translation from translation project.
15138
d61c51a7
AM
15139 * po/eo.po: Update Esperanto translation from translation project.
15140
0339a319
AM
15141 * po/cs.po: Update Czech translation from translation project.
15142
94ad3e99
AM
15143 * po/nl.po: Update Dutch translation from translation project.
15144
e349ca71
AM
15145 * po/pl.po: Update Polish translation from translation project.
15146
ddf930c1
AM
15147 * po/ru.po: Update Russian translation from translation project.
15148
1b19c006
AM
15149 * po/uk.po: Update Ukrainian translation from translation project.
15150
9f236c49
BM
151512014-01-08 Brooks Moses <bmoses@google.com>
15152
15153 * elf/dl-load.c: Fix comment typo.
15154
cd6701cf
CD
151552014-01-08 Carlos O'Donell <carlos@redhat.com>
15156
15157 * po/header.pot: Rename to...
15158 * po/pot.header: ... this.
15159 * po/Makefile: Use pot.header.
15160
66671c84
YK
151612014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
15162 Maxim Kuvyrkov <maxim@kugelworks.com>
15163
15164 [BZ #16394]
cd6701cf
CD
15165 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15166 SRC and DEST against LEN.
66671c84 15167
38f34581
AZ
151682014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15169
15170 [BZ #16414]
15171 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15172 implementation.
15173 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15174
151752014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
15176
15177 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15178
4c327f2a
JM
151792014-01-08 Joseph Myers <joseph@codesourcery.com>
15180
15181 [BZ #16408]
15182 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15183 for large positive arguments.
15184
b821f414
JM
151852014-01-07 Joseph Myers <joseph@codesourcery.com>
15186
1f0f2067
JM
15187 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15188
a5a326f6
JM
15189 * math/auto-libm-test-in: Mark various tests with
15190 xfail-rounding:ldbl-128ibm.
15191 * math/auto-libm-test-out: Regenerated.
15192
b821f414
JM
15193 [BZ #16407]
15194 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15195 Increase overflow threshold.
15196
94c8a4bc
OB
151972014-01-07 Ondřej Bílka <neleai@seznam.cz>
15198
15199 [BZ #14286]
15200 * stdio-common/vfprintf.c: Check for integer overflow.
15201
87ded0c3
AK
152022014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15203
15204 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15205 the first argument and return value of __tls_get_addr_internal.
15206
c5eebdd0
AK
152072014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15208
15209 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15210 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15211
05d138ef
AK
152122014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15213
15214 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15215 * sysdeps/s390/rtld-global-offsets.sym: New file.
15216 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15217 GLIBC_2.19 symbol.
15218 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15219 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15220 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15221 ... this.
15222 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15223 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15224 ... this.
15225 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15226 Regenerate.
15227 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15228 Regenerate.
15229 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15230 halfs of GPRs for high_gprs contexts.
15231 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15232 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
15233 field.
15234 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15235 uc_flags field.
15236 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15237 64 bit versions:
15238 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15239 for high GPRs (uc_high_gprs) and for future extensions
15240 (__reserved).
15241 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15242 for future extensions (__reserved).
15243 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15244 64 bit versions:
15245 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15246 SC_HIGHGPRS offset definition.
15247 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15248 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15249
93a45ff1
AK
15250 * Versions.def: Add GLIBC_2.19 for libpthread.
15251 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15252 siglongjmp for libpthread with GLIBC_2.19 symver.
15253 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15254 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15255 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15256 * sysdeps/s390/__longjmp.c: New file.
15257 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15258 * sysdeps/s390/longjmp.c: New file.
15259 * sysdeps/s390/setjmp.S: New file.
15260 * sysdeps/s390/sigjmp.S: New file.
15261 * sysdeps/s390/v1-longjmp.c: New file.
15262 * sysdeps/s390/v1-setjmp.h: New file.
15263 * sysdeps/s390/v1-sigjmp.c: New file.
15264 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15265 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15266 GLIBC_2.19 version.
15267 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15268 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15269 versioned symbols for ____longjmp_chk.
15270 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15271 Likewise.
15272 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15273 Regenerate.
15274 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15275 Regenerate.
15276 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15277 Regenerate.
15278 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15279 Regenerate.
15280 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15281 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15282 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15283 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15284 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15285 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15286 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15287 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15288 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15289 * sysdeps/s390/rtld-__longjmp.c: New file.
15290 * sysdeps/s390/rtld-setjmp.S: New file.
15291
eb3fc44b
JM
152922014-01-06 Joseph Myers <joseph@codesourcery.com>
15293
15294 [BZ #16400]
15295 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15296 Return -__logl (x) for small positive arguments without evaluating
15297 a polynomial.
15298
9341dde4
MF
152992014-01-06 Mike Frysinger <vapier@gentoo.org>
15300
15301 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15302 Rename to ...
15303 (__ptrace_peeksiginfo_args): ... this.
15304 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15305 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15306 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15307
4cff0293
AM
153082014-01-06 Allan McRae <allan@archlinux.org>
15309
15310 * inet/netinet/in.h: Fix typo in comment.
15311
75595dcf
AJ
153122014-01-05 Andreas Jaeger <aj@suse.de>
15313
15314 * sysdeps/i386/fpu/libm-test-ulps: Update.
15315
79c1e109
AM
153162014-01-05 Allan McRae <allan@archlinux.org>
15317
dd804818
AM
15318 * po/libc.pot: Regenerated.
15319
79c1e109
AM
15320 * malloc/memusagestat.c: Fix gettext call formatting.
15321
0c813d1f
SK
153222014-01-04 Sami Kerola <kerolasa@iki.fi>
15323
15324 * nscd/nscd.c: Improve usage() output.
15325
20f4a8d9
MF
153262014-01-04 Mike Frysinger <vapier@gentoo.org>
15327
15328 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15329 * sysdeps/unix/sysv/linux/configure: Regenerated.
15330 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15331 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15332
22562bb2
JM
153332014-01-03 Joseph Myers <joseph@codesourcery.com>
15334
15335 [BZ #16390]
15336 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15337 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15338
d7ad2d9b
AZ
153392014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15340
15341 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15342 extra tokens at end of #undef directive.
15343 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15344 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15345 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15346
7dd009d8
JM
153472014-01-03 Joseph Myers <joseph@codesourcery.com>
15348
24db925a
JM
15349 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15350
7dd009d8
JM
15351 * math/auto-libm-test-in: Mark various tests with
15352 xfail-rounding:ldbl-128ibm.
15353 * math/auto-libm-test-out: Regenerated.
15354
396e3ecf
JM
153552014-01-02 Joseph Myers <joseph@codesourcery.com>
15356
819e5d50
JM
15357 [BZ #16386]
15358 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15359 numbers with subnormal high part when calculating exponent.
15360
90b6a1e5
JM
15361 [BZ #16385]
15362 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15363 fabs.
15364
396e3ecf
JM
15365 [BZ #16384]
15366 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15367 M_LN2l.
15368 (__ieee754_acoshl): Use __log1pl not __log1p.
15369
6c8dbf00
OB
153702013-01-02 Ondřej Bílka <neleai@seznam.cz>
15371
57f41c40
AS
15372 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15373 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15374 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15375 (grow_heap, heap_trim, _int_new_arena, get_free_list)
15376 (reused_arena, arena_get2): Convert to GNU style.
15377 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15378 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15379 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 15380 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
15381 * malloc/malloc.c (__malloc_assert, malloc_init_state)
15382 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15383 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15384 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15385 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15386 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 15387 * malloc/malloc.h: Likewise.
57f41c40
AS
15388 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15389 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 15390 * malloc/mcheck.h: Likewise.
57f41c40
AS
15391 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15392 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
15393 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15394 * malloc/morecore.c (__default_morecore): Likewise.
15395 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
15396 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15397 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15398 (print_and_abort): Likewise.
6c8dbf00
OB
15399 * malloc/obstack.h: Likewise.
15400 * malloc/set-freeres.c (__libc_freeres): Likewise.
15401 * malloc/tst-mallocstate.c (main): Likewise.
15402 * malloc/tst-mtrace.c (main): Likewise.
15403 * malloc/tst-realloc.c (do_test): Likewise.
15404
d4124212
SP
154052013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
15406
9a3c6a6f
SP
15407 [BZ #16366]
15408 * nscd/netgroupcache.c (do_notfound): New function.
15409 (addgetnetgrentX): Use it.
15410
d4124212
SP
15411 [BZ # 16365]
15412 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15413 NSS_STATUS_NOTFOUND.
15414
97b9a009
JM
154152014-01-01 Joseph Myers <joseph@codesourcery.com>
15416
15417 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15418 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15419
d4697bc9
AM
154202014-01-01 Allan McRae <allan@archlinux.org>
15421
ddb3687f
AM
15422 * scripts/update-copyrights: Update configure input file suffix.
15423
88726d48
AM
15424 * NEWS: Update copyright year.
15425 * catgets/gencat.c: Likewise.
15426 * csu/version.c: Likewise.
15427 * debug/catchsegv.sh: Likewise.
15428 * debug/pcprofiledump.c: Likewise.
15429 * debug/xtrace.sh: Likewise.
15430 * elf/ldconfig.c: Likewise.
15431 * elf/ldd.bash.in: Likewise.
15432 * elf/pldd.c: Likewise.
15433 * elf/sotruss.ksh: Likewise.
15434 * elf/sprof.c: Likewise.
15435 * iconv/iconv_prog.c: Likewise.
15436 * iconv/iconvconfig.c: Likewise.
15437 * locale/programs/locale.c: Likewise.
15438 * locale/programs/localedef.c: Likewise.
15439 * login/programs/pt_chown.c: Likewise.
15440 * malloc/memusage.sh: Likewise.
15441 * malloc/memusagestat.c: Likewise.
15442 * malloc/mtrace.pl: Likewise.
15443 * manual/libc.texinfo: Likewise.
15444 * nscd/nscd.c: Likewise.
15445 * nss/getent.c: Likewise.
15446 * nss/makedb.c: Likewise.
15447 * posix/getconf.c: Likewise.
15448 * scripts/test-installation.pl: Likewise.
15449
d4697bc9
AM
15450 * All files with FSF copyright notices: Update copyright dates
15451 using scripts/update-copyrights.
15452 * intl/plural.c: Regenerated.
15453 * locale/programs/charmap-kw.h: Likewise.
15454 * locale/programs/locfile-kw.h: Likewise.
15455
c8590f9d
MF
154562013-12-31 Mike Frysinger <vapier@gentoo.org>
15457
15458 * sysdeps/unix/sysv/linux/configure: Regenerated.
15459 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15460 the linux/fanotify.h header.
15461 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15462 HAVE_LINUX_FANOTIFY_H is defined.
15463
b19221b9
SP
154642013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
15465
dd1d85e5
SP
15466 * benchtests/cos-inputs: New inputs.
15467 * benchtests/sin-inputs: Likewise.
15468
1acbb90f
SP
15469 * benchtests/atan-inputs: New inputs. Fix name of multiple
15470 precision fallback inputs.
15471
4c012ed3
SP
15472 * benchtests/atanh-inputs: New inputs.
15473 * benchtests/tanh-inputs: Likewise.
15474
eff98324
SP
15475 * benchtests/acosh-inputs: New inputs.
15476 * benchtests/asinh-inputs: Likewise.
15477
ce641152
SP
15478 * benchtests/cosh-inputs: New inputs.
15479 * benchtests/sinh-inputs: Likewise.
15480
b19221b9
SP
15481 * benchtests/acos-inputs: Add more inputs.
15482 * benchtests/asin-inputs: Likewise.
15483
030a4976 154842013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 15485
030a4976 15486 [BZ #16375]
9dcc8f11
VS
15487 * manual/arith.texi: Fix spelling.
15488 * manual/charset.texi: Likewise.
15489 * manual/errno.texi: Likewise.
15490 * manual/filesys.texi: Likewise.
15491 * manual/lang.texi: Likewise.
15492 * manual/llio.texi: Likewise.
15493 * manual/locale.texi: Likewise.
15494 * manual/message.texi: Likewise.
15495 * manual/resource.texi: Likewise.
15496 * manual/search.texi: Likewise.
15497 * manual/setjmp.texi: Likewise.
15498 * manual/stdio.texi: Likewise.
15499 * manual/string.texi: Likewise.
15500 * manual/sysinfo.texi: Likewise.
15501 * manual/time.texi: Likewise.
15502
11520a57
CD
155032013-12-27 Carlos O'Donell <carlos@redhat.com>
15504
15505 * po/sl.po: New file.
15506
471103ae
MF
155072013-12-27 Mike Frysinger <vapier@gentoo.org>
15508
15509 * .gitignore: Add core/.gdbinit/.gdb_history.
15510
6c9642ed
AM
155112013-12-27 Allan McRae <allan@archlinux.org>
15512
15513 [BZ #16369]
15514 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
15515 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
15516
3f637079
BM
155172013-12-24 Brooks Moses <bmoses@google.com>
15518
15519 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
15520 all compilers that claim C++98 compliance, not just GCC.
15521 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
15522 Likewise.
15523
abc26e99
MK
155242013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
15525
15526 * NEWS: Restore accidentally deleted bug-fix entries.
15527
362b47fe
MK
155282013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
15529 Ondřej Bílka <neleai@seznam.cz>
15530
15531 [BZ #15073]
15532 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 15533 have_lock.
362b47fe 15534
b9bcbbcb
OB
155352013-12-23 Ondřej Bílka <neleai@seznam.cz>
15536
15537 [BZ #12986]
15538 * manual/stdio.texi (String Input Conversions): Clarify that character
15539 classes are not supported.
15540
fb55fcd2
AZ
155412013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15542
15543 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15544
ef7344f0
JM
155452013-12-22 Joseph Myers <joseph@codesourcery.com>
15546
4f40e4b3
JM
15547 [BZ #16337]
15548 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15549 Calculate results for small negative arguments directly rather
15550 than using reflection formula with special underflow handling.
15551
ef7344f0
JM
15552 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
15553 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
15554 sysdeps/unix/bsd/bsd4.4/syscalls.list.
15555 (fchflags): Likewise.
15556 (revoke): Likewise.
15557 (setlogin): Likewise.
15558 (sigaltstack): Likewise.
15559 (wait4): Likewise.
15560 (sigblock): Remove.
15561 (sigsetmask): Likewise.
15562 (wait3): Likewise.
15563 (waitpid): Likewise.
15564 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
15565 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
15566 file.
15567 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
15568 * sysdeps/unix/bsd/Makefile: ... here.
15569 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
15570 * sysdeps/unix/bsd/Versions: ... here.
15571 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
15572 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
15573 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
15574 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
15575 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
15576 * sysdeps/unix/bsd/sigblock.c: ... here.
15577 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
15578 * sysdeps/unix/bsd/sigsetmask.c: ... here.
15579 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
15580 * sysdeps/unix/bsd/sigvec.c: ... here.
15581 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
15582 * sysdeps/unix/bsd/tcdrain.c: ... here.
15583 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
15584 * sysdeps/unix/bsd/tcgetattr.c: ... here.
15585 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
15586 * sysdeps/unix/bsd/tcsetattr.c: ... here.
15587 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
15588 * sysdeps/unix/bsd/wait.c: ... here.
15589 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
15590 * sysdeps/unix/bsd/wait3.c: ... here.
15591 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
15592 * sysdeps/unix/bsd/waitpid.c: ... here.
15593
5b0626b9
JM
155942013-12-21 Joseph Myers <joseph@codesourcery.com>
15595
15596 [BZ #16356]
15597 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
15598 round-to-nearest for [!USE_AS_EXPM1L].
15599 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15600 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
15601 more tests of exp and exp10. Expect some exp10 tests to miss
15602 exceptions or fail in directed rounding modes.
15603 * math/auto-libm-test-out: Regenerated.
15604 * math/libm-test.inc (exp10_tonearest_test_data): New array.
15605 (exp10_test_tonearest): New function.
15606 (exp10_towardzero_test_data): New array.
15607 (exp10_test_towardzero): New function.
15608 (exp10_downward_test_data): New array.
15609 (exp10_test_downward): New function.
15610 (exp10_upward_test_data): New array.
15611 (exp10_test_upward): New function.
15612 (main): Call the new functions.
15613 * sysdeps/i386/fpu/libm-test-ulps: Update.
15614 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15615
7fda5682
JM
156162013-12-20 Joseph Myers <joseph@codesourcery.com>
15617
31e3a405
JM
15618 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
15619 asinh, atan, atan2, atanh, cbrt, cos and cosh.
15620 * math/auto-libm-test-out: Regenerated.
15621 * math/libm-test.inc (acosh_test_data): Add more tests.
15622 (atanh_test_data): Likewise.
15623 (ceil_test_data): Likewise.
15624 (copysign_test_data): Likewise.
15625 * sysdeps/i386/fpu/libm-test-ulps: Update.
15626 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15627
85bff96a
JM
15628 * timezone/checktab.awk: Update from tzcode 2013i.
15629 * timezone/private.h: Likewise.
15630 * timezone/scheck.c: Likewise.
15631 * timezone/tzfile.h: Likewise.
15632 * timezone/tzselect.ksh: Likewise.
15633 * timezone/zdump.c: Likewise.
15634 * timezone/zic.c: Likewise.
15635
b7867a3b
JM
15636 * math/auto-libm-test-in: Add tests of cpow.
15637 * math/auto-libm-test-out: Regenerated.
15638 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 15639 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
15640 mpc_cc_c.
15641 (func_calc_desc): Add mpc_cc_c union field.
15642 (test_functions): Add cpow.
15643 (special_fill_2pi): New function.
15644 (special_real_inputs): Add 2pi.
15645 (calc_generic_results): Handle mpc_cc_c.
15646 * sysdeps/i386/fpu/libm-test-ulps: Update.
15647 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15648
7fda5682
JM
15649 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
15650 csqrt, ctan and ctanh.
15651 * math/auto-libm-test-out: Regenerated.
15652 * math/libm-test.inc (TEST_COND_x86_64): New macro.
15653 (TEST_COND_x86): Likewise.
15654 (ccos_test_data): Use AUTO_TESTS_c_c.
15655 (ccosh_test_data): Likewise.
15656 (cexp_test_data): Likewise.
15657 (clog_test_data): Likewise.
15658 (csqrt_test_data): Likewise.
15659 (ctan_test_data): Likewise.
15660 (ctan_tonearest_test_data): Likewise.
15661 (ctan_towardzero_test_data): Likewise.
15662 (ctan_downward_test_data): Likewise.
15663 (ctan_upward_test_data): Likewise.
15664 (ctanh_test_data): Likewise.
15665 (ctanh_tonearest_test_data): Likewise.
15666 (ctanh_towardzero_test_data): Likewise.
15667 (ctanh_downward_test_data): Likewise.
15668 (ctanh_upward_test_data): Likewise.
15669 * math/gen-auto-libm-tests.c (func_calc_method): Add value
15670 mpc_c_c.
15671 (func_calc_desc): Add mpc_c_c union field.
15672 (FUNC_mpc_c_c): New macro.
15673 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
15674 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
15675 ctanh.
15676 (special_fill_min_subnorm_p120): New function.
15677 (special_real_inputs): Add min_subnorm_p120.
15678 (calc_generic_results): Handle mpc_c_c.
15679 * sysdeps/i386/fpu/libm-test-ulps: Update.
15680 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15681
5ff8d60e
SP
156822013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
15683
57f41c40
AS
15684 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
15685 (do_sin_slow): New functions.
15686 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
15687 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 15688
84ba214c
SP
15689 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
15690 Use M to change sign of result instead of X. Assume X is
15691 positive.
15692 (csloww1): Likewise.
15693 (__sin): Adjust.
15694 (__cos): Adjust.
15695
975195e4
SP
15696 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
15697 arguments A and DA.
15698 (__sin): Adjust.
15699 (__cos): Likewise.
15700
5ff8d60e
SP
15701 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
15702 (__cos): Likewise.
15703 (sloww1): Don't adjust sign of DX.
15704 (csloww1): Likewise.
15705 (sloww2): Use X directly and don't adjust sign of DX.
15706 (csloww2): Likewise.
15707
eb983568
JM
157082013-12-19 Joseph Myers <joseph@codesourcery.com>
15709
64a17f1a
JM
15710 * math/auto-libm-test-in: Add tests of cabs and carg.
15711 * math/auto-libm-test-out: Regenerated.
15712 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
15713 (carg_test_data): Likewise.
15714 * math/gen-auto-libm-tests.c (func_calc_method): Add value
15715 mpc_c_f.
15716 (func_calc_desc): Add mpc_c_f union field.
15717 (test_functions): Add cabs and carg.
15718 (calc_generic_results): Handle mpc_c_f.
15719
eb983568
JM
15720 * sysdeps/powerpc/powerpc32/libgcc-compat.S
15721 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
15722 as a macro and a compat symbol.
15723 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
15724 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
15725 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
15726 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
15727 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
15728 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
15729 not use .hidden.
15730 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
15731 Likewise.
15732 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
15733 Likewise.
15734 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
15735 Likewise.
15736 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
15737 Likewise.
15738 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
15739 Likewise.
15740 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
15741 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
15742 from GLIBC_2.3.2.
15743
6eeb678a
AZ
157442013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15745
15746 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15747
6f6fc482
JM
157482013-12-19 Joseph Myers <joseph@codesourcery.com>
15749
21fea2e2
JM
15750 * manual/texinfo.tex: Update to version 2013-11-26.10 with
15751 trailing whitespace removed.
15752 * scripts/config.guess: Update to version 2013-11-29.
15753 * scripts/config.sub: Update to version 2013-10-01.
15754
6f6fc482
JM
15755 * math/auto-libm-test-in: Add tests of sincos.
15756 * math/auto-libm-test-out: Regenerated.
15757 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
15758 * math/gen-auto-libm-tests.c (func_calc_method): Add value
15759 mpfr_f_11.
15760 (func_calc_desc): Add mpfr_f_11 union field.
15761 (test_functions): Add sincos.
15762 (calc_generic_results): Handle mpfr_f_11.
15763 * sysdeps/i386/fpu/libm-test-ulps: Update.
15764 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15765
83f5c32d
AS
157662013-12-19 Andreas Schwab <schwab@suse.de>
15767
15768 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
15769 CALL_MCOUNT.
15770 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
15771 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
15772 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
15773
c688b419
JM
157742013-12-19 Joseph Myers <joseph@codesourcery.com>
15775
335ee092
JM
15776 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
15777 * sysdeps/i386/fpu/libm-test-ulps: Update.
15778 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15779
f88acd39
JM
15780 [BZ #16293]
15781 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
15782 round-to-nearest mode when using frndint.
15783 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
15784 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
15785 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
15786 Likewise.
15787 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
15788 sinh test to fail.
15789 * math/auto-libm-test-out: Regenerated.
15790 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
15791 (TEST_COND_x86): Likewise.
15792 (expm1_tonearest_test_data): New array.
15793 (expm1_test_tonearest): New function.
15794 (expm1_towardzero_test_data): New array.
15795 (expm1_test_towardzero): New function.
15796 (expm1_downward_test_data): New array.
15797 (expm1_test_downward): New function.
15798 (expm1_upward_test_data): New array.
15799 (expm1_test_upward): New function.
15800 (main): Run the new test functions.
15801 * sysdeps/i386/fpu/libm-test-ulps: Update.
15802 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15803
c688b419
JM
15804 * include/features.h: Update comment documenting feature test
15805 macros. Mention _DEFAULT_SOURCE in comment.
15806 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
15807 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
15808 _BSD_SOURCE and _SVID_SOURCE.
15809 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
15810 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
15811 !_SVID_SOURCE]: Likewise.
15812 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
15813 (__USE_POSIX_IMPLICITLY): Define.
15814 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
15815 (_POSIX_SOURCE): Undefine and redefine.
15816 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
15817 (_POSIX_C_SOURCE): Likewise.
15818 * manual/creature.texi (_DEFAULT_SOURCE): Document.
15819 (Feature Test Macros): Update documentation of default features.
15820
9f6e964c
RS
158212013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15822
15823 * benchtests/Makefile: Add bench-strtok.
15824 * benchtests/bench-strtok.c: New file: strtok benchtest.
15825
ee0a148a
AM
158262013-12-19 Allan McRae <allan@archlinux.org>
15827
15828 * manual/install.texi: Suppress menu for plain text output.
15829 * INSTALL: Regenerated.
15830
b9ab448f
BM
158312013-12-18 Brooks Moses <bmoses@google.com>
15832
15833 [BZ #15846]
15834 * misc/getauxval.c: Include errno.h.
15835 (__getauxval): Set errno to ENOENT if the requested type is not
15836 found.
15837 * misc/sys/auxv.h (getauxval): Document that it may set errno;
15838 don't declare with __attribute_const__.
15839 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
15840 * manual/startup.texi: Document that getauxval sets errno.
15841
23776487
JM
158422013-12-18 Joseph Myers <joseph@codesourcery.com>
15843
f889953b
JM
15844 * math/auto-libm-test-in: Add tests of jn and yn.
15845 * math/auto-libm-test-out: Regenerated.
15846 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
15847 (yn_test_data): Likewise.
15848 * math/gen-auto-libm-tests.c (func_calc_method): Add value
15849 mpfr_if_f.
15850 (func_calc_desc): Add mpfr_if_f union field.
15851 (FUNC_mpfr_if_f): New macro.
15852 (test_functions): Add jn and yn.
15853 (calc_generic_results): Assert type of second input for
15854 mpfr_ff_f. Handle mpfr_if_f.
15855 (output_for_one_input_case): Disable all checking for arguments
15856 fitting floating-point types in case of an integer argument.
15857 * sysdeps/i386/fpu/libm-test-ulps: Update.
15858 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15859
23776487
JM
15860 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15861 Don't expect fegetround reference in libm.so.
15862
cb756c6d
MS
158632013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
15864
15865 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
15866 $(config-cflags-nofma).
15867
2dec468f
JM
158682013-12-18 Joseph Myers <joseph@codesourcery.com>
15869
5953eb3a
JM
15870 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
15871 * math/auto-libm-test-out: Regenerated.
15872
2dec468f
JM
15873 [BZ #16338]
15874 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
15875 to determine exponent and adjust argument to have exponent of -1.
15876 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
15877 log2.
15878 * math/auto-libm-test-out: Regenerated.
15879 * sysdeps/i386/fpu/libm-test-ulps: Update.
15880 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15881
4d84e6ad
OB
158822013-12-18 Ondřej Bílka <neleai@seznam.cz>
15883
15884 * manual/probes.texi: Remove cases when per-thread arenas are
15885 disabled.
15886
1818483b
AS
158872013-12-18 Andreas Schwab <schwab@suse.de>
15888
15889 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
15890 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
15891 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
15892 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
15893 * sysdeps/i386/i686/multiarch/Makefile: Update.
15894 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
15895
25de95bf
JM
158962013-12-17 Joseph Myers <joseph@codesourcery.com>
15897
15898 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
15899 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
15900
674762d9
PE
159012013-12-17 Paul Eggert <eggert@cs.ucla.edu>
15902
ed27ed83 15903 [BZ #15968]
0748546f
PE
15904 Support TZ transition times < 00:00:00.
15905 This is needed for version-3 tz-format files; it supports time
15906 stamps past 2037 for America/Godthab (the only entry in the tz
15907 database for which this change is relevant).
15908 * manual/time.texi (TZ Variable): Document transition times
15909 from -167:59:59 through -00:00:01.
15910 * time/tzset.c (tz_rule): Time of day is now signed.
15911 (__tzset_parse_tz): Parse negative time of day.
15912
4480e934
PE
15913 Document TZ transition times >= 25:00:00.
15914 * manual/time.texi (TZ Variable): Document transition times from
15915 25:00:00 through 167:59:59. These are already supported, and this
15916 support will help with version-3 tz-format files.
15917
69947401
PE
15918 * manual/time.texi (TZ Variable): Modernize North America example
15919 to reflect current (i.e., 2007-and-later) daylight saving rules.
15920
674762d9
PE
15921 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
15922
7011c262
JM
159232013-12-17 Joseph Myers <joseph@codesourcery.com>
15924
2fc6557e
JM
15925 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
15926 * sysdeps/unix/bsd/bits/stat.h: Likewise.
15927 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
15928 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
15929 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
15930 * sysdeps/unix/bsd/bsdstat.h: Likewise.
15931 * sysdeps/unix/bsd/clock.c: Likewise.
15932 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
15933 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
15934 * sysdeps/unix/bsd/init-posix.c: Likewise.
15935 * sysdeps/unix/bsd/poll.c: Likewise.
15936 * sysdeps/unix/bsd/ptsname.c: Likewise.
15937 * sysdeps/unix/bsd/seekdir.c: Likewise.
15938 * sysdeps/unix/bsd/setegid.c: Likewise.
15939 * sysdeps/unix/bsd/seteuid.c: Likewise.
15940 * sysdeps/unix/bsd/setgid.c: Likewise.
15941 * sysdeps/unix/bsd/setrgid.c: Likewise.
15942 * sysdeps/unix/bsd/setruid.c: Likewise.
15943 * sysdeps/unix/bsd/setsid.c: Likewise.
15944 * sysdeps/unix/bsd/setuid.c: Likewise.
15945 * sysdeps/unix/bsd/sigaction.c: Likewise.
15946 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
15947 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
15948 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
15949 * sysdeps/unix/bsd/telldir.c: Likewise.
15950 * sysdeps/unix/bsd/times.c: Likewise.
15951 * sysdeps/unix/bsd/usleep.c: Likewise.
15952
029c7b25
JM
15953 * misc/Makefile (install-lib): Remove libbsd-compat.a.
15954 ($(objpfx)libbsd-compat.a): Remove rule.
15955
7011c262
JM
15956 * include/features.h (__FAVOR_BSD): Do not define.
15957 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
15958 features conflicting with POSIX.
15959 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
15960 (_BSD_SOURCE): Remove description of not being a subset of other
15961 feature test macros.
15962 * manual/job.texi (getpgrp): Do not document BSD version.
15963 (getpgid): Do not document by reference to BSD getpgrp.
15964 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
15965 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
15966 * signal/signal.h [__FAVOR_BSD]: Likewise.
15967 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
15968 instead of making contents conditional on [__FAVOR_BSD].
15969 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
15970
affb6f78
AZ
159712013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15972
15973 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15974
c88769dd
JM
159752013-12-17 Joseph Myers <joseph@codesourcery.com>
15976
6432a540
JM
15977 [BZ #16314]
15978 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
15979 values below 2**-450, not 2**-500.
15980 * math/auto-libm-test-in: Don't allow spurious underflow from
15981 hypot.
15982 * math/auto-libm-test-out: Regenerated.
15983
c88769dd
JM
15984 [BZ #16316]
15985 [BZ #16330]
15986 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
15987 values of ha and hb and sort them after adjusting subnormal
15988 arguments.
15989 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
15990 Likewise.
15991 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
15992 values of ea and eb and sort them after adjusting subnormal
15993 arguments.
15994 * math/auto-libm-test-in: Do not expect some hypot tests of
15995 subnormals to fail. Add more hypot tests.
15996 * math/auto-libm-test-out: Regenerated.
15997
29618f6b
KK
159982013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15999
16000 [BZ #13304]
16001 * sysdeps/sh/s_fma.c: New file.
16002 * sysdeps/sh/s_fmaf.c: New file.
16003 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
16004 version.
16005 * sysdeps/sh/Implies: Add sh/soft-fp.
16006
eacfdfbf
RM
160072013-12-16 Roland McGrath <roland@hack.frob.com>
16008
16009 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
16010 level of indirection to members `objname', `errstring', `malloced'.
16011 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16012 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
16013 it as the __longjmp argument (just pass 1 instead).
16014 (_dl_catch_error): Initialize C with argument pointers and address of
16015 volatile local ERRCODE rather than copying values out of C at return.
16016
ff362e5b
JM
160172013-12-16 Joseph Myers <joseph@codesourcery.com>
16018
16019 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16020 * math/auto-libm-test-out: Regenerated.
16021 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16022 (hypot_test_data): Likewise.
16023 (pow_test_data): Likewise.
16024 (pow_tonearest_test_data): Likewise.
16025 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16026 mpfr_ff_f.
16027 (func_calc_desc): Add mpfr_ff_f union field.
16028 (FUNC_mpfr_ff_f): New macro.
16029 (test_functions): Add atan2, hypot and pow.
16030 (special_fill_min): New function.
16031 (special_fill_minus_min): Likewise.
16032 (special_fill_min_subnorm): Likewise.
16033 (special_fill_minus_min_subnorm): Likewise.
16034 (special_real_inputs): Add min, -min, min_subnorm and
16035 -min_subnorm.
16036 (calc_generic_results): Handle mpfr_ff_f.
16037 * sysdeps/i386/fpu/libm-test-ulps: Update.
16038 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16039
5764c27f
WN
160402013-12-16 Will Newton <will.newton@linaro.org>
16041
16042 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16043 (Aligned Memory Blocks): Add documentation for aligned_alloc
16044 and suggest it as an alternative to posix_memalign.
16045 (Hooks for Malloc): Document __memalign_hook is also called
16046 for aligned_alloc. (Summary of Malloc): Add summary for
16047 aligned alloc. Document __memalign_hook is also called
16048 for aligned_alloc.
16049
0a096e44
WN
160502013-12-16 Will Newton <will.newton@linaro.org>
16051
16052 * manual/memory.texi (Malloc Examples): Clarify default
16053 alignment documentation. Suggest posix_memalign rather
16054 than memalign or valloc.
16055 (Aligned Memory Blocks): Remove suggestion to use memalign
16056 or valloc. Remove obsolete comment about BSD.
16057 Document memalign errno values and mark the function obsolete.
16058 Document posix_memalign returned error codes. Mark valloc
16059 as obsolete. (Hooks for Malloc): __memalign_hook is also
16060 called for posix_memalign and valloc.
16061 (Summary of Malloc): Add posix_memalign to function summary.
16062 __memalign_hook is also called for posix_memalign and valloc.
16063
8d561986
SP
160642013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
16065
16066 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16067 TAYLOR_SIN.
16068 (__sin): Adjust.
16069 (__cos): Likewise.
16070 (sloww): Use mynumber union. Expand ternary operator into
16071 if-else statements.
16072 (cslow): use mynumber union.
16073
73616a74
AM
160742013-12-16 Allan McRae <allan@archlinux.org>
16075
9e8ac24b
AM
16076 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16077 * configure: Regenerated.
16078
6f8e37eb
AM
16079 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16080
8894bad3
AM
16081 [BZ #14120]
16082 * configure.ac: Added --enable-maintainer-mode. Check for
16083 autoconf when enabled.
16084 * configure: Regenerated.
16085
73616a74
AM
16086 * nscd/nscd.service: New file.
16087 * nscd/nscd.tmpfiles: New file.
16088
584b18eb
OB
160892013-12-14 Ondřej Bílka <neleai@seznam.cz>
16090
16091 [BZ #12100]
16092 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16093 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16094 * sysdeps/x86_64/multiarch/strstr.c: ... here.
16095 (strstr): Add __strstr_sse2_unaligned ifunc.
16096 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16097 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16098 (strcasestr): Remove __strcasestr_sse42 ifunc.
16099 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16100 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16101 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16102
8a5c7897
KK
161032013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16104
16105 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16106 * sysdeps/sh/bits/fenv.h: ... here.
16107 * sysdeps/sh/sh4/fpu/bits: Remove directory.
16108
fd712ef3
AZ
161092013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16110
16111 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16112
42fcb46c
AZ
16113 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16114 hypotf multiarch implementations.
16115 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16116 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16117 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16118 multiarch hypot for PPC64.
16119 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16120 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16121 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16122 multiarch hypotf for PPC64.
16123
83efded4
AZ
16124 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16125 modff multiarch implementations.
16126 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16127 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16128 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16129 multiarch modf for PPC64.
16130 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16131 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16132 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16133 multiarch modff for PPC64.
16134
43e246d2
AZ
16135 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16136 and logl multiarch implementations.
16137 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16138 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16139 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16140 multiarch logb for PPC64.
16141 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16142 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16143 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16144 multiarch logb for PPC64.
16145 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16146 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16147 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16148 multiarch logb for PPC64.
16149
8fdad123
AZ
16150 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16151 isinff multiarch implementation.
16152 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16153 file.
16154 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16155 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16156 multiarch isinf for PPC64.
16157 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16158 file.
16159 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16160 multiarch isinff for PPC64.
16161
1481d706
AZ
16162 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16163 finitef multiarch implementation.
16164 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16165 file.
16166 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16167 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16168 multiarch finite for PPC64.
16169 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16170 file.
16171 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16172 multiarch finitef for PPC64.
16173
5ccd5fc8
AZ
16174 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16175 lrint multiarch implementation.
16176 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16177 file.
16178 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16179 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16180 multiarch llrint for PPC64.
16181 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16182 multiarch lrint for PPC64.
16183
2568f3fa
AZ
16184 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16185 copysignf multiarch implementation.
16186 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16187 file.
16188 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16189 file.
16190 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16191 multiarch copysign for PPC64.
16192 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16193 multiarch copysignf for PPC64.
16194
1cb341fd
AZ
16195 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16196 multiarch implementation.
16197 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16198 file.
16199 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16200 file.
16201 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16202 file.
16203 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16204 file.
16205 multiarch llround for PPC64.
16206 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16207 multiarch trunc for PPC64.
16208 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16209 multiarch truncf for PPC64.
16210
59a3e194
AZ
16211 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16212 multiarch implementation.
16213 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16214 file.
16215 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16216 file.
16217 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16218 file.
16219 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16220 file.
16221 multiarch llround for PPC64.
16222 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16223 multiarch round for PPC64.
16224 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16225 multiarch roundf for PPC64.
16226
357fd3b4
AZ
16227 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16228 multiarch implementation.
16229 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16230 file.
16231 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16232 file.
16233 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16234 file.
16235 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16236 file.
16237 multiarch llround for PPC64.
16238 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16239 multiarch floor for PPC64.
16240 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16241 multiarch floorf for PPC64.
16242
96770f12
AZ
16243 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16244 multiarch implementation.
16245 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16246 file.
16247 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16248 file.
16249 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16250 file.
16251 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16252 file.
16253 multiarch llround for PPC64.
16254 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16255 multiarch ceil for PPC64.
16256 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16257 multiarch ceilf for PPC64.
16258
c3627f6e
AZ
16259 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16260 multiarch implementation.
16261 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16262 file.
16263 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16264 file.
16265 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16266 file.
16267 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16268 multiarch llround for PPC64.
16269 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16270 multiarch lround for PPC64.
16271
b2284ad7
AZ
16272 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16273 multiarch implementation.
16274 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16275 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16276 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16277 file.
16278 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16279 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16280 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16281 multiarch isnan for PPC64.
16282 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16283 multiarch isnanf for PPC64.
16284
69bbc63d
AZ
16285 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16286 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16287 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16288 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16289 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16290 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16291
c24517c9
AZ
16292 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16293 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16294 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16295 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16296
a52374e8
AZ
16297 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16298 multiarch implementations.
16299 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16300 (__libc_ifunc_impl_list): Likewise.
16301 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16302 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16303 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16304 multiarch stpcpy for PPC64.
16305
7f5ec113
AZ
16306 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16307 multiarch implementations.
16308 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16309 (__libc_ifunc_impl_list): Likewise.
16310 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16311 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16312 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16313 multiarch strcpy for PPC64.
16314
e28bcd42
AZ
16315 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16316 redefine function name.
16317 (_wordcopy_fwd_dest_aligned): Likewise.
16318 (_wordcopy_bwd_aligned): Likewise.
16319 (_wordcopy_bwd_dest_aligned): Likewise.
16320 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16321 multiarch implementations.
16322 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16323 (__libc_ifunc_impl_list): Likewise.
16324 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16325 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16326 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16327 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16328 multiarch wcscpy for PPC64.
16329
92cacfce
AZ
16330 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16331 multiarch implementations.
16332 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16333 (__libc_ifunc_impl_list): Likewise.
16334 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16335 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16336 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16337 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16338 multiarch wcscpy for PPC64.
16339
7b714620
AZ
16340 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16341 multiarch implementations.
16342 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16343 (__libc_ifunc_impl_list): Likewise.
16344 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16345 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16346 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16347 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16348 multiarch wcsrchr for PPC64.
16349
16fd2ae3
AZ
16350 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16351 multiarch implementations.
16352 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16353 (__libc_ifunc_impl_list): Likewise.
16354 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16355 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16356 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16357 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16358 multiarch wcschr for PPC64.
16359
9ee2969b
AZ
16360 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16361 multiarch implementations.
16362 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16363 (__libc_ifunc_impl_list): Likewise.
16364 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16365 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16366 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16367 multiarch strchrnul for PPC64.
16368
372dc060
AZ
16369 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16370 implementations.
16371 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16372 (__libc_ifunc_impl_list): Likewise.
16373 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16374 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16375 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16376 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16377 strchr for PPC64.
16378
24c2c3b9
AZ
16379 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16380 implementations.
16381 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16382 (__libc_ifunc_impl_list): Likewise.
16383 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16384 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16385 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16386 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16387 strncmp for PPC64.
16388
1c92d9a0
AZ
16389 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16390 multiarch implementations.
16391 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16392 (__libc_ifunc_impl_list): Likewise.
16393 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16394 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16395 strncasecmp for PPC64.
16396 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16397 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16398 multiarch strncasecmp_l for PPC64.
16399
17de3ee3
AZ
16400 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16401 multiarch implementations.
16402 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16403 (__libc_ifunc_impl_list): Likewise.
16404 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16405 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16406 multiarch strcasecmp for PPC64.
16407 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16408 file.
16409 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16410 multiarch strcasecmp_l for PPC64.
16411
62982bf9
AZ
16412 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16413 implementations.
16414 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16415 (__libc_ifunc_impl_list): Likewise.
16416 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16417 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16418 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16419 strnlen for PPC64.
16420
a65f4904
AZ
16421 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16422 implementations.
16423 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16424 (__libc_ifunc_impl_list): Likewise.
16425 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16426 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16427 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16428 strlen for PPC64.
16429
1fd005ad
AZ
16430 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16431 implementations.
16432 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16433 (__libc_ifunc_impl_list): Likewise.
16434 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16435 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16436 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16437 rawmemrchr for PPC64.
16438
cd05ba91
AZ
16439 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16440 implementation.
16441 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16442 (__libc_ifunc_impl_list): Likewise.
16443 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16444 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16445 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16446 memrchr for PPC64.
16447
870f8676
AZ
16448 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16449 implementation.
16450 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16451 (__libc_ifunc_impl_list): Likewise.
16452 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16453 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16454 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16455 memchr for PPC64.
16456
f00be62b
AZ
16457 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16458 implementation.
16459 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16460 (__libc_ifunc_impl_list): Likewise.
16461 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16462 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16463 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16464 mempcpy for PPC64.
16465
8a29a3d0
AZ
16466 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16467 avoid cretion of __bzero symbol.
16468 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16469 Likewise.
16470 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16471 Likewise.
16472 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16473 Likewise.
16474 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16475 multiarch implementations.
16476 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16477 (__libc_ifunc_impl_list): Likewise.
16478 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16479 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16480 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16481 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16482 bzero for PPC32.
16483 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16484 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16485 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16486 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16487 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16488 memset for PPC64.
16489 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16490
07253fcf
AZ
16491 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16492 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16493 implementations.
16494 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16495 (__libc_ifunc_impl_list): Likewise.
16496 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16497 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16498 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16499 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16500 memcmp for PPC64.
16501
b5beafbc
AZ
16502 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16503 multiarch for POWER/PPC64.
16504 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16505 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16506 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16507 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16508 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16509 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16510 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16511 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16512 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
16513 memcpy for PPC64.
16514
5e6a4d4b
AZ
16515 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
16516 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
16517 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
16518 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
16519 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
16520 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
16521 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
16522 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
16523 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
16524 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
16525 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
16526 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
16527 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
16528 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
16529 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
16530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
16531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
16532 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
16533 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
16534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
16535 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
16536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
16537
ddfab6dc
KK
165382013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16539
16540 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
16541
19b5525e
SP
165422013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
16543
16544 * benchtests/Makefile (bench): Add exp2 and log2.
16545 (LDLIBS-bench-exp2): Add -lm.
16546 (LDLIBS-bench-log2): Likewise.
16547 * benchtests/exp2-inputs: New inputs file.
16548 * benchtests/log2-inputs: New inputs file.
16549 * benchtests/log-inputs: Add new inputs.
16550 * benchtests/tan-inputs: Likewise.
16551
196f7f5d
SP
165522013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
16553
7a74607f
SP
16554 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
16555 definition...
57f41c40
AS
16556 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
16557 (csloww2): ... from here.
7a74607f 16558
196f7f5d
SP
16559 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
16560 instead of structures.
16561 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
16562 (POLYNOMIAL): Likewise.
16563 (TAYLOR_SLOW): Likewise.
16564 (__sin): Likewise.
16565 (__cos): Likewise.
16566 (slow1): Likewise.
16567 (slow2): Likewise.
16568 (sloww): Likewise.
16569 (sloww1); Likewise.
16570 (sloww2): Likewise.
16571 (bsloww1): Likewise.
16572 (bsloww2): Likewise.
16573 (cslow2): Likewise.
16574 (csloww): Likewise.
16575 (csloww1): Likewise.
16576 (csloww2): Likewise.
16577
0dfa665c
OB
165782013-12-10 Ondřej Bílka <neleai@seznam.cz>
16579
16580 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
16581 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
16582 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
16583 * malloc/hooks.c (realloc_check): Likewise.
16584
5782a80f
OB
16585 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
16586 * malloc/arena.c: Remove PER_THREAD conditional.
16587 [!PER_THREAD]: Remove code.
16588 (ptmalloc_unlock_all2): Likewise.
16589 (ptmalloc_init): Likewise.
16590 (_int_new_arena): Likewise.
16591 (arena_get2): Likewise.
16592 * malloc/hooks.c (__malloc_get_state): Likewise.
16593 (__malloc_set_state): Likewise.
16594 * malloc/malloc.c: Likewise.
16595 (struct malloc_state): Likewise.
16596 (struct malloc_par): Likewise.
16597 (__libc_realloc): Likewise.
16598 (__libc_mallopt): Likewise.
16599
aeb95445
AZ
166002013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16601
16602 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
16603
e8349efd
OB
166042013-12-09 Ondřej Bílka <neleai@seznam.cz>
16605
16606 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
16607 macro to a function. Check for zero perturb_byte.
16608 (_int_malloc, _int_free): Remove zero perturb_byte checks.
16609
f3eeb3fc 16610 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
16611 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
16612 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
16613 force_reg by atomic_forced_read.
16614 * malloc/arena.c (ptmalloc_init): Likewise.
16615 * malloc/hooks.c (top_check): Likewise.
16616
be2f9009
AZ
166172013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16618
16619 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16620
e7b914bd
MT
166212013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
16622
16623 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16624
9f0be4f8
JM
166252013-12-08 Joseph Myers <joseph@codesourcery.com>
16626
16627 * math/auto-libm-test-in: Add tests of lgamma.
16628 * math/auto-libm-test-out: Regenerated.
16629 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
16630 (M_LOG_2_SQRT_PIl): Likewise.
16631 (lgamma_test_data): Use AUTO_TESTS_f_f1.
16632 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16633 mpfr_f_f1.
16634 (func_calc_desc): Add mpfr_f_f1 union field.
16635 (ARGS1): New macro.
16636 (ARGS2): Likewise.
16637 (ARGS3): Likewise.
16638 (ARGS4): Likewise.
16639 (RET1): Likewise.
16640 (RET2): Likewise.
16641 (CALC): Likewise.
16642 (FUNC): Likewise.
16643 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
16644 (test_functions): Add lgamma.
16645 (calc_generic_results): Handle mpfr_f_f1.
16646 * sysdeps/i386/fpu/libm-test-ulps: Update.
16647 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16648
24eeafdb
AZ
166492013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16650
16651 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
16652 __mpn_add_n for PowerPC64/POWER7.
16653 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
16654 __mpn_sub_n for PowerPC64/POWER7.
16655
4a2c0fd4
AZ
16656 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
16657 __mpn_addmul_1 for PowerPC64.
16658 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
16659 __mpn_submul_1 for PowerPC64.
16660 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
16661 for PowerPC64.
16662 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
16663 for PowerPC64.
16664
4b5b548c
FS
166652013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
16666
16667 [BZ #15089]
16668 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
16669
0a3ac0aa
AZ
166702013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16671
16672 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
16673
ccdc8438
AZ
16674 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
16675 add multiarch folders.
16676 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
16677 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
16678 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
16679 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
16680 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
16681 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
16682 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
16683 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
16684 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
16685 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
16686 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
16687 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
16688 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
16689 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
16690 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
16691 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
16692 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
16693
2e973d99
AZ
16694 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16695 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
16696 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
16697 New file.
16698 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
16699 New file.
16700 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
16701 multiarch __ieee754_hypot for PowerPC32.
16702 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
16703 New file.
16704 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
16705 New file.
16706 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
16707 multiarch __ieee754_hypotf for PowerPC32.
16708
2d9470b2
AZ
16709 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
16710 long_double_symbol only if __logbl is defined.
16711 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
16712 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
16713 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
16714 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
16715 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
16716 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
16717 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
16718 path for implementation.
16719 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
16720 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
16721 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
16722 logb, and logbl multiarch implementations for PowerPC32.
16723 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
16724 file.
16725 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
16726 file.
16727 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
16728 multiarch logb for PowerPC32.
16729 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
16730 file.
16731 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
16732 file.
16733 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
16734 multiarch logbf for PowerPC32.
16735 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
16736 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
16737 file.
16738 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
16739 multiarch logbl implementation for PowerPC32.
16740
5212ffce
AZ
16741 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
16742 and modff multiarch implementations.
16743 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
16744 New file.
16745 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
16746 New file.
16747 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
16748 multiarch modf for PowerPC32.
16749 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
16750 New file.
16751 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
16752 New file.
16753 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
16754 multiarch modff for PowerPC32.
16755
79dccf31
AZ
16756 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
16757 and lrintf multiarch implementations.
16758 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
16759 New file.
16760 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
16761 New file.
16762 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
16763 multiarch lrint for PowerPC32.
16764 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
16765 file: multiarch lrintf for PowerPC32.
16766
deb66480
AZ
16767 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
16768 and lroundf multiarch implementations.
16769 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
16770 New file.
16771 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
16772 New file.
16773 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
16774 New file.
16775 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
16776 multiarch lround for PowerPC32.
16777 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
16778 file: multiarch lroundf for PowerPC32.
16779
264b036b
AZ
16780 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16781 copysign and copysignf multiarch implementations.
16782 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
16783 New file.
16784 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
16785 New file.
16786 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
16787 file: multiarch copysign for PowerPC32.
16788 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
16789 file: multiarch copysignf for PowerPC32.
16790
d47db6c9
AZ
16791 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
16792 and truncf multiarch implementations.
16793 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
16794 New file.
16795 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
16796 file.
16797 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
16798 multiarch trunc for PowerPC32.
16799 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
16800 New file.
16801 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
16802 New file.
16803 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
16804 multiarch truncf for PowerPC32.
16805
ddb60b5a
AZ
16806 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
16807 and roundf multiarch implementations.
16808 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
16809 New file.
16810 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
16811 file.
16812 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
16813 multiarch round for PowerPC32.
16814 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
16815 New file.
16816 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
16817 New file.
16818 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
16819 multiarch roundf for PowerPC32.
16820
bedcf49b
AZ
16821 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
16822 and floorf multiarch implementations.
16823 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
16824 New file.
16825 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
16826 file.
16827 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
16828 multiarch floor for PowerPC32.
16829 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
16830 New file.
16831 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
16832 New file.
16833 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
16834 multiarch floorf for PowerPC32.
16835
35ae5b40
AZ
16836 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
16837 and ceilf multiarch implementations.
16838 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
16839 New file.
16840 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
16841 file.
16842 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
16843 multiarch ceil for PowerPC32.
16844 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
16845 New file.
16846 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
16847 file.
16848 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
16849 multiarch ceilf for PowerPC32.
16850
ae1a4cd9
AZ
16851 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
16852 is defined.
16853 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
16854 FINITEF is defined.
16855 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
16856 and finitef multiarch implementations.
16857 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
16858 New file.
16859 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
16860 file.
16861 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
16862 multiarch finite for PowerPC32.
16863 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
16864 New file.
16865 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
16866 file: multiarch finitef for PowerPC32.
16867
64fffd65
AZ
16868 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
16869 and isinff multiarch implementations.
16870 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
16871 file.
16872 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
16873 file.
16874 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
16875 multiarch isinf for PowerPC32.
16876 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
16877 New file.
16878 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
16879 multiarch isinff for PowerPC32.
16880
8e4e7ba2
AZ
16881 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
16882 alias when __isnan is defined.
16883 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
16884 and isnanf multiarch implementations.
16885 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
16886 file.
16887 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
16888 file.
16889 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
16890 file.
16891 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
16892 file.
16893 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
16894 multiarch isnan for PowerPC32.
16895 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
16896 New file.
16897 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
16898 New file.
16899 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
16900 multiarch isnanf for PowerPC32.
16901
ddba588e
AZ
16902 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
16903 and sqrtf multiarch implementations.
16904 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
16905 file.
16906 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
16907 file.
16908 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
16909 multiarch sqrt for PowerPC32.
16910 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
16911 file.
16912 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
16913 file.
16914 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
16915 multiarch sqrtf for PowerPC32.
16916
0f96a2f0
AZ
16917 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
16918 and llroundf multiarch implementations.
16919 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
16920 New file.
16921 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
16922 New file.
16923 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
16924 New file.
16925 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
16926 file: multiarch llround for PowerPC32.
16927 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
16928 file: multiarch llroundf for PowerPC32.
16929
c9b5d79e
AZ
16930 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
16931 multiarch PowerPC32 fpu implementations.
16932 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
16933 New file.
16934 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
16935 New file.
16936 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
16937 multiarch llrint for PowerPC32.
16938 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
16939 New file.
16940 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
16941 New file.
16942 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
16943 file.
16944
9cbb3aab
AZ
16945 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
16946
ea5a72f8
AZ
16947 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
16948 file.
16949 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
16950 file.
16951 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
16952 file.
16953 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
16954 multiarch wordcopy for PPC32.
16955 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
16956 wordcopy objects.
16957 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
16958 (__libc_ifunc_impl_list): Likewise.
16959 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
16960 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
16961 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
16962 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
16963 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
16964 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
16965
93be09e7
AZ
16966 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
16967 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
16968 file.
16969 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
16970 file.
16971 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
16972 file.
16973 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
16974 multiarch wcscpy for PPC32.
16975 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
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/wcscpy.c: Adjust to use
16982 sysdeps/powerpc/power6/wcscpy.c.
16983
bb04e529
AZ
16984 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
16985 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
16986 file.
16987 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
16988 file.
16989 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
16990 file.
16991 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
16992 multiarch wcsrchr for PPC32.
16993 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
16994 multiarch objects.
16995 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
16996 (__libc_ifunc_impl_list): Likewise.
16997 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
16998 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
16999 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17000 sysdeps/powerpc/power6/wcsrchr.c.
17001
05b5cd1c
AZ
17002 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17003 file.
17004 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17005 file.
17006 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17007 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17008 multiarch wcschr for PPc32.
17009 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17010 multiarch objects.
17011 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17012 (__libc_ifunc_impl_list): Likewise.
17013 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17014 * sysdeps/powerpc/power6/wcschr.c: ... to here.
17015 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17016 sysdeps/powerpc/power6/wcschr.c.
17017
ba964147
AZ
17018 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17019 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17020 file.
17021 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17022 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17023 file: multiarch strchr for PPC32.
17024 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17025 multiarch objects.
17026 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17027 (__libc_ifunc_impl_list): Likewise.
17028
31c81aaa
AZ
17029 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17030 name.
17031 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17032 file.
17033 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17034 file.
17035 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17036 multiarch strchrnul for PPC32.
17037 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17038 multiarch objects.
17039 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17040 (__libc_ifunc_impl_list): Likewise.
17041
0d0607d9
AZ
17042 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17043 file.
17044 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17045 multiarch strncasecmp for PPC32.
17046 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17047 file.
17048 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17049 multiarch strncasecmp_l for PPC32.
17050 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17051 strncasecmp multiarch objects.
17052 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17053 (__libc_ifunc_impl_list): Likewise.
17054
4dfd5c86
AZ
17055 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17056 file.
17057 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17058 multiarch strncasecmp for PPC32.
17059 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17060 New file.
17061 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17062 multiarch strcasecmp_l for PPC32.
17063 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17064 multiarch objects.
17065 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17066 (__libc_ifunc_impl_list): Likewise.
17067
a19e01a3
AZ
17068 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17069 file.
17070 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17071 file.
17072 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17073 multiarch strncmp for PPC32.
17074 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17075 multiarch objects.
17076 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17077 (__libc_ifunc_impl_list): Likewise.
17078
ae9cf7a2
AZ
17079 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17080 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17081 file.
17082 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17083 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17084 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17085 multiarch objects.
17086 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17087 (__libc_ifunc_impl_list): Likewise.
17088
3148bb7d
AZ
17089 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17090 file.
17091 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17092 file.
17093 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17094 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17095 multiarch objects.
17096 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17097 (__libc_ifunc_impl_list): Likewise.
17098
7af8b946
AZ
17099 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17100 file.
17101 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17102 file.
17103 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17104 multiarch rawmemchr for PPC32.
17105 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17106 multiarch objects.
17107 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17108 (__libc_ifunc_impl_list): Likewise.
17109
03a6aa6a
AZ
17110 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17111 file.
17112 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17113 file.
17114 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17115 file: memrchr multiarch for PPC32.
17116 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17117 multiarch objects.
17118 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17119 (__libc_ifunc_impl_list): Likewise.
17120
1c62e6d9
AZ
17121 * string/memchr.c (__memchr): Using macro to redefine symbol name.
17122 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17123 file.
17124 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17125 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17126 multiarch memchr for PPC32.
17127 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17128 multiarch objects.
17129 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17130 (__libc_ifunc_impl_list): Likewise.
17131
87da8bdb
AZ
17132 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17133 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17134 file.
17135 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17136 file.
17137 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17138 file: multiarch mempcpy for PPC32.
17139 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17140 multiarch objects.
17141 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17142 (__libc_ifunc_impl_list): Likewise.
17143
20ed4714
AZ
17144 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17145 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17146 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17147 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17148 multiarch bzero for PPC32.
17149 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17150 file.
17151 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17152 file.
17153 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17154 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17155 file: multiarch memset for PPC32.
17156 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17157 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17158 memset multiarch objects.
17159 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17160 (__libc_ifunc_impl_list): Likewise.
17161
ab3e3a46
AZ
17162 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17163 file.
17164 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17165 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17166 memcmp for PPC32.
17167 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17168 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17169 multiarch objects.
17170 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17171 (__libc_ifunc_impl_list): Likewise.
17172
930de6f0
AZ
17173 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17174 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17175 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17176 file.
17177 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17178 file.
17179 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17180 file.
17181 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17182 multiarch memcpy for PPC32.
17183 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17184 multiarch objects.
17185 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17186 (__libc_ifunc_impl_list): Likewise.
17187
4c628e00
AZ
17188 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17189 support multiarch for POWER/PPC32.
17190 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17191 Likewise.
17192 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17193 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17194 Implies file to make multiarch folder appers before the fpu and
17195 default folder for power4 configuration.
17196
f4479220
SP
171972013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
17198
17199 * scripts/bench.pl: Append volatile keyword to type.
17200
8517800f
KK
172012013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17202
17203 * sysdeps/sh/sotruss-lib.c: New file.
17204 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17205
180138f1
AZ
172062013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17207
17208 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17209
bbf37bdc
JM
172102013-12-05 Joseph Myers <joseph@codesourcery.com>
17211
e47cc4e0
JM
17212 [BZ #6810]
17213 * math/w_tgamma.c: Include <errno.h>.
17214 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
17215 * math/w_tgammaf.c: Include <errno.h>.
17216 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
17217 * math/w_tgammal.c: Include <errno.h>.
17218 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
17219 * math/auto-libm-test-in: Do not allow missing errno on tgamma
17220 underflow. Add more tgamma tests.
17221 * math/auto-libm-test-out: Regenerated.
17222 * sysdeps/i386/fpu/libm-test-ulps: Update.
17223 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17224
bbf37bdc
JM
17225 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17226 sin, sinh, tan, tanh, tgamma, y0 and y1.
17227 * math/auto-libm-test-out: Regenerated.
17228 * math/libm-test.inc (TEST_COND_x86_64): New macro.
17229 (TEST_COND_x86): Likewise.
17230 (M_E2l): Remove macro.
17231 (M_E3l): Likewise.
17232 (M_2_SQRT_PIl): Likewise.
17233 (M_SQRT_PIl): Likewise.
17234 (M_1_DIV_El): Likewise.
17235 (log_test_data): Use AUTO_TESTS_f_f.
17236 (log10_test_data): Likewise.
17237 (log1p_test_data): Likewise.
17238 (log2_test_data): Likewise.
17239 (sin_test_data): Likewise.
17240 (sin_tonearest_test_data): Likewise.
17241 (sin_towardzero_test_data): Likewise.
17242 (sin_downward_test_data): Likewise.
17243 (sin_upward_test_data): Likewise.
17244 (sinh_test_data): Likewise.
17245 (sinh_tonearest_test_data): Likewise.
17246 (sinh_towardzero_test_data): Likewise.
17247 (sinh_downward_test_data): Likewise.
17248 (sinh_upward_test_data): Likewise.
17249 (tan_test_data): Likewise.
17250 (tan_tonearest_test_data): Likewise.
17251 (tan_towardzero_test_data): Likewise.
17252 (tan_downward_test_data): Likewise.
17253 (tan_upward_test_data): Likewise.
17254 (tanh_test_data): Likewise.
17255 (tgamma_test_data): Likewise.
17256 (y0_test_data): Likewise.
17257 (y1_test_data): Likewise.
17258 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17259 (special_real_inputs): Add pi/4.
17260 * sysdeps/i386/fpu/libm-test-ulps: Update.
17261 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17262
eb5ad6b9
AZ
172632013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17264
17265 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17266 "longjmp_target" static probes.
17267 (__longjmp): Rename to __longjmp_symbol.
17268 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17269 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17270 on which longjmp to generate.
17271 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17272 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17273 probe.
17274 (__sigsetjmp): Rename to __sigsetjmp_symbol.
17275 (__sigjmp_save): Rename to __sigjmp_save_symbol.
17276 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17277 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17278 and __sigjmp_save_symbol based on which sigsetjmp to generated.
17279 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17280 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17281 __longjmp_symbol based on which __longjmp to generate.
17282 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17283 probe.
17284 (setjmp): Rename to setjmp_symbol.
17285 (__sigsetjmp): Rename to __sigsetjmp_symbol.
17286 (_setjmp): Rename to _setjmp_symbol.
17287 (__sigsetjmp): Rename to __sigsetjmp_symbol.
17288 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17289 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17290 which setjmp to generate.
17291 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17292 "longjmp_target" static probes.
17293
d136c6dc
SP
172942013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
17295
9298ecba
SP
17296 * benchtests/README: Add note about output arguments.
17297 * benchtests/bench-sincos.c: Remove file.
17298 * benchtests/sincos-inputs: New file.
17299 * scripts/bench.pl: Identify output arguments and define
17300 static variables for them.
17301
232983e9
SP
17302 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17303
d136c6dc
SP
17304 [BZ #15941]
17305 * Makefile (INSTALL): Add install-plain.texi as the primary
17306 dependency.
17307 * manual/install-plain.texi: New file.
17308 * manual/install.texi: Include node directive only for
17309 non-plaintext output.
17310
699ff837
JM
173112013-12-04 Joseph Myers <joseph@codesourcery.com>
17312
ab07cea8
JM
17313 * stdlib/longlong.h: Update from GCC.
17314
699ff837
JM
17315 [BZ #6807]
17316 [BZ #15901]
17317 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17318 * math/w_j0f.c (y0f): Likewise.
17319 * math/w_j0l.c (__y0l): Likewise.
17320 * math/w_j1.c (y1): Likewise.
17321 * math/w_j1f.c (y1f): Likewise.
17322 * math/w_j1l.c (__y1l): Likewise
17323 * math/w_jn.c (yn): Likewise.
17324 * math/w_jnf.c (ynf): Likewise.
17325 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17326 Bessel function pole errors in _POSIX_ mode. Use NAN as return
17327 value for Bessel function domain errors outside _SVID_ mode.
17328 Adjust sign of return value for yn (negative integer, 0).
17329 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17330 by zero in return for negative x and set sign appropriately for
17331 negative n.
17332 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17333 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17334 * math/libm-test.inc (y0_test_data): Add more tests and adjust
17335 expectations in error cases.
17336 (y1_test_data): Likewise.
17337 (yn_test_data): Likewise.
17338 * sysdeps/i386/fpu/libm-test-ulps: Update.
17339 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17340
5b118558
UW
173412013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17342
17343 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17344 "64" to "64-v1". Add "64-v2".
17345 (abi-64-options): Rename to ...
17346 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
17347 (abi-64-condition): Rename to ...
17348 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
17349 (abi-64-ld-soname): Rename to ...
17350 (abi-64-v1-ld-soname): ... this.
17351 (abi-64-v2-options): Define.
17352 (abi-64-v2-condition): Likewise.
17353 (abi-64-v2-ld-soname): Likewise.
17354 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17355 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17356 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17358 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17359
61cd8fe4
UW
173602013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17361 Alan Modra <amodra@gmail.com>
17362
17363 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17364 New versions for use with the ELFv2 ABI.
17365 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17366 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17367 declaration.
17368 (struct La_ppc64v2_retval): Likewise.
17369 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17370 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17371 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17372 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17373 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17374 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17375 Do not save or restore CR.
17376 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17377 (_dl_profile_resolve): Do no save or restore CR. Support extended
17378 return values for ELFv2 ABI. Fix location of FPR return registers.
17379 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17380 updated values for _CALL_ELF == 2.
17381 (La_regs, La_retval, int_retval): Likewise.
17382
8b8a692c
UW
173832013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17384
17385 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17386 (FRAME_MIN_SIZE_PARM): Likewise.
17387 (FRAME_BACKCHAIN): Likewise.
17388 (FRAME_CR_SAVE): Likewise.
17389 (FRAME_LR_SAVE): Likewise.
17390 (FRAME_TOC_SAVE): Likewise.
17391 (FRAME_PARM_SAVE): Likewise.
17392 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17393 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17394 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17395 (call_mcount_parm_offset): New macro.
17396 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17397 (PROF): Use symbolic stack frame offsets.
17398 (TAIL_CALL_SYSCALL_ERROR): Likewise.
17399 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17400 Redefine in terms of FRAME_MIN_SIZE.
17401 (_dl_runtime_resolve): Use symbolic stack frame offsets.
17402 (_dl_profile_resolve): Likewise. Update comment.
17403 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17404 symbols stack frame offsets.
17405 (__sigsetjmp): Likewise.
17406 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17407 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17408 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17409 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17410
17411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17412 (FRAME_BACKCHAIN): Remove.
17413 (FRAME_CR_SAVE): Likewise.
17414 (FRAME_LR_SAVE): Likewise.
17415 (FRAME_COMPILER_DW): Likewise.
17416 (FRAME_LINKER_DW): Likewise.
17417 (FRAME_TOC_SAVE): Likewise.
17418 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
17419 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17420 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17421 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
17422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17423 (CHECK_SP): Use symbolic stack frame offsets.
17424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17425 zone" instead of caller's parameter save area for temp storage.
17426 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17427 Likewise. Also, use symbolic stack frame offsets.
17428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17429 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17430 our own stack frame instead of the caller's.
17431 (__socket): Use symbolic stack frame offsets.
17432
122b66de
UW
174332013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17434 Alan Modra <amodra@gmail.com>
17435
17436 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17437 Define.
57f41c40
AS
17438 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17439 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
17440 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17441 New function.
17442 (elf_machine_fixup_plt): Call it.
17443 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
17444 reloc arguments.
17445 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
17446 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17447 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
17448 r2 before calling target.
17449
696caf1d
UW
174502013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17451 Alan Modra <amodra@gmail.com>
17452
17453 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17454 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17455 versions of macros to support ELFv2 ABI.
17456 (LOCALENTRY): New macro.
17457 (ENTRY, EALIGN): Use it.
17458 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17459 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17460 fall through into ENTRY entry point.
17461 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17462 Only define if _CALL_ELF != 2.
17463
17464 (elf_machine_matches_host): Verify ABI version matches.
17465 (RTLD_START): Use LOCALENTRY.
17466 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17467 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17468 (PLT_ENTRY_WORDS): New macro.
17469 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17470 (elf_machine_runtime_setup): Support ELFv2 ABI.
17471 (elf_machine_fixup_plt): Likewise.
17472 (elf_machine_plt_conflict): Likewise.
17473 (resolve_ifunc): Likewise.
17474 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17475 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17476 Likewise.
17477 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17478 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17480 (makecontext): Support ELFv2 ABI.
17481 * elf/elf.h (EF_PPC64_ABI): Define.
17482
d31beafa
UW
174832013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17484
57f41c40
AS
17485 * sysdeps/powerpc/powerpc64/sysdep.h
17486 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17487 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17488 (ENTRY) [ASSEMBLER]: ... but instead here ...
17489 (EALIGN) [ASSEMBLER]: ... and here.
17490 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17491 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17492 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
17493 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17494 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
17495 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17496 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
17497 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17498 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17499 Use PPC64_LOAD_FUNCPTR.
17500
b525166b
UW
17501 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17502
7ec07d9a
AM
175032013-12-04 Alan Modra <amodra@gmail.com>
17504
17505 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17506 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17507 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17508 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17509
17510 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17511 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17512 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
17513 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
17514 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
17515 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
17516
5162e7dd
UW
175172013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17518
17519 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17520 (__makecontext): Fix incorrect CFI when backtracing out of
17521 context created via makecontext.
17522 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
17523 (__setcontext): Fix incorrect CFI during switch to new context.
17524 (__novec_setcontext): Likewise.
17525
19e3372b
OB
175262013-12-04 Ondřej Bílka <neleai@seznam.cz>
17527
17528 [BZ #4772]
17529 * time/strptime_l.c (__strptime_internal): Allow modifiers
17530 in strptime.
17531 * time/tst-strptime.c (day_tests): Add testcase.
17532
ecaf142d
SP
175332013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
17534
17535 * scripts/bench.pl: Skip over blank lines.
17536
fbf964ae
PE
175372013-12-04 Paul Eggert <eggert@cs.ucla.edu>
17538
17539 [BZ #926]
17540 * manual/time.texi (Calendar Time): Clarify what timezone functions
17541 use.
17542
fa60a674
AZ
175432013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17544
17545 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17546
d674f0ef
OB
175472013-12-04 Ondřej Bílka <neleai@seznam.cz>
17548
17549 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
17550 implementation.
17551 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
17552 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
17553 * debug/memset_chk.c (__memset_chk): Likewise.
17554 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
17555 * debug/strncpy_chk.c: Likewise.
17556
17dea188
JM
175572013-12-03 Joseph Myers <joseph@codesourcery.com>
17558
749008ff
JM
17559 [BZ #15268]
17560 [BZ #15425]
17561 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
17562 (__ieee754_exp): For possibly underflowing results, check size of
17563 result and force underflow exception if required.
17564 * math/auto-libm-test-in: Add more tests of exp.
17565 * math/auto-libm-test-out: Regenerated.
17566 * sysdeps/i386/fpu/libm-test-ulps: Update.
17567 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17568
17dea188
JM
17569 [BZ #16283]
17570 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
17571 * math/w_exp2f.c (__exp2f): Likewise.
17572 * math/w_exp2l.c (__exp2l): Likewise.
17573 * math/auto-libm-test-in: Do not allow missing errno on exp2
17574 underflow.
17575 * math/auto-libm-test-out: Regenerated.
17576
b20de2c3
OB
175772013-12-03 Ondřej Bílka <neleai@seznam.cz>
17578
17579 [BZ #16274]
17580 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
17581 handle filename validation.
17582 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
17583 (do_open): Delete.
17584
d8e2dbe3
JM
175852013-12-03 Joseph Myers <joseph@codesourcery.com>
17586
34e16df5
JM
17587 [BZ #6786]
17588 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
17589 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
17590 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
17591 <float.h>.
17592 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
17593 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
17594 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17595 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
17596 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17597 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
17598 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17599 * math/auto-libm-test-in: Don't allow missing errno from erfc.
17600 Add more erfc tests.
17601 * math/auto-libm-test-out: Regenerated.
17602 * sysdeps/i386/fpu/libm-test-ulps: Update.
17603 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17604
d8e2dbe3
JM
17605 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
17606 exp2, expm1, j0 and j1.
17607 * math/auto-libm-test-out: Regenerated.
17608 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
17609 (erfc_test_data): Likewise.
17610 (exp_test_data): Likewise.
17611 (exp_tonearest_test_data): Likewise.
17612 (exp_towardzero_test_data): Likewise.
17613 (exp_downward_test_data): Likewise.
17614 (exp_upward_test_data): Likewise.
17615 (exp10_test_data): Likewise.
17616 (exp2_test_data): Likewise.
17617 (expm1_test_data): Likewise.
17618 (j0_test_data): Likewise.
17619 (j1_test_data): Likewise.
17620 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
17621 (input_flag_type): Add flag_xfail_rounding.
17622 (input_flags): Add xfail-rounding.
17623 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
17624 (output_for_one_input_case): Handle flag_xfail_rounding.
17625 * sysdeps/i386/fpu/libm-test-ulps: Update.
17626 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17627
18d14251
AJ
176282013-12-03 Aurelien Jarno <aurelien@aurel32.net>
17629
3d2e6075 17630 [BZ #16289]
18d14251
AJ
17631 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
17632 division by 0.
17633
520d437b
SP
176342013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
17635
17636 [BZ #16195]
17637 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
17638 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
17639 (STAP_PROBE0): New macro.
17640 (STAP_PROBE1): Likewise.
17641 (STAP_PROBE2): Likewise.
17642 (STAP_PROBE3): Likewise.
17643 (STAP_PROBE4): Likewise.
17644
416e0145
OB
176452013-12-02 Ondřej Bílka <neleai@seznam.cz>
17646
17647 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
17648
9d17796a
SE
176492013-12-02 Steve Ellcey <sellcey@mips.com>
17650
17651 * benchtests/Makefile (bench): Add sqrt.
17652 (LDLIBS-bench-sqrt): New.
17653 * benchtests/sqrt-input: New.
17654
f524d6a8
PS
176552013-12-02 Pavel Simerda <psimerda@redhat.com>
17656
639a0ef8
PS
17657 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
17658 (GAIH_EAI): Likewise.
17659 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
17660 (gaih_inet): Likewise.
17661 (getaddrinfo): Don't use GAIH_EAI.
17662
f524d6a8
PS
17663 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
17664 (struct gaih): Remove definition.
17665
df3aedaf
SP
176662013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
17667
17668 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
17669 Use HERRNOP directly.
17670
1ab19dec
AZ
176712013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17672
b42ad38d 17673 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 17674
176b0c79
JM
176752013-11-30 Joseph Myers <joseph@codesourcery.com>
17676
17677 * math/gen-auto-libm-tests.c (test_functions): Add more
17678 single-argument functions.
17679 (special_fill_pi_2): New function.
17680 (special_fill_minus_pi_2): Likewise.
17681 (special_fill_pi_6): Likewise.
17682 (special_fill_minus_pi_6): Likewise.
17683 (special_fill_pi_3): Likewise.
17684 (special_fill_2pi_3): Likewise.
17685 (special_fill_e): Likewise.
17686 (special_fill_1_e): Likewise.
17687 (special_fill_e_minus_1): Likewise.
17688 (special_real_inputs): Add more special inputs.
17689 (output_for_one_input_case): Do not require ERANGE on underflow to
17690 zero if round-to-nearest result does not underflow to zero, unless
17691 exact results required.
17692 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
17693 atan, atanh, cbrt, cos and cosh.
17694 * math/auto-libm-test-out: Regenerated.
17695 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
17696 (acos_tonearest_test_data): Likewise.
17697 (acos_towardzero_test_data): Likewise.
17698 (acos_downward_test_data): Likewise.
17699 (acos_upward_test_data): Likewise.
17700 (acosh_test_data): Likewise.
17701 (asin_test_data): Likewise.
17702 (asin_tonearest_test_data): Likewise.
17703 (asin_towardzero_test_data): Likewise.
17704 (asin_upward_test_data): Likewise.
17705 (asinh_test_data): Likewise.
17706 (atan_test_data): Likewise.
17707 (atanh_test_data): Likewise.
17708 (cbrt_test_data): Likewise.
17709 (cos_test_data): Likewise.
17710 (cos_tonearest_test_data): Likewise.
17711 (cos_towardzero_test_data): Likewise.
17712 (cos_downward_test_data): Likewise.
17713 (cos_upward_test_data): Likewise.
17714 (cosh_test_data): Likewise.
17715 (cosh_tonearest_test_data): Likewise.
17716 (cosh_towardzero_test_data): Likewise.
17717 (cosh_downward_test_data): Likewise.
17718 (cosh_upward_test_data): Likewise.
17719 * sysdeps/i386/fpu/libm-test-ulps: Update.
17720 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17721
ffb536d0
JM
177222013-11-29 Joseph Myers <joseph@codesourcery.com>
17723
2a77a467
JM
17724 [BZ #6787]
17725 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
17726 * math/w_exp10f.c (__exp10f): Likewise.
17727 * math/w_exp10l.c (__exp10l): Likewise.
17728 * math/libm-test.inc (exp10_test_data): Add more tests and expect
17729 errno settings in existing tests.
17730
ea3bc4e8
JM
17731 [BZ #14032]
17732 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
17733 precision control set to double precision.
17734 * sysdeps/i386/fpu/w_sqrt.c: New file.
17735 * math/auto-libm-test-in: Add more tests.
17736 * math/auto-libm-test-out: Update.
17737
0712c9d8
JM
17738 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
17739 (sqrt_test_tonearest): New function.
17740 (sqrt_towardzero_test_data): New variable.
17741 (sqrt_test_towardzero): New function.
17742 (sqrt_downward_test_data): New variable.
17743 (sqrt_test_downward): New function.
17744 (sqrt_upward_test_data): New variable.
17745 (sqrt_test_upward): New function.
17746 (main): Call the new functions.
17747
ffb536d0
JM
17748 * math/gen-auto-libm-tests.c: New file.
17749 * math/auto-libm-test-in: Likewise.
17750 * math/auto-libm-test-out: New generated file.
17751 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
17752 variables.
17753 (%beautify): Add generated representations of zero.
17754 (top level): Set $auto_input and call parse_auto_input.
17755 (beautify): Remove trailing "f" from hex float constants.
17756 (parse_args): Handle XFAIL_TEST.
17757 (convert_condition): New function.
17758 (or_value): Likewise.
17759 (or_cond_value): Likewise.
17760 (generate_testfile): Handle AUTO_TESTS_* lines.
17761 (parse_auto_input): New function.
17762 * math/libm-test.inc (XFAIL_TEST): New macro.
17763 (ERRNO_UNCHANGED): Update value.
17764 (ERRNO_EDOM): Likewise.
17765 (ERRNO_ERANGE): Likewise.
17766 (IGNORE_RESULT): Likewise.
17767 (TEST_COND_flt_32): New macro.
17768 (TEST_COND_dbl_64): Likewise.
17769 (TEST_COND_ldbl_96_intel): Likewise.
17770 (TEST_COND_ldbl_96_m68k): Likewise.
17771 (TEST_COND_ldbl_128): Likewise.
17772 (TEST_COND_ldbl_128ibm): Likewise.
17773 (TEST_COND_long32): Likewise.
17774 (TEST_COND_long64): Likewise.
17775 (TEST_COND_before_rounding): Likewise.
17776 (TEST_COND_after_rounding): Likewise.
17777 (enable_test): Handle XFAIL_TEST flag.
17778 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
17779 with finite results.
17780 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
17781 auto-libm-test-out.
17782
acd98a8e
AK
177832013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
17784 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17785
17786 [BZ #16214]
17787 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
17788 __tls_get_addr_internal instead of __tls_get_offset in order to
17789 avoid GOT pointer dependency. Make rtld export
17790 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
17791 __tls_get_addr since we are a __tls_get_offset platform.
17792 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
17793 GOT pointer being set up before.
17794 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
17795
3c1c46a6
JM
177962013-11-28 Joseph Myers <joseph@codesourcery.com>
17797
7475aef5
JM
17798 * manual/math.texi (Errors in Math Functions): Document accuracy
17799 goals.
17800
8bca7cd8
JM
17801 [BZ #15004]
17802 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
17803 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
17804 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
17805 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
17806 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
17807 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
17808 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
17809 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
17810 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
17811 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
17812 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
17813 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
17814 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
17815 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
17816 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
17817 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
17818
91a1f3fe
JM
17819 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
17820 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
17821 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
17822 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
17823 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
17824 Likewise.
17825 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
17826 Likewise.
17827 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
17828 Likewise.
17829 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
17830 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
17831 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
17832 atomic-feupdateenv and flt-rounds.
17833 * sysdeps/powerpc/nofpu/Versions (libc): Add
17834 __atomic_feholdexcept, __atomic_feclearexcept,
17835 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
17836 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
17837 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
17838 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
17839 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
17840 here.
17841 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
17842 Update.
17843
c5df7609
JM
17844 * manual/arith.texi (FP Exceptions): Document that exceptions may
17845 not be raised when matherr is used.
17846 (Math Error Reporting): Document overflow in directed rounding
17847 modes. Document that errno may not be set when finite values are
17848 returned on overflow. Document intent to set errno on underflow
17849 only for underflow to zero.
17850
3c1c46a6
JM
17851 [BZ #16271]
17852 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
17853 round-to-nearest then adjust result for other rounding modes.
17854 * include/fenv.h (fegetround): Use libm_hidden_proto.
17855 * math/fegetround.c (fegetround): Use libm_hidden_def.
17856 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
17857 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
17858 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
17859 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
17860 Likewise.
17861 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
17862 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
17863 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
17864 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
17865
5a4c6d53
SP
178662013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
17867
17868 [BZ #16077]
17869 * nss/Versions (libnss_files): Add
17870 _nss_files_gethostbyname3_r.
17871 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
17872 New function.
17873 (HOST_DB_LOOKUP): Remove macro.
17874 (_nss_files_gethostbyname_r): Implement function without the
17875 HOST_DB_LOOKUP macro.
17876 (_nss_files_gethostbyname2_r): Likewise.
17877
897b98ba
OB
178782013-11-28 Ondřej Bílka <neleai@seznam.cz>
17879
17880 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
17881
6f476861
UB
178822013-11-26 Uros Bizjak <ubizjak@gmail.com>
17883
17884 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
17885 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
17886 warning.
17887
bd12ab55
AZ
178882013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17889
17890 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
17891 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
17892 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
17893 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
17894 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
17895 __fe_nomask_env_priv and attribute_hidden.
17896 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
17897 (libc_feupdateenv_test_ppc): Likewise.
17898 (libc_feresetround_ppc): Likewise.
17899 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
17900 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
17901 compat_symbol macro.
17902 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
17903 (__fe_nomask_env): Likewise.
17904 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
17905
52bb6543
OB
179062013-11-26 Ondřej Bílka <neleai@seznam.cz>
17907
17908 * string/Makefile: Remove ifunc tests.
17909 * string/test-string.h: Define TEST_IFUNC.
17910 * string/test-bcopy-ifunc.c: Remove.
17911 * string/test-bzero-ifunc.c: Likewise.
17912 * string/test-memccpy-ifunc.c: Likewise.
17913 * string/test-memchr-ifunc.c: Likewise.
17914 * string/test-memcmp-ifunc.c: Likewise.
17915 * string/test-memcpy-ifunc.c: Likewise.
17916 * string/test-memmem-ifunc.c: Likewise.
17917 * string/test-memmove-ifunc.c: Likewise.
17918 * string/test-mempcpy-ifunc.c: Likewise.
17919 * string/test-memrchr-ifunc.c: Likewise.
17920 * string/test-memset-ifunc.c: Likewise.
17921 * string/test-rawmemchr-ifunc.c: Likewise.
17922 * string/test-stpcpy-ifunc.c: Likewise.
17923 * string/test-stpncpy-ifunc.c: Likewise.
17924 * string/test-strcasecmp-ifunc.c: Likewise.
17925 * string/test-strcasestr-ifunc.c: Likewise.
17926 * string/test-strcat-ifunc.c: Likewise.
17927 * string/test-strchr-ifunc.c: Likewise.
17928 * string/test-strchrnul-ifunc.c: Likewise.
17929 * string/test-strcmp-ifunc.c: Likewise.
17930 * string/test-strcpy-ifunc.c: Likewise.
17931 * string/test-strcspn-ifunc.c: Likewise.
17932 * string/test-strlen-ifunc.c: Likewise.
17933 * string/test-strncasecmp-ifunc.c: Likewise.
17934 * string/test-strncat-ifunc.c: Likewise.
17935 * string/test-strncmp-ifunc.c: Likewise.
17936 * string/test-strncpy-ifunc.c: Likewise.
17937 * string/test-strnlen-ifunc.c: Likewise.
17938 * string/test-strpbrk-ifunc.c: Likewise.
17939 * string/test-strrchr-ifunc.c: Likewise.
17940 * string/test-strspn-ifunc.c: Likewise.
17941 * string/test-strstr-ifunc.c: Likewise.
17942
ab260039 179432013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
17944
17945 * benchtests/Makefile: Remove ifunc tests.
17946 * benchtests/bench-string.h: Define TEST_IFUNC.
17947 * benchtests/bench-bcopy-ifunc.c: Remove.
17948 * benchtests/bench-bzero-ifunc.c: Likewise.
17949 * benchtests/bench-memccpy-ifunc.c: Likewise.
17950 * benchtests/bench-memchr-ifunc.c: Likewise.
17951 * benchtests/bench-memcmp-ifunc.c: Likewise.
17952 * benchtests/bench-memcpy-ifunc.c: Likewise.
17953 * benchtests/bench-memmem-ifunc.c: Likewise.
17954 * benchtests/bench-memmove-ifunc.c: Likewise.
17955 * benchtests/bench-mempcpy-ifunc.c: Likewise.
17956 * benchtests/bench-memrchr-ifunc.c: Likewise.
17957 * benchtests/bench-memset-ifunc.c: Likewise.
17958 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
17959 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
17960 * benchtests/bench-stpcpy-ifunc.c: Likewise.
17961 * benchtests/bench-stpncpy-ifunc.c: Likewise.
17962 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
17963 * benchtests/bench-strcasestr-ifunc.c: Likewise.
17964 * benchtests/bench-strcat-ifunc.c: Likewise.
17965 * benchtests/bench-strchr-ifunc.c: Likewise.
17966 * benchtests/bench-strchrnul-ifunc.c: Likewise.
17967 * benchtests/bench-strcmp-ifunc.c: Likewise.
17968 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
17969 * benchtests/bench-strcpy-ifunc.c: Likewise.
17970 * benchtests/bench-strcspn-ifunc.c: Likewise.
17971 * benchtests/bench-strlen-ifunc.c: Likewise.
17972 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
17973 * benchtests/bench-strncat-ifunc.c: Likewise.
17974 * benchtests/bench-strncmp-ifunc.c: Likewise.
17975 * benchtests/bench-strncpy-ifunc.c: Likewise.
17976 * benchtests/bench-strnlen-ifunc.c: Likewise.
17977 * benchtests/bench-strpbrk-ifunc.c: Likewise.
17978 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 17979 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
17980 * benchtests/bench-strspn-ifunc.c: Likewise.
17981 * benchtests/bench-strstr-ifunc.c: Likewise.
17982
179832013-11-26 Ondřej Bílka <neleai@seznam.cz>
17984
ab260039
OB
17985 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
17986
d1d9eaf4 179872013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 17988
d1d9eaf4
OB
17989 * resolv/netdb.h: Use __glibc_reserved instead __unused.
17990 * rt/aio.h: Likewise.
17991 * sysdeps/gnu/bits/utmp.h: Likewise.
17992 * sysdeps/gnu/bits/utmpx.h: Likewise.
17993 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
17994 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
17995 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
17996 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
17997 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
17998 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
17999 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18000 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18001 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18002 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18003 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18004 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18005 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18006 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18007 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18008 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18009 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18010 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18011 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18012 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18013 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18014 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18015 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18016 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18017 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18018 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18019 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18020 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18021 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18022 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18023 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18024 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18025 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18026 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18027 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18028 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18029 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18030 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18031 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18032 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18033 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18034 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18035
a7624ed9
CD
180362013-11-25 Carlos O'Donell <carlos@redhat.com>
18037
18038 [BZ #16245]
18039 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18040 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18041
63cfe52b
JM
180422013-11-25 Joseph Myers <joseph@codesourcery.com>
18043
18044 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18045 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18046 Likewise.
18047
41e8926a
AZ
180482013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18049
18050 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18051 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18052 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18053 (__fesetround): Remove define.
18054 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18055 rounding and exceptions handling.
18056 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18057 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18058 (__fe_nomask_env): Likewise.
18059 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18060 __fegetround instead of fegetround.
18061 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18062 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18063
6851bd4d
RM
180642013-11-21 Roland McGrath <roland@hack.frob.com>
18065
070906ff
RM
18066 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18067 it's there.
18068
6851bd4d
RM
18069 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18070
84ae135d
MI
180712013-11-21 Meador Inge <meadori@codesourcery.com>
18072
18073 [BZ #11157]
18074 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18075 (encrypt_r): Likewise.
18076 * malloc/obstack.h (obstack_free): Likewise.
18077 * posix/unistd.h (encrypt): Likewise.
18078
daf75146
GM
180792013-11-21 Guy Martin <gmsoft@tuxicoman.be>
18080
18081 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18082 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18083 DL_CALL_DT_FINI() that call the functions directly.
18084 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18085 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18086 * elf/dl-fini.c: Likewise.
18087
10ad46bc
OB
180882013-11-20 Ondřej Bílka <neleai@seznam.cz>
18089
18090 * malloc/hooks.c (memalign_check): Add alignment rounding.
18091 * malloc/malloc.c (_mid_memalign): New function.
18092 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18093 Implement by calling _mid_memalign.
18094 * manual/probes.texi (Memory Allocation Probes): Remove
18095 memory_valloc_retry and memory_pvalloc_retry.
18096
f3fd2628
SP
180972013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
18098
4712799f
SP
18099 * locale/programs/locarchive.c (open_archive): Add const
18100 qualifier to ARCHIVEFNAME and copy default fname to
18101 DEFAULT_FNAME.
18102
0417b20f
SP
18103 [BZ #15601]
18104 * libio/tst-widetext.input: Rename Oriya to Odia.
18105 * locale/iso-639.def: Likewise.
18106
f3fd2628
SP
18107 * manual/probes.texi (Mathematical Function Probes): Add
18108 documentation for sin, cos, asin and acos probes.
18109 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18110 (__sin32): Add slowasin probe.
18111 (__cos32): Add slowacos probe.
18112 (__mpsin): Add slowsin probe.
18113 (__mpcos): Add slowcos probe.
18114
73c1ce4f
JM
181152013-11-19 Joseph Myers <joseph@codesourcery.com>
18116
18117 [BZ #15483]
18118 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18119 thread-local __sim_exceptions_thread and global
18120 __sim_exceptions_global.
18121 (__sim_disabled_exceptions): Change to thread-local
18122 __sim_disabled_exceptions_thread and global
18123 __sim_disabled_exceptions_global.
18124 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18125 and global __sim_round_mode_global.
18126 (__simulate_exceptions): Use thread-local floating-point state and
18127 set global state from it as needed.
18128 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18129 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18130 __sim_round_mode_thread.
18131 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18132 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18133 and global __sim_exceptions_global.
18134 (__sim_disabled_exceptions): Change to thread-local
18135 __sim_disabled_exceptions_thread and global
18136 __sim_disabled_exceptions_global.
18137 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18138 and global __sim_round_mode_global.
18139 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18140 (SIM_SET_GLOBAL): Likewise.
18141 * sysdeps/powerpc/soft-fp/sfp-machine.h
18142 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18143 __sim_round_mode_thread.
18144 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18145 __sim_disabled_exceptions_thread.
18146 (__sim_exceptions): Change to __sim_exceptions_thread.
18147 (__sim_disabled_exceptions): Change to
18148 __sim_disabled_exceptions_thread.
18149 (__sim_round_mode): Change to __sim_round_mode_thread.
18150 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18151 thread-local floating-point state and set global state from it as
18152 needed.
18153 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18154 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18155 (__sim_disabled_exceptions): Remove extern declaration.
18156 (feenableexcept): Use thread-local floating-point state and set
18157 global state from it as needed.
18158 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18159 extern declaration.
18160 (__sim_disabled_exceptions): Likewise.
18161 (__sim_round_mode): Likewise.
18162 (__fegetenv): Use thread-local floating-point state.
18163 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18164 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18165 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18166 floating-point state and set global state from it as needed.
18167 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18168 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18169 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18170 Likewise.
18171 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18172 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18173 Likewise.
18174 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18175 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18176 Use __sim_round_mode_thread.
18177 * math/test-fenv-tls.c: New file.
18178 * math/Makefile (tests): Add test-fenv-tls.
18179 ($(objpfx)test-fenv-tls): Depend on
18180 $(common-objpfx)nptl/libpthread.so.
18181
b5449b12
AS
181822013-11-19 Andreas Schwab <schwab@suse.de>
18183
18184 * locale/programs/locale.c (show_info): Decode wordarray elements.
18185 * locale/categories.def (LC_MONETARY): Add element for
18186 _NL_MONETARY_CRNCYSTR.
18187 * locale/C-monetary.c (conversion_rate): New variable.
18188 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18189 element.
18190
e186536b
CM
181912013-11-18 Chris Metcalf <cmetcalf@tilera.com>
18192
18193 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18194 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18195
5c349950
PP
181962013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
18197
18198 * elf/Makefile (tst-auxv): New test.
18199 * elf/tst-auxv.c: New
18200 * elf/rtld.c (dl_main): Adjust AT_EXECFN
18201
699df45b
JM
182022013-11-18 Joseph Myers <joseph@codesourcery.com>
18203
18204 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18205 (hidden_proto): Caller changed.
18206 (hidden_tls_proto): New macro.
18207 (libc_hidden_tls_proto): Likewise.
18208 (rtld_hidden_tls_proto): Likewise.
18209 (libm_hidden_tls_proto): Likewise.
18210 (libresolv_hidden_tls_proto): Likewise.
18211 (librt_hidden_tls_proto): Likewise.
18212 (libdl_hidden_tls_proto): Likewise.
18213 (libnss_files_hidden_tls_proto): Likewise.
18214 (libnsl_hidden_tls_proto): Likewise.
18215 (libnss_nisplus_hidden_tls_proto): Likewise.
18216 (libutil_hidden_tls_proto): Likewise.
18217
b7589107
OB
182182013-11-18 Ondřej Bílka <neleai@seznam.cz>
18219
18220 [BZ #10253]
18221 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18222 (decompose_rpath): Defer expansion to fillin_rpath.
18223 (_dl_init_paths): Pass linkmap to fillin_rpath.
18224
250c23bd
RS
182252013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18226
18227 * benchtests/Makefile: Add strsep.
18228 * benchtests/bench-strsep.c: New file: strsep benchtest.
18229 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18230
a7931fcf
AS
182312013-11-18 Andreas Schwab <schwab@suse.de>
18232
18233 * locale/programs/locale.c (show_info) [case byte]: Check for
18234 '\377' instead of '\177'.
18235 * locale/C-monetary.c (not_available): Always use "\377".
18236 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18237 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
18238 detect unavailable sign_posn locale elements.
18239 * locale/localeconv.c (__localeconv): For grouping and
18240 mon_grouping handle "\177" and "\377" like no grouping.
18241 (INT_ELEM): New macro. Use it to set all numeric members.
18242 * locale/programs/ld-monetary.c (monetary_read)
18243 <tok_mon_grouping>: Normalize single -1 to the empty string.
18244 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18245 Likewise.
18246
728dab0e
OB
182472013-11-07 Ondřej Bílka <neleai@seznam.cz>
18248
18249 [BZ #16055]
18250 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18251 when we match (nil).
18252 * stdio-common/tst-sscanf.c (struct test): Add testcase.
18253
66294491
JM
182542013-11-16 Joseph Myers <joseph@codesourcery.com>
18255
ce665817
JM
18256 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18257 (NO_TEST_INLINE): Update value.
18258 (ERRNO_UNCHANGED): Likewise.
18259 (ERRNO_EDOM): Likewise.
18260 (ERRNO_ERANGE): Likewise.
18261 (IGNORE_RESULT): Likewise.
18262 (check_float_internal): Check signs of NaN results if
18263 TEST_NAN_SIGN used.
18264 (check_complex): Pass TEST_NAN_SIGN flag through to second
18265 check_float_internal call.
18266 (copysign_test_data): Add tests with quiet NaNs as second
18267 argument. Use TEST_NAN_SIGN.
18268 (fabs_test_data): Add test of negative quiet NaN argument. Use
18269 TEST_NAN_SIGN.
18270 (signbit_test_data): Add tests of quiet NaN argument.
18271 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18272
ee1466a9
JM
18273 * math/gen-libm-test.pl (show_exceptions): Take extra argument
18274 $ignore_result.
18275 (parse_args): Handle function results specified as IGNORE.
18276 * math/libm-test.inc (IGNORE_RESULT): New macro.
18277 (check_float_internal): Do not check numerical result if flag
18278 IGNORE_RESULT set.
18279 (check_complex): Pass through IGNORE_RESULT to second
18280 check_float_internal call.
18281 (check_int): Do not check numerical result if flag IGNORE_RESULT
18282 set.
18283 (check_long): Likewise.
18284 (check_bool): Likewise.
18285 (check_longlong): Likewise.
18286 (lrint_test_data): Add tests of infinite and NaN arguments.
18287 (lrint_tonearest_test_data): Likewise.
18288 (lrint_towardzero_test_data): Likewise.
18289 (lrint_downward_test_data): Likewise.
18290 (lrint_upward_test_data): Likewise.
18291 (llrint_test_data): Likewise.
18292 (llrint_tonearest_test_data): Likewise.
18293 (llrint_towardzero_test_data): Likewise.
18294 (llrint_downward_test_data): Likewise.
18295 (llrint_upward_test_data): Likewise.
18296 (lround_test_data): Likewise.
18297 (llround_test_data): Likewise.
18298
14407b7e
JM
18299 * math/libm-test.inc (NO_TEST_INLINE): New macro.
18300 (ERRNO_UNCHANGED): Update value.
18301 (ERRNO_EDOM): Likewise.
18302 (ERRNO_ERANGE): Likewise.
18303 (NO_TEST_INLINE_FLOAT): New macro.
18304 (NO_TEST_INLINE_DOUBLE): Likewise.
18305 (enable_test): New function.
18306 (RUN_TEST_f_f): Check enable_test before running test.
18307 (RUN_TEST_2_f): Likewise.
18308 (RUN_TEST_fff_f): Likewise.
18309 (RUN_TEST_c_f): Likewise.
18310 (RUN_TEST_f_f1): Likewise.
18311 (RUN_TEST_fF_f1): Likewise.
18312 (RUN_TEST_fI_f1): Likewise.
18313 (RUN_TEST_ffI_f1): Likewise.
18314 (RUN_TEST_c_c): Likewise.
18315 (RUN_TEST_cc_c): Likewise.
18316 (RUN_TEST_f_i): Likewise.
18317 (RUN_TEST_f_i_tg): Likewise.
18318 (RUN_TEST_ff_i_tg): Likewise.
18319 (RUN_TEST_f_b): Likewise.
18320 (RUN_TEST_f_b_tg): Likewise.
18321 (RUN_TEST_f_l): Likewise.
18322 (RUN_TEST_f_L): Likewise.
18323 (RUN_TEST_fFF_11): Likewise.
18324 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18325 conditionals.
18326 (cosh_test_data): Likewise.
18327 (exp_test_data): Likewise.
18328 (expm1_test_data): Likewise.
18329 (hypot_test_data): Likewise.
18330 (pow_test_data): Likewise.
18331 (sinh_test_data): Likewise.
18332 (tanh_test_data): Likewise.
18333 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18334 flags argument.
18335
ca07f197
JM
18336 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18337 tests with quiet NaN input and output.
18338 (acosh_test_data): Likewise.
18339 (asin_test_data): Likewise.
18340 (asinh_test_data): Likewise.
18341 (atan_test_data): Likewise.
18342 (atanh_test_data): Likewise.
18343 (atan2_test_data): Likewise.
18344 (cbrt_test_data): Likewise.
18345 (cos_test_data): Likewise.
18346 (cosh_test_data): Likewise.
18347 (erf_test_data): Likewise.
18348 (erfc_test_data): Likewise.
18349 (exp_test_data): Likewise.
18350 (exp10_test_data): Likewise.
18351 (exp2_test_data): Likewise.
18352 (expm1_test_data): Likewise.
18353 (hypot_test_data): Likewise.
18354 (j0_test_data): Likewise.
18355 (j1_test_data): Likewise.
18356 (jn_test_data): Likewise.
18357 (lgamma_test_data): Likewise.
18358 (log_test_data): Likewise.
18359 (log10_test_data): Likewise.
18360 (log1p_test_data): Likewise.
18361 (log2_test_data): Likewise.
18362 (pow_test_data): Likewise.
18363 (scalb_test_data): Likewise.
18364 (sin_test_data): Likewise.
18365 (sincos_test_data): Likewise.
18366 (sinh_test_data): Likewise.
18367 (tan_test_data): Likewise.
18368 (tanh_test_data): Likewise.
18369 (tgamma_test_data): Likewise.
18370 (y0_test_data): Likewise.
18371 (y1_test_data): Likewise.
18372 (yn_test_data): Likewise.
18373
66294491
JM
18374 [BZ #16167]
18375 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18376 argument being NaN and avoid computations with second argument in
18377 that case.
18378 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18379 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18380 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18381
1820b143
CL
183822013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
18383
18384 * locale/iso-639.def: Add Chitwani Tharu (the).
18385
714bd261
AS
183862013-11-14 Andreas Schwab <schwab@suse.de>
18387
18388 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18389 word instead of empty string.
18390
7ab44563
AZ
183912013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18392
18393 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18394 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18396 (__fe_nomask_env): Likewise.
18397
e8470ea2
SE
183982013-11-13 Steve Ellcey <sellcey@mips.com>
18399
18400 * benchtests/bench-timing.h: Include time.h.
18401
17c1d9f0
L
184022013-11-13 H.J. Lu <hongjiu.lu@intel.com>
18403
18404 [BZ #15997]
18405 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18406 to 3.4.0 for x32.
18407 * sysdeps/unix/sysv/linux/configure: Regenerated.
18408
9310c284
JM
184092013-11-13 Joseph Myers <joseph@codesourcery.com>
18410
18411 [BZ #16151]
18412 * stdlib/strtod_l.c (round_and_return): Do not consider
18413 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18414 exponent one less than half the least subnormal exponent.
18415 * stdlib/test-strtod-round-data: Add more tests.
18416 * stdlib/tst-strtod-round.c (tests): Regenerated.
18417
7a2ad8cf
AZ
184182013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18419
18420 [BZ #14143]
18421 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18422 (__fe_mask_env): Likewise.
18423 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18424 libm_hidden_proto and add function prototype.
18425 (__fe_mask_env): Add function prototype.
18426 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18427 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18429 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18430 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18431 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18432
50727aa7
MS
184332013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
18434
b2f386c1 18435 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
18436 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18437
a615be46
MS
184382013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
18439
18440 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18441 of htab_find_slot().
18442
7ddace62
DM
184432013-11-11 David S. Miller <davem@davemloft.net>
18444
18445 [BZ #16150]
18446 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18447 symbol in the non-vis3 case in static builds.
18448 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18449 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18450 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18451 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18452
9182aa67
JK
184532013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18454
18455 [BZ #387]
18456 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18457 it is empty.
18458
450a2e2d
AZ
184592013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18460
b2f386c1
SP
18461 * benchtests/Makefile: Add bench-strtod.
18462 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 18463
8ec3f656
AS
184642013-11-11 Andreas Schwab <schwab@suse.de>
18465
18466 [BZ #16153]
18467 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18468 terminating NUL in key length.
18469
76a9b998
AZ
184702013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18471
18472 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18473 Add artificial ODP entry for vDSO symbol for PPC64.
18474 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18475 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18476
e4368156
OB
184772013-11-07 Ondřej Bílka <neleai@seznam.cz>
18478
18479 [BZ #15374]
18480 * nss/getent.c (services_keys): Recognize services starting with digit.
18481
8d6bb57c
DM
184822013-11-06 David S. Miller <davem@davemloft.net>
18483
18484 [BZ #15985]
18485 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18486 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18487
e256c421
WN
184882013-11-06 Will Newton <will.newton@linaro.org>
18489
18490 * manual/memory.texi (Malloc Examples): Remove register
18491 keyword from examples.
18492
f6e12daa 184932013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 18494
f6e12daa 18495 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 18496
9d880655
AS
184972013-11-04 Joseph Myers <joseph@codesourcery.com>
18498
fd2f9486 18499 [BZ #6981]
9d880655
AS
18500 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18501 depending on [__GCC_IEC_559 > 0].
18502 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18503 depending on [__GCC_IEC_559_COMPLEX > 0].
18504
ae129d3c
CL
185052013-11-03 Chris Leonard <cjl@sugarlabs.org>
18506
18507 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18508 to iso-639.def.
18509
4a15c2a4 185102013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
18511
18512 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
18513
8b35e35d
OB
185142013-11-01 Ondřej Bílka <neleai@seznam.cz>
18515
18516 [BZ #16112]
18517 * malloc/malloc (malloc_info): Do not handle first bin as
18518 special case.
18519
1d70fd6c
CL
185202013-11-01 Chris Leonard <cjl@sugarlabs.org>
18521
18522 * locale/iso-639.def: Add Central Nahuatl (nhn).
18523
8c5c2600
BH
185242013-11-01 Bruno Haible <bruno@clisp.org>
18525
18526 [BZ #7003]
18527 * manual/math.texi (BSD Random): Specify range upper bound as
18528 in POSIX.
18529
da5579c2
CL
185302013-10-31 Chris Leonard <cjl@sugarlabs.org>
18531
18532 * locale/iso-639.def: Add Meadow Mari (mhr).
18533
5d30d853
OB
185342013-10-31 Ondřej Bílka <neleai@seznam.cz>
18535
18536 [BZ #14752], [BZ #15763]
18537 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
18538 Validate name.
18539 * rt/tst_shm.c: Add test for escaping directory.
18540
a4966c61
AS
185412013-10-31 Andreas Schwab <schwab@suse.de>
18542
8a43e768 18543 [BZ #15917]
a4966c61
AS
18544 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
18545 followed by 'x' as part of digit sequence.
18546 * stdio-common/tst-sscanf.c (double_tests2): New tests.
18547
28d708c4
MAP
185482013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
18549
18550 [BZ #16037]
18551 * configure.ac: allow GNU Make 4.0 and greater.
18552 * configure: Regenerated.
18553
a56ee40b
WN
185542013-10-30 Will Newton <will.newton@linaro.org>
18555
18556 [BZ #16038]
18557 * malloc/hooks.c (memalign_check): Limit alignment to the
18558 maximum representable power of two.
18559 * malloc/malloc.c (__libc_memalign): Likewise.
18560 * malloc/tst-memalign.c (do_test): Add test for very
18561 large alignment values.
18562 * malloc/tst-posix_memalign.c (do_test): Likewise.
18563
c6e4925d
OB
185642013-10-30 Ondřej Bílka <neleai@seznam.cz>
18565
18566 [BZ #11087]
18567 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
18568 (munmap_chunk): Likewise.
18569 (mremap_chunk): Likewise.
18570
185712013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 18572
8a43e768 18573 [BZ #15799]
bbea82f7
OB
18574 * stdlib/div.c (div): Remove obsolete code.
18575 * stdlib/ldiv.c (ldiv): Likewise.
18576 * stdlib/lldiv.c (lldiv): Likewise.
18577
977f4b31
SP
185782013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
18579
18580 [BZ #16071]
18581 * nss/nss_files/files-XXX.c (get_contents_ret): New
18582 enumerator.
18583 (get_contents): New function.
18584 (internal_getent): Use it. Expand size of LINEBUFLEN.
18585
cb8a6dbd
MF
185862013-10-30 Mike Frysinger <vapier@gentoo.org>
18587
18588 * configure.in: Moved to ...
18589 * configure.ac: ... here. Change reference to configure.in
18590 to configure.ac.
18591 * sysdeps/arm/preconfigure.ac: ... here.
18592 configure.in to configure.ac.
18593 * sysdeps/gnu/configure.in: Moved to ...
18594 * sysdeps/gnu/configure.ac: ... here.
18595 * sysdeps/i386/configure.in: Moved to ...
18596 * sysdeps/i386/configure.ac: ... here.
18597 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
18598 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
18599 * sysdeps/mach/configure.in: Moved to ...
18600 * sysdeps/mach/configure.ac: ... here.
18601 * sysdeps/mach/hurd/configure.in: Moved to ...
18602 * sysdeps/mach/hurd/configure.ac: ... here.
18603 * sysdeps/powerpc/configure.in: Moved to ...
18604 * sysdeps/powerpc/configure.ac: ... here.
18605 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
18606 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
18607 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
18608 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
18609 * sysdeps/s390/s390-32/configure.in: Moved to ...
18610 * sysdeps/s390/s390-32/configure.ac: ... here.
18611 * sysdeps/s390/s390-64/configure.in: Moved to ...
18612 * sysdeps/s390/s390-64/configure.ac: ... here.
18613 * sysdeps/sh/configure.in: Moved to ...
18614 * sysdeps/sh/configure.ac: ... here.
18615 * sysdeps/sparc/configure.in: Moved to ...
18616 * sysdeps/sparc/configure.ac: ... here.
18617 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
18618 * sysdeps/unix/sysv/linux/configure.ac: ... here.
18619 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
18620 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
18621 * sysdeps/x86_64/configure.in: Moved to ...
18622 * sysdeps/x86_64/configure.ac: ... here.
18623 * sysdeps/x86_64/preconfigure.in: Moved to ...
18624 * sysdeps/x86_64/preconfigure.ac: ... here.
18625 * aclocal.m4: Change reference to configure.in to configure.ac.
18626 * config.h.in: Likewise.
18627 * manual/install.texi: Likewise.
18628 * manual/maint.texi: Likewise.
18629 * Makefile: Likewise.
18630 * malloc/Makefile: Likewise.
18631 * nscd/Makefile: Likewise.
18632 * Makeconfig: Change reference to configure.in and
18633 preconfigure.in to configure.ac and preconfigure.ac
18634 respectively.
18635 * INSTALL: Regenerated.
18636 * configure: Likewise.
18637 * sysdeps/gnu/configure: Likewise.
18638 * sysdeps/i386/configure: Likewise.
18639 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
18640 * sysdeps/mach/configure: Likewise.
18641 * sysdeps/mach/hurd/configure: Likewise.
18642 * sysdeps/powerpc/configure: Likewise.
18643 * sysdeps/powerpc/powerpc32/configure: Likewise.
18644 * sysdeps/powerpc/powerpc64/configure: Likewise.
18645 * sysdeps/s390/s390-32/configure: Likewise.
18646 * sysdeps/s390/s390-64/configure: Likewise.
18647 * sysdeps/sh/configure: Likewise.
18648 * sysdeps/sparc/configure: Likewise.
18649 * sysdeps/unix/sysv/linux/configure: Likewise.
18650 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
18651 * sysdeps/x86_64/configure: Likewise.
18652 * sysdeps/x86_64/preconfigure: Likewise.
18653
36a4953a
AS
186542013-10-29 Andreas Schwab <schwab@suse.de>
18655
18656 * stdio-common/Makefile (tst-swscanf-ENV): Define.
18657
c79a1204
SP
186582013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
18659
dfa1b402
SP
18660 * benchtests/pow-inputs: Add new inputs.
18661
54f73d9c
SP
18662 * benchtests/exp-inputs: Add new inputs.
18663
c79a1204
SP
18664 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
18665 conditional check for return value.
18666 (__cos32): Likewise.
18667
67beb545 186682013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
18669
18670 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
18671 to provide a boost for large inputs with word alignment.
18672 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
18673 implementation based on optimized PPC64 strcpy.
18674 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
18675 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
18676 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
18677 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
18678
151659f6
OB
186792013-10-25 Ondřej Bílka <neleai@seznam.cz>
18680
482a077e 18681 [BZ #2801]
151659f6
OB
18682 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
18683
10b0f26b
OB
186842013-10-25 Ondřej Bílka <neleai@seznam.cz>
18685
18686 [BZ #14876]
18687 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
18688 * time/tst-strptime.c (day_tests): Add testcase.
18689
ca42d35e
OB
186902013-10-25 Ondřej Bílka <neleai@seznam.cz>
18691
482a077e 18692 [BZ #14029]
ca42d35e
OB
18693 * manual/pattern.texi: Acknowledge that fnmatch can fail.
18694
52e6d801
FB
186952013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
18696
18697 [BZ #16074]
18698 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
18699 MAP_FAILED on error.
18700
7cbcdb36
SP
187012013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
18702
18703 [BZ #16072]
18704 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
18705 heap for large requests.
18706
894f3f10
AM
187072013-10-25 Aurelien Jarno <aurelien@aurel32.net>
18708
18709 [BZ #9954]
18710 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
18711 result if the result has no associated interface.
18712 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
18713 interface for all 127.X.Y.Z addresses.
18714
b85545a6
CL
187152013-10-24 Chris Leonard <cjl@sugarlabs.org>
18716
18717 * locale/iso-639.def: Add Ligurian (lij)
18718
d1f23d46
OB
187192013-10-21 Ondřej Bílka <neleai@seznam.cz>
18720
18721 [BZ #15825]
18722 * sunrpc/rpc_main.c: Document rpcgen -5.
18723
4db5b08f
MS
187242013-10-19 Michael Stahl <mstahl@redhat.com>
18725
18726 * elf/rtld.c (do_preload): Print the reason why preloading failed.
18727
a471e96a
OB
187282013-10-19 Ondřej Bílka <neleai@seznam.cz>
18729
d1f23d46 18730 [BZ #10278]
a471e96a
OB
18731 * posix/glob.c: Match only directories when trailing slash is present.
18732 * posix/tst-gnuglob.c (my_opendir): Do not open files.
18733 (main): Add testcase.
18734
45c30c61
OB
187352013-10-19 Ondřej Bílka <neleai@seznam.cz>
18736
18737 [BZ #15670]
18738 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
18739
484c12fb
CD
187402013-10-18 Carlos O'Donell <carlos@redhat.com>
18741
3d7dc513
CD
18742 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
18743 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
18744 AUTH_DES and cindex for FIPS 140-2.
18745 (DES Encryption): Add cindex FIPS 46-3.
18746
484c12fb
CD
18747 * locale/locarchive.h (struct locarhandle): Add fname.
18748 * locale/programs/localedef.c (main): Pass ARGV[remaining]
18749 if an optional argument was specified to --list-archive,
18750 otherwise NULL.
18751 * locale/programs/locarchive.c (show_archive_content): Take new
18752 argument fname and pass it via ah.fname to open_archive.
18753 * locale/programs/localedef.h: Update decl.
18754 (open_archive): If AH->fname is non-null, open that file
18755 rather than the default file name, and don't ignore ENOENT.
18756 (create_archive): Set AH.fname to NULL.
18757 (delete_locales_from_archive): Likewise.
18758 (add_locales_to_archive): Likewise.
18759 * locale/programs/locfile.c (write_all_categories): Likewise.
18760
3c8325fb
JM
187612013-10-18 Joseph Myers <joseph@codesourcery.com>
18762 Aldy Hernandez <aldyh@redhat.com>
18763
18764 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
18765 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
18766 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
18767 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
18768 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
18769 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
18770 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
18771 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
18772 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
18773 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
18774 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
18775 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
18776 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
18777 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
18778 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
18779 Likewise.
18780 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
18781 Likewise.
18782 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
18783 Likewise.
18784 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
18785 Likewise.
18786 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
18787 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
18788 Likewise.
18789 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
18790 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
18791 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
18792 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
18793 Likewise.
18794 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
18795 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
18796 * sysdeps/powerpc/preconfigure: Likewise.
18797 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
18798 Likewise.
18799 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
18800 Replace contents of file by #include of <fenv_libc.h>.
18801 * sysdeps/powerpc/soft-fp/sfp-machine.h
18802 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
18803 and <sys/prctl.h>.
18804 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
18805 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
18806 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
18807 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
18808 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
18809 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
18810 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
18811 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
18812 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
18813 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
18814 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
18815 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
18816 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18817 Allow copysignl PLT reference to be missing.
18818
5abe0682
RS
188192013-10-18 Richard Sandiford <richard@codesourcery.com>
18820 Joseph Myers <joseph@codesourcery.com
18821
18822 [BZ #15948]
18823 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
18824 single character.
18825 (add_to_tablewc): Assert sequence of wide characters is nonempty.
18826
c7738d08
SP
188272013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
18828
18829 * elf/tst-tls-dlinfo.c: Don't include tls.h.
18830 * elf/tst-tls1.c: Likewise.
18831 * elf/tst-tls10.h: Likewise.
18832 * elf/tst-tls14.c: Likewise.
18833 * elf/tst-tls2.c: Likewise.
18834 * elf/tst-tls3.c: Likewise.
18835 * elf/tst-tls4.c: Likewise.
18836 * elf/tst-tls5.c: Likewise.
18837 * elf/tst-tls6.c: Likewise.
18838 * elf/tst-tls7.c: Likewise.
18839 * elf/tst-tls8.c: Likewise.
18840 * elf/tst-tls9.c: Likewise.
18841 * elf/tst-tlsmod1.c: Likewise.
18842 * elf/tst-tlsmod13.c: Likewise.
18843 * elf/tst-tlsmod13a.c: Likewise.
18844 * elf/tst-tlsmod14a.c: Likewise.
18845 * elf/tst-tlsmod16a.c: Likewise.
18846 * elf/tst-tlsmod16b.c: Likewise.
18847 * elf/tst-tlsmod2.c: Likewise.
18848 * elf/tst-tlsmod3.c: Likewise.
18849 * elf/tst-tlsmod4.c: Likewise.
18850 * elf/tst-tlsmod5.c: Likewise.
18851 * elf/tst-tlsmod6.c: Likewise.
18852
0bfcf2c7
OB
188532013-10-18 Ondřej Bílka <neleai@seznam.cz>
18854
18855 [BZ #12486]
18856 * malloc/malloc.c: remove checks for statistics.
18857
264aad1e
OB
188582013-10-17 Ondřej Bílka <neleai@seznam.cz>
18859
18860 [BZ #15277]
18861 * inet/inet_net.c (inet_network): Detect additional invalid strings.
18862 * inet/tst-network.c: Add testcase.
18863
b957ced8
AS
188642013-10-17 Andreas Schwab <schwab@suse.de>
18865
18866 [BZ #15218]
18867 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
18868 to determine canonical name.
18869
c5d5d574
OB
188702013-10-17 Ondřej Bílka <neleai@seznam.cz>
18871
18872 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
18873 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
18874 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
18875 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
18876 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
18877 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
18878 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
18879 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
18880 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
18881 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
18882 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
18883 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
18884 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18885 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
18886 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
18887 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
18888 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
18889 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
18890 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
18891 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
18892 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
18893 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
18894 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18895 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
18896 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
18897 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
18898 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
18899 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
18900 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
18901 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
18902 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
18903 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
18904 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
18905 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
18906 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
18907 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18908 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18909 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
18910 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
18911 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
18912 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
18913 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
18914 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
18915 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
18916 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
18917 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18918 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
18919 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
18920 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
18921 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
18922 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
18923 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
18924 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
18925 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
18926 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
18927 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
18928 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
18929 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
18930
e5c2c2d0
JM
189312013-10-17 Joseph Myers <joseph@codesourcery.com>
18932
18933 [BZ #16041]
18934 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
18935 make result into a quiet NaN.
18936
51ca9e29
JM
189372013-10-16 Joseph Myers <joseph@codesourcery.com>
18938
18939 * soft-fp/adddf3.c: Fix horizontal whitespace.
18940 * soft-fp/addsf3.c: Likewise.
18941 * soft-fp/addtf3.c: Likewise.
18942 * soft-fp/divdf3.c: Likewise.
18943 * soft-fp/divsf3.c: Likewise.
18944 * soft-fp/divtf3.c: Likewise.
18945 * soft-fp/double.h: Likewise.
18946 * soft-fp/eqdf2.c: Likewise.
18947 * soft-fp/eqsf2.c: Likewise.
18948 * soft-fp/eqtf2.c: Likewise.
18949 * soft-fp/extenddftf2.c: Likewise.
18950 * soft-fp/extended.h: Likewise.
18951 * soft-fp/extendsfdf2.c: Likewise.
18952 * soft-fp/extendsftf2.c: Likewise.
18953 * soft-fp/extendxftf2.c: Likewise.
18954 * soft-fp/fixdfdi.c: Likewise.
18955 * soft-fp/fixdfsi.c: Likewise.
18956 * soft-fp/fixdfti.c: Likewise.
18957 * soft-fp/fixsfdi.c: Likewise.
18958 * soft-fp/fixsfsi.c: Likewise.
18959 * soft-fp/fixsfti.c: Likewise.
18960 * soft-fp/fixtfdi.c: Likewise.
18961 * soft-fp/fixtfsi.c: Likewise.
18962 * soft-fp/fixtfti.c: Likewise.
18963 * soft-fp/fixunsdfdi.c: Likewise.
18964 * soft-fp/fixunsdfsi.c: Likewise.
18965 * soft-fp/fixunsdfti.c: Likewise.
18966 * soft-fp/fixunssfdi.c: Likewise.
18967 * soft-fp/fixunssfsi.c: Likewise.
18968 * soft-fp/fixunssfti.c: Likewise.
18969 * soft-fp/fixunstfdi.c: Likewise.
18970 * soft-fp/fixunstfsi.c: Likewise.
18971 * soft-fp/fixunstfti.c: Likewise.
18972 * soft-fp/floatdidf.c: Likewise.
18973 * soft-fp/floatdisf.c: Likewise.
18974 * soft-fp/floatditf.c: Likewise.
18975 * soft-fp/floatsidf.c: Likewise.
18976 * soft-fp/floatsisf.c: Likewise.
18977 * soft-fp/floatsitf.c: Likewise.
18978 * soft-fp/floattidf.c: Likewise.
18979 * soft-fp/floattisf.c: Likewise.
18980 * soft-fp/floattitf.c: Likewise.
18981 * soft-fp/floatundidf.c: Likewise.
18982 * soft-fp/floatundisf.c: Likewise.
18983 * soft-fp/floatunditf.c: Likewise.
18984 * soft-fp/floatunsidf.c: Likewise.
18985 * soft-fp/floatunsisf.c: Likewise.
18986 * soft-fp/floatunsitf.c: Likewise.
18987 * soft-fp/floatuntidf.c: Likewise.
18988 * soft-fp/floatuntisf.c: Likewise.
18989 * soft-fp/floatuntitf.c: Likewise.
18990 * soft-fp/fmadf4.c: Likewise.
18991 * soft-fp/fmasf4.c: Likewise.
18992 * soft-fp/fmatf4.c: Likewise.
18993 * soft-fp/gedf2.c: Likewise.
18994 * soft-fp/gesf2.c: Likewise.
18995 * soft-fp/getf2.c: Likewise.
18996 * soft-fp/ledf2.c: Likewise.
18997 * soft-fp/lesf2.c: Likewise.
18998 * soft-fp/letf2.c: Likewise.
18999 * soft-fp/muldf3.c: Likewise.
19000 * soft-fp/mulsf3.c: Likewise.
19001 * soft-fp/multf3.c: Likewise.
19002 * soft-fp/negdf2.c: Likewise.
19003 * soft-fp/negsf2.c: Likewise.
19004 * soft-fp/negtf2.c: Likewise.
19005 * soft-fp/op-1.h: Likewise.
19006 * soft-fp/op-2.h: Likewise.
19007 * soft-fp/op-4.h: Likewise.
19008 * soft-fp/op-8.h: Likewise.
19009 * soft-fp/op-common.h: Likewise.
19010 * soft-fp/quad.h: Likewise.
19011 * soft-fp/single.h: Likewise.
19012 * soft-fp/soft-fp.h: Likewise.
19013 * soft-fp/sqrtdf2.c: Likewise.
19014 * soft-fp/sqrtsf2.c: Likewise.
19015 * soft-fp/sqrttf2.c: Likewise.
19016 * soft-fp/subdf3.c: Likewise.
19017 * soft-fp/subsf3.c: Likewise.
19018 * soft-fp/subtf3.c: Likewise.
19019 * soft-fp/truncdfsf2.c: Likewise.
19020 * soft-fp/trunctfdf2.c: Likewise.
19021 * soft-fp/trunctfsf2.c: Likewise.
19022 * soft-fp/trunctfxf2.c: Likewise.
19023 * soft-fp/unorddf2.c: Likewise.
19024 * soft-fp/unordsf2.c: Likewise.
19025 * soft-fp/unordtf2.c: Likewise.
19026
9ebb0332
JM
190272013-10-15 Joseph Myers <joseph@codesourcery.com>
19028
19029 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19030 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19031
4b1a6d8b
OB
190322013-10-15 Ondřej Bílka <neleai@seznam.cz>
19033
19034 * elf/dl-libc.c: Clear initfini list after freeing.
19035
1e145589
JM
190362013-10-14 Joseph Myers <joseph@codesourcery.com>
19037
19038 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19039 * soft-fp/addsf3.c: Likewise.
19040 * soft-fp/addtf3.c: Likewise.
19041 * soft-fp/divdf3.c: Likewise.
19042 * soft-fp/divsf3.c: Likewise.
19043 * soft-fp/divtf3.c: Likewise.
19044 * soft-fp/double.h: Likewise.
19045 * soft-fp/eqdf2.c: Likewise.
19046 * soft-fp/eqsf2.c: Likewise.
19047 * soft-fp/eqtf2.c: Likewise.
19048 * soft-fp/extenddftf2.c: Likewise.
19049 * soft-fp/extended.h: Likewise.
19050 * soft-fp/extendsfdf2.c: Likewise.
19051 * soft-fp/extendsftf2.c: Likewise.
19052 * soft-fp/extendxftf2.c: Likewise.
19053 * soft-fp/fixdfdi.c: Likewise.
19054 * soft-fp/fixdfsi.c: Likewise.
19055 * soft-fp/fixdfti.c: Likewise.
19056 * soft-fp/fixsfdi.c: Likewise.
19057 * soft-fp/fixsfsi.c: Likewise.
19058 * soft-fp/fixsfti.c: Likewise.
19059 * soft-fp/fixtfdi.c: Likewise.
19060 * soft-fp/fixtfsi.c: Likewise.
19061 * soft-fp/fixtfti.c: Likewise.
19062 * soft-fp/fixunsdfdi.c: Likewise.
19063 * soft-fp/fixunsdfsi.c: Likewise.
19064 * soft-fp/fixunsdfti.c: Likewise.
19065 * soft-fp/fixunssfdi.c: Likewise.
19066 * soft-fp/fixunssfsi.c: Likewise.
19067 * soft-fp/fixunssfti.c: Likewise.
19068 * soft-fp/fixunstfdi.c: Likewise.
19069 * soft-fp/fixunstfsi.c: Likewise.
19070 * soft-fp/fixunstfti.c: Likewise.
19071 * soft-fp/floatdidf.c: Likewise.
19072 * soft-fp/floatdisf.c: Likewise.
19073 * soft-fp/floatditf.c: Likewise.
19074 * soft-fp/floatsidf.c: Likewise.
19075 * soft-fp/floatsisf.c: Likewise.
19076 * soft-fp/floatsitf.c: Likewise.
19077 * soft-fp/floattidf.c: Likewise.
19078 * soft-fp/floattisf.c: Likewise.
19079 * soft-fp/floattitf.c: Likewise.
19080 * soft-fp/floatundidf.c: Likewise.
19081 * soft-fp/floatundisf.c: Likewise.
19082 * soft-fp/floatunsidf.c: Likewise.
19083 * soft-fp/floatunsisf.c: Likewise.
19084 * soft-fp/floatuntidf.c: Likewise.
19085 * soft-fp/floatuntisf.c: Likewise.
19086 * soft-fp/floatuntitf.c: Likewise.
19087 * soft-fp/fmadf4.c: Likewise.
19088 * soft-fp/fmasf4.c: Likewise.
19089 * soft-fp/fmatf4.c: Likewise.
19090 * soft-fp/gedf2.c: Likewise.
19091 * soft-fp/gesf2.c: Likewise.
19092 * soft-fp/getf2.c: Likewise.
19093 * soft-fp/ledf2.c: Likewise.
19094 * soft-fp/lesf2.c: Likewise.
19095 * soft-fp/letf2.c: Likewise.
19096 * soft-fp/muldf3.c: Likewise.
19097 * soft-fp/mulsf3.c: Likewise.
19098 * soft-fp/multf3.c: Likewise.
19099 * soft-fp/negdf2.c: Likewise.
19100 * soft-fp/negsf2.c: Likewise.
19101 * soft-fp/negtf2.c: Likewise.
19102 * soft-fp/op-1.h: Likewise.
19103 * soft-fp/op-2.h: Likewise.
19104 * soft-fp/op-4.h: Likewise.
19105 * soft-fp/op-8.h: Likewise.
19106 * soft-fp/op-common.h: Likewise.
19107 * soft-fp/quad.h: Likewise.
19108 * soft-fp/single.h: Likewise.
19109 * soft-fp/soft-fp.h: Likewise.
19110 * soft-fp/sqrtdf2.c: Likewise.
19111 * soft-fp/sqrtsf2.c: Likewise.
19112 * soft-fp/sqrttf2.c: Likewise.
19113 * soft-fp/subdf3.c: Likewise.
19114 * soft-fp/subsf3.c: Likewise.
19115 * soft-fp/subtf3.c: Likewise.
19116 * soft-fp/truncdfsf2.c: Likewise.
19117 * soft-fp/trunctfdf2.c: Likewise.
19118 * soft-fp/trunctfsf2.c: Likewise.
19119 * soft-fp/trunctfxf2.c: Likewise.
19120 * soft-fp/unorddf2.c: Likewise.
19121 * soft-fp/unordsf2.c: Likewise.
19122 * soft-fp/unordtf2.c: Likewise.
19123
17c48a60
OB
191242013-10-14 Ondřej Bílka <neleai@seznam.cz>
19125
19126 [BZ #15672]
19127 * misc/error.c (error_tail): Fix possible buffer overflow.
19128
cabba934
OB
191292013-10-14 Aurelien Jarno <aurelien@aurel32.net>
19130
19131 [BZ #13028]
19132 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19133 address.
19134
94bf958a
PM
191352013-10-14 P. J. McDermott <pj@pehjota.net>
19136
19137 [BZ #832]
19138 * elf/ldd.bash.in (try_trace): New function. Delete previous code
19139 testing pipefail option.
19140
71b4dea7
JM
191412013-10-12 Joseph Myers <joseph@codesourcery.com>
19142
19143 * soft-fp/double.h: Indent preprocessor directives inside #if.
19144 * soft-fp/extended.h: Likewise.
19145 * soft-fp/op-2.h: Likewise.
19146 * soft-fp/op-4.h: Likewise.
19147 * soft-fp/op-common.h: Likewise.
19148 * soft-fp/quad.h: Likewise.
19149 * soft-fp/single.h: Likewise.
19150 * soft-fp/soft-fp.h: Likewise.
19151
55602758
YC
191522013-10-12 Yuri Chornoivan <yurchor@ukr.net>
19153
19154 * iconv/iconv_prog.c: Fix typos.
19155 * stdio-common/psiginfo-data.h: Likewise.
19156
9cd83302
RT
191572013-10-12 Reuben Thomas <rrt@sc3d.org>
19158
19159 [BZ #15764]
19160 * locale/setlocale.c: Fix typo.
19161
99fd9f47
JM
191622013-10-12 Joseph Myers <joseph@codesourcery.com>
19163
b7ea74f0
JM
19164 [BZ #16036]
19165 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19166 signaling NaN arguments.
19167 * soft-fp/unordsf2.c (__unordsf2): Likewise.
19168 * soft-fp/unordtf2.c (__unordtf2): Likewise.
19169
8a509447
JM
19170 [BZ #14910]
19171 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19172 unordered operands.
19173 * soft-fp/gesf2.c (__gesf2): Likewise.
19174 * soft-fp/getf2.c (__getf2): Likewise.
19175 * soft-fp/ledf2.c (__ledf2): Likewise.
19176 * soft-fp/lesf2.c (__lesf2): Likewise.
19177 * soft-fp/letf2.c (__letf2): Likewise.
19178
98998e9f
JM
19179 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19180 * soft-fp/eqsf2.c (__eqsf2): Likewise.
19181 * soft-fp/eqtf2.c (__eqtf2): Likewise.
19182 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19183 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19184 * soft-fp/fixdfti.c (__fixdfti): Likewise.
19185 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19186 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19187 * soft-fp/fixsfti.c (__fixsfti): Likewise.
19188 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19189 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19190 * soft-fp/fixtfti.c (__fixtfti): Likewise.
19191 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19192 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19193 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19194 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19195 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19196 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19197 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19198 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19199 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19200 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19201 * soft-fp/floatdisf.c (__floatdisf): Likewise.
19202 * soft-fp/floatsisf.c (__floatsisf): Likewise.
19203 * soft-fp/floattidf.c (__floattidf): Likewise.
19204 * soft-fp/floattisf.c (__floattisf): Likewise.
19205 * soft-fp/floattitf.c (__floattitf): Likewise.
19206 * soft-fp/floatundidf.c (__floatundidf): Likewise.
19207 * soft-fp/floatundisf.c (__floatundisf): Likewise.
19208 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19209 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19210 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19211 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19212 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19213 * soft-fp/gesf2.c (__gesf2): Likewise.
19214 * soft-fp/getf2.c (__getf2): Likewise.
19215 * soft-fp/ledf2.c (__ledf2): Likewise.
19216 * soft-fp/lesf2.c (__lesf2): Likewise.
19217 * soft-fp/letf2.c (__letf2): Likewise.
19218
8edc4a11
JM
19219 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19220 Undefine and redefine.
19221 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19222 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19223 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19224 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19225 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19226 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19227 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19228 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19229 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19230 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19231 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19232 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19233 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19234 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19235 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19236
8399acaf
JM
19237 [BZ #16032]
19238 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19239 without decrementing exponent if mantissa >= that for the
19240 denominator, not >.
19241 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19242 denominator, not >. Decrement exponent in < case instead of
19243 incrementing in >= case.
19244 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19245 without decrementing exponent if mantissa >= that for the
19246 denominator, not >.
19247
99fd9f47
JM
19248 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19249 computing saturated result for unsigned overflow.
19250
10e1cf6b
SP
192512013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19252 Jeff Law <law@redhat.com>
19253
19254 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19255 (atan2Mp): Add systemtap probe marker.
19256 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19257 (__ieee754_log): Add systemtap probe marker.
19258 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19259 (atanMp): Add systemtap probe marker.
19260 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19261 (tanMp): Add systemtap probe marker.
19262 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19263 (__slowexp): Add systemtap probe marker.
19264 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19265 (__slowpow): Add systemtap probe marker.
19266 * manual/probes.texi: Document probes.
19267
3d110c7c
EB
192682013-10-11 Eric Biggers <ebiggers3@gmail.com>
19269
19270 [BZ #15362]
19271 * libio/fileops.c (_IO_new_file_write): Return count of bytes
19272 written.
19273 (_IO_new_file_xsputn): Don't return EOF if nothing has been
19274 written.
19275 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19276 written to buffer but not flushed.
19277 * libio/iofwrite_u.c: Likewise.
19278 * libio/iopadn.c: Return bytes returned even if EOF was
19279 encountered.
19280 * libio/iowpadn.c: Likewise.
19281 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19282 if _IO_padn does not write the whole buffer.
19283 [!COMPILE_WPRINTF] (PAD): Likewise.
19284
75b4202a
DM
192852013-10-10 David S. Miller <davem@davemloft.net>
19286
19287 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19288 directory block.
19289
6c6352e6
JM
192902013-10-10 Joseph Myers <joseph@codesourcery.com>
19291
33b853c3
JM
19292 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
19293 instead of FSF address.
19294 * soft-fp/fixdfti.c: Likewise.
19295 * soft-fp/fixsfti.c: Likewise.
19296 * soft-fp/fixtfti.c: Likewise.
19297 * soft-fp/fixunsdfti.c: Likewise.
19298 * soft-fp/fixunssfti.c: Likewise.
19299 * soft-fp/fixunstfti.c: Likewise.
19300 * soft-fp/floattidf.c: Likewise.
19301 * soft-fp/floattisf.c: Likewise.
19302 * soft-fp/floattitf.c: Likewise.
19303 * soft-fp/floatuntidf.c: Likewise.
19304 * soft-fp/floatuntisf.c: Likewise.
19305 * soft-fp/floatuntitf.c: Likewise.
19306 * soft-fp/trunctfxf2.c: Likewise.
19307
6c6352e6
JM
19308 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
19309 * soft-fp/fixdfti.c: Likewise.
19310 * soft-fp/fixsfti.c: Likewise.
19311 * soft-fp/fixtfti.c: Likewise.
19312 * soft-fp/fixunsdfti.c: Likewise.
19313 * soft-fp/fixunssfti.c: Likewise.
19314 * soft-fp/fixunstfti.c: Likewise.
19315 * soft-fp/floattidf.c: Likewise.
19316 * soft-fp/floattisf.c: Likewise.
19317 * soft-fp/floattitf.c: Likewise.
19318 * soft-fp/floatuntidf.c: Likewise.
19319 * soft-fp/floatuntisf.c: Likewise.
19320 * soft-fp/floatuntitf.c: Likewise.
19321 * soft-fp/trunctfxf2.c: Likewise.
19322
3bf78b71
DM
193232013-10-10 David S. Miller <davem@davemloft.net>
19324
19325 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19326
6f10289e
JM
193272013-10-10 Joseph Myers <joseph@codsourcery.com>
19328
bd878fc0
JM
19329 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19330 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19331 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19332 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19333 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19334 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19335 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19336
6f10289e
JM
19337 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19338 for NaNs before doing comparisons on argument.
19339 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19340 Likewise.
19341
321e2684
WN
193422013-10-10 Will Newton <will.newton@linaro.org>
19343
19344 * malloc/hooks.c (memalign_check): Ensure the value of bytes
19345 passed to _int_memalign does not overflow.
19346
40fefba1
TR
193472013-10-10 Torvald Riegel <triegel@redhat.com>
19348
19349 * scripts/bench.pl: Add include-sources directive.
19350 * benchtests/README: Update documentation.
19351
2ae21ed2
JM
193522013-10-10 Joseph Myers <joseph@codesourcery.com>
19353
dcc2dd3f
JM
19354 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19355 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19356 instead of FP_INIT_ROUNDMODE.
19357 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19358 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19359
2ae21ed2
JM
19360 [BZ #16034]
19361 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
19362 copy class of input value.
19363 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
19364 not handle exceptions.
19365 * soft-fp/negsf2.c (__negsf2): Likewise.
19366 * soft-fp/negtf2.c (__negtf2): Likewise.
19367 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19368
cb8f9562
JM
193692013-10-09 Joseph Myers <joseph@codesourcery.com>
19370
19371 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19372 semicolon. From Linux kernel.
19373
5b60c59d
AB
193742013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
19375
19376 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19377
b86835ca
YC
193782013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
19379
19380 [BZ #156]
19381 * manual/socket.texi: Added statement about buffer
19382 for gethostbyname2_r.
19383
e7044ea7
OB
193842013-10-08 Ondřej Bílka <neleai@seznam.cz>
19385
19386 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19387 Use .p2align directive instead, throughout.
19388 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19389 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19390 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19391 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19392 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19393 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19394 * sysdeps/x86_64/strchr.S: Likewise.
19395 * sysdeps/x86_64/strrchr.S: Likewise.
19396
09544cbc
SP
193972013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
19398
88576635
SP
19399 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19400
e7b2d1dd
SP
19401 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19402
09544cbc
SP
19403 * sysdeps/generic/math_private.h (__mpsin1): Remove
19404 declaration.
19405 (__mpcos1): Likewise.
19406 (__mpsin): New argument __range_reduce.
19407 (__mpcos): Likewise.
19408 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19409 (slow): Use __mpsin and __mpcos.
19410 (slow1): Likewise.
19411 (slow2): Likewise.
19412 (sloww): Likewise.
19413 (sloww1): Likewise.
19414 (sloww2): Likewise.
19415 (bsloww): Likewise.
19416 (bsloww1): Likewise.
19417 (bsloww2): Likewise.
19418 (cslow2): Likewise.
19419 (csloww): Likewise.
19420 (csloww1): Likewise.
19421 (csloww2): Likewise.
19422 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19423 range_reduce. Merge in __mpsin1.
19424 (__mpcos): Likewise.
19425 (__mpsin1): Remove.
19426 (__mpcos1): Likewise.
19427
7602d070
JM
194282013-10-07 Joseph Myers <joseph@codesourcery.com>
19429
19430 * locale/loadlocale.c (_nl_intern_locale_data): Use
19431 LOCFILE_ALIGNED_P.
19432 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19433 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19434 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19435 obstack data is appropriately aligned.
19436 (obstack_int32_grow_fast): Likewise.
19437 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19438 * locale/programs/locfile.c (add_locale_uint32): Likewise.
19439 (add_locale_uint32_array): Likewise.
19440
a357259b
SP
194412013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
19442
19443 * benchtests/Makefile: Remove ARGLIST and RET variables.
19444 ($(objpfx)bench-%.c): Pass only function name to the script.
19445 * benchtests/README: Update documentation.
19446 * benchtests/acos-inputs: Add new directives.
19447 * benchtests/acosh-inputs: Likewise.
19448 * benchtests/asin-inputs: Likewise.
19449 * benchtests/asinh-inputs: Likewise.
19450 * benchtests/atan-inputs: Likewise.
19451 * benchtests/atanh-inputs: Likewise.
19452 * benchtests/cos-inputs: Likewise.
19453 * benchtests/cosh-inputs: Likewise.
19454 * benchtests/exp-inputs: Likewise.
19455 * benchtests/log-inputs: Likewise.
19456 * benchtests/pow-inputs: Likewise.
19457 * benchtests/rint-inputs: Likewise.
19458 * benchtests/sin-inputs: Likewise.
19459 * benchtests/sinh-inputs: Likewise.
19460 * benchtests/tan-inputs: Likewise.
19461 * benchtests/tanh-inputs: Likewise.
19462 * scripts/bench.pl: Add support for new directives.
19463
9ec1b13d
AM
194642013-10-07 Alan Modra <amodra@gmail.com>
19465
19466 * README: Fix careless merge.
19467
8b7d57cd
AM
194682013-10-05 Alan Modra <amodra@gmail.com>
19469
19470 * NEWS: Mention powerpc64le support and bugs fixed.
19471 * README: Both big-endian and little-endian powerpc64 supported.
19472
7b7bab13
ST
194732013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
19474
57f41c40
AS
19475 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19476 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
19477 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19478 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19479
d39baad1
RA
194802013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
19481
19482 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19483 match prototype.
19484
cd78f7e7
JM
194852013-10-04 Joseph Myers <joseph@codesourcery.com>
19486
29d73d86
JM
19487 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19488 Move -mhard-float appending from
19489 ports/sysdeps/powerpc/powerpc32/Makefile.
19490 [$(with-fp) = yes] (ASFLAGS): Likewise.
19491 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19492 * sysdeps/powerpc/nofpu: Move directory from
19493 ports/sysdeps/powerpc/nofpu.
19494 * sysdeps/powerpc/soft-fp: Move directory from
19495 ports/sysdeps/powerpc/soft-fp.
19496 * sysdeps/powerpc/powerpc32/405: Move directory from
19497 ports/sysdeps/powerpc/powerpc32/405.
19498 * sysdeps/powerpc/powerpc32/440: Move directory from
19499 ports/sysdeps/powerpc/powerpc32/440.
19500 * sysdeps/powerpc/powerpc32/464: Move directory from
19501 ports/sysdeps/powerpc/powerpc32/464.
19502 * sysdeps/powerpc/powerpc32/476: Move directory from
19503 ports/sysdeps/powerpc/powerpc32/476.
19504 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19505 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19506 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19507 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19508 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19509 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19510 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19511 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19512 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
19513 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
19514 * README: Update for powerpc-*-linux-gnu software floating point
19515 support in libc.
19516
e246b347
JM
19517 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
19518 case to powerpc/powerpc32*.
19519 * sysdeps/unix/sysv/linux/configure: Regenerated.
19520
89c2003e
JM
19521 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
19522 (_FPU_MASK_OM): Define as 0x04.
19523 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
19524 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
19525 0x00c10080.
19526 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
19527 0x0000003c.
19528 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
19529
cd78f7e7
JM
19530 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
19531 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19532 getcontext_e500.
19533 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
19534 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19535 setcontext_e500.
19536 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
19537 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
19538 and setcontext_e500.
19539
c755294d
CL
195402013-10-04 Chris Leonard <cjl@sugarlabs,.org>
19541
19542 * locale/iso-3166.def: Update iso-1366.def and related occurrences
19543
e16d221c
SP
195442013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
19545
19546 * manual/threads.texi (Default Thread Attributes): Fix typo.
19547
215c7d43
WN
195482013-10-04 Will Newton <will.newton@linaro.org>
19549
19550 * malloc/Makefile: Add tst-memalign.
19551 * malloc/tst-memalign.c: New file.
19552
27d0461b
WN
19553 * malloc/tst-posix_memalign.c: Add comments.
19554 (do_test): Add comments and call free on all potentially
19555 allocated pointers. Add space after cast.
19556
1bc92709
WN
19557 * malloc/tst-pvalloc.c: Add comments.
19558 (do_test): Add comments and call free on all potentially
19559 allocated pointers. Remove duplicate check for NULL pointer.
19560 Add space after cast.
19561
66a9be9d
WN
19562 * malloc/tst-valloc.c: Add comments.
19563 (do_test): Add comments and call free on all potentially
19564 allocated pointers. Remove duplicate check for NULL pointer.
19565 Add space after cast.
19566
4cb81307
AM
195672013-10-04 Alan Modra <amodra@gmail.com>
19568
19569 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19570 Use stdint types in rather than __attribute__((mode())).
19571 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19572
f8e3e9f3
AM
195732013-10-04 Alan Modra <amodra@gmail.com>
19574
19575 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19576 Correct handling of unaligned relocs for little-endian.
19577 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19578
8f9ebb08
AM
195792013-10-04 Alan Modra <amodra@gmail.com>
19580
19581 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
19582 * configure: Regenerate.
19583 * nptl/shlib-versions: Powerpc*le starts at 2.18.
19584 * shlib-versions: Likewise.
19585
0edf96c2
AM
195862013-10-04 Alan Modra <amodra@gmail.com>
19587
19588 * string/tester.c (test_memrchr): Increment reported test cycle.
19589
e0f7a380
AM
195902013-10-04 Alan Modra <amodra@gmail.com>
19591
19592 * string/test-memcpy.c (do_one_test): When reporting errors, print
19593 string address and don't overrun end of string.
19594
466b0393
AM
195952013-10-04 Alan Modra <amodra@gmail.com>
19596
19597 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
19598 insrdi. Make better use of reg selection to speed exit slightly.
19599 Schedule entry path a little better. Remove useless "are we done"
19600 checks on entry to main loop. Handle wrapping around zero address.
19601 Correct main loop count. Handle single left-over word from main
19602 loop inline rather than by using loop_small. Remove extra word
19603 case in loop_small caused by wrong loop count. Add little-endian
19604 support.
19605 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
19606 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
19607 cache hint.
19608 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
19609 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
19610 support. Avoid rlwimi.
19611 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
19612
3be87c77
AM
196132013-10-04 Alan Modra <amodra@gmail.com>
19614
19615 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 19616 insrdi. Formatting.
3be87c77
AM
19617 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
19618 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19619 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
19620 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19621 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19622 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
19623
759cfef3
AM
196242013-10-04 Alan Modra <amodra@gmail.com>
19625
19626 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
19627 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19628 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
19629 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
19630 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
19631 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19632 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19633 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
19634 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
19635 use of regs. Use power7 mtocrf. Tidy function tails.
19636
fe6e95d7
AM
196372013-10-04 Alan Modra <amodra@gmail.com>
19638
19639 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
19640 Formatting. Consistently use rXXX register defines or rN defines.
19641 Use early exit labels that avoid restoring unused non-volatile regs.
19642 Make cr field use more consistent with rWORDn compares. Rename
19643 regs used as shift registers for unaligned loop, using rN defines
19644 for short lifetime/multiple use regs.
19645 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19646 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
19647 addi 1,1,64 to pop stack frame. Simplify return value code.
19648 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19649
664318c3
AM
196502013-10-04 Alan Modra <amodra@gmail.com>
19651
19652 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
19653 support. Correct typos, formatting. Optimize tail. Use insrdi
19654 rather than rlwimi.
19655 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
19656 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
19657 little-endian support. Correct typos.
19658 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
19659 rather than rlwimi.
19660 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
19661 in loop and entry code to keep "and." results.
19662 (strchr): Add little-endian support. Comment. Move cntlzd
19663 earlier in tail.
19664 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
19665
43b84013
AM
196662013-10-04 Alan Modra <amodra@gmail.com>
19667
19668 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
19669 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
19670 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
19671 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
19672
8a7413f9
AM
196732013-10-04 Alan Modra <amodra@gmail.com>
19674
19675 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
19676 (rTMP): Define as r11.
19677 (strcmp): Add little-endian support. Optimise tail.
19678 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
19679 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19680 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
19681 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
19682 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
19683 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
19684 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
19685
33ee81de
AM
196862013-10-04 Alan Modra <amodra@gmail.com>
19687
19688 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
19689 little-endian support. Remove unnecessary "are we done" tests.
19690 Handle "s" wrapping around zero and extremely large "size".
19691 Correct main loop count. Handle single left-over word from main
19692 loop inline rather than by using small_loop. Correct comments.
19693 Delete "zero" tail, use "end_max" instead.
19694 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
19695
db9b4570
AM
196962013-10-04 Alan Modra <amodra@gmail.com>
19697
19698 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
19699 support. Don't branch over align.
19700 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
19701 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
19702 support. Rearrange tmp reg use to suit. Comment.
19703 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
19704
f7c399cf
AM
197052013-10-04 Alan Modra <amodra@gmail.com>
19706
19707 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
19708
0b2c2ace
AM
197092013-10-04 Alan Modra <amodra@gmail.com>
19710
19711 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
19712 conditional form of branch and link when obtaining pc.
19713 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
19714
02f04a6c
AM
197152013-10-04 Alan Modra <amodra@gmail.com>
19716
19717 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
19718 HIWORD/LOWORD.
19719 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
19720 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
19721
9b874b2f
AM
197222013-10-04 Alan Modra <amodra@gmail.com>
19723
19724 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
19725 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
19726 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
19727 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
19728 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19729 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19730 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
19731 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19732 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
19733 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
19734
be1e5d31
AB
197352013-10-04 Anton Blanchard <anton@au1.ibm.com>
19736 Alistair Popple <alistair@ozlabs.au.ibm.com>
19737 Alan Modra <amodra@gmail.com>
19738
19739 [BZ #15723]
19740 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
19741 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
19742 _dl_hwcap access for little-endian.
19743 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
19744 destroy vmx regs when saving unaligned.
19745 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
19746 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
19747 destroy vmx regs when saving unaligned.
19748
fef13a78
AM
197492013-10-04 Alan Modra <amodra@gmail.com>
19750
19751 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
19752 Don't use a union to pack hi/low value.
19753
76a66d51
AB
197542013-10-04 Anton Blanchard <anton@au1.ibm.com>
19755
19756 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
19757 for little-endian.
19758 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19759 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
19760 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
19761 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19762 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19763
6a31fe7f
AM
197642013-10-04 Alan Modra <amodra@gmail.com>
19765
19766 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
19767 constants to usual value for .cst8 section, and remove redundant
19768 high address load.
19769 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
19770 constant for 0x1p52. Load little-endian words of double from
19771 correct stack offsets.
19772
7b88401f
AM
197732013-10-04 Alan Modra <amodra@gmail.com>
19774
19775 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
19776 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
19777 words of double from correct stack offsets.
19778 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
19779 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
19780 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19781 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19782 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19783 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19784 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19785 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
19786 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
19787 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19788 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19789 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19790 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
19791 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
19792 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
19793 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
19794 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
19795
9c008155
AM
197962013-10-04 Alan Modra <amodra@gmail.com>
19797
19798 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
19799 64-bit int/double union.
19800 (_FPU_SETCW): Likewise.
19801 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
19802 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
19803
da13146d
AM
198042013-10-04 Alan Modra <amodra@gmail.com>
19805
19806 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
19807 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
19808
603e8410
AM
198092013-10-04 Alan Modra <amodra@gmail.com>
19810
19811 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
19812 use vector int constants.
19813 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
19814
4a28b3ca
AB
198152013-10-04 Anton Blanchard <anton@au1.ibm.com>
19816
19817 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
19818 array with long long.
19819 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
19820 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
19821 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
19822 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
19823 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
19824 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
19825 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
19826 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
19827 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
19828 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
19829 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
19830 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
19831 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
19832
2ca85d2b
AB
198332013-10-04 Anton Blanchard <anton@au1.ibm.com>
19834
19835 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
19836 (__signbit): Likewise. Correct for little-endian.
19837 (__signbitl): Call __signbit.
19838 (lrint): Correct for little-endian.
19839 (lrintf): Call lrint.
19840
62a728ae
AM
198412013-10-04 Alan Modra <amodra@gmail.com>
19842
19843 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
19844 union 32-bit int array member with 64-bit int array.
19845 (t515, tm256): Double rather than long double.
19846 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
19847
32c301df
AM
198482013-10-04 Alan Modra <amodra@gmail.com>
19849
19850 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
19851 Delete.
19852 (IEEE854_LONG_DOUBLE_BIAS): Delete.
19853 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
19854 version of math_ldbl.h.
19855
650ef4bd
AM
198562013-10-04 Alan Modra <amodra@gmail.com>
19857
19858 [BZ #15734], [BZ #15735]
19859 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
19860 all uses of ieee875 long double macros and unions. Simplify test
19861 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
19862 ldbl_extract_mantissa value for ix,iy exponents. Properly
19863 normalize after ldbl_extract_mantissa, and don't add hidden bit
19864 already handled. Don't treat low word of ieee854 mantissa like
19865 low word of IBM long double and mask off bit when testing for
19866 zero.
19867 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
19868 all uses of ieee875 long double macros and unions. Simplify tests
19869 for 0.0L and inf. Correct double adjustment of k. Delete dead code
19870 adjusting ha,hb. Simplify code setting kld. Delete two600 and
19871 two1022, instead use their values. Recognise that tests for large
19872 "a" and small "b" are mutually exclusive. Rename vars. Comment.
19873 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
19874 Rewrite all uses of ieee875 long double macros and unions. Simplify
19875 test for 0.0L and nan. Correct negation.
19876 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
19877 ieee875 long double macros and unions. Correct output for large
19878 magnitude x. Correct absolute value calculation.
19879 (__erfcl): Likewise.
19880 * math/libm-test.inc: Add tests for errors discovered in IBM long
19881 double versions of fmodl, remainderl, erfl and erfcl.
19882
765714ca
AM
198832013-10-04 Alan Modra <amodra@gmail.com>
19884
19885 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
19886 all uses of ieee854 long double macros and unions. Simplify tests
19887 for long doubles that are fully specified by the high double.
19888 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
19889 Likewise.
19890 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
19891 Remove dead code too.
19892 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
19893 (__ieee754_ynl): Likewise.
19894 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
19895 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
19896 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
19897 Remove dead code too.
19898 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
19899 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
19900 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
19901 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
19902 Simplify.
19903 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
19904 Simplify.
19905 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
19906 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
19907 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
19908 Comment on variable precision.
19909 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
19910 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
19911 Likewise.
19912 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
19913 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
19914 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
19915 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
19916 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
19917
4ebd120c
AM
199182013-10-04 Alan Modra <amodra@gmail.com>
19919
19920 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
19921 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
19922 all uses of ieee854 long double macros and unions.
19923 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
19924 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
19925 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
19926 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
19927 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
19928 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
19929 Likewise.
19930 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
19931 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
19932 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
19933 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
19934 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
19935 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
19936 Simplify sign and nan test too.
19937 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
19938 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
19939 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
19940 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
19941 Likewise.
19942 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
19943 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
19944 Likewise.
19945 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19946 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
19947 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
19948 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
19949 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
19950 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
19951
1b6adf88
AM
199522013-10-04 Alan Modra <amodra@gmail.com>
19953
19954 * stdio-common/printf_size.c (__printf_size): Don't use
19955 union ieee854_long_double in fpnum union.
19956 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
19957 signbit macro to retrieve sign from long double.
19958 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
19959 retrieve sign from long double.
19960 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
19961 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
19962 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
19963 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
19964 * math/test-misc.c (main): Don't use union ieee854_long_double.
19965
4cf69995
AM
199662013-10-04 Alan Modra <amodra@gmail.com>
19967
19968 [BZ #15680]
19969 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
19970 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
19971 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
19972 calculation. Remove unnecessary test for denormal exponent.
19973 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
19974 Correct handling of denormals. Avoid undefined shift behaviour.
19975 Correct normalisation of low mantissa when low double is denormal.
19976 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
19977 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
19978 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
19979 Correct normalisation of low mantissa. Test for overflow of high
19980 mantissa and normalise.
19981 (ldbl_nearbyint): Use more readable constant for two52.
19982 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
19983 (__mpn_construct_long_double): Fix test for overflow of high
19984 mantissa and correct normalisation. Avoid undefined shift.
19985
9605ca6c
AM
199862013-10-04 Alan Modra <amodra@gmail.com>
19987
19988 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
19989 (union ibm_extended_long_double): Define as an array of ieee754_double.
19990 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
19991 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
19992 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
19993 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
19994 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19995 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
19996 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19997 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
19998 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
19999 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20000 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20001
975569d0
JM
200022013-10-03 Joseph Myers <joseph@codesourcery.com>
20003
d3d23756
JM
20004 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20005 page size instead of calling getpagesize.
20006
975569d0
JM
20007 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20008 (LOCFILE_ALIGN_MASK): Likewise.
20009 (LOCFILE_ALIGN_UP): Likewise.
20010 (LOCFILE_ALIGNED_P): Likewise.
20011 * locale/programs/ld-collate.c (collate_output): Use the new
20012 macros instead of __alignof__ (int32_t).
20013 * locale/weight.h (findidx): Likewise.
20014
b1fe1f2b
OB
200152013-10-03 Ondřej Bílka <neleai@seznam.cz>
20016
20017 [BZ #431]
20018 * manual/string.texi: Fix strncat and wcsncat.
20019
5f855e35
BM
200202013-10-03 Brooks Moses <bmoses@google.com>
20021
20022 [BZ #15915]
20023 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20024 * Makerules: ...here, and adjust associated comments.
20025
3cef6009
WN
200262013-10-02 Will Newton <will.newton@linaro.org>
20027
20028 * malloc/Makefile: Add tst-pvalloc.
20029 * malloc/tst-pvalloc.c: New file.
20030
7815420b
WN
200312013-10-02 Will Newton <will.newton@linaro.org>
20032
20033 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20034 improve test coverage.
20035
4868b204
WN
200362013-10-02 Will Newton <will.newton@linaro.org>
20037
20038 * malloc/Makefile: Add tst-posix_memalign.
20039 * malloc/tst-posix_memalign.c: New file.
20040
29c793b3
EB
200412013-10-01 Eric Blake <eblake@redhat.com>
20042
20043 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20044 Use __THROWNL rather than __THROW on static functions.
20045
fd967522
PM
200462013-09-30 Petr Machata <pmachata@redhat.com>
20047
20048 * elf/elf.h (R_AARCH64_ABS16): New macro.
20049 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20050 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20051 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20052 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20053 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20054 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20055 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20056 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20057 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20058 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20059 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20060 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20061 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20062 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20063 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20064 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20065 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20066 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20067 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20068 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20069 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20070 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20071 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20072 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20073 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20074 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20075 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20076 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20077 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20078 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20079 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20080 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20081 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20082 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20083 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20084 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20085 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20086 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20087 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20088 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20089 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20090 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20091 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20092 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20093 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20094 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20095 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20096 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20097 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20098 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20099 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20100 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20101 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20102 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20103 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20104 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20105 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20106 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20107 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20108 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20109 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20110 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20111 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20112 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20113 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20114 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20115 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20116 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20117 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20118 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20119 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20120 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20121 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20122 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20123 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20124 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20125 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20126 (R_AARCH64_TLSDESC_LDR): Likewise.
20127 (R_AARCH64_TLSDESC_ADD): Likewise.
20128 (R_AARCH64_TLSDESC_CALL): Likewise.
20129
b2179107
AS
201302013-09-30 Andreas Schwab <schwab@suse.de>
20131
20132 [BZ #15048]
20133 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20134 the nss database lookup.
20135 * nscd/initgrcache.c (addinitgroupsX): Likewise.
20136 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20137
47f28d0a
MF
201382013-09-28 Mike Frysinger <vapier@gentoo.org>
20139
20140 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20141
201422013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
20143
20144 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20145 ${Bash-specific parameter/pattern/string} parameter expansion.
20146 * sysdeps/unix/make-syscalls.sh: Likewise.
20147
f4518a17
KK
201482013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20149
20150 * sysdeps/sh/stackguard-macros.h: New file.
20151
dc1a95c7
OB
201522013-09-26 Ondřej Bílka <neleai@seznam.cz>
20153
20154 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20155 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20156 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20157 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20158 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20159 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20160
5ebbff8f
AZ
201612013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20162
20163 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20164 Fix thread ID register.
20165
4fd2cf9f
JM
201662013-09-25 Joseph Myers <joseph@codesourcery.com>
20167
20168 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20169 [POSIX || UNIX98]: Require rather than permitting all symbols from
20170 <time.h>.
20171 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20172 element of struct sched_param.
20173 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20174 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20175 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20176 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20177 constant.
20178
12c22bc4
OL
201792013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
20180
20181 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20182 argument calculation.
20183
a03d8ea7
JM
201842013-09-24 Joseph Myers <joseph@codesourcery.com>
20185
20186 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20187 Expect macro.
20188 [POSIX] (pthread_attr_t): Do not require type.
20189 [POSIX] (pthread_cond_t): Likewise.
20190 [POSIX] (pthread_condattr_t): Likewise.
20191 [POSIX] (pthread_key_t): Likewise.
20192 [POSIX] (pthread_mutex_t): Likewise.
20193 [POSIX] (pthread_mutexattr_t): Likewise.
20194 [POSIX] (pthread_once_t): Likewise.
20195 [POSIX] (pthread_t): Likewise.
20196 [POSIX-based standards] (pthread_atfork): Expect function.
20197
6055173a
JM
201982013-09-24 Joseph Myers <joseph@codesourcery.com>
20199 Richard Sandiford <richard@codesourcery.com>
20200
20201 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20202 (swap_endianness_p): New extern variable.
20203 (set_big_endian): New inline function.
20204 (maybe_swap_uint32): Likewise.
20205 (maybe_swap_uint32_array): Likewise.
20206 (maybe_swap_uint32_obstack): Likewise.
20207 * locale/programs/locfile.c: Include <stdbool.h>.
20208 (swap_endianness_p): New variable.
20209 (add_locale_uint32): Call maybe_swap_uint32.
20210 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20211 (write_locale_data): Call maybe_swap_uint32_array.
20212 * locale/programs/ld-collate.c (obstack_int32_grow): Call
20213 maybe_swap_uint32.
20214 (obstack_int32_grow_fast): Likewise.
20215 (output_weightwc): Call maybe_swap_uint32_obstack.
20216 (collate_output): Likewise.
20217 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20218 (OPT_LITTLE_ENDIAN): Likewise.
20219 (options): Add --little-endian and --big-endian options.
20220 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20221 * locale/programs/locarchive.c: Include "locfile.h".
20222 (GET): New macro.
20223 (SET): Likewise.
20224 (INC): Likewise.
20225 (create_archive): Use the new macros to access fields of
20226 structures directly mapped from or written to locale archives.
20227 (oldlocrecentcmp): Likewise.
20228 (enlarge_archive): Likewise.
20229 (insert_name): Likewise.
20230 (add_alias): Likewise.
20231 (add_locale): Likewise.
20232 (delete_locales_from_archive): Likewise.
20233 (show_archive_content): Likewise.
20234 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
20235 locale data.
20236
39bf0bb4
RM
202372013-09-24 Roland McGrath <roland@hack.frob.com>
20238
20239 * manual/freemanuals.texi: Updated from (newly) canonical copy at
20240 http://www.gnu.org/doc/freemanuals.texi.
20241 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20242
f02eed10
WN
202432013-09-24 Will Newton <will.newton@linaro.org>
20244
20245 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20246 macro.
20247
a3a6c312
JM
202482013-09-23 Joseph Myers <joseph@codesourcery.com>
20249
20250 * locale/hashval.h (compute_hashval): Interpret bytes of key as
20251 unsigned char.
20252
107375ac
MR
202532013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
20254
20255 * manual/threads.texi (POSIX Threads): Fix a typo.
20256
141f3a77
SP
202572013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
20258
303e567a
SP
20259 [BZ #14547]
20260 * string/tst-strcoll-overflow.c: New test case.
20261 * string/Makefile (xtests): Add tst-strcoll-overflow.
20262 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20263 cache if string sizes may cause integer overflow.
20264
141f3a77
SP
20265 [BZ #14547]
20266 * string/strcoll_l.c (coll_seq): New members rule, idx,
20267 save_idx and back_us.
20268 (get_next_seq_nocache): New function.
20269 (do_compare_nocache): New function.
20270 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20271 when malloc fails.
20272
c61b4d41
CD
202732013-09-23 Carlos O'Donell <carlos@redhat.com>
20274
0b1f8e35
CD
20275 [BZ #15754]
20276 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20277 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20278 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20279
c61b4d41
CD
20280 [BZ #15754]
20281 * elf/Makefile (tests): Add tst-ptrguard1.
20282 (tests-static): Add tst-ptrguard1-static.
20283 (tst-ptrguard1-ARGS): Define.
20284 (tst-ptrguard1-static-ARGS): Define.
20285 * elf/tst-ptrguard1.c: New file.
20286 * elf/tst-ptrguard1-static.c: New file.
20287 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20288 * sysdeps/i386/stackguard-macros.h: Likewise.
20289 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20290 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20291 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20292 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20293 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20294 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20295
202962013-09-23 Hector Marco <hecmargi@upv.es>
20297 Ismael Ripoll <iripoll@disca.upv.es>
20298 Carlos O'Donell <carlos@redhat.com>
20299
20300 [BZ #15754]
20301 * sysdeps/generic/stackguard-macros.h: Define
20302 __pointer_chk_guard_local and POINTER_CHK_GUARD.
20303 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20304 Define __pointer_chk_guard_local.
20305 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20306 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20307
f5f4e7b4
VV
203082013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
20309
20310 [BZ #15859]
20311 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20312
5bb43a43
AS
203132013-09-20 Andreas Schwab <schwab@linux-m68k.org>
20314
20315 * include/string.h (__ffs): Declare as hidden.
20316 * string/ffs.c (__ffs): Define as hidden.
20317 * sysdeps/i386/ffs.c (__ffs): Likewise.
20318 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20319 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20320 * sysdeps/s390/ffs.c (__ffs): Likewise.
20321 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20322
3ea5be54
AO
203232013-09-20 Alexandre Oliva <aoliva@redhat.com>
20324
ffb89e53
AO
20325 * NEWS: Mention malloc probes.
20326
322dea08
AO
20327 * malloc/arena.c (new_heap): New memory_heap_new probe.
20328 (grow_heap): New memory_heap_more probe.
20329 (shrink_heap): New memory_heap_less probe.
20330 (heap_trim): New memory_heap_free probe.
20331 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20332 (systrim): New memory_sbrk_less probe.
20333 * manual/probes.texi: Document them.
20334
655673f3
AO
20335 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20336 * manual/probes.texi: Document it.
20337
35fed6f1
AO
20338 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20339 (__libc_realloc): Add memory_realloc_retry probe.
20340 (__libc_memalign): Add memory_memalign_retry probe.
20341 (__libc_valloc): Add memory_valloc_retry probe.
20342 (__libc_pvalloc): Add memory_pvalloc_retry probe.
20343 (__libc_calloc): Add memory_calloc_retry probe.
20344 * manual/probes.texi: Document them.
20345
6999d38c
AO
20346 * malloc/arena.c (get_free_list): Add probe
20347 memory_arena_reuse_free_list.
20348 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20349 and memory_arena_reuse.
20350 (arena_get2) [!PER_THREAD]: Likewise.
20351 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20352 memory_arena_reuse_realloc.
20353 * manual/probes.texi: Document them.
20354
0653427f
AO
20355 * malloc/malloc.c (__libc_free): Add
20356 memory_mallopt_free_dyn_thresholds probe.
20357 (__libc_mallopt): Add multiple memory_mallopt probes.
20358 * manual/probes.texi: Document them.
20359
3ea5be54
AO
20360 * malloc/malloc.c: Include stap-probe.h.
20361 (__libc_mallopt): Add memory_mallopt probe.
20362 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20363 * manual/probes.texi: New.
20364 * manual/Makefile (chapters): Add probes.
20365 * manual/threads.texi: Set next node.
20366
e35696c3 203672013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 20368
e35696c3
CL
20369 [BZ #15963, #13985]
20370 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20371 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20372 Add `Chinese' to `nan' entry name.
20373
4aafb73c
SP
203742013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
20375
20376 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20377 (POLYNOMIAL): Likewise.
20378 (TAYLOR_SINCOS): Likewise.
20379 (TAYLOR_SLOW): Likewise.
20380 (__sin): Use TAYLOR_SINCOS.
20381 (__cos): Likewise.
20382 (slow): Use TAYLOR_SLOW.
20383 (sloww): Likewise.
20384 (bsloww): Likewise.
20385 (csloww): Likewise.
20386
d84f25c7
LD
203872013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
20388
20389 * stdlib/strtod_l.c: Fix buffer overrun.
20390
5eea0404
SP
203912013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
20392
7849ff93
SP
20393 * benchtests/Makefile (bench): Add sincos.
20394 * benchtests/bench-sincos.c: New file.
20395
cfa3c886
SP
20396 * math/libm-test.inc (cos_test_data): New test inputs.
20397 (sin_test_data): Likewise.
20398
b348e1e3
SP
20399 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20400 macro.
20401 (__sin): Use it.
20402 (__cos): Likewise.
20403 (slow1): Likewise.
20404 (slow2): Likewise.
20405 (sloww1): Likewise.
20406 (sloww2): Likewise.
20407 (bsloww1): Likewise.
20408 (bsloww2): Likewise.
20409 (cslow2): Likewise.
20410 (csloww1): Likewise.
20411 (csloww2): Likewise.
20412
6cce25f8
SP
20413 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20414 function.
20415 (__sin): Use it.
20416 (__cos): Likewise.
20417
5eea0404
SP
20418 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20419 gotos.
20420 (__cos): Likewise.
20421
9c21573c
MR
204222013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
20423
20424 * config.h.in (HAVE_MIPS_NAN2008): New macro.
20425 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20426 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20427 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20428 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20429 * elf/cache.c (print_entry): Handle the new cache flags.
20430
24d22e65
JM
204312013-09-18 Joseph Myers <joseph@codesourcery.com>
20432 Aldy Hernandez <aldyh@redhat.com>
20433
20434 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20435 Change condition to [_SOFT_FLOAT].
20436 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20437 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20438 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20439 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20440 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20441 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20442 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20443 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20444 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20445 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20446 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20447 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20448 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20449 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20450 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20451 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20452 declaration.
20453
d13ef066
JM
204542013-09-18 Joseph Myers <joseph@codesourcery.com>
20455
2e071de0
JM
20456 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20457 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20458 (__longjmp): Use LOAD_GP to load saved GPRs.
20459 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20460 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20461 (__sigsetjmp): Use SAVE_GP to save GPRs.
20462
d13ef066
JM
20463 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20464 Do not append -msoft-float.
20465 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20466
97a0650b
SP
204672013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
20468
20469 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20470
11ca09e9
JM
204712013-09-17 Joseph Myers <joseph@codesourcery.com>
20472
20473 [BZ #15966]
20474 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20475 (_FPU_GETCW): Use initial "__" on variable and field names but not
20476 on macro parameter name.
20477 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
20478 parentheses around reference to macro parameter.
20479
08ffcf34
RS
204802013-09-13 Richard Sandiford <richard@codesourcery.com>
20481
20482 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20483 prototype.
20484 (ctype_startup): Use uint32_t in cast and sizeof for
20485 ctype->charnames.
20486
ae7080d3
JL
204872013-09-11 Jia Liu <proljc@gmail.com>
20488
20489 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20490 __daddr_t_defined.
20491 [__FreeBSD__]: Likewise.
20492
5905e7b3
OB
204932013-09-11 Ondřej Bílka <neleai@seznam.cz>
20494
20495 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20496 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20497 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20498 (strchr): Remove __strchr_sse42 ifunc selection.
20499 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20500 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20501
b987c776
WN
205022013-09-11 Will Newton <will.newton@linaro.org>
20503
20504 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20505 parameter to RES. Remove hardcoded 1000 value.
20506 * benchtests/bench-skeleton.c (main): Pass RES parameter
20507 to TIMING_INIT and multiply result by 1000.
20508
ddf985af
AZ
205092013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20510
20511 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20512
ffdd3181
AS
205132013-09-11 Andreas Schwab <schwab@suse.de>
20514
20515 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
20516 if not defined.
20517 (O_TMPFILE) [__USE_GNU]: Define.
20518 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
20519 Define.
20520
b73ed247
WN
205212013-09-11 Will Newton <will.newton@linaro.org>
20522
20523 [BZ #15857]
20524 * malloc/malloc.c (__libc_memalign): Check the value of bytes
20525 does not overflow.
20526
55e17aad
WN
205272013-09-11 Will Newton <will.newton@linaro.org>
20528
20529 [BZ #15856]
20530 * malloc/malloc.c (__libc_valloc): Check the value of bytes
20531 does not overflow.
20532
1159a193
WN
205332013-09-11 Will Newton <will.newton@linaro.org>
20534
20535 [BZ #15855]
20536 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
20537 does not overflow.
20538
5905e7b3 205392013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
20540
20541 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
20542 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20543 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20544 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20545 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20546
cdfc721b
AM
205472013-09-10 Allan McRae <allan@archlinux.org>
20548
aa04af00
AM
20549 [BZ #15748]
20550 * manual/arith.texi (Parsing of Floats): Clarify
20551 cross-reference.
20552
cdfc721b
AM
20553 [BZ #15849]
20554 * manual/install.texi (Running make install): Mention
20555 --enable-pt-chown.
20556 * INSTALL: Regenerated.
20557
95e7cf29
MR
205582013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20559
20560 * csu/init-first.c (_init): Remove the !SHARED condition around
20561 FPU control word initialization.
20562 * elf/dl-support.c (_dl_fpu_control): New variable.
20563 (_dl_aux_init) <AT_FPUCW>: Initialize it.
20564 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
20565 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
20566 * math/test-fpucw-static.c: New file.
20567 * math/test-fpucw-ieee.c: New file.
20568 * math/test-fpucw-ieee-static.c: New file.
20569 * math/Makefile (tests): Add `test-fpucw-ieee' and
20570 `$(tests-static)'.
20571 (tests-static): New variable.
20572 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
20573 dependency to...
20574 [($(build-shared),yes)]
20575 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
20576 ... this.
20577 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
20578 New dependency.
20579
83e43bf0
AM
205802013-09-09 Allan McRae <allan@archlinux.org>
20581
a9f5ce09
AM
20582 [BZ #15939]
20583 * manual/string.texi (Collation Functions): Fix typo in
20584 strcoll example.
20585 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
20586
34829bc2
AM
20587 [BZ #15893]
20588 * stdlib/isomac.c (get_null_defines): Fix memory leak.
20589
3932737d
AM
20590 [BZ #15892]
20591 * libio/memstream.c (open_memstream): Fix memory leak.
20592 * libio/wmemstream.c (open_wmemstream): Likewise.
20593
83e43bf0
AM
20594 [BZ #15895]
20595 * nscd/netgroupcache.c: Fix nesting of ifdefs.
20596
0c66b8e9
WN
205972013-09-09 Will Newton <will.newton@linaro.org>
20598
20599 * malloc/Makefile: Add tst-realloc to tests.
20600 * malloc/tst-realloc.c: New file.
20601
f6b00fd1
AM
206022013-09-09 Allan McRae <allan@archlinux.org>
20603
20604 [BZ #15844]
20605 * COPYING: Update from GNU website to fix FSF address.
20606 * COPYING.LIB: Likewise.
20607
eec55e16
DM
206082013-09-06 David S. Miller <davem@davemloft.net>
20609
20610 * po/zh_TW.po: Update Chinese (traditional) translation from
20611 translation project.
20612
1ecbb381
RS
206132013-09-06 Richard Sandiford <richard@codesourcery.com>
20614 Joseph Myers <joseph@codesourcery.com>
20615
20616 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
20617 "localeinfo.h".
20618 (obstack_chunk_alloc): New macro.
20619 (obstack_chunk_free): Likewise.
20620 (record_offset): New function.
20621 (init_locale_data): Likewise.
20622 (align_locale_data): Likewise.
20623 (add_locale_empty): Likewise.
20624 (add_locale_raw_data): Likewise.
20625 (add_locale_raw_obstack): Likewise.
20626 (add_locale_string): Likewise.
20627 (add_locale_wstring): Likewise.
20628 (add_locale_uint32): Likewise.
20629 (add_locale_uint32_array): Likewise.
20630 (add_locale_char): Likewise.
20631 (start_locale_structure): Likewise.
20632 (end_locale_structure): Likewise.
20633 (start_locale_prelude): Likewise.
20634 (end_locale_prelude): Likewise.
20635 (write_locale_data): Take locale_file structure rather than an
20636 iovec.
20637 * locale/programs/locfile.h: Include "obstack.h".
20638 (struct locale_file): Change to store locale file contents instead
20639 of header.
20640 (init_locale_data): New prototype.
20641 (align_locale_data): Likewise.
20642 (add_locale_empty): Likewise.
20643 (add_locale_raw_data): Likewise.
20644 (add_locale_raw_obstack): Likewise.
20645 (add_locale_string): Likewise.
20646 (add_locale_wstring): Likewise.
20647 (add_locale_uint32): Likewise.
20648 (add_locale_uint32_array): Likewise.
20649 (add_locale_char): Likewise.
20650 (start_locale_structure): Likewise.
20651 (end_locale_structure): Likewise.
20652 (start_locale_prelude): Likewise.
20653 (end_locale_prelude): Likewise.
20654 (write_locale_data): Update prototype.
20655 * locale/programs/3level.h (struct TABLE): Remove result field.
20656 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
20657 Use new locale_file interface.
20658 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
20659 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
20660 * locale/programs/ld-address.c (address_output): Use new
20661 locale_file interface.
20662 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
20663 NO_ADD_LOCALE.
20664 (collate_finish): Don't call collseq_table_finalize.
20665 (collate_output): Use new locale_file interface.
20666 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
20667 in file.
20668 (NO_FINALIZE): Change to NO_ADD_LOCALE.
20669 (TABLE): Move defines earlier in file.
20670 (ELEMENT): Likewise.
20671 (DEFAULT): Likewise.
20672 (wctrans_table_add): Move macro and inline function earlier in
20673 file.
20674 (struct wctype_table): Move type earlier in file.
20675 (add_locale_wctype_table): New static prototype.
20676 (struct locale_ctype_t): Use logical types instead of struct iovec
20677 pointers for members.
20678 (ctype_output): Use new locale_file interface.
20679 (wctype_table_finalize): Change to add_locale_wctype_table. Use
20680 new locale_file interface.
20681 (allocate_arrays): Update for use of new locale_file interface.
20682 * locale/programs/ld-identification.c (identification_output): Use
20683 new locale_file interface.
20684 * locale/programs/ld-measurement.c (measurement_output): Likewise.
20685 * locale/programs/ld-messages.c (messages_output): Likewise.
20686 * locale/programs/ld-monetary.c (monetary_output): Likewise.
20687 * locale/programs/ld-name.c (name_output): Likewise.
20688 * locale/programs/ld-numeric.c (numeric_output): Likewise.
20689 * locale/programs/ld-paper.c (paper_output): Likewise.
20690 * locale/programs/ld-telephone.c (telephone_output): Likewise.
20691 * locale/programs/ld-time.c (time_output): Likewise.
20692
e029e2e5
AZ
206932013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20694
20695 * benchtests/Makefile: Add memrchr benchmark.
20696 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
20697 benchmark as memrchr.
20698 * benchtests/bench-memrchr-ifunc.c: New file.
20699 * benchtests/bench-memrchr.c: New file.
20700
bbf6e8e4
WN
207012013-09-06 Will Newton <will.newton@linaro.org>
20702
20703 * benchtests/Makefile (string-bench): Add memcpy.
20704
6c82a2f8
CD
207052013-09-05 Carlos O'Donell <carlos@redhat.com>
20706 Cong Wang <amwang@redhat.com>
20707
e732c5f0 20708 [BZ #15850]
6c82a2f8
CD
20709 * sysdeps/unix/sysv/linux/bits/in.h
20710 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
20711 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
20712 before __USE_KERNEL_IPV6_DEFS uses.
20713 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
20714 IPPROTO_BEETPH.
20715 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
20716 sockaddr_in6, or ipv6_mreq.
20717
5430fc65
AZ
207182013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20719
20720 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
20721 memory access for final bytes in some large inputs.
20722 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
20723
4660856c
AZ
207242013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20725
20726 * string/test-memrchr.c: New file.
20727 * string/test-memrchr-ifunc.c: New file.
20728 * string/Makefile: Add new memrchr testcase.
20729
bb8ea713
MF
207302013-09-05 Mike Frysinger <vapier@gentoo.org>
20731
20732 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
20733 fanotify_init returns EPERM.
20734
b92a20b5
JM
207352013-09-04 Joseph Myers <joseph@codesourcery.com>
20736
20737 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
20738 errors.
20739 (top level): Treat second token from macro or constant entries for
20740 allowed headers as allowed.
20741 * include/complex.h: Condition internal declarations on
20742 [!_ISOMAC].
20743 * include/fenv.h: Condition include of <stdbool.h> and internal
20744 declarations on [!_ISOMAC].
7447ccd9
CL
20745
207462013-09-04 Chris Leonard <cjl@sugarlabs,.org>
20747
3e181dda 20748 [BZ #15923]
7447ccd9
CL
20749 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
20750
3f2e46a4
JM
207512013-09-04 Joseph Myers <joseph@codesourcery.com>
20752
20753 * configure.in (--enable-versioning): Remove configure option.
20754 (libc_cv_asm_symver_directive): Remove configure test.
20755 (libc_cv_ld_version_script_option): Likewise.
20756 (VERSIONING): Remove variable and AC_SUBST.
20757 (DO_VERSIONING): Remove AC_DEFINE.
20758 * configure: Regenerated.
20759 * config.h.in (DO_VERSIONING): Remove macro.
20760 * Makerules [$(versioning) = yes]: Change conditionals to
20761 [$(build-shared) = yes].
20762 * config.make.in (versioning): Remove variable.
20763 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
20764 [$(build-shared) = yes].
20765 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
20766 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
20767 * elf/Makefile [$(versioning) = yes]: Change conditionals to
20768 [$(build-shared) = yes].
20769 * extra-lib.mk [$(versioning) = yes]: Likewise.
20770 * hurd/Makefile [$(versioning) = yes]: Likewise.
20771 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
20772 [SHARED].
20773 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
20774 [SHARED].
20775 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
20776 [SHARED && !NO_HIDDEN].
20777 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
20778 [SHARED].
20779 [SHARED && DO_VERSIONING]: Likewise..
20780 * libio/Makefile [$(versioning) = yes]: Change conditionals to
20781 [$(build-shared) = yes].
20782 * manual/install.texi (--disable-versioning): Remove
20783 documentation.
20784 * INSTALL: Regenerated.
20785 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
20786 to [SHARED].
20787 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
20788 [$(build-shared) = yes].
20789 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
20790 * sysdeps/i386/i686/multiarch/strstr-c.c
20791 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
20792 [SHARED && !NO_HIDDEN].
20793 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
20794 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
20795 * sysdeps/powerpc/powerpc32/dl-machine.c
20796 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
20797 * sysdeps/powerpc/powerpc32/sysdep.h
20798 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
20799 to [SHARED && PIC && !NO_HIDDEN].
20800 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
20801 conditional to [SHARED].
20802
44558701
WN
208032013-09-04 Will Newton <will.newton@linaro.org>
20804
20805 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
20806 * benchtests/bench-string.h: Include bench-timing.h instead
20807 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
20808 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
20809 call to HP_TIMING_DIFF_INIT.
20810 * benchtests/bench-memccpy.c: Use bench-timing.h macros
20811 instead of hp-timing.h macros.
20812 * benchtests/bench-memchr.c: Likewise.
20813 * benchtests/bench-memcmp.c: Likewise.
20814 * benchtests/bench-memcpy.c: Likewise.
20815 * benchtests/bench-memmem.c: Likewise.
20816 * benchtests/bench-memmove.c: Likewise.
20817 * benchtests/bench-memset.c: Likewise.
20818 * benchtests/bench-rawmemchr.c: Likewise.
20819 * benchtests/bench-strcasecmp.c: Likewise.
20820 * benchtests/bench-strcasestr.c: Likewise.
20821 * benchtests/bench-strcat.c: Likewise.
20822 * benchtests/bench-strchr.c: Likewise.
20823 * benchtests/bench-strcmp.c: Likewise.
20824 * benchtests/bench-strcpy.c: Likewise.
20825 * benchtests/bench-strcpy_chk.c: Likewise.
20826 * benchtests/bench-strlen.c: Likewise.
20827 * benchtests/bench-strncasecmp.c: Likewise.
20828 * benchtests/bench-strncat.c: Likewise.
20829 * benchtests/bench-strncmp.c: Likewise.
20830 * benchtests/bench-strncpy.c: Likewise.
20831 * benchtests/bench-strnlen.c: Likewise.
20832 * benchtests/bench-strpbrk.c: Likewise.
20833 * benchtests/bench-strrchr.c: Likewise.
20834 * benchtests/bench-strspn.c: Likewise.
20835 * benchtests/bench-strstr.c: Likewise.
20836
cae16d66
WN
208372013-09-04 Will Newton <will.newton@linaro.org>
20838
20839 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
20840
ffa3cd7f
JM
208412013-09-03 Joseph Myers <joseph@codesourcery.com>
20842
20843 [BZ #15427]
20844 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
20845 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
20846 * math/libm-test.inc (lgamma_test_data): Add more tests.
20847 * sysdeps/i386/fpu/libm-test-ulps: Update.
20848 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20849
8f02859f
OB
208502013-09-03 Ondřej Bílka <neleai@seznam.cz>
20851
20852 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
20853 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20854 Add ifunc.
20855 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20856 Add strcmp-sse2-unaligned
20857 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
20858
18d43716
MF
208592013-09-02 Mike Frysinger <vapier@gentoo.org>
20860
20861 * Versions.def (libc): Add GLIBC_2.19.
20862
ac444012
MF
208632013-09-02 Mike Frysinger <vapier@gentoo.org>
20864
20865 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
20866 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
20867
b7835e32
JM
208682013-09-02 Joseph Myers <joseph@codesourcery.com>
20869
20870 [BZ #14155]
20871 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
20872 intermediate calculations in recurrence.
20873 (__ieee754_ynf): Likewise.
20874 * math/libm-test.inc (jn_test_data): Do not allow spurious
20875 underflow exception. Add more tests.
20876 (yn_test_data): Add more tests.
20877 * sysdeps/i386/fpu/libm-test-ulps: Update.
20878 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20879
8220f4f0
OB
208802013-09-02 Ondřej Bílka <neleai@seznam.cz>
20881
20882 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
20883
f24a6d08
OB
208842013-08-30 Ondřej Bílka <neleai@seznam.cz>
20885
20886 * csu/init-first.c: Fix then/than typos.
20887 * locale/programs/ld-collate.c: Likewise.
20888 * locale/programs/linereader.h: Likewise.
20889 * manual/charset.texi: Likewise.
20890 * manual/filesys.texi: Likewise.
20891 * manual/stdio.texi: Likewise.
20892 * manual/string.texi: Likewise.
20893 * stdlib/fmtmsg.c: Likewise.
20894 * sysdeps/i386/stpncpy.S: Likewise.
20895 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20896 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20897 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20898 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20899
382466e0
OB
209002013-08-30 Ondřej Bílka <neleai@seznam.cz>
20901
20902 * elf/dl-open.c: Fix typos.
20903 * iconvdata/gbbig5.c: Likewise.
20904 * iconvdata/iso-2022-jp.c: Likewise.
20905 * iconv/gconv_int.h: Likewise.
20906 * iconv/loop.c: Likewise.
20907 * nis/rpcsvc/nis.h: Likewise.
20908 * resolv/ns_name.c: Likewise.
20909 * stdio-common/vfscanf.c: Likewise.
20910 * streams/stropts.h: Likewise.
20911 * sunrpc/rpc_thread.c: Likewise.
20912 * sysdeps/i386/strpbrk.S: Likewise.
20913 * sysdeps/ieee754/k_standard.c: Likewise.
20914 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20915 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20916 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
20917 * sysdeps/mach/hurd/profil.c: Likewise.
20918 * sysdeps/s390/dl-procinfo.h: Likewise.
20919 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
20920 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
20921 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
20922 * sysdeps/x86_64/dl-trampoline.S: Likewise.
20923 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
20924
0186c6e9
OB
209252013-08-30 Ondřej Bílka <neleai@seznam.cz>
20926
20927 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
20928 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
20929
d4e16af1
OB
209302013-08-29 Ondřej Bílka <neleai@seznam.cz>
20931
20932 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
20933 aix specific files.
20934 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
20935 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
20936 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
20937 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
20938 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
20939 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
20940 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
20941 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
20942
88335980
TS
209432013-08-29 Thomas Schwinge <thomas@codesourcery.com>
20944 Roland McGrath <roland@hack.frob.com>
20945
20946 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
20947 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
20948
ed479b02
ST
209492013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
20950
20951 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
20952 __executable_start symbol instead of _start.
20953
f1cc4c86
TS
209542013-08-29 Thomas Schwinge <thomas@codesourcery.com>
20955
d821f07c
TS
20956 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
20957 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
20958 Move macros to...
20959 * sysdeps/gnu/ldsodefs.h: ... this new file.
20960
c54290cf
TS
20961 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
20962 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
20963 instead of ELFOSABI_LINUX.
20964
0007fc9b 20965 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
20966 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
20967 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
20968 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
20969 Likewise.
20970 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
20971 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
20972 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
20973 Likewise.
20974 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20975 (ibm_extended_long_double): Add ieee_nan member.
20976 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
20977 (do_test): New function.
20978
f1cc4c86
TS
20979 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
20980 TEST_TRUNC.
20981 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
20982 functions, renamed from truncdfsf_test, trunctfsf_test,
20983 trunctfdf_test.
20984 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
20985 functions.
20986 (do_test): Run all these.
20987
6f65e668
OB
209882013-08-29 Ondřej Bílka <neleai@seznam.cz>
20989
20990 * argp/argp-help.c: Fix typos.
20991 * argp/argp-parse.c: Likewise.
20992 * debug/backtracesyms.c: Likewise.
20993 * elf/elf.h: Likewise.
20994 * malloc/malloc.c: Likewise.
20995 * nis/nis_print.c: Likewise.
20996 * resolv/res_comp.c: Likewise.
20997 * stdlib/stdlib.h: Likewise.
20998 * sunrpc/clnt_tcp.c: Likewise.
20999 * sunrpc/clnt_udp.c: Likewise.
21000 * sunrpc/clnt_unix.c: Likewise.
21001 * sysdeps/unix/bsd/ptsname.c: Likewise.
21002 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21003 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
21004 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21005 Likewise.
21006 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21007 Likewise.
21008 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21009 Likewise.
6f65e668
OB
21010 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21011
3a309239
SP
210122013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
21013
21014 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21015 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21016
3b813b29
MF
210172013-08-27 Mike Frysinger <vapier@gentoo.org>
21018
21019 [BZ #15897]
21020 * dlfcn/Makefile (tests): Add bug-dl-leaf.
21021 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21022 ($(objpfx)bug-dl-leaf): New rule.
21023 ($(objpfx)bug-dl-leaf.so): Likewise.
21024 ($(objpfx)bug-dl-leaf.out): Likewise.
21025 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21026 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21027 * dlfcn/bug-dl-leaf.c: New test.
21028 * dlfcn/bug-dl-leaf-lib.c: Likewise.
21029 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21030 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21031 (dlclose): Likewise.
21032 (dlmopen): Likewise.
21033
8cc3269f
RM
210342013-08-27 Roland McGrath <roland@hack.frob.com>
21035
7f9d0034
RM
21036 * include/netdb.h [!_ISOMAC]:
21037 Don't include <tls.h>.
21038 (h_errno, __libc_h_errno): Move declaration and macros out of
21039 [_LIBC_REENTRANT].
21040
fb431262
RM
21041 * include/resolv.h [_RESOLV_H_]:
21042 Don't include <tls.h>.
21043 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21044 * resolv/res_libc.c: Don't include <tls.h>.
21045 (_res): Use __attribute__ ((nocommon)) in place of
21046 __attribute__ ((section (".bss"))).
21047
bd81123a
RM
21048 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21049 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21050
c4e42566
RM
21051 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21052
f890a59b
RM
21053 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21054 only under [SIOCGIFCONF && SIOCGIFNETMASK].
21055
21056 * resolv/res_mkquery.c: Include <sys/time.h>.
21057
5d1f0a09
RM
21058 * inet/ifreq.c: Moved to ...
21059 * sysdeps/unix/ifreq.c: ... here.
21060 * inet/ifreq.c: New file, true stub version.
21061
6fcf28b3
RM
21062 * socket/sa_len.c: New file.
21063 * socket/Makefile (aux): Add it.
21064 * sysdeps/unix/sysv/linux/Makefile
21065 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21066 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21067 and #include <socket/sa_len.c>.
21068 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21069 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21070
e041fb8b
RM
21071 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21072 * bits/socket.h: ... here.
21073
8cc3269f
RM
21074 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21075 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21076 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21077
5d228a43
AS
210782013-08-27 Andreas Schwab <schwab@suse.de>
21079
45b8accc
AS
21080 [BZ #15736]
21081 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21082 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21083 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21084 * string/test-strcasecmp.c (test_main): Run tests in several
21085 locales.
21086 * string/test-strncasecmp.c (test_main): Likewise.
21087
5d228a43
AS
21088 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21089 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21090 to __strcasecmp_nonascii and __strncasecmp_nonascii.
21091 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21092 (__strncasecmp_ssse3) [PIC]: Likewise.
21093
59d112a4
RM
210942013-08-26 Roland McGrath <roland@hack.frob.com>
21095
53234cc3
RM
21096 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21097
59d112a4
RM
21098 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21099 instead of explicitly declaring xdecrypt.
21100 * nis/nss_nis/nis-publickey.c: Likewise.
21101
595aba70
SP
211022013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
21103
21104 [BZ #15890]
21105 * nscd/aicache.c: Include res_hconf.h.
21106 (addhstaiX): Initialize res_hconf.
21107
ffabd393
AS
211082013-08-26 Andreas Schwab <schwab@suse.de>
21109
21110 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21111 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21112
e0a69f5c
SP
211132013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
21114
21115 * nscd/aicache.c (addhstaiX): Fix indentation.
21116
8c12f01d
MF
211172013-08-25 Mike Frysinger <vapier@gentoo.org>
21118
21119 * configure.ac: Quote $build_pt_chown test.
21120 * configure: Regenerated.
21121
8fe89494
JM
211222013-08-23 Joseph Myers <joseph@codesourcery.com>
21123
21124 [BZ #15532]
21125 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21126 * math/s_cexpf.c (__cexpf): Likewise.
21127 * math/s_cexpl.c (__cexpl): Likewise.
21128 * math/libm-test.inc (cexp_test_data): Correct expected return
21129 value for NaN + i0. Add another test.
21130
75b181d6
DM
211312013-08-22 David S. Miller <davem@davemloft.net>
21132
21133 * po/ca.po: Update Catalan translation from translation project.
936241e4 21134 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 21135
acd06bb1
JM
211362013-08-21 Joseph Myers <joseph@codesourcery.com>
21137
21138 [BZ #15797]
21139 * math/s_fdim.c (__fdim): Check for infinite arguments if result
21140 is infinite, not alongside NaN test.
21141 * math/s_fdimf.c (__fdimf): Likewise.
21142 * math/s_fdiml.c (__fdiml): Likewise.
21143 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
21144 errno is unchanged.
21145
c0c3f78a
OB
211462013-08-21 Ondřej Bílka <neleai@seznam.cz>
21147
21148 * argp/argp-help.c: Fix typos.
21149 * crypt/speeds.c: Likewise.
21150 * csu/check_fds.c: Likewise.
21151 * elf/dl-load.c: Likewise.
21152 * elf/dl-open.c: Likewise.
21153 * elf/reldep3.c: Likewise.
21154 * elf/reldep.c: Likewise.
21155 * elf/sprof.c: Likewise.
21156 * iconv/iconv_charmap.c: Likewise.
21157 * iconv/skeleton.c: Likewise.
21158 * iconv/strtab.c: Likewise.
21159 * io/lockf64.c: Likewise.
21160 * libio/libioP.h: Likewise.
21161 * resolv/gai_notify.c: Likewise.
21162 * resolv/ns_name.c: Likewise.
21163 * resolv/ns_samedomain.c: Likewise.
21164 * resolv/res_send.c: Likewise.
21165 * stdlib/random.c: Likewise.
21166 * sunrpc/rpc/xdr.h: Likewise.
21167 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21168 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21169 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21170 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21171 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21172 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21173 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21174 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21175 * sysdeps/mach/hurd/check_fds.c: Likewise.
21176 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21177 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21178 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21179 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21180 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21181 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21182 * sysdeps/pthread/aio_notify.c: Likewise.
21183 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21184 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21185 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21186 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21187 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21188
46ed1038
LD
211892013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21190
21191 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21192 version if bit_Slow_SSE4_2 is set.
21193 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21194 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21195
d400dcac
AZ
211962013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21197
21198 [BZ #15867]
21199 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21200 trampoline stack frame information.
21201 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21202 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21203 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21204 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21205 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21206 * sysdeps/unix/sysv/linux/powerpc/init-first.c
21207 (_libc_vdso_platform_setup): Initialize the signal trampolines.
21208 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21209 sa_flags value.
21210 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21211 interrupting a syscall and set with option SA_SIGINFO.
21212
42c8fdd8
JM
212132013-08-20 Joseph Myers <joseph@codesourcery.com>
21214
c980f2f4
JM
21215 [BZ #15531]
21216 * math/s_cproj.c (__cproj): Only return an infinity if one part of
21217 argument is infinite.
21218 * math/s_cprojf.c (__cprojf): Likewise.
21219 * math/s_cprojl.c (__cprojl): Likewise.
21220 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21221 * math/libm-test.inc (cproj_test_data): Add more tests.
21222
0716c4fc
JM
21223 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21224
42c8fdd8
JM
21225 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21226 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21227 size. Use __ffs to determine corresponding shift.
21228
b31469d0
JM
212292013-08-20 Joseph Myers <joseph@codesourcery.com>
21230 Roland McGrath <roland@hack.frob.com>
21231
21232 * Makefile (INSTALL): Remove trailing blank lines from output of
21233 makeinfo.
21234
4e39af6e
AK
212352013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21236
21237 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21238 Align 32 bit compat elf_greg to 8 bytes.
21239
f315524e
AA
212402013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
21241
21242 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21243
1326ba1a
SP
212442013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
21245
21246 * string/strcoll_l.c (coll_seq): New structure.
21247 (get_next_seq_cached): New function.
21248 (get_next_seq): New function.
21249 (do_compare): New function.
21250 (STRCOLL): Use GNU style definition. Simplify implementation
21251 by using get_next_seq, get_next_seq_cached and do_compare.
21252
91ce4085
FW
212532013-08-16 Florian Weimer <fweimer@redhat.com>
21254
21255 [BZ #14699]
21256 CVE-2013-4237
21257 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21258 member.
21259 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21260 member.
21261 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21262 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21263 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
21264 conditional.
21265 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21266 GETDENTS_64BIT_ALIGNED.
21267 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21268 * manual/filesys.texi (Reading/Closing Directory): Document
21269 ENAMETOOLONG return value of readdir_r. Recommend readdir more
21270 strongly.
21271 * manual/conf.texi (Limits for Files): Add portability note to
21272 NAME_MAX, PATH_MAX.
21273 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21274
ca0a6bc4
AS
212752013-08-13 Andreas Schwab <schwab@suse.de>
21276
21277 [BZ #15749]
21278 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21279 of fabs.
21280 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21281 LDBL_MAX_EXP >= 16384]: Add tests for it.
21282
6c1fd795
DM
212832013-08-12 David S. Miller <davem@davemloft.net>
21284
21285 * version.h (RELEASE): Set to "development".
21286 (VERSION): Set to "2.18.90".
21287 * NEWS: Add 2.19 section.
21288
31ad488d
DM
212892013-08-03 David S. Miller <davem@davemloft.net>
21290
21291 * po/ko.po: Update Korean translation from translation project.
21292
db24e684
DM
212932013-08-01 David S. Miller <davem@davemloft.net>
21294
21295 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
21296 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21297 Bilka.
21298
f723285b
DM
212992013-07-30 David S. Miller <davem@davemloft.net>
21300
21301 * po/fr.po: Update French translation from translation project.
21302
3cbc52db
DM
213032013-07-28 David S. Miller <davem@davemloft.net>
21304
30bbc0cc
DM
21305 * po/cs.po: Update Czech translation from translation project.
21306
3cbc52db
DM
21307 * po/sv.po: Update Swedish translation from translation project.
21308
d492e6d0
DM
213092013-07-27 David S. Miller <davem@davemloft.net>
21310
f1a7f492
DM
21311 * po/eo.po: Update Esperanto translation from translation project.
21312
90e62a4a
DM
21313 * po/vi.po: Update Vietnamese translation from translation project.
21314
d492e6d0
DM
21315 * po/de.po: Update German translation from translation project.
21316
d4baa62d
DM
213172013-07-26 David S. Miller <davem@davemloft.net>
21318
641aa7b4
DM
21319 * po/bg.po: Update Bulgarian translation from translation project.
21320
d4baa62d
DM
21321 * po/nl.po: Update Dutch translation from translation project.
21322 * po/pl.po: Update Polish translation from translation project.
21323 * po/ru.po: Update Russian translation from translation project.
21324
61a9dcb9
DM
213252013-07-24 David S. Miller <davem@davemloft.net>
21326
21327 * po/libc.pot: Update.
21328
7b1f8b58
AZ
213292013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21330
21331 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21332 variable page size.
21333 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21334 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21335 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21336
a8fc7a03
AK
213372013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21338
21339 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21340
e4608715
CD
213412013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21342 Andreas Schwab <schwab@suse.de>
21343 Roland McGrath <roland@hack.frob.com>
21344 Joseph Myers <joseph@codesourcery.com>
21345 Carlos O'Donell <carlos@redhat.com>
21346
21347 [BZ #15755]
21348 * config.h.in: Define HAVE_PT_CHOWN.
21349 * config.make.in (build-pt-chown): New variable.
21350 * configure.in (--enable-pt_chown): New configure option.
21351 * configure: Regenerate.
21352 * login/Makefile: Include Makeconfig. Build pt_chown only if
21353 build-pt-chown is enabled.
21354 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21355 pt_chown to fix pty ownership.
21356 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21357 CLOSE_ALL_FDS.
21358 * manual/install.texi (Configuring and compiling): Mention
21359 --enable-pt_chown. Add @findex for grantpt.
21360 * INSTALL: Regenerate.
21361
da2d62df
DM
213622013-07-20 David S. Miller <davem@davemloft.net>
21363
21364 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21365 difference between 32-bit and 64-bit.
21366
d7e06450
CD
213672013-07-15 Carlos O'Donell <carlos@redhat.com>
21368
21369 [BZ #15711]
21370 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21371 Avoid system header dependency with -ffreestanding.
21372 ($(objpfx)bits/syscall%d): Likewise.
21373
f959cfd7
DM
213742013-07-13 David S. Miller <davem@davemloft.net>
21375
21376 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21377 underflows from atanl/atan2l due to bug 15319.
21378 (casinh_test_data): Likewise.
21379
c61f8513
DM
213802013-07-07 David S. Miller <davem@davemloft.net>
21381
21382 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21383
72c90ed0
JA
213842013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
21385
21386 * sysdeps/i386/fpu/libm-test-ulps: Update.
21387 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21388
52dfbe13
SP
213892013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
21390
21391 * configure.in (--enable-lock-elision): Fix message text.
21392 * INSTALL: Regenerate.
21393 * configure: Regenerate.
21394
3f169543
AZ
213952013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21396
21397 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21398
521c6785
AJ
213992013-07-03 Andreas Jaeger <aj@suse.de>
21400
21401 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21402 define.
21403 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21404 (ptrace_peeksiginfo_args): Add.
21405 (__ptrace_peeksiginfo_flags): Add.
21406 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21407 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21408 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21409
d2cc15cb
AM
214102013-07-03 Allan McRae <allan@archlinux.org>
21411
21412 * sysdeps/i386/fpu/libm-test-ulps: Update.
21413
3aaeeca7
DM
214142013-07-02 David S. Miller <davem@davemloft.net>
21415
21416 * sysdeps/sparc/fpu/libm-test-ulps: Update.
21417
5314ed1a
MT
214182013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
21419
21420 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21421
67338156
JM
214222013-07-02 Joseph Myers <joseph@codesourcery.com>
21423
21424 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21425 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21426
1717da59
AK
214272013-07-02 Andi Kleen <ak@linux.intel.com>
21428
21429 * config.h.in (ENABLE_LOCK_ELISION): Add.
21430 * configure.in (--enable-lock-elision): Add option.
21431 * manual/install.texi: Document --enable lock elision.
21432 * configure: Regenerate
21433 * INSTALL: Regenerate.
21434
1c81621c
L
214352013-07-02 H.J. Lu <hongjiu.lu@intel.com>
21436
21437 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21438 SSE4.2 strcasecmp for libc.a.
21439 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21440
77f01ab5
JM
214412013-07-02 Joseph Myers <joseph@codesourcery.com>
21442
21443 [BZ #13304]
21444 * soft-fp/op-common.h (_FP_FMA): New macro.
21445 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21446 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
21447 (_FP_MUL_MEAT_1_imm): ... here.
21448 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
21449 (_FP_MUL_MEAT_1_wide): ... here.
21450 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
21451 (_FP_MUL_MEAT_1_hard): ... here.
21452 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21453 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
21454 (_FP_MUL_MEAT_2_wide): ... here.
21455 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
21456 (_FP_MUL_MEAT_2_wide_3mul): ... here.
21457 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
21458 (_FP_MUL_MEAT_2_gmp): ... here.
21459 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21460 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
21461 (_FP_MUL_MEAT_4_wide): ... here.
21462 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
21463 (_FP_MUL_MEAT_4_gmp): ... here.
21464 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21465 (_FP_WFRACBITS_DW_S): Likewise.
21466 (_FP_WFRACXBITS_DW_S): Likewise.
21467 (_FP_HIGHBIT_DW_S): Likewise.
21468 (FP_FMA_S): Likewise.
21469 (_FP_FRAC_HIGH_DW_S): Likewise.
21470 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21471 (_FP_WFRACBITS_DW_D): Likewise.
21472 (_FP_WFRACXBITS_DW_D): Likewise.
21473 (_FP_HIGHBIT_DW_D): Likewise.
21474 (FP_FMA_D): Likewise.
21475 (_FP_FRAC_HIGH_DW_D): Likewise.
21476 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21477 (_FP_WFRACBITS_DW_E): Likewise.
21478 (_FP_WFRACXBITS_DW_E): Likewise.
21479 (_FP_HIGHBIT_DW_E): Likewise.
21480 (FP_FMA_E): Likewise.
21481 (_FP_FRAC_HIGH_DW_E): Likewise.
21482 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21483 (_FP_WFRACBITS_DW_Q): Likewise.
21484 (_FP_WFRACXBITS_DW_Q): Likewise.
21485 (_FP_HIGHBIT_DW_Q): Likewise.
21486 (FP_FMA_Q): Likewise.
21487 (_FP_FRAC_HIGH_DW_Q): Likewise.
21488 * soft-fp/fmasf4.c: New file.
21489 * soft-fp/fmadf4.c: Likewise.
21490 * soft-fp/fmatf4.c: Likewise.
21491
6308fd9a
LD
214922013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21493
21494 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21495 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21496 Silvermont.
21497 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21498 macro.
21499 (index_Slow_SSE4_2): Likewise.
21500 (index_Prefer_PMINUB_for_stringop): Likewise.
21501 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21502 bit_Slow_SSE4_2 is set.
21503 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21504 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21505
89cd9569
RA
215062013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21507
21508 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21509 rtld_global._dl_hwcap2.
21510 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21511 POWER8.
21512 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
21513 POWER8 feature descriptions defined in _dl_hwcap2.
21514 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
21515 string handling for POWER8 feature bits.
21516 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
21517 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
21518 _dl_powerpc_cap_flags.
21519 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
21520 * sysdeps/powerpc/rtld-global-offsets.sym
21521 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
21522 _dl_hwcap2 in the rtld_global_ro structure.
21523
1ae8bfe0
RA
215242013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21525
21526 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
21527 hardware capabilities in support of AT_HWCAP2.
21528 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
21529 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
21530 GLRO(dl_hwcap2).
21531 (_dl_show_auxv): Add support for calling _dl_procinfo to display
21532 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
21533 explicitly the unknown a_type display mechanism is used.
21534 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
21535 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
21536 struct member.
21537 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
21538 to macro prototype for AT_HWCAP2 support.
21539 * sysdeps/i386/dl-procinfo.h: Likewise.
21540 * sysdeps/s390/dl-procinfo.h: Likewise.
21541 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
21542 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
21543 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
21544 return -1 for unknown a_type display fallback.
21545 * sysdeps/sparc/dl-procinfo.h: Likewise.
21546 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
21547 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
21548
8fbec010
JM
215492013-06-28 Joseph Myers <joseph@codesourcery.com>
21550
21551 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
21552 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
21553
0432680e
PY
215542013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
21555
21556 [BZ #12492]
21557 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
21558 mprotect making __stack_prot writable.
21559
ce61a2ad
NF
215602013-06-28 Nathan Froyd <froydnj@codesourcery.com>
21561 Joseph Myers <joseph@codesourcery.com>
21562
21563 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
21564 as being properly aligned.
21565
f91f1c0f
MR
215662013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
21567
3d0f5d0c
MR
21568 * dlfcn/modstatic5.c: New file.
21569 * dlfcn/tststatic5.c: New file.
21570 * dlfcn/Makefile (tests): Add tststatic5.
21571 (tests-static): Likewise.
21572 (modules-names): Add modstatic5.
21573 (tststatic5-ENV): New variable.
21574 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
21575
f91f1c0f
MR
21576 [BZ #15022]
21577 * elf/dl-support.c (_dl_main_map): New variable.
21578 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
21579 (_dl_nns, _dl_load_adds): Set to 1.
21580 (_dl_initial_searchlist): Refer to _dl_main_map.
21581 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
21582 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
21583 call to _dl_get_origin.
21584 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
21585 around call_map.
21586 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
21587 * dlfcn/modstatic3.c: New file.
21588 * dlfcn/tststatic3.c: New file.
21589 * dlfcn/tststatic4.c: New file.
21590 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
21591 (tests-static): Likewise.
21592 (modules-names): Add modstatic3.
21593 (tststatic3-ENV, tststatic4-ENV): New variables.
21594 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
21595 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
21596
cbe7d24b
JM
215972013-06-26 Joseph Myers <joseph@codesourcery.com>
21598
21599 * configure.in (CC): Require GCC version 4.4 or later.
21600 * configure: Regenerated.
21601 * manual/install.texi (Tools for Compilation): Update GCC version
21602 requirement.
21603 * INSTALL: Regenerated.
21604
11b8a0e1
LD
216052013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21606
21607 [BZ #15674]
bb5bb87c
L
21608 * string/test-memcmp.c (check2): New.
21609 (main): Call check2.
21610
11b8a0e1
LD
21611 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
21612
b0037103
MR
216132013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
21614
21615 [BZ #15022]
21616 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
21617 over to...
21618 (dl_open_worker) [!SHARED]: ... here.
21619
c18c701d
RA
216202013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21621
21622 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
21623
1d17fa5f
RH
216242013-06-25 Richard Henderson <rth@redhat.com>
21625
21626 * locale/programs/locarchive.c: Include <libc-internal.h>
21627
8fcb833a
JM
216282013-06-25 Joseph Myers <joseph@codesourcery.com>
21629
21630 * manual/texinfo.tex: Update to version 2013-06-21.17, with
21631 trailing whitespace removed.
21632
17db6e8d
MF
216332013-06-24 Mike Frysinger <vapier@gentoo.org>
21634
21635 [BZ #10283]
17db6e8d
MF
21636 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
21637 * locale/programs/locarchive.c: Include libc-mmap.h.
21638 (prepare_address_space): Take two new outputs (the mmap base and len).
21639 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
21640 values.
21641 (create_archive): Declare new mmap base and len values for
21642 prepare_address_space, and store the result in ah.
21643 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
21644 (enlarge_archive): If ah->mmap_base is not NULL, use that and
21645 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21646 Declare new mmap base and len values for
21647 prepare_address_space, and store the result in new_ah.
21648 (open_archive): Declare new mmap base and len values for
21649 prepare_address_space, and store the result in ah.
21650 (close_archive): If ah->mmap_base is not NULL, use that and
21651 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21652 * sysdeps/generic/libc-mmap.h: New file.
21653
d605071e
MF
216542013-06-24 Mike Frysinger <vapier@gentoo.org>
21655
21656 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
21657 (ALIGN_UP): Likewise.
21658 (PTR_ALIGN_DOWN): Likewise.
21659 (PTR_ALIGN_UP): Likewise.
21660
2f063a6e
RA
216612013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21662
21663 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
21664 entry mapped to PPC_PLATFORM_POWER8.
21665 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
21666 POWER8.
21667 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
21668 (_dl_string_platform): Add case for exporting platform position for
21669 POWER8.
21670 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
21671 search path to sysdeps/powerpc/powerpc32/power8 directory.
21672 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
21673 search path to sysdeps/powerpc/powerpc64/power8 directory.
21674 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
21675 power7 directories.
21676 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
21677 power7 directories.
21678
a31ee4b3
SP
216792013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
21680
a74ca98f
SP
21681 * INSTALL: Regenerate.
21682
a31ee4b3
SP
21683 * nscd/connections.c (nscd_init): Fix comment.
21684
695c378f
JM
216852013-06-22 Joseph Myers <joseph@codesourcery.com>
21686
d8412221
JM
21687 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
21688
695c378f
JM
21689 [BZ #15667]
21690 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
21691 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
21692
d1d54715
MR
216932013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
21694
21695 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
21696 DL_DST_REQ_STATIC.
21697 (DL_DST_REQ_STATIC): Remove macro.
21698
8fdda7af
JM
216992013-06-21 Joseph Myers <joseph@codesourcery.com>
21700
21701 [BZ #7006]
21702 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
21703 with a shift of 0 bits.
21704
f3bc5e5a
MR
217052013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
21706
21707 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
21708 $(tststatic-ENV).
21709
be09e8c9
KK
217102013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21711
21712 [BZ #15655]
21713 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
21714
85c2e611
AZ
217152013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21716
21717 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
21718 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
21719 accepts -fno-tree-loop-distribute-patterns.
21720 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
21721 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
21722 recursive call.
21723 * string/memset.c (memset): Likewise.
21724 * string/test-memmove.c (simple_memmove): Disable loop transformation
21725 to library calls.
21726 * string/test-memset.c (simple_memset): Likewise.
21727 * benchtests/bench-memmove.c (simple_memmove): Likewise.
21728 * benchtests/bench-memset.c (simple_memset): Likewise.
21729 * configure: Regenerated.
21730
c91e0825
JM
217312013-06-20 Joseph Myers <joseph@codesourcery.com>
21732
b8c792af
JM
21733 * math/test-misc.c (main): Ignore fesetround failure when failures
21734 of subsequent rounding tests would be ignored.
21735
c91e0825
JM
21736 [BZ #15654]
21737 * math/fedisblxcpt.c (fedisableexcept): Return 0.
21738 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
21739 * math/fegetenv.c (__fegetenv): Return 0.
21740 * math/fegetexcept.c (fegetexcept): Return 0.
21741 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
21742 FE_TONEAREST.
21743 * math/feholdexcpt.c (feholdexcept): Return 0.
21744 * math/fesetenv.c (__fesetenv): Return 0.
21745 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
21746 argument FE_TONEAREST.
21747 * math/feupdateenv.c (__feupdateenv): Return 0.
21748 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
21749
bfcacbde
RM
217502013-06-18 Roland McGrath <roland@hack.frob.com>
21751
21752 * elf/rtld-Rules (rtld-compile-command.S): New variable.
21753 (rtld-compile-command.s, rtld-compile-command.c): New variables.
21754 ($(objpfx)rtld-%.os rules): Use them.
21755
e55a9b25
AZ
217562013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21757
21758 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
21759 fields.
21760
346d65b3
RM
217612013-06-17 Roland McGrath <roland@hack.frob.com>
21762
12086fb4
RM
21763 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
21764 length of target pattern, then descending length of dependency pattern.
21765 * configure.in (AWK): Require gawk 3.1.2 or newer.
21766 * manual/install.texi (Tools for Compilation): Say that we do.
21767 * configure: Regenerated.
21768
346d65b3
RM
21769 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
21770 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
21771 * scripts/sysd-rules.awk: ... this new script.
21772 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
21773 than a glob-style pattern.
21774
1a846317
JM
217752013-06-17 Joseph Myers <joseph@codesourcery.com>
21776
21777 * math/test-misc.c (main): Do not treat incorrectly rounded
21778 conversions as failure unless ROUNDING_TESTS passes.
21779
8fc75e6f
JM
217802013-06-15 Joseph Myers <joseph@codesourcery.com>
21781
3711a167
JM
21782 [BZ #15631]
21783 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
21784 restore exception state around main square root computation, then
21785 check for inexactness explicitly.
21786
8fc75e6f
JM
21787 * math/libm-test.inc (fma_test_data): Add another test.
21788
61dd6208
SP
217892013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
21790
adf23d2c
SP
21791 * manual/threads.texi (Non-POSIX Extensions): New document
21792 node. Document pthread_getattr_default_np and
21793 pthread_setattr_default_np.
21794
61dd6208
SP
21795 * Versions.def (libpthread): Add GLIBC_2.18.
21796 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
21797 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
21798 Likewise.
21799 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
21800 Likewise.
21801 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
21802 Likewise.
21803 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
21804 Likewise.
21805 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
21806 Likewise.
21807 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
21808 Likewise.
21809 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
21810 Likewise.
21811 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
21812 Likewise.
21813 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
21814 Likewise.
21815
d086fc7b
LD
218162013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21817
21818 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
21819 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
21820
747ef469
SP
218212013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
21822 H.J. Lu <hjl.tools@gmail.com>
21823
21824 [BZ #15627]
21825 * sysdeps/x86_64/rtld-memset.c: Remove file.
21826 * sysdeps/x86_64/rtld-memset.S: New file.
21827
1b2feed2
JM
218282013-06-14 Joseph Myers <joseph@codesourcery.com>
21829
21830 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
21831 (test_in_one_mode): Take arguments for whether the rounding mode
21832 is supported for each floating-point type.
21833 (do_test): Pass new arguments to test_in_one_mode using
21834 ROUNDING_TESTS.
21835
a58ad3f8
RM
218362013-06-13 Roland McGrath <roland@hack.frob.com>
21837
21838 * posix/tst-waitid.c (do_test): Distinguish different instances of
21839 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
21840 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
21841 before entering the kernel for waitpid.
21842
c204ab28
SP
218432013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
21844
21845 * NEWS: Fix note on clock function precision. Text by Roland
21846 McGrath.
21847
f4a29fba
RM
218482013-06-13 Roland McGrath <roland@hack.frob.com>
21849
21850 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
21851 it into place only when and if the sanity check passes.
21852
1f24b9ad
JM
218532013-06-13 Joseph Myers <joseph@codesourcery.com>
21854
21855 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
21856 output for whether conversion result is exact. Take argument
21857 indicating whether type is IBM long double.
21858 (round_for_all): Change need_exact field to ibm_ld.
21859 * stdlib/tst-strtod-round.c (struct exactness): New type.
21860 (struct test): Change bool ld_ok field to struct exactness exact.
21861 (TEST): Update all definitions for change to field.
21862 (tests): Regenerate array contents.
21863 (test_in_one_mode): Take pointer to new field instead of old ld_ok
21864 field value. Check for IBM long double here.
21865 (do_test): Update calls to test_in_one_mode.
21866
58206c68
SP
218672013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
21868
21869 [BZ #12515]
21870 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
21871 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
21872
2d6f4c5b 218732013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
21874
21875 [BZ #15605]
21876 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
21877 generated by the compiler on loop optimizations.
21878 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
21879 general definitions.
21880
94f2c076
JM
218812013-06-12 Joseph Myers <joseph@codesourcery.com>
21882
21883 * math/bug-nextafter.c: Include <math-tests.h>.
21884 (main): Only test for exceptions if EXCEPTION_TESTS is true for
21885 the relevant type.
21886 * math/bug-nexttoward.c: Include <math-tests.h>.
21887 (main): Only test for exceptions if EXCEPTION_TESTS is true for
21888 the relevant type.
21889 * math/test-misc.c: Include <math-tests.h>.
21890 (main): Only test for exceptions if EXCEPTION_TESTS is true for
21891 the relevant type.
21892
e0e50a0a
AJ
218932013-06-12 Andreas Jaeger <aj@suse.de>
21894
21895 * po/ia.po: Update Interlingua translation from translation
21896 project.
21897
25061094
SP
218982013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
21899
21900 * include/fenv.h: Include stdbool.h.
21901 (struct rm_ctx): New structure.
21902 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
21903 Define macro.
21904 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
21905 (SET_RESTORE_ROUNDF): Likewise.
21906 (SET_RESTORE_ROUNDL): Likewise.
21907 (SET_RESTORE_ROUND_NOEX): Likewise.
21908 (SET_RESTORE_ROUND_NOEXF): Likewise.
21909 (SET_RESTORE_ROUND_NOEXL): Likewise.
21910 (SET_RESTORE_ROUND_53BIT): Likewise.
21911 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
21912 (libc_feresetround_noexf_ctx): Likewise.
21913 (libc_feresetround_noexl_ctx): Likewise.
21914 (libc_feholdsetround_53bit_ctx): Likewise.
21915 (libc_feresetround_53bit_ctx): Likewise.
21916 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
21917 (libc_feholdexcept_setround_sse_ctx): New function.
21918 (libc_fesetenv_sse_ctx): Likewise.
21919 (libc_feupdateenv_sse_ctx): Likewise.
21920 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
21921 (libc_feholdexcept_setround_387_ctx): Likewise.
21922 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
21923 (libc_feholdsetround_387_prec_ctx): Likewise.
21924 (libc_feholdsetround_387_ctx): Likewise.
21925 (libc_feholdsetround_387_53bit_ctx): Likewise.
21926 (libc_feholdsetround_sse_ctx): Likewise.
21927 (libc_feresetround_sse_ctx): Likewise.
21928 (libc_feresetround_387_ctx): Likewise.
21929 (libc_feupdateenv_387_ctx): Likewise.
21930 (libc_feholdexcept_setroundf_ctx): Define macro.
21931 (libc_fesetenvf_ctx): Likewise.
21932 (libc_feupdateenvf_ctx): Likewise.
21933 (libc_feholdsetroundf_ctx): Likewise.
21934 (libc_feresetroundf_ctx): Likewise.
21935 (libc_feholdexcept_setround_ctx): Likewise.
21936 (libc_fesetenv_ctx): Likewise.
21937 (libc_feupdateenv_ctx): Likewise.
21938 (libc_feholdsetround_ctx): Likewise.
21939 (libc_feresetround_ctx): Likewise.
21940 (libc_feholdexcept_setroundl_ctx): Likewise.
21941 (libc_feupdateenvl_ctx): Likewise.
21942 (libc_feholdsetroundl_ctx): Likewise.
21943 (libc_feresetroundl_ctx): Likewise.
21944 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
21945 (libc_feresetround_53bit_ctx): Likewise.
21946
59b30555
SP
219472013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
21948
21949 * locale/iso-639.def: Convert to UTF-8.
21950
f1d73d30
JM
219512013-06-11 Joseph Myers <joseph@codesourcery.com>
21952
21953 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
21954 (EXCEPTION_TESTS_double): Likewise.
21955 (EXCEPTION_TESTS_long_double): Likewise.
21956 (EXCEPTION_TESTS): Likewise.
21957 * math/libm-test.inc (test_exceptions): Only test exceptions if
21958 EXCEPTION_TESTS (FLOAT).
21959
94aca5e7
SP
219602013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
21961
21962 * benchtests/Makefile (string-bench): Add strcpy_chk and
21963 stpcpy_chk.
21964 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
21965 * benchtests/bench-stpcpy_chk.c: New file.
21966 * benchtests/bench-strcpy_chk-ifunc.c: New file.
21967 * benchtests/bench-strcpy_chk.c: New file.
21968 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
21969 code.
21970 (do_test): Likewise.
21971
fac0c5f2
RA
219722013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21973
21974 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
21975 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
21976 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
21977 with tabs where appropriate.
21978 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
21979 dl-procinfo.h.
21980 [PPC_PLATFORM_PPC440]: Likewise.
21981 [PPC_PLATFORM_PPC464]: Likewise.
21982 [PPC_PLATFORM_PPC476]: Likewise.
21983 (_dl_string_platform): Add support for detecting ppc405, ppc440,
21984 ppc464, and ppc476 platform strings merging from ports/
21985 dl-procinfo.h.
21986
f22bc486
AS
219872013-06-11 Andreas Schwab <schwab@suse.de>
21988
21989 [BZ #14991]
21990 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
21991 (from_ucs4_idx): Regenerate.
21992 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
21993 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
21994 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
21995 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
21996 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
21997 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
21998 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
21999 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22000 from FROM_LOOP and TO_LOOP specific macros.
22001 (BODY): Handle combining characters.
22002 * iconvdata/BIG5HKSCS.irreversible: Update.
22003 * iconvdata/BIG5HKSCS.precomposed: New file.
22004 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22005 characters.
22006 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22007
c1f75dc3
SP
220082013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22009
4eacded2
SP
22010 * include/sys/time.h: Fix indentation and add copyright header.
22011
fec799f8
SP
22012 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22013 (do_test): Likewise.
22014 * string/test-memchr.c (do_one_test): Likewise.
22015 (do_test): Likewise.
22016 * string/test-memcmp.c (do_one_test): Likewise.
22017 (do_test): Likewise.
22018 * string/test-memcpy.c (do_one_test): Likewise.
22019 (do_test): Likewise.
22020 * string/test-memmem.c (do_one_test): Likewise.
22021 (do_test): Likewise.
22022 (do_random_tests): Likewise.
22023 * string/test-memmove.c (do_one_test): Likewise.
22024 (do_test): Likewise.
22025 * string/test-memset.c (do_one_test): Likewise.
22026 (do_test): Likewise.
22027 * string/test-rawmemchr.c (do_one_test): Likewise.
22028 (do_test): Likewise.
22029 * string/test-strcasecmp.c (do_one_test): Likewise.
22030 (do_test): Likewise.
22031 * string/test-strcasestr.c (do_one_test): Likewise.
22032 (do_test): Likewise.
22033 * string/test-strcat.c (do_one_test): Likewise.
22034 (do_test): Likewise.
22035 * string/test-strchr.c (do_one_test): Likewise.
22036 (do_test): Likewise.
22037 * string/test-strcmp.c (do_one_test): Likewise.
22038 (do_test): Likewise.
22039 * string/test-strcpy.c (do_one_test): Likewise.
22040 (do_test): Likewise.
22041 * string/test-string.h: Likewise.
22042 (test_init): Likewise.
22043 * string/test-strlen.c (do_one_test): Likewise.
22044 (do_test): Likewise.
22045 * string/test-strncasecmp.c (do_one_test): Likewise.
22046 (do_test): Likewise.
22047 * string/test-strncat.c (do_one_test): Likewise.
22048 (do_test): Likewise.
22049 * string/test-strncmp.c (do_one_test): Likewise.
22050 (do_test_limit): Likewise.
22051 (do_test): Likewise.
22052 * string/test-strncpy.c (do_one_test): Likewise.
22053 (do_test): Likewise.
22054 * string/test-strnlen.c (do_one_test): Likewise.
22055 (do_test): Likewise.
22056 * string/test-strpbrk.c (do_one_test): Likewise.
22057 (do_test): Likewise.
22058 * string/test-strrchr.c (do_one_test): Likewise.
22059 (do_test): Likewise.
22060 * string/test-strspn.c (do_one_test): Likewise.
22061 (do_test): Likewise.
22062 * string/test-strstr.c (do_one_test): Likewise.
22063 (do_test): Likewise.
22064
97020474
SP
22065 * benchtests/Makefile (string-bench): Add string benchmarks.
22066 * benchtests/bench-bcopy-ifunc.c: New file.
22067 * benchtests/bench-bcopy.c: New file.
22068 * benchtests/bench-bzero-ifunc.c: New file.
22069 * benchtests/bench-bzero.c: New file.
22070 * benchtests/bench-memccpy-ifunc.c: New file.
22071 * benchtests/bench-memccpy.c: New file.
22072 * benchtests/bench-memchr-ifunc.c: New file.
22073 * benchtests/bench-memchr.c: New file.
22074 * benchtests/bench-memcmp-ifunc.c: New file.
22075 * benchtests/bench-memcmp.c: New file.
22076 * benchtests/bench-memmem-ifunc.c: New file.
22077 * benchtests/bench-memmem.c: New file.
22078 * benchtests/bench-memmove-ifunc.c: New file.
22079 * benchtests/bench-memmove.c: New file.
22080 * benchtests/bench-mempcpy-ifunc.c: New file.
22081 * benchtests/bench-mempcpy.c: New file.
22082 * benchtests/bench-memset-ifunc.c: New file.
22083 * benchtests/bench-memset.c: New file.
22084 * benchtests/bench-rawmemchr-ifunc.c: New file.
22085 * benchtests/bench-rawmemchr.c: New file.
22086 * benchtests/bench-stpcpy-ifunc.c: New file.
22087 * benchtests/bench-stpcpy.c: New file.
22088 * benchtests/bench-stpncpy-ifunc.c: New file.
22089 * benchtests/bench-stpncpy.c: New file.
22090 * benchtests/bench-strcasecmp-ifunc.c: New file.
22091 * benchtests/bench-strcasecmp.c: New file.
22092 * benchtests/bench-strcasestr-ifunc.c: New file.
22093 * benchtests/bench-strcasestr.c: New file.
22094 * benchtests/bench-strcat-ifunc.c: New file.
22095 * benchtests/bench-strcat.c: New file.
22096 * benchtests/bench-strchr-ifunc.c: New file.
22097 * benchtests/bench-strchr.c: New file.
22098 * benchtests/bench-strchrnul-ifunc.c: New file.
22099 * benchtests/bench-strchrnul.c: New file.
22100 * benchtests/bench-strcmp-ifunc.c: New file.
22101 * benchtests/bench-strcmp.c: New file.
22102 * benchtests/bench-strcpy-ifunc.c: New file.
22103 * benchtests/bench-strcpy.c: New file.
22104 * benchtests/bench-strcspn-ifunc.c: New file.
22105 * benchtests/bench-strcspn.c: New file.
22106 * benchtests/bench-strlen-ifunc.c: New file.
22107 * benchtests/bench-strlen.c: New file.
22108 * benchtests/bench-strncasecmp-ifunc.c: New file.
22109 * benchtests/bench-strncasecmp.c: New file.
22110 * benchtests/bench-strncat-ifunc.c: New file.
22111 * benchtests/bench-strncat.c: New file.
22112 * benchtests/bench-strncmp-ifunc.c: New file.
22113 * benchtests/bench-strncmp.c: New file.
22114 * benchtests/bench-strncpy-ifunc.c: New file.
22115 * benchtests/bench-strncpy.c: New file.
22116 * benchtests/bench-strnlen-ifunc.c: New file.
22117 * benchtests/bench-strnlen.c: New file.
22118 * benchtests/bench-strpbrk-ifunc.c: New file.
22119 * benchtests/bench-strpbrk.c: New file.
22120 * benchtests/bench-strrchr-ifunc.c: New file.
22121 * benchtests/bench-strrchr.c: New file.
22122 * benchtests/bench-strspn-ifunc.c: New file.
22123 * benchtests/bench-strspn.c: New file.
22124 * benchtests/bench-strstr-ifunc.c: New file.
22125 * benchtests/bench-strstr.c: New file.
22126
c1f75dc3
SP
22127 * benchtests/Makefile: Disable parallel execution of targets.
22128 (string-bench): Add memcpy.
22129 (benchset): New variable to store a list of benchmark sets.
22130 (bench-func): Renamed from bench.
22131 (bench-set): New target.
22132 (bench): Depend on bench-func and bench-set.
22133 * benchtests/README: Add section on benchmark sets.
22134 * benchtests/bench-memcpy-ifunc.c: New file.
22135 * benchtests/bench-memcpy.c: New file.
22136 * benchtests/bench-string.h: New file.
22137
50fd745b
AS
221382013-06-11 Andreas Schwab <schwab@suse.de>
22139
22140 [BZ #15577]
22141 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22142 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22143 values in the triple.
22144 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22145 terminator in the group key.
22146
3ee7e9fe
AJ
221472013-06-11 Andreas Jaeger <aj@suse.de>
22148
22149 * po/zh_TW.po: Update Chinese (traditional) translation from
22150 translation project.
22151
89fb6835
SP
221522013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22153
22154 * include/time.h (__clock_gettime): Add libc_hidden_proto.
22155 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22156 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
22157 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22158 (clock_getcpuclockid): Likewise.
22159 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22160 Add weak_alias and libc_hidden_def.
22161 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22162 * rt/clock_gettime.c (clock_gettime): Rename to
22163 __clock_gettime. Add weak_alias and libc_hidden_def.
22164 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22165 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22166 __clock_nanosleep. Add weak_alias and libc_hidden_def.
22167 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22168 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22169 Likewise.
22170 * rt/clock_settime.c (clock_settime): Rename to
22171 __clock_settime. Add weak_alias and libc_hidden_def.
22172 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22173
0efa6f8b
JM
221742013-06-10 Joseph Myers <joseph@codesourcery.com>
22175
b8c61b4b
JM
22176 * mach/err_boot.sub: Remove trailing whitespace.
22177 * mach/err_ipc.sub: Likewise.
22178 * mach/err_mach.sub: Likewise.
22179
0efa6f8b
JM
22180 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22181 (ROUNDING_TESTS_double): Likewise.
22182 (ROUNDING_TESTS_long_double): Likewise.
22183 (ROUNDING_TESTS): Likewise.
22184 * math/libm-test.inc: Include <math-tests.h>.
22185 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22186 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22187 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22188 (IF_ROUND_INIT_FE_UPWARD): Likewise.
22189
50b818bf
SP
221902013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
22191
22192 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22193 of assigning.
22194
60d2f8f3
JM
221952013-06-08 Joseph Myers <joseph@codesourcery.com>
22196
4902d2c3
JM
22197 * sysdeps/gnu/errlist.awk: Do not generate space at end of
22198 otherwise empty TRANS lines.
22199 * sysdeps/gnu/errlist.c: Regenerated.
22200
60d2f8f3
JM
22201 * catgets/gencat.c (error_print): Use (void) in function
22202 definition.
22203 * crypt/crypt_util.c (__init_des): Likewise.
22204 * crypt/speeds.c (Stop): Likewise.
22205 (main): Likewise.
22206 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22207 * inet/ruserpass.c (token): Likewise.
22208 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22209 * intl/localealias.c (extend_alias_table): Likewise.
22210 * intl/plural-exp.c (init_germanic_plural): Likewise.
22211 * libio/fcloseall.c (__fcloseall): Likewise.
22212 * libio/genops.c (_IO_flush_all): Likewise.
22213 (_IO_flush_all_linebuffered): Likewise.
22214 (_IO_cleanup): Likewise.
22215 (_IO_iter_begin): Likewise.
22216 (_IO_iter_end): Likewise.
22217 (_IO_list_lock): Likewise.
22218 (_IO_list_unlock): Likewise.
22219 (_IO_list_resetlock): Likewise.
22220 * libio/getchar.c (getchar): Likewise.
22221 * libio/getchar_u.c (getchar_unlocked): Likewise.
22222 * libio/getwchar.c (getwchar): Likewise.
22223 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22224 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22225 * login/getpt.c (__getpt): Likewise.
22226 * login/tst-utmp.c (main): Likewise.
22227 * malloc/hooks.c (__malloc_check_init): Likewise.
22228 * malloc/malloc.c (__malloc_stats): Likewise.
22229 * malloc/mtrace.c (tr_break): Likewise.
22230 (mtrace): Likewise.
22231 (muntrace): Likewise.
22232 * misc/fstab.c (endfsent): Likewise.
22233 * misc/getclktck.c (__getclktck): Likewise.
22234 * misc/getdtsz.c (__getdtablesize): Likewise.
22235 * misc/gethostid.c (gethostid): Likewise.
22236 * misc/getpagesize.c (__getpagesize): Likewise.
22237 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22238 (__get_nprocs): Likewise.
22239 (__get_phys_pages): Likewise.
22240 (__get_avphys_pages): Likewise.
22241 * misc/getttyent.c (getttyent): Likewise.
22242 (setttyent): Likewise.
22243 (endttyent): Likewise.
22244 * misc/getusershell.c (getusershell): Likewise.
22245 (endusershell): Likewise.
22246 (setusershell): Likewise.
22247 (initshells): Likewise.
22248 * misc/hsearch.c (__hdestroy): Likewise.
22249 * misc/sync.c (sync): Likewise.
22250 * misc/syslog.c (closelog_internal): Likewise.
22251 (closelog): Likewise.
22252 * misc/ttyslot.c (ttyslot): Likewise.
22253 * misc/vhangup.c (vhangup): Likewise.
22254 * posix/fork.c (__fork): Likewise.
22255 * posix/getegid.c (__getegid): Likewise.
22256 * posix/geteuid.c (__geteuid): Likewise.
22257 * posix/getgid.c (__getgid): Likewise.
22258 * posix/getpid.c (__getpid): Likewise.
22259 * posix/getppid.c (__getppid): Likewise.
22260 * posix/getuid.c (__getuid): Likewise.
22261 * posix/pause.c (pause): Likewise.
22262 * posix/setpgrp.c (setpgrp): Likewise.
22263 * posix/setsid.c (__setsid): Likewise.
22264 * posix/test-vfork.c (noop): Likewise.
22265 * resolv/gethnamaddr.c (_endhtent): Likewise.
22266 (_gethtent): Likewise.
22267 (ht_endhostent): Likewise.
22268 (gethostent): Likewise.
22269 (dns_service): Likewise.
22270 * stdlib/drand48.c (drand48): Likewise.
22271 * stdlib/lrand48.c (lrand48): Likewise.
22272 * stdlib/mrand48.c (mrand48): Likewise.
22273 * stdlib/rand.c (rand): Likewise.
22274 * stdlib/random.c (__random): Likewise.
22275 * stdlib/setenv.c (clearenv): Likewise.
22276 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22277 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22278 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22279 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22280 (__get_nprocs): Likewise.
22281 (__get_phys_pages): Likewise.
22282 (__get_avphys_pages): Likewise.
22283 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22284 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22285 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22286 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22287 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22288 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22289 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22290 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22291 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22292 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22293 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22294 * sysdeps/mach/hurd/sync.c (sync): Likewise.
22295 * sysdeps/posix/clock.c (clock): Likewise.
22296 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22297 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22298 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22299 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22300 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22301 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22302 (__get_nprocs_conf): Likewise.
22303 (__get_phys_pages): Likewise.
22304 (__get_avphys_pages): Likewise.
22305 * time/clock.c (clock): Likewise.
22306 * time/tzset.c (__tzname_max): Likewise.
22307
2e09a79a
JM
223082013-06-07 Joseph Myers <joseph@codesourcery.com>
22309
22310 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22311 (__bswap_32): Do not use "register".
22312 * crypt/crypt.c (_ufc_doit_r): Likewise.
22313 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22314 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22315 * gmon/gmon.c (__monstartup): Likewise.
22316 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22317 * hurd/hurdmalloc.c (more_memory): Likewise.
22318 (malloc): Likewise.
22319 (free): Likewise.
22320 (realloc): Likewise.
22321 (malloc_fork_prepare): Likewise.
22322 (malloc_fork_parent): Likewise.
22323 (malloc_fork_child): Likewise.
22324 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22325 (_svcauth_des): Likewise.
22326 * inet/inet_lnaof.c (inet_lnaof): Likewise.
22327 * inet/inet_net.c (inet_network): Likewise.
22328 * inet/inet_netof.c (inet_netof): Likewise.
22329 * inet/rcmd.c (__validuser2_sa): Likewise.
22330 * io/fts.c (fts_open): Likewise.
22331 (fts_load): Likewise.
22332 (fts_close): Likewise.
22333 (fts_read): Likewise.
22334 (fts_children): Likewise.
22335 (fts_build): Likewise.
22336 (fts_stat): Likewise.
22337 (fts_sort): Likewise.
22338 (fts_alloc): Likewise.
22339 (fts_lfree): Likewise.
22340 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22341 (_IO_file_xsgetn): Likewise.
22342 (_IO_file_xsgetn_mmap): Likewise.
22343 * libio/iofopncook.c (_IO_cookie_read): Likewise.
22344 (_IO_cookie_write): Likewise.
22345 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22346 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22347 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22348 * malloc/obstack.c (_obstack_begin): Likewise.
22349 (_obstack_begin_1): Likewise.
22350 (_obstack_newchunk): Likewise.
22351 (_obstack_allocated_p): Likewise.
22352 (obstack_free): Likewise.
22353 (_obstack_memory_used): Likewise.
22354 * misc/getttyent.c (getttynam): Likewise.
22355 (getttyent): Likewise.
22356 (skip): Likewise.
22357 (value): Likewise.
22358 * misc/getusershell.c (initshells): Likewise.
22359 * misc/syslog.c (__vsyslog_chk): Likewise.
22360 * misc/ttyslot.c (ttyslot): Likewise.
22361 * nis/nis_hash.c (__nis_hash): Likewise.
22362 * posix/fnmatch_loop.c (FCT): Likewise.
22363 * posix/getconf.c (print_all): Likewise.
22364 (main): Likewise.
22365 * posix/getopt.c (exchange): Likewise.
22366 * posix/glob.c (globfree): Likewise.
22367 (prefix_array): Likewise.
22368 (__glob_pattern_type): Likewise.
22369 * resolv/arpa/nameser.h (NS_GET16): Likewise.
22370 (NS_GET32): Likewise.
22371 (NS_PUT16): Likewise.
22372 (NS_PUT32): Likewise.
22373 * resolv/gethnamaddr.c (getanswer): Likewise.
22374 (gethostbyname2): Likewise.
22375 (gethostbyaddr): Likewise.
22376 (_gethtent): Likewise.
22377 (_gethtbyname2): Likewise.
22378 (_gethtbyaddr): Likewise.
22379 * resolv/ns_print.c (dst_s_get_int16): Likewise.
22380 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22381 * resolv/res_init.c (__res_vinit): Likewise.
22382 (net_mask): Likewise.
22383 * resolv/res_mkquery.c (outchar): Likewise.
22384 (PRINT): Likewise.
22385 * stdio-common/printf_fp.c (outchar): Likewise.
22386 (PRINT): Likewise.
22387 * stdio-common/printf_fphex.c (outchar): Likewise.
22388 (PRINT): Likewise.
22389 * stdio-common/printf_size.c (outchar): Likewise.
22390 (PRINT): Likewise.
22391 * stdio-common/test_rdwr.c (main): Likewise.
22392 * stdio-common/tfformat.c (matches): Likewise.
22393 * stdio-common/vfprintf.c (outchar): Likewise.
22394 (printf_unknown): Likewise.
22395 (buffered_vfprintf): Likewise.
22396 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22397 * stdio-common/xbug.c (AppendToBuffer): Likewise.
22398 (ReadFile): Likewise.
22399 * stdlib/qsort.c (SWAP): Likewise.
22400 (_quicksort): Likewise.
22401 * stdlib/setenv.c (__add_to_environ): Likewise.
22402 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22403 * stdlib/strtol_l.c (__strtol_l): Likewise.
22404 * stdlib/tst-strtod.c (main): Likewise.
22405 * stdlib/tst-strtol.c (main): Likewise.
22406 * stdlib/tst-strtoll.c (main): Likewise.
22407 * string/bits/string2.h (__strcmp_cc): Likewise.
22408 (__strcmp_cg): Likewise.
22409 (__strcspn_c1): Likewise.
22410 (__strcspn_c2): Likewise.
22411 (__strcspn_c3): Likewise.
22412 (__strspn_c1): Likewise.
22413 (__strspn_c2): Likewise.
22414 (__strspn_c3): Likewise.
22415 (__strsep_1c): Likewise.
22416 (__strsep_2c): Likewise.
22417 (__strsep_3c): Likewise.
22418 * string/memccpy.c (__memccpy): Likewise.
22419 * string/stpcpy.c (__stpcpy): Likewise.
22420 * string/strcmp.c (strcmp): Likewise.
22421 * string/strrchr.c (strrchr): Likewise.
22422 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22423 Likewise.
22424 * sysdeps/mach/hurd/getcwd.c
22425 (_hurd_canonicalize_directory_name_internal): Likewise.
22426 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22427 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22428 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22429 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22430 Likewise, in both definitions.
22431 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22432 definitions.
22433 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22434 64] (__bswap_64): Likewise.
22435 * time/test_time.c (main): Likewise.
22436 * time/tzfile.c (__tzfile_read): Likewise.
22437 (__tzfile_compute): Likewise.
22438 * time/tzset.c (__tzset_parse_tz): Likewise.
22439 (tzset_internal): Likewise.
22440 (compute_change): Likewise.
22441 * wcsmbs/wcscat.c (__wcscat): Likewise.
22442 * wcsmbs/wcschr.c (wcschr): Likewise.
22443 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22444 * wcsmbs/wcscspn.c (wcscspn): Likewise.
22445 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22446 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22447 * wcsmbs/wcsspn.c (wcsspn): Likewise.
22448 * wcsmbs/wcsstr.c (wcsstr): Likewise.
22449 * wcsmbs/wmemchr.c (wmemchr): Likewise.
22450 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22451 * wcsmbs/wmemset.c (wmemset): Likewise.
22452
9e54314b
JM
224532013-06-06 Joseph Myers <joseph@codesourcery.com>
22454
22455 * scripts/config.guess: Update to version 2013-05-16.
22456 * scripts/config.sub: Update to version 2013-04-24.
22457 * scripts/install-sh: Update to version 2011-11-20.07.
22458 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22459 * scripts/move-if-change: Update to version 2012-01-06 07:23.
22460
350635a5
OB
224612013-06-06 Ondřej Bílka <neleai@seznam.cz>
22462
22463 * debug/fgetws_u_chk.c: Fix leading whitespaces.
22464 * elf/sln.c: Likewise.
22465 * hurd/hurd/ioctl.h: Likewise.
22466 * hurd/hurdmalloc.c: Likewise.
22467 * hurd/xattr.c: Likewise.
22468 * include/shlib-compat.h: Likewise.
22469 * inet/ruserpass.c: Likewise.
22470 * libio/iofgets_u.c: Likewise.
22471 * libio/iofgetws_u.c: Likewise.
22472 * locale/programs/ld-identification.c: Likewise.
22473 * locale/programs/ld-time.c: Likewise.
22474 * mach/msg-destroy.c: Likewise.
22475 * nss/nss_files/files-netgrp.c: Likewise.
22476 * resolv/res_data.c: Likewise.
22477 * soft-fp/op-1.h: Likewise.
22478 * soft-fp/op-2.h: Likewise.
22479 * soft-fp/op-4.h: Likewise.
22480 * soft-fp/op-common.h: Likewise.
22481 * stdio-common/printf_fphex.c: Likewise.
22482 * stdlib/strtod_l.c: Likewise.
22483 * sunrpc/rpc/clnt.h: Likewise.
22484 * sysdeps/generic/framestate.c: Likewise.
22485 * sysdeps/i386/bsd-_setjmp.S: Likewise.
22486 * sysdeps/i386/bsd-setjmp.S: Likewise.
22487 * sysdeps/i386/__longjmp.S: Likewise.
22488 * sysdeps/i386/setjmp.S: Likewise.
22489 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22490 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22491 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22492 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22493 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22494 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22495 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22496 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22497 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22498 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22499 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22500 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22501 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22502 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22503 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22504 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22505 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22506 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22507 * sysdeps/ieee754/support.c: Likewise.
22508 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22509 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22510 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22511 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22512 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
22513 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
22514 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
22515 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
22516 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
22517 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
22518 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
22519 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
22520 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
22521 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
22522 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
22523 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
22524 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
22525 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
22526
44a988af
OB
225272013-06-05 Ondřej Bílka <neleai@seznam.cz>
22528
25506f09 22529 * posix/transbug.c: Remove executable mode.
44a988af 22530
9c84384c
JM
225312013-06-05 Joseph Myers <joseph@codesourcery.com>
22532
22533 * crypt/speeds.c: Remove trailing whitespace.
22534 * dlfcn/default.c: Likewise.
22535 * elf/ifuncdep2.c: Likewise.
22536 * elf/ifuncmain1.c: Likewise.
22537 * elf/ifuncmain1vis.c: Likewise.
22538 * elf/testobj.h: Likewise.
22539 * elf/tst-stackguard1.c: Likewise.
22540 * gmon/sys/gmon.h: Likewise.
22541 * hurd/hurdmsg.c: Likewise.
22542 * hurd/new-fd.c: Likewise.
22543 * hurd/ports-get.c: Likewise.
22544 * iconvdata/ibm1008_420.c: Likewise.
22545 * inet/tst-getni1.c: Likewise.
22546 * inet/tst-getni2.c: Likewise.
22547 * libio/ioungetc.c: Likewise.
22548 * libio/wfiledoalloc.c: Likewise.
22549 * manual/libm-err-tab.pl: Likewise.
22550 * math/w_dremf.c: Likewise.
22551 * misc/ftruncate.c: Likewise.
22552 * posix/bug-glob2.c: Likewise.
22553 * posix/tst-pcre.c: Likewise.
22554 * posix/wait4.c: Likewise.
22555 * resolv/README: Likewise.
22556 * resolv/res_debug.h: Likewise.
22557 * resolv/tst-inet_ntop.c: Likewise.
22558 * setjmp/bug269-setjmp.c: Likewise.
22559 * soft-fp/extended.h: Likewise.
22560 * soft-fp/op-1.h: Likewise.
22561 * soft-fp/op-2.h: Likewise.
22562 * soft-fp/op-4.h: Likewise.
22563 * soft-fp/op-8.h: Likewise.
22564 * soft-fp/testit.c: Likewise.
22565 * stdio-common/bug16.c: Likewise.
22566 * stdlib/random.c: Likewise.
22567 * sunrpc/rpcsvc/rquota.x: Likewise.
22568 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
22569 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22570 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22571 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22572 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22573 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22574 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22575 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22576 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22577 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22578 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22579 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22580 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22581 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22582 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22583 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22584 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22585 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22586 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22587 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22588 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22589 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22590 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
22591 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22592 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22593 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22594 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22595 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
22596 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22597 * sysdeps/ieee754/s_lib_version.c: Likewise.
22598 * sysdeps/mach/hurd/check_fds.c: Likewise.
22599 * sysdeps/mach/hurd/getsockname.c: Likewise.
22600 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
22601 * sysdeps/mach/hurd/recvfrom.c: Likewise.
22602 * sysdeps/powerpc/bits/link.h: Likewise.
22603 * sysdeps/powerpc/dl-procinfo.c: Likewise.
22604 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
22605 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
22606 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
22607 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
22608 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22609 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
22610 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
22611 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
22612 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
22613 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
22614 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22615 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
22616 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
22617 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
22618 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
22619 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22620 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22621 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
22622 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
22623 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
22624 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
22625 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22626 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22627 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
22628 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22629 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22630 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
22631 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
22632 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22633 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22634 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22635 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22636 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
22637 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
22638 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
22639 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
22640 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22641 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
22642 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
22643 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
22644 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
22645 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
22646 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
22647 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22648 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
22649 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
22650 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22651 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
22652 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
22653 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22654 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22655 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22656 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22657 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
22658 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
22659 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
22660 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22661 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
22662 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
22663 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
22664 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
22665 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
22666 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22667 * sysdeps/powerpc/sysdep.h: Likewise.
22668 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
22669 * sysdeps/s390/s390-64/sub_n.S: Likewise.
22670 * sysdeps/sh/dl-trampoline.S: Likewise.
22671 * sysdeps/sh/memset.S: Likewise.
22672 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
22673 * sysdeps/sh/strlen.S: Likewise.
22674 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
22675 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
22676 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
22677 * sysdeps/sparc/sparc32/rem.S: Likewise.
22678 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
22679 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
22680 * sysdeps/sparc/sparc32/strchr.S: Likewise.
22681 * sysdeps/sparc/sparc32/udiv.S: Likewise.
22682 * sysdeps/sparc/sparc32/urem.S: Likewise.
22683 * sysdeps/sparc/sparc64/add_n.S: Likewise.
22684 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
22685 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
22686 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
22687 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
22688 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
22689 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
22690 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
22691 * sysdeps/unix/bsd/times.c: Likewise.
22692 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
22693 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
22694 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
22695 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
22696 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
22697 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
22698 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22699 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
22700 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
22701 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
22702 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
22703 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22704 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
22705 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
22706 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22707 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
22708 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22709 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
22710 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
22711 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
22712 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
22713 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
22714 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
22715 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
22716 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
22717 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
22718 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
22719 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
22720 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
22721 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
22722 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
22723 * sysdeps/x86_64/strcspn.S: Likewise.
22724
869378a5
RA
227252013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22726
22727 * locale/C-translit.h: Revert #include <stdint.h> because this is a
22728 generated file. Regenerate properly from gen-translit.pl.
22729 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
22730 locale/C-translit.h.
22731
840e2943
AS
227322013-06-05 Andreas Schwab <schwab@suse.de>
22733
22734 [BZ #15100]
22735 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
22736 week as 6 instead of -1.
22737 * time/tst-strptime.c (day_tests): Add test case.
22738
4c60cb0c
SP
227392013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
22740
22741 * sysdeps/generic/math_private.h
22742 (libc_feholdexcept_setround_53bit): Replace with
22743 libc_feholdsetround_53bit.
22744 (libc_feupdateenv_53bit): Replace with
22745 libc_feresetround_53bit.
22746 (SET_RESTORE_ROUND_53BIT): Adjust.
22747
d180203e
SP
227482013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
22749
96df079a
SP
22750 * string/test-strchrnul.c: Add copyright header.
22751
d180203e
SP
22752 * posix/tst-getaddrinfo4.c: Increase test timeout.
22753
8b0ccb2d
CD
227542013-06-03 Carlos O'Donell <carlos@redhat.com>
22755
22756 [BZ #15536]
22757 * math/libm-test.inc (MAX_EXP): Remove
22758 (MIN_EXP): Define.
22759 (ulp): Use MIN_EXP - MANT_DIG.
22760 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
22761
3b3c4d40
CD
227622013-05-31 Carlos O'Donell <carlos@redhat.com>
22763
22764 * po/be.po: Revert last change.
22765 * po/zh_CN.po: Likewise.
22766 * po/header.pot: Likewise.
22767
fab7ce3f
JM
227682013-05-31 Joseph Myers <joseph@codesourcery.com>
22769
22770 * Makefile ($(common-objpfx)linkobj/libc.so): Define
22771 link-libc-deps to empty as target-specific variable.
22772 * Makerules (link-libc-args): New variable.
22773 (libc-for-link): Likewise.
22774 (link-libc-deps): Likewise.
22775 (lib%.so): Depend on $(link-libc-deps). Link with
22776 $(link-libc-args).
22777 (build-module): Link with $(link-libc-args).
22778 (build-module-asneeded): Likewise.
22779 (build-module-helper-objlist): Filter out $(link-libc-deps) from
22780 list of objects.
22781 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
22782 target-specific variable.
22783 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
22784 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
22785 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
22786 libc.
22787 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
22788 libc and ld.so.
22789 ($(objpfx)libpcprofile.so): Likewise.
22790 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
22791 libc_nonshared.a.
22792 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
22793 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
22794 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
22795 $(link-libc-deps).
22796 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
22797 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
22798 * login/Makefile ($(objpfx)libutil.so): Likewise.
22799 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
22800 * math/Makefile ($(objpfx)libm.so): Likewise.
22801 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
22802 $(objpfx)libnsl.so): Define libc-for-link as target-specific
22803 variable instead of depending directly on libc.
22804 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
22805 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
22806 $(link-libc-deps).
22807 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
22808 libc.
22809 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
22810 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
22811 ($(objpfx)libanl.so): Likewise.
22812 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
22813 ld.so.
22814 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
22815 $(link-libc-deps).
22816 * sysdeps/i386/fpu/Makefile: Remove file.
22817 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
22818 ($(objpfx)libm.so): Remove dependency on ld.so.
22819
eca5920c
PF
228202013-05-30 Patsy Franklin <pfrankli@redhat.com>
22821
22822 [BZ # 15553]
22823 * nis/yp_xdr.c (XDRMAXNAME): Define.
22824 (XDRMAXRECORD): Define.
22825 (xdr_domainname): Use XDRMAXNAME.
22826 (xdr_mapname): Likewise.
22827 (xdr_peername): Likewise.
22828 (xdr_keydat): Use XDRMAXRECORD.
22829 (xdr_valdat): Likewise.
22830
228312013-05-30 Jeff Law <law@redhat.com>
96945714
JL
22832
22833 [BZ #14256]
22834 * manual/errno.texi (ESTALE): Update to account for more than
22835 just NFS file systems.
22836 * sysdeps/gnu/errlist.c: Regenerated.
22837
b9375348
SP
228382013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
22839
22840 [BZ #15465]
22841 * elf/Makefile (tests): Add tst-null-argv.
22842 (modules-names): Add tst-null-argv-lib.
22843 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
22844 (tst-null-argv-ENV): Set environment for tst-null-argv.
22845 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
22846 (RTLD_PROGNAME): New macro.
22847 * elf/tst-null-argv.c: New test case.
22848 * elf/tst-null-argv-lib.c: Library for test case.
22849 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
22850 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
22851 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
22852 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
22853 * elf/dl-init.c (call_init): Likewise.
22854 (_dl_init): Likewise.
22855 * elf/dl-load.c (print_search_path): Likewise.
22856 (_dl_map_object): Likewise.
22857 * elf/dl-lookup.c (do_lookup_x): Likewise.
22858 (add_dependency): Likewise.
22859 (_dl_lookup_symbol_x): Likewise.
22860 (_dl_debug_bindings): Likewise.
22861 * elf/dl-open.c (_dl_show_scope): Likewise.
22862 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
22863 * elf/dl-version.c (match_symbol): Likewise.
22864 (_dl_check_map_versions): Likewise.
22865 * elf/rtld.c (dl_main): Likewise.
22866 (print_unresolved): Use RTLD_PROGNAME.
22867 (print_missing_version): Likewise.
22868 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
22869 (elf_machine_rela): Likewise.
22870 * sysdeps/powerpc/powerpc32/dl-machine.c
22871 (__process_machine_rela): Likewise.
22872 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
22873 Likewise.
22874 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
22875 Likewise.
22876 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
22877 Likewise.
22878 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
22879 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
22880 Likewise.
22881 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
22882 Likewise.
22883 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
22884
8a9f20c8
CD
228852013-05-28 Carlos O'Donell <carlos@redhat.com>
22886
22887 * po/be.po: Add descriptive title.
22888 * po/zh_CN.po: Likewise.
22889 * po/header.pot: Likewise.
22890
0e60d68e
MF
228912013-05-28 Mike Frysinger <vapier@gentoo.org>
22892
22893 * locale/programs/locarchive.c (create_archive): Inlucde fname in
22894 error message.
22895 (enlarge_archive): Likewise.
22896
56b672e9
BN
228972013-05-28 Ben North <ben@redfrontdoor.org>
22898
22899 * manual/arith.texi (frexp): It is the magnitude of the return
22900 value which lies in [0.5, 1), not the return value itself.
22901
5e056687
AZ
229022013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22903
22904 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22905
2b66ef5d
TS
229062013-05-26 Thomas Schwinge <thomas@codesourcery.com>
22907
528c2405
TS
22908 * stdio-common/bug26.c (main): Correct fscanf template.
22909
07b4c13d
TS
22910 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
22911 declare _dl_skip_args.
22912
ec9dd97c
TS
22913 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
22914 Don't declare.
22915
2b66ef5d
TS
22916 * manual/platform.texi: Add missing @end deftypefun.
22917
4f8dfe27
JM
229182013-05-24 Joseph Myers <joseph@codesourcery.com>
22919
0323d086
JM
22920 [BZ #15529]
22921 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
22922 bit of mantissa of 2^16382.
22923 * math/libm-test.inc (hypot_test_data): Add more tests.
22924
dd4259b9
JM
22925 * math/libm-test.inc: Add drem and pow10 to list of tested
22926 functions.
22927 (pow10_test): New function.
22928 (drem_test): Likewise.
22929 (drem_test_tonearest): Likewise.
22930 (drem_test_towardzero): Likewise.
22931 (drem_test_downward): Likewise.
22932 (drem_test_upward): Likewise.
22933 (main): Call the new functions.
22934
4f8dfe27
JM
22935 * math/libm-test.inc (finite_test_data): Remove.
22936 (finite_test): Run tests from isfinite_test_data.
22937 (gamma_test_data): Remove.
22938 (gamma_test): Run tests from lgamma_test_data.
22939 * sysdeps/i386/fpu/libm-test-ulps: Update.
22940 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22941
d116b7c4
AZ
229422013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22943
22944 * manual/platform.texi: Add PowerPC PPR function set documentation.
22945 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
22946 implementation.
22947
e96e3767
CD
229482013-05-24 Carlos O'Donell <carlos@redhat.com>
22949
22950 * math/libm-test.inc (MAX_EXP): Define.
22951 (ULPDIFF): Define.
22952 (ulp): New function.
22953 (check_float_internal): Use ULPDIFF.
22954 (cpow_test): Disable failing test.
22955 (check_ulp): Test ulp() implemetnation.
22956 (main): Call check_ulp before starting tests.
22957
b679a606
JM
229582013-05-24 Joseph Myers <joseph@codesourcery.com>
22959
e8bdba36
JM
22960 * math/gen-libm-test.pl (generate_testfile): Do not handle
22961 START_DATA and END_DATA.
22962 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
22963 END_DATA.
22964 (acos_tonearest_test_data): Likewise.
22965 (acos_towardzero_test_data): Likewise.
22966 (acos_downward_test_data): Likewise.
22967 (acos_upward_test_data): Likewise.
22968 (acosh_test_data): Likewise.
22969 (asin_test_data): Likewise.
22970 (asin_tonearest_test_data): Likewise.
22971 (asin_towardzero_test_data): Likewise.
22972 (asin_downward_test_data): Likewise.
22973 (asin_upward_test_data): Likewise.
22974 (asinh_test_data): Likewise.
22975 (atan_test_data): Likewise.
22976 (atanh_test_data): Likewise.
22977 (atan2_test_data): Likewise.
22978 (cabs_test_data): Likewise.
22979 (cacos_test_data): Likewise.
22980 (cacosh_test_data): Likewise.
22981 (carg_test_data): Likewise.
22982 (casin_test_data): Likewise.
22983 (casinh_test_data): Likewise.
22984 (catan_test_data): Likewise.
22985 (catanh_test_data): Likewise.
22986 (cbrt_test_data): Likewise.
22987 (ccos_test_data): Likewise.
22988 (ccosh_test_data): Likewise.
22989 (ceil_test_data): Likewise.
22990 (cexp_test_data): Likewise.
22991 (cimag_test_data): Likewise.
22992 (clog_test_data): Likewise.
22993 (clog10_test_data): Likewise.
22994 (conj_test_data): Likewise.
22995 (copysign_test_data): Likewise.
22996 (cos_test_data): Likewise.
22997 (cos_tonearest_test_data): Likewise.
22998 (cos_towardzero_test_data): Likewise.
22999 (cos_downward_test_data): Likewise.
23000 (cos_upward_test_data): Likewise.
23001 (cosh_test_data): Likewise.
23002 (cosh_tonearest_test_data): Likewise.
23003 (cosh_towardzero_test_data): Likewise.
23004 (cosh_downward_test_data): Likewise.
23005 (cosh_upward_test_data): Likewise.
23006 (cpow_test_data): Likewise.
23007 (cproj_test_data): Likewise.
23008 (creal_test_data): Likewise.
23009 (csin_test_data): Likewise.
23010 (csinh_test_data): Likewise.
23011 (csqrt_test_data): Likewise.
23012 (ctan_test_data): Likewise.
23013 (ctan_tonearest_test_data): Likewise.
23014 (ctan_towardzero_test_data): Likewise.
23015 (ctan_downward_test_data): Likewise.
23016 (ctan_upward_test_data): Likewise.
23017 (ctanh_test_data): Likewise.
23018 (ctanh_tonearest_test_data): Likewise.
23019 (ctanh_towardzero_test_data): Likewise.
23020 (ctanh_downward_test_data): Likewise.
23021 (ctanh_upward_test_data): Likewise.
23022 (erf_test_data): Likewise.
23023 (erfc_test_data): Likewise.
23024 (exp_test_data): Likewise.
23025 (exp_tonearest_test_data): Likewise.
23026 (exp_towardzero_test_data): Likewise.
23027 (exp_downward_test_data): Likewise.
23028 (exp_upward_test_data): Likewise.
23029 (exp10_test_data): Likewise.
23030 (exp2_test_data): Likewise.
23031 (expm1_test_data): Likewise.
23032 (fabs_test_data): Likewise.
23033 (fdim_test_data): Likewise.
23034 (finite_test_data): Likewise.
23035 (floor_test_data): Likewise.
23036 (fma_test_data): Likewise.
23037 (fma_towardzero_test_data): Likewise.
23038 (fma_downward_test_data): Likewise.
23039 (fma_upward_test_data): Likewise.
23040 (fmax_test_data): Likewise.
23041 (fmin_test_data): Likewise.
23042 (fmod_test_data): Likewise.
23043 (fpclassify_test_data): Likewise.
23044 (frexp_test_data): Likewise.
23045 (gamma_test_data): Likewise.
23046 (hypot_test_data): Likewise.
23047 (ilogb_test_data): Likewise.
23048 (isfinite_test_data): Likewise.
23049 (isgreater_test_data): Likewise.
23050 (isgreaterequal_test_data): Likewise.
23051 (isinf_test_data): Likewise.
23052 (isless_test_data): Likewise.
23053 (islessequal_test_data): Likewise.
23054 (islessgreater_test_data): Likewise.
23055 (isnan_test_data): Likewise.
23056 (isnormal_test_data): Likewise.
23057 (issignaling_test_data): Likewise.
23058 (isunordered_test_data): Likewise.
23059 (j0_test_data): Likewise.
23060 (j1_test_data): Likewise.
23061 (jn_test_data): Likewise.
23062 (ldexp_test_data): Likewise.
23063 (lgamma_test_data): Likewise.
23064 (lrint_test_data): Likewise.
23065 (lrint_tonearest_test_data): Likewise.
23066 (lrint_towardzero_test_data): Likewise.
23067 (lrint_downward_test_data): Likewise.
23068 (lrint_upward_test_data): Likewise.
23069 (llrint_test_data): Likewise.
23070 (llrint_tonearest_test_data): Likewise.
23071 (llrint_towardzero_test_data): Likewise.
23072 (llrint_downward_test_data): Likewise.
23073 (llrint_upward_test_data): Likewise.
23074 (log_test_data): Likewise.
23075 (log10_test_data): Likewise.
23076 (log1p_test_data): Likewise.
23077 (log2_test_data): Likewise.
23078 (logb_test_data): Likewise.
23079 (logb_downward_test_data): Likewise.
23080 (lround_test_data): Likewise.
23081 (llround_test_data): Likewise.
23082 (modf_test_data): Likewise.
23083 (nearbyint_test_data): Likewise.
23084 (nextafter_test_data): Likewise.
23085 (nexttoward_test_data): Likewise.
23086 (pow_test_data): Likewise.
23087 (pow_tonearest_test_data): Likewise.
23088 (pow_towardzero_test_data): Likewise.
23089 (pow_downward_test_data): Likewise.
23090 (pow_upward_test_data): Likewise.
23091 (remainder_test_data): Likewise.
23092 (remainder_tonearest_test_data): Likewise.
23093 (remainder_towardzero_test_data): Likewise.
23094 (remainder_downward_test_data): Likewise.
23095 (remainder_upward_test_data): Likewise.
23096 (remquo_test_data): Likewise.
23097 (rint_test_data): Likewise.
23098 (rint_tonearest_test_data): Likewise.
23099 (rint_towardzero_test_data): Likewise.
23100 (rint_downward_test_data): Likewise.
23101 (rint_upward_test_data): Likewise.
23102 (round_test_data): Likewise.
23103 (scalb_test_data): Likewise.
23104 (scalbn_test_data): Likewise.
23105 (scalbln_test_data): Likewise.
23106 (signbit_test_data): Likewise.
23107 (sin_test_data): Likewise.
23108 (sin_tonearest_test_data): Likewise.
23109 (sin_towardzero_test_data): Likewise.
23110 (sin_downward_test_data): Likewise.
23111 (sin_upward_test_data): Likewise.
23112 (sincos_test_data): Likewise.
23113 (sinh_test_data): Likewise.
23114 (sinh_tonearest_test_data): Likewise.
23115 (sinh_towardzero_test_data): Likewise.
23116 (sinh_downward_test_data): Likewise.
23117 (sinh_upward_test_data): Likewise.
23118 (sqrt_test_data): Likewise.
23119 (tan_test_data): Likewise.
23120 (tan_tonearest_test_data): Likewise.
23121 (tan_towardzero_test_data): Likewise.
23122 (tan_downward_test_data): Likewise.
23123 (tan_upward_test_data): Likewise.
23124 (tanh_test_data): Likewise.
23125 (tgamma_test_data): Likewise.
23126 (trunc_test_data): Likewise.
23127 (y0_test_data): Likewise.
23128 (y1_test_data): Likewise.
23129 (yn_test_data): Likewise.
23130 (significand_test_data): Likewise.
23131
b679a606
JM
23132 * math/gen-libm-test.pl (@functions): Remove variable.
23133 (generate_testfile): Don't handle START and END lines.
23134 * math/libm-test.inc (START): New macro.
23135 (END): Likewise.
23136 (END_COMPLEX): Likewise.
23137 (acos_test): Use END macro without arguments.
23138 (acos_test_tonearest): Likewise.
23139 (acos_test_towardzero): Likewise.
23140 (acos_test_downward): Likewise.
23141 (acos_test_upward): Likewise.
23142 (acosh_test): Likewise.
23143 (asin_test): Likewise.
23144 (asin_test_tonearest): Likewise.
23145 (asin_test_towardzero): Likewise.
23146 (asin_test_downward): Likewise.
23147 (asin_test_upward): Likewise.
23148 (asinh_test): Likewise.
23149 (atan_test): Likewise.
23150 (atanh_test): Likewise.
23151 (atan2_test): Likewise.
23152 (cabs_test): Likewise.
23153 (cacos_test): Use END_COMPLEX macro without arguments.
23154 (cacosh_test): Likewise.
23155 (carg_test): Use END macro without arguments.
23156 (casin_test): Use END_COMPLEX macro without arguments.
23157 (casinh_test): Likewise.
23158 (catan_test): Likewise.
23159 (catanh_test): Likewise.
23160 (cbrt_test): Use END macro without arguments.
23161 (ccos_test): Use END_COMPLEX macro without arguments.
23162 (ccosh_test): Likewise.
23163 (ceil_test): Use END macro without arguments.
23164 (cexp_test): Use END_COMPLEX macro without arguments.
23165 (cimag_test): Use END macro without arguments.
23166 (clog_test): Use END_COMPLEX macro without arguments.
23167 (clog10_test): Likewise.
23168 (conj_test): Likewise.
23169 (copysign_test): Use END macro without arguments.
23170 (cos_test): Likewise.
23171 (cos_test_tonearest): Likewise.
23172 (cos_test_towardzero): Likewise.
23173 (cos_test_downward): Likewise.
23174 (cos_test_upward): Likewise.
23175 (cosh_test): Likewise.
23176 (cosh_test_tonearest): Likewise.
23177 (cosh_test_towardzero): Likewise.
23178 (cosh_test_downward): Likewise.
23179 (cosh_test_upward): Likewise.
23180 (cpow_test): Use END_COMPLEX macro without arguments.
23181 (cproj_test): Likewise.
23182 (creal_test): Use END macro without arguments.
23183 (csin_test): Use END_COMPLEX macro without arguments.
23184 (csinh_test): Likewise.
23185 (csqrt_test): Likewise.
23186 (ctan_test): Likewise.
23187 (ctan_test_tonearest): Likewise.
23188 (ctan_test_towardzero): Likewise.
23189 (ctan_test_downward): Likewise.
23190 (ctan_test_upward): Likewise.
23191 (ctanh_test): Likewise.
23192 (ctanh_test_tonearest): Likewise.
23193 (ctanh_test_towardzero): Likewise.
23194 (ctanh_test_downward): Likewise.
23195 (ctanh_test_upward): Likewise.
23196 (erf_test): Use END macro without arguments.
23197 (erfc_test): Likewise.
23198 (exp_test): Likewise.
23199 (exp_test_tonearest): Likewise.
23200 (exp_test_towardzero): Likewise.
23201 (exp_test_downward): Likewise.
23202 (exp_test_upward): Likewise.
23203 (exp10_test): Likewise.
23204 (exp2_test): Likewise.
23205 (expm1_test): Likewise.
23206 (fabs_test): Likewise.
23207 (fdim_test): Likewise.
23208 (finite_test): Likewise.
23209 (floor_test): Likewise.
23210 (fma_test): Likewise.
23211 (fma_test_towardzero): Likewise.
23212 (fma_test_downward): Likewise.
23213 (fma_test_upward): Likewise.
23214 (fmax_test): Likewise.
23215 (fmin_test): Likewise.
23216 (fmod_test): Likewise.
23217 (fpclassify_test): Likewise.
23218 (frexp_test): Likewise.
23219 (gamma_test): Likewise.
23220 (hypot_test): Likewise.
23221 (ilogb_test): Likewise.
23222 (isfinite_test): Likewise.
23223 (isgreater_test): Likewise.
23224 (isgreaterequal_test): Likewise.
23225 (isinf_test): Likewise.
23226 (isless_test): Likewise.
23227 (islessequal_test): Likewise.
23228 (islessgreater_test): Likewise.
23229 (isnan_test): Likewise.
23230 (isnormal_test): Likewise.
23231 (issignaling_test): Likewise.
23232 (isunordered_test): Likewise.
23233 (j0_test): Likewise.
23234 (j1_test): Likewise.
23235 (jn_test): Likewise.
23236 (ldexp_test): Likewise.
23237 (lgamma_test): Likewise.
23238 (lrint_test): Likewise.
23239 (lrint_test_tonearest): Likewise.
23240 (lrint_test_towardzero): Likewise.
23241 (lrint_test_downward): Likewise.
23242 (lrint_test_upward): Likewise.
23243 (llrint_test): Likewise.
23244 (llrint_test_tonearest): Likewise.
23245 (llrint_test_towardzero): Likewise.
23246 (llrint_test_downward): Likewise.
23247 (llrint_test_upward): Likewise.
23248 (log_test): Likewise.
23249 (log10_test): Likewise.
23250 (log1p_test): Likewise.
23251 (log2_test): Likewise.
23252 (logb_test): Likewise.
23253 (logb_test_downward): Likewise.
23254 (lround_test): Likewise.
23255 (llround_test): Likewise.
23256 (modf_test): Likewise.
23257 (nearbyint_test): Likewise.
23258 (nextafter_test): Likewise.
23259 (nexttoward_test): Likewise.
23260 (pow_test): Likewise.
23261 (pow_test_tonearest): Likewise.
23262 (pow_test_towardzero): Likewise.
23263 (pow_test_downward): Likewise.
23264 (pow_test_upward): Likewise.
23265 (remainder_test): Likewise.
23266 (remainder_test_tonearest): Likewise.
23267 (remainder_test_towardzero): Likewise.
23268 (remainder_test_downward): Likewise.
23269 (remainder_test_upward): Likewise.
23270 (remquo_test): Likewise.
23271 (rint_test): Likewise.
23272 (rint_test_tonearest): Likewise.
23273 (rint_test_towardzero): Likewise.
23274 (rint_test_downward): Likewise.
23275 (rint_test_upward): Likewise.
23276 (round_test): Likewise.
23277 (scalb_test): Likewise.
23278 (scalbn_test): Likewise.
23279 (scalbln_test): Likewise.
23280 (signbit_test): Likewise.
23281 (sin_test): Likewise.
23282 (sin_test_tonearest): Likewise.
23283 (sin_test_towardzero): Likewise.
23284 (sin_test_downward): Likewise.
23285 (sin_test_upward): Likewise.
23286 (sincos_test): Likewise.
23287 (sinh_test): Likewise.
23288 (sinh_test_tonearest): Likewise.
23289 (sinh_test_towardzero): Likewise.
23290 (sinh_test_downward): Likewise.
23291 (sinh_test_upward): Likewise.
23292 (sqrt_test): Likewise.
23293 (tan_test): Likewise.
23294 (tan_test_tonearest): Likewise.
23295 (tan_test_towardzero): Likewise.
23296 (tan_test_downward): Likewise.
23297 (tan_test_upward): Likewise.
23298 (tanh_test): Likewise.
23299 (tgamma_test): Likewise.
23300 (trunc_test): Likewise.
23301 (y0_test): Likewise.
23302 (y1_test): Likewise.
23303 (yn_test): Likewise.
23304 (significand_test): Likewise.
23305
bae143d2
OB
233062013-05-24 Ondřej Bílka <neleai@seznam.cz>
23307
23308 [BZ #15381]
23309 * libio/genops.c (_IO_no_init): Initialize wide struct info.
23310
9323d39b
EM
233112013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
23312
d4ea44a0 23313 [BZ #14894]
9323d39b
EM
23314 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23315 __ppc_mdoio and __ppc_mdoom.
23316 * manual/platform.texi: Document new functions __ppc_yield,
23317 __ppc_mdoio and __ppc_mdoom.
23318
13e23af7
CD
233192013-05-22 Carlos O'Donell <carlos@redhat.com>
23320
23321 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23322 (main): Mention "tls" pseudo-hwcap is legacy.
23323 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23324
351fe550
JM
233252013-05-22 Joseph Myers <joseph@codesourcery.com>
23326
23327 * math/gen-libm-test.pl (parse_args): Output only string of
23328 arguments as text for test name, not full call or descriptions of
23329 tests for extra outputs.
23330 (generate_testfile): Do not pass function name to parse_args.
23331 Generate this_func variable from START.
23332 * math/libm-test.inc (struct test_f_f_data): Rename test_name
23333 field to arg_str.
23334 (struct test_ff_f_data): Likewise.
23335 (test_ff_f_data_nexttoward): Likewise.
23336 (struct test_fi_f_data): Likewise.
23337 (struct test_fl_f_data): Likewise.
23338 (struct test_if_f_data): Likewise.
23339 (struct test_fff_f_data): Likewise.
23340 (struct test_c_f_data): Likewise.
23341 (struct test_f_f1_data): Likewise. Remove field extra_name.
23342 (struct test_fF_f1_data): Likewise.
23343 (struct test_ffI_f1_data): Likewise.
23344 (struct test_c_c_data): Rename test_name field to arg_str.
23345 (struct test_cc_c_data): Likewise.
23346 (struct test_f_i_data): Likewise.
23347 (struct test_ff_i_data): Likewise.
23348 (struct test_f_l_data): Likewise.
23349 (struct test_f_L_data): Likewise.
23350 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
23351 and extra2_name.
23352 (COMMON_TEST_SETUP): New macro.
23353 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23354 (COMMON_TEST_CLEANUP): Likewise.
23355 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23356 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
23357 macros.
23358 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23359 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
23360 macros.
23361 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23362 (RUN_TEST_fff_f): Take argument string. Call new setup and
23363 cleanup macros.
23364 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23365 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
23366 macros.
23367 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23368 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
23369 macros.
23370 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23371 (RUN_TEST_fF_f1): Take argument string. Call new setup and
23372 cleanup macros.
23373 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23374 (RUN_TEST_fI_f1): Take argument string. Call new setup and
23375 cleanup macros.
23376 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23377 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
23378 cleanup macros.
23379 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23380 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
23381 macros.
23382 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23383 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
23384 macros.
23385 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23386 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
23387 macros.
23388 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23389 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
23390 cleanup macros.
23391 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23392 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
23393 cleanup macros.
23394 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23395 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
23396 macros.
23397 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23398 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
23399 cleanup macros.
23400 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23401 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
23402 macros.
23403 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23404 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
23405 macros.
23406 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23407 (RUN_TEST_fFF_11): Take argument string. Call new setup and
23408 cleanup macros.
23409 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23410
85118d4d
EBM
234112013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23412
23413 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23414 to _sifields.sigfault.
23415 (si_addr_lsb): Define new macro.
23416 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23417 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23418 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23419
7a44c18f
CD
234202013-05-03 Carlos O'Donell <carlos at redhat.com>
23421
23422 [BZ #15441]
23423 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23424 returns -1.
23425 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23426 null return -1.
23427 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23428 loading the domain.
23429
b50a7181
JM
234302013-05-22 Joseph Myers <joseph@codesourcery.com>
23431
23432 * math/gen-libm-test.pl (parse_args): Do not include expected
23433 result in test name.
23434 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23435 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23436 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23437 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23438 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23439 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23440
051063c8
SP
234412013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
23442
3ce9e010
SP
23443 * benchtests/Makefile: Sort function entries.
23444
051063c8
SP
23445 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23446 tanh, asinh, acosh, atanh.
23447 * benchtests/acos-inputs: New file.
23448 * benchtests/acosh-inputs: New file.
23449 * benchtests/asin-inputs: New file.
23450 * benchtests/asinh-inputs: New file.
23451 * benchtests/atanh-inputs: New file.
23452 * benchtests/cosh-inputs: New file.
23453 * benchtests/log-inputs: New file.
23454 * benchtests/sinh-inputs: New file.
23455 * benchtests/tanh-inputs: New file.
23456
47c22455
DL
234572013-05-21 Dmitry V. Levin <ldv@altlinux.org>
23458
23459 [BZ #15339]
23460 * posix/tst-getaddrinfo4.c: New test.
23461 * posix/Makefile (tests): Add it.
23462
3d04f5db
SP
234632013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
23464
23465 [BZ #15339]
23466 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23467 when no services were used.
23468 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23469 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23470
d5dd6189
AS
234712013-05-21 Andreas Schwab <schwab@suse.de>
23472
23473 [BZ #15014]
23474 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23475 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23476 successful.
23477 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23478 redundant variable declarations and reallocation of buffer when
23479 parsing as IPv6 address. Always set NSS status when called from
23480 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
23481 buffer too small. Correct computation of needed size.
23482 * nss/Makefile (tests): Add test-digits-dots.
23483 * nss/test-digits-dots.c: New test.
23484
fef94eab
SP
234852013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
23486
23487 * benchtests/Makefile: Remove instructions for adding
23488 benchmark tests.
23489 * benchtests/README: New file to explain how to execute and
23490 enhance the benchmark tests.
23491
e39adf43
AS
234922013-05-21 Andreas Schwab <schwab@suse.de>
23493
23494 [BZ #15493]
23495 * setjmp/Makefile (tests): Add tst-sigsetjmp.
23496 * setjmp/tst-sigsetjmp.c: New test.
23497
b2b671b6
OB
234982013-05-20 Ondřej Bílka <neleai@seznam.cz>
23499
23500 * sysdeps/x86_64/memset.S (memset): New implementation.
23501 (__bzero): Likewise.
23502 (__memset_tail): New function.
23503
2d48b41c
OB
235042013-05-20 Ondřej Bílka <neleai@seznam.cz>
23505
23506 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23507 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23508 __memcpy_sse2_unaligned ifunc selection.
23509 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23510 Add memcpy-sse2-unaligned.S.
23511 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23512 Add: __memcpy_sse2_unaligned.
23513
f16cc3eb
JM
235142013-05-19 Joseph Myers <joseph@codesourcery.com>
23515
3e694268
JM
23516 [BZ #15490]
23517 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
23518 math_force_eval before restoring floating-point envrionment.
23519 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
23520 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
23521 Likewise.
23522 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
23523 <math_private.h>.
23524 (__nearbyintl): Use math_force_eval before restoring
23525 floating-point environment.
23526 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
23527
db62a907
JM
23528 * math/gen-libm-test.pl (special_functions): Remove.
23529 (parse_args): Don't handle TEST_extra. Handle functions with no
23530 return value.
23531 * math/libm-test.inc (struct test_sincos_data): Replace with
23532 struct test_fFF_11_data.
23533 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
23534 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
23535 (sincos_test_data): Change element type to struct
23536 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
23537 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
23538 RUN_TEST_LOOP_sincos.
23539 * math/README.libm-test: Don't mention special handling of
23540 individual functions.
23541 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
23542 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23543 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23544 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23545 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23546 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23547
f16cc3eb
JM
23548 * math/gen-libm-test.pl (get_variable): Remove function.
23549 (parse_args): Don't show pointer parameters to call in test
23550 names. Use "extra output N" in test names for extra outputs
23551 rather than naming variables.
23552
3779b5b6
JM
235532013-05-18 Joseph Myers <joseph@codesourcery.com>
23554
2ee094ff
JM
23555 [BZ #15488]
23556 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
23557 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
23558 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
23559 double tests.
23560 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
23561 disable.
23562 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
23563 check_long_double.
23564
3779b5b6
JM
23565 * math/gen-libm-test.pl (@tests): Remove variable.
23566 ($count): Likewise.
23567 (new_test): Remove function.
23568 (show_exceptions): New function.
23569 (special_functions): Use show_exceptions instead of new_test.
23570 (parse_args): Likewise.
23571 (generate_testfile): Pass only function name in generated call to
23572 print_max_error or print_complex_max_error.
23573 (get_ulps): Do not handle complex tests specially.
23574 (output_test): Rename to ...
23575 (get_all_ulps_for_test): ... this. Return a string rather than
23576 printing to a file. Require ulps to be present.
23577 (output_ulps): Generate arrays rather than #defines.
23578 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
23579 (struct ulp_data): New type.
23580 (BUILD_COMPLEX_ULP): Remove macro.
23581 (compare_ulp_data): New function.
23582 (find_ulps): Likewise.
23583 (find_test_ulps): Likewise.
23584 (find_function_ulps): Likewise.
23585 (find_complex_function_ulps): Likewise.
23586 (print_max_error): Determine allowed ulps using
23587 find_function_ulps.
23588 (print_complex_max_error): Determine allowed ulps using
23589 find_complex_function_ulps.
23590 (check_float_internal): Determine max ulps using find_test_ulps.
23591 (check_float): Do not take max_ulp parameter. Update call to
23592 check_float_internal.
23593 (check_complex): Likewise.
23594 (check_int): Do not take max_ulp parameter.
23595 (check_long): Likewise.
23596 (check_bool): Likewise.
23597 (check_longlong): Likewise.
23598 (struct test_f_f_data): Remove max_ulp field.
23599 (struct test_ff_f_data): Likewise.
23600 (struct test_ff_f_data_nexttoward): Likewise.
23601 (struct test_fi_f_data): Likewise.
23602 (struct test_fl_f_data): Likewise.
23603 (struct test_if_f_data): Likewise.
23604 (struct test_fff_f_data): Likewise.
23605 (struct test_c_f_data): Likewise.
23606 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
23607 (struct test_fF_f1_data): Likewise.
23608 (struct test_ffI_f1_data): Likewise.
23609 (struct test_c_c_data): Remove max_ulp field.
23610 (struct test_cc_c_data): Likewise.
23611 (struct test_f_i_data): Likewise.
23612 (struct test_ff_i_data): Likewise.
23613 (struct test_f_l_data): Likewise.
23614 (struct test_f_L_data): Likewise.
23615 (struct test_sincos_data): Likewise.
23616 (RUN_TEST_f_f): Do not handle ulps.
23617 (RUN_TEST_LOOP_f_f): Likewise.
23618 (RUN_TEST_2_f): Likewise.
23619 (RUN_TEST_LOOP_2_f): Likewise.
23620 (RUN_TEST_fff_f): Likewise.
23621 (RUN_TEST_LOOP_fff_f): Likewise.
23622 (RUN_TEST_c_f): Likewise.
23623 (RUN_TEST_LOOP_c_f): Likewise.
23624 (RUN_TEST_f_f1): Likewise.
23625 (RUN_TEST_LOOP_f_f1): Likewise.
23626 (RUN_TEST_fF_f1): Likewise.
23627 (RUN_TEST_LOOP_fF_f1): Likewise.
23628 (RUN_TEST_fI_f1): Likewise.
23629 (RUN_TEST_LOOP_fI_f1): Likewise.
23630 (RUN_TEST_ffI_f1): Likewise.
23631 (RUN_TEST_LOOP_ffI_f1): Likewise.
23632 (RUN_TEST_c_c): Likewise.
23633 (RUN_TEST_LOOP_c_c): Likewise.
23634 (RUN_TEST_cc_c): Likewise.
23635 (RUN_TEST_LOOP_cc_c): Likewise.
23636 (RUN_TEST_f_i): Likewise.
23637 (RUN_TEST_LOOP_f_i): Likewise.
23638 (RUN_TEST_f_i_tg): Likewise.
23639 (RUN_TEST_LOOP_f_i_tg): Likewise.
23640 (RUN_TEST_ff_i_tg): Likewise.
23641 (RUN_TEST_LOOP_ff_i_tg): Likewise.
23642 (RUN_TEST_f_b): Likewise.
23643 (RUN_TEST_LOOP_f_b): Likewise.
23644 (RUN_TEST_f_b_tg): Likewise.
23645 (RUN_TEST_LOOP_f_b_tg): Likewise.
23646 (RUN_TEST_f_l): Likewise.
23647 (RUN_TEST_LOOP_f_l): Likewise.
23648 (RUN_TEST_f_L): Likewise.
23649 (RUN_TEST_LOOP_f_L): Likewise.
23650 (RUN_TEST_sincos): Likewise.
23651 (RUN_TEST_LOOP_sincos): Likewise.
23652
8269107f
JM
236532013-05-17 Joseph Myers <joseph@codesourcery.com>
23654
bb38759d
JM
23655 [BZ #15480]
23656 [BZ #15485]
23657 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
23658 main case of finite arguments, set rounding mode to FE_TONEAREST
23659 and discard exceptions.
23660 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
23661 exceptions.
23662 (remainder_tonearest_test_data): New variable.
23663 (remainder_test_tonearest): New function.
23664 (remainder_towardzero_test_data): New variable.
23665 (remainder_test_towardzero): New function.
23666 (remainder_downward_test_data): New variable.
23667 (remainder_test_downward): New function.
23668 (remainder_upward_test_data): New variable.
23669 (remainder_test_upward): New function.
23670 (main): Call the new test functions.
23671
a00bdcf0
JM
23672 * math/libm-test.inc (struct test_f_f1_data): Remove field
23673 extra_init.
23674 (struct test_fF_f1_data): Likewise.
23675 (struct test_ffI_f1_data): Likewise.
23676 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
23677 based on value of EXTRA_EXPECTED.
23678 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23679 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
23680 EXTRA_VAR based on value of EXTRA_EXPECTED.
23681 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23682 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
23683 EXTRA_VAR based on value of EXTRA_EXPECTED.
23684 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23685 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
23686 EXTRA_VAR based on value of EXTRA_EXPECTED.
23687 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23688 * math/gen-libm-test.pl (parse_args): Don't output initializers
23689 for extra output values.
23690
de407f79
JM
23691 * math/libm-test.inc (check_int): Expect result to be exactly
23692 equal to expected value and do not handle ulps.
23693 (check_long): Likewise.
23694 (check_longlong): Likewise.
23695
8269107f
JM
23696 * math/libm-test.inc (ceil_test_data): Test for "inexact"
23697 exceptions.
23698 (cimag_test_data): Likewise.
23699 (conj_test_data): Likewise.
23700 (copysign_test_data): Likewise.
23701 (cproj_test_data): Likewise.
23702 (creal_test_data): Likewise.
23703 (fabs_test_data): Likewise.
23704 (fdim_test_data): Likewise.
23705 (finite_test_data): Likewise.
23706 (floor_test_data): Likewise.
23707 (fmax_test_data): Likewise.
23708 (fmin_test_data): Likewise.
23709 (fmod_test_data): Likewise.
23710 (fpclassify_test_data): Likewise.
23711 (frexp_test_data): Likewise.
23712 (ilogb_test_data): Likewise.
23713 (isfinite_test_data): Likewise.
23714 (isgreater_test_data): Likewise.
23715 (isgreaterequal_test_data): Likewise.
23716 (isinf_test_data): Likewise.
23717 (isless_test_data): Likewise.
23718 (islessequal_test_data): Likewise.
23719 (islessgreater_test_data): Likewise.
23720 (isnan_test_data): Likewise.
23721 (isnormal_test_data): Likewise.
23722 (issignaling_test_data): Likewise.
23723 (isunordered_test_data): Likewise.
23724 (ldexp_test_data): Likewise.
23725 (lrint_test_data): Likewise.
23726 (lrint_test_data) [TEST_FLOAT]: Disable one test.
23727 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
23728 (lrint_tonearest_test_data): Test for "inexact" exceptions.
23729 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23730 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
23731 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23732 test input.
23733 (lrint_towardzero_test_data): Test for "inexact" exceptions.
23734 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23735 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
23736 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
23737 that test input.
23738 (lrint_downward_test_data): Test for "inexact" exceptions.
23739 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23740 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
23741 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23742 test input.
23743 (lrint_upward_test_data): Test for "inexact" exceptions.
23744 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
23745 test input.
23746 (llrint_test_data): Test for "inexact" exceptions.
23747 (llrint_test_data) [TEST_FLOAT]: Disable one test.
23748 (llrint_tonearest_test_data): Test for "inexact" exceptions.
23749 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23750 (llrint_towardzero_test_data): Test for "inexact" exceptions.
23751 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23752 (llrint_downward_test_data): Test for "inexact" exceptions.
23753 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23754 (llrint_upward_test_data): Test for "inexact" exceptions.
23755 (logb_test_data): Likewise.
23756 (logb_downward_test_data): Likewise.
23757 (nextafter_test_data): Likewise.
23758 (nexttoward_test_data): Likewise.
23759 (remainder_test_data): Likewise.
23760 (remquo_test_data): Likewise.
23761 (scalbn_test_data): Likewise.
23762 (scalbln_test_data): Likewise.
23763 (signbit_test_data): Likewise.
23764 (sqrt_test_data): Likewise.
23765 (significand_test_data): Likewise.
23766
48a18de1
SP
237672013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
23768
23769 [BZ #15424]
23770 * benchtests/bench-modf.c (struct args): Mark arg0 as
23771 volatile.
23772 * scripts/bench.pl: Mark members of struct args as volatile.
23773
13d3b41a
AZ
237742013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23775
68191c1d 23776 [BZ # 15497]
13d3b41a
AZ
23777 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
23778 negative infinity on POWER6 or lower.
23779 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
23780
2848b105
MR
237812013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
23782
23783 [BZ #15442]
23784 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
23785 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
23786 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
23787 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
23788 (_FP_SETQNAN): New macro.
23789 (_FP_SETQNAN_SEMIRAW): Likewise.
23790 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
23791 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
23792 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
23793 (FP_EXTEND): Use _FP_FRAC_SNANP.
23794 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
23795 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
23796 into account.
23797 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
23798 New macro.
23799 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
23800 Likewise.
23801
323e5cb7
JM
238022013-05-16 Joseph Myers <joseph@codesourcery.com>
23803
c58b274f
JM
23804 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
23805 with DIVIDE_BY_ZERO_EXCEPTION.
23806 (gamma_test_data): Likewise.
23807 (lgamma_test_data): Likewise.
23808 (log_test_data): Likewise.
23809 (log10_test_data): Likewise.
23810 (log2_test_data): Likewise.
23811 (tgamma_test_data): Likewise.
23812
0ab34904
JM
23813 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
23814 (acos_test_tonearest): Likewise.
23815 (acos_test_towardzero): Likewise.
23816 (acos_test_downward): Likewise.
23817 (acos_test_upward): Likewise.
23818 (acosh_test): Likewise.
23819 (asin_test): Likewise.
23820 (asin_test_tonearest): Likewise.
23821 (asin_test_towardzero): Likewise.
23822 (asin_test_downward): Likewise.
23823 (asin_test_upward): Likewise.
23824 (asinh_test): Likewise.
23825 (atan_test): Likewise.
23826 (atanh_test): Likewise.
23827 (atan2_test): Likewise.
23828 (cabs_test): Likewise.
23829 (cacos_test): Likewise.
23830 (cacosh_test): Likewise.
23831 (casin_test): Likewise.
23832 (casinh_test): Likewise.
23833 (catan_test): Likewise.
23834 (catanh_test): Likewise.
23835 (cbrt_test): Likewise.
23836 (ccos_test): Likewise.
23837 (ccosh_test): Likewise.
23838 (cexp_test): Likewise.
23839 (clog_test): Likewise.
23840 (clog10_test): Likewise.
23841 (cos_test): Likewise.
23842 (cos_test_tonearest): Likewise.
23843 (cos_test_towardzero): Likewise.
23844 (cos_test_downward): Likewise.
23845 (cos_test_upward): Likewise.
23846 (cosh_test): Likewise.
23847 (cosh_test_tonearest): Likewise.
23848 (cosh_test_towardzero): Likewise.
23849 (cosh_test_downward): Likewise.
23850 (cosh_test_upward): Likewise.
23851 (cpow_test): Likewise.
23852 (csin_test): Likewise.
23853 (csinh_test): Likewise.
23854 (csqrt_test): Likewise.
23855 (ctan_test): Likewise.
23856 (ctan_test_tonearest): Likewise.
23857 (ctan_test_towardzero): Likewise.
23858 (ctan_test_downward): Likewise.
23859 (ctan_test_upward): Likewise.
23860 (ctanh_test): Likewise.
23861 (ctanh_test_tonearest): Likewise.
23862 (ctanh_test_towardzero): Likewise.
23863 (ctanh_test_downward): Likewise.
23864 (ctanh_test_upward): Likewise.
23865 (erf_test): Likewise.
23866 (erfc_test): Likewise.
23867 (exp_test): Likewise.
23868 (exp_test_tonearest): Likewise.
23869 (exp_test_towardzero): Likewise.
23870 (exp_test_downward): Likewise.
23871 (exp_test_upward): Likewise.
23872 (exp10_test): Likewise.
23873 (exp2_test): Likewise.
23874 (expm1_test): Likewise.
23875 (fmod_test): Likewise.
23876 (gamma_test): Likewise.
23877 (hypot_test): Likewise.
23878 (j0_test): Likewise.
23879 (j1_test): Likewise.
23880 (jn_test): Likewise.
23881 (lgamma_test): Likewise.
23882 (log_test): Likewise.
23883 (log10_test): Likewise.
23884 (log1p_test): Likewise.
23885 (log2_test): Likewise.
23886 (logb_test_downward): Likewise.
23887 (pow_test): Likewise.
23888 (pow_test_tonearest): Likewise.
23889 (pow_test_towardzero): Likewise.
23890 (pow_test_downward): Likewise.
23891 (pow_test_upward): Likewise.
23892 (remainder_test): Likewise.
23893 (remquo_test): Likewise.
23894 (sin_test): Likewise.
23895 (sin_test_tonearest): Likewise.
23896 (sin_test_towardzero): Likewise.
23897 (sin_test_downward): Likewise.
23898 (sin_test_upward): Likewise.
23899 (sincos_test): Likewise.
23900 (sinh_test): Likewise.
23901 (sinh_test_tonearest): Likewise.
23902 (sinh_test_towardzero): Likewise.
23903 (sinh_test_downward): Likewise.
23904 (sinh_test_upward): Likewise.
23905 (sqrt_test): Likewise.
23906 (tan_test): Likewise.
23907 (tan_test_tonearest): Likewise.
23908 (tan_test_towardzero): Likewise.
23909 (tan_test_downward): Likewise.
23910 (tan_test_upward): Likewise.
23911 (tanh_test): Likewise.
23912 (tgamma_test): Likewise.
23913 (y0_test): Likewise.
23914 (y1_test): Likewise.
23915 (yn_test): Likewise.
23916
323e5cb7
JM
23917 * math/gen-libm-test.pl (adjust_arg): Remove function.
23918 (special_function): Remove argument $in_func. Only handle
23919 generating output for tables of tests, not inside functions.
23920 (parse_args): Likewise.
23921 (generate_testfile): Remove variable $in_func. Update call to
23922 parse_args.
23923 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
23924 (MINUS_ZERO_INIT): Rename macro to minus_zero.
23925 (PLUS_INFTY_INIT): Rename macro to plus_infty.
23926 (MINUS_INFTY_INIT): Rename macro to minus_infty.
23927 (QNAN_VALUE_INIT): Rename macro to qnan_value.
23928 (MAX_VALUE_INIT): Rename macro to max_value.
23929 (MIN_VALUE_INIT): Rename macro to min_value.
23930 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
23931 (plus_zero): Remove variable.
23932 (minus_zero): Likewise.
23933 (plus_infty): Likewise.
23934 (minus_infty): Likewise.
23935 (qnan_value): Likewise.
23936 (max_value): Likewise.
23937 (min_value): Likewise.
23938 (min_subnorm_value): Likewise.
23939
e054f494
RA
239402013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23941
23942 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
23943 uint64_t or uint32_t usage.
23944 * crypt/sha256-block.c: Likewise.
23945 * crypt/sha256-crypt.c: Likewise.
23946 * crypt/sha256.c: Likewise.
23947 * crypt/sha512-block.c: Likewise.
23948 * crypt/sha512-crypt.c: Likewise.
23949 * crypt/sha512.c: Likewise.
23950 * debug/backtrace-tst.c: Likewise.
23951 * debug/pcprofiledump.c: Likewise.
23952 * elf/cache.c: Likewise.
23953 * elf/dl-cache.c: Likewise.
23954 * elf/dl-misc.c: Likewise.
23955 * elf/dl-profile.c: Likewise.
23956 * elf/dl-support.c: Likewise.
23957 * elf/ldconfig.c: Likewise.
23958 * elf/sprof.c: Likewise.
23959 * iconv/dummy-repertoire.c: Likewise.
23960 * iconv/iconv_charmap.c: Likewise.
23961 * iconv/skeleton.c: Likewise.
23962 * iconvdata/8bit-generic.c: Likewise.
23963 * iconvdata/cp737.h: Likewise.
23964 * iconvdata/cp775.h: Likewise.
23965 * iconvdata/ibm1008.h: Likewise.
23966 * iconvdata/ibm1025.h: Likewise.
23967 * iconvdata/ibm1046.h: Likewise.
23968 * iconvdata/ibm1097.h: Likewise.
23969 * iconvdata/ibm1112.h: Likewise.
23970 * iconvdata/ibm1122.h: Likewise.
23971 * iconvdata/ibm1123.h: Likewise.
23972 * iconvdata/ibm1124.h: Likewise.
23973 * iconvdata/ibm1129.h: Likewise.
23974 * iconvdata/ibm1130.h: Likewise.
23975 * iconvdata/ibm1132.h: Likewise.
23976 * iconvdata/ibm1133.h: Likewise.
23977 * iconvdata/ibm1137.h: Likewise.
23978 * iconvdata/ibm1140.h: Likewise.
23979 * iconvdata/ibm1141.h: Likewise.
23980 * iconvdata/ibm1142.h: Likewise.
23981 * iconvdata/ibm1143.h: Likewise.
23982 * iconvdata/ibm1144.h: Likewise.
23983 * iconvdata/ibm1145.h: Likewise.
23984 * iconvdata/ibm1146.h: Likewise.
23985 * iconvdata/ibm1147.h: Likewise.
23986 * iconvdata/ibm1148.h: Likewise.
23987 * iconvdata/ibm1149.h: Likewise.
23988 * iconvdata/ibm1153.h: Likewise.
23989 * iconvdata/ibm1154.h: Likewise.
23990 * iconvdata/ibm1155.h: Likewise.
23991 * iconvdata/ibm1156.h: Likewise.
23992 * iconvdata/ibm1157.h: Likewise.
23993 * iconvdata/ibm1158.h: Likewise.
23994 * iconvdata/ibm1160.h: Likewise.
23995 * iconvdata/ibm1161.h: Likewise.
23996 * iconvdata/ibm1162.h: Likewise.
23997 * iconvdata/ibm1163.h: Likewise.
23998 * iconvdata/ibm1164.h: Likewise.
23999 * iconvdata/ibm1166.h: Likewise.
24000 * iconvdata/ibm1167.h: Likewise.
24001 * iconvdata/ibm12712.h: Likewise.
24002 * iconvdata/ibm1390.h: Likewise.
24003 * iconvdata/ibm1399.h: Likewise.
24004 * iconvdata/ibm16804.h: Likewise.
24005 * iconvdata/ibm4517.h: Likewise.
24006 * iconvdata/ibm4899.h: Likewise.
24007 * iconvdata/ibm4909.h: Likewise.
24008 * iconvdata/ibm4971.h: Likewise.
24009 * iconvdata/ibm5347.h: Likewise.
24010 * iconvdata/ibm803.h: Likewise.
24011 * iconvdata/ibm856.h: Likewise.
24012 * iconvdata/ibm901.h: Likewise.
24013 * iconvdata/ibm902.h: Likewise.
24014 * iconvdata/ibm9030.h: Likewise.
24015 * iconvdata/ibm9066.h: Likewise.
24016 * iconvdata/ibm921.h: Likewise.
24017 * iconvdata/ibm922.h: Likewise.
24018 * iconvdata/ibm9448.h: Likewise.
24019 * iconvdata/isiri-3342.h: Likewise.
24020 * iconvdata/jis0201.h: Likewise.
24021 * include/link.h: Likewise.
24022 * include/netdb.h: Likewise.
24023 * inet/check_native.c: Likewise.
24024 * inet/check_pf.c: Likewise.
24025 * inet/getipv4sourcefilter.c: Likewise.
24026 * inet/getnameinfo.c: Likewise.
24027 * inet/getsourcefilter.c: Likewise.
24028 * inet/htonl.c: Likewise.
24029 * inet/setipv4sourcefilter.c: Likewise.
24030 * inet/setsourcefilter.c: Likewise.
24031 * inet/test-inet6_opt.c: Likewise.
24032 * inet/tst-network.c: Likewise.
24033 * locale/C-collate.c: Likewise.
24034 * locale/C-ctype.c: Likewise.
24035 * locale/C-time.c: Likewise.
24036 * locale/C-translit.h: Likewise.
24037 * locale/loadarchive.c: Likewise.
24038 * locale/programs/3level.h: Likewise.
24039 * locale/programs/charmap.c: Likewise.
24040 * locale/programs/charmap.h: Likewise.
24041 * locale/programs/ld-address.c: Likewise.
24042 * locale/programs/ld-collate.c: Likewise.
24043 * locale/programs/ld-ctype.c: Likewise.
24044 * locale/programs/ld-identification.c: Likewise.
24045 * locale/programs/ld-measurement.c: Likewise.
24046 * locale/programs/ld-messages.c: Likewise.
24047 * locale/programs/ld-monetary.c: Likewise.
24048 * locale/programs/ld-name.c: Likewise.
24049 * locale/programs/ld-numeric.c: Likewise.
24050 * locale/programs/ld-paper.c: Likewise.
24051 * locale/programs/ld-telephone.c: Likewise.
24052 * locale/programs/ld-time.c: Likewise.
24053 * locale/programs/linereader.c: Likewise.
24054 * locale/programs/locale.c: Likewise.
24055 * locale/programs/locarchive.c: Likewise.
24056 * locale/programs/locfile.h: Likewise.
24057 * locale/programs/repertoire.c: Likewise.
24058 * locale/programs/simple-hash.c: Likewise.
24059 * locale/programs/simple-hash.h: Likewise.
24060 * malloc/memusage.c: Likewise.
24061 * malloc/memusagestat.c: Likewise.
24062 * nis/nis_defaults.c: Likewise.
24063 * nis/nis_hash.c: Likewise.
24064 * nis/nis_print.c: Likewise.
24065 * nis/nis_xdr.c: Likewise.
24066 * nscd/connections.c: Likewise.
24067 * nscd/hstcache.c: Likewise.
24068 * nscd/nscd_gethst_r.c: Likewise.
24069 * nscd/nscd_getserv_r.c: Likewise.
24070 * nscd/nscd_helper.c: Likewise.
24071 * nscd/servicescache.c: Likewise.
24072 * nss/makedb.c: Likewise.
24073 * nss/nss_db/db-XXX.c: Likewise.
24074 * nss/nss_db/db-initgroups.c: Likewise.
24075 * nss/nss_db/db-netgrp.c: Likewise.
24076 * nss/nss_files/files-network.c: Likewise.
24077 * nss/nss_files/files-parse.c: Likewise.
24078 * posix/bug-regex5.c: Likewise.
24079 * posix/fnmatch_loop.c: Likewise.
24080 * posix/regcomp.c: Likewise.
24081 * posix/regexec.c: Likewise.
24082 * posix/tst-rfc3484-2.c: Likewise.
24083 * posix/tst-rfc3484-3.c: Likewise.
24084 * posix/tst-rfc3484.c: Likewise.
24085 * resolv/nss_dns/dns-canon.c: Likewise.
24086 * resolv/nss_dns/dns-network.c: Likewise.
24087 * resolv/res_init.c: Likewise.
24088 * resolv/res_mkquery.c: Likewise.
24089 * resolv/tst-aton.c: Likewise.
24090 * stdlib/cxa_atexit.c: Likewise.
24091 * stdlib/cxa_finalize.c: Likewise.
24092 * stdlib/gen-fpioconst.c: Likewise.
24093 * stdlib/strtol_l.c: Likewise.
24094 * string/tst-endian.c: Likewise.
24095 * sunrpc/auth_des.c: Likewise.
24096 * sunrpc/clnt_udp.c: Likewise.
24097 * sunrpc/rtime.c: Likewise.
24098 * sunrpc/svcauth_des.c: Likewise.
24099 * sunrpc/xdr.c: Likewise.
24100 * sunrpc/xdr_intXX_t.c: Likewise.
24101 * sunrpc/xdr_rec.c: Likewise.
24102 * sysdeps/generic/ldconfig.h: Likewise.
24103 * sysdeps/generic/ldsodefs.h: Likewise.
24104 * sysdeps/generic/memusage.h: Likewise.
24105 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24106 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24107 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24108 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24109 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24110 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24111 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24112 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24113 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24114 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24115 * sysdeps/posix/getaddrinfo.c: Likewise.
24116 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24117 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24118 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24119 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24120 * sysdeps/powerpc/test-gettimebase.c: Likewise.
24121 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24122 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24123 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24124 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24125 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24126 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24127 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24128 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24129 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24130 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24131 * sysdeps/x86_64/dl-tls.h: Likewise.
24132 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24133 * time/alt_digit.c: Likewise.
24134 * time/era.c: Likewise.
24135 * wcsmbs/tst-c16c32-1.c: Likewise.
24136
8c75f674
JM
241372013-05-16 Joseph Myers <joseph@codesourcery.com>
24138
24139 * math/libm-test.inc (struct test_sincos_data): New type.
24140 (RUN_TEST_LOOP_sincos): New macro.
24141 (sincos_test_data): New variable.
24142 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24143
e6e49e59
RH
241442013-05-16 Richard Henderson <rth@redhat.com>
24145
24146 * math/atest-exp2.c (LIMB64): New macro.
24147 (CONSTSZ): New macro.
24148 (mp_exp1, mp_exp_m1, mp_log2): New variables.
24149 (hexdig): Move ...
24150 (print_mpn_fp): ... to function scope.
24151 (read_mpn_hex): Remove.
24152 (get_log2): Remove.
24153 (exp2_mpn): Use mp_log2.
24154 (main): Use mp_exp1.
24155
15c7c18d
JM
241562013-05-16 Joseph Myers <joseph@codesourcery.com>
24157
105a07df
JM
24158 * math/libm-test.inc: Remove comment about not testing "inexact"
24159 exceptions.
24160 (INEXACT_EXCEPTION): New macro.
24161 (NO_INEXACT_EXCEPTION): Likewise.
24162 (INVALID_EXCEPTION_OK): Update value.
24163 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24164 (OVERFLOW_EXCEPTION_OK): Likewise.
24165 (UNDERFLOW_EXCEPTION_OK): Likewise.
24166 (IGNORE_ZERO_INF_SIGN): Likewise.
24167 (ERRNO_UNCHANGED): Likewise.
24168 (ERRNO_EDOM): Likewise.
24169 (ERRNO_ERANGE): Likewise.
24170 (test_exceptions): Handle testing "inexact" exceptions.
24171 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24172 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24173 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24174 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24175 INEXACT_EXCEPTION.
24176 (rint_towardzero_test_data): Likewise.
24177 (rint_downward_test_data): Likewise.
24178 (rint_upward_test_data): Likewise.
24179
e9eee333
JM
24180 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24181 with OVERFLOW_EXCEPTION.
24182 (exp10_test_data): Likewise.
24183 (exp2_test_data): Likewise.
24184 (expm1_test_data): Likewise.
24185 (lgamma_test_data): Likewise.
24186 (pow_test_data): Likewise.
24187 (tgamma_test_data): Likewise.
24188 (yn_test_data): Remove duplicate test of overflow.
24189
1c38ff73
JM
24190 * math/libm-test.inc (struct test_cc_c_data): New type.
24191 (RUN_TEST_LOOP_cc_c): New macro.
24192 (cpow_test_data): New variable.
24193 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24194
15c7c18d
JM
24195 * math/libm-test.inc (struct test_f_L_data): New type.
24196 (RUN_TEST_LOOP_f_L): New macro.
24197 (llrint_test_data): New variable.
24198 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24199 (llrint_tonearest_test_data): New variable.
24200 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24201 (llrint_towardzero_test_data): New variable.
24202 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24203 (llrint_downward_test_data): New variable.
24204 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24205 (llrint_upward_test_data): New variable.
24206 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24207 (llround_test_data): New variable.
24208 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24209
f137ff13
PC
242102013-05-13 Peter Collingbourne <pcc@google.com>
24211
24212 * math/atest-exp2.c (get_log2): Remove const attribute.
24213
3608cb24
JM
242142013-05-15 Joseph Myers <joseph@codesourcery.com>
24215
24216 * math/libm-test.inc (struct test_f_l_data): New type.
24217 (RUN_TEST_LOOP_f_l): New macro.
24218 (lrint_test_data): New variable.
24219 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24220 (lrint_tonearest_test_data): New variable.
24221 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24222 (lrint_towardzero_test_data): New variable.
24223 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24224 (lrint_downward_test_data): New variable.
24225 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24226 (lrint_upward_test_data): New variable.
24227 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24228 (lround_test_data): New variable.
24229 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24230
39b1f617
PC
242312013-05-15 Peter Collingbourne <pcc@google.com>
24232
1deff3dc
PC
24233 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24234 (EXTRACT_WORDS64) Use where appropriate.
24235 (INSERT_WORDS64) Likewise.
24236
791f3ba0
PC
24237 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24238 constraints with x constraints.
24239 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24240
39b1f617
PC
24241 * malloc/obstack.c (_obstack_compat): Add initializer.
24242
12fba011
EM
242432013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
24244
24245 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24246 si_trapno and add si_addr_lsb to _sifields.sigfault.
24247 (si_trapno): Remove macro.
24248 (si_addr_lsb): Define new macro.
24249 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24250
d369f531
JM
242512013-05-15 Joseph Myers <joseph@codesourcery.com>
24252
b861c6c4
JM
24253 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24254 instead of TEST_f_l.
24255 (llrint_test_tonearest): Likewise.
24256 (llrint_test_towardzero): Likewise.
24257 (llrint_test_downward): Likewise.
24258 (llrint_test_upward): Likewise.
24259 (llround_test): Likewise.
24260
7abeee12
JM
24261 * math/libm-test.inc (struct test_f_i_data): Add comment.
24262 (RUN_TEST_LOOP_f_b): New macro.
24263 (RUN_TEST_LOOP_f_b_tg): Likewise.
24264 (finite_test_data): New variable.
24265 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24266 (isfinite_test_data): New variable.
24267 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24268 (isinf_test_data): New variable.
24269 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24270 (isnan_test_data): New variable.
24271 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24272 (isnormal_test_data): New variable.
24273 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24274 (issignaling_test_data): New variable.
24275 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24276 (signbit_test_data): New variable.
24277 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24278
cbe8c4d3
JM
24279 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24280 with INVALID_EXCEPTION.
24281 (acosh_test_data): Likewise.
24282 (asin_test_data): Likewise.
24283 (atanh_test_data): Likewise.
24284 (fmod_test_data): Likewise.
24285 (log_test_data): Likewise.
24286 (log10_test_data): Likewise.
24287 (log2_test_data): Likewise.
24288 (pow_test_data): Likewise.
24289 (sqrt_test_data): Likewise.
24290 (y0_test_data): Likewise.
24291 (y1_test_data): Likewise.
24292 (yn_test_data): Likewise.
24293
5575c0e5
JM
24294 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24295 function contents.
24296
d369f531
JM
24297 * math/libm-test.inc (struct test_ff_i_data): New type.
24298 (RUN_TEST_LOOP_ff_i_tg): New macro.
24299 (isgreater_test_data): New variable.
24300 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24301 (isgreaterequal_test_data): New variable.
24302 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24303 (isless_test_data): New variable.
24304 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24305 (islessequal_test_data): New variable.
24306 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24307 (islessgreater_test_data): New variable.
24308 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24309 (isunordered_test_data): New variable.
24310 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24311
781fd748
DM
243122013-05-14 David S. Miller <davem@davemloft.net>
24313
24314 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24315
87aa21df
JM
243162013-05-14 Joseph Myers <joseph@codesourcery.com>
24317
5e908270
JM
24318 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24319
f71172e5
JM
24320 * math/libm-test.inc (struct test_fF_f1_data): Change type of
24321 extra_test to int.
24322 (struct test_f_i_data): Change type of max_ulp to int.
24323
8cfa635a
JM
24324 * math/libm-test.inc (test_ffI_f1_data): New type.
24325 (RUN_TEST_LOOP_ffI_f1): New macro.
24326 (remquo_test_data): New variable.
24327 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24328
2bcb36b2
JM
24329 * setjmp/tst-setjmp-fp.c: New file.
24330 * setjmp/Makefile (tests): Add tst-setjmp-fp.
24331 (link-libm): New variable.
24332 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24333
acbd839a
JM
24334 * math/libm-test.inc (struct test_f_i_data): New type.
24335 (RUN_TEST_LOOP_f_i): New macro.
24336 (RUN_TEST_LOOP_f_i_tg): Likewise.
24337 (fpclassify_test_data): New variable.
24338 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24339 (ilogb_test_data): New variable.
24340 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24341
e414d745
JM
24342 * math/libm-test.inc (scalbln_test): Correct function name in END
24343 call.
24344
d9c2a0fd
JM
24345 * math/libm-test.inc (struct test_f_f1_data): Add comment.
24346 (RUN_TEST_LOOP_fI_f1): New macro.
24347 (frexp_test_data): New variable.
24348 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24349
9dc9095d
JM
24350 * math/libm-test.inc (struct test_fF_f1_data): New type.
24351 (RUN_TEST_LOOP_fF_f1): New macro.
24352 (modf_test_data): New variable.
24353 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24354
87aa21df
JM
24355 * math/libm-test.inc (struct test_f_f1_data): New type.
24356 (RUN_TEST_LOOP_f_f1): New macro.
24357 (gamma_test_data): New variable.
24358 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24359 (lgamma_test_data): New variable.
24360 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24361
141af660
CD
243622013-05-13 Carlos O'Donell <carlos@redhat.com>
24363
24364 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24365 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24366 (main): Comment "tls" pseudo-hwcap.
24367
6d33265c
JM
243682013-05-13 Joseph Myers <joseph@codesourcery.com>
24369
68fc074c
JM
24370 * math/libm-test.inc (struct test_fl_f_data): New type.
24371 (RUN_TEST_LOOP_fl_f): New variable.
24372 (scalbln_test_data): New variable.
24373 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24374
243216e1
JM
24375 * math/libm-test.inc (struct test_fi_f_data): New type.
24376 (RUN_TEST_LOOP_fi_f): New macro.
24377 (ldexp_test_data): New variable.
24378 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24379 (scalbn_test_data): New variable.
24380 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24381
6a1992e2
JM
24382 * math/libm-test.inc (struct test_c_f_data): New type.
24383 (RUN_TEST_LOOP_c_f): New macro.
24384 (cabs_test_data): New variable.
24385 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24386 (carg_test_data): New variable.
24387 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24388 (cimag_test_data): New variable.
24389 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24390 (creal_test_data): New variable.
24391 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24392
0e400df5
JM
24393 * math/libm-test.inc (struct test_if_f_data): New type.
24394 (RUN_TEST_LOOP_if_f): New macro.
24395 (jn_test_data): New variable.
24396 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24397 (yn_test_data): New variable.
24398 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24399
6d33265c
JM
24400 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24401
f98ece5f
AZ
244022013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24403
24404 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24405 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24406
0f7d347b
SP
244072013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
24408
43fe811b
SP
24409 * benchtests/Makefile (CPPFLAGS-nonlib): Add
24410 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24411 (bench-deps): Add bench-timing.h.
24412 * benchtests-bench-skeleton.c: Include bench-timing.h.
24413 (main): Use TIMING_* macros instead of clock_gettime.
24414 * benchtests/bench-timing.h: New file.
24415
0f7d347b
SP
24416 [BZ #14582]
24417 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24418 Renamed from _LIB_VERSION.
24419 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24420
601a3a5f
JM
244212013-05-12 Joseph Myers <joseph@codesourcery.com>
24422
4f184d30
JM
24423 * math/libm-test.inc (struct test_fff_f_data): New type.
24424 (RUN_TEST_LOOP_fff_f): New macro.
24425 (fma_test_data): New variable.
24426 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24427 (fma_towardzero_test_data): New variable.
24428 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24429 (fma_downward_test_data): New variable.
24430 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24431 (fma_upward_test_data): New variable.
24432 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24433
08198877
JM
24434 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24435 (struct test_c_c_data): New type.
24436 (RUN_TEST_LOOP_c_c): New macro.
24437 (cacos_test_data): New variable.
24438 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24439 (cacosh_test_data): New variable.
24440 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24441 (casin_test_data): New variable.
24442 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24443 (casinh_test_data): New variable.
24444 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24445 (catan_test_data): New variable.
24446 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24447 (catanh_test_data): New variable.
24448 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24449 (ccos_test_data): New variable.
24450 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24451 (ccosh_test_data): New variable.
24452 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24453 (cexp_test_data): New variable.
24454 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24455 (clog_test_data): New variable.
24456 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24457 (clog10_test_data): New variable.
24458 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24459 (conj_test_data): New variable.
24460 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24461 (cproj_test_data): New variable.
24462 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24463 (csin_test_data): New variable.
24464 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24465 (csinh_test_data): New variable.
24466 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24467 (csqrt_test_data): New variable.
24468 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24469 (ctan_test_data): New variable.
24470 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24471 (ctan_tonearest_test_data): New variable.
24472 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24473 (ctan_towardzero_test_data): New variable.
24474 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24475 (ctan_downward_test_data): New variable.
24476 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24477 (ctan_upward_test_data): New variable.
24478 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24479 (ctanh_test_data): New variable.
24480 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24481 (ctanh_tonearest_test_data): New variable.
24482 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24483 (ctanh_towardzero_test_data): New variable.
24484 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24485 (ctanh_downward_test_data): New variable.
24486 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24487 (ctanh_upward_test_data): New variable.
24488 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24489 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24490 of BUILD_COMPLEX.
24491
601a3a5f
JM
24492 * math/libm-test.inc (struct test_ff_f_data): New type.
24493 (struct test_ff_f_data_nexttoward): Likewise.
24494 (RUN_TEST_LOOP_2_f): New macro.
24495 (RUN_TEST_LOOP_ff_f): Likewise.
24496 (atan2_test_data): New variable.
24497 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24498 (copysign_test_data): New variable.
24499 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24500 (fdim_test_data): New variable.
24501 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24502 (fmax_test_data): New variable.
24503 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24504 (fmin_test_data): New variable.
24505 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24506 (fmod_test_data): New variable.
24507 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24508 (hypot_test_data): New variable.
24509 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24510 (nextafter_test_data): New variable.
24511 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24512 (nexttoward_test_data): New variable.
24513 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
24514 (pow_test_data): New variable.
24515 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
24516 (pow_tonearest_test_data): New variable.
24517 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
24518 (pow_towardzero_test_data): New variable.
24519 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
24520 (pow_downward_test_data): New variable.
24521 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
24522 (pow_upward_test_data): New variable.
24523 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
24524 (remainder_test_data): New variable.
24525 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
24526 (scalb_test_data): New variable.
24527 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
24528 * sysdeps/i386/fpu/libm-test-ulps: Update.
24529
74c57478
JM
245302013-05-11 Joseph Myers <joseph@codesourcery.com>
24531
8329e4da
JM
24532 * math/libm-test.inc (fma_test): Use max_value instead of local
24533 variable fltmax.
24534 (nextafter_test): Likewise.
24535
74c57478
JM
24536 * math/libm-test.inc (acos_towardzero_test_data): New variable.
24537 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24538 (acos_downward_test_data): New variable.
24539 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24540 (acos_upward_test_data): New variable.
24541 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24542 (acosh_test_data): New variable.
24543 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
24544 (asin_test_data): New variable.
24545 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
24546 (asin_tonearest_test_data): New variable.
24547 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24548 (asin_towardzero_test_data): New variable.
24549 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24550 (asin_downward_test_data): New variable.
24551 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24552 (asin_upward_test_data): New variable.
24553 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24554 (asinh_test_data): New variable.
24555 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
24556 (atan_test_data): New variable.
24557 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
24558 (atanh_test_data): New variable.
24559 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
24560 (cbrt_test_data): New variable.
24561 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
24562 (ceil_test_data): New variable.
24563 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
24564 (cos_test_data): New variable.
24565 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
24566 (cos_tonearest_test_data): New variable.
24567 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24568 (cos_towardzero_test_data): New variable.
24569 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24570 (cos_downward_test_data): New variable.
24571 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24572 (cos_upward_test_data): New variable.
24573 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24574 (cosh_test_data): New variable.
24575 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
24576 (cosh_tonearest_test_data): New variable.
24577 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24578 (cosh_towardzero_test_data): New variable.
24579 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24580 (cosh_downward_test_data): New variable.
24581 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24582 (cosh_upward_test_data): New variable.
24583 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24584 (erf_test_data): New variable.
24585 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
24586 (erfc_test_data): New variable.
24587 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
24588 (exp_test_data): New variable.
24589 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
24590 (exp_tonearest_test_data): New variable.
24591 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24592 (exp_towardzero_test_data): New variable.
24593 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24594 (exp_downward_test_data): New variable.
24595 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24596 (exp_upward_test_data): New variable.
24597 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24598 (exp10_test_data): New variable.
24599 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
24600 (exp2_test_data): New variable.
24601 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
24602 (expm1_test_data): New variable.
24603 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
24604 (fabs_test_data): New variable.
24605 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
24606 (floor_test_data): New variable.
24607 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
24608 (j0_test_data): New variable.
24609 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
24610 (j1_test_data): New variable.
24611 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
24612 (log_test_data): New variable.
24613 (log_test): Run tests with RUN_TEST_LOOP_f_f.
24614 (log10_test_data): New variable.
24615 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
24616 (log1p_test_data): New variable.
24617 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
24618 (log2_test_data): New variable.
24619 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
24620 (logb_test_data): New variable.
24621 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
24622 (logb_downward_test_data): New variable.
24623 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24624 (nearbyint_test_data): New variable.
24625 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
24626 (rint_test_data): New variable.
24627 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
24628 (rint_tonearest_test_data): New variable.
24629 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24630 (rint_towardzero_test_data): New variable.
24631 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24632 (rint_downward_test_data): New variable.
24633 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24634 (rint_upward_test_data): New variable.
24635 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24636 (round_test_data): New variable.
24637 (round_test): Run tests with RUN_TEST_LOOP_f_f.
24638 (sin_test_data): New variable.
24639 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
24640 (sin_tonearest_test_data): New variable.
24641 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24642 (sin_towardzero_test_data): New variable.
24643 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24644 (sin_downward_test_data): New variable.
24645 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24646 (sin_upward_test_data): New variable.
24647 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24648 (sinh_test_data): New variable.
24649 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
24650 (sinh_tonearest_test_data): New variable.
24651 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24652 (sinh_towardzero_test_data): New variable.
24653 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24654 (sinh_downward_test_data): New variable.
24655 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24656 (sinh_upward_test_data): New variable.
24657 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24658 (sqrt_test_data): New variable.
24659 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
24660 (tan_test_data): New variable.
24661 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
24662 (tan_tonearest_test_data): New variable.
24663 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24664 (tan_towardzero_test_data): New variable.
24665 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24666 (tan_downward_test_data): New variable.
24667 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24668 (tan_upward_test_data): New variable.
24669 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24670 (tanh_test_data): New variable.
24671 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
24672 (tgamma_test_data): New variable.
24673 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
24674 (trunc_test_data): New variable.
24675 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
24676 (y0_test_data): New variable.
24677 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
24678 (y1_test_data): New variable.
24679 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
24680 (significand_test_data): New variable.
24681 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
24682
7187d844
CG
246832013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
24684
24685 [BZ #12387]
24686 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
24687
f63fae73
PT
246882013-05-10 Pino Toscano <toscano.pino@tiscali.it>
24689
24690 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
24691
8a67a4b3
AJ
246922013-05-10 Andreas Jaeger <aj@suse.de>
24693
24694 [BZ #15448]
24695 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
24696 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
24697
51df539d
JM
246982013-05-10 Joseph Myers <joseph@codesourcery.com>
24699
24700 * math/gen-libm-test.pl (adjust_arg): New function.
24701 (special_functions): Handle generating output in both functions
24702 and arrays.
24703 (parse_args): Likewise.
24704 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
24705 $in_func argument to parse_args.
24706 * math/libm-test.inc (struct test_f_f_data): New type.
24707 (IF_ROUND_INIT_): New macro.
24708 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
24709 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24710 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24711 (IF_ROUND_INIT_FE_UPWARD): Likewise.
24712 (ROUND_RESTORE_): Likewise.
24713 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
24714 (ROUND_RESTORE_FE_TONEAREST): Likewise.
24715 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
24716 (ROUND_RESTORE_FE_UPWARD): Likewise.
24717 (RUN_TEST_LOOP_f_f): New macro.
24718 (acos_test_data): New variable.
24719 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
24720 (acos_tonearest_test_data): New variable.
24721 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24722
5c637fe5
SP
247232013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
24724
24725 * benchtests/bench-skeleton.c (startup): Fix coding style.
24726
ab2b9461
JM
247272013-05-10 Joseph Myers <joseph@codesourcery.com>
24728
24729 [BZ #6809]
24730 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
24731 negative infinity argument.
24732 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
24733 negative infinity argument.
24734 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
24735 negative infinity argument.
24736 * math/libm-test.inc (tgamma_test): Expect errno to be set for
24737 domain errors.
24738
4c0fe6fe
FW
247392013-05-10 Florian Weimer <fweimer@redhat.com>
24740
24741 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
24742 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
24743 * iconv/iconv_prog.c (main): Likewise.
24744 * locale/programs/charmap-dir.c (charmap_readdir)
24745 (fopen_uncompressed): Likewise.
24746 * locale/programs/locfile.c (siblings_uncached)
24747 (write_locale_data): Use lstat64 instead of lstat.
24748 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
24749 stat.
24750
a3375d29
AJ
247512013-05-10 Andreas Jaeger <aj@suse.de>
24752
24753 [BZ #15395]
24754 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
24755 localization.
24756 Include <locale.h>.
24757
36129722
CD
247582013-05-09 Carlos O'Donell <carlos@redhat.com>
24759
24760 * elf/dl-close.c (_dl_close_worker): Add comments.
24761
faa7f811
JM
247622013-05-09 Joseph Myers <joseph@codesourcery.com>
24763
ed41ffef
JM
24764 [BZ #15359]
24765 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
24766 high part of pi/2.
24767 (__ieee754_rem_pio2l): Update comments.
24768
d0213cd0
JM
24769 [BZ #15429]
24770 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
24771 high part of pi/2.
24772 (__ieee754_rem_pio2l): Update comments.
24773
0d3e777a
JM
24774 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
24775 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
24776
24f56066
JM
24777 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
24778 M_PI_4l.
24779
faa7f811
JM
24780 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
24781 (M_PI_34_LOG10El): Likewise.
24782 (M_PI2_LOG10El): Likewise.
24783 (M_PI4_LOG10El): Likewise.
24784 (M_PI_LOG10El): Likewise.
24785
e9a5e0fd
AZ
247862013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24787
24788 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24789
d8cd06db
JM
247902013-05-08 Joseph Myers <joseph@codesourcery.com>
24791
a0d9f9d7
JM
24792 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
24793 (MINUS_ZERO_INIT): Likewise.
24794 (PLUS_INFTY_INIT): Likewise.
24795 (MINUS_INFTY_INIT): Likewise.
24796 (QNAN_VALUE_INIT): Likewise.
24797 (MAX_VALUE_INIT): Likewise.
24798 (MIN_VALUE_INIT): Likewise.
24799 (MIN_SUBNORM_VALUE_INIT): Likewise.
24800 (plus_zero): Initialize with PLUS_ZERO_INIT.
24801 (minus_zero): Initialize with MINUS_ZERO_INIT.
24802 (plus_infty): Initialize with PLUS_INFTY_INIT.
24803 (minus_infty): Initialize with MINUS_INFTY_INIT.
24804 (qnan_value): Initialize with QNAN_VALUE_INIT.
24805 (max_value): Initialize with MAX_VALUE_INIT.
24806 (min_value): Initialize with MIN_VALUE_INIT.
24807 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
24808
ae08db3b
JM
24809 * math/libm-test.inc (RUN_TEST_if_f): New macro.
24810 (jn_test): Use TEST_if_f instead of TEST_ff_f.
24811 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
24812 (yn_test): Use TEST_if_f instead of TEST_ff_f.
24813
f44bf14a
JM
24814 * math/libm-test.inc (RUN_TEST_f_f): New macro.
24815 (RUN_TEST_2_f): Likewise.
24816 (RUN_TEST_ff_f): Likewise.
24817 (RUN_TEST_fi_f): Likewise.
24818 (RUN_TEST_fl_f): Likewise.
24819 (RUN_TEST_fff_f): Likewise.
24820 (RUN_TEST_c_f): Likewise.
24821 (RUN_TEST_f_f1): Likewise.
24822 (RUN_TEST_fF_f1): Likewise.
24823 (RUN_TEST_fI_f1): Likewise.
24824 (RUN_TEST_ffI_f1): Likewise.
24825 (RUN_TEST_c_c): Likewise.
24826 (RUN_TEST_cc_c): Likewise.
24827 (RUN_TEST_f_i): Likewise.
24828 (RUN_TEST_f_i_tg): Likewise.
24829 (RUN_TEST_ff_i_tg): Likewise.
24830 (RUN_TEST_f_b): Likewise.
24831 (RUN_TEST_f_b_tg): Likewise.
24832 (RUN_TEST_f_l): Likewise.
24833 (RUN_TEST_f_L): Likewise.
24834 (RUN_TEST_sincos): Likewise.
24835 * math/gen-libm-test.pl (new_test): Take new argument to indicate
24836 whether to show exceptions. Do not include ");\n" in return
24837 value.
24838 (special_functions): Output call to RUN_TEST_sincos instead of
24839 check_float calls. Update calls to new_test.
24840 (parse_args): Output call to single RUN_TEST_* macro instead of
24841 check_* calls and other assignments. Update calls to new_test.
24842
d8cd06db
JM
24843 [BZ #2546]
24844 [BZ #2560]
24845 [BZ #5159]
24846 [BZ #15426]
24847 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
24848 input to result for tgamma overflow.
24849 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
24850 (gamma_coeff): New variable.
24851 (NCOEFF): New macro.
24852 (gamma_positive): New function.
24853 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
24854 underflow here. Use gamma_positive instead of exp (lgamma) for
24855 other arguments.
24856 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
24857 (gamma_coeff): New variable.
24858 (NCOEFF): New macro.
24859 (gammaf_positive): New function.
24860 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
24861 underflow here. Use gamma_positive instead of exp (lgamma) for
24862 other arguments.
24863 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
24864 (gamma_coeff): New variable.
24865 (NCOEFF): New macro.
24866 (gammal_positive): New function.
24867 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
24868 underflow here. Use gamma_positive instead of exp (lgamma) for
24869 other arguments.
24870 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
24871 (gamma_coeff): New variable.
24872 (NCOEFF): New macro.
24873 (gammal_positive): New function.
24874 (__ieee754_gammal_r): Handle positive infinity, overflow and
24875 underflow here. Handle NaN the same as positive infinity. Remove
24876 check x < 0xffffffff for negative integers. Use gamma_positive
24877 instead of exp (lgamma) for other arguments.
24878 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
24879 (gamma_coeff): New variable.
24880 (NCOEFF): New macro.
24881 (gammal_positive): New function.
24882 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
24883 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
24884 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
24885 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
24886 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
24887 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
24888 * sysdeps/generic/math_private.h (__gamma_productf): New
24889 prototype.
24890 (__gamma_product): Likewise.
24891 (__gamma_productl): Likewise.
24892 * math/Makefile (libm-calls): Add gamma_product.
24893 * math/libm-test.inc (tgamma_test): Add more tests.
24894 * sysdeps/i386/fpu/libm-test-ulps: Update.
24895 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24896
bb7cf681
OB
248972013-05-08 Ondřej Bílka <neleai@seznam.cz>
24898
24899 * benchtests/bench-skeleton.c (main): Preheat CPU.
24900
ba853947
AJ
249012013-05-07 Aurelien Jarno <aurelien@aurel32.net>
24902
24903 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
24904
8347c74c
RM
249052013-05-07 Roland McGrath <roland@hack.frob.com>
24906
24907 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
24908 and _dl_skip_args_internal.
24909
e8dd4791
CD
249102013-05-07 Carlos O'Donell <carlos@redhat.com>
24911
24912 * manual/message.texi (Message Translation): Talk about users.
24913 Message to key mapping impacts design.
24914
c7405830
RM
249152013-05-06 Roland McGrath <roland@hack.frob.com>
24916
a9173057
RM
24917 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
24918
976e2f03
RM
24919 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
24920
9723ffc5
RM
24921 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
24922 * sysdeps/wordsize-64/glob64.c: ... here.
24923
962e6658
RM
24924 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
24925 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
24926 New macros.
24927
ee586a6d
RM
24928 * debug/getlogin_r_chk.c: Moved to ...
24929 * login/getlogin_r_chk.c: ... here.
24930 * debug/Makefile (routines): Move getlogin_r_chk to ...
24931 * login/Makefile (routines): ... here.
24932 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
24933 * login/Versions (libc: GLIBC_2.4): ... here.
24934
355f9165
RM
24935 * io/poll.c (__poll): Renamed from poll.
24936 Add libc_hidden_def.
24937 (poll): Define as weak alias.
24938
bd9ffde6
RM
24939 * debug/ptsname_r_chk.c: Moved to ...
24940 * login/ptsname_r_chk.c: ... here.
24941 * debug/Makefile (routines): Move ptsname_r_chk to ...
24942 * login/Makefile (routines): ... here.
24943 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
24944 * login/Versions (libc: GLIBC_2.4): ... here.
24945
8fb16a04
RM
24946 * posix/getlogin.c: Moved to ...
24947 * login/getlogin.c: ... here.
24948 * posix/getlogin_r.c: Moved to ...
24949 * login/getlogin_r.c: ... here.
24950 * posix/getlogin_r.c: Moved to ...
24951 * login/getlogin_r.c: ... here.
24952 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
24953 * login/Makefile (routines): ... here.
24954 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
24955 * login/Versions (libc: GLIBC_2.0): ... here.
24956
b99b892f
RM
24957 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
24958 (setrlimit): Define as weak alias.
24959
c7405830
RM
24960 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
24961 Call __ names for open, ftruncate, and close.
24962 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
24963 (truncate): Define as weak alias.
24964
5bf96de5
JM
249652013-05-06 Joseph Myers <joseph@codesourcery.com>
24966
9ea3513c
JM
24967 * math/gen-libm-test.pl (parse_args): Initialize x before each
24968 test of frexp, modf and remquo.
24969
5bf96de5
JM
24970 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
24971 test signgam value.
24972
16e616a7
AZ
249732013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24974
24975 [BZ #15418]
24976 [BZ #15419]
24977 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
24978 internal tests.
24979 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24980
d5e82754
RM
249812013-05-06 Roland McGrath <roland@hack.frob.com>
24982
24983 * elf/dl-writev.h: New file.
24984 * elf/dl-misc.c: Include it.
24985 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
24986 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
24987
a7548d41
JM
249882013-05-04 Joseph Myers <joseph@codesourcery.com>
24989
b7dab1e4
JM
24990 * math/libm-test.inc (noXFails): Remove variable.
24991 (noXPasses): Likewise.
24992 (BUILD_COMPLEX_INT): Remove macro.
24993 (print_screen): Remove xfail argument.
24994 (print_screen_max_error): Likewise.
24995 (update_stats): Likewise.
24996 (print_max_error): Likewise. Update calls to other affected
24997 functions.
24998 (print_complex_max_error): Likewise.
24999 (test_single_exception): Update calls to print_screen.
25000 (test_single_errno): Likewise.
25001 (check_float_internal): Remove xfail argument. Update calls to
25002 other affected functions.
25003 (check_float): Likewise.
25004 (check_complex): Likewise.
25005 (check_int): Likewise.
25006 (check_long): Likewise.
25007 (check_bool): Likewise.
25008 (check_longlong): Likewise.
25009 (main): Don't print noXFails and noXPasses.
25010 * math/gen-libm-test.pl (top level): Don't mention expected
25011 failure handling in comment.
25012 (new_test): Don't handle expected failures.
25013 (parse_args): Don't mention expected failure handling in comment.
25014 (generate_testfile): Don't handle expected failures.
25015 (parse_ulps): Likewise.
25016 (print_ulps_file): Likewise.
25017 (get_failure): Remove function.
25018 (output_test): Don't handle expected failures.
25019 * make/README.libm-test: Don't mention expected failure handling.
25020
a7548d41
JM
25021 * math/libm-test.inc (plus_zero): Make const. Add initializer.
25022 (minus_zero): Likewise.
25023 (plus_infty): Likewise.
25024 (minus_infty): Likewise.
25025 (qnan_value): Likewise.
25026 (max_value): Likewise.
25027 (min_value): Likewise.
25028 (min_subnorm_value): Likewise.
25029 (initialize): Do not initialize those variables dynamically.
25030
60bfd54c
RM
250312013-05-03 Roland McGrath <roland@hack.frob.com>
25032
cc0e6ed8
RM
25033 * io/open.c (__open_2): Moved to ...
25034 * io/open_2.c: ... this new file.
25035 * io/open64.c (__open64_2): Moved to ...
25036 * io/open64_2.c: ... this new file.
25037 * io/openat.c (__openat_2): Moved to ...
25038 * io/openat_2.c: ... this new file.
25039 * io/openat64.c (__openat64_2): Moved to ...
25040 * io/openat64_2.c: ... this new file.
25041 * io/Makefile (routines): Add them.
25042 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25043 * sysdeps/unix/sysv/linux/open_2.c: File removed.
25044 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25045 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25046 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25047 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25048 (__openat64): Add hidden_ver.
25049 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25050 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25051
60bfd54c
RM
25052 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25053 Separately conditionalize setting of GLRO(dl_sysinfo) so
25054 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25055 as well, but the actual setting is only under [NEED_DL_SYSINFO].
25056
83e7640f
AZ
250572013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25058
25059 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25060 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25061 definition.
25062 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25063 * sysdeps/unix/sysv/linux/powerpc/init-first.c
25064 (_libc_vdso_platform_setup): Add __vdso_time initialization.
25065 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25066 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25067
d5dc2af3
JM
250682013-05-03 Joseph Myers <joseph@codesourcery.com>
25069
c31a5b1e
JM
25070 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25071 test signgam value.
25072
d5dc2af3
JM
25073 * math/libm-test.inc (hypot_test): Do not use
25074 IGNORE_ZERO_INF_SIGN.
25075
164fd39d
AJ
250762013-05-03 Andreas Jaeger <aj@suse.de>
25077
25078 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25079 Linux 3.9.
25080 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25081 (PF_MAX): Adjust for VSOCK change.
25082
8237f48c
AZ
250832013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25084
25085 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25086
9df02941
CD
250872013-05-02 Carlos O'Donell <carlos@redhat.com>
25088
25089 [BZ #15264]
25090 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25091 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25092 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25093
d422395e
DM
250942013-05-02 David S. Miller <davem@davemloft.net>
25095
25096 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25097
a07c5731
OB
250982013-05-01 Ondřej Bílka <neleai@seznam.cz>
25099
25100 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25101
1324e37f
RM
251022013-05-01 Roland McGrath <roland@hack.frob.com>
25103
25104 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25105
0695940b
RS
251062013-05-01 Richard Smith <richard@metafoo.co.uk>
25107
bb5f27ad 25108 [BZ #14952]
0695940b
RS
25109 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25110 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25111 Use __attribute__ ((__gnu_inline__)).
25112 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25113 Don't use __attribute__ ((__gnu_inline__)).
25114
10de07f5
JM
251152013-05-01 Joseph Myers <joseph@codesourcery.com>
25116
25117 [BZ #15423]
25118 * math/s_catan.c (__catan): Handle small real or imaginary part of
25119 input specially to avoid spurious underflow.
25120 * math/s_catanf.c (__catanf): Likewise.
25121 * math/s_catanh.c (__catanh): Likewise.
25122 * math/s_catanhf.c (__catanhf): Likewise.
25123 * math/s_catanhl.c (__catanhl): Likewise.
25124 * math/s_catanl.c (__catanl): Likewise.
25125 * math/libm-test.inc (catan_test): Add more tests.
25126 (catanh_test): Likewise.
25127 * sysdeps/i386/fpu/libm-test-ulps: Update.
25128 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25129
cb4d5414
AZ
251302013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25131
25132 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25133
caf84319
JM
251342013-04-30 Joseph Myers <joseph@codesourcery.com>
25135
25136 [BZ #15416]
25137 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25138 accurately for denominator in atan2.
25139 * math/s_catanf.c (__catanf): Likewise.
25140 * math/s_catanh.c (__catanh): Likewise.
25141 * math/s_catanhf.c (__catanhf): Likewise.
25142 * math/s_catanhl.c (__catanhl): Likewise.
25143 * math/s_catanl.c (__catanl): Likewise.
25144 * math/libm-test.inc (catan_test): Add more tests.
25145 (catanh_test): Likewise.
25146 * sysdeps/i386/fpu/libm-test-ulps: Update.
25147 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25148
d569c6ee
SP
251492013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
25150
6dbe713d
SP
25151 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25152
f0ee064b
SP
25153 * benchtests/Makefile (bench): Remove slow benchmarks.
25154 * benchtests/atan-inputs: Add slow benchmark inputs.
25155 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25156 (BENCH_FUNC): Accept variant offset.
25157 (VARIANT): Define.
25158 * benchtests/bench-skeleton.c (main): Run benchmark for each
25159 variant.
25160 * benchtests/cos-inputs: Add slow benchmark inputs.
25161 * benchtests/exp-inputs: Likewise.
25162 * benchtests/pow-inputs: Likewise.
25163 * benchtests/sin-inputs: Likewise.
25164 * benchtests/slowatan-inputs: Remove.
25165 * benchtests/slowatan.c: Remove.
25166 * benchtests/slowcos-inputs: Remove.
25167 * benchtests/slowcos.c: Remove.
25168 * benchtests/slowexp-inputs: Remove.
25169 * benchtests/slowexp.c: Remove.
25170 * benchtests/slowpow-inputs: Remove.
25171 * benchtests/slowpow.c: Remove.
25172 * benchtests/slowsin-inputs: Remove.
25173 * benchtests/slowsin.c: Remove.
25174 * benchtests/slowtan-inputs: Remove.
25175 * benchtests/slowtan.c: Remove.
25176 * benchtests/tan-inputs: Add slow benchmark inputs.
25177 * scripts/bench.pl: Parse comments and directives.
25178
d569c6ee
SP
25179 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
25180 in CPPFLAGS.
25181 ($(objpfx)bench-%.c): Remove *-ITER.
25182 * benchtests/bench-modf.c: Remove definition of ITER.
25183 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25184 (main): Loop for DURATION seconds instead of fixed number of
25185 iterations.
25186 * scripts/bench.pl: Don't expect iterations in parameters.
25187
a6a242fe
RM
251882013-04-29 Roland McGrath <roland@hack.frob.com>
25189
25190 * io/fchdir.c (__fchdir): Renamed from fchdir.
25191 (fchdir): Define as weak alias.
25192
f2da7793
JM
251932013-04-29 Joseph Myers <joseph@codesourcery.com>
25194
25195 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25196 (ERRNO_EDOM): Likewise.
25197 (ERRNO_ERANGE): Likewise.
25198 (noErrnoTests): New variable.
25199 (init_max_error): Set errno to 0.
25200 (test_single_errno): New function.
25201 (test_errno): Likewise.
25202 (check_float_internal): Call test_errno. Set errno to 0.
25203 (check_complex): Refer to errno tests in comment.
25204 (check_int): Call test_errno. Set errno to 0.
25205 (check_long): Likewise.
25206 (check_bool): Likewise.
25207 (check_longlong): Likewise.
25208 (cos_test): Use ERRNO_* flags for errno tests instead of
25209 check_int.
25210 (expm1_test): Likewise.
25211 (fmod_test): Likewise.
25212 (ilogb_test): Likewise.
25213 (lgamma_test): Likewise.
25214 (pow_test): Likewise.
25215 (remainder_test): Likewise.
25216 (sin_test): Likewise.
25217 (tan_test): Likewise.
25218 (yn_test): Likewise.
25219 (initialize): Set errno to 0.
25220 (main): Print number of errno tests.
25221 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25222
b1a36ceb
AJ
252232013-04-29 Andreas Jaeger <aj@suse.de>
25224
c3ed8088
AJ
25225 [BZ #15084]
25226 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25227 and RES_USEVC.
25228
f1a24198
AJ
25229 [BZ #15085]
25230 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25231 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25232 unimplemented.
25233
9ce3b2cb
AJ
25234 [BZ #15380]
25235 * stdlib/random.c (__initstate): Return NULL if
25236 __initstate fails.
25237
f1a24198 25238 [BZ #15086]
b1a36ceb
AJ
25239 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25240 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25241 RES_SNGLKUPREOP.
25242
7e7b6f36
AZ
252432013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25244
25245 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25246
4d14f449
JM
252472013-04-29 Joseph Myers <joseph@codesourcery.com>
25248
25249 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25250 of individual tests.
25251 (casin_test): Likewise.
25252 (casinh_test): Likewise.
25253
5b4217d7
JM
252542013-04-27 Joseph Myers <joseph@codesourcery.com>
25255
25256 [BZ #15409]
25257 * math/s_catan.c (__catan): Handle arguments with large real or
25258 imaginary part separately without squaring.
25259 * math/s_catanf.c (__catanf): Likewise.
25260 * math/s_catanh.c (__catanh): Likewise.
25261 * math/s_catanhf.c (__catanhf): Likewise.
25262 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25263 and redefine.
25264 (__catanhl): Handle arguments with large real or imaginary part
25265 separately without squaring.
25266 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25267 and redefine.
25268 (__catanl): Handle arguments with large real or imaginary part
25269 separately without squaring.
25270 * math/libm-test.inc (catan_test): Add more tests.
25271 (catanh_test): Likewise.
25272 * sysdeps/i386/fpu/libm-test-ulps: Update.
25273 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25274
4220c3ef
AJ
252752013-04-27 Andreas Jaeger <aj@suse.de>
25276
25277 [BZ #15007]
25278 * stdlib/stdlib.h: Update guards for qecvt.
25279 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25280 <stdlib.h>.
25281
4721b2d1
AM
252822013-04-27 Allan McRae <allan@archlinux.org>
25283
25284 * sysdeps/i386/fpu/libm-test-ulps: Update.
25285
f0302940
JM
252862013-04-26 Joseph Myers <joseph@codesourcery.com>
25287
9457fd95
JM
25288 [BZ #15406]
25289 * math/s_catan.c: Include <float.h>.
25290 (__catan): Ensure underflow exception occurs for underflowed
25291 result.
25292 * math/s_catanf.c: Include <float.h>.
25293 (__catanf): Ensure underflow exception occurs for underflowed
25294 result.
25295 * math/s_catanh.c: Include <float.h>.
25296 (__catanh): Ensure underflow exception occurs for underflowed
25297 result.
25298 * math/s_catanhf.c: Include <float.h>.
25299 (__catanhf): Ensure underflow exception occurs for underflowed
25300 result.
25301 * math/s_catanhl.c: Include <float.h>.
25302 (__catanhl): Ensure underflow exception occurs for underflowed
25303 result.
25304 * math/s_catanl.c: Include <float.h>.
25305 (__catanl): Ensure underflow exception occurs for underflowed
25306 result.
25307 * math/libm-test.inc (catan_test): Add more tests.
25308 (catanh_test): Likewise.
25309
f0302940
JM
25310 [BZ #15405]
25311 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25312 underflowed result.
25313 * math/s_ccoshf.c (__ccoshf): Likewise.
25314 * math/s_ccoshl.c (__ccoshl): Likewise.
25315 * math/s_csin.c (__csin): Likewise.
25316 * math/s_csinf.c (__csinf): Likewise.
25317 * math/s_csinh.c (__csinh): Likewise.
25318 * math/s_csinhf.c (__csinhf): Likewise.
25319 * math/s_csinhl.c (__csinhl): Likewise.
25320 * math/s_csinl.c (__csinl): Likewise.
25321 * math/libm-test.inc (ccos_test): Add more tests.
25322 (ccosh_test): Likewise.
25323 (csin_test): Likewise.
25324 (csinh_test): Likewise.
25325
aa630f59
AZ
253262013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25327
25328 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25329 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25330 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25331 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25332 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25333 powerpc/power5+/fpu folders.
25334 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25335
25336
1b835983
MT
253372013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
25338
25339 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25340
73709b26
JM
253412013-04-25 Joseph Myers <joseph@codesourcery.com>
25342
25343 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25344 additions to variable.
25345 [$(config-machine) = x86_64] (modules-names): Likewise.
25346 ($(objpfx)tst-audit3): Remove dependency.
25347 ($(objpfx)tst-audit3.out): Likewise.
25348 ($(objpfx)tst-audit4): Likewise.
25349 ($(objpfx)tst-audit4.out): Likewise.
25350 ($(objpfx)tst-audit5): Likewise.
25351 ($(objpfx)tst-audit5.out): Likewise.
25352 ($(objpfx)tst-audit6): Likewise.
25353 ($(objpfx)tst-audit6.out): Likewise.
25354 ($(objpfx)tst-audit7): Likewise.
25355 ($(objpfx)tst-audit7.out): Likewise.
25356 (tst-audit3-ENV): Remove variable.
25357 (tst-audit4-ENV): Likewise.
25358 (tst-audit5-ENV): Likewise.
25359 (tst-audit6-ENV): Likewise.
25360 (tst-audit7-ENV): Likewise.
25361 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25362 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25363 addition to variable.
25364 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25365 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25366 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25367 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25368 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25369 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25370 tst-audit3, tst-audit4 and tst-audit5.
25371 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25372 tst-audit6 and tst-audit7.
25373 [$(subdir) = elf] (modules-names): Add audit modules for those
25374 tests.
25375 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25376 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25377 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25378 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25379 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25380 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25381 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25382 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25383 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25384 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25385 [$(subdir) = elf] (tst-audit3-ENV): New variable.
25386 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25387 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25388 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25389 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25390 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25391 Likewise.
25392 [$(subdir) = elf && $(config-cflags-avx) = yes]
25393 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25394 [$(subdir) = elf && $(config-cflags-avx) = yes]
25395 (CFLAGS-tst-auditmod4a.c): Likewise.
25396 [$(subdir) = elf && $(config-cflags-avx) = yes]
25397 (CFLAGS-tst-auditmod4b.c): Likewise.
25398 [$(subdir) = elf && $(config-cflags-avx) = yes]
25399 (CFLAGS-tst-auditmod6b.c): Likewise.
25400 [$(subdir) = elf && $(config-cflags-avx) = yes]
25401 (CFLAGS-tst-auditmod6c.c): Likewise.
25402 [$(subdir) = elf && $(config-cflags-avx) = yes]
25403 (CFLAGS-tst-auditmod7b.c): Likewise.
25404 * elf/tst-audit3.c: Move to ...
25405 * sysdeps/x86_64/tst-audit3.c: ... here.
25406 * elf/tst-audit4.c: Move to ...
25407 * sysdeps/x86_64/tst-audit4.c: ... here.
25408 * elf/tst-audit5.c: Move to ...
25409 * sysdeps/x86_64/tst-audit5.c: ... here.
25410 * elf/tst-audit6.c: Move to ...
25411 * sysdeps/x86_64/tst-audit6.c: ... here.
25412 * elf/tst-audit7.c: Move to ...
25413 * sysdeps/x86_64/tst-audit7.c: ... here.
25414 * elf/tst-auditmod3a.c: Move to ...
25415 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25416 * elf/tst-auditmod3b.c: Move to ...
25417 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25418 * elf/tst-auditmod4a.c: Move to ...
25419 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25420 * elf/tst-auditmod4b.c: Move to ...
25421 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25422 * elf/tst-auditmod5a.c: Move to ...
25423 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25424 * elf/tst-auditmod5b.c: Move to ...
25425 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25426 * elf/tst-auditmod6a.c: Move to ...
25427 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25428 * elf/tst-auditmod6b.c: Move to ...
25429 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25430 * elf/tst-auditmod6c.c: Move to ...
25431 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25432 * elf/tst-auditmod7a.c: Move to ...
25433 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25434 * elf/tst-auditmod7b.c: Move to ...
25435 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25436
1ef74943
PP
254372013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
25438
25439 [BZ #15366]
25440 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25441 define unconditionally.
25442 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25443 define unconditionally.
25444 (INT8_C, INT16_C, etc.): Likewise.
25445
93fd48c5
MR
254462013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
25447
ae9552cf
MR
25448 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25449 __ehdr_start with hidden visibility.
25450
93fd48c5
MR
25451 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25452
418601aa
CD
254532013-04-24 Carlos O'Donell <carlos@redhat.com>
25454
25455 * math/libm-test.inc (cos_test): Use accurate hex constants.
25456 (sincost_test): Likewise.
25457
2f38fbfe
JM
254582013-04-24 Joseph Myers <joseph@codesourcery.com>
25459
5e221800
JM
25460 * math/libm-test.inc (catan_test): Add more tests.
25461 (catanh_test): Likewise.
25462
77f143fd
JM
25463 * math/s_catanf.c (__catanf): Use suffixed floating-point
25464 constants.
25465 * math/s_catanhf.c (__catanhf): Likewise.
25466 * math/s_catanhl.c (__catanhl): Likewise.
25467 * math/s_catanl.c (__catanl): Likewise.
25468
2f38fbfe
JM
25469 [BZ #15394]
25470 * math/s_catan.c (__catan): Calculate imaginary part of result
25471 with log1p not log unless computing log of number close to 0.
25472 * math/s_catanf.c (__catanf): Likewise.
25473 * math/s_catanl.c (__catanl): Likewise.
25474 * math/s_catanh.c (__catanh): Calculate real part of result with
25475 log1p not log unless computing log of number close to 0.
25476 * math/s_catanhf.c (__catanhf): Likewise.
25477 * math/s_catanhl.c (__catanhl): Likewise.
25478 * math/libm-test.inc (catan_test): Add more tests.
25479 (catanh_test): Likewise.
25480 * sysdeps/i386/fpu/libm-test-ulps: Update.
25481 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25482
45d69176
SP
254832013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
25484
25485 * benchtests/Makefile: Mention files in which fast and slow
25486 paths of math functions are implemented.
25487
87f51853
RM
254882013-04-23 Roland McGrath <roland@hack.frob.com>
25489
25490 * sysdeps/posix/timespec_get.c: New file.
25491
3c026539
AZ
254922013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25493
25494 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25495 POWER.
25496 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25497 for POWER.
25498 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25499 powerpc/power5/fpu folders.
25500 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25501 * benchtests/Makefile: Add modf testcase.
25502 * benchtests/bench-modf.c: New file: Benchmark test for mo
25503
ff491d14
SP
255042013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
25505
25506 [BZ #14888]
25507 * time/Makefile (tests): Add tst-strptime-whitespace.
25508 * time/strptime_l.c (get_number): Use ISSPACE.
25509 (__strptime_internal): Likewise.
25510 * time/tst-strptime-whitespace.c: New test case.
25511
7ed3f4e8
AS
255122013-04-23 Andreas Schwab <schwab@linux-m68k.org>
25513
25514 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
25515 member.
25516 (_nss_files_init): Set it here.
25517
5c95f7b6
HC
255182013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
25519
25520 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
25521 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
25522 unsigned.
25523
d34c9158
JBG
255242013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
25525
25526 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
25527
2169712d
SP
255282013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
25529
25530 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
25531 size just once.
25532
29c5de99
DM
255332013-04-21 David S. Miller <davem@davemloft.net>
25534
25535 * po/ru.po: Update Russion translation from translation project.
25536
ccdad15d
AC
255372013-04-17 Adam Conrad <adconrad@0c3.net>
25538
25539 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
25540 and setfsgid.
25541
0f122b8d
CD
255422013-04-17 Carlos O'Donell <carlos@redhat.com>
25543
5c5b07da 25544 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 25545 * configure: Regenerate.
5c5b07da 25546 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
25547 Add example to error message.
25548 * sysdeps/i386/configure: Regenerate.
25549
037714dd
SP
255502013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
25551
25552 * benchtests/Makefile (bench): Add cos, tan, slowcos and
25553 slowtan.
25554 * benchtests/cos-inputs: New file.
25555 * benchtests/slowcos-inputs: New file.
25556 * benchtests/slowcos.c: New file.
25557 * benchtests/slowtan-inputs: New file.
25558 * benchtests/slowtan.c: New file.
25559 * benchtests/tan-inputs: New file.
25560
e913141d
RM
255612013-04-16 Roland McGrath <roland@hack.frob.com>
25562
25563 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
25564 considered kosher.
25565
a2964074
SP
255662013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
25567
4856bcd2
SP
25568 * benchtests/Makefile: Include cppflags-iterator.mk to add
25569 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
25570
a2964074
SP
25571 * Makefile.in (bench-clean): New target.
25572 * benchtests/Makefile (bench-clean): Likewise.
25573
9fbf9aca
DH
255742013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
25575
25576 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
25577
207d1e2a
TS
255782013-04-15 Thomas Schwinge <thomas@codesourcery.com>
25579
25580 * stdio-common/tstdiomisc.c: Fix coding-style violation.
25581
306dfba9
AS
255822013-04-15 Andreas Schwab <schwab@suse.de>
25583
25584 * nscd/grpcache.c (cache_addgr): Properly check for short write.
25585 * nscd/initgrcache.c (addinitgroupsX): Likewise.
25586 * nscd/pwdcache.c (cache_addpw): Likewise.
25587 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
25588 more than recsize.
25589
206a6699
SP
255902013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
25591
25592 * benchtests/Makefile (bench): Write all output to
25593 bench-out.tmp together.
25594
0582f6b3
AS
255952013-04-15 Andreas Schwab <schwab@suse.de>
25596
25597 * nscd/nscd.c (main): Don't fork again after closing files.
25598
acb4325f
SP
255992013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
25600
5cb26d0a
SP
25601 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
25602
acb4325f
SP
25603 * benchtests/Rules (bench-deps): Collect dependencies into a
25604 single variable. Add Makefile to dependencies.
25605 ($(objpfx)bench-%.c): Depend on bench-deps.
25606
47792506
RM
256072013-04-12 Roland McGrath <roland@hack.frob.com>
25608 Xavier Roche <roche+kml2@exalead.com>
25609
25610 [BZ #15361]
25611 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
25612 just that it's a file descriptor.
25613 * manual/llio.texi (Synchronizing AIO Operations): Update description
25614 for EBADF error from aio_fsync.
25615
8fc1bee5
SP
256162013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
25617
25618 * Rules (bench): Move target definition...
25619 * benchtests/Makefile: ... here.
25620
aba5e333
CD
256212013-04-11 Carlos O'Donell <carlos@redhat.com>
25622
25623 * math/libm-test.inc (cos_test): Fix PI/2 test.
25624 (sincos_test): Likewise.
25625 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
25626 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
25627
273cdee8
AS
256282013-04-11 Andreas Schwab <schwab@suse.de>
25629
6ecec3b6
AS
25630 [BZ #13988]
25631 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
25632 accept exponent character only when digits were seen.
25633 * stdio-common/Makefile (tests): Add bug26.
25634 * stdio-common/bug26.c: New file.
25635
273cdee8
AS
25636 [BZ #14293]
25637 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
25638 non-freeable.
25639
8da491f5
SP
256402013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
25641
01dc6df9
SP
25642 * Makeconfig (rtld-prefix): Define built linker prefix.
25643 * Rules (run-bench): Use it.
25644 * math/Makefile (run-regen-ulps): Likewise.
25645
8da491f5
SP
25646 * Rules (bench): Remove eval.
25647
abe7f530
SP
256482013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25649 Roland McGrath <roland@hack.frob.com>
25650 Ondrej Bilka <neleai@seznam.cz>
25651
25652 [BZ #15346]
25653 * time/getdate.c: Include ctype.h and alloca.h.
25654 (__getdate_r): Trim leading and trailing spaces of input.
25655 * time/tst-getdate.c (tests): Add tests with leading and
25656 trailing spaces.
25657
61c23e62
RM
256582013-04-08 Roland McGrath <roland@hack.frob.com>
25659
25660 [BZ #14280]
25661 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
25662 when computing value.
25663
7208a313
CD
256642013-04-06 Carlos O'Donell <carlos@redhat.com>
25665
085b2d41
CD
25666 * math/README.libm-test (How can I generate "libm-test-ulps"?):
25667 Use testrun.sh to run libm tests.
25668
7208a313
CD
25669 [BZ #15309]
25670 * elf/dl-open.c (dl_open_worker): memset all of seen array.
25671
872c0acd
MM
256722013-04-06 Marko Myllynen <myllynen@redhat.com>
25673
25674 [BZ #15264]
25675 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
25676
26510bdd
CD
256772013-04-06 Carlos O'Donell <carlos@redhat.com>
25678
25679 * Makefile.in (regen-ulps): New target.
25680 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
25681 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
25682 [ifneq (no,$(PERL)] (regen-ulps): New target.
25683 [ifeq (no,$(PERL)] (regen-ulps): New target.
25684 * math/libm-test.inc (ulps_file_name): Define.
25685 (output_dir): New variable.
25686 (options): Add "output-dir" option.
25687 (parse_opt): Handle 'o' case.
25688 (main): If output_dir is non-NULL use it as a prefix
25689 otherwise use "".
25690 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
25691
a01f19c8
CD
256922013-04-06 Carlos O'Donell <carlos@redhat.com>
25693
25694 [BZ #10060, #10062]
25695 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
25696 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
25697 fail configure if __sync_val_compare_and_swap is not inlined.
25698 * sysdeps/i386/configure: Regenerate.
25699 * configure.in: Build for i686 when configured for i386.
25700 * configure: Regenerate.
25701 * README: Remove i386 reference.
25702
b7a329a5
CD
257032013-04-06 Carlos O'Donell <carlos@redhat.com>
25704
25705 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
25706 * sysdeps/s390/s390-64/sysdep.h: Likewise.
25707
bf0f50df
TS
257082013-04-05 Thomas Schwinge <thomas@codesourcery.com>
25709
ee091edf
TS
25710 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
25711 (lmsnanval): New variables.
25712 (F): Add conversion tests.
25713 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
25714 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
25715
a8b792d6
TS
25716 * stdio-common/tstdiomisc.c (F): Properly collect individual
25717 tests' results.
25718
a1cbf437
TS
25719 [BZ #14686, #15336]
25720 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
25721 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
25722 Instead, use input NaN values or generate a qNaN by arithmetic
25723 operation. Also fix bugs to comply with the standard.
25724 * math/libm-test.inc (remainder_test): Add more tests.
25725
8b43a0c9
TS
25726 [BZ #15335, #15342]
25727 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
25728 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
25729 input NaN values or generate a qNaN by arithmetic operation.
25730
d91da4ce
TS
25731 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
25732 unreachable code.
25733
bf0f50df
TS
25734 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
25735 definitions.
25736
05e166c8
JM
257372013-04-03 Joseph Myers <joseph@codesourcery.com>
25738
25739 [BZ #14478]
25740 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
25741 underflowed result.
25742 * math/s_cexpf.c (__cexpf): Likewise.
25743 * math/s_cexpl.c (__cexpl): Likewise.
25744 * math/libm-test.inc (cexp_test): Add more tests.
25745
1cef1b19
AS
257462013-04-03 Andreas Schwab <schwab@suse.de>
25747
25748 [BZ #15330]
25749 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
25750 order arrays from heap if bigger than alloca cutoff.
25751
74d87055
TS
257522013-04-03 Thomas Schwinge <thomas@codesourcery.com>
25753
25754 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
25755 (SNAN_TESTS_double): Refer to GCC PR56831.
25756 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
25757 GCC PR56828.
25758
d755bba4
SP
257592013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
25760
90d5d5bb
SP
25761 * Rules (bench): Move bench.out after the run is complete.
25762
73e0cd5d
SP
25763 * Rules (bench): Echo currently running benchmark.
25764
64aabd4b
SP
25765 * benchtests/Makefile (bench): Add atan and slowatan.
25766 * benchtests/atan-inputs: New file.
25767 * benchtests/slowatan-inputs: New file.
25768 * benchtests/slowatan.c: New file.
25769
c871eccd
SP
25770 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
25771 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
25772 its value.
25773
d755bba4
SP
25774 [BZ #15305]
25775 * sysdeps/unix/sysv/linux/kernel-features.h
25776 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
25777 __ASSUME_XFS_RESTRICTED_CHOWN.
25778 * sysdeps/unix/sysv/linux/pathconf.c
25779 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
25780 Save and restore errno.
25781
52ce4860
JM
257822013-04-02 Joseph Myers <joseph@codesourcery.com>
25783
25784 [BZ #15327]
25785 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
25786 arguments using __kernel_casinh.
25787 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
25788 arguments using __kernel_casinhf.
25789 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
25790 arguments using __kernel_casinhl.
25791 * math/libm-test.inc (cacosh_test): Add more tests.
25792 * sysdeps/i386/fpu/libm-test-ulps: Update.
25793 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25794
81f311c2
SP
257952013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
25796
e7906a47
SP
25797 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
25798 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
25799
92e3664b
SP
25800 * bench/Makefile (bench): Add sin and slowsin.
25801 * benchtests/sin-inputs: New file.
25802 * benchtests/slowsin-inputs: New file.
25803 * benchtests/slowsin.c: New file.
25804
81f311c2
SP
25805 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
25806 (bench): Add slowexp and slowpow.
25807 (exp-ITER): Increase iterations.
25808 (pow-ITER): Likewise.
25809 * benchtests/exp-inputs: Change input.
25810 * benchtests/pow-inputs: Likewise.
25811 * benchtests/slowexp-inputs: New file.
25812 * benchtests/slowexp.c: New file.
25813 * benchtests/slowpow-inputs: New file.
25814 * benchtests/slowpow.c: New file.
25815
ab0f1aa9
AZ
258162013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25817
25818 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
25819 instructions.
25820 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
25821 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
25822 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25823 * benchtests/Makefile: Add rint benchtest.
25824 * benchtests/rint-inputs: Input for rint benchtest.
25825
57267616
TS
258262013-04-02 Thomas Schwinge <thomas@codesourcery.com>
25827
25828 * Versions.def (libm): Add GLIBC_2.18.
25829 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
25830 hidden libm prototypes.
25831 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
25832 * math/Makefile (libm-calls): Add s_issignaling.
25833 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
25834 __issignalingf, __issignalingl. Adjust all libm.abilist files.
25835 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
25836 declaration.
25837 * math/math.h [__USE_GNU] (issignaling): New macro.
25838 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
25839 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
25840 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
25841 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
25842 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
25843 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
25844 * manual/arith.texi (issignaling): New section.
25845 * manual/libm-err-tab.pl (@all_functions): Update comment.
25846 * math/gen-libm-test.pl (parse_args): Apply special handling for
25847 issignaling.
25848 * math/libm-test.inc (print_float, issignaling_test): New
25849 functions.
25850 (check_float_internal): Add issignaling checks.
25851 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
25852 default definition.
25853 * sysdeps/powerpc/math-tests.h: New file.
25854 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
25855 tests.
25856 * math/test-snan.c (TEST_FUNC): Likewise.
25857
6142896d
DM
258582013-03-30 David S. Miller <davem@davemloft.net>
25859
25860 * po/de.po: Update from translation team.
25861
ccc8cadf
JM
258622013-03-30 Joseph Myers <joseph@codesourcery.com>
25863
25864 [BZ #10357]
25865 * math/k_casinh.c (__kernel_casinh): Handle arguments with
25866 imaginary part less than 1.0 and real part less than 0.5
25867 specially.
25868 * math/k_casinhf.c (__kernel_casinhf): Likewise.
25869 * math/k_casinhl.c (__kernel_casinhl): Likewise.
25870 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
25871 (cacos_test): Add more tests.
25872 (casin_test): Likewise.
25873 (casinh_test): Likewise.
25874 * sysdeps/i386/fpu/libm-test-ulps: Update.
25875 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25876
0f6a8d4b
SP
258772013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
25878
0d1029de
SP
25879 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
25880 ONE with its value.
25881
c2d94018
SP
25882 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
25883 (__pow_mp): Replace ONE and MONE with their values.
25884 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
25885 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
25886 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25887 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
25888 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
25889 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
25890
27ec37f1
SP
25891 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
25892
a64d7e0e
SP
25893 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
25894 (__pow_mp): Replace ZERO and MZERO with their values.
25895 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
25896 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
25897 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
25898 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
25899 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
25900 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
25901 (__sqr): Likewise.
25902
d26dd3eb
SP
25903 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
25904
0f6a8d4b
SP
25905 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
25906
e57b0c61
RM
259072013-03-28 Roland McGrath <roland@hack.frob.com>
25908
25909 * include/stdlib.h [!SHARED] (__call_tls_dtors):
25910 Declare with __attribute__ ((weak)).
25911 * stdlib/exit.c (__libc_atexit) [!SHARED]:
25912 Call __call_tls_dtors only if it's not NULL.
25913
356b3480
RM
259142013-03-28 Roland McGrath <roland@hack.frob.com>
25915
288f7d79
RM
25916 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
25917 didn't do it already, then set _dl_phdr and _dl_phnum based on the
25918 magic __ehdr_start linker symbol if it's defined.
25919 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
25920 them up here if it was already done.
25921
dc0a0263
RM
25922 * elf/dl-support.c (_dl_phdr): Make pointer to const.
25923 (_dl_aux_init): Use const in cast when setting it.
25924 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
25925 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
25926 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
25927
3d3436ae
RM
25928 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
25929 Declare them here.
25930 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
25931 * csu/libc-tls.c: Nor here.
25932 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
25933
356b3480
RM
25934 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
25935 (__libc_message): Never call vsyslog.
25936
b0f1246a
AM
259372013-03-28 Alan Modra <amodra@gmail.com>
25938
25939 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
25940 Define as empty.
25941 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
25942 Likewise.
25943
fbbe2b9a
AZ
259442013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25945
25946 [BZ #15214]
25947 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
25948 underflow.
25949 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25950
1728ab37
SP
259512013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
25952
7a86be6e
SP
25953 [BZ #15304]
25954 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
25955 Don't add gid passed as argument.
25956
1728ab37
SP
25957 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
25958
3a7182a1
JM
259592013-03-27 Joseph Myers <joseph@codesourcery.com>
25960
25961 [BZ #15307]
25962 * math/k_casinh.c (__kernel_casinh): Handle arguments with
25963 imaginary part between 1.0 and 1.5 and real part less than 0.5
25964 specially.
25965 * math/k_casinhf.c (__kernel_casinhf): Likewise.
25966 * math/k_casinhl.c (__kernel_casinhl): Likewise.
25967 * math/libm-test.inc (cacos_test): Add more tests.
25968 (casin_test): Likewise.
25969 (casinh_test): Likewise.
25970 * sysdeps/i386/fpu/libm-test-ulps: Update.
25971 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25972
6f2e90e7
SP
259732013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25974
5739f705
SP
25975 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
25976 constants.
25977 (norm): Likewise.
25978 (denorm): Likewise.
25979 (__dbl_mp): Likewise.
25980 (add_magnitudes): Likewise.
25981 (sub_magnitudes): Likewise.
25982 (__add): Likewise.
25983 (__sub): Likewise.
25984 (__mul): Likewise.
25985 (__sqr): Likewise.
25986 (__inv): Likewise.
25987 (__dvd): Likewise.
25988
e375e83d
SP
25989 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
25990 commented code.
25991 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
25992 (__dubcos): Likewise.
25993 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
25994 (__ieee754_acos): Likewise.
25995 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
25996 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
25997 (__exp1): Likewise.
25998 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
25999 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26000 (log1): Likewise.
26001 (my_log2): Likewise.
26002 (checkint): Likewise.
26003 * sysdeps/ieee754/dbl-64/e_remainder.c
26004 (__ieee754_remainder): Likewise.
26005 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26006 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26007 (bsloww): Likewise.
26008 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26009
6f2e90e7
SP
26010 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26011 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26012 MANTISSA_STORE_T to store computations on mantissa. Use
26013 macros for rounding and division.
26014 (denorm): Likewise.
26015 (__dbl_mp): Likewise.
26016 (add_magnitudes): Likewise.
26017 (sub_magnitudes): Likewise.
26018 (__mul): Likewise.
26019 (__sqr): Likewise.
26020 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
26021 powers of two in terms of TWOPOW macro.
26022 (mp_no): Make type of mantissa as MANTISSA_T.
26023 [!RADIXI]: Define RADIXI.
26024 [!TWO52]: Define TWO52.
26025 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26026
fce14d4e
AZ
260272013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26028
26029 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26030 llroundl symbol when building for PPC32.
26031
9ad027fb
MW
260322013-03-24 Mark H Weaver <mhw@netris.org>
26033
26034 * manual/arith.texi (Normalization Functions): Fix prototypes for
26035 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26036
e42a38dd
AZ
260372013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26038
26039 [BZ #13889]
26040 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26041 high value to check if expl overflow.
26042 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26043 to check for underflow and overflow.
26044 * math/libm-test.inc: Add exp test.
26045
2e0fb521
DL
260462013-03-21 Dmitry V. Levin <ldv@altlinux.org>
26047
26048 [BZ #11120]
26049 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26050 with NOT_IN_libc.
26051
b5784d95
AZ
260522013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26053
26054 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26055 symbol.
26056
5aa4a1a1
TS
260572013-03-21 Thomas Schwinge <thomas@codesourcery.com>
26058
bdef0be7
TS
26059 * math/gen-libm-test.pl (parse_args, special_functions): Properly
26060 wrap blocks consisting of several statements.
26061
5aa4a1a1
TS
26062 * sysdeps/generic/math-tests.h: New file.
26063 * sysdeps/i386/fpu/math-tests.h: Likewise.
26064 * math/test-snan.c: Include it.
26065 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26066
98c48fe5
JM
260672013-03-21 Joseph Myers <joseph@codesourcery.com>
26068
26069 [BZ #15285]
26070 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26071 (__ieee754_j0l): Do not improve calculations using cos of twice
26072 input for inputs above LDBL_MAX / 2.0L.
26073 (__ieee754_y0l): Likewise.
26074 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26075 (__ieee754_j1l): Do not improve calculations using cos of twice
26076 input for inputs above LDBL_MAX / 2.0L.
26077 (__ieee754_y1l): Likewise.
26078 * math/libm-test.inc (j0_test): Add another test.
26079 (j1_test): Likewise.
26080 (y0_test): Likewise.
26081 (y1_test): Likewise.
26082 * sysdeps/i386/fpu/libm-test-ulps: Update.
26083
3775a8bc
SP
260842013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26085
26086 * Rules ($(objpfx)bench-%.c): Include code from a C source
26087 file.
26088
0a1b2ae6
JM
260892013-03-21 Joseph Myers <joseph@codesourcery.com>
26090
26091 [BZ #15287]
26092 * math/k_casinh.c (__kernel_casinh): Handle arguments with
26093 imaginary part 1.0 and real part less than 0.5 specially.
26094 * math/k_casinhf.c (__kernel_casinhf): Likewise.
26095 * math/k_casinhl.c (__kernel_casinhl): Likewise.
26096 * math/libm-test.inc (cacos_test): Add more tests.
26097 (casin_test): Likewise.
26098 (casinh_test): Likewise.
26099 * sysdeps/i386/fpu/libm-test-ulps: Update.
26100 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26101
b33d4ce4
SP
261022013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26103
26104 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26105 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26106
bef0b507
JM
261072013-03-20 Joseph Myers <joseph@codesourcery.com>
26108
26109 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26110 * config.make.in (config-cflags-sse4): Remove variable.
26111 (config-cflags-avx): Likewise.
26112 (config-cflags-sse2avx): Likewise.
26113 (config-cflags-novzeroupper): Likewise.
26114 (config-asflags-i686): Likewise.
26115 (have-mfma4): Likewise.
26116 (have-as-vis3): Likewise.
26117 (MIG): Likewise.
26118 * configure.in (MIG): Do not AC_SUBST.
26119 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26120 (libc_cv_cc_sse4): Do not AC_SUBST.
26121 (libc_cv_cc_avx): Likewise.
26122 (libc_cv_cc_sse2avx): Likewise.
26123 (libc_cv_cc_novzeroupper): Likewise.
26124 (libc_cv_cc_fma4): Likewise.
26125 (libc_cv_as_i686): Likewise.
26126 (libc_cv_sparc_as_vis3): Likewise.
26127 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26128 LIBC_CONFIG_VAR.
26129 (config-asflags-i686): Likewise.
26130 (config-cflags-avx): Likewise.
26131 (config-cflags-sse2avx): Likewise.
26132 (have-mfma4): Likewise.
26133 (config-cflags-novzeroupper): Likewise.
26134 * sysdeps/mach/configure.in (MIG): Likewise.
26135 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26136 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26137 LIBC_CONFIG_VAR.
26138 (config-cflags-avx): Likewise.
26139 (config-cflags-sse2avx): Likewise.
26140 (have-mfma4): Likewise.
26141 (config-cflags-novzeroupper): Likewise.
26142 * configure: Regenerated.
26143 * sysdeps/i386/configure: Likewise.
26144 * sysdeps/mach/configure: Likewise.
26145 * sysdeps/sparc/configure: Likewise.
26146 * sysdeps/x86_64/configure: Likewise.
26147
912cc4b3
RM
261482013-03-20 Roland McGrath <roland@hack.frob.com>
26149
26150 [BZ #14812]
26151 * locale/programs/localedef.c (options): Put N_ translation marker
26152 on argument names, not just descriptions.
26153
04eed2b0
MS
261542013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
26155
26156 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26157
a065ceff
OB
261582013-03-20 Ondřej Bílka <neleai@seznam.cz>
26159
9bb2a810 26160 [BZ #14176]
a065ceff
OB
26161 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26162
a600e5ce
RM
261632013-03-19 Roland McGrath <roland@hack.frob.com>
26164
26165 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26166 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26167 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26168 [!BEFORE_ABORT] (before_abort): New function.
26169 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26170 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26171 (writev_for_fatal): New function.
26172 (WRITEV_FOR_FATAL): New macro; call that.
26173 (backtrace_and_maps): New function.
26174 (BEFORE_ABORT): New macro; call that.
26175 (struct str_list): Type removed.
26176 (__libc_message, __libc_fatal): Functions removed.
26177 Include <sysdeps/posix/libc_fatal.c> instead.
26178
6b18bea6
JM
261792013-03-19 Joseph Myers <joseph@codesourcery.com>
26180
26181 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26182 constants.
26183 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26184 double constants.
26185
aaa8cb4b
AS
261862013-03-19 Andreas Schwab <schwab@suse.de>
26187
44673770
AS
26188 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26189 * sysdeps/gnu/configure: Regenerate.
26190
aaa8cb4b
AS
26191 * configure.in: Substitute libc_cv_rtlddir.
26192 * configure: Regenerate.
26193 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26194 * Makeconfig (rtlddir, inst_rtlddir): New variables.
26195 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26196 * elf/Makefile (install-others, CFLAGS-interp.c)
26197 (ldso_install, common-ldd-rewrite): Likewise.
26198 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26199 $(inst_slibdir)/$(rtld-installed-name).
26200 * scripts/rellns-sh: Add -p option.
26201 * Makerules (make-shlib-link): Use rellns-sh to get relative name
26202 for source.
26203
d3cfc668
SP
262042013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
26205
26206 * manual/nptl.texi: Renamed to ...
26207 * manual/threads.texi: ... this.
26208 * manual/Makefile (chapters): Update.
26209
0e2b9cdd
RM
262102013-03-18 Roland McGrath <roland@hack.frob.com>
26211
26212 [BZ #14812]
26213 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26214 on argument names, not just descriptions.
0e2b9cdd
RM
26215 * malloc/memusagestat.c (options): Likewise.
26216 * nss/getent.c (options): Likewise.
63270c24
RM
26217
262182013-03-18 Benno Schulenberg <bensberg@justemail.net>
26219
26220 [BZ #14812]
26221 * iconv/iconv_prog.c (options): Put N_ translation marker
26222 on argument names, not just descriptions.
26223 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 26224
b2e1393c
OB
262252013-03-18 Ondrej Bilka <neleai@seznam.cz>
26226
26227 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26228 implementation which is faster on all x86_64 architectures.
26229 Tested on AMD, Intel Nehalem, SNB, IVB.
26230 * sysdeps/x86_64/strnlen.S: Likewise.
26231
26232 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26233 Remove all multiarch strlen and strnlen versions.
26234 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26235 Remove strlen and strnlen related parts.
26236
26237 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26238 Inline strlen part.
26239 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26240
26241 * sysdeps/x86_64/multiarch/strlen.S: Remove.
26242 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26243 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26244 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26245 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26246 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26247
ec4ff04d
CD
262482013-03-17 Carlos O'Donell <carlos@redhat.com>
26249
26250 * manual/memory.texi (Malloc Tunable Parameters):
26251 Sort parameters alphabetically. Add comments for missing entries.
26252
cd18e90a
DM
262532013-03-17 David S. Miller <davem@davemloft.net>
26254
26255 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26256
2a185d32
JM
262572013-03-16 Joseph Myers <joseph@codesourcery.com>
26258
d2f9799e
JM
26259 [BZ #15283]
26260 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26261 for arguments at most half maximum finite value.
26262 * math/libm-test.inc (j0_test): Add more tests.
26263 (j1_test): Likewise.
26264 (y0_test): Likewise.
26265 (y1_test): Likewise.
26266 * sysdeps/i386/fpu/libm-test-ulps: Update.
26267 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26268
2a185d32
JM
26269 [BZ #14155]
26270 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26271 1 / x and functions P and Q for arguments above 0x1p256L.
26272 (__ieee754_y0l): Likewise.
26273 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26274 (__ieee754_y1l): Likewise.
26275 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26276 (j1_test): Likewise.
26277 (y0_test): Likewise.
26278 (y1_test): Likewise.
26279
6cbec759
TS
262802013-03-16 Thomas Schwinge <thomas@codesourcery.com>
26281
26282 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26283 variable.
26284
bc16e260
RM
262852013-03-15 Roland McGrath <roland@hack.frob.com>
26286
aefc9b8c
RM
26287 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26288 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26289 zero since it's initialized to EXEC_PAGESIZE.
26290
bc16e260
RM
26291 * sysdeps/unix/sysv/linux/ldsodefs.h
26292 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26293 * sysdeps/generic/ldsodefs.h: ... here.
26294
a57da955
TS
262952013-03-15 Thomas Schwinge <thomas@codesourcery.com>
26296
af00a34d
TS
26297 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26298
495ded2c
TS
26299 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26300 math/test-snan.c.
26301 * math/test-snan.c: Renamed from
26302 sysdeps/powerpc/fpu/test-powerpc-snan.c.
26303 * math/Makefile (tests): Add test-snan.
26304 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26305 test-powerpc-snan.
26306
777b0332
TS
26307 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26308 SUFFIX. Initialize qNaN_var with __builtin_nan family of
26309 functions.
26310 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
26311 __builtin_nan family of functions.
26312 * math/libm-test.inc (initialize): Initialize qnan_value with
26313 __builtin_nan family of functions.
26314 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26315 Remove variables.
26316 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26317 Remove functions.
26318 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
26319 storage class. Initialize qNaN_var and sNaN_var with
26320 __builtin_nan and __builtin_nans families of functions,
26321 respectively.
26322
64d063b8
TS
26323 * math/libm-test.inc (acosh_test): Also test with qNaN input.
26324 (sqrt_test): Remove duplicate test with qNaN input.
26325 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26326 (round_test, signbit_test, significand_test): Note missing +/-Inf
26327 as well as qNaN tests.
26328
67e971f1
TS
26329 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26330 qNaN_var. Fix a few strings, too.
26331 * math/libm-test.inc (nan_value): Rename to qnan_value.
26332 * math/gen-libm-test.pl (%beautify): Adjust to that.
26333 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26334 * math/test-misc.c (main): Likewise.
26335 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26336 to __qnan_bytes, and __qnan_union, respectively.
26337 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26338 Likewise.
26339 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26340 and lqnanval, respectively.
26341 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26342 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26343 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26344 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26345
64487e12
TS
26346 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26347 * math/test-misc.c (main) [__x86_64__]: Enable test for long
26348 doubles.
26349
e015e27b
TS
26350 * math/test-misc.c (main): Fix copy'n'pastos.
26351 * misc/tst-efgcvt.c (special): Likewise.
26352
a57da955
TS
26353 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26354 Remove declarations.
26355
1e380345
SP
263562013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26357
26358 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26359 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26360 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26361 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26362
ef26eece
AZ
263632013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26364
26365 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26366 macro to return vdso values correctly in IFUNC implementations.
26367 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26368 Optimization by using IFUNC.
26369
8cfdb7e0
SP
263702013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26371 Richard Henderson <rth@redhat.com>
26372 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
26373
26374 * Makefile.in (bench): New target.
26375 * NEWS: Mention the benchmark framework.
26376 * Rules (bench): Likewise.
26377 (binaries-bench): Generate binaries for functions to
26378 benchmark.
26379 * benchtests/Makefile: New makefile for benchmark tests.
26380 * benchtests/bench-skeleton.c: New skeleton file for benchmark
26381 programs.
26382 * benchtests/exp-inputs: New input file for EXP function.
26383 * benchtests/pow-inputs: New input file for POW function.
26384 * scripts/bench.pl: New script to generate source files for
26385 benchmark programs.
26386
bcda9880
SP
263872013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26388
d22ca8cd
SP
26389 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26390 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26391 computations on mantissa. Use macros for rounding and
26392 division.
26393 (denorm): Likewise.
26394 (__dbl_mp): Likewise.
26395 (add_magnitudes): Likewise.
26396 (sub_magnitudes): Likewise.
26397 (__mul): Likewise.
26398 (__sqr): Likewise.
26399 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
26400 powers of two in terms of TWOPOW macro.
26401 (mp_no): Make type of mantissa as MANTISSA_T.
26402 [!RADIXI]: Define RADIXI.
26403 [!TWO52]: Define TWO52.
26404 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26405
bcda9880
SP
26406 * manual/nptl.texi (cindex): Modify threads to pthreads.
26407
06d5adfb
JM
264082013-03-15 Joseph Myers <joseph@codesourcery.com>
26409
26410 * sysdeps/x86_64/preconfigure: Regenerated.
26411
41c7328e
JM
264122013-03-14 Joseph Myers <joseph@codesourcery.com>
26413
26414 [BZ #14155]
26415 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26416 0x1p28 and above.
26417 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26418 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26419 0x1p28 and above.
26420 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26421 * math/libm-test.inc (j0_test): Do not allow one spurious
26422 underflow exception.
26423 (y1_test): Likewise.
26424
e25cfa60
SP
264252013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
26426
0409959c
SP
26427 * manual/Makefile (chapters): Add nptl.
26428 * manual/debug.texi (Debugging Support): Add link to Threads
26429 chapter.
26430 * manual/nptl.texi: New file.
26431
e25cfa60
SP
26432 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26433
58a1335e
PB
264342013-03-14 Petr Baudis <pasky@ucw.cz>
26435
26436 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26437 for non-NULL pointer before the memory validity test. Pointed
26438 out by Holger Brunck <holger.brunck@keymile.com>.
26439
9dc7c64f
AS
264402013-03-13 Andreas Schwab <schwab@suse.de>
26441
26442 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26443 instead of .os.
26444
54206aa6
JM
264452013-03-13 Joseph Myers <joseph@codesourcery.com>
26446
26447 * timezone/zic.c: Update from tzcode 2013b.
26448
e98cdb38
CD
264492013-03-12 Carlos O'Donell <carlos@redhat.com>
26450
26451 * manual/install.texi (Configuring and compiling):
26452 Mention i686 and i586.
26453 * INSTALL: Regenerate.
26454
9967e003
RM
264552013-03-12 Roland McGrath <roland@hack.frob.com>
26456
26457 * sysdeps/init_array/elf-init.c: New file.
26458 * csu/elf-init.c
26459 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26460 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26461
26462 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26463 __gmon_start__ as global, but as static with a .preinit_array pointer.
26464 * sysdeps/init_array/gmon-start.c: New file. Use that.
26465 * sysdeps/init_array/crti.S: New file, empty except for comments.
26466 * sysdeps/init_array/crtn.S: Likewise.
26467
e6b5a293 264682013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
26469
26470 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26471 definining bcopy.
80f844c9
OB
26472 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26473 Remove Prefer_SSE_for_memop.
26474 * sysdeps/x86_64/multiarch/init-arch.h: Remove
26475 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26476 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
26477 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26478 memset-x86-64.
80f844c9 26479 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 26480 Remove bzero, memset ifunc support.
80f844c9
OB
26481 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26482 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26483 * sysdeps/x86_64/multiarch/memset.S: Likewise.
26484 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26485
fb6b0fcb
AS
264862013-03-11 Andreas Schwab <schwab@suse.de>
26487
26488 [BZ #15234]
26489 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26490 by SHLIB_COMPAT.
26491 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26492 (GLIBC_2.16): Remove pthread_atfork.
26493
3e6bd4b1
PP
264942013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
26495
26496 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26497 (ptestcases.h): Likewise.
26498
222d7f00
RM
264992013-03-08 Roland McGrath <roland@hack.frob.com>
26500
26501 * Makeconfig ($(common-objpfx)config.status): Depend on
26502 sysdeps/*/preconfigure{,.in} too.
26503
1ba4f030
JM
265042013-03-08 Joseph Myers <joseph@codesourcery.com>
26505
a222d91a
JM
26506 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26507 (__free_hook): Use void * instead of __malloc_ptr_t.
26508 (__malloc_hook): Likewise.
26509 (__realloc_hook): Likewise.
26510 (__memalign_hook): Likewise.
26511 (__after_morecore_hook): Likewise.
26512 * malloc/arena.c (save_malloc_hook): Likewise.
26513 (save_free_hook): Likewise.
26514 * malloc/hooks.c (malloc_hook_ini): Likewise.
26515 (realloc_hook_ini): Likewise.
26516 (memalign_hook_ini): Likewise.
26517 * malloc/malloc.c (malloc_hook_ini): Likewise.
26518 (realloc_hook_ini): Likewise.
26519 (memalign_hook_ini): Likewise.
26520 (__free_hook): Likewise.
26521 (__malloc_hook): Likewise.
26522 (__realloc_hook): Likewise.
26523 (__memalign_hook): Likewise.
26524 (__libc_malloc): Likewise.
26525 (__libc_free): Likewise.
26526 (__libc_realloc): Likewise.
26527 (__libc_memalign): Likewise.
26528 (__libc_valloc): Likewise.
26529 (__libc_pvalloc): Likewise.
26530 (__libc_calloc): Likewise.
26531 (__posix_memalign): Likewise.
26532 * malloc/morecore.c (__sbrk): Likewise.
26533 (__default_morecore): Likewise.
26534
5cc45e10
JM
26535 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
26536
dd54b864
JM
26537 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
26538 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
26539 __malloc_ptrdiff_t.
26540
1ba4f030
JM
26541 * malloc/malloc.h (__malloc_size_t): Remove macro.
26542 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
26543 __malloc_size_t.
26544 (old_memalign_hook): Likewise.
26545 (old_realloc_hook): Likewise.
26546 (struct hdr): Likewise.
26547 (flood): Likewise.
26548 (mallochook): Likewise.
26549 (memalignhook): Likewise.
26550 (reallochook): Likewise.
26551 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
26552 (tr_old_realloc_hook): Likewise.
26553 (tr_old_memalign_hook): Likewise.
26554 (tr_mallochook): Likewise.
26555 (tr_reallochook): Likewise.
26556 (tr_memalignhook): Likewise.
26557
edf66e57
AZ
265582013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26559
26560 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
26561 default_ldbl_pack and using as default implementation.
26562 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
26563 implementation.
26564 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
26565 redundant definition.
26566 (ldbl_insert_mantissa): Likewise.
26567 (ldbl_canonicalize): Likewise.
26568 (ldbl_nearbyint): Likewise.
26569 (ldbl_pack): Rename to ldbl_pack_ppc.
26570 (ldbl_unpack): Rename to ldbl_unpack_ppc.
26571 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
26572 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
26573
6d9145d8
SP
265742013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
26575
26576 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
26577 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
26578 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
26579 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
26580 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
26581 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
26582 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
26583 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
26584
4dd4e157
AJ
265852013-03-07 Andreas Jaeger <aj@suse.de>
26586
26587 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26588 bits/mman-linux.h.
26589
adbb8027
SP
265902013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
26591
ce544b5b
SP
26592 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
26593 Include mpa.h and declare __MPEXP.
26594 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
26595 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26596 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26597 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
26598 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26599 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26600 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
26601
4cc149fd
SP
26602 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
26603 (__slowpow): Use long double EXPL and LOGL functions to
26604 compute POW.
26605 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26606 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26607 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
26608 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26609 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26610 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
26611
e6ebd4a7
SP
26612 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
26613 intermediate variable to calculate exponent.
26614 (__sqr): Likewise.
26615 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
26616 Likewise.
26617 (__sqr): Likewise.
26618
82a9811d
SP
26619 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
26620 [!NO__SQR]: Define __sqr.
26621 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
26622 and NO__SQR. Remove all code except __mul and __sqr. Include
26623 sysdeps/ieee754/dbl-64/mpa.c.
26624 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26625
adbb8027
SP
26626 [BZ #12723]
26627 * posix/Makefile (tests): Add tst-pathconf.
26628 * posix/tst-pathconf.c: New test case.
26629 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
26630 _PC_PIPE_BUF.
26631 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
26632
39120df9
PF
266332013-03-06 Patsy Franklin <pfrankli@redhat.com>
26634
26635 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
26636
67525cb8
AJ
266372013-03-06 Andreas Jaeger <aj@suse.de>
26638
664a9ce4
AJ
26639 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
26640 definition via __MAP_ANONYMOUS.
26641
8e39047d
AJ
26642 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
26643 it's not part of Linux headers.
26644
67525cb8
AJ
26645 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
26646 (MAP_HUGE_MASK): Define.
26647
26648 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26649 Define.
26650 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26651 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26652 Define.
26653 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26654 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26655 Define.
26656 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26657 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
26658 Define.
26659 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26660
26661 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
26662 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
26663 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
26664 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
26665 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
26666 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
26667
26668 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
26669 Handle f2fs.
26670
26671 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26672 Handle f2fs and efivarfs.
26673
26674 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
26675 f2fs.
26676
26677 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
26678 (EFIVARFS_MAGIC): Add.
26679 (F2FS_LINK_MAX): Add.
26680
e1b42695
PP
266812013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
26682
26683 * stdio-common/vfprintf.c: Replace __builtin_expect with
26684 __glibc_unlikely.
26685
2d67d91a
JM
266862013-03-06 Joseph Myers <joseph@codesourcery.com>
26687
26688 [BZ #13550]
26689 * sysdeps/generic/bp-sym.h: Remove file.
26690 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
26691 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
26692 <bp-sym.h> and <bp-asm.h>.
26693 (__longjmp): Don't use BP_SYM.
26694 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
26695 and <bp-asm.h>.
26696 (memcpy): Don't use BP_SYM.
26697 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
26698 <bp-sym.h> and <bp-asm.h>.
26699 (memcpy): Don't use BP_SYM.
26700 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
26701 <bp-asm.h>.
26702 (memcpy): Don't use BP_SYM.
26703 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
26704 <bp-asm.h>.
26705 (memset): Don't use BP_SYM.
26706 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26707 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26708 (__bzero): Don't use BP_SYM.
26709 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26710 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26711 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
26712 <bp-sym.h> and <bp-asm.h>.
26713 (memcmp): Don't use BP_SYM. Remove comment about bounded
26714 pointers.
26715 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
26716 <bp-sym.h> and <bp-asm.h>.
26717 (memcpy): Don't use BP_SYM.
26718 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
26719 <bp-sym.h> and <bp-asm.h>.
26720 (memset): Don't use BP_SYM.
26721 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26722 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26723 (__bzero): Don't use BP_SYM.
26724 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26725 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26726 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
26727 <bp-sym.h> and <bp-asm.h>.
26728 (strncmp): Don't use BP_SYM. Remove comment about bounded
26729 pointers.
26730 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
26731 <bp-sym.h> and <bp-asm.h>.
26732 (memcpy): Don't use BP_SYM.
26733 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
26734 <bp-sym.h> and <bp-asm.h>.
26735 (memset): Don't use BP_SYM.
26736 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26737 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26738 (__bzero): Don't use BP_SYM.
26739 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26740 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26741 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
26742 <bp-sym.h> and <bp-asm.h>.
26743 (__memchr): Don't use BP_SYM.
26744 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
26745 <bp-sym.h> and <bp-asm.h>.
26746 (memcmp): Don't use BP_SYM. Remove comment about bounded
26747 pointers.
26748 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
26749 <bp-sym.h> and <bp-asm.h>.
26750 (memcpy): Don't use BP_SYM.
26751 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
26752 <bp-sym.h> and <bp-asm.h>.
26753 (__mempcpy): Don't use BP_SYM.
26754 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
26755 <bp-sym.h> and <bp-asm.h>.
26756 (__memrchr): Don't use BP_SYM.
26757 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
26758 <bp-sym.h> and <bp-asm.h>.
26759 (memset): Don't use BP_SYM.
26760 (__bzero): Likewise.
26761 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
26762 <bp-sym.h> and <bp-asm.h>.
26763 (__rawmemchr): Don't use BP_SYM.
26764 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
26765 <bp-sym.h> and <bp-asm.h>.
26766 (__STRCMP): Don't use BP_SYM.
26767 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
26768 <bp-sym.h> and <bp-asm.h>.
26769 (strchr): Don't use BP_SYM.
26770 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
26771 <bp-sym.h> and <bp-asm.h>.
26772 (__strchrnul): Don't use BP_SYM.
26773 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
26774 <bp-sym.h> and <bp-asm.h>.
26775 (strlen): Don't use BP_SYM.
26776 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
26777 <bp-sym.h> and <bp-asm.h>.
26778 (strncmp): Don't use BP_SYM. Remove comment about bounded
26779 pointers.
26780 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
26781 <bp-sym.h> and <bp-asm.h>.
26782 (__strnlen): Don't use BP_SYM.
26783 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
26784 <bp-sym.h> and <bp-asm.h>.
26785 (__GI__setjmp): Don't use BP_SYM.
26786 (_setjmp): Likewise.
26787 (__sigsetjmp): Likewise.
26788 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
26789 (L(start_addresses)): Don't use BP_SYM.
26790 (_start): Likewise.
26791 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
26792 <bp-asm.h>.
26793 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
26794 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
26795 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
26796 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
26797 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
26798 <bp-asm.h>.
26799 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
26800 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
26801 about bounded pointers.
26802 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
26803 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
26804 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
26805 <bp-asm.h>.
26806 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
26807 about bounded pointers. Remove GKM FIXME comments.
26808 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
26809 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
26810 <bp-asm.h>.
26811 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
26812 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
26813 Remove GKM FIXME comments.
26814 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
26815 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
26816 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
26817 <bp-asm.h>.
26818 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
26819 about bounded pointers. Remove GKM FIXME comment.
26820 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
26821 and <bp-asm.h>.
26822 (strncmp): Don't use BP_SYM. Remove comment about bounded
26823 pointers.
26824 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
26825 <bp-sym.h> and <bp-asm.h>.
26826 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
26827 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
26828 <bp-sym.h> and <bp-asm.h>.
26829 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
26830 comment.
26831
cdcf361f
PP
268322013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
26833
26834 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
26835 call free(NULL).
26836
3c4a2b15
DM
268372013-03-05 David S. Miller <davem@davemloft.net>
26838
26839 * po/es.po: Update from translation team.
26840
cdcf361f 268412013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
26842
26843 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
26844 <bits/mman-linux.h>.
26845 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
26846 is fine.
26847 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
26848 <bits/mman-linux.h> to end of file.
26849 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
26850 is fine.
26851 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
26852 <bits/mman-linux.h> to end of file.
26853 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
26854 is fine.
26855 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
26856 <bits/mman-linux.h> to end of file.
26857
26858 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
26859 (MCL_CURRENT, MCL_FUTURE): Define here.
26860
5f67c04f
AK
268612013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26862
8a4473cc 26863 [BZ #15232]
5f67c04f
AK
26864 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
26865 attribute_hidden.
26866 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
26867
c3e94a95
AK
268682013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26869
26870 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
26871 fourth parameter needed for rt_sigprocmask syscall.
26872 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
26873 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26874 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
26875 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26876 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26877 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
26878
cfb6382a
JM
268792013-03-04 Joseph Myers <joseph@codesourcery.com>
26880
26881 [BZ #13550]
26882 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
26883 comment about bounded pointers.
26884 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
26885 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
26886
539d8e01
AJ
268872013-03-04 Andreas Jaeger <aj@suse.de>
26888
26889 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
26890 common definitions.
26891
26892 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
26893 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
26894 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
26895 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
26896 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
26897 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
26898
2e167a70 268992013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
26900
26901 [BZ #15055]
26902 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
26903 __ieee754_sqrl instead of __sqrl.
26904
68508633
JM
269052013-03-01 Joseph Myers <joseph@codesourcery.com>
26906
26907 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
26908 * sysdeps/powerpc/fpu_control.h: ... here.
26909 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
26910 * sysdeps/powerpc/bits/fenvinline.h: ... here.
26911 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
26912 * sysdeps/powerpc/bits/mathinline.h: ... here.
26913
7775448e
RM
269142013-03-01 Roland McGrath <roland@hack.frob.com>
26915
26916 * elf/dl-hwcaps.c (_dl_important_hwcaps):
26917 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
26918 to just [NEED_DL_SYSINFO_DSO].
26919 * elf/dl-support.c: Likewise.
26920 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
26921 * elf/rtld.c (dl_main): Likewise.
26922 * elf/setup-vdso.h (setup_vdso): Likewise.
26923 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
26924 * sysdeps/unix/sysv/linux/dl-sysdep.c
26925 (_dl_discover_osversion): Likewise.
26926
4e9b5995
CD
269272013-03-01 Carlos O'Donell <carlos@redhat.com>
26928
26929 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
26930 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
26931
e23872c8
SP
269322013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
26933
e5c74c63
SP
26934 * NEWS: Mention libm performance improvements and non-x86 PI
26935 futex support.
26936
e23872c8
SP
26937 * csu/libc-start.c (__pthread_initialize_minimal): Change
26938 function arguments.
26939 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
26940
b5510883
JM
269412013-02-28 Joseph Myers <joseph@codesourcery.com>
26942
26943 [BZ #13550]
26944 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
26945 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
26946 <bp-sym.h> and <bp-asm.h>.
26947 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
26948 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
26949 and <bp-asm.h>.
26950 (memcpy): Don't use BP_SYM.
26951 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
26952 <bp-asm.h>.
26953 (__mpn_add_n): Don't use BP_SYM.
26954 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
26955 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
26956 and <bp-asm.h>.
26957 (__mpn_addmul_1): Don't use BP_SYM.
26958 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26959 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
26960 <bp-sym.h>.
26961 (_setjmp): Don't use BP_SYM.
26962 (__novmx_setjmp): Likewise.
26963 (__GI__setjmp): Likewise.
26964 (__vmx_setjmp): Likewise.
26965 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
26966 <bp-sym.h>.
26967 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
26968 (__bzero): Don't use BP_SYM.
26969 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26970 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26971 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
26972 <bp-sym.h> and <bp-asm.h>.
26973 (memcpy): Don't use BP_SYM.
26974 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
26975 <bp-sym.h> and <bp-asm.h>.
26976 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
26977 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
26978 <bp-sym.h> and <bp-asm.h>.
26979 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
26980 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
26981 <bp-asm.h>.
26982 (__mpn_lshift): Don't use BP_SYM.
26983 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
26984 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
26985 <bp-asm.h>.
26986 (memset): Don't use BP_SYM.
26987 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26988 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26989 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
26990 <bp-asm.h>.
26991 (__mpn_mul_1): Don't use BP_SYM.
26992 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
26993 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
26994 <bp-sym.h> and <bp-asm.h>.
26995 (memcmp): Don't use BP_SYM.
26996 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
26997 <bp-sym.h> and <bp-asm.h>.
26998 (memcpy): Don't use BP_SYM.
26999 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27000 <bp-sym.h> and <bp-asm.h>.
27001 (memset): Don't use BP_SYM.
27002 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27003 <bp-sym.h> and <bp-asm.h>.
27004 (strncmp): Don't use BP_SYM.
27005 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27006 <bp-sym.h> and <bp-asm.h>.
27007 (memcpy): Don't use BP_SYM.
27008 * sysdeps/powerpc/powerpc32/power6/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/memchr.S: Don't include
27012 <bp-sym.h> and <bp-asm.h>.
27013 (__memchr): Don't use BP_SYM.
27014 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27015 <bp-sym.h> and <bp-asm.h>.
27016 (memcmp): Don't use BP_SYM.
27017 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27018 <bp-sym.h> and <bp-asm.h>.
27019 (memcpy): Don't use BP_SYM.
27020 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27021 <bp-sym.h> and <bp-asm.h>.
27022 (__mempcpy): Don't use BP_SYM.
27023 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27024 <bp-sym.h> and <bp-asm.h>.
27025 (__memrchr): Don't use BP_SYM.
27026 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27027 <bp-sym.h> and <bp-asm.h>.
27028 (memset): Don't use BP_SYM.
27029 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27030 <bp-sym.h> and <bp-asm.h>.
27031 (__rawmemchr): Don't use BP_SYM.
27032 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27033 <bp-sym.h> and <bp-asm.h>.
27034 (__STRCMP): Don't use BP_SYM.
27035 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27036 <bp-sym.h> and <bp-asm.h>.
27037 (strchr): Don't use BP_SYM.
27038 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27039 <bp-sym.h> and <bp-asm.h>.
27040 (__strchrnul): Don't use BP_SYM.
27041 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27042 <bp-sym.h> and <bp-asm.h>.
27043 (strlen): Don't use BP_SYM.
27044 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27045 <bp-sym.h> and <bp-asm.h>.
27046 (strncmp): Don't use BP_SYM.
27047 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27048 <bp-sym.h> and <bp-asm.h>.
27049 (__strnlen): Don't use BP_SYM.
27050 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27051 <bp-asm.h>.
27052 (__mpn_rshift): Don't use BP_SYM.
27053 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27054 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27055 <bp-sym.h> and <bp-asm.h>.
27056 (__sigsetjmp): Don't use BP_SYM.
27057 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27058 (L(start_addresses)): Don't use BP_SYM.
27059 (_start): Likewise.
27060 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27061 <bp-asm.h>.
27062 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27063 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27064 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27065 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27066 <bp-asm.h>.
27067 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27068 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27069 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27070 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27071 <bp-asm.h>.
27072 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
27073 comments.
27074 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27075 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27076 <bp-asm.h>.
27077 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
27078 FIXME comments.
27079 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27080 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27081 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27082 <bp-asm.h>.
27083 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
27084 comment.
27085 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27086 and <bp-asm.h>.
27087 (strncmp): Don't use BP_SYM,
27088 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27089 <bp-asm.h>.
27090 (__mpn_sub_n): Don't use BP_SYM.
27091 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27092 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27093 and <bp-asm.h>.
27094 (__mpn_submul_1): Don't use BP_SYM.
27095 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27096 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27097 <bp-sym.h> and <bp-asm.h>.
27098 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27099 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27100 <bp-sym.h> and <bp-asm.h>.
27101 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
27102 comment.
27103
8d19fe64
SP
271042013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27105
27106 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27107 Use ZK to minimize writes to Z.
27108 (sub_magnitudes): Simplify code a bit.
27109 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27110 Use ZK to minimize writes to Z.
27111 (sub_magnitudes): Simplify code a bit.
27112
85bd816a
RM
271132013-02-27 Roland McGrath <roland@hack.frob.com>
27114
27115 * csu/gmon-start.c: Add special exception to license text.
27116
b5977bf2
RH
271172013-02-27 Richard Henderson <rth@redhat.com>
27118
27119 * scripts/config.guess: Update from config.git.
27120 * scripts/config.sub: Likewise.
27121
11d6e2f2
SP
271222013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
27123
09c14ed2
SP
27124 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27125
a688864e
SP
27126 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27127
6295157a
SP
27128 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27129
b8de2202
SP
27130 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27131
11d6e2f2
SP
27132 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27133
7e80ddb8
RM
271342013-02-26 Roland McGrath <roland@hack.frob.com>
27135
27136 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27137 [$(build-shared = yes].
7e80ddb8 27138
7da6d9ed
SP
271392013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
27140
45f05884
SP
27141 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27142 (__mul): Reduce iterations for calculating mantissa.
27143
2236d359
SP
27144 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27145 MPTWO.
27146 (__mpranred): Likewise.
27147
7da6d9ed
SP
27148 [BZ #15160]
27149 * malloc/memusagestat.c (main): Draw graphs for heap and stack
27150 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27151
b7688c42
PE
271522013-02-26 Paul Eggert <eggert@cs.ucla.edu>
27153
27154 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27155 Define __attribute__.
27156
53a5c423
SP
271572013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
27158
27159 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27160 unused.
27161 * posix/regex_internal.h (__attribute): Remove.
27162 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27163 (re_string_context_at): Likewise.
27164 (bitset_not): Use __attribute__ and mark function as possibly
27165 unused.
27166 (bitset_merge): Likewise.
27167 (bitset_mask): Likewise.
27168 (re_string_char_size_at): Likewise.
27169 (re_string_wchar_at): Likewise.
27170 (re_string_elem_size_at): Likewise.
27171
60f5a8b5
SP
271722013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
27173
2a983a2e
SP
27174 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27175 code.
27176 (cc32): Likewise.
27177
e69804d1
SP
27178 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27179 (__acr): Likewise.
27180 (__cpy): Likewise.
27181 (norm): Likewise.
27182 (denorm): Likewise.
27183 (__dbl_mp): Likewise.
27184 (add_magnitudes): Likewise.
27185 (sub_magnitudes): Likewise.
27186 (__mul): Likewise.
27187 (__inv): Likewise.
27188
2f22a1e8
SP
27189 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27190 style.
27191
8930ddc7
SP
27192 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27193 style.
27194
dc60cb11
SP
27195 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27196 code.
27197
60f5a8b5
SP
27198 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27199 up changes with default code.
27200 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27201 Likewise.
27202
b4d1fd33
AM
272032013-02-24 Allan McRae <allan@archlinux.org>
27204
faf6f8bc
AM
27205 * manual/socket.texi (The Internet Namespace): Order menu items
27206 to match that in the file.
27207
b4d1fd33
AM
27208 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27209 node listing of the info page menu.
27210
2366713d
JM
272112013-02-21 Joseph Myers <joseph@codesourcery.com>
27212
27213 [BZ #13550]
27214 * sysdeps/i386/bp-asm.h: Remove file.
27215 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27216 (PARMS): Do not use macros from bp-asm.h.
27217 (S1): Likewise.
27218 (S2): Likewise.
27219 (SIZE): Likewise.
27220 (__mpn_add_n): Do not use BP_SYM
27221 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27222 "bp-asm.h".
27223 (PARMS): Do not use macros from bp-asm.h.
27224 (S1): Likewise.
27225 (SIZE): Likewise.
27226 (__mpn_addmul_1): Do not use BP_SYM
27227 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27228 "bp-asm.h".
27229 (PARMS): Do not use macros from bp-asm.h.
27230 (SIGMSK): Likewise.
27231 (_setjmp): Likewise. Do not use BP_SYM.
27232 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27233 "bp-asm.h".
27234 (PARMS): Do not use macros from bp-asm.h.
27235 (SIGMSK): Likewise.
27236 (setjmp): Likewise. Do not use BP_SYM.
27237 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27238 "bp-asm.h".
27239 (PARMS): Do not use macros from bp-asm.h.
27240 (__frexp): Do not use BP_SYM.
27241 (frexp): Likewise.
27242 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27243 "bp-asm.h".
27244 (PARMS): Do not use macros from bp-asm.h.
27245 (__frexpf): Do not use BP_SYM.
27246 (frexpf): Likewise.
27247 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27248 "bp-asm.h".
27249 (PARMS): Do not use macros from bp-asm.h.
27250 (__frexpl): Do not use BP_SYM.
27251 (frexpl): Likewise.
27252 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27253 "bp-asm.h".
27254 (PARMS): Do not use macros from bp-asm.h.
27255 (__remquo): Do not use BP_SYM.
27256 (remquo): Likewise.
27257 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27258 "bp-asm.h".
27259 (PARMS): Do not use macros from bp-asm.h.
27260 (__remquof): Do not use BP_SYM.
27261 (remquof): Likewise.
27262 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27263 "bp-asm.h".
27264 (PARMS): Do not use macros from bp-asm.h.
27265 (__remquol): Do not use BP_SYM.
27266 (remquol): Likewise.
27267 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27268 "bp-asm.h".
27269 (PARMS): Do not use macros from bp-asm.h.
27270 (DEST): Likewise.
27271 (SRC): Likewise.
27272 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
27273 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27274 "bp-asm.h".
27275 (PARMS): Do not use macros from bp-asm.h.
27276 (strlen): Do not use BP_SYM.
27277 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27278 "bp-asm.h".
27279 (PARMS): Do not use macros from bp-asm.h.
27280 (S1): Likewise.
27281 (S2): Likewise.
27282 (SIZE): Likewise.
27283 (__mpn_add_n): Do not use BP_SYM.
27284 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27285 "bp-asm.h".
27286 (PARMS): Do not use macros from bp-asm.h.
27287 (S1): Likewise.
27288 (SIZE): Likewise.
27289 (__mpn_addmul_1): Do not use BP_SYM.
27290 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27291 weak_alias.
27292 (bzero): Likewise.
27293 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27294 "bp-asm.h".
27295 (PARMS): Do not use macros from bp-asm.h.
27296 (S): Likewise.
27297 (SIZE): Likewise.
27298 (__mpn_lshift): Do not use BP_SYM.
27299 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27300 "bp-asm.h".
27301 (PARMS): Do not use macros from bp-asm.h.
27302 (DEST): Likewise.
27303 (SRC): Likewise.
27304 (LEN): Likewise.
27305 (memcpy): Likewise. Do not use BP_SYM.
27306 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27307 libc_hidden_def and weak_alias.
27308 (mempcpy): Do not use BP_SYM in weak_alias.
27309 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27310 "bp-asm.h".
27311 (PARMS): Do not use macros from bp-asm.h.
27312 (DEST): Likewise.
27313 (LEN): Likewise.
27314 [!BZERO_P] (CHR): Likewise.
27315 (memset): Likewise. Do not use BP_SYM.
27316 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27317 "bp-asm.h".
27318 (PARMS): Do not use macros from bp-asm.h.
27319 (S1): Likewise.
27320 (SIZE): Likewise.
27321 (__mpn_mul_1): Do not use BP_SYM.
27322 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27323 "bp-asm.h".
27324 (PARMS): Do not use macros from bp-asm.h.
27325 (S): Likewise.
27326 (SIZE): Likewise.
27327 (__mpn_rshift): Do not use BP_SYM.
27328 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27329 "bp-asm.h".
27330 (PARMS): Do not use macros from bp-asm.h.
27331 (STR): Likewise.
27332 (CHR): Likewise.
27333 (strchr): Likewise. Do not use BP_SYM.
27334 (index): Do not use BP_SYM in weak_alias.
27335 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27336 "bp-asm.h".
27337 (PARMS): Do not use macros from bp-asm.h.
27338 (DEST): Likewise.
27339 (SRC): Likewise.
27340 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
27341 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27342 "bp-asm.h".
27343 (PARMS): Do not use macros from bp-asm.h.
27344 (strlen): Do not use BP_SYM.
27345 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27346 "bp-asm.h".
27347 (PARMS): Do not use macros from bp-asm.h.
27348 (S1): Likewise.
27349 (S2): Likewise.
27350 (SIZE): Likewise.
27351 (__mpn_sub_n): Do not use BP_SYM.
27352 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27353 "bp-asm.h".
27354 (PARMS): Do not use macros from bp-asm.h.
27355 (S1): Likewise.
27356 (SIZE): Likewise.
27357 (__mpn_submul_1): Do not use BP_SYM.
27358 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27359 "bp-asm.h".
27360 (PARMS): Do not use macros from bp-asm.h.
27361 (S1): Likewise.
27362 (S2): Likewise.
27363 (SIZE): Likewise.
27364 (__mpn_add_n): Do not use BP_SYM.
27365 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27366 weak_alias.
27367 (bzero): Likewise.
27368 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27369 "bp-asm.h".
27370 (PARMS): Do not use macros from bp-asm.h.
27371 (BLK2): Likewise.
27372 (LEN): Likewise.
27373 (memcmp): Do not use BP_SYM.
27374 (bcmp): Do not use BP_SYM in weak_alias.
27375 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27376 "bp-asm.h".
27377 (PARMS): Do not use macros from bp-asm.h.
27378 (DEST): Likewise.
27379 (SRC): Likewise.
27380 (LEN): Likewise.
27381 (memcpy): Likewise. Do not use BP_SYM.
27382 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27383 "bp-asm.h".
27384 (PARMS): Do not use macros from bp-asm.h.
27385 (DEST): Likewise.
27386 (SRC): Likewise.
27387 (LEN): Likewise.
27388 (memmove): Likewise. Do not use BP_SYM.
27389 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27390 "bp-asm.h".
27391 (PARMS): Do not use macros from bp-asm.h.
27392 (DEST): Likewise.
27393 (SRC): Likewise.
27394 (LEN): Likewise.
27395 (__mempcpy): Likewise. Do not use BP_SYM.
27396 (mempcpy): Do not use BP_SYM in weak_alias.
27397 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27398 "bp-asm.h".
27399 (PARMS): Do not use macros from bp-asm.h.
27400 (DEST): Likewise.
27401 (LEN): Likewise.
27402 [!BZERO_P] (CHR): Likewise.
27403 (memset): Likewise. Do not use BP_SYM.
27404 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27405 "bp-asm.h".
27406 (PARMS): Do not use macros from bp-asm.h.
27407 (STR2): Likewise.
27408 (strcmp): Do not use BP_SYM.
27409 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27410 "bp-asm.h".
27411 (PARMS): Do not use macros from bp-asm.h.
27412 (STR): Likewise.
27413 (DELIM): Likewise.
27414 [USE_AS_STRTOK_R] (SAVE): Likewise.
27415 (FUNCTION): Likewise. Do not use BP_SYM.
27416 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27417 aliases.
27418 (strtok_r): Likewise.
27419 (__GI___strtok_r): Likewise.
27420 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27421 (PARMS): Do not use macros from bp-asm.h.
27422 (S): Likewise.
27423 (SIZE): Likewise.
27424 (__mpn_lshift): Do not use BP_SYM.
27425 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27426 (PARMS): Do not use macros from bp-asm.h.
27427 (STR): Likewise.
27428 (CHR): Likewise.
27429 (__memchr): Do not use BP_SYM.
27430 (memchr): Do not use BP_SYM in weak_alias.
27431 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27432 (PARMS): Do not use macros from bp-asm.h.
27433 (BLK2): Likewise.
27434 (LEN): Likewise.
27435 (memcmp): Do not use BP_SYM.
27436 (bcmp): Do not use BP_SYM in weak_alias.
27437 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27438 (PARMS): Do not use macros from bp-asm.h.
27439 (S1): Likewise.
27440 (SIZE): Likewise.
27441 (__mpn_mul_1): Do not use BP_SYM.
27442 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27443 "bp-asm.h".
27444 (PARMS): Do not use macros from bp-asm.h.
27445 (STR): Likewise.
27446 (CHR): Likewise.
27447 (__rawmemchr): Do not use BP_SYM.
27448 (rawmemchr): Do not use BP_SYM in weak_alias.
27449 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27450 (PARMS): Do not use macros from bp-asm.h.
27451 (S): Likewise.
27452 (SIZE): Likewise.
27453 (__mpn_rshift): Do not use BP_SYM.
27454 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27455 (PARMS): Do not use macros from bp-asm.h.
27456 (SIGMSK): Likewise.
27457 (__sigsetjmp): Likewise. Do not use BP_SYM.
27458 * sysdeps/i386/start.S: Do not include "bp-sym.h".
27459 (_start): Do not use BP_SYM.
27460 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27461 (PARMS): Do not use macros from bp-asm.h.
27462 (DEST): Likewise.
27463 (SRC): Likewise.
27464 (__stpcpy): Likewise. Do not use BP_SYM.
27465 (stpcpy): Do not use BP_SYM in weak_alias.
27466 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27467 "bp-asm.h".
27468 (PARMS): Do not use macros from bp-asm.h.
27469 (DEST): Likewise.
27470 (SRC): Likewise.
27471 (LEN): Likewise.
27472 (__stpncpy): Likewise. Do not use BP_SYM.
27473 (stpncpy): Do not use BP_SYM in weak_alias.
27474 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27475 (PARMS): Do not use macros from bp-asm.h.
27476 (STR): Likewise.
27477 (CHR): Likewise.
27478 (strchr): Likewise. Do not use BP_SYM.
27479 * sysdeps/i386/strchrnul.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 (__strchrnul): Likewise. Do not use BP_SYM.
27485 (strchrnul): Do not use BP_SYM in weak_alias.
27486 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27487 "bp-asm.h".
27488 (PARMS): Do not use macros from bp-asm.h.
27489 (STOP): Likewise.
27490 (strcspn): Do not use BP_SYM.
27491 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27492 "bp-asm.h".
27493 (PARMS): Do not use macros from bp-asm.h.
27494 (STR): Likewise.
27495 (STOP): Likewise.
27496 (strpbrk): Likewise. Do not use BP_SYM.
27497 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27498 "bp-asm.h".
27499 (PARMS): Do not use macros from bp-asm.h.
27500 (STR): Likewise.
27501 (CHR): Likewise.
27502 (strrchr): Likewise. Do not use BP_SYM.
27503 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27504 (PARMS): Do not use macros from bp-asm.h.
27505 (SKIP): Likewise.
27506 (strspn): Do not use BP_SYM.
27507 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27508 (PARMS): Do not use macros from bp-asm.h.
27509 (STR): Likewise.
27510 (DELIM): Likewise.
27511 (SAVE): Likewise.
27512 (FUNCTION): Likewise. Do not use BP_SYM.
27513 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
27514 aliases.
27515 (strtok_r): Likewise.
27516 (__GI___strtok_r): Likewise.
27517 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27518 (PARMS): Do not use macros from bp-asm.h.
27519 (S1): Likewise.
27520 (S2): Likewise.
27521 (SIZE): Likewise.
27522 (__mpn_sub_n): Do not use BP_SYM.
27523 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
27524 "bp-asm.h".
27525 (PARMS): Do not use macros from bp-asm.h.
27526 (S1): Likewise.
27527 (SIZE): Likewise.
27528 (__mpn_submul_1): Do not use BP_SYM.
27529 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
27530 <bp-sym.h>.
27531 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
27532 and <bp-asm.h>.
27533 (PARMS): Do not use macros from bp-asm.h.
27534 (FLAGS): Likewise.
27535 (PTID): Likewise.
27536 (TLS): Likewise.
27537 (CTID): Likewise.
27538 (__clone): Do not use BP_SYM.
27539 (clone): Do not use BP_SYM in weak_alias.
27540 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
27541 and <bp-asm.h>.
27542 (PARMS): Do not use macros from bp-asm.h.
27543 (LEN): Likewise.
27544 (__mmap64): Do not use BP_SYM.
27545 (mmap64): Do not use BP_SYM in weak_alias.
27546 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
27547 <bp-sym.h> and <bp-asm.h>.
27548 (PARMS): Do not use macros from bp-asm.h.
27549 (__posix_fadvise64_l64): Do not use BP_SYM.
27550 * sysdeps/unix/sysv/linux/i386/semtimedop.S
27551 (PARMS): Do not use macros from bp-asm.h.
27552 (NSOPS): Likewise.
27553 (semtimedop): Do not use BP_SYM.
27554 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
27555 and <bp-asm.h>.
27556
582a3cff
AM
275572013-02-21 Allan McRae <allan@archlinux.org>
27558
27559 * manual/message.texi (Charset conversion in gettext):
27560 Move @end statement to beginning of line.
27561
bab8a695
SP
275622013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27563
80945231
SP
27564 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
27565 static.
27566 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27567 Likewise.
27568
bab8a695
SP
27569 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
27570 (denorm): Likewise.
27571 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
27572 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
27573
e21d7aa7
AK
275742013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27575
27576 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
27577 tail-call to the resolved function if pltexit isn't needed.
27578
4c7a4263
SP
275792013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27580
27581 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
27582 or Y being zero as being unlikely.
27583 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27584 Likewise.
27585
41f49342
CD
275862013-02-20 Carlos O'Donell <carlos@redhat.com>
27587
27588 * manual/nss.texi (System Databases and Name Service Switch):
27589 Remove frobnicate @pxref.
27590
50022a93
TS
275912013-02-20 Thomas Schwinge <thomas@codesourcery.com>
27592
27593 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27594 __attribute__ ((unused)) to __attribute__ ((__unused__)).
27595
08cbd996
PM
275962013-02-20 Petr Machata <pmachata@redhat.com>
27597
27598 * elf/elf.h (R_ARM_TARGET1): New macro.
27599 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
27600 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
27601 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
27602 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
27603 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
27604 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
27605 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
27606 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
27607 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
27608 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
27609 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
27610 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
27611 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
27612 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
27613 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
27614 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
27615 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
27616 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
27617 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
27618 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
27619 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
27620 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
27621 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
27622 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
27623 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
27624 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
27625 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
27626 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
27627 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
27628 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
27629 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
27630 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
27631 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
27632 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
27633 (R_ARM_THM_GOT_BREL12): Likewise.
27634 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
27635 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
27636 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
27637 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
27638 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
27639 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
27640 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
27641 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
27642 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
27643
c7b275d6
TS
276442013-02-20 Thomas Schwinge <thomas@codesourcery.com>
27645
27646 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27647 __attribute_used__ to __attribute__ ((unused)).
27648
20cd7fb3
SP
276492013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
27650
27651 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
27652 powerpc mpa.c.
27653 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
27654 comment formatting.
27655 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
27656
92945b52
JM
276572013-02-19 Joseph Myers <joseph@codesourcery.com>
27658
27659 [BZ #13550]
27660 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
27661 Remove macro.
27662 (ENTER): Remove both macro definitions.
27663 (LEAVE): Likewise.
27664 (CHECK_BOUNDS_LOW): Likewise.
27665 (CHECK_BOUNDS_HIGH): Likewise.
27666 (CHECK_BOUNDS_BOTH): Likewise.
27667 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
27668 (RETURN_BOUNDED_POINTER): Likewise.
27669 (RETURN_NULL_BOUNDED_POINTER): Likewise.
27670 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
27671 (POP_ERRNO_LOCATION_RETURN): Likewise.
27672 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
27673 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27674 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
27675 macros.
27676 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27677 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
27678 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
27679 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
27680 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
27681 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
27682 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
27683 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
27684 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
27685 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
27686 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
27687 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
27688 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27689 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
27690 removed macros.
27691 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27692 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
27693 macros.
27694 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27695 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
27696 * sysdeps/i386/i586/memset.S (memset): Likewise.
27697 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
27698 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27699 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
27700 macros.
27701 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27702 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
27703 Change uses of L(2) to L(out).
27704 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
27705 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
27706 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
27707 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27708 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
27709 removed macros.
27710 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27711 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
27712 macros.
27713 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27714 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
27715 (RETURN): Do not use macro LEAVE.
27716 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
27717 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
27718 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
27719 * sysdeps/i386/i686/memset.S (memset): Likewise.
27720 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
27721 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
27722 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27723 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
27724 Likewise.
27725 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27726 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
27727 L(1_2) and L(1_3) into L(1).
27728 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27729 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
27730 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27731 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
27732 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27733 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
27734 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
27735 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27736 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
27737 macros.
27738 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
27739 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27740 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
27741 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
27742 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
27743 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27744 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
27745 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
27746 * sysdeps/i386/strcspn.S (strcspn): Likewise.
27747 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
27748 * sysdeps/i386/strrchr.S (strrchr): Likewise.
27749 * sysdeps/i386/strspn.S (strspn): Likewise.
27750 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
27751 conditional code.
27752 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27753 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
27754 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27755 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
27756 L(1_3) into L(1_1).
27757 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
27758 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27759 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
27760 macros.
27761 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27762
2389741a
JJ
277632013-02-19 Jakub Jelinek <jakub@redhat.com>
27764
27765 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
27766 macro.
27767
2016b3cd
SP
277682013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
27769
e4f22324
SP
27770 * math/atest-exp.c (exp_mpn): Remove ROUND.
27771 * math/atest-exp2.c (exp_mpn): Likewise.
27772 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
27773
2016b3cd
SP
27774 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
27775 * stdlib/tst-tls-atexit-lib.c: Likewise.
27776 * stdlib/tst-tls-atexit.c: Likewise.
27777
4be9b544
MF
277782013-02-18 Mike Frysinger <vapier@gentoo.org>
27779
27780 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
27781 and __attribute_alloc_size__.
27782
2f62b9ee
MF
277832013-02-18 Mike Frysinger <vapier@gentoo.org>
27784
27785 * include/programs/xmalloc.h: Change __attribute_alloc_size to
27786 __attribute_alloc_size__.
27787 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
27788 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
27789
6ff444c4
MF
277902013-02-18 Mike Frysinger <vapier@gentoo.org>
27791
27792 * include/programs/xmalloc.h: New file.
27793 * catgets/gencat.c: Include it.
27794 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
27795 * elf/pldd.c: Likewise.
27796 * iconv/iconv_charmap.c: Likewise.
27797 * iconv/iconvconfig.c: Likewise.
27798 * iconv/strtab.c: Likewise.
27799 * locale/programs/locale.c: Likewise.
27800 * locale/programs/localedef.h: Likewise.
27801 * locale/programs/simple-hash.c: Likewise.
27802 * nscd/nscd.h: Likewise.
27803 * nss/makedb.c: Likewise.
27804 * sysdeps/generic/ldconfig.h: Likewise.
27805
be179c8a
SP
278062013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
27807
ba384f6e
SP
27808 * Versions.def: Add GLIBC_2.18.
27809 * include/link.h (struct link_map): New member l_tls_dtor_count.
27810 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
27811 (__call_tls_dtors): Likewise.
27812 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
27813 __cxa_thread_atexit_impl.
27814 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
27815 Likewise.
27816 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
27817 Likewise.
27818 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
27819 Likewise.
27820 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
27821 Likewise.
27822 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
27823 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
27824 Likewise.
27825 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
27826 Likewise.
27827 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
27828 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
27829 Likewise.
27830 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
27831 (tests): Add test case tst-tls-atexit.
27832 (modules-names): Add shared library for tst-tls-atexit.
85891aca 27833 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
27834 (GLIBC_PRIVATE): Add __call_tls_dtors.
27835 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
27836 for libstdc++.
27837 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
27838 * stdlib/tst-tls-atexit.c: New test case.
27839 * stdlib/tst-tls-atexit-lib.c: New test case.
27840
ffaa74cf 27841 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 27842
be179c8a
SP
27843 * elf/Versions (ld): Add _dl_find_dso_for_object.
27844 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
27845 * elf/dl-open.c (_dl_find_dso_for_object): New function.
27846 (dl_open_worker): Use _dl_find_dso_for_object.
27847 * elf/dl-sym.c (do_sym): Likewise.
27848 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
27849
f78b5caa
AK
278502013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27851
27852 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
27853 Syntactic changes only.
27854 (_dl_runtime_profile): Do a tail-call to the resolved function.
27855
29691210
JM
278562013-02-17 Joseph Myers <joseph@codesourcery.com>
27857
27858 [BZ #13550]
27859 * sysdeps/x86_64/bp-asm.h: Remove file.
27860 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
27861 <bp-sym.h> and <bp-asm.h>.
27862 (__clone): Do not use BP_SYM.
27863 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
27864 <bp-sym.h> and <bp-asm.h>.
27865 * sysdeps/unix/x86_64/sysdep.S: Likewise.
27866 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
27867 "bp-asm.h".
27868 (_setjmp): Do not use BP_SYM.
27869 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
27870 "bp-asm.h".
27871 (setjmp): Do not use BP_SYM.
27872 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
27873 libc_hidden_def.
27874 (mempcpy): Do not use BP_SYM in weak_alias.
27875 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
27876 "bp-asm.h".
27877 (strchr): Do not use BP_SYM.
27878 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
27879 "bp-asm.h".
27880 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
27881 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
27882 (_start): Do not use BP_SYM.
27883 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
27884 "bp-asm.h".
27885 (strcat): Do not use BP_SYM.
27886 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
27887 "bp-asm.h".
27888 (STRCMP): Do not use BP_SYM.
27889 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
27890 "bp-asm.h".
27891 (STRCPY): Do not use BP_SYM.
27892 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
27893 "bp-asm.h".
27894 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
27895 "bp-asm.h".
27896 (FUNCTION): Do not use BP_SYM.
27897 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
27898 weak_alias.
27899 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
27900
f238fd19
AJ
279012013-02-17 Andreas Jaeger <aj@suse.de>
27902
27903 * time/Versions: Sort entries.
27904 * string/Versions: Likewise.
27905 * resolv/Versions: Likewise.
27906 * posix/Versions: Likewise.
27907 * iconv/Versions: Likewise.
27908 * elf/Versions: Likewise.
27909 * wcsmbs/Versions: Likewise.
27910
bd07f23c 279112013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 27912
22af19f9
SP
27913 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
27914 loop termination condition.
27915
4709fe76
SP
27916 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
27917 variable to calculate EZ.
27918 (__sqr): Likewise.
2d0e0f29
SP
27919
27920 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
27921 the lower precision input.
27922
daaa7713
JM
279232013-02-15 Joseph Myers <joseph@codesourcery.com>
27924
27925 [BZ #13550]
27926 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
27927 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
27928 (run-via-rtld-prefix): Do not handle %-bp tests.
27929 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
27930 (all-object-suffixes): Remove .ob.
27931 (bppfx): Remove variable.
27932 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
27933 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
27934 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
27935 [$(build-bounded) = yes] (libtype.ob): Likewise.
27936 * Makerules (elide-routines.ob): Remove variable.
27937 (do-tests-clean): Do not handle *-bp.out.
27938 (common-mostlyclean): Do not handle *-bp and *-bp.out.
27939 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
27940 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
27941 (tests): Do not include $(tests-bp.out).
27942 (xtests): Do not include $(xtests-bp.out).
27943 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
27944 [$(build-bounded) = yes] ($(addprefix
27945 $(objpfx),$(binaries-bounded))): Remove rule.
27946 ($(objpfx)%-bp.out): Remove rule.
27947 * config.make.in (build-bounded): Remove variable.
27948 * crypt/Makefile [$(build-bounded) = yes]
27949 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
27950 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
27951 append to variable.
27952 [$(build-bounded) = yes] (install-lib): Likewise.
27953 [$(build-bounded) = yes] (generated): Likewise.
27954 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
27955 Remove rule.
27956 * intl/Makefile [$(build-bounded) = yes]
27957 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
27958 * math/Makefile [$(build-bounded) = yes]
27959 ($(tests:%=$(objpfx)%-bp): Likewise.
27960 * misc/Makefile [$(build-bounded) = yes]
27961 ($(objpfx)tst-tsearch-bp): Likewise.
27962 * nptl/Makeconfig (bounded-thread-library): Remove variable.
27963 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
27964 Remove dependency.
27965 * string/Makefile (o-objects.ob): Remove variable.
27966 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
27967 (CFLAGS-.ob): Remove variable.
27968 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
27969 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
27970 both definitions of variable.
27971 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
27972 (ASFLAGS-.ob): Remove variable.
27973
e97ed6dd
JM
279742013-02-14 Joseph Myers <joseph@codesourcery.com>
27975
2bdd4ca6
JM
27976 [BZ #13550]
27977 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
27978 Remove __BOUNDED_POINTERS__ from condition.
27979 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
27980 * string/bits/string2.h [!__NO_STRING_INLINES &&
27981 !__BOUNDED_POINTERS__]: Likewise.
27982 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
27983 Likewise.
27984 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
27985 Remove conditional code.
27986 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
27987 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
27988 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
27989 condition.
27990
e97ed6dd
JM
27991 [BZ #13550]
27992 * csu/libc-start.c: Do not include <bp-sym.h>.
27993 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
27994 * elf/dl-open.c: Do not include <bp-sym.h>.
27995 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
27996 * math/fegetenv.c: Do not include <bp-sym.h>.
27997 (fegetenv): Do not use BP_SYM in versioned symbols.
27998 * nptl/sysdeps/pthread/bits/libc-lockP.h
27999 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28000 <bp-sym.h>.
28001 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28002 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28003 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28004 (__pthread_mutex_destroy): Likewise.
28005 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28006 (__pthread_mutex_lock): Likewise.
28007 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28008 (__pthread_mutex_trylock): Likewise.
28009 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28010 (__pthread_mutex_unlock): Likewise.
28011 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28012 (__pthread_mutexattr_init): Likewise.
28013 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28014 (__pthread_mutexattr_destroy): Likewise.
28015 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28016 (__pthread_mutexattr_settype): Likewise.
28017 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28018 (__pthread_rwlock_init): Likewise.
28019 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28020 (__pthread_rwlock_destroy): Likewise.
28021 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28022 (__pthread_rwlock_rdlock): Likewise.
28023 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28024 (__pthread_rwlock_tryrdlock): Likewise.
28025 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28026 (__pthread_rwlock_wrlock): Likewise.
28027 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28028 (__pthread_rwlock_trywrlock): Likewise.
28029 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28030 (__pthread_rwlock_unlock): Likewise.
28031 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28032 (__pthread_key_create): Likewise.
28033 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28034 (__pthread_setspecific): Likewise.
28035 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28036 (__pthread_getspecific): Likewise.
28037 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28038 Likewise.
28039 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28040 (_pthread_cleanup_push_defer): Likewise.
28041 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28042 (_pthread_cleanup_pop_restore): Likewise.
28043 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28044 (pthread_setcancelstate): Likewise.
28045 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28046 <bp-sym.h>.
28047 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28048 (memchr): Do not use BP_SYM in weak_alias.
28049 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28050 (fegetenv): Do not use BP_SYM in versioned symbols.
28051 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28052 (fesetenv): Do not use BP_SYM in versioned symbols.
28053 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28054 (feupdateenv): Do not use BP_SYM in versioned symbols.
28055 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28056 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28057 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28058 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28059 (open64): Do not use BP_SYM in weak_alias.
28060 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28061 (fegetenv): Do not use BP_SYM in versioned symbols.
28062 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28063 (fesetenv): Do not use BP_SYM in versioned symbols.
28064 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28065 (feupdateenv): Do not use BP_SYM in versioned symbols.
28066 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28067 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28068 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28069 (feraiseexcept): Do not use BP_SYM in versioned symbols.
28070 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28071 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28072 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28073 <bp-sym.h>.
28074 (__libc_start_main): Do not use BP_SYM.
28075
d6752ccd
SP
280762013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
28077
cb57ce60
SP
28078 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28079 redundant return line.
28080 (norm): Likewise.
28081 (denorm): Likewise.
28082 (dbl_mp): Likewise.
28083 (sub_magnitudes): Likewise.
28084 (__add): Likewise.
28085 (__sub): Likewise.
28086 (__mul): Likewise.
28087 (__inv): Likewise.
28088 (__dvd): Likewise.
28089 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28090 (norm): Likewise.
28091 (denorm): Likewise.
28092 (dbl_mp): Likewise.
28093 (sub_magnitudes): Likewise.
28094 (__add): Likewise.
28095 (__sub): Likewise.
28096 (__mul): Likewise.
28097 (__inv): Likewise.
28098 (__dvd): Likewise.
28099
f414520d
SP
28100 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28101 instead of __mul.
28102 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28103 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28104 (cc32): Likewise.
28105
d6752ccd
SP
28106 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28107 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28108 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28109 of __mul for squares.
28110 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28111 function
28112 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28113 Likewise.
28114 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28115 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28116
70d9946a
JM
281172013-02-13 Joseph Myers <joseph@codesourcery.com>
28118
28119 [BZ #13550]
28120 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28121 code.
28122 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28123 prototype or function definition. Rename ubp_* variables and
28124 parameters. Remove argv definitions conditional on
28125 [__BOUNDED_POINTERS__].
28126 * debug/backtrace.c (__backtrace): Do not use __unbounded.
28127 * elf/dl-runtime.c (_dl_fixup): Likewise.
28128 * include/set-hooks.h (RUN_HOOK): Likewise.
28129 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28130 definition.
28131 * string/strcpy.c (strcpy): Do not use __unbounded.
28132 * sysdeps/generic/frame.h (struct layout): Likewise.
28133 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28134 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28135 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28136 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28137 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28138 (__backtrace): Likewise.
28139 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28140 use __ptrvalue.
28141 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28142 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28143 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28144 Likewise.
28145 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28146 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28147 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28148 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28149 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28150 Do not use __unbounded.
28151 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28152 Rename __unboundedrlimits parameter to rlimits in prototype.
28153 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28154 Do not use __unbounded.
28155 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28156 not use __ptrvalue.
28157 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28158 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28159 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28160 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28161 __ptrvalue or __unbounded.
28162 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28163 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28164 use __unbounded.
28165 (__new_msgctl): Do not use __ptrvalue.
28166 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28167 __unbounded.
28168 (__libc_msgrcv): Do not use __ptrvalue.
28169 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28170 startup_info): Do not use __unbounded.
28171 (__libc_start_main): Likewise. Rename ubp_* variables and
28172 parameters. Remove argv definitions conditional on
28173 [__BOUNDED_POINTERS__].
28174 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28175 __ptrvalue.
28176 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28177 use __unbounded.
28178 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28179 or __ptrvalue.
28180 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28181 use __unbounded.
28182 (__new_shmctl): Do not use __ptrvalue.
28183 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28184 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28185 Likewise.
28186 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28187 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28188 (__libc_sigaction): Likewise.
28189 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28190 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28191 Likewise.
28192 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28193
cc7834d6
OB
281942013-02-13 Ondřej Bílka <neleai@seznam.cz>
28195
ffb1ec7b 28196 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
28197
28198 * string/mempcpy.c: Implement by calling memcpy.
28199
bdf02814
SP
282002013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
28201
c2af38aa
SP
28202 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28203
4e92d59e
SP
28204 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28205 evaluation.
28206
909279a5
SP
28207 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28208 values in the mantissa.
28209
bdf02814
SP
28210 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28211 minimize writes to Z.
28212 (sub_magnitudes): Simplify code a bit.
28213
cd525923
RM
282142013-02-12 Roland McGrath <roland@hack.frob.com>
28215
28216 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28217 from the message. The linker prefixes all warnings with that already.
28218
7e2f0d2d
AS
282192013-02-12 Andreas Schwab <schwab@suse.de>
28220
a445af0b
AS
28221 [BZ #15078]
28222 * posix/regexec.c (extend_buffers): Add parameter min_len.
28223 (check_matching): Pass minimum needed length.
28224 (clean_state_log_if_needed): Likewise.
28225 (get_subexp): Likewise.
28226 * posix/Makefile (tests): Add bug-regex34.
28227 (bug-regex34-ENV): Define.
28228 * posix/bug-regex34.c: New file.
28229
7e2f0d2d
AS
28230 [BZ #11561]
28231 * posix/regcomp.c (parse_bracket_exp): When looking up collating
28232 elements compare against the byte sequence of it, not its name.
28233 * posix/Makefile (tests): Add bug-regex35.
28234 (bug-regex35-ENV): Define.
28235 * posix/bug-regex35.c: New file.
28236
a175b684
TV
282372013-02-11 Tom de Vries <tom@codesourcery.com>
28238
28239 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
28240 comment.
28241 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28242 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28243 (CHECK_EOL): Add undef.
28244
310998fe 282452013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
28246
28247 * bits/stdlib-bsearch.h: New file.
28248 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 28249 * stdlib/stdlib.h: Likewise.
41eda41d 28250
8ded91fb
RM
282512013-02-11 Roland McGrath <roland@hack.frob.com>
28252
28253 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28254 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28255 declaration.
28256 * manual/search.texi (Array Search Function): Add missing const in
28257 lfind prototype.
28258 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28259 declaration to use rlim_t.
28260 (Basic Scheduling Functions): Remove erroneous const from
28261 sched_getparam prototype. Remove erroneous * from
28262 sched_get_priority_max and sched_get_priority_min prototypes.
28263 (Resource Usage): Fix summary @comment on vtimes to refer to
28264 sys/vtimes.h rather than vtimes.h.
28265 Add missing *s in vtimes prototype.
28266 (Limits on Resources): Fix ulimit prototype to return long int.
28267 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28268 prototypes to use long int rather than double.
28269 (BSD Random): Fix initstate and setstate to use char *, not void *.
28270 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28271 prototype to make second argument 'struct aiocb64 *const[]'.
28272 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28273 (Status of AIO Operations): Remove erroneous const in aio_return and
28274 aio_return64 prototypes.
28275 (Synchronizing I/O): Fix sync prototype to return void.
28276 * manual/startup.texi (Suboptions): Remove an erroneous const in
28277 getsubopt prototype.
28278 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28279 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28280 use size_t rather than int.
28281 (Scanning All Users): Likewise for getpwent_r.
28282 (Setting Groups): Add missing const to setgroups prototype.
28283 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28284 * manual/socket.texi (Host Names): Fix gethostbyaddr and
28285 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28286 'const void *' rather than 'const char *'.
28287 (Host Address Functions): Likewise for inet_ntop.
28288 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28289 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28290 ssize_t for return value.
28291 (Sending Data): Likewise for send, sendto, sendmsg.
28292 (Socket Option Functions): Add a missing const in setsockopt prototype.
28293 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28294 use wchar_t for the argument.
28295 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28296 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28297 take no arguments.
28298 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28299 double/float/long double for second argument.
28300 Fix return types of significand, significandf, significandl.
28301 * manual/filesys.texi (Setting Permissions): Use mode_t for second
28302 argument in fchmod prototype.
28303 (File Owner): Use uid_t and gid_t in fchown prototype.
28304 (File Times): Add const to utimes, futimes, and lutimes prototypes.
28305 (Making Special Files): Use mode_t and dev_t in mknod prototype.
28306 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28307 use 'const struct dirent **' as argument types to CMP function pointer
28308 argument.
28309 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28310 (File Times): Fix summary magic @comment for struct utimbuf and utime
28311 to refer to utime.h, not time.h.
28312 * manual/string.texi (Argz Functions): Add missing const in
28313 argz_extract and argz_next prototypes.
28314 (Finding Tokens in a String): Likewise for basename.
28315 (String/Array Comparison): Fix typo in wcscasecmp prototype.
28316 (Copying and Concatenation): Fix typo in wmemmove prototype.
28317 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28318 (Signal Stack): Remove erroneous const in sigstack prototype.
28319 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28320 prototype.
28321 (Simple Calendar Time): Likewise for stime.
28322 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28323 prototype.
28324 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28325 say sys/sysctl.h instead.
28326 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28327 and vsyslog prototypes.
28328
fe77fe6d
TV
283292013-02-11 Tom de Vries <tom@codesourcery.com>
28330
28331 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28332 Remove.
28333
3a09b620
RM
283342013-02-11 Roland McGrath <roland@hack.frob.com>
28335
28336 * misc/sys/mman.h: Fix typo in mremap comment.
28337
550a0b89
RM
283382013-02-08 Roland McGrath <roland@hack.frob.com>
28339
28340 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28341 the '\0' terminator.
28342
a2da1673
JM
283432013-02-08 Joseph Myers <joseph@codesourcery.com>
28344
28345 [BZ #13550]
28346 * debug/segfault.c: Don't include <bp-checks.h>.
28347 * sysdeps/generic/bp-checks.h: Remove file.
28348 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28349 (__GETDENTS): Don't use CHECK_N.
28350 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28351 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28352 (__getgroups): Don't use CHECK_N.
28353 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28354 (setgroups): Don't use CHECK_N.
28355 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28356 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28357 (__libc_msgrcv): Don't use CHECK_N.
28358 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28359 (__libc_msgsnd): Don't use CHECK_N.
28360 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28361 <bp-checks.h>.
28362 (__libc_pread): Don't use CHECK_N.
28363 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28364 include <bp-checks.h>.
28365 (__libc_pread64): Don't use CHECK_N.
28366 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28367 include <bp-checks.h>.
28368 (__libc_pwrite): Don't use CHECK_N.
28369 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28370 include <bp-checks.h>.
28371 (__libc_pwrite64): Don't use CHECK_N.
28372 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28373 <bp-checks.h>.
28374 (__libc_pread): Don't use CHECK_N.
28375 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28376 include <bp-checks.h>.
28377 (__libc_pread64): Don't use CHECK_N.
28378 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28379 include <bp-checks.h>.
28380 (__libc_pwrite): Don't use CHECK_N.
28381 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28382 include <bp-checks.h>.
28383 (__libc_pwrite64): Don't use CHECK_N.
28384 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28385 (do_pread): Don't use CHECK_N.
28386 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28387 (do_pread64): Don't use CHECK_N.
28388 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28389 (do_pwrite): Don't use CHECK_N.
28390 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28391 (do_pwrite64): Don't use CHECK_N.
28392 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28393 (__libc_readv): Don't use CHECK_N.
28394 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28395 (semop): Don't use CHECK_N.
28396 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28397 <bp-checks.h>.
28398 (semtimedop): Don't use CHECK_N.
28399 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28400 (__libc_pread): Don't use CHECK_N.
28401 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28402 <bp-checks.h>.
28403 (__libc_pread64): Don't use CHECK_N.
28404 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28405 <bp-checks.h>.
28406 (__libc_pwrite): Don't use CHECK_N.
28407 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28408 <bp-checks.h>.
28409 (__libc_pwrite64): Don't use CHECK_N.
28410 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28411 <bp-checks.h>.
28412 (__libc_msgrcv): Don't use CHECK_N.
28413 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28414 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
28415 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28416 (__libc_writev): Don't use CHECK_N.
28417
b84660a8
RM
284182013-02-08 Roland McGrath <roland@hack.frob.com>
28419
7f3e75f8
RM
28420 * string/strcpy.c: Removed unused variable.
28421
b84660a8
RM
28422 * Makeconfig (+sysdep-includes): Define with := rather than =.
28423 Use an existing include/ subdir of each sysdeps dir before it.
28424
471514d3
CD
284252013-02-08 Carlos O'Donell <carlos@redhat.com>
28426
28427 * nscd/connection.c (register_traced_file): Comment function.
28428 [HAVE_INOTIFY] (union __inev): Define.
28429 [HAVE_INOTIFY] (inotify_check_files): New function.
28430 [HAVE_INOTIFY] (clear_db_cache): Likewise.
28431 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28432 clear_db_cache.
28433 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28434
b2d3c3be
CD
284352013-02-08 Carlos O'Donell <carlos@redhat.com>
28436
28437 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28438 loaded if not already and that a failure is permanent.
28439
b39949d2
CD
284402013-02-08 Carlos O'Donell <carlos@redhat.com>
28441
ddacd1db 28442 [BZ #15006]
b39949d2
CD
28443 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28444 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28445
b2c9eff4
JM
284462013-02-08 Joseph Myers <joseph@codesourcery.com>
28447
f3aae3f3
JM
28448 [BZ #13550]
28449 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28450 (CHECK_1_NULL_OK): Likewise.
28451 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28452 (__fxstat): Do not use CHECK_1.
28453 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28454 <bp-checks.h>.
28455 (___fxstat64): Do not use CHECK_1.
28456 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28457 <bp-checks.h>.
28458 (__fxstatat): Do not use CHECK_1.
28459 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28460 <bp-checks.h>.
28461 (__fxstatat64): Do not use CHECK_1.
28462 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28463 <bp-checks.h>.
28464 (__fxstat): Do not use CHECK_1.
28465 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28466 <bp-checks.h>.
28467 (__fxstatat): Do not use CHECK_1.
28468 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28469 <bp-checks.h>.
28470 (__getresgid): Do not use CHECK_1.
28471 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28472 <bp-checks.h>.
28473 (__getresuid): Do not use CHECK_1.
28474 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28475 <bp-checks.h>.
28476 (__lxstat): Do not use CHECK_1.
28477 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28478 <bp-checks.h>.
28479 (__old_msgctl): Do not use CHECK_1.
28480 (__new_msgctl): Likewise.
28481 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28482 <bp-checks.h>.
28483 (__new_setrlimit): Do not use CHECK_1.
28484 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28485 <bp-checks.h>.
28486 (__old_shmctl): Do not use CHECK_1.
28487 (__new_shmctl): Likewise.
28488 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28489 <bp-checks.h>.
28490 (__xstat): Do not use CHECK_1.
28491 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28492 (__lxstat): Do not use CHECK_1.
28493 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28494 <bp-checks.h>.
28495 (___lxstat64): Do not use CHECK_1.
28496 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28497 (__old_msgctl): Do not use CHECK_1.
28498 (__new_msgctl): Likewise.
28499 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28500 <bp-checks.h>.
28501 (__gettimeofday): Do not use CHECK_1.
28502 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28503 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28504 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28505 <bp-checks.h>.
28506 (__gettimeofday): Do not use CHECK_1.
28507 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28508 (__old_shmctl): Do not use CHECK_1_NULL_OK.
28509 (__new_shmctl): Do not use CHECK_1.
28510 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28511 <bp-checks.h>.
28512 (do_sigtimedwait): Do not use CHECK_1.
28513 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
28514 <bp-checks.h>.
28515 (do_sigwaitinfo): Do not use CHECK_1.
28516 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
28517 <bp-checks.h>.
28518 (msgctl): Do not use CHECK_1.
28519 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
28520 <bp-checks.h>.
28521 (shmctl): Do not use CHECK_1.
28522 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
28523 (ustat): Do not use CHECK_1.
28524 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
28525 <bp-checks.h>.
28526 (__fxstat): Do not use CHECK_1.
28527 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
28528 <bp-checks.h>.
28529 (__fxstatat): Do not use CHECK_1.
28530 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
28531 <bp-checks.h>.
28532 (__lxstat): Do not use CHECK_1.
28533 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
28534 <bp-checks.h>.
28535 (__xstat): Do not use CHECK_1.
28536 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
28537 (__xstat): Do not use CHECK_1.
28538 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
28539 (___xstat64): Do not use CHECK_1.
28540
b2c9eff4
JM
28541 [BZ #13550]
28542 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
28543 definitions.
28544 (CHECK_BOUNDS_HIGH): Likewise.
28545 * string/strcpy.c: Do not include <bp-checks.h>.
28546 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
28547
f1d70dad
RM
285482013-02-07 Roland McGrath <roland@hack.frob.com>
28549
28550 * nscd/nscd-client.h (__nscd_drop_map_ref):
28551 Add __attribute__ ((unused)).
28552 * nis/nss-nisplus.h (niserr2nss): Likewise.
28553
28554 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
28555 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
28556
28557 * csu/libc-tls.c (init_static_tls, init_slotinfo):
28558 Remove inline keyword.
28559 * include/rounding-mode.h (round_away): Likewise.
28560 * libio/wfileops.c (adjust_wide_data): Likewise.
28561 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
28562 (__m128i_strloadu_tolower): Likewise.
28563 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
28564 (__m128i_strloadu_tolower): Likewise.
28565 * time/mktime.c (ydhms_diff): Likewise.
28566 * locale/elem-hash.h (elem_hash): Likewise.
28567 * locale/setlocale.c (setdata): Likewise.
28568 * posix/regex_internal.h (re_string_char_size_at): Likewise.
28569 (re_string_wchar_at): Likewise.
28570 (bitset_not, bitset_merge, bitset_mask): Likewise.
28571 [!(__GNUC__ > 3)] (inline): Remove macro.
28572 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
28573 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
28574 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
28575 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
28576 * string/memcmp.c (memcmp_bytes): Likewise.
28577 * locale/programs/locarchive.c (compute_hashval): Likewise.
28578 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
28579 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
28580 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
28581 * nss/getent.c (print_rpc, print_protocols): Likewise.
28582 (print_passwd, print_group, print_aliases): Likewise.
28583 * nis/nss-nisplus.h (niserr2nss): Likewise.
28584 * nscd/connections.c (restart_p): Likewise.
28585 Change return type to bool.
28586
eab55bfb
RM
285872013-02-05 Roland McGrath <roland@hack.frob.com>
28588
7bd642f5
RM
28589 * Makeconfig (all-Depend-files): Add existing
28590 $(sorted-subdirs:=/Depend) files.
28591 (all-subdirs): Remove nss.
28592 * sysdeps/unix/inet/Subdirs: Add it here instead.
28593 * hesiod/Depend: New file.
28594
573c29b2
RM
28595 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
28596 instead of calling alloca.
28597
b2e25af0
RM
28598 * io/lseek.c (__lseek): Rename to __libc_lseek.
28599 Define __lseek as an alias.
28600
eab55bfb
RM
28601 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
28602
9a0d1941
CD
286032013-02-04 Carlos O'Donell <carlos@redhat.com>
28604
28605 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
28606 else clause and remove check for non-standard endianness.
28607
b83bbec4
DM
286082013-02-04 David S. Miller <davem@davemloft.net>
28609
28610 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28611
6277fdab
JM
286122013-02-04 Joseph Myers <joseph@codesourcery.com>
28613
28614 [BZ #13550]
28615 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
28616 (__ubp_memchr): Remove prototype.
28617 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
28618 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28619 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
28620 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28621 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
28622 Remove alias.
28623 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
28624 (__ubp_memchr): Likewise.
28625 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
28626 (__ubp_memchr): Likewise.
28627 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
28628 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
28629 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
28630 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
28631 CHECK_STRING.
28632 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
28633 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
28634 (__getcwd): Do not use CHECK_STRING.
28635 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
28636 <bp-checks.h>.
28637 (__real_chown): Do not use CHECK_STRING.
28638 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
28639 <bp-checks.h>.
28640 (fchownat): Do not use CHECK_STRING.
28641 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
28642 CHECK_STRING.
28643 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
28644 <bp-checks.h>.
28645 (__lchown): Do not use CHECK_STRING.
28646 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28647 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28648 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28649 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
28650 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
28651 include <bp-checks.h>.
28652 (truncate64): Do not use CHECK_STRING.
28653 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
28654 <bp-checks.h>.
28655 (__real_chown): Do not use CHECK_STRING.
28656 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
28657 <bp-checks.h>.
28658 (__lchown): Do not use CHECK_STRING.
28659 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
28660 <bp-checks.h>.
28661 (__chown): Do not use CHECK_STRING.
28662 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
28663 <bp-checks.h>.
28664 (truncate64): Do not use CHECK_STRING.
28665 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
28666 Likewise.
28667 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
28668 (__xmknod): Do not use CHECK_STRING.
28669 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
28670 <bp-checks.h>.
28671 (__xmknodat): Do not use CHECK_STRING.
28672 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28673 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
28674
903ae060
AS
286752013-02-04 Andreas Schwab <schwab@suse.de>
28676
28677 [BZ #14142]
28678 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
28679 * include/netdb.h: Likewise for h_errno.
28680 * elf/tst-stackguard1.c: Include <tls.h>.
28681
542f9466
JK
286822013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
28683
28684 * elf/link.h (struct link_map): Extend the l_addr comment.
28685 * include/link.h (struct link_map): Likewise.
28686
e782a927
JM
286872013-02-01 Joseph Myers <joseph@codesourcery.com>
28688
28689 [BZ #13550]
28690 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
28691 (BOUNDED_1): Remove macro.
28692 * debug/backtrace.c: Don't include <bp-checks.h>.
28693 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
28694 (__backtrace): Likewise.
28695 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
28696 <bp-checks.h>.
28697 (__backtrace): Don't use BOUNDED_1.
28698 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
28699 <bp-checks.h>.
28700 (__backtrace): Don't use BOUNDED_1.
28701 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
28702 (__backtrace): Don't use BOUNDED_1.
28703 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
28704 (shmat): Don't use BOUNDED_N.
28705
8cf28c5e
JM
287062013-01-31 Joseph Myers <joseph@codesourcery.com>
28707
3a7ac8a0
JM
28708 [BZ #13550]
28709 * sysdeps/generic/bp-start.h: Remove file.
28710 * csu/libc-start.c: Don't include <bp-start.h>.
28711 (LIBC_START_MAIN): Set up __environ directly instead of using
28712 INIT_ARGV_and_ENVIRON.
28713 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
28714 <bp-start.h>.
28715
f3499f95
JM
28716 [BZ #13550]
28717 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
28718 definitions.
28719 (CHECK_FCNTL): Likewise.
28720 (CHECK_N_PAGES): Likewise.
28721
32a45bea
JM
28722 [BZ #13550]
28723 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
28724 definitions.
28725 (CHECK_SIGSET_NULL_OK): Likewise.
28726 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
28727 <bp-checks.h>.
28728 (sigpending): Don't use CHECK_SIGSET.
28729 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
28730 <bp-checks.h>.
28731 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28732 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
28733 <bp-checks.h>.
28734 (do_sigsuspend): Don't use CHECK_SIGSET.
28735 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
28736 use CHECK_SIGSET.
28737 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
28738 (do_sigwait): Don't use CHECK_SIGSET.
28739 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
28740 use CHECK_SIGSET.
28741 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
28742 include <bp-checks.h>.
28743 (sigpending): Don't use CHECK_SIGSET.
28744 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
28745 include <bp-checks.h>.
28746 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28747 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
28748 <bp-checks.h>.
28749 (sigpending): Don't use CHECK_SIGSET.
28750 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
28751 <bp-checks.h>.
28752 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28753
2e8a5c8c
JM
28754 [BZ #13550]
28755 * sysdeps/generic/bp-semctl.h: Remove file.
28756 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
28757 <bp-checks.h> and <bp-semctl.h>.
28758 (__old_semctl): Don't use CHECK_SEMCTL.
28759 (__new_semctl): Likewise.
28760 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
28761 and <bp-semctl.h>.
28762 (__old_semctl): Don't use CHECK_SEMCTL.
28763 (__new_semctl): Likewise.
28764 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
28765 <bp-checks.h> and <bp-semctl.h>.
28766 (__old_semctl): Don't use CHECK_SEMCTL.
28767 (__new_semctl): Likewise.
28768 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
28769 <bp-checks.h> and <bp-semctl.h>.
28770 (semctl): Don't use CHECK_SEMCTL.
28771
c2d54929
JM
28772 [BZ #13550]
28773 * Makerules (elide-bp-thunks): Remove variable.
28774 (elide-routines.oS): Don't use $(elide-bp-thunks).
28775 (elide-routines.os): Likewise.
28776 (elide-routines.o): Likewise.
28777 (elide-routines.op): Likewise.
28778 (elide-routines.og): Likewise.
28779 (objects): Don't use $(bp-thunks).
28780 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
28781 include.
28782 (common-generated): Do not add s-proto-bp.d.
28783 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
28784 (int): Likewise.
28785 (typ): Likewise.
28786 Do not generate makefile rules for bounded-pointer thunks.
28787 * sysdeps/generic/bp-thunks.h: Remove file.
28788 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
28789 * sysdeps/unix/s-proto-bp.S: Likewise.
28790
8cf28c5e
JM
28791 [BZ #15062]
28792 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
28793 parts of result separately when argument is not close to line from
28794 -i to i and one part of argument is small.
28795 * math/k_casinhf.c (__kernel_casinhf): Likewise.
28796 * math/k_casinhl.c (__kernel_casinhl): Likewise.
28797 * math/libm-test.inc (cacos_test): Add more tests.
28798 (casin_test): Likewise.
28799 (casinh_test): Likewise.
28800 * sysdeps/i386/fpu/libm-test-ulps: Update.
28801 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28802
c4e33b8d
DM
288032013-01-31 David S. Miller <davem@davemloft.net>
28804
28805 * po/de.po: Update from translation team.
28806
3b60b421
MK
288072013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
28808
28809 * time/tzfile.c: Include stdint.h for SIZE_MAX.
28810
bb931195
TS
288112013-01-25 Thomas Schwinge <thomas@codesourcery.com>
28812
b5a5da23
TS
28813 * configure.in (_AC_PROG_CC_C89): New definition.
28814 * configure: Regenerate.
28815
bb931195
TS
28816 * configure.in (AC_PROG_CPP): New definition.
28817 * configure: Regenerate.
28818
8c53a12c
JM
288192013-01-23 Joseph Myers <joseph@codesourcery.com>
28820
28821 * debug/tst-backtrace.h: New file.
28822 * debug/tst-backtrace2.c: Include tst-backtrace.h.
28823 (ret): Remove variable.
28824 (x): Likewise.
28825 (FAIL): Remove macro.
28826 (NO_INLINE): Likewise.
28827 (fn1): Use match function instead of strstr.
28828 * debug/tst-backtrace3.c: Include tst-backtrace.h.
28829 (ret): Remove variable.
28830 (x): Likewise.
28831 (FAIL): Remove macro.
28832 (NO_INLINE): Likewise.
28833 (fn): Use match function instead of strstr.
28834 * debug/tst-backtrace4.c: Include tst-backtrace.h.
28835 (ret): Remove variable.
28836 (x): Likewise.
28837 (FAIL): Remove macro.
28838 (NO_INLINE): Likewise.
28839 (handle_signal): Use match function instead of strstr.
28840 * debug/tst-backtrace5.c: Include tst-backtrace.h.
28841 (ret): Remove variable.
28842 (x): Likewise.
28843 (FAIL): Remove macro.
28844 (NO_INLINE): Likewise.
28845 (handle_signal): Use match function instead of strstr.
28846
4858fa2a
RM
288472013-01-23 Roland McGrath <roland@hack.frob.com>
28848
28849 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
28850
bae8e7f5
DM
288512013-01-23 David S. Miller <davem@davemloft.net>
28852
28853 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
28854 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
28855 argument of CAS if possible.
28856 * sysdeps/sparc/sparc64/bits/atomic.h
28857 (__arch_compare_and_exchange_val_32_acq): Likewise.
28858 (__arch_compare_and_exchange_val_64_acq): Likewise.
28859
9cbbc4ae
PT
288602013-01-23 Pino Toscano <toscano.pino@tiscali.it>
28861
28862 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
28863 * sysdeps/posix/ulimit.c: ... this.
92a601b8 28864 Include <limits.h>.
67b3f58c 28865 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 28866
5655a0b5
AC
288672013-01-23 Adam Conrad <adconrad@0c3.net>
28868
28869 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
28870 (LDFLAGS-tst-array5): Likewise.
28871
052aff95
JM
288722013-01-23 Joseph Myers <joseph@codesourcery.com>
28873
28874 [BZ #15036]
28875 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
28876 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
28877 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
28878 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
28879
7c1e01aa
DM
288802013-01-21 David S. Miller <davem@davemloft.net>
28881
28882 * sysdeps/sparc/backtrace.c: New file.
28883 * sysdeps/sparc/sparc32/backtrace.h: New file.
28884 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
28885 * sysdeps/sparc/sparc64/backtrace.h: New file.
28886 * sysdeps/sparc/sparc64/backtrace.c: Delete.
28887 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
28888 -funwind-tables.
28889
ab087e0a
AS
288902013-01-21 Andreas Schwab <schwab@suse.de>
28891
28892 [BZ #15020]
28893 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
28894 closed its stdout.
28895
ed689c2f
AS
288962013-01-20 Andreas Schwab <schwab@linux-m68k.org>
28897
28898 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
28899 "mpa2.h".
28900 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28901
31d470ac
JM
289022013-01-18 Joseph Myers <joseph@codesourcery.com>
28903 Mark Mitchell <mark@codesourcery.com>
28904 Tom de Vries <tom@codesourcery.com>
28905 Paul Pluzhnikov <ppluzhnikov@google.com>
28906
28907 * debug/tst-backtrace2.c: New file.
28908 * debug/tst-backtrace3.c: Likewise.
28909 * debug/tst-backtrace4.c: Likewise.
28910 * debug/tst-backtrace5.c: Likewise.
28911 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
28912 (CFLAGS-tst-backtrace3.c): Likewise.
28913 (CFLAGS-tst-backtrace4.c): Likewise.
28914 (CFLAGS-tst-backtrace5.c): Likewise.
28915 (LDFLAGS-tst-backtrace2): Likewise.
28916 (LDFLAGS-tst-backtrace3): Likewise.
28917 (LDFLAGS-tst-backtrace4): Likewise.
28918 (LDFLAGS-tst-backtrace5): Likewise.
28919 (tests): Add new tests tst-backtrace2, tst-backtrace3,
28920 tst-backtrace4 and tst-backtrace5.
28921
90567f30 289222013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
28923 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
28924
28925 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
28926 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
28927 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
28928 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
28929 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28930 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
28931 "+r" and remove output regs list as redundant. Add explicit inline
28932 asm to specify register of return val to work around compiler codegen
28933 bug. Remove (int) cast on return value. Add return type parameter to
28934 use in macro so that this macro does not truncate return value for
28935 64-bit values.
28936 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
28937 pass to INTERNAL_VSYSCALL_NCS.
28938 (INLINE_VSYSCALL): Add 'long int' as return type to
28939 INTERNAL_VSYSCALL_NCS macro invocation.
28940 (INTERNAL_VSYSCALL): Add 'long int' as return type to
28941 INTERNAL_VSYSCALL_NCS macro invocation.
28942 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
28943
d3b9ea61
SP
289442013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
28945
0b57daeb
SP
28946 [BZ #14496]
28947 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
28948 Fix application of SIMD FP exception mask.
28949
caa99d06
SP
28950 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
28951 mp_no from a power of two.
28952 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
28953 __mpexp_twomm1. Use __pow_mp.
28954
d3b9ea61
SP
28955 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
28956 multiplication.
28957
1dbaee3c
DM
289582013-01-17 David S. Miller <davem@davemloft.net>
28959
28960 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28961
728d7b43
JM
289622013-01-17 Joseph Myers <joseph@codesourcery.com>
28963
28964 [BZ #15023]
28965 * include/complex.h: Condition contents on [!_COMPLEX_H].
28966 (__kernel_casinhf): New prototype.
28967 (__kernel_casinh): Likewise.
28968 (__kernel_casinhl): Likewise.
28969 * math/Makefile (libm_calls): Add k_casinh.
28970 * math/k_casinh.c: New file.
28971 * math/k_casinhf.c: Likewise.
28972 * math/k_casinhl.c: Likewise.
28973 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
28974 finite nonzero arguments.
28975 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
28976 finite nonzero arguments.
28977 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
28978 finite nonzero arguments.
28979 * math/s_casinh.c: Do not include <float.h>.
28980 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
28981 * math/s_casinhf.c: Do not include <float.h>.
28982 (__casinhf): Move code for finite nonzero arguments to
28983 k_casinhf.c.
28984 * math/s_casinhl.c: Do not include <float.h>.
28985 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
28986 redefine.
28987 (__casinhl): Move code for finite nonzero arguments to
28988 k_casinhl.c.
28989 * math/libm-test.inc (cacos_test): Add more tests.
28990 * sysdeps/i386/fpu/libm-test-ulps: Update.
28991 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28992
2a26ef3a
PT
289932013-01-17 Pino Toscano <toscano.pino@tiscali.it>
28994
28995 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
28996 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
28997 [!HAVE_MREMAP]: Remove [defined linux] case.
28998 * malloc/arena.c: Do not include <malloc-sysdep.h>.
28999
a897655d
SP
290002013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
29001
29002 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29003
881ebe89 290042013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
29005
29006 * elf/elf.h (R_386_SIZE32): New relocation.
29007 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29008 R_386_SIZE32.
29009 (elf_machine_rela): Likewise.
29010 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29011 R_X86_64_SIZE64 and R_X86_64_SIZE32.
29012
59981e9b
JM
290132013-01-17 Joseph Myers <joseph@codesourcery.com>
29014
29015 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29016 (FP_FAST_FMA): Do not define.
29017 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29018 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29019 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29020 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29021 !_SOFT_FLOAT]: Likewise.
29022 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29023 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29024 value.
29025 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29026 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29027 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29028 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29029 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29030 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29031 file.
29032
cfa8054f
AS
290332013-01-16 Andreas Schwab <schwab@suse.de>
29034
29035 [BZ #14327]
29036 * include/stdlib.h (__mktemp): Add declaration.
29037 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29038 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29039
dd930cc5
SP
290402013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
29041
881ebe89
SP
29042 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29043 definitions.
29044 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29045 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29046 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29047 definitions here.
29048 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29049 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29050 definitions.
29051 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29052 and ONE.
29053 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29054 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29055 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29056 definitions.
29057 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29058 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29059 definitions.
29060 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 29061
dd930cc5
SP
29062 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29063
c19a9f89
DM
290642013-01-15 David S. Miller <davem@davemloft.net>
29065
1aa61767
DM
29066 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29067 trunc{,f} to libm-sysdep_routes.
29068 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29069 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29070 file.
29071 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29072 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29073 file.
29074 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29075 file.
29076 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29077 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29078 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29079 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29080 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29081 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29082 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29083 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29084
c42d5e98
DM
29085 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29086 nearbyint{,f} to libm-sysdep_routes.
29087 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29088 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29089 New file.
29090 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29091 file.
29092 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29093 New file.
29094 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29095 file.
29096 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29097 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29098 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29099 file.
29100 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29101 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29102 file.
29103 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29104 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29105 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29106
c19a9f89
DM
29107 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29108 libc_feholdexcept and libc_fesetenv.
29109
357679d2
MF
291102013-01-15 Mike Frysinger <vapier@gentoo.org>
29111
29112 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29113
65a82e3d
DM
291142013-01-14 David S. Miller <davem@davemloft.net>
29115
8b954ab9
DM
29116 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29117 (SPARC_ASM_VIS2_IFUNC): Likewise.
29118 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29119 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29120 use of 'siam' instruction.
29121 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29122 Likewise.
29123 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29124 Likewise.
29125 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29126 Likewise.
29127 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29128 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29129 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29130 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29131 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29132 file.
29133 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29134 file.
29135 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29136 file.
29137 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29138 file.
29139 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29140 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29141 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29142 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29143 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29144 new VIS2 routines.
29145 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29146 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29147 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29148 Likewise.
29149 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29150 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29151 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29152 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29153 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29154 routines to libm-sysdep_routines.
29155 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29156
65a82e3d
DM
29157 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29158 fdim/fdimf to libm-sysdep_routines.
29159 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29160 file.
29161 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29162 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29163 file.
29164 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29165 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29166 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29167 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29168 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29169 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29170 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29171
e34ab705
SP
291722013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
29173
2a91b573
SP
29174 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29175 to optimize copies.
29176
1066a534
SP
29177 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29178 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29179 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29180
e34ab705
SP
29181 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29182 local variable MPTWO.
29183 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29184 Likewise.
29185
aba5e596
MF
291862013-01-13 Mike Frysinger <vapier@gentoo.org>
29187
29188 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29189 GLOB_NOESCAPE.
29190
e557e9e5
MF
291912013-01-13 Mike Frysinger <vapier@gentoo.org>
29192
29193 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29194
0428cec9
MF
291952013-01-13 Mike Frysinger <vapier@gentoo.org>
29196
29197 * manual/pattern.texi (glob_t): Document gl_flags.
29198 (glob64_t): Likewise.
29199
8794a964
DM
292002013-01-11 David S. Miller <davem@davemloft.net>
29201
66438c3f
RM
29202 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29203 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29204 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
29205 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29206 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29207 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29208 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29209 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29210 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29211 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29212 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29213 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29214 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29215
4ae4244d
DM
29216 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29217 sparc V9 rather than using V8 code.
29218 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29219 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29220
8794a964
DM
29221 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29222 Move to...
29223 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29224 Here.
29225
6270516e
RM
292262013-01-11 Roland McGrath <roland@hack.frob.com>
29227
29228 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29229 not in the main loop.
29230 * configure: Regenerated.
29231
6a57d931
JM
292322013-01-11 Joseph Myers <joseph@codesourcery.com>
29233
29234 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29235 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29236 to just #else.
29237 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
29238 [!__GLIBC_HAVE_LONG_LONG] case.
29239 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29240 condition to just #else.
29241 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29242 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29243 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29244 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29245 unconditional.
29246 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29247 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29248 #elif condition to just #else.
29249 * sysdeps/unix/sysv/linux/sys/sysmacros.h
29250 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29251 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29252 #elif condition to just #else.
29253
0e8529e9
SE
292542013-01-11 Steve Ellcey <sellcey@mips.com>
29255
29256 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29257 (EF_MIPS_ARCH_64): Fix value.
29258 (EF_MIPS_ARCH_32R2): New.
29259 (EF_MIPS_ARCH_64R2): New.
29260
740b3dbe
L
292612013-01-11 H.J. Lu <hongjiu.lu@intel.com>
29262
29263 * Makeconfig (+link-pie-before-libc): New.
29264 (+link-pie-after-libc): Likewise.
29265 (+link-pie-tests): Likewise.
29266 (+link-pie): Rewritten.
29267 (link-before-libc): Remove $(config-LDFLAGS).
29268 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29269 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29270 (config-LDFLAGS): Renamed to ...
29271 (rtld-LDFLAGS): This.
29272 (rtld-tests-LDFLAGS): New macro.
29273 (link-libc-rpath-link): Likewise.
29274 (link-libc-tests-rpath-link): Likewise.
29275 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29276 (link-libc): Prepand $(link-libc-rpath-link).
29277 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29278 (test-program-prefix): New macro.
29279 (test-via-rtld-prefix): Likewise.
29280 (test-program-cmd): Likewise.
29281 (host-test-program-cmd): Likewise.
29282 * Makefile ($(common-objpfx)testrun.sh): Replace
29283 $(run-program-prefix) with $(test-program-prefix).
29284 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29285 $(rtld-LDFLAGS).
29286 ($(common-objpfx)shlib.lds): Likewise.
29287 (build-module-helper): Likewise.
29288 ($(common-objpfx)format.lds): Likewise.
29289 * Rules (binaries-pie-tests): New.
29290 (binaries-pie-notests): Likewise.
29291 (binaries-pie): Rewritten.
29292 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29293 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29294 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29295 (make-test-out): Replace $(host-built-program-cmd) with
29296 $(host-test-program-cmd).
29297 * config.make.in (build-hardcoded-path-in-tests): New variable.
29298 * configure.in (--enable-hardcoded-path-in-tests): New configure
29299 option.
29300 (hardcoded_path_in_tests): New AC_SUBST.
29301 * configure: Regenerated.
29302 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29303 $(built-program-cmd) with $(test-program-cmd).
29304 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29305 (test_program_cmd): This.
29306 * elf/Makefile ($(objpfx)order.out): Run test with
29307 $(test-program-prefix).
29308 ($(objpfx)order2.out): Likewise.
29309 ($(objpfx)tst-initorder.out): Likewise.
29310 ($(objpfx)tst-initorder2.out): Likewise.
29311 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29312 $(test-program-cmd).
29313 ($(objpfx)tst-array1-static.out): Likewise.
29314 ($(objpfx)tst-array2.out): Likewise.
29315 ($(objpfx)tst-array3.out): Likewise.
29316 ($(objpfx)tst-array4.out): Likewise.
29317 ($(objpfx)tst-array5.out): Likewise.
29318 ($(objpfx)tst-array5-static.out): Likewise.
29319 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29320 $(test-program-cmd).
29321 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29322 $(run-program-prefix) with $(test-program-prefix).
29323 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29324 (test_program_prefix): This.
29325 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29326 $(run-program-prefix) with $(test-program-prefix).
29327 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29328 (test_program_prefix): This.
29329 * iconvdata/tst-tables.sh: Likewise.
29330 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29331 $(run-program-prefix) with $(test-program-prefix).
29332 ($(objpfx)tst-translit.out): Likewise.
29333 ($(objpfx)tst-gettext2.out): Likewise.
29334 ($(objpfx)tst-gettext4.out): Likewise.
29335 ($(objpfx)tst-gettext6.out): Likewise.
29336 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29337 (test_program_prefix): This.
29338 * intl/tst-gettext2.sh: Likewise.
29339 * intl/tst-gettext4.sh Likewise.
29340 * intl/tst-gettext6.sh: Likewise.
29341 * intl/tst-translit.sh: Likewise.
29342 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29343 with $(test-program-cmd).
29344 * libio/Makefile ($(objpfx)test-freopen.out): Replace
29345 $(run-program-prefix) with $(test-program-prefix).
29346 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29347 (test_program_prefix): This.
29348 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29349 $(run-program-prefix) with $(test-program-prefix).
29350 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29351 (test_program_prefix): This.
29352 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29353 * posix/Makefile ($(objpfx)globtest.out): Replace
29354 $(run-via-rtld-prefix) and $(test-wrapper) with
29355 $(test-program-prefix) and $(test-via-rtld-prefix).
29356 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29357 $(test-program-prefix).
29358 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29359 $(host-test-program-cmd).
29360 (tst-spawn-ARGS): Likewise.
29361 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29362 $(test-program-prefix).
29363 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29364 (test_via_rtld_prefix): This.
29365 (test_wrapper): Renamed to ...
29366 (test_program_prefix): This.
29367 (run_program_prefix): Replaced by test_program_prefix.
29368 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29369 (test_program_prefix): This.
29370 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29371 with $(host-test-program-cmd).
29372 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29373 $(run-program-prefix) with $(test-program-prefix).
29374 ($(objpfx)tst-printf.out): Likewise.
29375 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29376 $(test-program-cmd).
29377 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29378 (test_program_prefix): This.
29379 * stdio-common/tst-unbputc.sh: Likewise.
29380 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29381 $(run-program-prefix) with $(test-program-prefix).
29382 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29383 (test_program_prefix): This.
29384 * string/Makefile ($(objpfx)tst-svc.out): Replace
29385 $(built-program-cmd) with $(test-program-cmd).
29386
c6fe55cf
AJ
293872013-01-11 Andreas Jaeger <aj@suse.de>
29388
29389 [BZ #15003]
29390 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29391 value. Sync with Linux 3.7.
29392
9e6919c8
DM
293932013-01-10 David S. Miller <davem@davemloft.net>
29394
29395 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29396 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29397 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29398
1c9f1a02
RM
293992013-01-10 Roland McGrath <roland@hack.frob.com>
29400
29401 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29402 never set.
29403 * configure: Regenerated.
29404
b9de2dde
DM
294052013-01-10 David S. Miller <davem@davemloft.net>
29406
29407 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29408 sparc V9 rather than using V8 code.
29409 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29410 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29411
e7f68ef4
RM
294122013-01-10 Roland McGrath <roland@hack.frob.com>
29413
29414 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29415 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29416 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29417 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29418 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29419 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29420 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29421 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29422 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29423 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29424 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29425 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29426 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29427 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29428 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29429 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29430 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29431 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29432 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29433 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29434 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29435 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29436 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29437 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29438 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29439 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29440 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29441
5a47cc9c
DM
294422013-01-10 David S. Miller <davem@davemloft.net>
29443
29444 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29445
4cf8f209
L
294462013-01-10 H.J. Lu <hongjiu.lu@intel.com>
29447
29448 * posix/Makefile (tests-static): New variable.
29449 (tests): Add $(tests-static).
29450 (tst-exec-static-ARGS): New variable.
29451 (tst-spawn-static-ARGS): Likewise.
29452 * posix/tst-exec-static.c: New file.
29453 * posix/tst-spawn-static.c: Likewise.
29454 * posix/tst-exec.c: Support run directly.
29455 * posix/tst-spawn.c: Likewise.
29456
fed0faa1
JM
294572013-01-10 Joseph Myers <joseph@codesourcery.com>
29458
828beb13
JM
29459 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29460 long.
29461 * math/bits/mathcalls.h (llrint): Likewise.
29462 (llround): Likewise.
29463 * stdlib/stdlib.h (struct drand48_data): Likewise.
29464 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29465 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29466 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29467 Likewise.
29468 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29469 Likewise.
29470 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29471 (elf_greg_t): Likewise.
29472 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29473 (__jmp_buf): Likewise.
29474 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29475 definitions.
29476 (llrint): Likewise, for all definitions.
29477 (llrintl): Likewise.
29478
fed0faa1
JM
29479 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29480 Remove [__GNUC__] condition.
29481 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29482 condition to just [__USE_ISOC99].
29483 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29484
1a20cb20
L
294852013-01-10 H.J. Lu <hongjiu.lu@intel.com>
29486
29487 [BZ #14200]
29488 * sysdeps/unix/sysv/linux/x86/bits/environments.h
29489 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29490 defined.
29491 (_POSIX_V6_ILP32_OFF32): Likewise.
29492 (_XBS5_ILP32_OFF32): Likewise.
29493 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29494 (__ILP32_OFFBIG_LDFLAGS): Likewise.
29495
751b85f7
SP
294962013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
29497
7490eb81
SP
29498 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29499
751b85f7
SP
29500 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29501 doubles __mpexp_twomm1. Adjust usage.
29502 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29503 Remove.
29504
988197f0
AS
295052013-01-10 Andreas Schwab <schwab@suse.de>
29506
29507 [BZ #14964]
29508 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29509 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29510
e83d7298
DM
295112013-01-09 David S. Miller <davem@davemloft.net>
29512
034ed64b 29513 [BZ #15003]
57f41c40
AS
29514 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
29515 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
29516 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
29517 (TCP_FASTOPEN): Define.
e83d7298
DM
29518 (tcp_repair_opt): New structure.
29519 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
29520 enum values.
57f41c40
AS
29521 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
29522 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
29523 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
29524 (tcp_cookie_transactions): New structure.
29525
d5e0b9bd
AB
295262013-01-09 Anton Blanchard <anton@samba.org>
29527
29528 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
29529 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
29530 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
29531 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
29532
0c07e3ea
JM
295332013-01-09 Joseph Myers <joseph@codesourcery.com>
29534
29535 * include/features.h (__USE_ANSI): Remove.
29536
232f7002
RM
295372013-01-09 Roland McGrath <roland@hack.frob.com>
29538
ad98e30c
RM
29539 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
29540
232f7002
RM
29541 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
29542
950c99ca
SP
295432013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
29544
b5792741
SP
29545 * sysdeps/s390/fpu/libm-test-ulps: Update.
29546
47cf2278
SP
29547 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29548
950c99ca
SP
29549 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
29550 (__acr): Likewise.
29551 (__cpy): Likewise.
29552 (norm): Likewise.
29553 (denorm): Likewise.
29554 (__mp_dbl): Likewise.
29555 (__dbl_mp): Likewise.
29556 (add_magnitudes): Likewise.
29557 (sub_magnitudes): Likewise.
29558 (__add): Likewise.
29559 (__sub): Likewise.
29560 (__mul): Likewise.
29561 (__inv): Likewise.
29562 (__dvd): Likewise.
29563 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
29564 (__acr): Likewise.
29565 (__cpy): Likewise.
29566 (norm): Likewise.
29567 (denorm): Likewise.
29568 (__mp_dbl): Likewise.
29569 (__dbl_mp): Likewise.
29570 (add_magnitudes): Likewise.
29571 (sub_magnitudes): Likewise.
29572 (__add): Likewise.
29573 (__sub): Likewise.
29574 (__mul): Likewise.
29575 (__inv): Likewise.
29576 (__dvd): Likewise.
29577 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
29578 (__acr): Likewise.
29579 (__cpy): Likewise.
29580 (norm): Likewise.
29581 (denorm): Likewise.
29582 (__mp_dbl): Likewise.
29583 (__dbl_mp): Likewise.
29584 (add_magnitudes): Likewise.
29585 (sub_magnitudes): Likewise.
29586 (__add): Likewise.
29587 (__sub): Likewise.
29588 (__mul): Likewise.
29589 (__inv): Likewise.
29590 (__dvd): Likewise.
29591
eede9df9
JM
295922013-01-08 Joseph Myers <joseph@codesourcery.com>
29593
29594 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
29595 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
29596 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
29597 2 && __USE_EXTERN_INLINES]: Likewise.
29598
c40ea3d9
AJ
295992013-01-08 Andreas Jaeger <aj@suse.de>
29600
29601 [BZ# 14985]
29602 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
29603 Remove.
29604 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29605 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29606
2ccdea26
AB
296072013-01-07 Anton Blanchard <anton@samba.org>
29608
29609 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
29610 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
29611 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
29612 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
29613 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29614 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
29615 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
29616 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29617 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29618 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29619 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29620 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29621 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
29622 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29623 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
29624 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29625 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29626 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29627 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
29628 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29629 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
29630 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
29631 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29632 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
29633 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
29634 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29635 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
29636 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
29637 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
29638 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
29639 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
29640 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29641 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29642 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
29643 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
29644 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29645 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29646 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
29647 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
29648 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
29649 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
29650 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
29651 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
29652
a9708fed
JM
296532013-01-07 Joseph Myers <joseph@codesourcery.com>
29654
375607b9
JM
29655 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
29656 (__MALLOC_PMT): Likewise.
29657 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
29658 [__GNUC__], only on [_LIBC].
29659 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29660 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
29661 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29662 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
29663 forward declaration.
29664 (realloc_hook_ini): Likewise.
29665 (memalign_hook_ini): Likewise.
29666 (__libc_memalign): Do not use __MALLOC_PMT in variable
29667 declaration.
29668 (__libc_valloc): Likewise.
29669 (__libc_pvalloc): Likewise.
29670 (__libc_calloc): Likewise.
29671 (__posix_memalign): Likewise.
29672
a9708fed
JM
29673 [BZ #14996]
29674 * math/s_casinh.c: Include <float.h>.
29675 (__casinh): Do not do computation with squaring and square root
29676 for large arguments.
29677 * math/s_casinhf.c: Include <float.h>.
29678 (__casinhf): Do not do computation with squaring and square root
29679 for large arguments.
29680 * math/s_casinhl.c: Include <float.h>.
29681 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
29682 (__casinhl): Do not do computation with squaring and square root
29683 for large arguments.
29684 * math/libm-test.inc (casin_test): Add more tests.
29685 (casinh_test): Likewise.
29686 * sysdeps/i386/fpu/libm-test-ulps: Update.
29687 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29688
afec409a
L
296892013-01-04 H.J. Lu <hongjiu.lu@intel.com>
29690
29691 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
29692 (__x86_64_raw_data_cache_size): Likewise.
29693 (__x86_64_data_cache_size_half): Likewise.
29694 (__x86_64_raw_data_cache_size_half): Likewise.
29695 (__x86_64_shared_cache_size): Likewise.
29696 (__x86_64_raw_shared_cache_size): Likewise.
29697 (__x86_64_shared_cache_size_half): Likewise.
29698 (__x86_64_raw_shared_cache_size_half): Likewise.
29699 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
29700 to ...
29701 (__x86_data_cache_size): This.
29702 (__x86_64_raw_data_cache_size): Renamed to ...
29703 (__x86_raw_data_cache_size): This.
29704 (__x86_64_data_cache_size_half): Renamed to ...
29705 (__x86_data_cache_size_half): This.
29706 (__x86_64_raw_data_cache_size_half): Renamed to ...
29707 (__x86_raw_data_cache_size_half): This.
29708 (__x86_64_shared_cache_size): Renamed to ...
29709 (__x86_shared_cache_size): This.
29710 (__x86_64_raw_shared_cache_size): Renamed to ...
29711 (__x86_raw_shared_cache_size): This.
29712 (__x86_64_shared_cache_size_half): Renamed to ...
29713 (__x86_shared_cache_size_half): This.
29714 (__x86_64_raw_shared_cache_size_half): Renamed to ...
29715 (__x86_raw_shared_cache_size_half): This.
29716 * sysdeps/x86_64/memcpy.S: Updated.
29717 * sysdeps/x86_64/memset.S: Likewise.
29718 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
29719 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
29720 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
29721
0b3986d0
DM
297222013-01-04 David S. Miller <davem@davemloft.net>
29723
29724 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29725
e47686e9
AS
297262013-01-04 Andreas Schwab <schwab@linux-m68k.org>
29727
d643bac1
AS
29728 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
29729 1 to avoid redefinition warning.
29730 (__USE_GNU): Don't define.
29731 (init_signaling_nan): Protoize.
29732
e47686e9
AS
29733 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29734
b18decba
SP
297352013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
29736
fffb407f
SP
29737 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
29738 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
29739 (__cpymn): Likewise.
29740 (norm): Remove commented code.
29741 (denorm): Likewise.
29742 (__mp_dbl): Likewise.
29743 (__inv): Likewise.
29744 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
29745 (__cpymn): Likewise.
29746 (norm): Remove commented code.
29747 (denorm): Likewise.
29748 (__mp_dbl): Likewise.
29749 (__inv): Likewise.
29750
b18decba
SP
29751 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
29752 mp_no value for 1.0 and 2.0.
29753 (norm): Use RADIXI instead of radixi.d.
29754 (denorm): Likewise.
29755 (__mul): Use 0.0 instead of zero.d.
29756 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
29757 mp_no value for 1.0 and 2.0.
29758 (norm): Use RADIXI instead of radixi.d.
29759 (denorm): Likewise.
29760 (__mul): Use 0.0 instead of zero.d.
29761
cdc1c96f
JM
297622013-01-04 Joseph Myers <joseph@codesourcery.com>
29763
29764 [BZ #14994]
29765 * math/s_casinh.c (__casinh): Reduce finite argument to first
29766 quadrant then set signs of results at the end.
29767 * math/s_casinhf.c (__casinhf): Likewise.
29768 * math/s_casinhl.c (__casinhl): Likewise.
29769 * math/libm-test.inc (casin_test): Add more tests.
29770 (casinh_test): Likewise.
29771 * sysdeps/i386/fpu/libm-test-ulps: Update.
29772 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29773
302913e1
SP
297742013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
29775
6420d207
SP
29776 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
29777
a9e48ab4
SP
29778 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
29779
b7837264
SP
29780 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
29781 declarations.
29782 (denorm): Likewise.
29783 (__mp_dbl): Likewise.
29784 (__inv): Likewise.
29785
f8af25d2
SP
29786 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
29787 and adjust the header comment.
29788
302913e1
SP
29789 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
29790 variable name from declaration.
29791
5d7dd1ca
L
297922013-01-03 H.J. Lu <hongjiu.lu@intel.com>
29793
29794 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29795 Initialize COMMON_CPUID_INDEX_7 element.
29796 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
29797 (CPUID_RTM): Likewise.
29798 (HAS_RTM): Likewise.
29799 (COMMON_CPUID_INDEX_7): New enum.
29800
2f5f40f4
AS
298012013-01-03 Andreas Schwab <schwab@linux-m68k.org>
29802
29803 [BZ #14981]
29804 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
29805 size is zero, record memory as freed.
29806
4056f4a0
AJ
298072013-01-03 Andreas Jaeger <aj@suse.de>
29808
29809 * po/ia.po: Add new Interlingua translation.
29810
ab15736f 298112012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
29812
29813 * locale/programs/localedef.c: Fix description of '--posix' flag.
29814
568035b7
JM
298152013-01-02 Joseph Myers <joseph@codesourcery.com>
29816
e6898b8d
JM
29817 * NEWS: Update dates in second copyright notice.
29818 * README: Update copyright dates in example.
29819 * manual/libc.texinfo: Update copyright dates.
29820 * scripts/test-installation.pl: Update copyright date in --version
29821 output.
29822
0e2f9562
JM
29823 * hurd/ctty-input.c: Fix copyright notice formatting.
29824 * hurd/ctty-output.c: Likewise.
29825 * hurd/dtable.c: Likewise.
29826 * hurd/hurd-raise.c: Likewise.
29827 * hurd/hurdprio.c: Likewise.
29828 * hurd/msgportdemux.c: Likewise.
29829 * misc/sys/file.h: Likewise.
29830 * misc/sys/ioctl.h: Likewise.
29831 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
29832 * sysdeps/mach/hurd/chdir.c: Likewise.
29833 * sysdeps/mach/hurd/fchdir.c: Likewise.
29834 * sysdeps/mach/hurd/rename.c: Likewise.
29835 * sysdeps/mach/hurd/rmdir.c: Likewise.
29836 * sysdeps/mach/hurd/seekdir.c: Likewise.
29837 * sysdeps/mach/hurd/setsid.c: Likewise.
29838 * sysdeps/posix/wait3.c: Likewise.
29839
568035b7
JM
29840 * All files with FSF copyright notices: Update copyright dates
29841 using scripts/update-copyrights.
29842 * intl/plural.c: Regenerated.
29843 * locale/programs/charmap-kw.h: Likewise.
29844 * locale/programs/locfile-kw.h: Likewise.
29845
da08f647
SP
298462013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
29847
0f5477af
SP
29848 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
29849 four values.
29850
44e0d4c2
SP
29851 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
29852 calculation loop and add branch prediction.
29853
4d55b4e5
SP
29854 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
29855 check access beyond bounds of m1np.
29856
da08f647
SP
29857 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
29858 MPTWO.
29859 (__inv): Remove local variable MPTWO to use the global
29860 constant.
29861 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
29862 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
29863 variable MPTWO.
29864 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
29865 MP3HALFS static const.
29866
8e051029
DM
298672013-01-01 David S. Miller <davem@davemloft.net>
29868
29869 * po/ca.po: Update from translation team.
29870
f4cf5f2d
JM
298712013-01-01 Joseph Myers <joseph@codesourcery.com>
29872
29873 * scripts/update-copyrights: New file.
29874 * Makeconfig: Reformat copyright notice.
29875 * ctype/ctype.h: Likewise.
29876 * debug/swprintf_chk.c: Likewise.
29877 * elf/dl-cache.c: Likewise.
29878 * elf/dl-debug.c: Likewise.
29879 * elf/dl-object.c: Likewise.
29880 * grp/initgroups.c: Likewise.
29881 * hurd/Makefile: Likewise.
29882 * hurd/hurd/signal.h: Likewise.
29883 * hurd/hurdfault.c: Likewise.
29884 * hurd/hurdioctl.c: Likewise.
29885 * hurd/hurdlookup.c: Likewise.
29886 * hurd/intr-msg.c: Likewise.
29887 * iconv/gconv_open.c: Likewise.
29888 * libio/swprintf.c: Likewise.
29889 * locale/lc-ctype.c: Likewise.
29890 * locale/nl_langinfo.c: Likewise.
29891 * mach/Machrules: Likewise.
29892 * mach/Makefile: Likewise.
29893 * malloc/obstack.h: Likewise.
29894 * manual/Makefile: Likewise.
29895 * manual/tsort.awk: Likewise.
29896 * misc/bits/stab.def: Likewise.
29897 * nis/nis_print_group_entry.c: Likewise.
29898 * nis/nis_table.c: Likewise.
29899 * nis/nss_compat/compat-pwd.c: Likewise.
29900 * nis/nss_compat/compat-spwd.c: Likewise.
29901 * po/Makefile: Likewise.
29902 * posix/fnmatch.c: Likewise.
29903 * posix/regex.h: Likewise.
29904 * resolv/Makefile: Likewise.
29905 * resolv/nss_dns/dns-network.c: Likewise.
29906 * resolv/res_hconf.c: Likewise.
29907 * scripts/gen-sorted.awk: Likewise.
29908 * soft-fp/soft-fp.h: Likewise.
29909 * stdio-common/printf.h: Likewise.
29910 * stdlib/monetary.h: Likewise.
29911 * stdlib/random.c: Likewise.
29912 * stdlib/random_r.c: Likewise.
29913 * sysdeps/generic/Makefile: Likewise.
29914 * sysdeps/gnu/Makefile: Likewise.
29915 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
29916 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29917 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
29918 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29919 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29920 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29921 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29922 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
29923 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
29924 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29925 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
29926 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
29927 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
29928 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
29929 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
29930 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
29931 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
29932 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29933 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
29934 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29935 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
29936 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
29937 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
29938 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
29939 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
29940 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
29941 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
29942 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
29943 * sysdeps/mach/hurd/errnos.awk: Likewise.
29944 * sysdeps/mach/hurd/fork.c: Likewise.
29945 * sysdeps/mach/hurd/getcwd.c: Likewise.
29946 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
29947 * sysdeps/mach/hurd/mmap.c: Likewise.
29948 * sysdeps/mach/hurd/utimes.c: Likewise.
29949 * sysdeps/mach/hurd/xmknod.c: Likewise.
29950 * sysdeps/posix/profil.c: Likewise.
29951 * sysdeps/posix/readdir_r.c: Likewise.
29952 * sysdeps/powerpc/bits/mathdef.h: Likewise.
29953 * sysdeps/powerpc/bits/setjmp.h: Likewise.
29954 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
29955 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29956 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29957 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
29958 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29959 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
29960 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29961 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
29962 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29963 * sysdeps/pthread/lio_listio.c: Likewise.
29964 * sysdeps/sparc/dl-procinfo.h: Likewise.
29965 * sysdeps/unix/i386/sysdep.S: Likewise.
29966 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
29967 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
29968 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
29969 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
29970 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29971 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
29972 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
29973 * sysdeps/unix/sysv/linux/speed.c: Likewise.
29974 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
29975 * sysdeps/wordsize-32/divdi3.c: Likewise.
29976 * time/sys/time.h: Likewise.
29977 * wcsmbs/Makefile: Likewise.
29978
0549fbba
DM
299792013-01-01 David S. Miller <davem@davemloft.net>
29980
a141f1a7
DM
29981 * po/fr.po: Update from translation team.
29982
0549fbba
DM
29983 * catgets/gencat.c: Update copyright year.
29984 * csu/version.c: Likewise.
29985 * debug/catchsegv.sh: Likewise.
29986 * debug/pcprofiledump.c: Likewise.
29987 * debug/xtrace.sh: Likewise.
29988 * elf/ldconfig.c: Likewise.
29989 * elf/ldd.bash.in: Likewise.
29990 * elf/pldd.c: Likewise.
29991 * elf/sotruss.ksh: Likewise.
29992 * elf/sprof.c: Likewise.
29993 * iconv/iconv_prog.c: Likewise.
29994 * iconv/iconvconfig.c: Likewise.
29995 * locale/programs/locale.c: Likewise.
29996 * locale/programs/localedef.c: Likewise.
29997 * login/programs/pt_chown.c: Likewise.
29998 * malloc/memusage.sh: Likewise.
29999 * malloc/memusagestat.c: Likewise.
30000 * malloc/mtrace.pl: Likewise.
30001 * nscd/nscd.c: Likewise.
30002 * nss/getent.c: Likewise.
30003 * nss/makedb.c: Likewise.
30004 * posix/getconf.c: Likewise.
30005
18ea052c
SP
300062012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
30007
30008 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30009 numbers.
30010
9c89fca6
MF
300112012-12-30 Mike Frysinger <vapier@gentoo.org>
30012
30013 * math/bits/mathcalls.h (modf): Use __nonnull.
30014
085ec079
SP
300152012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
30016
30017 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30018 (split): Use macro CN instead of the bare value.
30019 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30020 could be used.
30021 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30022 instead of the bare value.
30023 (power1): Likewise.
30024
6d9f97e1
SP
300252012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30026
d63f73be
SP
30027 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30028 __ATAN_TWOM.
30029 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30030
6d9f97e1
SP
30031 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30032 their values.
30033 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30034 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30035 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30036 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30037
4c4febf5
AJ
300382012-12-28 Andreas Jaeger <aj@suse.de>
30039
af5843ef
AJ
30040 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
30041 values are from Linux 3.7.
30042
4c4febf5
AJ
30043 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30044 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
30045
99136f82
SP
300462012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30047
2f216c3c 30048 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
30049 TRUE case.
30050
99136f82
SP
30051 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30052 (norm): Likewise.
30053 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30054 variables with preprocessor constants.
30055 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30056 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30057 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30058
7fffbdff
BH
300592012-12-27 Bruno Haible <bruno@clisp.org>
30060
30061 [BZ #14317]
30062 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30063 only if needed.
30064
b76eb5f0
SP
300652012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
30066
31a7fe5c
SP
30067 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30068 and use variable directly.
30069 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30070
b76eb5f0
SP
30071 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30072 MPONE.
30073 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30074 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30075 variable MPONE.
30076 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30077 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30078 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30079 include directive. Remove local variable MPONE.
30080 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30081 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30082 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30083
2c8bfe7d
DM
300842012-12-25 David S. Miller <davem@davemloft.net>
30085
30086 * version.h (RELEASE): Set to "development".
30087 (VERSION): Set to "2.17.90".
30088 * NEWS: Add 2.18 section.
30089
147d03b0
DM
300902012-12-21 David S. Miller <davem@davemloft.net>
30091
30092 * po/hr.po: Update from translation team.
30093
a8ebb2b9
AK
300942012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30095
30096 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30097
95b4f1b6
SE
300982012-12-19 Steve Ellcey <sellcey@mips.com>
30099
b2d94007 30100 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 30101
cedb2a90
MS
301022012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
30103
30104 * manual/contrib.texi (Contributors): Spelling correction.
30105
bbf527d6
DM
301062012-12-15 David S. Miller <davem@davemloft.net>
30107
30108 * po/ru.po: Update from translation team.
30109
bc38c906
DM
301102012-12-13 David S. Miller <davem@davemloft.net>
30111
85429b1a
DM
30112 * NEWS: Mention IFUNC testsuite enhancements.
30113
d283e353
DM
30114 * po/pl.po: Update from translation team.
30115 * po/bg.po: Likewise.
30116
bc38c906
DM
30117 * manual/contrib.texi (Contributors): Update entries for Hongjiu
30118 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
30119
a181b0d7
DM
301202012-12-11 David S. Miller <davem@davemloft.net>
30121
4641d57e
DM
30122 * po/sv.po: Update from translation team.
30123
f7bc6495
DM
30124 * po/vi.po: Update from translation team.
30125
6fc9048f
DM
30126 * po/cs.po: Update from translation team.
30127
a181b0d7
DM
30128 * po/de.po: Update from translation team.
30129 * po/eo.po: Likewise.
30130 * po/nl.po: Likewise.
30131
f70bfe80
SP
301322012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
30133
3c8b4190
SP
30134 [BZ #14246]
30135 * manual/argp.texi (Argp Helper Functions): Move node to follow
30136 Argp Parsing State.
30137
f70bfe80
SP
30138 [BZ #14872]
30139 * manual/conf.texi (Limits on File System Capacity): Mention if
30140 terminating null is included in the max size.
30141
188f0adf
AJ
301422012-12-10 Andreas Jaeger <aj@suse.de>
30143
30144 * po/cs.po: Update from translation team.
30145
56e7d3ad
SP
301462012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
30147
30148 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30149 void pointer and cast to uintptr_t.
30150 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30151 path.
30152 * sysdeps/s390/s390-64/memcpy.S: Likewise.
30153 * sysdeps/s390/s390-64/memset.S: Likewise.
30154
76f2d2ea 301552012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
30156
30157 [BZ #14833]
30158 * menual/message.texi (Message Translation): Fix typos.
30159 (Helper programs for gettext): Likewise.
30160
67cbf9a2
AS
301612012-12-07 Andreas Schwab <schwab@linux-m68k.org>
30162
30163 [BZ #14898]
30164 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30165 Change to -1.
30166
682d0e9a
DM
301672012-12-07 David S. Miller <davem@davemloft.net>
30168
30169 * po/libc.pot: Update.
30170
573cd484
RH
301712012-12-07 Richard Henderson <rth@redhat.com>
30172
7e9da188 30173 [BZ #10114]
573cd484
RH
30174 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30175 normal/normal case to before the switch.
30176 (_FP_DIV): Likewise.
30177
e933a943
MF
301782012-12-06 Carlos O'Donell <carlos@systemhalted.org>
30179 Mike Frysinger <vapier@gentoo.org>
30180
30181 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30182 check for __NR_fadvise64_64.
30183
82123268
CM
301842012-12-06 Chris Metcalf <cmetcalf@tilera.com>
30185
30186 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30187 0, not just to plain "0" as a statement.
30188 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30189 with cw.
30190
d9814526
JM
301912012-12-06 Joseph Myers <joseph@codesourcery.com>
30192
30193 * NEWS: Use sourceware.org in Bugzilla URL.
30194
7728c574
SP
301952012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
30196
f16946dd
SP
30197 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30198 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30199
5704bbcb
SP
30200 * stdio-common/tst-put-error.c (do_test): Add newline to the
30201 padded test to ensure flush.
30202
17aa0516
JL
302032012-12-05 Jeff Law <law@redhat.com>
30204
30205 * sunrpc/etc.rpc (fedfs_admin): Add entry.
30206
363313b5
JM
302072012-12-05 Joseph Myers <joseph@codesourcery.com>
30208
effbd42a
JM
30209 * README: Don't refer to ports add-on as distributed separately.
30210 Mention AArch64 in list of systems supported in the ports add-on.
30211
87600365
JM
30212 * LICENSES: Add more non-FSF copyright and license notices.
30213
a0d7066a
JM
30214 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30215 ((unused)).
30216
66ca5a5b
JM
30217 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30218
363313b5
JM
30219 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30220 10000 as width of padded output.
30221
b37984ad
JM
302222012-12-04 Joseph Myers <joseph@codesourcery.com>
30223
9003570a
JM
30224 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30225
b37984ad
JM
30226 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30227 variable LX with __attribute__ ((unused)).
30228 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30229 Likewise.
30230 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30231 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30232 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30233 with __attribute__ ((unused)).
30234
c8df52ec
DM
302352012-12-04 David S. Miller <davem@abraco.davemloft.net>
30236
30237 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30238
b3b099af
JM
302392012-12-04 Joseph Myers <joseph@codesourcery.com>
30240
c33aa6e3
JM
30241 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30242 (CFLAGS-nldbl-acos.c): New variable.
30243 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30244 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30245 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30246 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30247 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30248 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30249 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30250 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30251 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30252 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30253 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30254 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30255 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30256 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30257 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30258 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30259 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30260 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30261 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30262 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30263 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30264 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30265 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30266 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30267 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30268 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30269 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30270 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30271 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30272 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30273 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30274 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30275 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30276 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30277 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30278 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30279 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30280 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30281 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30282 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30283 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30284 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30285 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30286 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30287 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30288 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30289 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30290 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30291 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30292 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30293 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30294 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30295 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30296 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30297 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30298 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30299 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30300 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30301 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30302 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30303 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30304 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30305 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30306 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30307 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30308 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30309 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30310 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30311 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30312 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30313 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30314 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30315 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30316 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30317 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30318 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30319 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30320 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30321 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30322 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30323 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30324 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30325 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30326 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30327 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30328 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30329 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30330 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30331 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30332 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30333 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30334 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30335 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30336 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30337 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30338 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30339 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30340
20f0018d
JM
30341 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30342 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30343
b3b099af
JM
30344 [BZ #14914]
30345 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30346 whole low double instead of just low 47 bits when splitting values
30347 into two parts.
30348
029264d1
AM
303492012-12-03 Allan McRae <allan@archlinux.org>
30350
30351 * manual/stdio.texi (Predefined Printf Handlers): Remove
30352 @hsep and @vsep usage.
30353
c9d6789e
MF
303542012-12-03 Mike Frysinger <vapier@gentoo.org>
30355
30356 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30357 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30358
4b7634a5
JL
303592012-12-03 Jeff Law <law@redhat.com>
30360
30361 * time/sys/time.h (settimeofday): Do not mark TV argument
30362 as __nonnull.
30363
eb6cbd24
MF
303642012-12-01 Mike Frysinger <vapier@gentoo.org>
30365
30366 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30367 when currently writing and seek to current position when not.
30368 * libio/Makefile (tests): Remove bug-fclose1.
30369 * libio/bug-fclose1.c: Delete.
30370
f638872a
JM
303712012-12-01 Joseph Myers <joseph@codesourcery.com>
30372
30373 * manual/arith.texi (feenableexcept): Fix typo.
30374 (fedisableexcept): Likewise.
30375
48085d14
RM
303762012-11-30 Roland McGrath <roland@hack.frob.com>
30377
30378 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30379 second, differently-typed declaration, rather than a cast.
30380
1a538b9f
SP
303812012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
30382
30383 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30384 * include/rpc/svc.h: ... here.
30385
d07f2ff1 303862012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
30387
30388 [BZ #13013]
30389 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30390 depending n and resplen2 to catch cases where answer
30391 equals answerp2.
30392
c93ec1f0
CD
303932012-11-29 Carlos O'Donell <carlos@systemhalted.org>
30394
30395 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30396 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30397
37db69de
MF
303982012-11-29 Mike Frysinger <vapier@gentoo.org>
30399
30400 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30401
e10c4e4f
RM
304022012-11-29 Roland McGrath <roland@hack.frob.com>
30403
30404 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30405
2af1b328
JL
304062012-11-28 Jeff Law <law@redhat.com>
30407
30408 [BZ #13761]
30409 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30410 dataset_temporary. Track alloca usage into alloca_used.
30411 If dataset is large allocate and release it via malloc/free.
30412
111db5b1
FW
304132012-06-04 Florian Weimer <fweimer@redhat.com>
30414
f06cc227 30415 [BZ #14197]
111db5b1
FW
30416 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30417
dd694abd
DM
304182012-11-28 David S. Miller <davem@davemloft.net>
30419
30420 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30421
9984dd01
JM
304222012-11-28 Joseph Myers <joseph@codesourcery.com>
30423
30424 [BZ #14803]
30425 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30426 of pi/2 rounded to nearest to 64 bits.
30427 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30428 nearest to 64 bits.
30429 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30430 bits.
30431
14bc93a9
JL
304322012-11-28 Jeff Law <law@redhat.com>
30433 Martin Osvald <mosvald@redhat.com>
30434
30435 [BZ #14889]
30436 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30437 * sunrpc/svc.c: Include time.h.
30438 (__svc_accept_failed): New function.
30439 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30440 any reason other than EINTR, call __svc_accept_failed.
30441 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30442 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30443
e3c6aa3a
AS
304442012-11-28 Andreas Schwab <schwab@suse.de>
30445
30446 * scripts/abilist.awk: Also handle indirect functions in .opd
30447 section.
30448
1bead169
JM
304492012-11-28 Joseph Myers <joseph@codesourcery.com>
30450
30451 [BZ #13881]
30452 * sysdeps/x86/fpu/powl_helper.c: New file.
30453 * sysdeps/x86/fpu/Makefile: Likewise.
30454 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30455 (p3): New object.
30456 (__ieee754_powl): Use __powl_helper for finite arguments except
30457 integer exponents below 8.
30458 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30459 (p3): New object.
30460 (__ieee754_powl): Use __powl_helper for finite arguments except
30461 integer exponents below 8.
30462 * math/libm-test.inc (pow_test): Add more tests and enable some
30463 previously disabled tests.
30464 * sysdeps/i386/fpu/libm-test-ulps: Update.
30465 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30466
0817d63d
SP
304672012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30468 Carlos O'Donell <carlos_odonell@mentor.com>
30469
30470 * nss/makedb.c (is_prime): Assert that input is odd and greater
30471 than 4. Note that fact in a comment too.
30472 (next_prime): Add 4 to input.
30473
de2fd463
SP
304742012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
30475
30476 [BZ #11741]
30477 * libio/Makefile (tests): Add test case tst-fwrite-error.
30478 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30479 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30480 * libio/tst-fwrite-error.c: New test case.
30481
c515fb51
L
304822012-11-26 H.J. Lu <hongjiu.lu@intel.com>
30483
30484 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30485 before casting to void *.
30486 * include/libc-internal.h (__pointer_type): New macro.
30487 (__integer_if_pointer_type_sub): Likewise.
30488 (__integer_if_pointer_type): Likewise.
30489 (cast_to_integer): Likewise.
30490 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30491 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30492 before casting to atomic64_t.
30493 (atomic_exchange_acq): Likewise.
30494 (__arch_exchange_and_add_body): Likewise.
30495 (__arch_add_body): Likewise.
30496 (atomic_add_negative): Likewise.
30497 (atomic_add_zero): Likewise.
30498
4cf77aa9
JM
304992012-11-26 Joseph Myers <joseph@codesourcery.com>
30500
30501 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30502 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30503 (add_fdes): Likewise.
30504 (linear_search_fdes): Likewise.
30505 (binary_search_unencoded_fdes): Likewise.
30506
d260b3b4
AS
305072012-11-26 Andreas Schwab <schwab@linux-m68k.org>
30508
30509 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30510
67060746
AC
305112012-11-24 Adam Conrad <adconrad@0c3.net>
30512
30513 * configure.in: Autodetect C++ header directories.
30514 * configure: Regenerated.
30515
800938a1
MF
305162012-11-23 Mike Frysinger <vapier@gentoo.org>
30517
30518 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
30519
4e6e34e6
AS
305202012-11-23 Andreas Schwab <schwab@linux-m68k.org>
30521
30522 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30523
7c7feb47
JM
305242012-11-22 Joseph Myers <joseph@codesourcery.com>
30525
7184dcdf
JM
30526 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
30527 LDBL_MANT_DIG == 106]: Disable some tests.
30528 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30529 Likewise.
30530 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30531 Likewise.
30532
0a42601f
JM
30533 [BZ #14871]
30534 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
30535 input for small inputs. Return +/- pi/2 for large inputs.
30536 * math/libm-test.inc (atan_test): Add more tests.
30537
79c9b9fe
JM
30538 * sysdeps/generic/unwind-dw2-fde-glibc.c
30539 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
30540 __attribute__ ((unused)).
30541
c60d3bf2
JM
30542 [BZ #14645]
30543 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
30544 x * y if x and y are nonzero and z is zero.
30545
ef1e0867
JM
30546 [BZ #14811]
30547 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
30548 nonzero exponents with absolute value below 0x1p-117 to +/-
30549 0x1p-117.
30550
1468ded3
JM
30551 [BZ #14869]
30552 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
30553 up arguments below 2**-450, not just those below 2**-500.
30554 * math/libm-test.inc (hypot_test): Add another test.
30555
8e27e3cc
JM
30556 [BZ #14868]
30557 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30558 Return a+b for ratio over 2**120, not 2**60.
30559 * math/libm-test.inc (hypot_test): Add another test.
30560
c9c0279b
JM
30561 * math/libm-test.inc (clog_test): Use
30562 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
30563 (clog10_test): Likewise.
30564
7c7feb47
JM
30565 [BZ #6778]
30566 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
30567
fff1530e
AS
305682012-11-22 Andreas Schwab <schwab@suse.de>
30569
30570 * sysdeps/i386/fpu/libm-test-ulps: Update.
30571
94558d30
PT
305722012-11-22 Pino Toscano <toscano.pino@tiscali.it>
30573
30574 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
30575 printf output with newline.
30576
7e1be741
L
305772012-11-21 H.J. Lu <hongjiu.lu@intel.com>
30578
6bfea974
L
30579 [BZ #14865]
30580 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
30581 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
30582 -z nodlopen, -z initfirst and -z execstack support.
30583 * configure: Regenerated.
30584
7e1be741
L
30585 * elf/elf.h (DF_1_NODIRECT): New macro.
30586 (DF_1_IGNMULDEF): Likewise.
30587 (DF_1_NOKSYMS): Likewise.
30588 (DF_1_NOHDR): Likewise.
30589 (DF_1_EDITED): Likewise.
30590 (DF_1_NORELOC): Likewise.
30591 (DF_1_SYMINTPOSE): Likewise.
30592 (DF_1_GLOBAUDIT): Likewise.
30593 (DF_1_SINGLETON): Likewise.
30594 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
30595 DT_1_SUPPORTED_MASK bits.
30596 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
30597
105ce2ce
CD
305982012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
30599
30600 * sysdeps/unix/make-syscalls.sh: Document prefixes.
30601
123be9de
TS
306022012-11-20 Thomas Schwinge <thomas@codesourcery.com>
30603
d072f3f7
TS
30604 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
30605 macro.
30606
123be9de
TS
30607 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
30608 (sendmmsg): Move declarations...
30609 * socket/sys/socket.h: ... here.
30610 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
30611 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
30612 include it from...
30613 * socket/recvmmsg.c: ... this new file.
30614 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
30615 (sendmmsg): Rename to __sendmmsg, create weak alias and make
30616 definition of __sendmmsg hidden.
30617 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
30618 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
30619 Move ENOSYS stub into and include it from...
30620 * socket/sendmmsg.c: ... this new file.
30621 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
30622 (sysdep_routines): Move recvmmsg and sendmmsg...
30623 * socket/Makefile (routines): ... here.
30624 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
30625 (GLIBC_PRIVATE): Add __sendmmsg.
30626 * include/sys/socket.h (__sendmmsg): Add declarations.
30627 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
30628 sendmmsg.
30629
cf9a5d18
JM
306302012-11-20 Joseph Myers <joseph@codesourcery.com>
30631
30632 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
30633 variable I1 with __attribute__ ((unused)).
30634 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30635
ecd4caf9
JM
306362012-11-19 Joseph Myers <joseph@codesourcery.com>
30637
be14d48f
JM
30638 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
30639 DUMMY variables with __attribute__ ((unused)).
30640
ecd4caf9
JM
30641 * bits/byteswap.h: Include <bits/types.h>.
30642 (__bswap_64): Use __uint64_t instead of unsigned long long int.
30643
986cab95
PT
306442012-11-19 Pino Toscano <toscano.pino@tiscali.it>
30645
30646 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
30647 string_t. Do not manually set errno.
30648 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
30649 length with __strnlen. Make sure to both set errno and return it on
30650 failure.
30651
6d33cc9d
DM
306522012-11-19 David S. Miller <davem@davemloft.net>
30653
30654 With help from Joseph Myers.
30655 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
30656 very large arguments properly.
30657 * math/libm-test.inc (atan_test): New tests.
30658 (atan2_test): New tests.
30659 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30660 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30661
ee663277
JM
306622012-11-19 Joseph Myers <joseph@codesourcery.com>
30663
877f2d8e
JM
30664 [BZ #14856]
30665 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
30666 Define to 3.
30667
116fc08a
JM
30668 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
30669 [POSIX] (EADDRNOTAVAIL): Likewise.
30670 [POSIX] (EAFNOSUPPORT): Likewise.
30671 [POSIX] (EALREADY): Likewise.
30672 [POSIX] (ECONNABORTED): Likewise.
30673 [POSIX] (ECONNREFUSED): Likewise.
30674 [POSIX] (ECONNRESET): Likewise.
30675 [POSIX] (EDESTADDRREQ): Likewise.
30676 [POSIX] (EDQUOT): Likewise.
30677 [POSIX] (EHOSTUNREACH): Likewise.
30678 [POSIX] (EIDRM): Likewise.
30679 [POSIX] (EISCONN): Likewise.
30680 [POSIX] (ELOOP): Likewise.
30681 [POSIX] (EMULTIHOP): Likewise.
30682 [POSIX] (ENETDOWN): Likewise.
30683 [POSIX] (ENETUNREACH): Likewise.
30684 [POSIX] (ENOBUFS): Likewise.
30685 [POSIX] (ENODATA): Likewise.
30686 [POSIX] (ENOLINK): Likewise.
30687 [POSIX] (ENOMSG): Likewise.
30688 [POSIX] (ENOPROTOOPT): Likewise.
30689 [POSIX] (ENOSR): Likewise.
30690 [POSIX] (ENOSTR): Likewise.
30691 [POSIX] (ENOTCONN): Likewise.
30692 [POSIX] (ENOTSOCK): Likewise.
30693 [POSIX] (EOPNOTSUPP): Likewise.
30694 [POSIX] (EOVERFLOW): Likewise.
30695 [POSIX] (EPROTO): Likewise.
30696 [POSIX] (EPROTONOSUPPORT): Likewise.
30697 [POSIX] (EPROTOTYPE): Likewise.
30698 [POSIX] (ESTALE): Likewise.
30699 [POSIX] (ETIME): Likewise.
30700 [POSIX] (ETXTBSY): Likewise.
30701 [POSIX] (EWOULDBLOCK): Likewise.
30702 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
30703 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
30704 [POSIX] (SEEK_CUR): Likewise.
30705 [POSIX] (SEEK_END): Likewise.
30706 [POSIX || UNIX98] (mode_t): Do not require.
30707 [POSIX] (off_t): Likewise.
30708 [POSIX] (pid_t): Likewise.
30709 [POSIX] (sys/stat.h): Do not allow header.
30710 [POSIX] (unistd.h): Likewise.
30711 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
30712 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
30713 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
30714 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
30715 require.
30716 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
30717 sigevent): Specify elements.
30718 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
30719 entry.
30720 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
30721 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
30722
a483863f
JM
30723 * conform/data/cpio.h-data [POSIX]: Disable whole file.
30724 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
30725 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
30726 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
30727 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
30728 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
30729 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
30730 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
30731 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
30732 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
30733 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
30734 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
30735 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
30736 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
30737 Likewise.
30738 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
30739 Likewise.
30740 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
30741 Likewise.
30742 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
30743 Likewise.
30744 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
30745 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
30746 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
30747 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
30748 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
30749 Specify lower bound on value.
30750 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
30751 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
30752 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
30753 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
30754 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
30755 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
30756 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
30757 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
30758 value.
30759 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
30760 as optional.
30761 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
30762 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
30763 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
30764 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
30765 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
30766 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
30767 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
30768 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
30769 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
30770 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
30771 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
30772 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
30773 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
30774 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
30775 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
30776 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
30777 entry.
30778 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
30779 optional.
30780 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
30781 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
30782 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
30783 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
30784 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
30785 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
30786 Likewise.
30787 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
30788 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
30789 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
30790 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
30791 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
30792 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
30793 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
30794 as optional.
30795 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
30796 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
30797 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
30798 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
30799 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
30800 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
30801 specify as optional.
30802 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
30803 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
30804 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
30805 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
30806 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
30807 [XPG3] (NL_LANGMAX): Likewise.
30808 [POSIX || XPG3] (NL_MSGMAX): Likewise.
30809 [POSIX || XPG3] (NL_NMAX): Likewise.
30810 [POSIX || XPG3] (NL_SETMAX): Likewise.
30811 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
30812 [XPG3] (NZERO): Likewise.
30813 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
30814 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
30815 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
30816 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
30817 (REG_ERANGE): Expect.
30818 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
30819 optional-constant.
30820 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
30821 Use (void) in prototype.
30822 [POSIX] (*_t): Allow.
30823 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
30824 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
30825 (WRDE_BADVAL): Expect.
30826
5ba924e3
JM
30827 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
30828 expect.
30829 [XPG3 || XPG4] (O_RSYNC): Likewise.
30830 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
30831 Likewise.
30832 [XPG3 || XPG4] (pthread_sigmask): Likewise.
30833 [XPG3 || XPG4] (sigqueue): Likewise.
30834 [XPG3 || XPG4] (sigtimedwait): Likewise.
30835 [XPG3 || XPG4] (sigwaitinfo): Likewise.
30836 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
30837 [XPG3 || XPG4] (vsnprintf): Likewise.
30838 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
30839 Likewise.
30840 [XPG3 || XPG4] (blksize_t): Likewise.
30841 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
30842 Likewise.
30843 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
30844 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
30845 [XPG3 || XPG4] (struct itimerspec): Likewise.
30846 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
30847 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
30848 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
30849 [XPG3 || XPG4] (clockid_t): Likewise.
30850 [XPG3 || XPG4] (timer_t): Likewise.
30851 [XPG3 || XPG4] (clock_getres): Likewise.
30852 [XPG3 || XPG4] (clock_gettime): Likewise.
30853 [XPG3 || XPG4] (clock_settime): Likewise.
30854 [XPG3 || XPG4] (nanosleep): Likewise.
30855 [XPG3 || XPG4] (timer_create): Likewise.
30856 [XPG3 || XPG4] (timer_delete): Likewise.
30857 [XPG3 || XPG4] (timer_gettime): Likewise.
30858 [XPG3 || XPG4] (timer_getoverrun): Likewise.
30859 [XPG3 || XPG4] (timer_settime): Likewise.
30860 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
30861 [XPG3 || XPG4] (getlogin_r): Likewise.
30862 [XPG3 || XPG4] (pread): Likewise.
30863 [XPG3 || XPG4] (pthread_atfork): Likewise.
30864 [XPG3 || XPG4] (pwrite): Likewise.
30865
ee663277
JM
30866 [BZ #14835]
30867 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
30868 <bits/siginfo.h>.
30869
942caa16
PT
308702012-11-19 Pino Toscano <toscano.pino@tiscali.it>
30871
e19af380
PT
30872 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
30873 finalizing MALLSTREAM.
30874
942caa16
PT
30875 * sysdeps/mach/hurd/syncfs.c: New file.
30876
cfde9b46
SP
308772012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
30878
30879 [BZ #14719]
30880 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
30881 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
30882 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
30883 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
30884 (_nss_dns_gethostbyname4_r): Likewise.
30885 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
30886 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
30887
f6da27e5
PH
308882012-11-19 Peng Haitao <penght@cn.fujitsu.com>
30889
30890 [BZ #13763]
30891 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
30892
6665d4a2
SM
308932012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
30894
1f51ee92
SM
30895 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
30896 * elf/cache.c (print_entry): Print ",AArch64" for
30897 FLAG_AARCH64_LIB64
30898
6665d4a2
SM
30899 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
30900 * elf/cache.c (print_entry): Print ",hard-float" for
30901 FLAG_ARM_LIBHF.
30902
05b227bd
DM
309032012-11-18 David S. Miller <davem@davemloft.net>
30904
30905 With help from Joseph Myers.
30906 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
30907 cutoff to 2**-13.
30908 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
30909 cutoff to 2**-25.
30910 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
30911 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
30912 small.
30913 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
30914 * math/libm-test.inc (y0_test): New tests.
30915 (y1_test): New tests.
30916 * sysdeps/i386/fpu/libm-test-ulps: Update.
30917 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30918 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30919
786b0b67
AS
309202012-11-18 Andreas Schwab <schwab@linux-m68k.org>
30921
30922 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
30923 64-bit targets.
30924 * configure: Regenerated.
30925
8e18b86d
DM
309262012-11-17 David S. Miller <davem@davemloft.net>
30927
30928 [BZ #14811]
30929 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
30930 nonzero exponents with absolute value below 0x1p-128 to +/-
30931 0x1p-128.
30932
531f1ae0
JM
309332012-11-17 Joseph Myers <joseph@codesourcery.com>
30934
12df29e2
JM
30935 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
30936
150dc1a0
JM
30937 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
30938
531f1ae0
JM
30939 * posix/getconf-speclist.c: New file.
30940 * posix/posix-envs.def: Likewise.
30941 * posix/confstr.c (START_ENV_GROUP): New macro.
30942 (END_ENV_GROUP): Likewise.
30943 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
30944 (KNOWN_PRESENT_ENV_STRING): Likewise.
30945 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
30946 (UNKNOWN_ENVIRONMENT): Likewise.
30947 (confstr): Include posix-envs.def instead of handling
30948 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
30949 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
30950 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
30951 (END_ENV_GROUP): Likewise.
30952 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
30953 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
30954 (UNKNOWN_ENVIRONMENT): Likewise.
30955 (__sysconf): Include posix-envs.def instead of handling associated
30956 cases directly here.
30957 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
30958 preprocessing getconf-speclist.c rather than running getconf or
30959 generating empty file.
30960
a93f9cbc
PT
309612012-11-16 Pino Toscano <toscano.pino@tiscali.it>
30962
30963 * scripts/check-local-headers.sh: Ignore 'mach' headers.
30964
d64d9f87
AL
309652012-11-16 Andrej Lajovic <natrij@gmail.com>
30966
30967 [BZ #14672]
30968 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
30969
447885eb
DM
309702012-11-16 David S. Miller <davem@davemloft.net>
30971
30972 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
30973 smaller than LDBL_EPSILON/2.0L, just return xm1.
30974
bcbf9830
L
309752012-11-16 H.J. Lu <hongjiu.lu@intel.com>
30976
30977 * elf/tst-array1.c (init): Set constructor priority to 1000.
30978 (fini): Set destructor priority to 1000.
30979 * elf/tst-array2dep.c: Likewise.
30980
2b766585
SP
309812012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30982
30983 [BZ #11741]
30984 * libio/fileops.c (_IO_new_file_write): Correctly return error.
30985 (_IO_new_file_xsputn): Also return EOF if none of the input
30986 data was written when overflow failed.
30987 * libio/iopadn.c (_IO_padn): Likewise.
30988 * libio/iowpadn.c (_IO_wpadn): Likewise.
30989 * stdio-common/tst-put-error.c: Add copyright notice.
30990 (do_test): Add case for printing padded string.
30991 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
30992 _IO_padn returned error.
30993 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
30994 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
30995 return EOF.
30996
b1848fde
SP
309972012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30998
30999 * libio/libioP.h: Add comment note that the references to C++
31000 bits are now obsolete.
31001
2fd89785
MS
310022012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31003
31004 * math/libm-test.inc (check_complex): Use asprintf.
31005
e3ea5409
JM
310062012-11-14 Joseph Myers <joseph@codesourcery.com>
31007
31008 * debug/pcprofiledump.c (print_version): Update copyright year.
31009 * malloc/memusagestat.c (print_version): Likewise.
31010
2e64d265
L
310112012-11-14 H.J. Lu <hongjiu.lu@intel.com>
31012
31013 [BZ #14831]
31014 * elf/Makefile (tests): Add tst-audit8.
31015 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31016 ($(objpfx)tst-audit8.out): New target.
31017 (tst-audit8-ENV): New variable.
31018 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31019 audit if l_reloc_result is NULL.
31020 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31021 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31022 * elf/tst-audit8.c: New file.
31023
c485e4d2
MS
310242012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31025
31026 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31027 * misc/Makefile (CFLAGS-select.c): Define.
31028 * posix/Makefile (CFLAGS-pause.c): Define.
31029
3a0d900a
DM
310302012-11-13 David S. Miller <davem@davemloft.net>
31031
31032 * crypt/Makefile: Move test targets after toplevel Rules
31033 inclusion. Grab any necessary sysdep routines when linking.
31034 * crypt/md5.c (md5_process_block): Remove define, we will always
31035 name it __md5_process_block.
31036 (md5_finish_ctx): Update md5_process_block call.
31037 (md5_stream): Likewise.
31038 (md5_process_bytes): Likewise.
31039 (md5_process_block): Rename to __md5_process_block and move to ...
31040 * crypt/md5-block.c: ... here.
31041 * crypt/sha256.c (sha256_process_block): Move to ...
31042 * crypt/sha256-block.c: ... here.
31043 * crypt/sha512.c (sha512_process_block): Move to ...
31044 * crypt/sha512-block.c: ... here.
31045 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31046 path.
31047 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31048 * sysdeps/sparc/sparc64/multiarch/Makefile
31049 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31050 crypt subdir.
31051 (localedef-aux): Add md5 crypto assembler when in locale subdir.
31052 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31053 multiarch changes.
31054 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31055 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31056 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31057 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31058 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31059 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31060 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31061 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31062 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31063 file.
31064 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31065 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31066 file.
31067 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31068
8ca89318
JM
310692012-11-13 Joseph Myers <joseph@codesourcery.com>
31070
e27d476a
JM
31071 * timezone/tzselect.ksh: Update from tzcode git revision
31072 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31073 * timezone/zdump.c: Likewise.
31074 * timezone/zic.c: Likewise.
31075 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31076 in TZVERSION setting, not $(PKGVERSION).
31077 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
31078 REPORT_BUGS_TO settings.
31079
8ca89318
JM
31080 [BZ #14838]
31081 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31082 macro.
31083
47594329
MS
310842012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31085
31086 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31087 detection to immediately after _FP_ROUND().
31088 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31089 bits are 0.
31090
640ac3f1
DM
310912012-11-11 David S. Miller <davem@davemloft.net>
31092
31093 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31094 inttypes.h
31095 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31096 __close rather than their public counterparts.
31097
3d2577bb
JM
310982012-11-10 Joseph Myers <joseph@codesourcery.com>
31099
31100 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31101 file.
31102 [UNIX98] (sem_timedwait): Do not expect.
31103 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31104 [XPG4 || UNIX98] (sockatmark): Do not expect.
31105 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31106 (clock_getcpuclockid): Do not expect.
31107 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31108 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31109 Do not expect.
31110 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31111 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31112 [UNIX98] (vwscanf): Likewise.
31113 [UNIX98] (vswscanf): Likewise.
31114
fb1ae1ee
JM
311152012-11-09 Joseph Myers <joseph@codesourcery.com>
31116
9ec6f8bd
JM
31117 * timezone/version.h: Remove file.
31118 * timezone/README: Do not refer to version.h.
31119 * timezone/Makefile ($(objpfx)zic.o): New dependency on
31120 $(objpfx)version.h.
31121 ($(objpfx)zdump.o): Likewise.
c3f81911 31122 ($(objpfx)version.h): New target.
9ec6f8bd 31123
0aa8f8a1
JM
31124 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31125 2012i.
31126 * timezone/README: Don't mention modification to tzselect.ksh.
31127 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31128 work on unmodified tzselect.ksh. Substitute version numbers in
31129 tzselect.ksh.
31130
4e87147f
JM
31131 * Makefile (format-me): Remove.
31132 (INSTALL): Adjust indentation. Use commands directly instead of
31133 using $(format-me).
31134
8b748aed
JM
31135 * aclocal.m4 (ACX_PKGVERSION): New macro.
31136 (ACX_BUGURL): Likewise.
31137 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31138 (PKGVERSION): New AC_DEFINE_UNQUOTED.
31139 (REPORT_BUGS_TO): Likewise.
31140 * configure: Regenerated.
31141 * config.h.in (PKGVERSION): New macro.
31142 (REPORT_BUGS_TO): Likewise.
31143 * config.make.in (PKGVERSION): New variable.
31144 (PKGVERSION_TEXI): Likewise.
31145 (REPORT_BUGS_TO): Likewise.
31146 (REPORT_BUGS_TEXI): Likewise.
31147 * Makefile (format-me): Use -I$(common-objpfx)manual.
31148 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31149 ($(common-objpfx)manual/%): New target.
31150 (manual/%): Remove target.
31151 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31152 (print_version): Use PKGVERSION.
31153 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31154 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31155 and REPORT_BUGS_TO.
31156 ($(objpfx)xtrace): Likewise.
31157 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31158 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31159 (print_version): Use PKGVERSION.
31160 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31161 (do_version): Use PKGVERSION.
31162 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31163 REPORT_BUGS_TO.
31164 (common-ldd-rewrite): Likewise.
31165 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31166 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31167 (print_version): Use PKGVERSION.
31168 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31169 * elf/pldd.c (argp_program_bug_address): Remove variable.
31170 (more_help): New function.
31171 (argp): Use more_help.
31172 (print_version): Use PKGVERSION.
31173 * elf/sln.c (main): Use PKGVERSION.
31174 (usage): Use REPORT_BUGS_TO.
31175 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31176 (top level): Use PKGVERSION.
31177 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31178 (print_version): Use PKGVERSION.
31179 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31180 (print_version): Use PKGVERSION.
31181 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31182 (print_version): Use PKGVERSION.
31183 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31184 (print_version): Use PKGVERSION.
31185 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31186 (print_version): Use PKGVERSION.
31187 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31188 (print_version): Use PKGVERSION.
31189 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31190 and BUGURL.
31191 ($(objpfx)memusage): Likewise.
31192 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31193 (do_version): Use PKGVERSION.
31194 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31195 (print_version): Use PKGVERSION.
31196 * malloc/mtrace.pl ($PACKAGE): Remove variable.
31197 ($PKGVERSION): New variable.
31198 ($REPORT_BUGS_TO): Likewise.
31199 (usage): Use $REPORT_BUGS_TO.
31200 (top level): Use $PKGVERSION.
31201 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31202 ($(objpfx)pkgvers.texi): New rule.
31203 ($(objpfx)stamp-pkgvers): Likewise.
31204 * manual/install.texi: Include pkgvers.texi.
31205 (--with-pkgversion): Document new configure option.
31206 (--with-bugurl): Likewise.
31207 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31208 than necessarily for this particular distribution. Use
31209 REPORT_BUGS_TO for where to report bugs.
31210 * INSTALL: Regenerated.
31211 * manual/libc.texinfo: Include pkgvers.texi.
31212 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31213 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31214 (print_version): Use PKGVERSION.
31215 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31216 (print_version): Use PKGVERSION.
31217 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31218 (print_version): Use PKGVERSION.
31219 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31220 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31221 macro.
31222 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31223 (print_version): Use PKGVERSION.
31224 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31225 (print_version): Use PKGVERSION.
31226 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31227 and PKGVERSION.
31228
92e4b6a9
JM
31229 * timezone/checktab.awk: Update from tzcode 2012i.
31230 * timezone/ialloc.c: Likewise.
31231 * timezone/private.h: Likewise.
31232 * timezone/scheck.c: Likewise.
31233 * timezone/tzfile.h: Likewise.
31234 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31235 (TZVERSION): Hardcode tzcode version number.
31236 * timezone/zdump.c: Update from tzcode 2012i.
31237 * timezone/zic.c: Likewise.
31238 * timezone/version.h: New file.
31239 * timezone/README: Describe version.h. Update upstream location.
31240
9bde902c
JM
31241 [BZ #14824]
31242 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31243 (mktemp): Enable declaration.
31244 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31245 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31246 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31247 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31248 Likewise.
31249 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31250 Likewise.
31251 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31252 Likewise.
31253 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31254 Likewise.
31255 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31256 Likewise.
31257 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31258 Likewise.
31259
fb1ae1ee
JM
31260 [BZ #14821]
31261 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31262 offset in buffer as u_int32_t not u_long. Consistently use memcpy
31263 for copies of such integer values.
31264 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31265 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31266
2c1adbcb
AJ
312672012-11-09 Andreas Jaeger <aj@suse.de>
31268
31269 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31270 definitions and declarations that are provided by
31271 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31272
d0f8457e
AK
312732012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31274
3a235abb 31275 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
31276 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31277 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31278 definition.
31279
57241e26
MS
312802012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31281
31282 * elf/elf.h: Update comment before AArch64 relocations.
31283
60e8270d
DM
312842012-11-07 David S. Miller <davem@davemloft.net>
31285
31286 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31287 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31288 (__start_context): Declare.
31289 (__makecontext_ret): Delete.
31290 (__makecontext): Hook up __start_context instead of
31291 __makecontext_ret.
31292 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31293 (sysdep_routines): Add __start_context when in stdlib.
31294
0fbb0fbc
JM
312952012-11-07 Joseph Myers <joseph@codesourcery.com>
31296
31297 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31298 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31299 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
31300 hardcoded "nm".
31301 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
31302 (READELF): New variable. Use it instead of hardcoded "readelf".
31303
eb48db7e
L
313042012-11-07 H.J. Lu <hongjiu.lu@intel.com>
31305
31306 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31307 * sysdeps/x86/Makefile: Here.
31308 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31309 * sysdeps/x86/tst-xmmymm.sh: This.
31310
05bcf62a
JM
313112012-11-07 Joseph Myers <joseph@codesourcery.com>
31312
c4b6cf53
JM
31313 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31314 expectations.
31315 [UNIX98] (pthread_barrier_t): Do not expect.
31316 [UNIX98] (pthread_barrierattr_t): Likewise.
31317 [UNIX98] (pthread_spinlock_t): Likewise.
31318 [UNIX98] (pthread_barrier_destroy): Likewise.
31319 [UNIX98] (pthread_barrier_init): Likewise.
31320 [UNIX98] (pthread_barrier_wait): Likewise.
31321 [UNIX98] (pthread_barrierattr_destroy): Likewise.
31322 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31323 [UNIX98] (pthread_barrierattr_init): Likewise.
31324 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31325 [UNIX98] (pthread_getcpuclockid): Likewise.
31326 [UNIX98] (pthread_mutex_timedlock): Likewise.
31327 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31328 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31329 [UNIX98] (pthread_sigmask): Likewise.
31330 [UNIX98] (pthread_spin_destroy): Likewise.
31331 [UNIX98] (pthread_spin_init): Likewise.
31332 [UNIX98] (pthread_spin_lock): Likewise.
31333 [UNIX98] (pthread_spin_trylock): Likewise.
31334 [UNIX98] (pthread_spin_unlock): Likewise.
31335 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31336 Do not expect.
31337 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31338 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31339 [XPG3 || XPG4] (pthread_cond_t): Likewise.
31340 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31341 [XPG3 || XPG4] (pthread_key_t): Likewise.
31342 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31343 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31344 [XPG3 || XPG4] (pthread_once_t): Likewise.
31345 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31346 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31347 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31348 [XPG3 || XPG4] (pthread_t): Likewise.
31349
cbe6e120
JM
31350 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31351 not expect.
31352 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31353
1b126443
JM
31354 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31355 Change function return type to int.
31356
b961a573
JM
31357 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31358 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31359 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31360 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31361 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31362 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31363 [!POSIX] (posix_madvise): Likewise.
31364 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31365 && !UNIX98].
31366 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31367 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31368 (mode_t): Likewise.
31369 (posix_mem_offset): Likewise.
31370 (posix_typed_mem_get_info): Likewise.
31371 (posix_typed_mem_open): Likewise.
31372
9e188909
JM
31373 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31374 Change condition to [XOPEN2K8].
31375
05bcf62a
JM
31376 * conform/conformtest.pl: Preprocess allow-header data with -x c
31377 instead of from stdin.
31378 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31379 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31380 [C99-based standards] (cerfc): Likewise.
31381 [C99-based standards] (cexp2): Likewise.
31382 [C99-based standards] (cexpm1): Likewise.
31383 [C99-based standards] (clog10): Likewise.
31384 [C99-based standards] (clog1p): Likewise.
31385 [C99-based standards] (clog2): Likewise.
31386 [C99-based standards] (clgamma): Likewise.
31387 [C99-based standards] (ctgamma): Likewise.
31388 [C99-based standards] (cerff): Likewise.
31389 [C99-based standards] (cerfcf): Likewise.
31390 [C99-based standards] (cexp2f): Likewise.
31391 [C99-based standards] (cexpm1f): Likewise.
31392 [C99-based standards] (clog10f): Likewise.
31393 [C99-based standards] (clog1pf): Likewise.
31394 [C99-based standards] (clog2f): Likewise.
31395 [C99-based standards] (clgammaf): Likewise.
31396 [C99-based standards] (ctgammaf): Likewise.
31397 [C99-based standards] (cerfl): Likewise.
31398 [C99-based standards] (cerfcl): Likewise.
31399 [C99-based standards] (cexp2l): Likewise.
31400 [C99-based standards] (cexpm1l): Likewise.
31401 [C99-based standards] (clog10l): Likewise.
31402 [C99-based standards] (clog1pl): Likewise.
31403 [C99-based standards] (clog2l): Likewise.
31404 [C99-based standards] (clgammal): Likewise.
31405 [C99-based standards] (ctgammal): Likewise.
31406 * conform/data/inttypes.h-data [C99-based standards]: Include
31407 stdint.h-data. Remove all expectations for stdint.h contents.
31408 [C99-based standards] (PRI*): Do not allow.
31409 [C99-based standards] (SCN*): Likewise.
31410 [C99-based standards] (*_t): Likewise.
31411 [C99-based-standards] (PRId8): Expect macro.
31412 [C99-based-standards] (PRIi8): Likewise.
31413 [C99-based-standards] (PRIo8): Likewise.
31414 [C99-based-standards] (PRIu8): Likewise.
31415 [C99-based-standards] (PRIx8): Likewise.
31416 [C99-based-standards] (PRIX8): Likewise.
31417 [C99-based-standards] (SCNd8): Likewise.
31418 [C99-based-standards] (SCNi8): Likewise.
31419 [C99-based-standards] (SCNo8): Likewise.
31420 [C99-based-standards] (SCNu8): Likewise.
31421 [C99-based-standards] (SCNx8): Likewise.
31422 [C99-based-standards] (PRIdLEAST8): Likewise.
31423 [C99-based-standards] (PRIiLEAST8): Likewise.
31424 [C99-based-standards] (PRIoLEAST8): Likewise.
31425 [C99-based-standards] (PRIuLEAST8): Likewise.
31426 [C99-based-standards] (PRIxLEAST8): Likewise.
31427 [C99-based-standards] (PRIXLEAST8): Likewise.
31428 [C99-based-standards] (SCNdLEAST8): Likewise.
31429 [C99-based-standards] (SCNiLEAST8): Likewise.
31430 [C99-based-standards] (SCNoLEAST8): Likewise.
31431 [C99-based-standards] (SCNuLEAST8): Likewise.
31432 [C99-based-standards] (SCNxLEAST8): Likewise.
31433 [C99-based-standards] (PRIdFAST8): Likewise.
31434 [C99-based-standards] (PRIiFAST8): Likewise.
31435 [C99-based-standards] (PRIoFAST8): Likewise.
31436 [C99-based-standards] (PRIuFAST8): Likewise.
31437 [C99-based-standards] (PRIxFAST8): Likewise.
31438 [C99-based-standards] (PRIXFAST8): Likewise.
31439 [C99-based-standards] (SCNdFAST8): Likewise.
31440 [C99-based-standards] (SCNiFAST8): Likewise.
31441 [C99-based-standards] (SCNoFAST8): Likewise.
31442 [C99-based-standards] (SCNuFAST8): Likewise.
31443 [C99-based-standards] (SCNxFAST8): Likewise.
31444 [C99-based-standards] (PRId16): Likewise.
31445 [C99-based-standards] (PRIi16): Likewise.
31446 [C99-based-standards] (PRIo16): Likewise.
31447 [C99-based-standards] (PRIu16): Likewise.
31448 [C99-based-standards] (PRIx16): Likewise.
31449 [C99-based-standards] (PRIX16): Likewise.
31450 [C99-based-standards] (SCNd16): Likewise.
31451 [C99-based-standards] (SCNi16): Likewise.
31452 [C99-based-standards] (SCNo16): Likewise.
31453 [C99-based-standards] (SCNu16): Likewise.
31454 [C99-based-standards] (SCNx16): Likewise.
31455 [C99-based-standards] (PRIdLEAST16): Likewise.
31456 [C99-based-standards] (PRIiLEAST16): Likewise.
31457 [C99-based-standards] (PRIoLEAST16): Likewise.
31458 [C99-based-standards] (PRIuLEAST16): Likewise.
31459 [C99-based-standards] (PRIxLEAST16): Likewise.
31460 [C99-based-standards] (PRIXLEAST16): Likewise.
31461 [C99-based-standards] (SCNdLEAST16): Likewise.
31462 [C99-based-standards] (SCNiLEAST16): Likewise.
31463 [C99-based-standards] (SCNoLEAST16): Likewise.
31464 [C99-based-standards] (SCNuLEAST16): Likewise.
31465 [C99-based-standards] (SCNxLEAST16): Likewise.
31466 [C99-based-standards] (PRIdFAST16): Likewise.
31467 [C99-based-standards] (PRIiFAST16): Likewise.
31468 [C99-based-standards] (PRIoFAST16): Likewise.
31469 [C99-based-standards] (PRIuFAST16): Likewise.
31470 [C99-based-standards] (PRIxFAST16): Likewise.
31471 [C99-based-standards] (PRIXFAST16): Likewise.
31472 [C99-based-standards] (SCNdFAST16): Likewise.
31473 [C99-based-standards] (SCNiFAST16): Likewise.
31474 [C99-based-standards] (SCNoFAST16): Likewise.
31475 [C99-based-standards] (SCNuFAST16): Likewise.
31476 [C99-based-standards] (SCNxFAST16): Likewise.
31477 [C99-based-standards] (PRId32): Likewise.
31478 [C99-based-standards] (PRIi32): Likewise.
31479 [C99-based-standards] (PRIo32): Likewise.
31480 [C99-based-standards] (PRIu32): Likewise.
31481 [C99-based-standards] (PRIx32): Likewise.
31482 [C99-based-standards] (PRIX32): Likewise.
31483 [C99-based-standards] (SCNd32): Likewise.
31484 [C99-based-standards] (SCNi32): Likewise.
31485 [C99-based-standards] (SCNo32): Likewise.
31486 [C99-based-standards] (SCNu32): Likewise.
31487 [C99-based-standards] (SCNx32): Likewise.
31488 [C99-based-standards] (PRIdLEAST32): Likewise.
31489 [C99-based-standards] (PRIiLEAST32): Likewise.
31490 [C99-based-standards] (PRIoLEAST32): Likewise.
31491 [C99-based-standards] (PRIuLEAST32): Likewise.
31492 [C99-based-standards] (PRIxLEAST32): Likewise.
31493 [C99-based-standards] (PRIXLEAST32): Likewise.
31494 [C99-based-standards] (SCNdLEAST32): Likewise.
31495 [C99-based-standards] (SCNiLEAST32): Likewise.
31496 [C99-based-standards] (SCNoLEAST32): Likewise.
31497 [C99-based-standards] (SCNuLEAST32): Likewise.
31498 [C99-based-standards] (SCNxLEAST32): Likewise.
31499 [C99-based-standards] (PRIdFAST32): Likewise.
31500 [C99-based-standards] (PRIiFAST32): Likewise.
31501 [C99-based-standards] (PRIoFAST32): Likewise.
31502 [C99-based-standards] (PRIuFAST32): Likewise.
31503 [C99-based-standards] (PRIxFAST32): Likewise.
31504 [C99-based-standards] (PRIXFAST32): Likewise.
31505 [C99-based-standards] (SCNdFAST32): Likewise.
31506 [C99-based-standards] (SCNiFAST32): Likewise.
31507 [C99-based-standards] (SCNoFAST32): Likewise.
31508 [C99-based-standards] (SCNuFAST32): Likewise.
31509 [C99-based-standards] (SCNxFAST32): Likewise.
31510 [C99-based-standards] (PRId64): Likewise.
31511 [C99-based-standards] (PRIi64): Likewise.
31512 [C99-based-standards] (PRIo64): Likewise.
31513 [C99-based-standards] (PRIu64): Likewise.
31514 [C99-based-standards] (PRIx64): Likewise.
31515 [C99-based-standards] (PRIX64): Likewise.
31516 [C99-based-standards] (SCNd64): Likewise.
31517 [C99-based-standards] (SCNi64): Likewise.
31518 [C99-based-standards] (SCNo64): Likewise.
31519 [C99-based-standards] (SCNu64): Likewise.
31520 [C99-based-standards] (SCNx64): Likewise.
31521 [C99-based-standards] (PRIdLEAST64): Likewise.
31522 [C99-based-standards] (PRIiLEAST64): Likewise.
31523 [C99-based-standards] (PRIoLEAST64): Likewise.
31524 [C99-based-standards] (PRIuLEAST64): Likewise.
31525 [C99-based-standards] (PRIxLEAST64): Likewise.
31526 [C99-based-standards] (PRIXLEAST64): Likewise.
31527 [C99-based-standards] (SCNdLEAST64): Likewise.
31528 [C99-based-standards] (SCNiLEAST64): Likewise.
31529 [C99-based-standards] (SCNoLEAST64): Likewise.
31530 [C99-based-standards] (SCNuLEAST64): Likewise.
31531 [C99-based-standards] (SCNxLEAST64): Likewise.
31532 [C99-based-standards] (PRIdFAST64): Likewise.
31533 [C99-based-standards] (PRIiFAST64): Likewise.
31534 [C99-based-standards] (PRIoFAST64): Likewise.
31535 [C99-based-standards] (PRIuFAST64): Likewise.
31536 [C99-based-standards] (PRIxFAST64): Likewise.
31537 [C99-based-standards] (PRIXFAST64): Likewise.
31538 [C99-based-standards] (SCNdFAST64): Likewise.
31539 [C99-based-standards] (SCNiFAST64): Likewise.
31540 [C99-based-standards] (SCNoFAST64): Likewise.
31541 [C99-based-standards] (SCNuFAST64): Likewise.
31542 [C99-based-standards] (SCNxFAST64): Likewise.
31543 [C99-based-standards] (PRIdMAX): Likewise.
31544 [C99-based-standards] (PRIiMAX): Likewise.
31545 [C99-based-standards] (PRIoMAX): Likewise.
31546 [C99-based-standards] (PRIuMAX): Likewise.
31547 [C99-based-standards] (PRIxMAX): Likewise.
31548 [C99-based-standards] (PRIXMAX): Likewise.
31549 [C99-based-standards] (SCNdMAX): Likewise.
31550 [C99-based-standards] (SCNiMAX): Likewise.
31551 [C99-based-standards] (SCNoMAX): Likewise.
31552 [C99-based-standards] (SCNuMAX): Likewise.
31553 [C99-based-standards] (SCNxMAX): Likewise.
31554 [C99-based-standards] (PRIdPTR): Likewise.
31555 [C99-based-standards] (PRIiPTR): Likewise.
31556 [C99-based-standards] (PRIoPTR): Likewise.
31557 [C99-based-standards] (PRIuPTR): Likewise.
31558 [C99-based-standards] (PRIxPTR): Likewise.
31559 [C99-based-standards] (PRIXPTR): Likewise.
31560 [C99-based-standards] (SCNdPTR): Likewise.
31561 [C99-based-standards] (SCNiPTR): Likewise.
31562 [C99-based-standards] (SCNoPTR): Likewise.
31563 [C99-based-standards] (SCNuPTR): Likewise.
31564 [C99-based-standards] (SCNxPTR): Likewise.
31565 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
31566 allow.
31567 * conform/data/stdint.h-data: Update comments to clarify
31568 requirements.
31569 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
31570 type.
31571 [C99-based standards] (INT8_MAX): Likewise.
31572 [C99-based standards] (INT16_MIN): Likewise.
31573 [C99-based standards] (INT16_MAX): Likewise.
31574 [C99-based standards] (INT32_MIN): Likewise.
31575 [C99-based standards] (INT32_MAX): Likewise.
31576 [C99-based standards] (INT64_MIN): Likewise.
31577 [C99-based standards] (INT64_MAX): Likewise.
31578 [C99-based standards] (UINT8_MAX): Likewise.
31579 [C99-based standards] (UINT16_MAX): Likewise.
31580 [C99-based standards] (UINT32_MAX): Likewise.
31581 [C99-based standards] (UINT64_MAX): Likewise.
31582 [C99-based standards] (INT_LEAST8_MIN): Likewise.
31583 [C99-based standards] (INT_LEAST8_MAX): Likewise.
31584 [C99-based standards] (INT_LEAST16_MIN): Likewise.
31585 [C99-based standards] (INT_LEAST16_MAX): Likewise.
31586 [C99-based standards] (INT_LEAST32_MIN): Likewise.
31587 [C99-based standards] (INT_LEAST32_MAX): Likewise.
31588 [C99-based standards] (INT_LEAST64_MIN): Likewise.
31589 [C99-based standards] (INT_LEAST64_MAX): Likewise.
31590 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
31591 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
31592 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
31593 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
31594 [C99-based standards] (INT_FAST8_MIN): Likewise.
31595 [C99-based standards] (INT_FAST8_MAX): Likewise.
31596 [C99-based standards] (INT_FAST16_MIN): Likewise.
31597 [C99-based standards] (INT_FAST16_MAX): Likewise.
31598 [C99-based standards] (INT_FAST32_MIN): Likewise.
31599 [C99-based standards] (INT_FAST32_MAX): Likewise.
31600 [C99-based standards] (INT_FAST64_MIN): Likewise.
31601 [C99-based standards] (INT_FAST64_MAX): Likewise.
31602 [C99-based standards] (UINT_FAST8_MAX): Likewise.
31603 [C99-based standards] (UINT_FAST16_MAX): Likewise.
31604 [C99-based standards] (UINT_FAST32_MAX): Likewise.
31605 [C99-based standards] (UINT_FAST64_MAX): Likewise.
31606 [C99-based standards] (INTPTR_MIN): Likewise.
31607 [C99-based standards] (INTPTR_MAX): Likewise.
31608 [C99-based standards] (UINTPTR_MAX): Likewise.
31609 [C99-based standards] (INTMAX_MIN): Likewise.
31610 [C99-based standards] (INTMAX_MAX): Likewise.
31611 [C99-based standards] (UINTMAX_MAX): Likewise.
31612 [C99-based standards] (PTRDIFF_MIN): Likewise.
31613 [C99-based standards] (PTRDIFF_MAX): Likewise.
31614 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
31615 [C99-based standards] (SIZE_MAX): Likewise.
31616 [C99-based standards] (WCHAR_MAX): Likewise.
31617 [C99-based standards] (WINT_MAX): Likewise.
31618 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
31619 constraint on value.
31620 [C99-based standards] (WCHAR_MIN): Likewise.
31621 [C99-based standards] (WINT_MIN): Likewise.
31622 [C99-based standards] (*_t): Allow.
31623 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
31624 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
31625 Include math.h-data and complex.h-data. Remove all expectations
31626 of math.h and complex.h contents.
31627 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
31628 at end of line.
31629 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
31630 (struct tm): Expect tag.
31631 [C99-based-standards] (wcstof): Expect function.
31632 [C99-based-standards] (wcstold): Likewise.
31633 [C99-based-standards] (wcstoll): Likewise.
31634 [C99-based-standards] (wcstoull): Likewise.
31635 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
31636 macro-int-constant. Specify type.
31637 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
31638 constraint on value.
31639 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31640 Specify type.
31641 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
31642 Specify value.
31643 [ISO C standards]: Do not allow headers.
31644 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
31645 wcs[abcdefghijklmnopqrstuvwxyz]*.
31646 [ISO C standards] (*_t): Do not allow.
31647 * conform/data/wctype.h-data [C99-based standards] (iswblank):
31648 Expect function.
31649 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
31650 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31651 Specify type.
31652 [ISO C standards]: Do not allow headers.
31653 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
31654 is[abcdefghijklmnopqrstuvwxyz]*.
31655 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
31656 to[abcdefghijklmnopqrstuvwxyz]*.
31657 [ISO C standards] (*_t): Do not allow.
31658 * conform/data/stdalign.h-data: New file.
31659 * conform/data/stdbool.h-data: Likewise.
31660 * conform/data/stdnoreturn.h-data: Likewise.
31661
7514feb8
RM
316622012-11-07 Roland McGrath <roland@hack.frob.com>
31663
31664 [BZ #14815]
31665 * manual/filesys.texi (Directory Entries): Typo fix.
31666 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
31667
19b2ecfc
MS
316682012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31669
31670 * elf/elf.h (EM_AARCH64): New macro.
31671 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
31672 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
31673 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
31674 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
31675 (R_AARCH64_TLSDESC): Likewise.
31676 (NT_ARM_TLS): Likewise.
31677 (NT_ARM_HW_BREAK): Likewise.
31678 (NT_ARM_HW_WATCH): Likewise.
31679
60e235ee
JM
316802012-11-07 Joseph Myers <joseph@codesourcery.com>
31681
31682 [BZ #14811]
31683 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
31684 (__ieee754_powl): Saturate nonzero exponents with absolute value
31685 below 0x1p-79 to +/- 0x1p-79.
31686 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
31687 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
31688 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
31689 nonzero exponents with absolute value below 0x1p-32 to +/-
31690 0x1p-32.
31691 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
31692 (__ieee754_powl): Saturate nonzero exponents with absolute value
31693 below 0x1p-79 to +/- 0x1p-79.
31694 * math/libm-test.inc (pow_test): Add more tests.
31695
0ab234b7
AK
316962012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31697
31698 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
31699 _dl_s390_cap_flags with kernel. Increase string length.
31700 (_dl_s390_platforms): Add z196 and zEC12.
31701
45832f74
JM
317022012-11-07 Joseph Myers <joseph@codesourcery.com>
31703
31704 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
31705 Change XOPEN21K to XOPEN2K.
31706
19218757
MK
317072012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
31708
31709 * string/memmove.c: Use memcpy when possible.
31710
c5f45721
AJ
317112012-11-06 Andreas Jaeger <aj@suse.de>
31712
31713 * po/eo.po: Update from translation team.
31714
82477c28
JM
317152012-11-06 Joseph Myers <joseph@codesourcery.com>
31716
31717 [BZ #14793]
31718 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
31719 exponent and small x and y exponents, scale x or y up. Increase
31720 by 2 the exponent used in scaling up.
31721 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31722 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31723 * math/libm-test.inc (fma_test): Add more tests.
31724 (fma_test_towardzero): Likewise.
31725 (fma_test_downward): Likewise.
31726 (fma_test_upward): Likewise.
31727
99252c8c
JM
317282012-11-05 Joseph Myers <joseph@codesourcery.com>
31729
acfa885f
JM
31730 [BZ #14805]
31731 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
31732 fenv_t *.
31733
99252c8c
JM
31734 [BZ #14801]
31735 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
31736 namespace for names of struct fields.
31737 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
31738 fenv_t fields.
31739 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
31740 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
31741
d6d98dea
ST
317422012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
31743
31744 [BZ #3665]
31745 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
31746
e10bb107
TS
317472012-11-04 Thomas Schwinge <thomas@codesourcery.com>
31748
31749 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
31750 PTR_DEMANGLE.
31751
31752 [BZ #5246]
31753 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
31754 PTR_DEMANGLE.
31755
a0c2940d
JM
317562012-11-04 Joseph Myers <joseph@codesourcery.com>
31757
31758 [BZ #14797]
31759 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
31760 definitely overflow as x * y not x * y + z.
31761 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31762 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31763 * math/libm-test.inc (fma_test): Add more tests.
31764 (fma_test_towardzero): Likewise.
31765 (fma_test_downward): Likewise.
31766 (fma_test_upward): Likewise.
31767
b830319d
TS
317682012-11-04 Thomas Schwinge <thomas@codesourcery.com>
31769
31770 [BZ #157]
31771
31772 * include/stub-tag.h: Remove file.
31773 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
31774 '#include' of it.
31775 * manual/maint.texi (Porting): Don't reference it.
31776 * Makerules ($(objpfx)stubs): Likewise.
31777 * dirent/closedir.c: Don't include <stub-tag.h>.
31778 * dirent/dirfd.c: Likewise.
31779 * dirent/fdopendir.c: Likewise.
31780 * dirent/getdents.c: Likewise.
31781 * dirent/getdents64.c: Likewise.
31782 * dirent/opendir.c: Likewise.
31783 * dirent/readdir.c: Likewise.
31784 * dirent/readdir64.c: Likewise.
31785 * dirent/readdir64_r.c: Likewise.
31786 * dirent/readdir_r.c: Likewise.
31787 * dirent/rewinddir.c: Likewise.
31788 * dirent/seekdir.c: Likewise.
31789 * dirent/telldir.c: Likewise.
31790 * gmon/profil.c: Likewise.
31791 * grp/setgroups.c: Likewise.
31792 * inet/if_index.c: Likewise.
31793 * io/access.c: Likewise.
31794 * io/chdir.c: Likewise.
31795 * io/chmod.c: Likewise.
31796 * io/chown.c: Likewise.
31797 * io/close.c: Likewise.
31798 * io/dup.c: Likewise.
31799 * io/dup2.c: Likewise.
31800 * io/dup3.c: Likewise.
31801 * io/euidaccess.c: Likewise.
31802 * io/faccessat.c: Likewise.
31803 * io/fchdir.c: Likewise.
31804 * io/fchmod.c: Likewise.
31805 * io/fchmodat.c: Likewise.
31806 * io/fchown.c: Likewise.
31807 * io/fchownat.c: Likewise.
31808 * io/fcntl.c: Likewise.
31809 * io/flock.c: Likewise.
31810 * io/fstatfs.c: Likewise.
31811 * io/fstatfs64.c: Likewise.
31812 * io/fstatvfs.c: Likewise.
31813 * io/fstatvfs64.c: Likewise.
31814 * io/futimens.c: Likewise.
31815 * io/fxstat.c: Likewise.
31816 * io/fxstat64.c: Likewise.
31817 * io/fxstatat.c: Likewise.
31818 * io/fxstatat64.c: Likewise.
31819 * io/getcwd.c: Likewise.
31820 * io/isatty.c: Likewise.
31821 * io/lchmod.c: Likewise.
31822 * io/lchown.c: Likewise.
31823 * io/link.c: Likewise.
31824 * io/linkat.c: Likewise.
31825 * io/lseek.c: Likewise.
31826 * io/lseek64.c: Likewise.
31827 * io/lxstat64.c: Likewise.
31828 * io/mkdir.c: Likewise.
31829 * io/mkdirat.c: Likewise.
31830 * io/mkfifo.c: Likewise.
31831 * io/mkfifoat.c: Likewise.
31832 * io/open.c: Likewise.
31833 * io/open64.c: Likewise.
31834 * io/openat.c: Likewise.
31835 * io/openat64.c: Likewise.
31836 * io/pipe.c: Likewise.
31837 * io/pipe2.c: Likewise.
31838 * io/poll.c: Likewise.
31839 * io/posix_fadvise.c: Likewise.
31840 * io/posix_fadvise64.c: Likewise.
31841 * io/posix_fallocate.c: Likewise.
31842 * io/posix_fallocate64.c: Likewise.
31843 * io/read.c: Likewise.
31844 * io/readlink.c: Likewise.
31845 * io/readlinkat.c: Likewise.
31846 * io/rmdir.c: Likewise.
31847 * io/sendfile.c: Likewise.
31848 * io/sendfile64.c: Likewise.
31849 * io/statfs.c: Likewise.
31850 * io/statfs64.c: Likewise.
31851 * io/statvfs.c: Likewise.
31852 * io/statvfs64.c: Likewise.
31853 * io/symlink.c: Likewise.
31854 * io/symlinkat.c: Likewise.
31855 * io/ttyname.c: Likewise.
31856 * io/ttyname_r.c: Likewise.
31857 * io/umask.c: Likewise.
31858 * io/unlink.c: Likewise.
31859 * io/unlinkat.c: Likewise.
31860 * io/utime.c: Likewise.
31861 * io/utimensat.c: Likewise.
31862 * io/write.c: Likewise.
31863 * io/xmknod.c: Likewise.
31864 * io/xmknodat.c: Likewise.
31865 * io/xstat.c: Likewise.
31866 * io/xstat64.c: Likewise.
31867 * login/getpt.c: Likewise.
31868 * login/grantpt.c: Likewise.
31869 * login/unlockpt.c: Likewise.
31870 * math/e_acoshl.c: Likewise.
31871 * math/e_acosl.c: Likewise.
31872 * math/e_asinl.c: Likewise.
31873 * math/e_atan2l.c: Likewise.
31874 * math/e_atanhl.c: Likewise.
31875 * math/e_coshl.c: Likewise.
31876 * math/e_expl.c: Likewise.
31877 * math/e_fmodl.c: Likewise.
31878 * math/e_gammal_r.c: Likewise.
31879 * math/e_hypotl.c: Likewise.
31880 * math/e_j0l.c: Likewise.
31881 * math/e_j1l.c: Likewise.
31882 * math/e_jnl.c: Likewise.
31883 * math/e_lgammal_r.c: Likewise.
31884 * math/e_log10l.c: Likewise.
31885 * math/e_log2l.c: Likewise.
31886 * math/e_logl.c: Likewise.
31887 * math/e_powl.c: Likewise.
31888 * math/e_rem_pio2l.c: Likewise.
31889 * math/e_sinhl.c: Likewise.
31890 * math/e_sqrtl.c: Likewise.
31891 * math/fclrexcpt.c: Likewise.
31892 * math/fedisblxcpt.c: Likewise.
31893 * math/feenablxcpt.c: Likewise.
31894 * math/fegetenv.c: Likewise.
31895 * math/fegetexcept.c: Likewise.
31896 * math/fegetround.c: Likewise.
31897 * math/feholdexcpt.c: Likewise.
31898 * math/fesetenv.c: Likewise.
31899 * math/fesetround.c: Likewise.
31900 * math/feupdateenv.c: Likewise.
31901 * math/fgetexcptflg.c: Likewise.
31902 * math/fraiseexcpt.c: Likewise.
31903 * math/fsetexcptflg.c: Likewise.
31904 * math/ftestexcept.c: Likewise.
31905 * math/k_cosl.c: Likewise.
31906 * math/k_rem_pio2l.c: Likewise.
31907 * math/k_sinl.c: Likewise.
31908 * math/k_tanl.c: Likewise.
31909 * math/s_asinhl.c: Likewise.
31910 * math/s_atanl.c: Likewise.
31911 * math/s_cbrtl.c: Likewise.
31912 * math/s_erfl.c: Likewise.
31913 * math/s_expm1l.c: Likewise.
31914 * math/s_log1pl.c: Likewise.
31915 * math/s_tanhl.c: Likewise.
31916 * misc/acct.c: Likewise.
31917 * misc/brk.c: Likewise.
31918 * misc/chflags.c: Likewise.
31919 * misc/chroot.c: Likewise.
31920 * misc/fchflags.c: Likewise.
31921 * misc/fgetxattr.c: Likewise.
31922 * misc/flistxattr.c: Likewise.
31923 * misc/fremovexattr.c: Likewise.
31924 * misc/fsetxattr.c: Likewise.
31925 * misc/fsync.c: Likewise.
31926 * misc/ftruncate.c: Likewise.
31927 * misc/futimes.c: Likewise.
31928 * misc/futimesat.c: Likewise.
31929 * misc/getdomain.c: Likewise.
31930 * misc/getdtsz.c: Likewise.
31931 * misc/gethostid.c: Likewise.
31932 * misc/gethostname.c: Likewise.
31933 * misc/getloadavg.c: Likewise.
31934 * misc/getpagesize.c: Likewise.
31935 * misc/getsysstats.c: Likewise.
31936 * misc/getxattr.c: Likewise.
31937 * misc/gtty.c: Likewise.
31938 * misc/ioctl.c: Likewise.
31939 * misc/lgetxattr.c: Likewise.
31940 * misc/listxattr.c: Likewise.
31941 * misc/llistxattr.c: Likewise.
31942 * misc/lremovexattr.c: Likewise.
31943 * misc/lsetxattr.c: Likewise.
31944 * misc/lutimes.c: Likewise.
31945 * misc/madvise.c: Likewise.
31946 * misc/mincore.c: Likewise.
31947 * misc/mlock.c: Likewise.
31948 * misc/mlockall.c: Likewise.
31949 * misc/mmap.c: Likewise.
31950 * misc/mprotect.c: Likewise.
31951 * misc/msync.c: Likewise.
31952 * misc/munlock.c: Likewise.
31953 * misc/munlockall.c: Likewise.
31954 * misc/munmap.c: Likewise.
31955 * misc/preadv.c: Likewise.
31956 * misc/preadv64.c: Likewise.
31957 * misc/ptrace.c: Likewise.
31958 * misc/pwritev.c: Likewise.
31959 * misc/pwritev64.c: Likewise.
31960 * misc/readv.c: Likewise.
31961 * misc/reboot.c: Likewise.
31962 * misc/remap_file_pages.c: Likewise.
31963 * misc/removexattr.c: Likewise.
31964 * misc/revoke.c: Likewise.
31965 * misc/select.c: Likewise.
31966 * misc/setdomain.c: Likewise.
31967 * misc/setegid.c: Likewise.
31968 * misc/seteuid.c: Likewise.
31969 * misc/sethostid.c: Likewise.
31970 * misc/sethostname.c: Likewise.
31971 * misc/setregid.c: Likewise.
31972 * misc/setreuid.c: Likewise.
31973 * misc/setxattr.c: Likewise.
31974 * misc/sstk.c: Likewise.
31975 * misc/stty.c: Likewise.
31976 * misc/swapoff.c: Likewise.
31977 * misc/swapon.c: Likewise.
31978 * misc/sync.c: Likewise.
31979 * misc/syncfs.c: Likewise.
31980 * misc/syscall.c: Likewise.
31981 * misc/truncate.c: Likewise.
31982 * misc/ualarm.c: Likewise.
31983 * misc/usleep.c: Likewise.
31984 * misc/ustat.c: Likewise.
31985 * misc/utimes.c: Likewise.
31986 * misc/vhangup.c: Likewise.
31987 * misc/writev.c: Likewise.
31988 * posix/_exit.c: Likewise.
31989 * posix/alarm.c: Likewise.
31990 * posix/execve.c: Likewise.
31991 * posix/fexecve.c: Likewise.
31992 * posix/fork.c: Likewise.
31993 * posix/fpathconf.c: Likewise.
31994 * posix/getaddrinfo.c: Likewise.
31995 * posix/getegid.c: Likewise.
31996 * posix/geteuid.c: Likewise.
31997 * posix/getgid.c: Likewise.
31998 * posix/getgroups.c: Likewise.
31999 * posix/getlogin.c: Likewise.
32000 * posix/getlogin_r.c: Likewise.
32001 * posix/getpgid.c: Likewise.
32002 * posix/getpid.c: Likewise.
32003 * posix/getppid.c: Likewise.
32004 * posix/getresgid.c: Likewise.
32005 * posix/getresuid.c: Likewise.
32006 * posix/getsid.c: Likewise.
32007 * posix/getuid.c: Likewise.
32008 * posix/glob64.c: Likewise.
32009 * posix/nanosleep.c: Likewise.
32010 * posix/pathconf.c: Likewise.
32011 * posix/pause.c: Likewise.
32012 * posix/posix_madvise.c: Likewise.
32013 * posix/pread.c: Likewise.
32014 * posix/pread64.c: Likewise.
32015 * posix/pwrite.c: Likewise.
32016 * posix/pwrite64.c: Likewise.
32017 * posix/sched_getaffinity.c: Likewise.
32018 * posix/sched_getp.c: Likewise.
32019 * posix/sched_gets.c: Likewise.
32020 * posix/sched_primax.c: Likewise.
32021 * posix/sched_primin.c: Likewise.
32022 * posix/sched_rr_gi.c: Likewise.
32023 * posix/sched_setaffinity.c: Likewise.
32024 * posix/sched_setp.c: Likewise.
32025 * posix/sched_sets.c: Likewise.
32026 * posix/sched_yield.c: Likewise.
32027 * posix/setgid.c: Likewise.
32028 * posix/setlogin.c: Likewise.
32029 * posix/setpgid.c: Likewise.
32030 * posix/setresgid.c: Likewise.
32031 * posix/setresuid.c: Likewise.
32032 * posix/setsid.c: Likewise.
32033 * posix/setuid.c: Likewise.
32034 * posix/sleep.c: Likewise.
32035 * posix/spawni.c: Likewise.
32036 * posix/sysconf.c: Likewise.
32037 * posix/times.c: Likewise.
32038 * posix/wait.c: Likewise.
32039 * posix/wait3.c: Likewise.
32040 * posix/wait4.c: Likewise.
32041 * posix/waitpid.c: Likewise.
32042 * resolv/gai_sigqueue.c: Likewise.
32043 * resource/getpriority.c: Likewise.
32044 * resource/getrlimit.c: Likewise.
32045 * resource/getrusage.c: Likewise.
32046 * resource/nice.c: Likewise.
32047 * resource/setpriority.c: Likewise.
32048 * resource/setrlimit.c: Likewise.
32049 * resource/ulimit.c: Likewise.
32050 * rt/aio_cancel.c: Likewise.
32051 * rt/aio_fsync.c: Likewise.
32052 * rt/aio_read.c: Likewise.
32053 * rt/aio_sigqueue.c: Likewise.
32054 * rt/aio_suspend.c: Likewise.
32055 * rt/aio_write.c: Likewise.
32056 * rt/clock_getres.c: Likewise.
32057 * rt/clock_gettime.c: Likewise.
32058 * rt/clock_nanosleep.c: Likewise.
32059 * rt/clock_settime.c: Likewise.
32060 * rt/lio_listio.c: Likewise.
32061 * rt/mq_close.c: Likewise.
32062 * rt/mq_getattr.c: Likewise.
32063 * rt/mq_notify.c: Likewise.
32064 * rt/mq_open.c: Likewise.
32065 * rt/mq_receive.c: Likewise.
32066 * rt/mq_send.c: Likewise.
32067 * rt/mq_setattr.c: Likewise.
32068 * rt/mq_timedreceive.c: Likewise.
32069 * rt/mq_timedsend.c: Likewise.
32070 * rt/mq_unlink.c: Likewise.
32071 * rt/shm_open.c: Likewise.
32072 * rt/shm_unlink.c: Likewise.
32073 * rt/timer_create.c: Likewise.
32074 * rt/timer_delete.c: Likewise.
32075 * rt/timer_getoverr.c: Likewise.
32076 * rt/timer_gettime.c: Likewise.
32077 * rt/timer_settime.c: Likewise.
32078 * setjmp/__longjmp.c: Likewise.
32079 * setjmp/setjmp.c: Likewise.
32080 * signal/kill.c: Likewise.
32081 * signal/killpg.c: Likewise.
32082 * signal/raise.c: Likewise.
32083 * signal/sigaction.c: Likewise.
32084 * signal/sigaltstack.c: Likewise.
32085 * signal/sigblock.c: Likewise.
32086 * signal/sigignore.c: Likewise.
32087 * signal/sigintr.c: Likewise.
32088 * signal/signal.c: Likewise.
32089 * signal/sigpause.c: Likewise.
32090 * signal/sigpending.c: Likewise.
32091 * signal/sigqueue.c: Likewise.
32092 * signal/sigreturn.c: Likewise.
32093 * signal/sigset.c: Likewise.
32094 * signal/sigsetmask.c: Likewise.
32095 * signal/sigstack.c: Likewise.
32096 * signal/sigsuspend.c: Likewise.
32097 * signal/sigtimedwait.c: Likewise.
32098 * signal/sigvec.c: Likewise.
32099 * signal/sigwait.c: Likewise.
32100 * signal/sigwaitinfo.c: Likewise.
32101 * signal/sysv_signal.c: Likewise.
32102 * socket/accept.c: Likewise.
32103 * socket/accept4.c: Likewise.
32104 * socket/bind.c: Likewise.
32105 * socket/connect.c: Likewise.
32106 * socket/getpeername.c: Likewise.
32107 * socket/getsockname.c: Likewise.
32108 * socket/getsockopt.c: Likewise.
32109 * socket/isfdtype.c: Likewise.
32110 * socket/listen.c: Likewise.
32111 * socket/recv.c: Likewise.
32112 * socket/recvfrom.c: Likewise.
32113 * socket/recvmsg.c: Likewise.
32114 * socket/send.c: Likewise.
32115 * socket/sendmsg.c: Likewise.
32116 * socket/sendto.c: Likewise.
32117 * socket/setsockopt.c: Likewise.
32118 * socket/shutdown.c: Likewise.
32119 * socket/sockatmark.c: Likewise.
32120 * socket/socket.c: Likewise.
32121 * socket/socketpair.c: Likewise.
32122 * stdio-common/ctermid.c: Likewise.
32123 * stdio-common/cuserid.c: Likewise.
32124 * stdio-common/remove.c: Likewise.
32125 * stdio-common/rename.c: Likewise.
32126 * stdio-common/renameat.c: Likewise.
32127 * stdio-common/tempname.c: Likewise.
32128 * stdlib/getcontext.c: Likewise.
32129 * stdlib/makecontext.c: Likewise.
32130 * stdlib/setcontext.c: Likewise.
32131 * stdlib/swapcontext.c: Likewise.
32132 * stdlib/system.c: Likewise.
32133 * streams/fattach.c: Likewise.
32134 * streams/fdetach.c: Likewise.
32135 * streams/getmsg.c: Likewise.
32136 * streams/getpmsg.c: Likewise.
32137 * streams/putmsg.c: Likewise.
32138 * streams/putpmsg.c: Likewise.
32139 * sysdeps/unix/bsd/getpt.c: Likewise.
32140 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32141 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32142 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32143 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32144 Likewise.
32145 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32146 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32147 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32148 * sysvipc/msgctl.c: Likewise.
32149 * sysvipc/msgget.c: Likewise.
32150 * sysvipc/msgrcv.c: Likewise.
32151 * sysvipc/msgsnd.c: Likewise.
32152 * sysvipc/semctl.c: Likewise.
32153 * sysvipc/semget.c: Likewise.
32154 * sysvipc/semop.c: Likewise.
32155 * sysvipc/semtimedop.c: Likewise.
32156 * sysvipc/shmat.c: Likewise.
32157 * sysvipc/shmctl.c: Likewise.
32158 * sysvipc/shmdt.c: Likewise.
32159 * sysvipc/shmget.c: Likewise.
32160 * termios/tcdrain.c: Likewise.
32161 * termios/tcflow.c: Likewise.
32162 * termios/tcflush.c: Likewise.
32163 * termios/tcgetattr.c: Likewise.
32164 * termios/tcgetpgrp.c: Likewise.
32165 * termios/tcsendbrk.c: Likewise.
32166 * termios/tcsetattr.c: Likewise.
32167 * termios/tcsetpgrp.c: Likewise.
32168 * time/adjtime.c: Likewise.
32169 * time/clock.c: Likewise.
32170 * time/getitimer.c: Likewise.
32171 * time/gettimeofday.c: Likewise.
32172 * time/setitimer.c: Likewise.
32173 * time/settimeofday.c: Likewise.
32174 * time/stime.c: Likewise.
32175 * time/time.c: Likewise.
32176
321772012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 32178
a20492cf
PT
32179 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32180 /usr/old/bin.
32181
72e182e3
PT
32182 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32183 instead of spaces.
32184 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32185
fbeafede
JM
321862012-11-03 Joseph Myers <joseph@codesourcery.com>
32187
5b5b04d6
JM
32188 [BZ #14796]
32189 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32190 FE_TONEAREST before applying Dekker multiplication and Knuth
32191 addition. Clear inexact exceptions and check for exact zero
32192 results afterwards.
32193 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32194 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32195 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32196 * math/libm-test.inc (fma_test): Add more tests.
32197 (fma_test_towardzero): Likewise.
32198 (fma_test_downward): Likewise.
32199 (fma_test_upward): Likewise.
32200 * sysdeps/generic/math_private.h (default_libc_fesetround): New
32201 function.
32202 (libc_fesetround): New macro.
32203 (libc_fesetroundf): Likewise.
32204 (libc_fesetroundl): Likewise.
32205 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32206 function.
32207 (libc_fesetround_387): Likewise.
32208 (libc_fesetroundf): New macro.
32209 (libc_fesetround): Likewise.
32210 (libc_fesetroundl): Likewise.
32211 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32212 function.
32213 (libc_fesetroundf): New macro.
32214 (libc_fesetround): Likewise.
32215 (libc_fesetroundl): Likewise.
32216 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32217 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32218 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32219 libm_hidden_ver.
32220 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32221 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32222 libm_hidden_def.
32223 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32224 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32225 libm_hidden_ver.
32226 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32227 libm_hidden_def.
32228
fbeafede
JM
32229 [BZ #3439]
32230 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32231 integer constant usable in #if and use that to give value to enum
32232 constant.
32233 (FE_DIVBYZERO): Likewise.
32234 (FE_UNDERFLOW): Likewise.
32235 (FE_OVERFLOW): Likewise.
32236 (FE_INVALID): Likewise.
32237 (FE_INVALID_SNAN): Likewise.
32238 (FE_INVALID_ISI): Likewise.
32239 (FE_INVALID_IDI): Likewise.
32240 (FE_INVALID_ZDZ): Likewise.
32241 (FE_INVALID_IMZ): Likewise.
32242 (FE_INVALID_COMPARE): Likewise.
32243 (FE_INVALID_SOFTWARE): Likewise.
32244 (FE_INVALID_SQRT): Likewise.
32245 (FE_INVALID_INTEGER_CONVERSION): Likewise.
32246 (FE_TONEAREST): Likewise.
32247 (FE_TOWARDZERO): Likewise.
32248 (FE_UPWARD): Likewise.
32249 (FE_DOWNWARD): Likewise.
32250 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32251 (FE_DIVBYZERO): Likewise.
32252 (FE_OVERFLOW): Likewise.
32253 (FE_UNDERFLOW): Likewise.
32254 (FE_INEXACT): Likewise.
32255 (FE_TONEAREST): Likewise.
32256 (FE_DOWNWARD): Likewise.
32257 (FE_UPWARD): Likewise.
32258 (FE_TOWARDZERO): Likewise.
32259 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32260 (FE_UNDERFLOW): Likewise.
32261 (FE_OVERFLOW): Likewise.
32262 (FE_DIVBYZERO): Likewise.
32263 (FE_INVALID): Likewise.
32264 (FE_TONEAREST): Likewise.
32265 (FE_TOWARDZERO): Likewise.
32266 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32267 (FE_OVERFLOW): Likewise.
32268 (FE_UNDERFLOW): Likewise.
32269 (FE_DIVBYZERO): Likewise.
32270 (FE_INEXACT): Likewise.
32271 (FE_TONEAREST): Likewise.
32272 (FE_TOWARDZERO): Likewise.
32273 (FE_UPWARD): Likewise.
32274 (FE_DOWNWARD): Likewise.
32275 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32276 (FE_DIVBYZERO): Likewise.
32277 (FE_OVERFLOW): Likewise.
32278 (FE_UNDERFLOW): Likewise.
32279 (FE_INEXACT): Likewise.
32280 (FE_TONEAREST): Likewise.
32281 (FE_DOWNWARD): Likewise.
32282 (FE_UPWARD): Likewise.
32283 (FE_TOWARDZERO): Likewise.
32284
105ca950
CM
322852012-11-02 Chris Metcalf <cmetcalf@tilera.com>
32286
32287 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32288
a542b389
AS
322892012-11-03 Andreas Schwab <schwab@linux-m68k.org>
32290
32291 * scripts/cross-test-ssh.sh (command): Use newlines to separate
32292 commands. Quote $PWD.
32293 (blacklist_exports): Don't use remove_newlines. Replace "declare
32294 -x" by "export".
32295 (remove_newlines): Remove.
32296
f62c8abc
L
322972012-11-02 H.J. Lu <hongjiu.lu@intel.com>
32298
32299 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32300 * stdlib/stdlib.h (atof): Moved to ...
32301 * include/bits/stdlib-float.h: Here. New file.
32302 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32303 * stdlib/bits/stdlib-float.h: New file.
32304 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32305 -mno-sse -mno-mmx.
32306 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32307 <xmmintrin.h>.
32308
0155d5b2
JM
323092012-11-02 Joseph Myers <joseph@codesourcery.com>
32310
a68d0680
JM
32311 * conform/conformtest.pl (@headers): Add fenv.h.
32312 * conform/data/fenv.h-data: New file.
32313 * include/fenv.h [_ISOMAC]: Disable all contents of file except
32314 include of <math/fenv.h>.
32315
caf7f573
JM
32316 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32317 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32318 && !UNIX98]. Enables tests for XOPEN2K8.
32319 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32320 POSIX2008]: Likewise.
32321
6c073ad6
JM
32322 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32323 (struct rusage): Do not expect type or its members.
32324
0155d5b2
JM
32325 [BZ #3439]
32326 * math/math.h (FP_NAN): Define macro to integer constant usable in
32327 #if and use that to give value to enum constant.
32328 (FP_INFINITE): Likewise.
32329 (FP_ZERO): Likewise.
32330 (FP_SUBNORMAL): Likewise.
32331 (FP_NORMAL): Likewise.
32332
b5dcacb4
AS
323332012-11-02 Andreas Schwab <schwab@linux-m68k.org>
32334
32335 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32336 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32337 arguments.
32338
f7934be8
RM
323392012-11-02 Roland McGrath <roland@hack.frob.com>
32340
32341 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32342 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32343 autoconf-time if not.
32344 * configure.in: Remove AC_PREREQ.
32345
d7d08bde
TMQMF
323462012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
32347
32348 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32349 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32350 of the internal implementation.
32351
dcdae19a
JM
323522012-11-02 Joseph Myers <joseph@codesourcery.com>
32353
32354 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32355 except include of <misc/sys/syslog.h>.
32356
d6cffd3e
AS
323572012-11-01 Andreas Schwab <schwab@linux-m68k.org>
32358
32359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32360 function returns with a NULL context exit with zero.
32361
b3563932
TMQMF
323622012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
32363
32364 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32365
b288a93d
L
323662012-11-01 H.J. Lu <hongjiu.lu@intel.com>
32367
32368 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32369 (run_program_cmd): This.
32370 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32371 (tst_langinfo): New variable. Use it.
32372
a2421a68
SAS
323732012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
32374
32375 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32376 floating point opcodes.
32377
6f796e1b
TS
323782012-11-01 Thomas Schwinge <thomas@codesourcery.com>
32379
7402596b
TS
32380 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32381 variable.
32382
d0d4f868
TS
32383 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32384
6f796e1b
TS
32385 * sysdeps/mach/hurd/powerpc: Remove directory.
32386 * sysdeps/mach/powerpc: Likewise.
32387
4da224a2
AS
323882012-11-01 Andreas Schwab <schwab@linux-m68k.org>
32389
32390 * scripts/check-local-headers.sh: Ignore c++ headers.
32391
341dd673
TS
323922012-11-01 Thomas Schwinge <thomas@codesourcery.com>
32393
32394 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32395 __libc_cleanup_region_start argument.
32396
473611b2
JM
323972012-11-01 Joseph Myers <joseph@codesourcery.com>
32398
32399 [BZ #14784]
32400 [BZ #14785]
32401 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32402 x * y using scaling, not as x * y + z.
32403 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32404 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32405 * math/libm-test.inc (fma_test): Add more tests.
32406 (fma_test_towardzero): Likewise.
32407 (fma_test_downward): Likewise.
32408 (fma_test_upward): Likewise.
32409
4078da3d
TS
324102012-11-01 Thomas Schwinge <thomas@codesourcery.com>
32411
32412 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32413
903252aa
JM
324142012-10-31 Joseph Myers <joseph@codesourcery.com>
32415
32416 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32417 New variable.
32418
cbc818d0
TS
324192012-10-31 Thomas Schwinge <thomas@codesourcery.com>
32420
32421 * rt/tst-shm.c (worker): Correct checking for mmap failure.
32422
5a03cb1e
AS
324232012-10-31 Andreas Schwab <schwab@linux-m68k.org>
32424
32425 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32426 Fix sort order.
32427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32428 Likewise.
32429
90aff2ff
TMQMF
324302012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
32431
32432 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32433 Fix the order of the list for glibc 2.17.
32434 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32435 Likewise.
32436
1818fcb7
AS
324372012-10-31 Andreas Schwab <schwab@linux-m68k.org>
32438
32439 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32440
ef82f4da
JM
324412012-10-31 Joseph Myers <joseph@codesourcery.com>
32442
16a0e2ec
JM
32443 [BZ #14610]
32444 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32445 for low part of x being zero before using __atanl (y).
32446 * math/libm-test.inc (atan2_test): Add another test.
32447
0eb69512
JM
32448 * manual/install.texi (Configuring and compiling): Document
32449 general use of test-wrapper and test-wrapper-env.
32450 * INSTALL: Regenerated.
32451
ef82f4da
JM
32452 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32453 (__fma): Do not extract and scale down low bits on after-rounding
32454 systems when result rounded to normal precision would have normal
32455 exponent.
32456 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32457 (__fmal): Do not extract and scale down low bits on after-rounding
32458 systems when result rounded to normal precision would have normal
32459 exponent.
32460 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32461 (__fmal): Do not extract and scale down low bits on after-rounding
32462 systems when result rounded to normal precision would have normal
32463 exponent.
32464 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32465 macro.
32466 (fma_test): Add more tests.
32467 (fma_test_towardzero): Likewise.
32468 (fma_test_downward): Likewise.
32469 (fma_test_upward): Likewise.
32470
954ef0d9
L
324712012-10-30 H.J. Lu <hongjiu.lu@intel.com>
32472
32473 * sysdeps/i386/tininess.h: Renamed to ...
32474 * sysdeps/x86/tininess.h: This.
32475 * sysdeps/x86_64/tininess.h: Removed.
32476
df61ffb2
JM
324772012-10-30 Joseph Myers <joseph@codesourcery.com>
32478
32479 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32480 input. Use $(build-program-cmd).
32481 ($(objpfx)tst-array1-static.out): Likewise.
32482 ($(objpfx)tst-array2.out): Likewise.
32483 ($(objpfx)tst-array3.out): Likewise.
32484 ($(objpfx)tst-array4.out): Likewise.
32485 ($(objpfx)tst-array5.out): Likewise.
32486 ($(objpfx)tst-array5-static.out): Likewise.
32487
01767843
CM
324882012-10-30 Chris Metcalf <cmetcalf@tilera.com>
32489
47cc1490
CM
32490 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32491 if defined.
32492
01767843
CM
32493 * nss/nsswitch.h (nss_interface_function): Provide new
32494 macro for use with NSS functions.
32495 * grp/initgroups.c: Use new macro.
32496 * nss/getXXbyYY.c: Likewise.
32497 * nss/getXXbyYY_r.c: Likewise.
32498 * nss/getXXent.c: Likewise.
32499 * nss/getXXent_r.c: Likewise.
32500 * sysdeps/posix/getaddrinfo.c: Likewise.
32501
8321aa97
AJ
325022012-10-30 Andreas Jaeger <aj@suse.de>
32503
32504 * po/ru.po: Update Russion translation from translation project.
32505
2a27fd6d
JM
325062012-10-30 Joseph Myers <joseph@codesourcery.com>
32507
8627a232
JM
32508 [BZ #14152]
32509 [BZ #14783]
32510 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32511 result and shift together with sticky bit instead of replicating
32512 round-to-nearest rounding.
32513 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32514 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32515 * math/libm-test.inc (fma_test): Add more tests. Do not permit
32516 missing underflow exceptions.
32517 (fma_test_towardzero): Add more tests.
32518 (fma_test_downward): Likewise.
32519 (fma_test_upward): Likewise.
32520
2a27fd6d
JM
32521 [BZ #14047]
32522 * sysdeps/generic/tininess.h: New file.
32523 * sysdeps/i386/tininess.h: Likewise.
32524 * sysdeps/sh/tininess.h: Likewise.
32525 * sysdeps/x86_64/tininess.h: Likewise.
32526 * stdlib/tst-strtod-underflow.c: Likewise.
32527 * stdlib/tst-tininess.c: Likewise.
32528 * stdlib/strtod_l.c: Include <tininess.h>.
32529 (round_and_return): Do not set errno for exact underflow cases.
32530 Force an underflow exception when setting errno for underflow.
32531 Determine underflow based on rounding to normal precision if
32532 TININESS_AFTER_ROUNDING.
32533 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
32534 ERANGE for exact underflow cases.
32535 * stdlib/Makefile (tests): Add tst-tininess and
32536 tst-strtod-underflow.
32537 ($(objpfx)tst-tininess): Use $(link-libm).
32538 ($(objpfx)tst-strtod-underflow): Likewise.
32539
e7170363
AJ
325402012-10-30 Andreas Jaeger <aj@suse.de>
32541
e5088dc6
AJ
32542 [BZ#14767]
32543 * elf/Makefile (tests): Remove conditional for have-initfini-array
32544 since this is now always required and the variable does not exist
32545 anymore.
32546 (tests-static): Likewise.
32547 (modules-names): Likewise.
32548
e7170363 32549 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
32550
32551 * elf/tst-array1.c (fini_array): Make writeable so that it can be
32552 merged with constructor/destructor.
32553 (init_array): Likewise.
32554 * elf/tst-array2dep.c (fini_array): Likewise.
32555 (init_array): Likewise.
32556
60457d8a
MF
325572012-10-29 Mike Frysinger <vapier@gentoo.org>
32558
32559 * manual/message.texi: Delete @cartouche tags.
32560
8bece752
PT
325612012-10-29 Pino Toscano <toscano.pino@tiscali.it>
32562
94ce799f
PT
32563 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
32564 EOPNOTSUPP.
32565 * sysdeps/mach/hurd/fsync.c: Likewise.
32566
8bece752
PT
32567 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
32568 [_POSIX_REALTIME_SIGNALS]: Change condition to
32569 [_POSIX_REALTIME_SIGNALS > 0].
32570
86ebe6b1
AJ
325712012-10-27 Andreas Jaeger <aj@suse.de>
32572
32573 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
32574 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
32575 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
32576 [__WORDSIZE != 64]: Likewise.
32577
54399c08
L
325782012-10-26 H.J. Lu <hongjiu.lu@intel.com>
32579
32580 * iconvdata/tst-table.sh: Remove ${SHELL}.
32581 * iconvdata/tst-tables.sh: Likewise.
32582
e2211bed
DM
325832012-10-25 David S. Miller <davem@davemloft.net>
32584
32585 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32586 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
32587 of strtoull.
32588
f303f97c
DM
32589 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
32590 ifunc-impl-list.c
32591 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32592 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
32593 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
32594 file.
32595
1e9d84cd
RM
325962012-10-25 Roland McGrath <roland@hack.frob.com>
32597
32598 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32599 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
32600 __getdirentries.
32601
df381762
JM
326022012-10-25 Joseph Myers <joseph@codesourcery.com>
32603 Jim Blandy <jimb@codesourcery.com>
32604
32605 * scripts/cross-test-ssh.sh: New file.
32606 * manual/install.texi (Configuring and compiling): Document use of
32607 cross-test-ssh.sh.
32608 * INSTALL: Regenerated.
32609
bff64913
PT
326102012-10-25 Pino Toscano <toscano.pino@tiscali.it>
32611
32612 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
32613 EOPNOTSUPP.
32614
25fe8932
JM
326152012-10-25 Joseph Myers <joseph@codesourcery.com>
32616
32617 * Makeconfig (run-program-prefix): Fix comment.
32618
cc1290d0
JM
326192012-10-24 Joseph Myers <joseph@codesourcery.com>
32620 Jim Blandy <jimb@codesourcery.com>
32621
32622 * Makeconfig (test-wrapper): New variable,
32623 (test-wrapper-env): Likewise.
32624 [$(cross-compiling) = yes && $(test-wrapper) != ""]
32625 (run-built-tests): Define to yes.
32626 (run-program-prefix): Use $(test-wrapper).
32627 (built-program-cmd): Likewise.
32628 * Rules (make-test-out): Use $(test-wrapper-env) and
32629 $(host-built-program-cmd).
32630 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
32631 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
32632 tst-pathopt.sh.
32633 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
32634 $(test-wrapper-env) to tst-rtld-load-self.sh.
32635 ($(objpfx)order2.out): Use $(test-wrapper).
32636 ($(objpfx)tst-initorder.out): Likewise.
32637 ($(objpfx)tst-initorder2.out): Likewise.
32638 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
32639 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
32640 (test_wrapper_env): New variable. Use it to run ld.so.
32641 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
32642 Use it to run ld.so.
32643 (test_wrapper_env): Likewise.
32644 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
32645 $(test-wrapper) to run-iconv-test.sh.
32646 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
32647 (ICONV): Use $test_wrapper.
32648 * posix/Makefile ($(objpfx)globtest.out): Pass
32649 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
32650 globtest.sh, not $(run-program-prefix).
32651 * posix/globtest.sh (run_via_rtld_prefix): New variable.
32652 (test_wrapper): Likewise.
32653 (test_wrapper_env): Likewise. Use it to run globtest with HOME
32654 set together with run_via_rtld_prefix.
32655 (run_program_prefix): Define in terms of test_wrapper and
32656 run_via_rtld_prefix.
32657
6e6249d0
RM
326582012-10-24 Roland McGrath <roland@hack.frob.com>
32659
32660 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
32661 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
32662 Targets removed.
32663
32664 [BZ #14743]
32665 * include/time.h: Remove librt_hidden_proto (clock_gettime).
32666 Declare __clock_getres, __clock_gettime, __clock_settime,
32667 __clock_nanosleep, and __clock_getcpuclockid.
32668 * rt/clock_gettime.c: Define __clock_gettime as an alias.
32669 Remove librt_hidden_def (clock_gettime).
32670 * sysdeps/unix/clock_gettime.c: Likewise.
32671 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
32672 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
32673 * rt/clock_getres.c: Define __clock_getres as an alias.
32674 * sysdeps/posix/clock_getres.c: Likewise.
32675 * rt/clock_settime.c: Define __clock_settime as an alias.
32676 * sysdeps/unix/clock_settime.c: Likewise.
32677 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
32678 * sysdeps/unix/clock_nanosleep.c: Likewise.
32679 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
32680 * rt/clock-compat.c: New file.
32681 * rt/Makefile (librt-routines): Add clock-compat and move
32682 $(clock-routines) to ...
32683 (routines): ... here, new variable.
32684 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
32685 Don't add get_clockfreq here.
32686 * rt/Versions (libc: GLIBC_2.17): New version set.
32687 Add clock_* symbols here.
32688 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
32689 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
32690 (GLIBC_2.17): Add clock_* symbols.
32691 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32692 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32693 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32694 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32695 Likewise.
32696 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32697 Likewise.
32698 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32699 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32700 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32701 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32702 * NEWS: Mention the move.
32703
32704 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
32705 Use __open, __read, __close rather than their public counterparts.
32706 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32707 (__get_clockfreq_via_cpuinfo): Likewise.
32708 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
32709 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
32710
32711 * config.h.in (HAVE_IFUNC): New #undef.
32712 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
32713 was successful.
32714 * configure: Regenerated.
32715
0cae3f4b
MF
327162012-10-24 Mike Frysinger <vapier@gentoo.org>
32717
32718 * configure.in: Move READELF check to start of file.
32719 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
32720 libc_cv_asm_gnu_indirect_function in the process.
32721 * configure: Regenerated.
32722
8175a253
MF
327232012-10-24 Mike Frysinger <vapier@gentoo.org>
32724
32725 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
32726 send the output to /dev/null.
32727 (libc_cv_cc_with_libunwind): Likewise.
32728 (libc_cv_as_noexecstack): Likewise.
32729 * configure: Regenerate.
32730
0708a7d1
JM
327312012-10-24 Joseph Myers <joseph@codesourcery.com>
32732
10b40d85
JM
32733 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
32734
0708a7d1
JM
32735 * posix/globtest.sh (TMPDIR): Do not set.
32736 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
32737 (testout): Likewise.
32738
9fddec1a
AJ
327392012-10-24 Andreas Jaeger <aj@suse.de>
32740
3a8db22f
AJ
32741 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
32742 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
32743 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
32744 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
32745 posix_fadvise64, posix_fallocate64.
32746
9fddec1a
AJ
32747 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
32748 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
32749 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
32750 Likewise.
32751 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
32752 Likewise.
32753 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
32754
32755 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
32756 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
32757 <bits/fcntl-linux.h>.
32758 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
32759
32760 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
32761 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
32762 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
32763 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
32764 [__WORDSIZE != 64]: Likewise.
32765
ebfd1bbd
JM
327662012-10-23 Joseph Myers <joseph@codesourcery.com>
32767
03ac099f
JM
32768 * Makeconfig (run-built-tests): New variable.
32769 * Rules [$(cross-compiling) = yes]: Change condition to
32770 [$(run-built-tests) = no].
32771 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
32772 to [$(run-built-tests) = yes].
32773 * elf/Makefile [$(cross-compiling) = no]: Likewise
32774 * grp/Makefile [$(cross-compiling) = no]: Likewise.
32775 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
32776 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
32777 * intl/Makefile [$(cross-compiling) = no]: Likewise.
32778 * io/Makefile [$(cross-compiling) = no]: Likewise.
32779 * libio/Makefile [$(cross-compiling) = no]: Likewise.
32780 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
32781 * misc/Makefile [$(cross-compiling) = no]: Likewise.
32782 * posix/Makefile [$(cross-compiling) = no]: Likewise.
32783 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
32784 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
32785 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
32786 * string/Makefile [$(cross-compiling) = no]: Likewise.
32787
ebfd1bbd
JM
32788 * posix/Makefile ($(objpfx)globtest.out): Pass
32789 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
32790 $(rtld-installed-name).
32791 * posix/globtest.sh (elf_objpfx): Remove variable.
32792 (rtld_installed_name): Likewise.
32793 (library_path): Likewise.
32794 (run_program_prefix): New variable. Use for running globtest
32795 binary.
32796
166bca24
JB
327972012-10-23 Jim Blandy <jimb@codesourcery.com>
32798 Joseph Myers <joseph@codesourcery.com>
32799
32800 * Makeconfig (host-built-program-cmd): New variable.
32801 * elf/Makefile (tst-stackguard1-ARGS): Use
32802 $(host-built-program-cmd).
32803 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
32804 (tst-spawn-ARGS): Likewise.
32805 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
32806
88866099
JM
328072012-10-23 Joseph Myers <joseph@codesourcery.com>
32808 Jim Blandy <jimb@codesourcery.com>
32809
32810 * Makeconfig (run-via-rtld-prefix): New variable.
32811 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
32812 (built-program-cmd): Likewise.
32813
b4b4c296
AJ
328142012-10-22 Andreas Jaeger <aj@suse.de>
32815
32816 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
32817 __O_RSYNC if it exists, otherwise to O_SYNC.
32818
6fb54a22
JB
328192012-10-22 Jim Blandy <jimb@codesourcery.com>
32820 Joseph Myers <joseph@codesourcery.com>
32821
32822 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
32823 /dev/null.
32824 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
32825 from /dev/null
32826 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
32827 /dev/null.
32828
481b90b9
AJ
328292012-10-22 Andreas Jaeger <aj@suse.de>
32830
2a0e2669
AJ
32831 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
32832 Define always.
32833 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
32834
76e38f9a
AJ
32835 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32836 bits/fcntl-linux.h.
32837
7cd37b43
AJ
32838 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
32839 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
32840
481b90b9
AJ
32841 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
32842 to __O_LARGEFILE.
32843 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
32844 to __O_LARGEFILE.
32845
aba75984
JB
328462012-10-21 Jim Blandy <jimb@codesourcery.com>
32847 Joseph Myers <joseph@codesourcery.com>
32848
32849 * config.make.in (NM): New variable.
32850
88d4247f
AJ
328512012-10-21 Andreas Jaeger <aj@suse.de>
32852
32853 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
32854 definitions and declarations that are provided by
32855 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32856
f2eed205
L
328572012-10-20 H.J. Lu <hongjiu.lu@intel.com>
32858
32859 [BZ #14683]
32860 * elf/Makefile (tests-static): Add tst-leaks1-static.
32861 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
32862 ($(objpfx)tst-leaks1-static): New rule.
32863 ($(objpfx)tst-leaks1-static-mem): Likewise.
32864 (tst-leaks1-static-ENV): New macro.
32865 * elf/dl-open.c (dl_open_worker): Check the main application
32866 only if SHARED is defined.
32867 * elf/tst-leaks1-static.c: New file.
32868
335e6931
AJ
328692012-10-20 Andreas Jaeger <aj@suse.de>
32870
32871 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
32872 generic values for Linux.
32873 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
32874 and declarations that are provided by <bits/fcntl-linux.h> and
32875 include <bits/fcntl-linux.h>.
32876 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
32877 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
32878
ac5c94d3
RM
328792012-10-20 Roland McGrath <roland@hack.frob.com>
32880
32881 * io/fcntl.h: Move include of <bits/types.h> to the top and
32882 include it unconditionally.
32883
de54b33a
L
328842012-10-20 H.J. Lu <hongjiu.lu@intel.com>
32885
228cfb01
L
32886 * wcsmbs/Makefile (tests-ifunc): New variable.
32887 (tests): Add $(tests-ifunc).
32888 * wcsmbs/test-wcschr-ifunc.c: New file.
32889 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
32890 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
32891 * wcsmbs/test-wcslen-ifunc.c: Likewise.
32892 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
32893 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
32894
69f07e5f
L
32895 * string/Makefile (tests-ifunc): New variable.
32896 (tests): Add $(tests-ifunc).
32897 * string/test-memccpy.c (TEST_NAME): New macro.
32898 * string/test-memchr.c (TEST_NAME): Likewise.
32899 * string/test-memcmp.c (TEST_NAME): Likewise.
32900 * string/test-memcpy.c (TEST_NAME): Likewise.
32901 * string/test-memmem.c (TEST_NAME): Likewise.
32902 * string/test-memmove.c (TEST_NAME): Likewise.
32903 * string/test-memset.c (TEST_NAME): Likewise.
32904 * string/test-rawmemchr.c (TEST_NAME): Likewise.
32905 * string/test-stpcpy.c (TEST_NAME): Likewise.
32906 * string/test-stpncpy.c (TEST_NAME): Likewise.
32907 * string/test-strcasecmp.c (TEST_NAME): Likewise.
32908 * string/test-strcasestr.c (TEST_NAME): Likewise.
32909 * string/test-strcat.c (TEST_NAME): Likewise.
32910 * string/test-strchr.c (TEST_NAME): Likewise.
32911 * string/test-strcmp.c(TEST_NAME): Likewise.
32912 * string/test-strcpy.c (TEST_NAME): Likewise.
32913 * string/test-strcspn.c (TEST_NAME): Likewise.
32914 * string/test-strlen.c (TEST_NAME): Likewise.
32915 * string/test-strncasecmp.c (TEST_NAME): Likewise.
32916 * string/test-strncmp.c (TEST_NAME): Likewise.
32917 * string/test-strncpy.c (TEST_NAME): Likewise.
32918 * string/test-strnlen.c (TEST_NAME): Likewise.
32919 * string/test-strpbrk.c (TEST_NAME): Likewise.
32920 * string/test-strrchr.c (TEST_NAME): Likewise.
32921 * string/test-strspn.c (TEST_NAME): Likewise.
32922 * string/test-strstr.c (TEST_NAME): Likewise.
32923 * string/test-bcopy-ifunc.c: New file.
32924 * string/test-bzero-ifunc.c: Likewise.
32925 * string/test-memccpy-ifunc.c: Likewise.
32926 * string/test-memchr-ifunc.c: Likewise.
32927 * string/test-memcmp-ifunc.c: Likewise.
32928 * string/test-memcpy-ifunc.c: Likewise.
32929 * string/test-memmem-ifunc.c: Likewise.
32930 * string/test-memmove-ifunc.c: Likewise.
32931 * string/test-mempcpy-ifunc.c: Likewise.
32932 * string/test-memset-ifunc.c: Likewise.
32933 * string/test-rawmemchr-ifunc.c: Likewise.
32934 * string/test-stpcpy-ifunc.c: Likewise.
32935 * string/test-stpncpy-ifunc.c: Likewise.
32936 * string/test-strcasecmp-ifunc.c: Likewise.
32937 * string/test-strcasestr-ifunc.c: Likewise.
32938 * string/test-strcat-ifunc.c: Likewise.
32939 * string/test-strchr-ifunc.c: Likewise.
32940 * string/test-strchrnul-ifunc.c: Likewise.
32941 * string/test-strcmp-ifunc.c: Likewise.
32942 * string/test-strcpy-ifunc.c: Likewise.
32943 * string/test-strcspn-ifunc.c: Likewise.
32944 * string/test-strlen-ifunc.c: Likewise.
32945 * string/test-strncasecmp-ifunc.c: Likewise.
32946 * string/test-strncat-ifunc.c: Likewise.
32947 * string/test-strncmp-ifunc.c: Likewise.
32948 * string/test-strncpy-ifunc.c: Likewise.
32949 * string/test-strnlen-ifunc.c: Likewise.
32950 * string/test-strpbrk-ifunc.c: Likewise.
32951 * string/test-strrchr-ifunc.c: Likewise.
32952 * string/test-strspn-ifunc.c: Likewise.
32953 * string/test-strstr-ifunc.c: Likewise.
32954
de54b33a
L
32955 * debug/Makefile (tests-ifunc): New variable.
32956 (tests): Add $(tests-ifunc).
32957 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
32958 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
32959 * debug/test-stpcpy_chk-ifunc.c: New file.
32960 * debug/test-strcpy_chk-ifunc.c: Likewise.
32961
88481c16
SP
329622012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
32963
32964 [BZ #13601]
32965 * elf/dl-load.c (open_verify): Retry read if the entire ELF
32966 header is not read in.
32967
135948bd
JM
329682012-10-19 Joseph Myers <joseph@codesourcery.com>
32969
89f1c388
JM
32970 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
32971 script to $(SHELL) as $<. Pass $(common-objpfx) to script
32972 directly. Pass built executable to script as
32973 $(built-program-cmd).
32974 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
32975 $testprogram without using LD_LIBRARY_PATH and $ldso.
32976
e40a0d21
JM
32977 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
32978 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
32979 $(rtld-installed-name).
32980 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
32981 (rtld_installed_name): Likewise.
32982 (library_path): Likewise.
32983 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
32984 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
32985 $(run-program-prefix) to tst-tables.sh.
32986 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
32987 it to run tst-table-from and tst-table-to.
32988 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
32989 Pass it to tst-table.sh.
32990 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
32991 $(run-program-prefix) to tst-gettext.sh.
32992 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
32993 tst-translit.sh.
32994 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
32995 tst-gettext2.sh.
32996 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
32997 to run tst-gettext.
32998 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
32999 to run tst-gettext2.
33000 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
33001 to run tst-translit.
33002 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33003 $(run-program-prefix) to tst-mtrace.sh.
33004 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
33005 to run tst-mtrace.
33006 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33007 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33008 $(rtld-installed-name).
33009 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33010 (rtld_installed_name): Likewise.
33011 (run_program_prefix): New variable. Use it to run wordexp-test.
33012
728e272a
JM
33013 * Makeconfig (ARCH): Remove all definitions.
33014 (machine): Likewise.
33015 [ARCH]: Remove conditional code.
33016 [!objdir]: Give error.
33017 [!objdir] (objpfx): Remove.
33018 [!objdir] (common-objpfx): Likewise.
33019 [!objdir] (common-objdir): Likewise.
33020 * configure.in (config_makefile): Remove. Hardcode Makefile in
33021 AC_CONFIG_FILES call.
33022 * configure: Regenerated.
33023
d528cdcf
JM
33024 [BZ #13888]
33025 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33026 or TMPDIR.
33027 (testout): Likewise.
33028
135948bd
JM
33029 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33030 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33031 $(rtld-installed-name).
33032 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33033 (rtld_installed_name): Likwise.
33034 (runit): Remove function.
33035 (run_getconf): New variable, Use it for running getconf binary.
33036
38c78296
L
330372012-10-18 H.J. Lu <hongjiu.lu@intel.com>
33038
33039 [BZ #14716]
33040 * string/test-memmem.c (check_result): New function.
33041 (do_one_test): Use it.
33042 (check1): New function.
33043 (test_main): Use it.
33044
d077f65f
MT
330452012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
33046
33047 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33048
ced52c71
JM
330492012-10-18 Joseph Myers <joseph@codesourcery.com>
33050
33051 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33052 (_G_LSEEK64): Likewise.
33053 (_G_MMAP64): Likewise.
33054 (_G_FSTAT64): Likewise.
33055 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33056 (_G_LSEEK64): Likewise.
33057 (_G_MMAP64): Likewise.
33058 (_G_FSTAT64): Likewise.
33059 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33060 unconditional. Call __mmap64 directly.
33061 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33062 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
33063 __lseek64 directly.
33064 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33065 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
33066 __mmap64 directly.
33067 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33068 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
33069 __lseek64 directly.
33070 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33071 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
33072 __lseek64 directly.
33073 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33074 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
33075 __lseek64 directly.
33076 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33077 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
33078 __fxstat64 directly.
33079 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33080 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33081 unconditional.
33082 (freopen64) [!_G_OPEN64]: Remove conditional code.
33083 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33084 unconditional.
33085 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33086 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33087 unconditional.
33088 (ftello64) [!_G_LSEEK64]: Remove conditional code.
33089 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33090 unconditional.
33091 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33092 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33093 unconditional.
33094 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33095 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33096 unconditional.
33097 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33098 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33099 unconditional.
33100 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33101 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33102 unconditional.
33103 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33104
b741de23
SP
331052012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
33106
33107 [BZ #12140]
33108 * manual/memory.texi (Malloc Tunable Parameters): Add note
33109 about free list pointers overwriting some perturb bytes.
33110 Wording suggested by Roland McGrath.
33111
f9b9d9c9
JM
331122012-10-17 Joseph Myers <joseph@codesourcery.com>
33113
33114 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33115 (lgamma_test): Likewise.
33116 (tgamma_test): Likewise.
33117
172a631a
FW
331182012-10-16 Florian Weimer <fweimer@redhat.com>
33119
33120 [BZ #14700]
33121 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33122 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33123
e9f37252
MK
331242012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
33125
33126 * NEWS: Mention BZ #14716.
33127 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33128 when removing AVAILABLE1_USES_J macro.
33129
d394eb74
L
331302012-10-12 H.J. Lu <hongjiu.lu@intel.com>
33131
33132 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33133 (__bswap_64): __uint64_t for unsigned 64-bit int.
33134
ca38dc17
AS
331352012-10-12 Andreas Schwab <schwab@linux-m68k.org>
33136
33137 * include/string.h (memmem): Declare libc hidden alias.
33138 * string/memmem.c (memmem): Define libc hidden alias.
33139 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33140 __read, __close instead of open, read, close.
33141
9a387d1f
L
331422012-10-11 H.J. Lu <hongjiu.lu@intel.com>
33143
ac49ecaf
L
33144 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33145 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33146 global and hidden.
33147 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33148 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33149 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33150 Likewise.
33151 (__rawmemchr_sse2): Likewise.
33152 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33153 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33154 (__strchr_sse2): Likewise.
33155 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33156 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33157 (__strcasecmp_sse2): Likewise.
33158 (__strncasecmp_sse2): Likewise.
33159 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33160 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33161 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33162 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33163 (__strrchr_sse2): Likewise.
33164 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33165 ifunc-impl-list.c.
33166 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33167 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33168 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33169 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33170 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33171 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33172 * sysdeps/x86_64/multiarch/memset.S: Likewise.
33173 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33174 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33175 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33176 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33177 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33178 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33179 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33180 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33181 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33182 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33183 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33184 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33185 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33186 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33187 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33188 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33189 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33190 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33191 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33192 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33193 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33194 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33195 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33196
b090e8ea
L
33197 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33198 global and hidden.
33199 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33200 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33201 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33202 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33203 Likewise.
33204 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33205 Likewise.
33206 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33207 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33208 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33209 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33210 ifunc-impl-list.c.
33211 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33212 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33213 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33214 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33215 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33216 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33217 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33218 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33219 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33220 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33221 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33222 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33223 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33224 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33225 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33226 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33227 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33228 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33229 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33230 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33231 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33232 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33233 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33234 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33235 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33236 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33237 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33238 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33239 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33240 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33241 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33242 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33243 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33244 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33245 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33246 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33247 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33248 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33249 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33250 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33251 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33252
11dd4af6
L
33253 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33254 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33255 * include/ifunc-impl-list.h: New file.
33256 * misc/ifunc-impl-list.c: Likewise.
33257 * misc/Makefile (routines): Add ifunc-impl-list.
33258 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33259 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
33260 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33261 TEST_NAME]: New variables.
11dd4af6
L
33262 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33263 are defined.
33264 (test_init): Call __libc_ifunc_impl_list to initialize
33265 func_list if TEST_IFUNC and TEST_NAME are defined.
33266
9a387d1f
L
33267 * string/Makefile (strop-tests): Add bcopy and bzero.
33268 * string/test-bcopy.c: New file.
33269 * string/test-bzero.c: Likewise.
33270 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33271 defined.
33272 * string/test-memset.c: Support bzero test if TEST_BZERO is
33273 defined.
33274 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33275 __libc_memmove.
33276 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33277 __libc_memset.
33278 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33279 of memset.
33280
472371b9
JM
332812012-10-10 Joseph Myers <joseph@codesourcery.com>
33282
1e4a9536
JM
33283 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33284 * configure: Regenerated.
33285
d173d12e
JM
33286 * Makeconfig (+link-static-before-libc): Don't include
33287 $(link-static-libc).
33288
472371b9
JM
33289 * libio/libio.h (_IO_pos_t): Remove.
33290
89a3ad0b
AO
332912012-10-10 Alexandre Oliva <aoliva@redhat.com>
33292
33293 * NEWS: Add note about FIPS mode. Wording suggested by Roland
33294 McGrath.
33295
e7451425
AO
332962012-10-10 Alexandre Oliva <aoliva@redhat.com>
33297
33298 * crypt/crypt-entry.c: Include fips-private.h.
33299 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33300 * crypt/md5c-test.c (main): Tolerate disabled MD5.
33301 * sysdeps/unix/sysv/linux/fips-private.h: New file.
33302 * sysdeps/generic/fips-private.h: New file, dummy fallback.
33303
4ba74a35
AO
333042012-10-10 Alexandre Oliva <aoliva@redhat.com>
33305
33306 * crypt/crypt-private.h: Include stdbool.h.
33307 (_ufc_setup_salt_r): Return bool.
33308 * crypt/crypt-entry.c: Include errno.h.
33309 (__crypt_r): Return NULL with EINVAL for bad salt.
33310 * crypt/crypt_util.c (bad_for_salt): New.
33311 (_ufc_setup_salt_r): Check that salt is long enough and within
33312 the specified alphabet.
33313 * crypt/badsalttest.c: New file.
33314 * crypt/Makefile (tests): Add it.
33315 ($(objpfx)badsalttest): New.
33316
f96f1242
MK
333172012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
33318
33319 * NEWS: Add entry for BZ #14602.
33320
0e8e0c1c
JM
333212012-10-09 Joseph Myers <joseph@codesourcery.com>
33322
33323 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33324 type-generic.
33325 * math/libm-test.inc: Update comment listing what functions and
33326 macros are tested.
33327 (isgreater_test): New function.
33328 (isgreaterequal_test): Likewise.
33329 (isless_test): Likewise.
33330 (islessequal_test): Likewise.
33331 (islessgreater_test): Likewise.
33332 (isunordered_test): Likewise.
33333 (main): Call the new functions.
33334
273edc5e
RM
333352012-10-09 Roland McGrath <roland@hack.frob.com>
33336
b8493de0
RM
33337 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33338 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33339 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33340 * sysdeps/i386/configure: Regenerated.
33341 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33342 * sysdeps/mach/configure: Regenerated.
33343 * sysdeps/mach/hurd/configure: Regenerated.
33344 * sysdeps/powerpc/configure: Regenerated.
33345 * sysdeps/powerpc/powerpc32/configure: Regenerated.
33346 * sysdeps/powerpc/powerpc64/configure: Regenerated.
33347 * sysdeps/s390/s390-32/configure: Regenerated.
33348 * sysdeps/s390/s390-64/configure: Regenerated.
33349 * sysdeps/sh/configure: Regenerated.
33350 * sysdeps/sparc/configure: Regenerated.
33351 * sysdeps/unix/sysv/linux/configure: Regenerated.
33352 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33353 * sysdeps/x86_64/configure: Regenerated.
33354
273edc5e
RM
33355 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33356 defined. Don't check if MAP is NULL.
33357
c8450f70
JM
333582012-10-09 Joseph Myers <joseph@codesourcery.com>
33359
33360 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33361 (_G_stat64): Likewise.
33362 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33363 (_G_stat64): Likewise.
33364 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33365 instead of struct _G_stat64.
33366 * libio/fileops.c (mmap_remap_check): Likewise.
33367 (decide_maybe_mmap): Likewise.
33368 (_IO_new_file_seekoff): Likewise.
33369 (_IO_file_stat): Likewise.
33370 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33371 _G_off64_t.
33372 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33373 instead of struct _G_stat64.
33374 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33375
57e605ba
MK
333762012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
33377
33378 [BZ #14602]
33379 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33380 Replace with ...
33381 (CHECK_EOL): New macro.
33382 (two_way_short_needle): Check beginning of haystack for EOL. Use
33383 CHECK_EOL.
33384 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33385 Replace with CHECK_EOL.
33386 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33387 Replace with CHECK_EOL.
33388
ef1bb361
JM
333892012-10-08 Joseph Myers <joseph@codesourcery.com>
33390
33391 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33392 type-generic.
33393 * math/libm-test.inc: Update comment listing what functions and
33394 macros are tested.
33395 (finite_test): New function.
33396 (isinf_test): Likewise.
33397 (isnan_test): Likewise.
33398 (fpclassify_test): Test subnormal input.
33399 (isfinite_test): Likewise.
33400 (isnormal_test): Likewise.
33401 (main): Call the new functions.
33402
55f11534
JN
334032012-10-08 Jonathan Nieder <jrnieder@gmail.com>
33404
33405 [BZ #14660]
33406 * Makerules (%.dynsym): Force C locale when running
33407 $(OBJDUMP) --dynamic-syms.
33408
1ab29350
AS
334092012-10-08 Andreas Schwab <schwab@linux-m68k.org>
33410
33411 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33412 <stdint.h>.
33413
f1ecb7ef
DM
334142012-10-06 David S. Miller <davem@davemloft.net>
33415
33416 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33417 upper 32-bits of the length value in %o2 since we use branch-on-register
33418 tests which consider the entire 64-bit register.
33419
5d41d91a
L
334202012-10-06 H.J. Lu <hongjiu.lu@intel.com>
33421
33422 * string/test-strstr.c (check2): Add a test for page boundary.
33423
3baddb72
DM
334242012-10-05 David S. Miller <davem@davemloft.net>
33425
33426 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33427 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33428 file.
33429 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33430 sysdep_routines.
33431 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33432 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33433 and bzero when HWCAP_SPARC_CRYPTO is present.
33434
9cee5585
L
334352012-10-05 H.J. Lu <hongjiu.lu@intel.com>
33436
d7e0dab9
L
33437 [BZ #14602]
33438 * string/test-strstr.c (check2): New function.
33439 (test_main): Call check2.
33440
03759f47
L
33441 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33442 and bug-strchr1.
33443 * string/bug-strcasestr1.c (do_test): Moved to ...
33444 * string/test-strcasestr.c (check1): Here. New function.
33445 (do_one_test): Break out result checking code into ...
33446 (check_result): This. New function.
33447 (do_one_test): Call check_result.
33448 (test_main): Call check1.
33449 * string/bug-strchr1.c (do_test): Moved to ...
33450 * string/test-strchr.c (check1): Here. New function.
33451 (do_one_test): Break out result checking code into ...
33452 (check_result): This. New function.
33453 (do_one_test): Call check_result.
33454 (test_main): Call check1.
33455 * string/bug-strstr1.c (main): Moved to ...
046f153e 33456 * string/test-strstr.c (check1): Here. New function.
03759f47
L
33457 (do_one_test): Break out result checking code into ...
33458 (check_result): This. New function.
33459 (do_one_test): Call check_result.
33460 (test_main): Call check1.
33461 * string/bug-strcasestr1.c: Removed.
33462 * string/bug-strchr1.c: Likewise.
33463 * string/bug-strstr1.c: Likewise.
33464
53cea63e
L
33465 * elf/Makefile (dl-routines): Add hwcaps.
33466 * elf/dl-support.c (_dl_important_hwcaps): Removed.
33467 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33468 (_dl_important_hwcaps): Moved to ...
33469 * elf/dl-hwcaps.c: Here. New file.
33470 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33471
9cee5585 33472 [BZ #14557]
bb859b06
L
33473 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33474 if IS_IN_rtld isn't defined.
33475
9cee5585
L
33476 * elf/dl-support.c (_dl_sysinfo_map): New.
33477 Include "get-dynamic-info.h" and "setup-vdso.h".
33478 (_dl_non_dynamic_init): Call setup_vdso.
33479 * elf/dynamic-link.h: Don't include <assert.h>.
33480 (elf_get_dynamic_info): Moved to ...
33481 * elf/get-dynamic-info.h: Here. New file.
33482 * elf/dynamic-link.h: Include "get-dynamic-info.h".
33483 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33484 * elf/setup-vdso.h: Here. New file.
33485 * elf/rtld.c: Include "setup-vdso.h".
33486 (dl_main): Call setup_vdso.
33487
23c31b76
JM
334882012-10-05 Joseph Myers <joseph@codesourcery.com>
33489
28234b07
JM
33490 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33491 creal in comment listing functions tested. List finite, isinf,
33492 isnan, isless, islessequal, isgreater, isgreaterequal,
33493 islessgreater, isunordered, lgamma_r and pow10 as functions and
33494 macros not tested. Mention which functions not tested are aliases
33495 for other functions. Fix typo. Note that signs of NaNs are not
33496 tested.
33497
23c31b76
JM
33498 * scripts/config.guess: Update from config.git.
33499 * scripts/config.sub: Likewise.
33500
9043e228
RM
335012012-10-04 Roland McGrath <roland@hack.frob.com>
33502
33503 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33504 * misc/madvise.c (madvise): Renamed to __madvise.
33505 Make madvise a weak alias.
33506 * include/sys/mman.h: Declare __madvise.
33507 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33508 * sysdeps/unix/syscalls.list
33509 (madvise): Make __madvise the strong name, and madvise a weak alias.
33510 * sysdeps/unix/sysv/linux/syscalls.list
33511 (madvise, mmap): Remove redundant entries.
33512 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
33513 * malloc/malloc.c (mtrim): Likewise.
33514 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
33515
f57f8055
RM
335162012-10-03 Roland McGrath <roland@hack.frob.com>
33517
33518 * sysdeps/mach/hurd/dl-cache.c: File removed.
33519 * config.h.in (USE_LDCONFIG): New #undef.
33520 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
33521 * configure: Regenerated.
33522 * elf/Makefile (dl-routines): Add dl-cache only under
33523 [$(use-ldconfig) = yes].
33524 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
33525 cache on [USE_LDCONFIG].
33526 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
33527 [USE_LDCONFIG].
33528 * elf/rtld.c (dl_main): Likewise.
33529
5bb0c10a
PT
335302012-10-03 Pino Toscano <toscano.pino@tiscali.it>
33531
33532 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
33533 _SC_LEVEL4_CACHE_LINESIZE.
33534
010188c6
RM
335352012-10-03 Roland McGrath <roland@hack.frob.com>
33536
33537 * sysdeps/unix/bsd/confstr.h: File removed.
33538
b6c5ec07
AO
335392012-10-02 Alexandre Oliva <aoliva@redhat.com>
33540
33541 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
33542 sys/sdt-config.h.
33543
408223d4
RM
335442012-10-02 Roland McGrath <roland@hack.frob.com>
33545
33546 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
33547 Make 'mapoff' field ElfW(Off) rather than off_t.
33548
bb9510dc
DL
335492012-10-02 Dmitry V. Levin <ldv@altlinux.org>
33550
fc997c6e
DL
33551 * nscd/Makefile: Remove nscd-cflags and all its users.
33552 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
33553 (CFLAGS-nonlib): Add compiler flags for nscd modules.
33554
bb9510dc
DL
33555 [BZ #10631]
33556 * malloc.c (malloc_printerr): Clarify error message.
33557
05699367
L
335582012-10-02 H.J. Lu <hongjiu.lu@intel.com>
33559
33560 [BZ #14648]
33561 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33562 Set bit_FMA_Usable if FMA is supported.
33563 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
33564 macro.
33565 (bit_FMA4_Usable): Updated.
33566 (index_FMA_Usable): New macro.
33567 (CPUID_FMA): Likewise
33568 (HAS_FMA): Defined with bit_FMA_Usable.
33569
51367701
RM
335702012-10-01 Roland McGrath <roland@hack.frob.com>
33571
33572 * bits/types.h (__swblk_t): Type removed.
33573 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
33574 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
33575 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33576 (__SWBLK_T_TYPE): Likewise.
33577 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33578 (__SWBLK_T_TYPE): Likewise.
33579 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33580 (__SWBLK_T_TYPE): Likewise.
33581 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33582 (__SWBLK_T_TYPE): Likewise.
33583
4d57bf63 335842012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 33585 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
33586
33587 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
33588 (xdr_mapname): Use YPMAXMAP as maxsize.
33589 (xdr_peername): Use YPMAXPEER as maxsize.
33590 (xdr_keydat): Use YPAXRECORD as maxsize.
33591 (xdr_valdat): Use YPMAXRECORD as maxsize.
33592
93c65d43
RM
335932012-10-01 Roland McGrath <roland@hack.frob.com>
33594
497a03d6
RM
33595 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
33596
93c65d43
RM
33597 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
33598 * csu/init-first.c: ... here.
33599 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
33600 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33601 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
33602 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
33603 * sysdeps/i386/init-first.c: File removed.
33604 * sysdeps/sh/init-first.c: File removed.
33605
bec749fd
JM
336062012-10-01 Joseph Myers <joseph@codesourcery.com>
33607
33608 [BZ #14645]
33609 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
33610 if x * y might underflow to zero and z is zero.
33611 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33612 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33613 * math/libm-test.inc (min_subnorm_value): New variable.
33614 (fma_test): Add more tests.
33615 (fma_test_towardzero): Likewise.
33616 (fma_test_downward): Likewise
33617 (fma_test_upward): Likewise.
33618 (initialize): Set min_subnorm_value.
33619
8ec5b013
JM
336202012-09-29 Joseph Myers <joseph@codesourcery.com>
33621
33622 [BZ #14638]
33623 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
33624 0 + 0.
33625 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
33626 mode for addition resulting in exact zero.
33627 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
33628 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
33629 exact 0 + 0.
33630 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33631 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33632 * math/libm-test.inc (fma_test): Add more tests.
33633 (fma_test_towardzero): New function.
33634 (fma_test_downward): Likewise.
33635 (fma_test_upward): Likewise.
33636 (main): Call the new functions.
33637
b1fa802e
DM
336382012-09-28 David S. Miller <davem@davemloft.net>
33639
33640 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
33641
d3b9fd9e
RM
336422012-09-28 Roland McGrath <roland@hack.frob.com>
33643
ea4d37b3
RM
33644 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
33645 instead of SIGALRM.
33646
ac51c949
RM
33647 * sysdeps/gnu/_G_config.h: Moved to ...
33648 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
33649 * sysdeps/mach/hurd/_G_config.h: Moved to ...
33650 * sysdeps/generic/_G_config.h: ... here.
33651
28c195f7
RM
33652 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
33653
848917f9
RM
33654 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
33655
6bacf05b
RM
33656 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
33657 Conditionalize target on [libnss_test1.so-version].
33658
91363dbb
RM
33659 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
33660
cc87f7d8
RM
33661 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
33662 (elfobjdir): Move out of conditionals.
33663
b1c608fe
RM
33664 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
33665 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
33666 (__nss_lookup_function): Conditionalize label remove_from_tree on
33667 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 33668
1d9a6d96
DM
336692012-09-28 David S. Miller <davem@davemloft.net>
33670
33671 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
33672 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
33673 file.
33674 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33675 sysdep_routines.
33676 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33677 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
33678 when HWCAP_SPARC_CRYPTO is present.
33679
72581615
PT
336802012-09-28 Pino Toscano <toscano.pino@tiscali.it>
33681
33682 * io/tst-mknodat.c: Create a FIFO instead of a socket.
33683
715a900c
JL
336842012-09-28 Andreas Schwab <schwab@linux-m68k.org>
33685
33686 [BZ #6530]
33687 * stdio-common/vfprintf.c (process_string_arg): Revert
33688 2000-07-22 change.
33689
336902011-09-28 Jonathan Nieder <jrnieder@gmail.com>
33691
33692 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
33693 for testcase.
33694 * stdio-common/tst-sprintf.c: Include <locale.h>
33695 (main): Test sprintf's handling of incomplete multibyte
33696 characters.
33697
9bac1d86
L
336982012-09-28 H.J. Lu <hongjiu.lu@intel.com>
33699
33700 * elf/dl-runtime.c (VERSYMIDX): Removed.
33701 * elf/dl-version.c (VERSYMIDX): Likewise.
33702 * elf/do-rel.h (VERSYMIDX): Likewise.
33703 (VALIDX): Likewise.
33704 * elf/dynamic-link.h (VERSYMIDX): Likewise.
33705 * elf/rtld.c (VALIDX): Likewise.
33706 (ADDRIDX): Likewise.
9bac1d86
L
33707 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
33708 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
33709 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
33710 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
33711 (VALIDX): Likewise.
33712 (ADDRIDX): Likewise.
9bac1d86 33713
b31606c0
PT
337142012-09-28 Pino Toscano <toscano.pino@tiscali.it>
33715
33716 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
33717
11541177
JL
337182012-09-28 Dmitry V. Levin <ldv@altlinux.org>
33719
33720 [BZ #11438]
33721 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
33722 to global scope.
33723 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
33724 addresses are in the same scope as 192.0.2/24.
33725 * posix/gai.conf: Document new scope table defaults.
33726
adb26fae
SP
337272012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
33728
33729 [BZ #5298]
33730 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
33731 for ftell. Compute offsets from write pointers instead.
33732 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33733
4573c6b0
SP
337342012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
33735
33736 [BZ #14543]
33737 * libio/Makefile (tests): New test case tst-fseek.
33738 * libio/tst-fseek.c: New test case to verify that fseek/ftell
33739 combination works in wide mode.
33740 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
33741 state when the external buffer state changes.
33742
aa9bbfe6
DM
337432012-09-27 David S. Miller <davem@davemloft.net>
33744
33745 [BZ #14376]
33746 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
33747 pass reloc->r_addend in as the 'high' argument to
33748 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
33749
784421e7
DM
33750 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33751
c39bc8b8
PT
337522012-09-28 Pino Toscano <toscano.pino@tiscali.it>
33753
33754 * rt/tst-aio2.c: Include <pthread.h>.
33755 * rt/tst-aio3.c: Likewise.
33756
1ccc2399
SE
337572012-09-27 Steve Ellcey <sellcey@mips.com>
33758
33759 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
33760
31ed4153
L
337612012-09-27 H.J. Lu <hongjiu.lu@intel.com>
33762
25f5f885
L
33763 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
33764 contents on [SHARED].
31ed4153 33765
b7bfe116
MP
337662012-09-26 Marek Polacek <polacek@redhat.com>
33767
33768 [BZ #14530]
33769 [BZ #13741]
33770 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
33771 for C++ and GCC <4.3 as well as for non GCC compilers.
33772
43c4edba
MT
337732012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
33774
33775 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33776
6a1bf82f
RM
337772012-09-25 Roland McGrath <roland@hack.frob.com>
33778
33779 * Makefile.in (all, install): Declare with .PHONY.
33780 Reported by Michael Hope <michael.hope@linaro.org>.
33781
8ad11b9a
TMQMF
337822012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33783
33784 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
33785 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
33786 system header.
33787 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
33788 Likewise.
33789 (sydep_routines): Add the new and the internal functions.
33790 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
33791 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
33792 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
33793 (GLIBC_2.17): Add the new function.
33794 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33795 (GLIBC_2.17): Likewise.
33796 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
33797 (GLIBC_2.17): Likewise.
33798 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
33799 (GLIBC_2.17): Likewise.
33800 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
33801
7e2fca8d
AM
338022012-09-25 Alan Modra <amodra@gmail.com>
33803
33804 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
33805 Add release barrier before setting once_control to say
33806 initialisation is done. Add hints on lwarx. Use macro in
33807 place of isync.
33808 (clear_once_control): Add release barrier.
33809
b87c4b24
JM
338102012-09-25 Joseph Myers <joseph@codesourcery.com>
33811
d032e0d2
JM
33812 [BZ #13629]
33813 * math/s_clog.c (__clog): Handle more values close to |z| = 1
33814 specially.
33815 * math/s_clog10.c (__clog10): Likewise.
33816 * math/s_clog10f.c (__clog10f): Likewise.
33817 * math/s_clog10l.c (__clog10l): Likewise.
33818 * math/s_clogf.c (__clogf): Likewise.
33819 * math/s_clogl.c (__clogl): Likewise.
33820 * math/Makefile (libm-calls): Add x2y2m1.
33821 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
33822 (__x2y2m1): Likewise.
33823 (__x2y2m1l): Likewise.
33824 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
33825 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
33826 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
33827 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
33828 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
33829 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
33830 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
33831 * sysdeps/i386/fpu/libm-test-ulps: Update.
33832 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33833
b87c4b24
JM
33834 [BZ #14621]
33835 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
33836 int as type of variable DEPTH.
33837 (glob): Use size_t instead of int as type of variables NEWCOUNT
33838 and OLD_PATHC.
33839
6d3bf199
LD
338402012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
33841
22bf5c17
LD
33842 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
33843 Add s_sincosf-sse2.
33844 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
33845 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
33846 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
33847 macros for using routine as __sincosf_ia32.
33848 Use macro for function declaration and weak_alias.
33849 * sysdeps/i386/fpu/libm-test-ulps: Update.
33850
33851 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
33852 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33853
33854 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
33855 subnormal argument.
33856 * math/s_cexpf.c (__cexpf): Likewise.
33857 * math/s_csinf.c (__csinf): Likewise.
33858 * math/s_csinhf.c (__csinhf): Likewise.
33859 * math/s_ctanf.c (__ctanf): Likewise.
33860 * math/s_ctanhf.c (__ctanhf): Likewise.
33861 * math/s_ccosh.c (__ccoshf): Likewise.
33862 * math/s_cexp.c (__cexpl): Likewise.
33863 * math/s_csin.c (__csin): Likewise.
33864 * math/s_csinh.c (__csinh): Likewise.
33865 * math/s_ctan.c (__ctan): Likewise.
33866 * math/s_ctanh.c (ctanh): Likewise.
33867 * math/s_ccoshl.c (__ccoshl): Likewise.
33868 * math/s_cexpl.c (__cexpl): Likewise.
33869 * math/s_csinl.c (__csinl): Likewise.
33870 * math/s_csinhl.c (__csinhl): Likewise.
33871 * math/s_ctanl.c (__ctanl): Likewise.
33872 * math/s_ctanhl.c (__ctanhl): Likewise.
33873
203e5603
JM
338742012-09-25 Joseph Myers <joseph@codesourcery.com>
33875
33876 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
33877 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
33878 (_IO_off_t): Define to __off_t, not _G_off_t.
33879 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
33880 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
33881 (_IO_wint_t): Define to wint_t, not _G_wint_t.
33882 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
33883 type of __dummy and __dummy2 fields.
33884 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
33885 (_G_ssize_t): Likewise.
33886 (_G_off_t): Likewise.
33887 (_G_pid_t): Likewise.
33888 (_G_uid_t): Likewise.
33889 (_G_wchar_t): Likewise.
33890 (_G_wint_t): Likewise.
33891 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
33892 (_G_ssize_t): Likewise.
33893 (_G_off_t): Likewise.
33894 (_G_pid_t): Likewise.
33895 (_G_uid_t): Likewise.
33896 (_G_wchar_t): Likewise.
33897 (_G_wint_t): Likewise.
33898 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
33899 (_G_ssize_t): Likewise.
33900 (_G_off_t): Likewise.
33901 (_G_pid_t): Likewise.
33902 (_G_uid_t): Likewise.
33903 (_G_wchar_t): Likewise.
33904 (_G_wint_t): Likewise.
33905
9fab36eb
SP
339062012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
33907
33908 * malloc/arena.c: Include malloc-sysdep.h.
33909 (shrink_heap): Use check_may_shrink_heap to decide if madvise
33910 is sufficient to shrink the heap or an unmap is needed.
33911 * sysdeps/generic/malloc-sysdep.h: New file. Define
33912 new function check_may_shrink_heap.
33913 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
33914 new function check_may_shrink_heap.
33915
2b4f00d1
SP
339162012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
33917
33918 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
33919 comments.
33920
9a9028b1
DL
339212012-09-24 Dmitry V. Levin <ldv@altlinux.org>
33922
57c69bef
DL
33923 * catgets/test-gencat.sh: Add "set -e".
33924 * elf/tst-pathopt.sh: Likewise.
33925 * grp/tst_fgetgrent.sh: Likewise.
33926 * iconvdata/run-iconv-test.sh: Likewise.
33927 * intl/tst-gettext.sh: Likewise.
33928 * intl/tst-gettext2.sh: Likewise.
33929 * intl/tst-gettext4.sh: Likewise.
33930 * intl/tst-gettext6.sh: Likewise.
33931 * intl/tst-translit.sh: Likewise.
33932 * io/ftwtest-sh: Likewise.
33933 * libio/test-freopen.sh: Likewise.
33934 * malloc/tst-mtrace.sh: Likewise.
33935 * posix/globtest.sh: Likewise.
33936 * posix/tst-getconf.sh: Likewise.
33937 * posix/wordexp-tst.sh: Likewise.
33938 * stdio-common/tst-printf.sh: Likewise.
33939 * stdio-common/tst-unbputc.sh: Likewise.
33940 * stdlib/tst-fmtmsg.sh: Likewise.
33941 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
33942 * catgets/Makefile: Do not specify -e option when running
33943 testsuite shell scripts.
33944 * elf/Makefile: Likewise.
33945 * grp/Makefile: Likewise.
33946 * iconvdata/Makefile: Likewise.
33947 * intl/Makefile: Likewise.
33948 * io/Makefile: Likewise.
33949 * libio/Makefile: Likewise.
33950 * malloc/Makefile: Likewise.
33951 * posix/Makefile: Likewise.
33952 * stdio-common/Makefile: Likewise.
33953 * stdlib/Makefile: Likewise.
33954 * sysdeps/x86_64/Makefile: Likewise.
33955
9a9028b1
DL
33956 * io/ftwtest-sh: Add copyright header.
33957 * posix/globtest.sh: Likewise.
33958 * posix/tst-getconf.sh: Likewise.
33959 * posix/wordexp-tst.sh: Likewise.
33960 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
33961
ced6f16e
L
339622012-09-24 H.J. Lu <hongjiu.lu@intel.com>
33963
94b32c39
L
33964 [BZ #13679]
33965 * Makeconfig (+link): Defined as $(+link-static) if
33966 $(build-shared) isn't yes.
33967 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
33968 isn't yes.
33969 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
33970
189e935b
L
33971 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
33972
ced6f16e
L
33973 [BZ #14562]
33974 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
33975 new chunk size with MALLOC_ALIGN_MASK.
33976
a9f8e53a
JM
339772012-09-24 Joseph Myers <joseph@codesourcery.com>
33978
33979 [BZ #5044]
33980 * stdio-common/printf_fphex.c: Include <stdbool.h> and
33981 <rounding-mode.h>.
33982 (__printf_fphex): Determine rounding using get_rounding_mode and
33983 round_away.
33984 * stdio-common/tst-printf-round.c (struct hex_test): New
33985 structure.
33986 (hex_tests): New variable.
33987 (test_hex_in_one_mode): New function.
33988 (do_test): Also run tests for hex float output.
33989
43153109
JM
339902012-09-21 Joseph Myers <joseph@codesourcery.com>
33991
33992 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
33993 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
33994 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
33995 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
33996 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
33997 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
33998 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
33999 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34000
8a26625d
JM
340012012-09-20 Joseph Myers <joseph@codesourcery.com>
34002
34003 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34004 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34005 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34006 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34007
f3fd569c
DL
340082012-09-19 Dmitry V. Levin <ldv@altlinux.org>
34009
34010 [BZ #14579]
34011 * elf/rtld.c (dl_main): Limit the check for self loading to normal
34012 mode only.
34013 * elf/tst-rtld-load-self.sh: New test.
34014 * elf/Makefile: Run it.
34015
63bbedd4
JM
340162012-09-18 Joseph Myers <joseph@codesourcery.com>
34017
34018 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34019 (tst-writev-ENV): Remove.
34020 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34021
626f8b6a
CM
340222012-09-17 Chris Metcalf <cmetcalf@tilera.com>
34023
34024 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34025
b7aaa4d6
JM
340262012-09-17 Joseph Myers <joseph@codesourcery.com>
34027
34028 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34029 unconditional.
34030 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34031 Likewise.
34032 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34033 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34034 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34035 Likewise.
34036
65513990
L
340372012-09-14 H.J. Lu <hongjiu.lu@intel.com>
34038
34039 [BZ #14587]
34040 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34041 * config.make.in (have-cpp-asm-debuginfo): Removed.
34042 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34043 * configure: Regenerated.
34044
784761be
JM
340452012-09-14 Joseph Myers <joseph@codesourcery.com>
34046
34047 [BZ #5044]
34048 * stdio-common/printf_fp.c: Include <stdbool.h> and
34049 <rounding-mode.h>.
34050 (___printf_fp): Determine rounding using get_rounding_mode and
34051 round_away.
34052 * stdio-common/tst-printf-round.c: New file.
34053 * stdio-common/Makefile (tests): Add tst-printf-round.
34054 (link-libm): New variable.
34055 ($(objpfx)tst-printf-round): Depend in $(link-libm).
34056
9503345f
L
340572012-09-13 H.J. Lu <hongjiu.lu@intel.com>
34058
34059 [BZ #14576]
34060 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34061 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34062 Likewise.
34063 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34064 Likewise.
34065
ad35fc00
JM
340662012-09-13 Joseph Myers <joseph@codesourcery.com>
34067
34068 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34069 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34070 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34071 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34072
6c9b0f68
JM
340732012-09-12 Joseph Myers <joseph@codesourcery.com>
34074
34075 [BZ #14518]
34076 * include/rounding-mode.h: New file.
34077 * sysdeps/generic/get-rounding-mode.h: Likewise.
34078 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34079 * stdlib/strtod_l.c: Include <rounding-mode.h>.
34080 (MAX_VALUE): New macro.
34081 (MIN_VALUE): Likewise.
34082 (overflow_value): New function.
34083 (underflow_value): Likewise.
34084 (round_and_return): Use overflow_value and underflow_value to
34085 determine return values in overflow and underflow cases. Use
34086 round_away to determine rounding depending on rounding mode.
34087 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34088 determine return values in overflow and underflow cases.
34089 * stdlib/tst-strtod-round.c: Include <fenv.h>.
34090 (struct test_results): New structure.
34091 (struct test): Use struct test_results to store expected results
34092 for all rounding modes.
34093 (TEST): Include expected results for all rounding modes.
34094 (test_in_one_mode): New function.
34095 (do_test): Use test_in_one_mode to compute and check results.
34096 Check results for all rounding modes.
34097 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34098 $(link-libm).
34099
19fcedd5
AM
341002012-12-09 Allan McRae <allan@archlinux.org>
34101
1e9d84cd 34102 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 34103
8bbfd2f1
JM
341042012-09-11 Joseph Myers <joseph@codesourcery.com>
34105
34106 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34107 (_G_int32_t): Likewise.
34108 (_G_uint16_t): Likewise.
34109 (_G_uint32_t): Likewise.
34110 (_G_HAVE_BOOL): Likewise.
34111 (_G_HAVE_ATEXIT): Likewise.
34112 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34113 (_G_HAVE_IO_FILE_OPEN): Likewise.
34114 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34115 (_G_int32_t): Likewise.
34116 (_G_uint16_t): Likewise.
34117 (_G_uint32_t): Likewise.
34118 (_G_HAVE_BOOL): Likewise.
34119 (_G_HAVE_ATEXIT): Likewise.
34120 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34121 (_G_HAVE_IO_FILE_OPEN): Likewise.
34122 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34123 (_G_int32_t): Likewise.
34124 (_G_uint16_t): Likewise.
34125 (_G_uint32_t): Likewise.
34126 (_G_HAVE_BOOL): Likewise.
34127 (_G_HAVE_ATEXIT): Likewise.
34128 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34129 (_G_HAVE_IO_FILE_OPEN): Likewise.
34130
b1dc5912
L
341312012-09-11 H.J. Lu <hongjiu.lu@intel.com>
34132
34133 * csu/libc-tls.c: Update copyright years.
34134
0e886ef9
JM
341352012-09-10 Joseph Myers <joseph@codesourcery.com>
34136
28361c5e
JM
34137 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34138 [!_G_USING_THUNKS]: Remove conditional code.
34139 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34140 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34141
0e886ef9
JM
34142 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34143 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34144 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34145 (_G_VTABLE_LABEL_PREFIX): Likewise.
34146 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34147 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34148 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34149 (_G_VTABLE_LABEL_PREFIX): Likewise.
34150 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34151 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34152 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34153 (_G_VTABLE_LABEL_PREFIX): Likewise.
34154 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34155
bcba7aa2
L
341562012-09-10 H.J. Lu <hongjiu.lu@intel.com>
34157
34158 * libio/Makefile: Include ../Makeconfig before tests.
34159 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34160 only if $(build-shared) is yes.
34161
06585ee8
L
34162 * iconv/gconv_db.c: Update copyright years.
34163
80ccd52c
LD
341642012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
34165
34166 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34167 unwind info if defined PIC. Fix special cases description.
34168 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34169
34170 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34171 DP_HI_MASK entry.
34172 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34173
691bc9c1
L
341742012-09-07 H.J. Lu <hongjiu.lu@intel.com>
34175
3d9b46b3
L
34176 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34177
de2139a9
L
34178 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34179 is NULL.
34180
5ca78dd0
L
34181 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34182 (LDLIBS-tst-chk4): This.
34183 (LDFLAGS-tst-chk5): Renamed to ...
34184 (LDLIBS-tst-chk5): This.
34185 (LDFLAGS-tst-chk6): Renamed to ...
34186 (LDLIBS-tst-chk6): This.
34187 (LDFLAGS-tst-lfschk4): Renamed to ...
34188 (LDLIBS-tst-lfschk4): This.
34189 (LDFLAGS-tst-lfschk5): Renamed to ...
34190 (LDLIBS-tst-lfschk5): This.
34191 (LDFLAGS-tst-lfschk6): Renamed to ...
34192 (LDLIBS-tst-lfschk6): This.
34193
691bc9c1
L
34194 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34195 on $(common-objpfx)soversions.mk.
34196
65cafb1c
JM
341972012-09-07 Joseph Myers <joseph@codesourcery.com>
34198
34199 [BZ #10014]
34200 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34201 example host name.
34202
c78ab094
SP
342032012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
34204
34205 * malloc/arena.c (arena_get_retry): New function that gets
34206 another arena for the caller to try its request on.
34207 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34208 current arena cannot fulfill the request.
34209 (__libc_memalign): Likewise.
34210 (__libc_memalign): Likewise.
34211 (__libc_pvalloc): Likewise.
34212 (__libc_calloc): Likewise.
34213
01f49f59
JT
342142012-09-05 John Tobey <john.tobey@gmail.com>
34215
34216 [BZ #13542]
34217 * manual/arith.texi (Operations on Complex): Fix description
34218 of carg branch cut.
34219
4c23fed5
JM
342202012-09-06 Joseph Myers <joseph@codesourcery.com>
34221
1d3c8572
JM
34222 [BZ #10014]
34223 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34224 host name.
34225
4c23fed5
JM
34226 [BZ #10038]
34227 * manual/memory.texi (Memory): Make order of menu items match
34228 order of sections.
34229
04570aaa
L
342302012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34231
34232 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34233 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
34234 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34235
b80af2f4
L
342362012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34237
34238 * csu/libc-tls.c (static_dtv): Renamed to ...
34239 (_dl_static_dtv): This. Make it global.
34240 (_dl_initial_dtv): Removed.
34241 (__libc_setup_tls): Updated.
34242 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34243 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34244 DL_INITIAL_DTV.
34245
2abe9f15
PM
342462012-09-06 Petr Machata <pmachata@redhat.com>
34247
34248 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34249 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34250 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34251 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34252
0948c3af
L
342532012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34254
34255 [BZ #14545]
34256 * csu/libc-tls.c (_dl_initial_dtv): New variable.
34257 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34258 freeing dtv[-1].
34259
a5055ad1
L
342602012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34261
34262 [BZ #14544]
34263 * Makeconfig (link-static-before-libc): Replace $(+prector)
34264 with $(+prectorT).
34265 (link-static-after-libc): Replace $(+postctor) with
34266 $(+postctorT).
34267 (link-bounded): Replace $(+prector)/$(+postctor) with
34268 $(+prectorT)/$(+postctorT).
34269 (+prectorT): New macro.
34270 (+postctorT): Likewise.
34271
ed8c2ecd
JM
342722012-09-06 Joseph Myers <joseph@codesourcery.com>
34273
34274 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34275 (round_str): Handle values above the maximum for IBM long double
34276 as inexact.
34277 * stdlib/tst-strtod-round.c (tests): Regenerated.
34278
14c996c8
AK
342792012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34280
34281 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34282 assembler flag.
34283 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34284 zarch_nohighgprs around the zarch optimized routines.
34285 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34286 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34287 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34288 for zarch.
34289
430d6ce6
DM
342902012-09-05 David S. Miller <davem@davemloft.net>
34291
34292 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34293
57f41c40
AS
34294 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34295 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
34296 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34297 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34298 entries.
34299
24d4e01b
AO
343002012-09-05 Alexandre Oliva <aoliva@redhat.com>
34301
34302 * malloc/arena.c: Fold copyright years.
34303 * malloc/mcheck.c, malloc/memusage.c: Likewise.
34304
61d58174
AO
343052012-09-05 Alexandre Oliva <aoliva@redhat.com>
34306
34307 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34308
20196a5e
AO
343092012-09-05 Alexandre Oliva <aoliva@redhat.com>
34310
34311 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
34312
5c447383
AO
343132012-09-05 Alexandre Oliva <aoliva@redhat.com>
34314
34315 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34316 change internal state upon failure.
34317
fad64255
AO
343182012-09-05 Alexandre Oliva <aoliva@redhat.com>
34319
34320 * malloc/mcheck.c (mcheck_check_all): Fix typo.
34321 * malloc/memusage.c (mmap): Likewise.
34322 (mmap64, mremap): Likewise. Adjust name in comment.
34323
1ffb8c90
SP
343242012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
34325
34326 * libio/fileops.c: Fix typos in comments.
34327 * libio/oldfileops.c: Likewise.
34328 * libio/wfileops.c: Likewise.
34329
6ef9cc37
SP
343302012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
34331
34332 [BZ #1349]
34333 * malloc/Makefile (tests): Add tst-malloc-usable test case.
34334 (tst-malloc-usable-ENV): Set environment for test case.
34335 * malloc/hooks.c (malloc_check_get_size): New function to get
34336 requested size.
34337 * malloc/malloc.c (musable): Use malloc_check_get_size.
34338 * malloc/tst-malloc-usable.c: New test case.
34339
4d038ae3
AS
343402012-09-05 Andreas Schwab <schwab@linux-m68k.org>
34341
34342 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34343
c4e85184
AM
343442012-09-05 Allan McRae <allan@archlinux.org>
34345
b9dafc56 34346 [BZ #13966]
c4e85184
AM
34347 * configure.in (CXX_SYSINCLUDES): Use compiler output to
34348 determine header location.
34349 * configure: Regenerated.
34350
e1343020
AS
343512012-09-05 Andreas Schwab <schwab@linux-m68k.org>
34352
34353 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34354 float format.
34355 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
34356 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34357 format.
e1343020
AS
34358 (test): Regenerate.
34359
0a9f1987
DM
343602012-09-04 David S. Miller <davem@davemloft.net>
34361
34362 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34363 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34364 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34365
29237804
FW
343662012-09-04 Florian Weimer <fweimer@redhat.com>
34367
34368 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34369 failures.
34370
edb3cb88
FW
34371 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34372
60160d83
JM
343732012-09-04 Joseph Myers <joseph@codesourcery.com>
34374
34375 [BZ #9914]
34376 * libio/iogetdelim.c: Include <limits.h>.
34377 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34378 + len + 1 would overflow.
34379
bcd6c8dc
AJ
343802012-09-03 Andreas Jaeger <aj@suse.de>
34381
34382 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34383 * sysdeps/i386/fpu/libm-test-ulps: Update.
34384
4ffffbd2
LD
343852012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
34386
34387 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34388 Add s_sinf-sse2, s_conf-sse2.
34389
34390 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34391 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34392 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34393 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34394
34395 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34396 for using routine as __sinf_ia32.
34397 Use macro for function declaration and weak_alias.
34398 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34399 for using routine as __cosf_ia32.
34400 Use macro for function declaration and weak_alias.
34401
34402 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34403 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34404
34405 * sysdeps/x86_64/fpu/s_sinf.S: New file.
34406 * sysdeps/x86_64/fpu/s_cosf.S: New file.
34407 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34408
34409 * math/libm-test.inc (cos_test): Add more test cases.
34410 (sin_test): Likewise.
34411 (sincos_test): Likewise.
34412
511fa286
AK
344132012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34414
34415 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34416 (IFUNC_RESOLVE): Make pointers to the specialized implementations
34417 hidden.
34418 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34419
5f30cfec
L
344202012-09-02 H.J. Lu <hongjiu.lu@intel.com>
34421
34422 [BZ #14538]
34423 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34424 first element of the GOT.
34425 (elf_machine_load_address): Return the difference between
34426 the runtime address of _DYNAMIC and elf_machine_dynamic ().
34427
0786794f
AM
344282012-09-01 Allan McRae <allan@archlinux.org>
34429
5f30cfec
L
34430 [BZ #13412]
34431 * configure.in (AWK): Require gawk version 3.0 or later.
34432 * configure: Regenerated.
0786794f 34433
26889eac
JM
344342012-09-01 Joseph Myers <joseph@codesourcery.com>
34435
34436 * sysdeps/unix/sysv/linux/kernel-features.h
34437 (__ASSUME_POSIX_CPU_TIMERS): Remove.
34438 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34439 [__NR_clock_getres]: Make code unconditional.
34440 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34441 (clock_getcpuclockid): Remove code left unreachable by removal of
34442 conditionals.
34443 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34444 code unconditional.
34445 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34446 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34447 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34448 Make code unconditional.
34449 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34450 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34451 * sysdeps/unix/sysv/linux/clock_settime.c
34452 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34453 conditional code.
34454 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34455 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34456
d22e28b0
L
344572012-08-29 H.J. Lu <hongjiu.lu@intel.com>
34458
34459 [BZ #14476]
34460 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34461 scripts/test-installation.pl.
34462
34463 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34464 and $ld_so_version if it is set.
34465
050af9c4
SP
344662012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
34467
34468 [BZ #14516]
34469 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34470 failure if reading from procfs failed.
34471 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34472
ad845c0b
JM
344732012-08-27 Joseph Myers <joseph@codesourcery.com>
34474
34475 * sysdeps/unix/sysv/linux/kernel-features.h
34476 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34477 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34478 Remove conditional code.
34479 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34480 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34481 Remove conditional code.
34482 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34483 * sysdeps/unix/sysv/linux/i386/fxstat.c
34484 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34485 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34486 * sysdeps/unix/sysv/linux/i386/fxstatat.c
34487 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34488 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34489 * sysdeps/unix/sysv/linux/i386/lxstat.c
34490 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34491 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34492 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34493 Remove conditional code.
34494 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34495 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34496 Remove conditional code.
34497 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34498 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34499 <kernel-features.h>.
34500 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34501 Remove.
34502 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34503 Remove conditional code.
34504 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34505 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34506 Remove conditional.
34507
5dbf56af
MF
345082012-08-27 Mike Frysinger <vapier@gentoo.org>
34509
34510 [BZ #5400]
34511 * NEWS: Add fixed bug number.
34512
d6e70f43
JM
345132012-08-27 Joseph Myers <joseph@codesourcery.com>
34514
7efb4737
JM
34515 [BZ #14519]
34516 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
34517 underflowing exponent in case of negative sign.
34518 * stdlib/tst-strtod-round-data: Add more tests.
34519 * stdlib/tst-strtod-round.c (tests): Regenerated.
34520
af92131a
JM
34521 [BZ #3479]
34522 * stdlib/strtod_l.c (NDIG): Remove.
34523 (HEXNDIG): Likewise.
34524 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
34525 smallest representable value.
34526 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
34527 lie within an exact representation of 1/2 ulp of the result.
34528 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
34529 unconditionally.
34530 (TENS_P9_IDX): Define unconditionally.
34531 (TENS_P9_SIZE): Likewise.
34532 (TENS_P10_IDX): Likewise.
34533 (TENS_P10_SIZE): Likewise.
34534 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
34535 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
34536 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
34537 entries for 10^2^13 and 10^2^14.
34538 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
34539 (TENS_P13_IDX): Define.
34540 (TENS_P13_SIZE): Likewise.
34541 (TENS_P14_IDX): Likewise.
34542 (TENS_P14_SIZE): Likewise.
34543 (_fpioconst_pow10): Change array size to
34544 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
34545 unconditional.
34546 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
34547 1024]: Add entries for 10^2^13 and 10^2^14.
34548 [LAST_POW10 > _LAST_POW10]: Remove #error.
34549 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
34550 (_fpioconst_pow10): Change array size to
34551 FPIOCONST_POW10_ARRAY_SIZE.
34552 * stdlib/gen-fpioconst.c: New file.
34553 * stdlib/gen-tst-strtod-round.c: Likewise.
34554 * stdlib/tst-strtod-round-data: Likewise.
34555 * stdlib/tst-strtod-round.c: Likewise.
34556 * stdlib/Makefile (tests): Add tst-strtod-round.
34557
d6e70f43
JM
34558 [BZ #14459]
34559 * stdlib/strtod_l.c: Include <stdint.h>.
34560 (NDEBUG): Do not define.
34561 (round_and_return): Change EXPONENT parameter to type intmax_t.
34562 Rearrange calculations to avoid internal overflow possibilities.
34563 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
34564 Rearrange calculations to avoid internal overflow possibilities.
34565 Assert that number fits inside MPNSIZE limbs.
34566 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
34567 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
34568 calculations and add assertions to avoid internal overflow
34569 possibilities. Add casts to avoid signed/unsigned operations.
34570 * stdlib/tst-strtod-overflow.c: New file.
34571 * stdlib/Makefile (tests): Add tst-strtod-overflow.
34572
1f529f7d
MP
345732012-08-25 Marek Polacek <polacek@redhat.com>
34574
34575 * time/time.h: Fix some typos in comments.
34576
59a629f1
RM
345772012-08-23 Roland McGrath <roland@hack.frob.com>
34578
34579 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
34580 * posix/tst-rfc3484-2.c: Likewise.
34581 * posix/tst-rfc3484-3.c: Likewise.
34582
d3bafbc9
SM
345832012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
34584
34585 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
34586 (EF_ARM_ABI_FLOAT_HARD): Likewise.
34587
4efcc022
JM
345882012-08-23 Joseph Myers <joseph@codesourcery.com>
34589
34590 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
34591 #include of fxstatat64.c.
34592
3cc3ef96
RM
345932012-08-22 Roland McGrath <roland@hack.frob.com>
34594
f04e2132
RM
34595 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
34596 * shadow/getspent_r.c: Likewise.
34597 * shadow/getspnam.c: Likewise.
34598 * shadow/getspnam_r.c: Likewise.
34599 * gshadow/getsgent.c: Likewise.
34600 * gshadow/getsgent_r.c: Likewise.
34601 * gshadow/getsgnam.c: Likewise.
34602 * gshadow/getsgnam_r.c: Likewise.
34603 * inet/getnetbyad.c: Likewise.
34604 * inet/getnetbyad_r.c: Likewise.
34605 * inet/getnetbynm.c: Likewise.
34606 * inet/getnetbynm_r.c: Likewise.
34607 * inet/getnetent.c: Likewise.
34608 * inet/getnetent_r.c: Likewise.
34609 * inet/getproto.c: Likewise.
34610 * inet/getproto_r.c: Likewise.
34611 * inet/getprtent.c: Likewise.
34612 * inet/getprtent_r.c: Likewise.
34613 * inet/getprtname.c: Likewise.
34614 * inet/getprtname_r.c: Likewise.
34615 * inet/getrpcbyname.c: Likewise.
34616 * inet/getrpcbyname_r.c: Likewise.
34617 * inet/getrpcbynumber.c: Likewise.
34618 * inet/getrpcbynumber_r.c: Likewise.
34619 * inet/getrpcent.c: Likewise.
34620 * inet/getrpcent_r.c: Likewise.
34621 * inet/getaliasent.c: Likewise.
34622 * inet/getaliasent_r.c: Likewise.
34623 * inet/getaliasname.c: Likewise.
34624 * inet/getaliasname_r.c: Likewise.
34625 * nscd/getgrgid_r.c: Likewise.
34626 * nscd/getgrnam_r.c: Likewise.
34627 * nscd/gethstbyad_r.c: Likewise.
34628 * nscd/gethstbynm3_r.c: Likewise.
34629 * nscd/getpwnam_r.c: Likewise.
34630 * nscd/getpwuid_r.c: Likewise.
34631 * nscd/getsrvbynm_r.c: Likewise.
34632 * nscd/getsrvbypt_r.c: Likewise.
34633 * nscd/gai.c: Likewise.
34634
c53d909c
RM
34635 * configure.in (build_nscd): New substituted variable, set
34636 by --disable-build-nscd and defaults to $use_nscd.
34637 * configure: Regenerated.
34638 * config.make.in (build-nscd): New substituted variable.
34639 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
34640 Change conditional to require [$(build-nscd) = yes] as well.
34641 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
34642
3cc3ef96
RM
34643 [BZ# 13696]
34644 * configure.in (use_nscd): New substituted variable, set by
34645 --disable-nscd. If enabled, define USE_NSCD.
34646 * configure: Regenerated.
34647 * config.h.in: Add USE_NSCD.
34648 * config.make.in (use-nscd): New substituted variable.
34649 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
34650 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
34651 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
34652 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
34653 (CFLAGS-getgrnam_r.c): Likewise.
34654 (CFLAGS-initgroups.c): Likewise.
34655 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
34656 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
34657 Variables removed.
34658 * inet/getnetgrent_r.c
34659 (nscd_setnetgrent): New function, broken out of ...
34660 (setnetgrent): ... here. Call it.
34661 (innetgr): Conditionalize nscd bits on [USE_NSCD].
34662 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
34663 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
34664 * nscd/Makefile (routines, aux): Move definitions after include of
34665 Makeconfig. Conditionalize on [$(use-nscd) != no].
34666 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
34667 Conditionalize on [USE_NSCD].
34668 (is_nscd, nscd_init_cb): Likewise.
34669 (nss_load_library): Conditionalize init callback on [USE_NSCD].
34670 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
34671 * nss/nss_db/db-init.c: Likewise.
34672 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
34673 [USE_NSCD].
34674 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
34675 (make_request): Use it.
34676 (cache_valid_p): New function.
34677 (__check_pf): Use it.
34678 * NEWS: Add item for --disable-nscd.
34679
07e51550
DL
346802012-08-22 Dmitry V. Levin <ldv@altlinux.org>
34681
34682 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
34683 to support sed >= 4.2.1-20-ga9bf076.
34684 * configure: Regenerated.
34685
35a5b08b
RM
346862012-08-22 Roland McGrath <roland@hack.frob.com>
34687
34688 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
34689 Conditionalize whole body on [IREL].
34690
8479f23a
JL
346912012-08-22 Jeff Law <law@redhat.com>
34692
34693 [BZ #14505]
34694 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
34695 if the family is PF_UNSPEC.
34696
48da0b21
MF
346972012-08-22 Mike Frysinger <vapier@gentoo.org>
34698
34699 * Makerules (lib-version): Rename from V.
34700 (install-lib-nosubdir): Change V to lib-version.
34701
15d0da8c
WS
347022012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
34703
34704 [BZ #14252]
34705 * powerpc32/power6/wcschr.c: New file.
34706 * powerpc32/power6/wcscpy.c: New file.
34707 * powerpc32/power6/wcsrchr.c: New file.
34708 * powerpc64/power6/wcschr.c: New file.
34709 * powerpc64/power6/wcscpy.c: New file.
34710 * powerpc64/power6/wcsrchr.c: New file.
34711
bcca0895
MK
347122012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
34713
34714 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
34715 (two_way_short_needle): Use it.
5a4aaa33
RM
34716 * string/strstr.c (AVAILABLE1_USES_J): Define.
34717 * string/strcasestr.c: Likewise.
99677e57
MK
34718
34719 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
34720 array references.
34721 * string/strcasestr.c (TOLOWER): Make side-effect safe.
34722
400726de
MK
34723 [BZ #11607]
34724 * NEWS: Add an entry.
34725 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
34726 define their defaults.
34727 (two_way_short_needle): Detect end-of-string on-the-fly.
34728 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
34729 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
34730 * string/bug-strcasestr1.c: New test.
34731 * string/Makefile: Run it.
34732
20a71f2c
MK
347332012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
34734
34735 [BZ #11607]
34736 * string/str-two-way.h (two_way_short_needle): Optimize matching of
34737 the first character.
34738
21ad0558
RM
347392012-08-21 Roland McGrath <roland@hack.frob.com>
34740
34741 * csu/elf-init.c (__libc_csu_irel): Function removed.
34742 * csu/libc-start.c (apply_irel): New function.
34743 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
34744
0e1d9911
JM
347452012-08-21 Joseph Myers <joseph@codesourcery.com>
34746
34747 * sysdeps/unix/sysv/linux/kernel-features.h
34748 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
34749 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
34750 <kernel-features.h>.
34751 [__NR_fadvise64_64]: Make code unconditional.
34752 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
34753 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
34754 !__NR_fadvise64_64)]: Likewise.
34755 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
34756 !__NR_fadvise64_64))]: Likewise.
34757 [__NR_fadvise64]: Make code unconditional.
34758 [!__NR_fadvise64]: Remove conditional code.
34759 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
34760 <kernel-features.h>.
34761 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34762 unconditional.
34763 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34764 conditional code.
34765 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
34766 not include <kernel-features.h>.
34767 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34768 unconditional.
34769 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34770 conditional code.
34771 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
34772 include <kernel-features.h>.
34773 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34774 unconditional.
34775 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34776 conditional code.
34777
14a50c9d
WS
347782012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
34779
34780 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
34781 slight instruction rearrangements per scrollpipe analysis.
34782 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34783
c0f4faf0
RM
347842012-08-20 Roland McGrath <roland@hack.frob.com>
34785
696da859
RM
34786 * manual/syslog.texi (syslog; vsyslog, closelog):
34787 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
34788 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
34789
c0f4faf0
RM
34790 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
34791 DSOCAPS to match condition on defining it.
34792
348363b2
JM
347932012-08-20 Joseph Myers <joseph@codesourcery.com>
34794
a35cbf28
JM
34795 * sysdeps/unix/sysv/linux/kernel-features.h
34796 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
34797 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
34798 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
34799 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
34800 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
34801 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
34802 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
34803 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
34804 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
34805 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
34806
445f7ecd
JM
34807 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
34808 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
34809
348363b2
JM
34810 * sysdeps/unix/sysv/linux/kernel-features.h
34811 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
34812 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
34813 unconditional.
34814 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34815 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
34816 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
34817 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34818 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
34819 Make code unconditional.
34820 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34821 (__mmap64) [!__NR_mmap2]: Likewise.
34822 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
34823 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
34824 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34825 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
34826 [__NR_mmap2]: Make code unconditional.
34827 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
34828 (__mmap64) [!__NR_mmap2]: Likewise.
34829
bc5bc0e5
AK
348302012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34831
34832 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
34833
88d506de
AJ
348342012-08-18 Andreas Jaeger <aj@suse.de>
34835
34836 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
34837
493387d2
MF
348382012-08-18 Mike Frysinger <vapier@gentoo.org>
34839
34840 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
34841 * include/unistd.h (__have_sock_cloexec): Likewise.
34842 (__have_pipe2): Likewise.
34843 (__have_dup3): Likewise.
34844
a277af22
MF
348452012-08-18 Mike Frysinger <vapier@gentoo.org>
34846
34847 [BZ #9685]
34848 * include/unistd.h (__have_pipe2): Change define into an extern int.
34849 (__have_dup3): Likewise.
34850 * socket/have_sock_cloexec.c: Include fcntl.h.
34851 (__have_pipe2): New variable.
34852 (__have_dup3): Likewise.
34853
fdab8fd3
MF
348542012-08-17 Mike Frysinger <vapier@gentoo.org>
34855
34856 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
34857
31035e80
MP
348582012-08-17 Marek Polacek <polacek@redhat.com>
34859
34860 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
34861 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
34862
3bd9e993
RM
348632012-08-17 Roland McGrath <roland@hack.frob.com>
34864
c91c505f
RM
34865 * configure.in: Add AC_SUBST for sysheaders.
34866 * configure: Regenerated.
34867 * config.make.in (sysheaders): New substituted variable.
34868
7c6f9d53
RM
34869 * sysdeps/unix/mkfifo.c: Moved ...
34870 * sysdeps/posix/mkfifo.c: ... here.
34871 * sysdeps/unix/mkfifoat.c: Moved ...
34872 * sysdeps/posix/mkfifoat.c: ... here.
34873
34874 * sysdeps/unix/utime.c: Moved ...
34875 * sysdeps/posix/utime.c: ... here.
34876
34877 * sysdeps/unix/time.c: Moved ...
34878 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
34879 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
34880 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
34881
34882 * sysdeps/unix/nice.c: Moved ...
34883 * sysdeps/posix/nice.c: ... here.
34884
34885 * sysdeps/unix/alarm.c: Moved ...
34886 * sysdeps/posix/alarm.c: ... here.
34887
3bd9e993
RM
34888 * intl/Makefile ($(codeset_mo)): Depend on the input file.
34889
d1f09384
JL
348902012-08-17 Jeff Law <law@redhat.com>
34891
34892 * intl/Makefile (codeset_mo): New variable.
34893 ($(codeset_mo)): New target.
34894 (tst-codeset.out): Depend on that. Remove explicit rule.
34895 (tst-gettext3.out, tst-gettext5.out): Likewise.
34896 (LOCPATH-ENV, tst-codeset-ENV): New variables.
34897 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
34898 * intl/tst-codeset.sh: Remove.
34899 * intl/tst-gettext3.sh: Likewise.
34900 * intl/tst-gettext5.sh: Likewise.
34901
2ae1ae5c
RM
349022012-08-17 Roland McGrath <roland@hack.frob.com>
34903
c31fdb83
RM
34904 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
34905 * sysdeps/unix/syscalls.list: ... here.
34906
a0844057
RM
34907 * sysdeps/posix/getaddrinfo.c
34908 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
34909 (gaiconf_init, gaiconf_reload): Use them.
34910 [!_STATBUF_ST_NSEC]
34911 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
34912 Define using time_t rather than struct timespec.
34913
750c1f2a
RM
34914 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
34915 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
34916 Macros removed.
34917 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
34918 [!NO_THREADS].
34919 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
34920 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
34921 Likewise.
34922
2ae1ae5c
RM
34923 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
34924 __libc_cleanup_push argument.
34925
e66a42f5
RM
34926 * bits/param.h: New file.
34927 * misc/sys/param.h: New file.
34928 * include/sys/param.h: New file.
34929 * misc/Makefile (headers): Add bits/param.h.
34930 * sysdeps/generic/sys/param.h: File removed.
34931 * sysdeps/unix/sysv/linux/bits/param.h: New file.
34932 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
34933 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 34934 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 34935
b7c08a66
RM
34936 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
34937 last change.
34938
b2e1c562
RM
34939 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
34940 [_IO_MTSAFE_IO].
34941 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
34942 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
34943 New macros.
34944
c75ccd4c
RM
34945 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
34946 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
34947 rather than -D_IO_MTSAFE_IO conditionally.
34948 * stdio-common/Makefile (CPPFLAGS): Likewise.
34949 * wcsmbs/Makefile (CPPFLAGS): Likewise.
34950 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
34951 Use $(libio-mtsafe).
34952 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
34953 of -D_IO_MTSAFE_IO.
34954 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
34955 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
34956 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
34957 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
34958 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
34959 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
34960 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
34961 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
34962 (CFLAGS-fread_u_chk.c): Likewise.
34963 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
34964 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
34965 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
34966 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
34967 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
34968 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
34969 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
34970 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
34971 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
34972
34973 * libio/Makefile: Test [$(libc-reentrant) = yes]
34974 instead of [$(filter %REENTRANT, $(defines)) nonempty].
34975
34976 * Makeconfig
34977 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
34978 * sysdeps/pthread/configure: File removed.
34979 * sysdeps/pthread/Makeconfig: New file.
34980 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
34981 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
34982
d9195db8
GB
349832012-08-16 Gary Benson <gbenson@redhat.com>
34984
34985 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
34986 unmapping the first object in a namespace.
34987
86466cd9
RM
349882012-08-16 Roland McGrath <roland@hack.frob.com>
34989
34990 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
34991 (__internal_setnetgrent): ... this. Add internal_function to
34992 definition. Add libc_hidden_def.
34993 (setnetgrent): Update caller.
34994 (internal_endnetgrent): Renamed to ...
34995 (__internal_endnetgrent): ... this. Add internal_function to
34996 definition. Add libc_hidden_def.
34997 (endnetgrent): Update caller.
34998 (internal_getnetgrent_r): Renamed to ...
34999 (__internal_getnetgrent_r): ... this. Add internal_function to
35000 definition. Add libc_hidden_def.
35001 (__getnetgrent_r): Update caller.
35002 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
35003
c3c8283c
JM
350042012-08-16 Joseph Myers <joseph@codesourcery.com>
35005
35006 * stdlib/longlong.h: Update from GCC.
35007
db1ee0a8
RM
350082012-08-16 Roland McGrath <roland@hack.frob.com>
35009
35010 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35011 on _QL, which is set by umul_ppmm but never used.
35012 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35013 variables, which are set by GMP macros but never used.
35014 * stdio-common/_itowa.c (_itowa): Likewise.
35015 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35016 * stdlib/mod_1.c (mpn_mod_1): Likewise.
35017
30f69637
CD
350182012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
35019
35020 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35021 struct La_sh_regs is not constant.
35022 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35023 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35024 and struct La_sparc64_regs are not constant.
35025
93a78ac4
JM
350262012-08-16 Joseph Myers <joseph@codesourcery.com>
35027
35028 * sysdeps/unix/sysv/linux/kernel-features.h
35029 (__ASSUME_POSIX_TIMERS): Remove.
35030 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35031 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35032 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35033 Make code unconditional.
35034 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35035 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35036 Make code unconditional.
35037 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35038 * sysdeps/unix/sysv/linux/clock_nanosleep.c
35039 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35040 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35041 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35042 Make code unconditional.
35043 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35044 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35045 (__libc_missing_posix_timers): Remove.
35046
dd924cd7
RM
350472012-08-15 Roland McGrath <roland@hack.frob.com>
35048
4b4f2771
RM
35049 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35050 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35051
601c888b
RM
35052 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35053
176790a7
RM
35054 * elf/dl-sym.c: Include <stdlib.h>.
35055
329bc018
RM
35056 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35057 constants, which avoids warnings in 32-bit builds.
35058
e04e272d
RM
35059 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35060 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35061
952bf94a
RM
35062 * misc/lseek.c: File moved to ...
35063 * io/lseek.c: ... here.
35064
7c99b50a
RM
35065 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35066
dd924cd7
RM
35067 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35068 shifting LEN more than 31 bits at once.
35069
b3f479a8
LD
350702012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35071
35072 [BZ #14195]
8c4ae0d4
RM
35073 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35074 segmentation fault for a case of two empty input strings.
b3f479a8
LD
35075 * string/test-strncasecmp.c (check1): Renamed to...
35076 (bz12205): ...this.
35077 (bz14195): Add new testcase for two empty input strings and N > 0.
35078 (test_main): Call new testcase, adapt for renamed function.
35079
9c55864e
AJ
350802012-08-15 Andreas Jaeger <aj@suse.de>
35081
35082 [BZ #14090]
35083 * crypt/md5test2.c: New test, based on test supplied by Serge
35084 Belyshev <belyshev@depni.sinp.msu.ru>.
35085 * crypt/Makefile (xtests): Add md5test-giant..
35086 * crypt/Makefile ($(objpfx)md5test-giant): Add.
35087
02dcb6c5
PE
350882012-08-15 Paul Eggert <eggert@cs.ucla.edu>
35089
35090 [BZ #14090]
35091 * crypt/md5.c (md5_process_block): Don't assume the buffer
35092 length is less than 2**32.
35093 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35094 length is less than 2**64.
35095
a3f95dcc
RM
350962012-08-15 Roland McGrath <roland@hack.frob.com>
35097
be75d758
RM
35098 * string/str-two-way.h: Include <sys/param.h>.
35099 (MAX): Macro removed.
35100
7312ca90
RM
35101 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35102 Move #define and #undef of memmove to just before and after
35103 including <string.h>.
35104
9a0a5486
RM
35105 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35106 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35107 and after including <string.h>. Move declarations of
35108 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35109 to before #include "string/memmove.c".
35110
67cc348d
RM
35111 * include/dirent.h: Declare __getdirentries.
35112
a3f95dcc
RM
35113 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35114 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35115
ca98e171
MF
351162012-08-14 Mike Frysinger <vapier@gentoo.org>
35117
35118 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35119 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35120 * sysdeps/i386/configure: Regenerated.
35121 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35122 STABS_CURRENT_FILE, and STABS_FUN.
35123 (END): Remove call to STABS_FUN_END.
35124 (STABS_CURRENT_FILE1): Delete.
35125 (STABS_CURRENT_FILE): Likewise.
35126 (STABS_FUN): Likewise.
35127 (STABS_FUN_END): Likewise.
35128 (STABS_FUN2): Likewise.
35129 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35130 * sysdeps/x86_64/configure: Regenerated.
35131
5908bf46
RM
351322012-08-14 Roland McGrath <roland@hack.frob.com>
35133
35134 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 35135 * elf/dl-lookup.c: Likewise.
5908bf46 35136
f2c05b9e
JM
351372012-08-14 Joseph Myers <joseph@codesourcery.com>
35138
35139 * sysdeps/unix/sysv/linux/kernel-features.h
35140 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35141 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35142 unconditionally.
35143 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35144 unconditionally.
35145 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35146 condition on __ASSUME_CLONE_THREAD_FLAGS.
35147
e11f5155
AJ
351482012-08-14 Andreas Jaeger <aj@suse.de>
35149
35150 * sysdeps/i386/fpu/libm-test-ulps: Update.
35151
51a9ba86
MK
351522012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
35153
2fdd4f78
AJ
35154 * include/atomic.h (atomic_exchange_and_add): Split into ...
35155 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35156 New atomic macros.
51a9ba86 35157
ba6cba9e
MT
351582012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
35159
35160 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35161
42443a47
JL
351622012-08-13 Jeff Law <law@redhat.com>
35163
35164 * manual/stdio.texi (snprintf): Clarify handling of the trailing
35165 null byte in the output string.
35166
121dce05
JM
351672012-08-10 Joseph Myers <joseph@codesourcery.com>
35168
35169 * sysdeps/unix/sysv/linux/kernel-features.h
35170 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35171 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35172 (__ASSUME_ARG_MAX_STACK_BASED): Define.
35173 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35174 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35175 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
35176 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35177
bf51f568
JL
351782012-08-09 Jeff Law <law@redhat.com>
35179
35180 [BZ #13939]
35181 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35182 When avoid_arena is set, don't retry in the that arena. Pick the
35183 next one, whatever it might be.
35184 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35185 (arena_lock): Pass in new parameter to arena_get2.
35186 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35187 arena_get2.
35188 (__libc_malloc): Unify retrying after main arena failure with
35189 __libc_memalign version.
35190 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35191
f85fa270
L
351922012-08-09 H.J. Lu <hongjiu.lu@intel.com>
35193
35194 [BZ #14166]
35195 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35196 to __redirect_strstr.
35197 (__strstr_sse42): Use typeof __redirect_strstr.
35198 (__strstr_ia32): Likewise.
35199 (__libc_strstr): New prototype.
35200 (strstr): Renamed to ...
35201 (__libc_strstr): This.
35202 (strstr): New strong alias of __libc_strstr.
35203 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35204 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35205 __redirect_time.
35206 Include <time.h>.
35207 (__libc_time): New prototype.
35208 (time_ifunc): Replace time with __libc_time.
35209 (time): New strong alias and hidden definition of __libc_time.
35210 (__GI_time): Remove strong alias.
35211 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35212 Include <stddef.h>.
35213 (memmove): Redefined to __redirect_memmove.
35214 (__memmove_sse2): Use typeof __redirect_memmove.
35215 (__memmove_ssse3): Likewise.
35216 (__memmove_ssse3_back): Likewise.
35217 (__libc_memmove): New prototype.
35218 (memmove): Renamed to ...
35219 (__libc_memmove): This.
35220 (memmove): New strong alias of __libc_memmove.
35221
33b4a91e
MS
352222012-08-08 Mark Salter <msalter@redhat.com>
35223
35224 * elf/elf.h
35225 (R_MN10300_TLS_GD): Define.
35226 (R_MN10300_TLS_LD): Likewise.
35227 (R_MN10300_TLS_LDO): Likewise.
35228 (R_MN10300_TLS_GOTIE): Likewise.
35229 (R_MN10300_TLS_IE): Likewise.
35230 (R_MN10300_TLS_LE): Likewise.
35231 (R_MN10300_TLS_DTPMOD): Likewise.
35232 (R_MN10300_TLS_DTPOFF): Likewise.
35233 (R_MN10300_TLS_TPOFF): Likewise.
35234 (R_MN10300_SYM_DIFF): Likewise.
35235 (R_MN10300_ALIGN): Likewise.
35236 (R_MN10300_NUM): Update.
35237
b36137f1
JM
352382012-08-08 Joseph Myers <joseph@codesourcery.com>
35239
35240 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35241 Remove.
35242
cdd915fd
RM
352432012-08-08 Roland McGrath <roland@hack.frob.com>
35244
a2433aac
RM
35245 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35246
cdd915fd
RM
35247 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35248 sysdeps/unix -> sysdeps/posix move.
35249 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35250
bf9b740a
AM
352512012-08-07 Allan McRae <allan@archlinux.org>
35252
35253 [BZ #14303]
35254 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35255 (SUNOS_CPP): Likewise.
35256 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35257 not found.
35258 (open_input): Call CPP using execvp.
35259
93df14ee
JM
352602012-08-07 Joseph Myers <joseph@codesourcery.com>
35261
35262 * sysdeps/unix/sysv/linux/kernel-features.h
35263 (__ASSUME_PROT_GROWSUPDOWN): Remove.
35264 (__ASSUME_NO_CLONE_DETACHED): Likewise.
35265 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35266 (__ASSUME_WAITID_SYSCALL): Likewise.
35267 * sysdeps/unix/sysv/linux/dl-execstack.c
35268 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35269 code unconditional.
35270 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35271 conditional code.
35272 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35273 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35274 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35275 code.
35276 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35277 unconditional.
35278 [__ASSUME_WAITID_SYSCALL]: Likewise.
35279 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35280
d34689de
RM
352812012-08-07 Roland McGrath <roland@hack.frob.com>
35282
a281decc
RM
35283 * sysdeps/unix/closedir.c: Renamed to ...
35284 * sysdeps/posix/closedir.c: ... here.
35285 * sysdeps/unix/dirfd.c: Renamed to ...
35286 * sysdeps/posix/dirfd.c: ... here.
35287 * sysdeps/unix/dirstream.h: Renamed to ...
35288 * sysdeps/posix/dirstream.h: ... here.
35289 * sysdeps/unix/fdopendir.c: Renamed to ...
35290 * sysdeps/posix/fdopendir.c: ... here.
35291 * sysdeps/unix/opendir.c: Renamed to ...
35292 * sysdeps/posix/opendir.c: ... here.
35293 * sysdeps/unix/readdir.c: Renamed to ...
35294 * sysdeps/posix/readdir.c: ... here.
35295 * sysdeps/unix/readdir_r.c: Renamed to ...
35296 * sysdeps/posix/readdir_r.c: ... here.
35297 * sysdeps/unix/rewinddir.c: Renamed to ...
35298 * sysdeps/posix/rewinddir.c: ... here.
35299 * sysdeps/unix/seekdir.c: Renamed to ...
35300 * sysdeps/posix/seekdir.c: ... here.
35301 * sysdeps/unix/telldir.c: Renamed to ...
35302 * sysdeps/posix/telldir.c: ... here.
35303 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35304 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35305 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35306 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35307
22895b47
RM
35308 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35309 * bits/fcntl.h: ... here.
35310
707a53b6
RM
35311 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35312 not 0.
35313 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35314 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35315 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35316 (struct flock): Move l_start, l_len to the beginning.
35317 Use __pid_t for l_pid.
35318 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35319 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35320 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35321 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35322 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35323 [__USE_LARGEFILE64] (struct flock64): New type.
35324 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35325
f0bd3e25
RM
35326 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35327 * bits/dirent.h: ... here.
35328
d34689de
RM
35329 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35330 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35331
6dad2c06
JM
353322012-08-07 Joseph Myers <joseph@codesourcery.com>
35333
35334 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35335 Change from 2.6.0 to 2.6.16.
35336 * sysdeps/unix/sysv/linux/configure: Regenerated.
35337 * sysdeps/unix/sysv/linux/kernel-features.h
35338 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35339 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35340 version.
35341 (__ASSUME_UTIMES): Likewise.
35342 (__ASSUME_CLONE_STOPPED): Remove.
35343 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35344 architectures, not kernel version.
35345 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35346 (__ASSUME_NO_CLONE_DETACHED): Likewise.
35347 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35348 (__ASSUME_WAITID_SYSCALL): Likewise.
35349 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35350 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35351 * README: State 2.6.16 as minimum Linux kernel version. Do not
35352 refer to older versions.
35353
03af9520
RM
353542012-08-06 Roland McGrath <roland@hack.frob.com>
35355
8e49df1d
RM
35356 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35357 Define alphasort64 as an alias.
35358 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35359 Define versionsort64 as an alias.
35360 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35361 Define scandir64 as an alias.
35362 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35363 Define scandirat64 as an alias.
35364 * dirent/alphasort64.c (alphasort64):
35365 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35366 * dirent/versionsort64.c: Likewise.
35367 * dirent/scandir64.c: Likewise.
35368 * dirent/scandirat64.c: Likewise.
35369 * sysdeps/wordsize-64/alphasort.c: File removed.
35370 * sysdeps/wordsize-64/alphasort64.c: File removed.
35371 * sysdeps/wordsize-64/scandir.c: File removed.
35372 * sysdeps/wordsize-64/scandir64.c: File removed.
35373 * sysdeps/wordsize-64/scandirat.c: File removed.
35374 * sysdeps/wordsize-64/scandirat64.c: File removed.
35375 * sysdeps/wordsize-64/versionsort.c: File removed.
35376 * sysdeps/wordsize-64/versionsort64.c: File removed.
35377 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35378 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35379 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35380 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35381 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35382 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35383 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35384 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35385
35386 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35387 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35388 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35389 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35390 [defined __arch64__ || defined __sparcv9]
35391 (__INO_T_MATCHES_INO64_T): New macro.
35392 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35393 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35394 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35395 * sysdeps/unix/sysv/linux/bits/dirent.h
35396 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35397 (_DIRENT_MATCHES_DIRENT64): New macro.
35398
03af9520
RM
35399 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35400 Define lockf64 as an alias.
35401 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35402 Define fseeko64 as an alias.
35403 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35404 Define ftello64 as an alias.
35405 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35406 Define _IO_fgetpos64 and fgetpos64 as aliases.
35407 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35408 Define _IO_fsetpos64 and fsetpos64 as aliases.
35409 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35410 Conditionalize body on this.
35411 * libio/fseeko64.c: Likewise.
35412 * libio/ftello64.c: Likewise.
35413 * libio/iofgetpos64.c: Likewise.
35414 * libio/iofsetpos64.c: Likewise.
35415 * sysdeps/wordsize-64/lockf.c: File removed.
35416 * sysdeps/wordsize-64/lockf64.c: File removed.
35417 * sysdeps/wordsize-64/fseeko.c: File removed.
35418 * sysdeps/wordsize-64/fseeko64.c: File removed.
35419 * sysdeps/wordsize-64/ftello.c: File removed.
35420 * sysdeps/wordsize-64/ftello64.c: File removed.
35421 * sysdeps/wordsize-64/iofgetpos.c: File removed.
35422 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35423 * sysdeps/wordsize-64/iofsetpos.c: File removed.
35424 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35425 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35426 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35427 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35428 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35429 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35430 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35431 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35432 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35433 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35434 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35435
35436 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35437 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35438 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35439 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35440 [defined __arch64__ || defined __sparcv9]
35441 (__OFF_T_MATCHES_OFF64_T): New macro.
35442 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35443 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35444 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35445 (__OFF_T_MATCHES_OFF64_T): New macro.
35446
c5757acd
L
354472012-08-06 H.J. Lu <hongjiu.lu@intel.com>
35448
35449 * stdlib/secure-getenv.c (__secure_getenv): Replace
35450 GLIBC_2_16 with GLIBC_2_17.
35451
3a31811e
L
354522012-08-06 H.J. Lu <hongjiu.lu@intel.com>
35453
35454 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35455 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35456
faa2bccb
DM
354572012-08-03 David S. Miller <davem@davemloft.net>
35458
35459 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35460
85fe1997
JM
354612012-08-03 Joseph Myers <joseph@codesourcery.com>
35462
35463 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35464 Remove.
35465 (__ASSUME_CORRECT_SI_PID): Likewise.
35466 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35467 (__ASSUME_TMPFS_NAME): Likewise.
35468 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35469 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35470 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35471 (HAVE_AUX_SECURE): Make definition unconditional.
35472 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35473 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35474
4f75b7a0
RM
354752012-08-03 Roland McGrath <roland@hack.frob.com>
35476
35477 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35478 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35479 * sysdeps/mach/hurd/eloop-threshold.h: New file.
35480 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35481 __eloop_threshold instead of SYMLOOP_MAX.
35482
35483 * sysdeps/generic/eloop-threshold.h: New file.
35484 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35485 of MAXSYMLINKS.
35486 * elf/chroot_canon.c (chroot_canon): Likewise.
35487
7aab07e4
JM
354882012-08-03 Joseph Myers <joseph@codesourcery.com>
35489
35490 [BZ #13717]
35491 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35492 Change to 2.6.0 everywhere.
35493 * sysdeps/unix/sysv/linux/configure: Regenerated.
35494 * sysdeps/unix/sysv/linux/kernel-features.h
35495 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35496 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35497 kernel versions.
35498 (__ASSUME_POSIX_TIMERS): Define unconditionally.
35499 (__ASSUME_FUTEX_REQUEUE): Remove.
35500 (__ASSUME_STATFS64): Define unconditionally.
35501 (__ASSUME_AT_SECURE): Likewise.
35502 (__ASSUME_CORRECT_SI_PID): Likewise.
35503 (__ASSUME_TGKILL): Define without depending on kernel version for
35504 i386.
35505 (__ASSUME_UTIMES): Likewise.
35506 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35507 kernel version.
35508 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35509 (__ASSUME_TMPFS_NAME): Likewise.
35510 * README: Update reference to Linux kernel versions.
35511
b67e9372
MP
355122012-08-02 Marek Polacek <polacek@redhat.com>
35513
1f529f7d 35514 [BZ# 14150]
b67e9372
MP
35515 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
35516 libc_cv_asm_type_prefix with %.
35517 * configure: Regenerated.
d2441631
RM
35518 * include/libc-symbols.h: Remove comment about
35519 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
35520 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
35521 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
35522 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
35523 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
35524 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35525 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
35526 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
35527 * elf/tst-unique2mod1.c: Likewise.
35528 * elf/tst-unique1mod2.c: Likewise.
35529 * elf/tst-unique1mod1.c: Likewise.
35530 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
35531 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
35532 Replace ASM_TYPE_DIRECTIVE with .type.
35533 * sysdeps/s390/s390-64/sysdep.h: Likewise.
35534 * sysdeps/i386/sysdep.h: Likewise.
35535 * sysdeps/x86_64/sysdep.h: Likewise.
35536 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
35537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35538 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 35539 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
35540 * sysdeps/powerpc/powerpc32/sysdep.h:
35541 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
35542 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35543 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35544 * sysdeps/i386/fpu/e_powf.S: Likewise.
35545 * sysdeps/i386/fpu/e_expl.S: Likewise.
35546 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
35547 * sysdeps/i386/fpu/e_acosh.S: Likewise.
35548 * sysdeps/i386/fpu/e_pow.S: Likewise.
35549 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
35550 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
35551 * sysdeps/i386/fpu/s_expm1.S: Likewise.
35552 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
35553 * sysdeps/i386/fpu/e_log2.S: Likewise.
35554 * sysdeps/i386/fpu/e_log2l.S: Likewise.
35555 * sysdeps/i386/fpu/e_scalb.S: Likewise.
35556 * sysdeps/i386/fpu/e_powl.S: Likewise.
35557 * sysdeps/i386/fpu/e_log10f.S: Likewise.
35558 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
35559 * sysdeps/i386/fpu/e_logl.S: Likewise.
35560 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
35561 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
35562 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
35563 * sysdeps/i386/fpu/e_log2f.S: Likewise.
35564 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
35565 * sysdeps/i386/fpu/e_log.S: Likewise.
35566 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
35567 * sysdeps/i386/fpu/e_logf.S: Likewise.
35568 * sysdeps/i386/fpu/e_log10l.S: Likewise.
35569 * sysdeps/i386/fpu/e_atanh.S: Likewise.
35570 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
35571 * sysdeps/i386/fpu/e_log10.S: Likewise.
35572 * sysdeps/i386/fpu/s_frexp.S: Likewise.
35573 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
35574 * sysdeps/i386/fpu/s_asinh.S: Likewise.
35575 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
35576 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
35577 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
35578 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
35579 * sysdeps/i386/i686/strtok.S: Likewise.
35580 * sysdeps/i386/i386-mcount.S: Likewise.
35581 * sysdeps/i386/strtok.S: Likewise.
35582 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
35583 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
35584 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35585 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
35586 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35587 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
35588 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
35589 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
35590 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
35591 * sysdeps/x86_64/_mcount.S: Likewise.
35592 * sysdeps/x86_64/strtok.S: Likewise.
35593 * sysdeps/sh/_mcount.S: Likewise.
35594
2747bf9a
RM
355952012-08-01 Roland McGrath <roland@hack.frob.com>
35596
35597 * libio/iofopen.c: Include <fcntl.h>.
35598 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
35599 (_IO_fopen64, fopen64): Define as aliases.
35600 * libio/iofopen64.c: Include <fcntl.h>.
35601 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
35602 Conditionalize body on this.
35603 * sysdeps/wordsize-64/iofopen.c: File removed.
35604 * sysdeps/wordsize-64/iofopen64.c: File removed.
35605
3fb791b8
MP
356062012-08-01 Marek Polacek <polacek@redhat.com>
35607
35608 * libc/Makeconfig: Use elf in place of binfmt-subdir.
35609 Use dlfcn directly instead of a variable.
35610 (binfmt-subdir): Do not define.
35611 (dlfcn): Likewise.
35612
a9f1039f
JM
356132012-08-01 Joseph Myers <joseph@codesourcery.com>
35614
23bddc06
JM
35615 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
35616 Remove all definitions.
35617 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
35618 <kernel-features.h>.
35619 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35620 (miss_F_GETOWN_EX): Remove all definitions.
35621 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
35622 macro definition.
35623 [!__ASSUME_FCNTL64]: Remove conditional code.
35624 [__ASSUME_FCNTL64]: Make code unconditional.
35625 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
35626 <kernel-features.h>.
35627 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35628 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
35629 (lockf64) [__NR_fcntl64]: Make code unconditional.
35630 (lockf64) [__ASSUME_FCNTL64]: Likewise.
35631
a9f1039f
JM
35632 * sysdeps/unix/sysv/linux/kernel-features.h
35633 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
35634 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
35635 Make code unconditional.
35636 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35637 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35638 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
35639 [__NR_vfork]: Make code unconditional.
35640 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35641 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35642 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
35643 [__NR_vfork]: Make code unconditional.
35644 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35645 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35646
09c0ee5f
RM
356472012-08-01 Roland McGrath <roland@hack.frob.com>
35648
48aec5b9
RM
35649 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
35650 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
35651
cd97c966
RM
35652 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35653 Define mkstemp64 as an alias.
3f55550c
RM
35654 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35655 Define mkstemps64 as an alias.
cd97c966
RM
35656 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35657 Define mkostemp64 as an alias.
b8625cfc
RM
35658 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35659 Define mkostemps64 as an alias.
cd97c966
RM
35660 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
35661 Conditionalize body on this.
35662 * misc/mkostemp64.c: Likewise.
b8625cfc 35663 * misc/mkostemps64.c: Likewise.
3f55550c 35664 * misc/mkstemps64.c: Likewise.
cd97c966
RM
35665 * sysdeps/wordsize-64/mkstemp64.c: File removed.
35666 * sysdeps/wordsize-64/mkostemp64.c: File removed.
35667 * sysdeps/wordsize-64/mkostemp.c: File removed.
35668 * sysdeps/wordsize-64/mkstemp.c: File removed.
35669 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
35670 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
35671 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
35672 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
35673
09c0ee5f
RM
35674 [BZ #14138]
35675 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
35676 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
35677 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
35678 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
35679
35680 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
35681 compat_symbol macros from <shlib-compat.h> rather than the underlying
35682 default_symbol_version and symbol_version macros, so that DEFAULT
35683 lines in shlib-versions are respected.
35684 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
35685
7e66ee51
FW
356862012-08-01 Florian Weimer <fweimer@redhat.com>
35687
35688 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
35689 Declare with warn_unused_result.
35690 (setgid, setregid, setegid, setresgid): Likewise.
35691 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
35692 Likewise.
35693 * WUR-REPORT: Remove set*id functions.
35694
d2a54255
PT
356952012-07-31 Pino Toscano <toscano.pino@tiscali.it>
35696
35697 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
35698
7ecdb005
RM
356992012-07-31 Roland McGrath <roland@hack.frob.com>
35700
b4180a5e 35701 [BZ #10191]
789bd351
RM
35702 * include/sys/socket.h (__libc_accept, __libc_accept4):
35703 Add attribute_hidden.
35704 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
35705
40ce302d
RM
35706 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
35707 use of PTR_MANGLE.
35708 * inet/getnetgrent_r.c (setup): Likewise.
35709
7ecdb005
RM
35710 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
35711
e2eabb2c
DM
357122012-07-31 David S. Miller <davem@davemloft.net>
35713
35714 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35715
d0419dbf
JM
357162012-07-31 Joseph Myers <joseph@codesourcery.com>
35717
35718 [BZ #13629]
35719 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
35720 value between 1.0 and 2.0 and smaller part has absolute value less
35721 than 1.0.
35722 * math/s_clog10.c (__clog10): Likewise.
35723 * math/s_clog10f.c (__clog10f): Likewise.
35724 * math/s_clog10l.c (__clog10l): Likewise.
35725 * math/s_clogf.c (__clogf): Likewise.
35726 * math/s_clogl.c (__clogl): Likewise.
35727 * math/libm-test.inc (clog_test): Add more tests.
35728 (clog10_test): Likewise.
35729 * sysdeps/i386/fpu/libm-test-ulps: Update.
35730 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35731
2bc13872
FW
357322012-07-31 Florian Weimer <fweimer@redhat.com>
35733
35734 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
35735 Exit with zero in case no suitable GID is found, and write a
35736 message to standard error.
35737
bea9b193
RM
357382012-07-30 Roland McGrath <roland@hack.frob.com>
35739
35740 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
35741 rather than to 1.
35742 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
35743 (MAXPATHLEN): Removed.
35744 (NOGROUP, NODEV): New macros.
35745 (setbit, clrbit, isset, isclr): New macros.
35746 (howmany, roundup, powerof2): New macros.
35747 (DEV_BSIZE): New macro.
35748
35749 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
35750 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
35751
35752 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
35753 definition on [!__NO_LONG_DOUBLE_MATH].
35754
35755 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
35756 PTR_MANGLE and PTR_DEMANGLE.
35757
35758 * socket/accept4.c (accept4): Rename to __libc_accept4.
35759 Define accept4 as a weak alias.
35760
35761 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
35762 on [_DIRENT_HAVE_D_TYPE].
35763 * io/ftw.c (ftw_dir): Likewise.
35764
35765 * io/xmknod.c (__xmknod): Don't check PATH for being null.
35766
35767 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
35768
35769 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
35770 Use the BSD numbers rather than the arbitrary ones we had.
35771 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
35772 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
35773 (SIGXCPU, SIGXFSZ): New macros.
35774 (_NSIG): Now 32.
35775
35776 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
35777 initializer on [_LIBC_REENTRANT].
35778
35779 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
35780 definitions inside [_POSIX_MAPPED_FILES].
35781
35782 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
35783
35784 * dirent/opendir.c: Include <fcntl.h>.
35785
35786 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
35787 (__libc_getspecific): Likewise.
35788 (__libc_key_create): Likewise.
35789
35790 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
35791 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
35792 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
35793 (tmpfile64): Define as alias.
35794 * sysdeps/wordsize-64/tmpfile.c: File removed.
35795 * sysdeps/wordsize-64/tmpfile64.c: File removed.
35796 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
35797 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
35798
35799 * stdio-common/vfscanf.c: Include <stdbool.h>.
35800 * nss/makedb.c: Likewise.
35801 * stdio-common/_i18n_number.h: Likewise.
35802 * argp/argp-help.c: Likewise.
35803 * posix/wordexp.c: Likewise.
35804 * sysdeps/posix/spawni.c: Likewise.
35805 * nss/nss_files/files-initgroups.c: Likewise.
35806 * stdio-common/reg-modifier.c: Include <stdlib.h>.
35807 * nss/nss_files/files-initgroups.c: Likewise.
35808 * nss/nss_db/db-netgrp.c: Likewise.
35809 * nss/nss_db/db-initgroups.c: Likewise.
35810 * io/fchmodat.c: Include <sys/stat.h>.
35811
35812 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
35813 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
35814
35815 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
35816 [HAVE_MMAP].
35817
35818 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
35819 Add multiple inclusion protection.
35820
e5abc686
DM
358212012-07-27 David S. Miller <davem@davemloft.net>
35822
35823 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35824
815e6fa3
GB
358252012-07-27 Gary Benson <gbenson@redhat.com>
35826
35827 [BZ #14298]
35828 * elf/rtld.c: Include <stap-probe.h>.
35829 (dl_main): Added static probes "init_start" and "init_complete".
35830 * elf/dl-load.c: Include <stap-probe.h>.
35831 (lose): Take new parameter "nsid".
35832 Added static probe "map_failed".
35833 (_dl_map_object_from_fd): Pass namespace id to lose.
35834 Added static probe "map_start".
35835 (open_verify): Pass namespace id to lose.
35836 * elf/dl-open.c: Include <stap-probe.h>.
35837 (dl_open_worker) Added static probes "map_complete", "reloc_start"
35838 and "reloc_complete".
35839 * elf/dl-close.c: Include <stap-probe.h>.
35840 (_dl_close_worker): Added static probes "unmap_start" and
35841 "unmap_complete".
35842 * elf/rtld-debugger-interface.txt: New file documenting the above.
35843
9f98c16c
RM
358442012-07-26 Roland McGrath <roland@hack.frob.com>
35845
35846 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
35847 rather than a string variable.
35848 * sunrpc/rpc_main.c (h_output): Likewise.
35849 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
35850
f3c22df3
PT
358512012-07-26 Pino Toscano <toscano.pino@tiscali.it>
35852
35853 * inet/check_native.c: New file.
35854
3129cfc6
JM
358552012-07-26 Joseph Myers <joseph@codesourcery.com>
35856
da865e95
JM
35857 [BZ #13629]
35858 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
35859 if larger part has absolute value 1.0.
35860 * math/s_clog10.c (__clog10): Likewise.
35861 * math/s_clog10f.c (__clog10f): Likewise.
35862 * math/s_clog10l.c (__clog10l): Likewise.
35863 * math/s_clogf.c (__clogf): Likewise.
35864 * math/s_clogl.c (__clogl): Likewise.
35865 * math/libm-test.inc (clog_test): Add more tests.
35866 (clog10_test): Likewise.
35867 * sysdeps/i386/fpu/libm-test-ulps: Update.
35868 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35869
3129cfc6
JM
35870 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
35871 (pltexit): Likewise.
35872 (La_regs): Likewise.
35873 (La_retval): Likewise.
35874 (int_retval): Likewise.
35875 Update #error for removed macros to refer only to definitions in
35876 tst-audit.h.
35877 * elf/tst-auditmod3b.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-auditmod4b.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-auditmod5b.c (pltenter): Remove all definitions of
35890 macro.
35891 (pltexit): Likewise.
35892 (La_regs): Likewise.
35893 (La_retval): Likewise.
35894 (int_retval): Likewise.
35895 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
35896 macro.
35897 (pltexit): Likewise.
35898 (La_regs): Likewise.
35899 (La_retval): Likewise.
35900 (int_retval): Likewise.
35901 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
35902 macro.
35903 (pltexit): Likewise.
35904 (La_regs): Likewise.
35905 (La_retval): Likewise.
35906 (int_retval): Likewise.
35907 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
35908 macro.
35909 (pltexit): Likewise.
35910 (La_regs): Likewise.
35911 (La_retval): Likewise.
35912 (int_retval): Likewise.
35913 * sysdeps/generic/tst-audit.h: Update comment to refer only to
35914 macro definitions in tst-audit.h.
35915 * sysdeps/i386/tst-audit.h: New file.
35916 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
35917 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
35918 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
35919 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
35920 * sysdeps/sh/tst-audit.h: Likewise.
35921 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
35922 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
35923 * sysdeps/x86_64/tst-audit.h: Likewise.
35924
bfc07087
AJ
359252012-07-26 Andreas Jaeger <aj@suse.de>
35926
b1b2aaf8
AJ
35927 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
35928 ptrace.
35929
35930 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
35931 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
35932 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
35933 PTRACE_O_MASK.
35934 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
35935 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
35936 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
35937
bfc07087
AJ
35938 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
35939 value.
35940
35941 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
35942 _sigsys.
35943 (si_call_addr, si_syscall, si_arch): Define new macro.
35944 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
35945 _sigsys.
35946 (si_call_addr, si_syscall, si_arch): Define new marcro.
35947 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
35948 _sigsys.
35949 (si_call_addr, si_syscall, si_arch): Define new macro.
35950 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
35951 _sigsys.
35952 (si_call_addr, si_syscall, si_arch): Define new macro.
35953
89b4b02f
JM
359542012-07-25 Joseph Myers <joseph@codesourcery.com>
35955
35956 [BZ #13717]
35957 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35958 Change to 2.4.21 where previously 2.4.1.
35959 * sysdeps/unix/sysv/linux/configure: Regenerated.
35960 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
35961 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
35962 Linux kernel version.
35963 (__ASSUME_STD_AUXV): Remove.
35964 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
35965 kernel version.
35966 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
35967 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
35968 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
35969 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
35970 (__ASSUME_NETLINK_SUPPORT): Likewise.
35971 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
35972 (__no_netlink_support): Remove conditional definition.
35973 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
35974 Remove.
35975 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
35976 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
35977 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
35978 (if_nameindex_ioctl): Remove.
35979 (if_nameindex_netlink): Do not handle __no_netlink_support.
35980 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
35981 code.
35982 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
35983 Remove conditional code.
35984 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
35985 code.
35986 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
35987 unconditional.
35988 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
35989 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
35990 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
35991 Remove.
35992 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
35993 [!__ASSUME_STD_AUXV]: Remove conditional code.
35994 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
35995 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
35996 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
35997 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
35998 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
35999 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36000 code.
36001 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36002 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36003 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36004 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36005 conditional code.
36006 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36007 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36008 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36009 code.
36010 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36011 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36012 conditional code.
36013 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36014 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36015 code unconditional.
36016 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36017 conditional code.
36018 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36019 unconditional.
36020 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36021 conditional code.
36022 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36023 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36024 unconditional.
36025 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36026 conditional code.
36027 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36028 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36029 code unconditional.
36030 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36031 conditional code.
36032 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36033 unconditional.
36034 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36035 conditional code.
36036 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36037 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36038 code unconditional.
36039 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36040 conditional code.
36041 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36042 unconditional.
36043 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36044 conditional code.
36045
842a39cd
AS
360462012-07-25 Andreas Schwab <schwab@linux-m68k.org>
36047
36048 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36049 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36050 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36051 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36052 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36053 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36054 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36055 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36056 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36057 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36058 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36059 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36060 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36061 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36062 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36063 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36064 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36065 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36066 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36067 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36068 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36069 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36070 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36071
84b3fd84
FW
360722012-07-25 Florian Weimer <fweimer@redhat.com>
36073
36074 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
36075 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36076 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36077 Introduce __libc_secure_getenv.
0c7936d5
FW
36078 * stdlib/Versions (2.17): Add secure_getenv
36079 (GLIBC_PRIVATE): Add __libc_secure_getenv.
36080 * stdlib/secure-getenv.c: Rename __secure_getenv to
36081 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
36082 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
36083 * stdlib/tst-secure-getenv.c: New.
36084 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
36085 * manual/startup.texi (Environment Access): Document
36086 secure_getenv.
84b3fd84
FW
36087 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36088 __libc_secure_getenv.
36089 * inet/ruserpass.c (ruserpass): Likewise.
36090 * malloc/mtrace.c (mtrace): Likewise.
36091 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 36092 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
36093 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36094 * sysdeps/posix/tempname.c: Likewise. Evaluate
36095 HAVE_SECURE_GETENV.
36096 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 36097 __secure_getenv to __libc_secure_getenv.
84b3fd84 36098 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
36099 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36100 Likewise.
36101 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36102 Likewise.
36103 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36104 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36105 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36106 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36107 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36108 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36109 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 36110
56e49b71
JM
361112012-07-25 Joseph Myers <joseph@codesourcery.com>
36112
36113 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36114 (struct La_i86_retval): Likewise.
36115 (struct La_x86_64_regs): Likewise.
36116 (struct La_x86_64_retval): Likewise.
36117 (struct La_x32_regs): Likewise.
36118 (struct La_x32_retval): Likewise.
36119 (struct La_ppc32_regs): Likewise.
36120 (struct La_ppc32_retval): Likewise.
36121 (struct La_ppc64_regs): Likewise.
36122 (struct La_ppc64_retval): Likewise.
36123 (struct La_sh_regs): Likewise.
36124 (struct La_sh_retval): Likewise.
36125 (struct La_s390_32_regs): Likewise.
36126 (struct La_s390_32_retval): Likewise.
36127 (struct La_s390_64_regs): Likewise.
36128 (struct La_s390_64_retval): Likewise.
36129 (struct La_sparc32_regs): Likewise.
36130 (struct La_sparc32_retval): Likewise.
36131 (struct La_sparc64_regs): Likewise.
36132 (struct La_sparc64_retval): Likewise.
36133 (struct audit_ifaces): Remove architecture-specific pltenter and
36134 pltexit members.
36135 * sysdeps/i386/ldsodefs.h: New file.
36136 * sysdeps/powerpc/ldsodefs.h: Likewise.
36137 * sysdeps/s390/ldsodefs.h: Likewise.
36138 * sysdeps/sh/ldsodefs.h: Likewise.
36139 * sysdeps/sparc/ldsodefs.h: Likewise.
36140 * sysdeps/x86_64/ldsodefs.h: Likewise.
36141
354691b7
MP
361422012-07-25 Marek Polacek <polacek@redhat.com>
36143
36144 [BZ #6808]
36145 * math/libm-test.inc (yn_test): Add another test.
36146 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36147 to ERANGE when the result is +-Inf.
36148 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36149 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36150 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36151 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36152
bf9e2071
JM
361532012-07-24 Joseph Myers <joseph@codesourcery.com>
36154
36155 * conform/data/time.h-data (NULL): Use macro-constant. Require
36156 equal to 0.
36157 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
36158 clock_t.
36159 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
36160
57633811
TS
361612012-07-23 Thomas Schwinge <thomas@codesourcery.com>
36162
36163 * configure.in <sysdeps resolving>: Correct printing
36164 Implies_before.
36165 * configure: Regenerate.
36166
c23c33b0
TS
361672012-07-22 Thomas Schwinge <thomas@codesourcery.com>
36168
36169 * math/w_ilogb.c: Include <limits.h>.
36170 * math/w_ilogbl.c: Likewise.
36171
b5982523
JM
361722012-07-20 Joseph Myers <joseph@codesourcery.com>
36173
36174 * manual/lang.texi (__va_copy): Document primarily as ISO C99
36175 va_copy. Document allowing for unavailable va_copy only as
36176 pre-C99 compatibility.
36177 * manual/string.texi (Copying and Concatenation): Use va_copy
36178 instead of __va_copy in concat example.
36179
ac4ea442
PT
361802012-07-20 Pino Toscano <toscano.pino@tiscali.it>
36181
36182 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36183 (__sendto): Use create_address_port. Initialize APORT and deallocate
36184 it if not null.
36185
f98eafbd
PT
36186 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36187 with O_NOLINK passed to __file_name_lookup.
36188
898c7aab
PT
36189 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36190 with O_NOLINK passed to __file_name_lookup.
36191
0ced335a
PT
36192 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36193 negative N or less than NGIDS.
36194
b3404dbd
PT
36195 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36196 type to string_t. Set ERANGE as errno and return it if NAME is not big
36197 enough. Use memcpy instead of strncpy.
36198
0f48659e
JM
361992012-07-20 Joseph Myers <joseph@codesourcery.com>
36200
36201 * elf/Makefile (check-data): Remove.
36202 (localplt.data): New vpath directive.
36203 ($(objpfx)check-localplt.out): Use localplt.data from vpath
36204 instead of $(check-data).
36205 * scripts/data/localplt-generic.data: Move to ...
36206 * sysdeps/generic/localplt.data: ... here.
36207 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36208 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36209 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36210 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36211 ... here.
36212 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36213 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36214 ... here.
36215 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36216 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36217 ... here.
36218 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36219 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36220 ... here.
36221 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36222 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36223 ... here.
36224 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36225 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36226 ... here.
36227
d37cbdaa
AZ
362282012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36229
36230 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36231 PPC32 and PPC64 files.
36232 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36233 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36234
46f85fc2
AK
362352012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36236
36237 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36238 __makecontext_ret to ...
36239 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36240 ... here and call exit if uc_link is NULL. New file.
36241 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36242 __makecontext_ret.S.
36243 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36244 __makecontext_ret to ...
36245 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36246 ... here and call exit if uc_link is NULL. New file.
36247 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36248 __makecontext_ret.S.
36249
08f43f9b
AK
362502012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36251
36252 * elf/elf.h (R_390_IRELATIVE): New definition.
36253 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36254 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
36255 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36256 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36257 (elf_machine_lazy_rel): Likewise.
36258 * sysdeps/s390/dl-irel.h: New file.
36259 * sysdeps/s390/s390-64/memcpy.S: New asm code.
36260 * sysdeps/s390/s390-64/memset.S: New asm code.
36261 * sysdeps/s390/s390-64/memcmp.S: New asm code.
36262 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36263 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36264 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36265 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36266 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36267 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36268 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36269 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36270 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36271 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36272 * sysdeps/s390/s390-32/memcpy.S: New asm code.
36273 * sysdeps/s390/s390-32/memset.S: New asm code.
36274 * sysdeps/s390/s390-32/memcmp.S: New asm code.
36275
3b05db33
MP
362762012-07-17 Marek Polacek <polacek@redhat.com>
36277
36278 [BZ #14349]
36279 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36280 * sysdeps/s390/s390-64/configure.in: Likewise.
36281 * sysdeps/sparc/configure.in: Likewise.
36282 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36283 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36284 * sysdeps/i386/configure.in: Likewise.
36285 * sysdeps/x86_64/configure.in: Likewise.
36286 * sysdeps/sh/configure.in: Likewise.
36287 * sysdeps/s390/s390-32/configure: Regenerated.
36288 * sysdeps/s390/s390-64/configure: Likewise.
36289 * sysdeps/x86_64/configure: Likewise.
36290 * sysdeps/sh/configure: Likewise.
36291 * sysdeps/powerpc/powerpc64/configure: Likewise.
36292 * sysdeps/powerpc/powerpc32/configure: Likewise.
36293 * sysdeps/sparc/configure: Likwise.
36294 * sysdeps/i386/configure: Likewise.
36295
a66877c6
MP
36296 * elf/dl-open.c: Comment fixes.
36297
cfc82fd8
JM
362982012-07-17 Joseph Myers <joseph@codesourcery.com>
36299
bd29910a
JM
36300 * Makefile [CXX] (check-data): Remove.
36301 [CXX] (c++-types.data): New vpath directive.
36302 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36303 vpath. Do not allow for C++ type data being missing.
36304 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36305 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36306 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36307 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36308 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36309 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36310 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36311 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36312 ... here.
36313 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36314 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36315 ... here.
36316 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36317 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36318 ... here.
36319 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36320 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36321 ... here.
36322 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36323 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36324 ... here.
36325 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36326 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36327 ... here.
36328 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36329 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36330 ... here.
36331 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36332 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36333
cfc82fd8
JM
36334 * elf/tls-macros.h (TLS_LE): Move architecture-specific
36335 definitions to architecture-specific files.
36336 (TLS_IE): Likewise.
36337 (TLS_LD): Likewise.
36338 (TLS_GD): Likewise.
36339 * sysdeps/i386/tls-macros.h: New file.
36340 * sysdeps/powerpc/tls-macros.h: Likewise.
36341 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36342 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36343 * sysdeps/sh/tls-macros.h: Likewise.
36344 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36345 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36346 * sysdeps/x86_64/tls-macros.h: Likewise.
36347
f7db3170
TS
363482012-07-17 Thomas Schwinge <thomas@codesourcery.com>
36349
07cbfc23
TS
36350 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36351 zero value for regular exit case.
36352
f7db3170
TS
36353 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36354 (__start_context): Preserve zero value for regular exit case.
36355
dc97c227
TS
363562012-07-17 Thomas Schwinge <thomas@codesourcery.com>
36357 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36358
36359 * manual/setjmp.texi (setcontext): Clarify normal process
36360 termination when uc_link is the null pointer.
36361 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36362 exit call.
36363
d0cd7d02
AS
363642012-07-16 Andreas Schwab <schwab@linux-m68k.org>
36365
36366 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36367 preprocessor. Test for each exception mask separately.
36368
dd318934
AJ
363692012-07-16 Andreas Jaeger <aj@suse.de>
36370
36371 * po/ru.po: Update from translation team.
36372
8048311a
JM
363732012-07-15 Joseph Myers <joseph@codesourcery.com>
36374
36375 * conform/data/string.h-data (NULL): Use macro-constant. Require
36376 equal to 0.
36377 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36378 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36379 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36380 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36381 [ISO || ISO99 || ISO11] (*_t): Do not allow.
36382
b637d46e
AJ
363832012-07-13 Andreas Jaeger <aj@suse.de>
36384
36385 * po/fr.po: Update from translation team.
36386
541428fe
MP
363872012-07-12 Marek Polacek <polacek@redhat.com>
36388
36389 [BZ #14173]
36390 * math/libm-test.inc (yn_test): Add test for BZ #14173.
36391 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36392 loop condition.
36393
ec332e94
JM
363942012-07-12 Joseph Myers <joseph@codesourcery.com>
36395
36396 [BZ #13717]
36397 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36398 Change to 2.4.1 where previously 2.4.0.
36399 * sysdeps/unix/sysv/linux/configure: Regenerated.
36400 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36401 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36402 version.
36403 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36404 (__ASSUME_AT_CLKTCK): Remove.
36405 (__ASSUME_AT_PAGESIZE): Likewise.
36406 (__ASSUME_AT_XID): Likewise.
36407 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36408 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36409 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36410 unconditionally.
36411 (HAVE_AUX_PAGESIZE): Likewise.
36412 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36413 [__ASSUME_AT_CLKTCK]: Make code unconditional.
36414 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36415
7b6e99be
JB
364162012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
36417
36418 [BZ #14307]
36419 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36420 the temporary buffer used to invoke __gethostbyname2_r,
36421 __gethostbyaddr_r and gethostbyname4_r to make room for struct
36422 host_data / struct gaih_addrtuple.
36423 * resolv/nss_dns/dns-host.c (global scope): Move definition of
36424 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36425 header file nss/nsswitch.h.
36426 * nss/nsswitch.h (global scope): Add definition of implementation
36427 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36428 resolv/nss_dns/dns-host.c).
36429
608404eb
AJ
364302012-07-11 Andreas Jaeger <aj@suse.de>
36431
36432 * po/fr.po: Update from translation team.
36433
71220aca
AJ
36434 * po/sv.po: Update from translation team
36435 * po/fr.po: Another update from translation team.
36436
28cfe843
AZ
364372012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36438
36439 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36440 for subnormals or multiply small sinh result by itself.
36441 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36442 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36443
6b90f981
DM
364442012-07-11 David S. Miller <davem@davemloft.net>
36445
36446 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36447
c6825772
AS
364482012-07-10 Andreas Schwab <schwab@linux-m68k.org>
36449
36450 [BZ #14347]
36451 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36452 (INTERNAL_MARK): Shift it here.
36453
7b8e0d49
MP
364542012-07-10 Marek Polacek <polacek@redhat.com>
36455
36456 [BZ #14151]
36457 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
36458 libc_cv_asm_global_directive with .globl.
36459 * configure: Regenerated.
36460 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36461 with .globl.
36462 * sysdeps/i386/configure: Regenerated.
36463 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36464 with .globl.
36465 * sysdeps/x86_64/configure: Regenerated.
36466 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36467 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36468 * elf/tst-unique2mod2.c: Likewise.
36469 * elf/tst-unique2mod1.c: Likewise.
36470 * elf/tst-unique1mod2.c: Likewise.
36471 * elf/tst-unique1mod1.c: Likewise.
36472 * sysdeps/s390/s390-32/sysdep.h: Likewise.
36473 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36474 * sysdeps/s390/s390-64/sysdep.h: Likewise.
36475 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36476 * sysdeps/mach/sysdep.h: Likewise.
36477 * sysdeps/i386/sysdep.h: Likewise.
36478 * sysdeps/i386/i386-mcount.S: Likewise.
36479 * sysdeps/x86_64/_mcount.S: Likewise.
36480 * sysdeps/x86_64/sysdep.h: Likewise.
36481 * sysdeps/sh/_mcount.S: Likewise.
36482 * sysdeps/sh/sysdep.h: Likewise.
36483 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36484 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36485 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36486 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36487 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36488 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36489 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36490 * locale/localeinfo.h: Likewise.
36491 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36492 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36493
6c55cda3
RM
364942012-07-09 Roland McGrath <roland@hack.frob.com>
36495
36496 [BZ #14336]
36497 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36498 system".
36499 * manual/message.texi (The Uniforum approach): Likewise.
36500 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36501 (glibc iconv Implementation): Likewise.
36502
638a572e
JM
365032012-07-09 Joseph Myers <joseph@codesourcery.com>
36504
36505 [BZ #14337]
36506 * math/s_clog.c (__clog): Avoid scaling a value down where that
36507 could result in underflow.
36508 * math/s_clog10.c (__clog10): Likewise.
36509 * math/s_clog10f.c (__clog10f): Likewise.
36510 * math/s_clog10l.c (__clog10l): Likewise.
36511 * math/s_clogf.c (__clogf): Likewise.
36512 * math/s_clogl.c (__clogl): Likewise.
36513 * math/libm-test.inc (clog_test): Add more tests.
36514 (clog10_test): Likewise.
36515 * sysdeps/i386/fpu/libm-test-ulps: Update.
36516 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36517
261f4859
AS
365182012-07-06 Andreas Schwab <schwab@linux-m68k.org>
36519
0abaf3e4
AS
36520 [BZ #14283]
36521 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
36522 by 7 not 8 to examine high bit of fractional part.
36523
261f4859
AS
36524 [BZ #14042]
36525 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
36526 for call to __mcount_internal.
36527 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
36528 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
36529 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
36530
f17ac40d
JM
365312012-07-06 Joseph Myers <joseph@codesourcery.com>
36532
9ad63c23
JM
36533 [BZ #14154]
36534 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
36535 approximation for values within 0x1p-13f of an odd multiple of
36536 pi/4.
36537 * math/libm-test.inc (tan_test): Do not allow spurious underflow
36538 exception. Add more tests.
36539 * sysdeps/i386/fpu/libm-test-ulps: Update.
36540
f17ac40d
JM
36541 [BZ #6778]
36542 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
36543 inputs and return -1 for them. Do not check for +Inf in case not
36544 reachable for +Inf.
36545 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
36546 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
36547 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36548 and return -1 for them. Do not check for +Inf in case not
36549 reachable for +Inf.
36550 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
36551 define.
36552 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36553 and return -1 for them. Do not check for +Inf in case not
36554 reachable for +Inf.
36555 * math/libm-test.inc (expm1_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
fb21f89b
MF
365602012-07-06 Mike Frysinger <vapier@gentoo.org>
36561
36562 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
36563
cdfe2c5e
JM
365642012-07-05 Joseph Myers <joseph@codesourcery.com>
36565
36566 [BZ #14157]
36567 [BZ #14331]
36568 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
36569 could result in spurious underflow. Scale down values above
36570 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
36571 * math/s_csqrtf.c (__csqrtf): Likewise.
36572 * math/s_csqrtl.c (__csqrtl): Likewise.
36573 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
36574 spurious underflow.
36575 * sysdeps/i386/fpu/libm-test-ulps: Update.
36576 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36577
70d35b67
AS
365782012-07-04 Andreas Schwab <schwab@linux-m68k.org>
36579
704bc459
AS
36580 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
36581 xopen-msg.sed.
36582 * catgets/xopen-msg.awk: New file.
36583 * catgets/xopen-msg.sed: Removed.
36584
70d35b67
AS
36585 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
36586 po2text.sed.
36587 * intl/po2test.awk: New file.
36588 * intl/po2test.sed: Removed.
36589
ca61cf32
JM
365902012-07-04 Joseph Myers <joseph@codesourcery.com>
36591
36592 [BZ #14328]
36593 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
36594 or multiply small sinh result by itself.
36595 * math/s_ctanf.c (__ctanf): Likewise.
36596 * math/s_ctanh.c (__ctanh): Likewise.
36597 * math/s_ctanhf.c (__ctanhf): Likewise.
36598 * math/s_ctanhl.c (__ctanhl): Likewise.
36599 * math/s_ctanl.c (__ctanl): Likewise.
36600 * math/libm-test.inc (ctan_test_tonearest): New function.
36601 (ctan_test_towardzero): Likewise.
36602 (ctan_test_downward): Likewise.
36603 (ctan_test_upward): Likewise.
36604 (ctanh_test_tonearest): Likewise.
36605 (ctanh_test_towardzero): Likewise.
36606 (ctanh_test_downward): Likewise.
36607 (ctanh_test_upward): Likewise.
36608 (main): Call these new functions.
36609 * sysdeps/i386/fpu/libm-test-ulps: Update.
36610 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36611
ca48a46a
MF
366122012-07-03 Mike Frysinger <vapier@gentoo.org>
36613
36614 * .gitignore: Delete /ports entry.
36615
9d63d37d
AJ
366162012-07-03 Andreas Jaeger <aj@suse.de>
36617
36618 * po/bg.po: Update from translation team.
36619 * po/cs.po: Likewise.
36620 * po/de.po: Likewise.
36621 * po/hr.po: Likewise.
36622 * po/nl.pl: Likewise.
36623 * po/pl.po: Likewise.
36624 * po/vi.po: Likewise.
36625
370ca3d2
JM
366262012-07-03 Joseph Myers <joseph@codesourcery.com>
36627
95f5a9a8
JM
36628 * Makeconfig [!+link] (+link-before-libc): New variable.
36629 [!+link] (+link-after-libc): Likewise.
36630 [!+link] (+link-tests): Likewise.
36631 [!+link] (+link): Define in terms of $(+link-before-libc) and
36632 $(+link-after-libc).
36633 [!+link-static] (+link-static-before-libc): New variable.
36634 [!+link-static] (+link-static-after-libc): Likewise.
36635 [!+link-static] (+link-static-tests): Likewise.
36636 [!+link-static] (+link-static): Define in terms of
36637 $(+link-static-before-libc) and $(+link-static-after-libc).
36638 [build-shared] (link-libc-before-gnulib): New variable.
36639 [build-shared] (link-libc-tests): Likewise.
36640 [build-shared] (link-libc): Define in terms of
36641 $(link-libc-before-gnulib).
36642 [!build-shared] (link-libc-tests): New variable.
36643 (link-libc-static-tests): New variable.
36644 [!gnulib] (gnulib-arch): New variable.
36645 [!gnulib] (gnulib-tests): Likewise.
36646 [!gnulib] (static-gnulib-arch): Likewise.
36647 [!gnulib] (static-gnulib-tests): Likewise.
36648 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
36649 Define with "=" instead of ":=".
36650 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
36651 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
36652 * Rules (binaries-all-notests): New variable.
36653 (binaries-all-tests): Likewise.
36654 (binaries-static-notests): Likewise.
36655 (binaries-static-tests): Likewise.
36656 (binaries-all): Define using $(binaries-all-notests) and
36657 $(binaries-all-tests).
36658 (binaries-static): Define using $(binaries-static-notests) and
36659 $(binaries-static-tests).
36660 (binaries-shared-tests): New variable.
36661 (binaries-shared-notests): Likewise.
36662 (binaries-shared): Remove variable.
36663 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
36664 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
36665 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
36666 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
36667 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
36668 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
36669 * elf/Makefile (sln-modules): New variable.
36670 (extra-objs): Add $(sln-modules:=.o).
36671 (ldconfig-modules): Add static-stubs.
36672 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
36673 * elf/static-stubs.c: New file.
36674
7a845b2c
JM
36675 [BZ #14283]
36676 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
36677 by 7 not 8 to examine high bit of fractional part. Use volatile
36678 variables when splitting into final array of floats if
36679 __FLT_EVAL_METHOD__ != 0.
36680 * math/libm-test.inc (cos_test): Add another test.
36681 (sin_test): Likewise.
36682 * sysdeps/i386/fpu/libm-test-ulps: Update.
36683
e2283f38
JM
36684 [BZ #14273]
36685 * math/libm-test.inc (cosh_test): Add more tests.
36686
370ca3d2
JM
36687 * version.h (RELEASE): Set to "development".
36688 (VERSION): Set to "2.16.90".
36689
ee9247c3
CD
366902012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
36691
36692 * NEWS: Update copyright. Remove last-updated date.
36693 Mention math library bug fixes and timezone data changes.
36694 * README: Mention GNU/Hurd, x32, and HPPA support status.
36695
4648c381
TS
366962012-06-28 Thomas Schwinge <thomas@codesourcery.com>
36697
36698 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
36699
aac78a43
AJ
367002012-06-27 Andreas Jaeger <aj@suse.de>
36701
36702 * manual/contrib.texi (Contributors): Add Samuel Thibault.
36703
ed3dbfad
AJ
367042012-06-25 Andreas Jaeger <aj@suse.de>
36705
36706 * sysdeps/s390/fpu/libm-test-ulps: Update.
36707
4d0ee855
AS
367082012-06-23 Andreas Schwab <schwab@linux-m68k.org>
36709 Thomas Schwinge <thomas@codesourcery.com>
36710
36711 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
36712 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
36713 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
36714 fanotify_mark.
36715
af1bce34
TS
367162012-06-23 Thomas Schwinge <thomas@codesourcery.com>
36717
a9fa33ba
TS
36718 * sysdeps/mach/start.c: Remove file.
36719 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
36720 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
36721 * sysdeps/sh/init-first.c: Likewise.
36722
58f902b8
TS
36723 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
36724 registers for frame unwinding purposes, add CFI directives.
36725 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36726 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
36727 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
36728 Likewise.
36729
1518f58b
TS
36730 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
36731 __fortify_fail returning.
36732 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36733
db9b5059
TS
36734 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
36735 sysdeps/sh/____longjmp_chk.S.
36736 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
36737 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
36738 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
36739 (gen-as-const-headers): Append sigaltstack-offsets.sym.
36740
967705fe
TS
36741 * sysdeps/sh/abort-instr.h: New file.
36742 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
36743 process in case exit returns.
36744
a9def8c4
TS
36745 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
36746 initialize the GOT register before use.
36747
2a649725
TS
36748 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
36749 calculation of ARGC > 4.
36750
af1bce34
TS
36751 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
36752 meaningful names to some local labels.
36753
d230f50a
KK
367542012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36755 Kaz Kojima <kkojima@rr.iij4u.or.jp>
36756
36757 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
36758 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
36759 (__arch_compare_and_exchange_val_16_acq): Likewise.
36760 (__arch_compare_and_exchange_val_32_acq): Likewise.
36761 (atomic_exchange_and_add): Fix gUSA sequence.
36762 (atomic_add): Likewise.
36763 (atomic_add_negative): Likewise.
36764 (atomic_add_zero): Likewise.
36765 (atomic_bit_test_set): Likewise.
36766
0479b305
AS
367672012-06-22 Andreas Schwab <schwab@redhat.com>
36768
36769 [BZ #13579]
36770 * include/link.h (struct link_map): Add l_free_initfini.
36771 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
36772 l_initfini.
36773 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
36774 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
36775 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
36776 set.
36777
0e3933b9
CD
367782012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
36779
36780 * configure.in: Use AC_LANG_SOURCE.
36781 * configure: Regenerate.
36782
4248b1b1
RM
367832012-06-22 Roland McGrath <roland@hack.frob.com>
36784
36785 * configure.in (libc_cv_localstatedir): New substituted variable.
36786 * configure: Regenerated.
36787 * config.make.in (localstatedir): New variable, substituted from
36788 libc_cv_localstatedir.
36789 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
36790 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
36791 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
36792 * sysdeps/gnu/configure: Regenerated.
36793
006dd861
JL
367942012-06-21 Jeff Law <law@redhat.com>
36795
36796 [BZ #14277]
36797 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
36798 free. Simplify list management for _LIBC case.
36799
79662d42
JM
368002012-06-21 Joseph Myers <joseph@codesourcery.com>
36801
b7abb4bf
JM
36802 [BZ #14273]
36803 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
36804 Clear sign bit of 64-bit integer value before comparing against
36805 overflow value.
36806
79662d42
JM
36807 * sysdeps/mach/configure: Regenerated.
36808
1f150908
L
368092012-06-21 H.J. Lu <hongjiu.lu@intel.com>
36810
36811 [BZ #14278]
36812 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
36813
28363bbf
JL
368142012-06-21 Jeff Law <law@redhat.com>
36815
36816 [BZ #13882]
36817 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
36818 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 36819 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
36820 * elf/dl-open.c (dl_open_worker): Likewise.
36821
09615db4
CD
368222012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
36823
36824 * scripts/list-sources.sh: Scan PORTS for translations.
36825 * po/libc.pot: Regenerated.
36826
2174c6dd
AJ
368272012-06-21 Andreas Jaeger <aj@suse.de>
36828
36829 [BZ #12194]
36830 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
36831 warning.
36832 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
36833 * bits/byteswap-16.h (__bswap_16): Likewise.
36834 * bits/byteswap.h (__bswap_constant_16): Likewise.
36835
3ee947b1
L
368362012-06-18 H.J. Lu <hongjiu.lu@intel.com>
36837
36838 [BZ #14117]
a2f34833
L
36839 * sysdeps/i386/fpu_control.h: Removed.
36840 * sysdeps/x86_64/fpu_control.h: Moved to ...
36841 * sysdeps/x86/fpu_control.h: Here.
36842
3ee947b1
L
36843 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
36844 (_FPU_SETCW): Likewise.
36845
ed1825f8
L
368462012-06-15 H.J. Lu <hongjiu.lu@intel.com>
36847
25f1282a
L
36848 [BZ #14117]
36849 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
36850 * sysdeps/x86/fpu/bits/mathinline.h: This.
36851 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
36852
ed1825f8
L
36853 [BZ #14050]
36854 [BZ #14117]
36855 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
36856 functions if __x86_64__ is defined.
36857
36d54b74
CLT
368582012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
36859
36860 * string/endian.h: Add !__ASSEMBLER__ condition for including
36861 conversion interfaces.
36862
10285c21
JM
368632012-06-15 Joseph Myers <joseph@codesourcery.com>
36864
36865 [BZ #14241]
36866 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
36867 of ABS(x) in calculating zero to negative powers other than odd
36868 integers.
36869 * math/libm-test.inc (pow_test): Add more tests.
36870
06c5abbd
AJ
368712012-06-15 Andreas Jaeger <aj@suse.de>
36872
36873 * manual/contrib.texi (Contributors): Update entry of Liubov
36874 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
36875 Machado Filho.
36876
a3aeac40
CH
368772012-06-15 Cyril Hrubis <metan@ucw.cz>
36878
36879 * string/string.h: Add __wur to GNU version of strerror_r.
36880
49bdf4c1
L
368812012-06-14 H.J. Lu <hongjiu.lu@intel.com>
36882
36883 [BZ #14229]
36884 * string/Makefile (tests): Add tst-strtok_r.
36885 * string/tst-strtok_r.c: New file.
36886 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
36887 RAX_LP/RDX_LP on SAVE_PTR.
36888
834f9b8d
RM
368892012-06-14 Roland McGrath <roland@hack.frob.com>
36890
36891 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
36892
75fa1921
JM
368932012-06-14 Joseph Myers <joseph@codesourcery.com>
36894
36895 * libm_test.inc (csqrt_test): Allow more spurious underflow
36896 exceptions.
36897 (j0_test): Likewise.
36898 (j1_test): Likewise.
36899 (y0_test): Likewise.
36900 (y1_test): Likewise.
36901
771766df
CD
369022012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
36903
36904 * po/Makefile (libc.pot): Use UTF-8 charset.
36905
ceb9e56b
PP
369062012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
36907
36908 [BZ #14210]
36909 Suppress sign-conversion warning from FD_SET.
36910 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
36911 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
36912 not unsigned long int.
36913 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
36914
ddb28975
L
369152012-06-12 H.J. Lu <hongjiu.lu@intel.com>
36916
36917 [BZ #14050]
36918 [BZ #14117]
36919 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
36920 __extern_always_inline instead of __extern_inline.
36921 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
36922 (__signbit): Likewise.
36923 (__signbitl): Support C++ namespace.
36924 (lrintf): New inline function.
36925 (lrint): Likewise.
36926 (llrintf): Likewise.
36927 (llrint): Likewise.
36928 (fmaxf): Likewise.
36929 (fmax): Likewise.
36930 (fminf): Likewise.
36931 (fmin): Likewise.
36932 (rint): Likewise.
36933 (rintf): Likewise.
36934 (ceil): Likewise.
36935 (ceilf): Likewise.
36936 (floor): Likewise.
36937 (floorf): Likewise.
36938 (nearbyint): Likewise.
36939 (nearbyintf): Likewise.
36940
d7b4fb26
TS
369412012-06-12 Thomas Schwinge <thomas@codesourcery.com>
36942
36943 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
36944 non-default versions.
36945
eb55f5c2
RM
369462012-06-11 Roland McGrath <roland@hack.frob.com>
36947
36948 [BZ #14218]
36949 * manual/argp.texi (Argp): Reword argp_parse description slightly.
36950
366af02c
TS
369512012-06-09 Thomas Schwinge <thomas@codesourcery.com>
36952
99ff6e5c
TS
36953 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
36954 (FE_UPWARD, FE_DOWNWARD): Don't define.
36955 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
36956 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
36957
366af02c
TS
36958 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
36959 reading it.
36960 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
36961 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
36962
793ea851
KK
369632012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
36964
36965 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
36966 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
36967 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
36968 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
36969
a728a38f
L
369702012-06-06 H.J. Lu <hongjiu.lu@intel.com>
36971
36972 [BZ #14117]
c08010c7
L
36973 * sysdeps/i386/fpu/bits/fenv.h: Removed.
36974 * sysdeps/i386/fpu/Implies: New file.
36975 * sysdeps/x86_64/fpu/Implies: Likewise.
36976 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
36977 * sysdeps/x86/fpu/bits/fenv.h: This.
36978
a728a38f
L
36979 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
36980 __SSE_MATH__.
36981
6e230d11
SP
369822012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
36983
36984 [BZ #14134]
36985 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
36986 character 0xffff that matches the last element of the
36987 conversion table.
36988
1b671feb
AZ
369892012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36990
36991 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
36992 fmodl commit.
36993
6043738b
AZ
369942012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36995
36996 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
36997 values higher than 25.6283.
36998
34ae0b32
AZ
369992012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37000
37001 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37002 subnormal exponent extraction and add some __builtin_expect.
37003 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37004 Fix for subnormal mantissa calculation.
37005
1214ec8f
MF
370062012-06-04 Mike Frysinger <vapier@gentoo.org>
37007
37008 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37009 cpu2 is -1 and errno is not ENOSYS.
37010
f3d1f93c
L
370112012-06-04 H.J. Lu <hongjiu.lu@intel.com>
37012
37013 [BZ #14117]
0e4a3cd7
L
37014 * sysdeps/i386/i486/bits/string.h: Renamed to ...
37015 * sysdeps/x86/bits/string.h: This.
37016 * sysdeps/x86_64/bits/string.h: Removed.
37017
6704c645
L
37018 * sysdeps/i386/i486/bits/string.h: Define inline functions only
37019 if not compiling for x86-64, but compiling for >= i486.
37020
48495318
L
37021 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37022 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37023
14adcbfc
L
37024 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37025 New macro from Linux kernel 3.4.0.
37026 (FP_XSTATE_MAGIC2): Likewise.
37027 (FP_XSTATE_MAGIC2_SIZE): Likewise.
37028 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37029 (struct _fpx_sw_bytes): New struct.
37030 (struct _xsave_hdr): Likewise.
37031 (struct _ymmh_state): Likewise.
37032 (struct _xstate): Likewise.
37033
68e408ab
L
37034 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37035 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37036 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37037 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37038 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37039 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37040
f3d1f93c
L
37041 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37042 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37043 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37044 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37045 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37046 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37047
d9dc34cd
TMQMF
370482012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37049
37050 [BZ #13743]
37051 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37052 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37053 (sysdep_headers): Include sys/platform/ppc.h.
37054 * sysdeps/powerpc/test-gettimebase.c: Test for
37055 __ppc_get_timebase() to catch future ISA opcode/insn changes.
37056 * manual/Makefile (appendices): Include platform.texi.
37057 * manual/contrib.texi (Contributors): Update @node pointers.
37058 * manual/maint.texi (Maintenance): Likewise.
37059 (Platform): New node.
37060 * manual/platform.texi: New file. Document the new features.
37061
4af3879c
SP
370622012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
37063 Jakub Jelinek <jakub@redhat.com>
37064
37065 [BZ #14188]
37066 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37067 where __builtin_expect is unavailable.
37068
2fd6ff13
DM
370692012-06-03 David S. Miller <davem@davemloft.net>
37070
37071 * stdlib/longlong.h: Updated from GCC.
37072
173f7220
AS
370732012-06-02 Andreas Schwab <schwab@linux-m68k.org>
37074
37075 [BZ #14042]
37076 * sysdeps/powerpc/powerpc32/mcount.c: New file.
37077 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37078 __mcount_internal.
37079 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37080 (GLIBC_2.16): Likewise.
37081
f34a1c6f
L
370822012-06-01 H.J. Lu <hongjiu.lu@intel.com>
37083
37084 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37085
88a4576f
JM
370862012-06-01 Joseph Myers <joseph@codesourcery.com>
37087
ea32bcdd
JM
37088 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37089 (default-abi): New variable.
37090 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37091 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37092 variable.
37093 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37094 Likewise.
37095 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37096 Likewise.
37097 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37098 Likewise.
37099
88a4576f
JM
37100 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37101 definition. Document in comment.
37102
402fe938
DM
371032012-06-01 David S. Miller <davem@davemloft.net>
37104
37105 * stdlib/longlong.h: Updated from GCC.
37106
3553723f
L
371072012-06-01 H.J. Lu <hongjiu.lu@intel.com>
37108
37109 [BZ #14117]
3bd872c4
L
37110 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37111 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37112 sys/debugreg.h sys/io.h here.
37113 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37114 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37115 sys/io.h.
37116 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37117 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37118 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37119 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37120 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37121 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37122
3553723f
L
37123 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37124 Define only if __x86_64__ is defined.
37125
4842e4fe
JM
371262012-06-01 Joseph Myers <joseph@codesourcery.com>
37127
c5bfe3d5
JM
37128 [BZ #14048]
37129 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37130 Use int64_t for variable i.
37131 * math/libm-test.inc (fmod_test): Add more tests.
37132
4842e4fe
JM
37133 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37134 z computation is not scheduled after fetestexcept.
37135 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37136 Use math_force_eval instead of asm to ensure calculation scheduled
37137 before exception test.
37138 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37139 Ensure a1 + u.d computation is not scheduled after fetestexcept.
37140
efb73488
AJ
371412012-06-01 Aurelien Jarno <aurelien@aurel32.net>
37142
37143 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37144 computation is not scheduled after fetestexcept.
37145
29bcce7c
L
371462012-06-01 H.J. Lu <hongjiu.lu@intel.com>
37147
37148 [BZ #14117]
37149 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37150 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37151
73a68f94
AZ
371522012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37153
37154 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37155 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37156
67b6df78
L
371572012-05-31 H.J. Lu <hongjiu.lu@intel.com>
37158
edf2933a 37159 [BZ #14117]
ebc64a18
L
37160 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37161 <bits/wordsize.h>.
37162 (__WCHAR_MIN): Support __WORDSIZE == 64.
37163 (__WCHAR_MAX): Likewise.
37164
edf2933a
L
37165 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37166 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37167
57c6cf40
L
37168 [BZ #14183]
37169 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37170 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37171
67b6df78 37172 [BZ #14117]
8eb6281e
L
37173 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37174 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37175
aac639f4
L
37176 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37177 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37178
67b6df78
L
37179 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37180 Defined to 1 if __x86_64__ isn't defined.
37181 (_STAT_VER_LINUX_OLD): New.
37182 (st_atime): Remove duplicate.
37183 (st_mtime): Likewise.
37184 (st_ctime): Likewise.
37185
1c2cfe81
DM
371862012-05-31 David S. Miller <davem@davemloft.net>
37187
37188 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37189 entries.
37190
5be8418c
AS
371912012-06-01 Andreas Schwab <schwab@linux-m68k.org>
37192
e7725326
AS
37193 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37194 gen-libm-test.pl.
37195
5be8418c
AS
37196 [BZ #14132]
37197 * elf/dl-reloc.c: Include <_itoa.h>.
37198 (_dl_reloc_bad_type): Remove use of INTUSE.
37199 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37200 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37201 * stdio-common/psiginfo.c (psiginfo): Likewise.
37202 * stdio-common/psignal.c (psignal): Likewise.
37203 * string/strsignal.c (strsignal): Likewise.
37204 * include/signal.h (_sys_siglist): Declare hidden proto.
37205 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
37206 INTVARDEF with libc_hidden_data_def.
37207 * stdio-common/itoa-udigits.c: Likewise.
37208 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37209 (_itoa_lower_digits_internal): Remove declaration.
37210 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37211 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37212 (_sys_sigabbrev_internal): Remove aliases.
37213 (_sys_siglist): Define hidden alias.
37214
507352f1
MT
372152012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
37216
37217 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37218 bits/sysctl.h.
37219
42bbb1c3
L
372202012-05-31 H.J. Lu <hongjiu.lu@intel.com>
37221
37222 [BZ #14117]
6bd784b6
L
37223 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37224 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37225
8bca20f0
L
37226 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37227 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37228 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37229 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37230 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37231 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37232
f9e890a9
L
37233 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37234 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37235 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37236
471101a1
L
37237 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37238 with __addr.
37239 (insw): Likewise.
37240 (insl): Likewise.
37241 (outsb): Likewise.
37242 (outsw): Likewise.
37243 (outsl): Likewise.
37244
6451c862
L
37245 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37246 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37247 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37248
a254b8c9
L
37249 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37250 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37251 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37252 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37253 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37254 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37255
b8dfdd92
L
37256 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37257 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37258
578cd270
L
37259 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37260 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37261
de662f5f
L
37262 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37263 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37264 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37265
25653439
L
37266 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37267 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37268 to ...
37269 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37270
6bad24a0
L
37271 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37272 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37273 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37274
42bbb1c3
L
37275 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37276 for x86-64.
37277 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37278
2d10d547
JM
372792012-05-31 Joseph Myers <joseph@codesourcery.com>
37280
37281 * math/math.h (M_El): Use two more decimal places.
37282 (M_LOG2El): Likewise.
37283 (M_LOG10El): Likewise.
37284 (M_LN2l): Likewise.
37285 (M_LN10l): Likewise.
37286 (M_PIl): Likewise.
37287 (M_PI_2l): Likewise.
37288 (M_PI_4l): Likewise.
37289 (M_1_PIl): Likewise.
37290 (M_2_PIl): Likewise.
37291 (M_2_SQRTPIl): Likewise.
37292 (M_SQRT2l): Likewise.
37293 (M_SQRT1_2l): Likewise.
37294
f230c29b
DM
372952012-05-31 David S. Miller <davem@davemloft.net>
37296
37297 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37298 values between float registers.
37299 * sysdeps/sparc/sparc64/memset.S: Likewise.
37300 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37301
fed806c3
MF
373022012-05-31 Mike Frysinger <vapier@gentoo.org>
37303
37304 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37305 -D_FORTIFY_SOURCE=1.
37306 (CPPFLAGS-tst-longjmp_chk.c): Define.
37307 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37308 (CPPFLAGS-tst-longjmp_chk2.c): Define.
37309 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37310 CFLAGS-tst-wchar-h.c.
37311
30917259
MP
373122012-05-31 Marek Polacek <polacek@redhat.com>
37313
37314 [BZ #14132]
37315 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37316 __endmntent_internal): Remove declaration.
37317 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37318 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37319 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37320
1c58d5dc
DM
373212012-05-30 David S. Miller <davem@davemloft.net>
37322
37323 * sysdeps/sparc/sparc32/soft-fp/q_util.c
37324 (___Q_simulate_exceptions): Use real FP ops rather than writing
37325 into the %fsr.
37326 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37327 Likewise.
37328
7dc00e0d
L
373292012-05-30 H.J. Lu <hongjiu.lu@intel.com>
37330
37331 [BZ #14117]
0bd53985
L
37332 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37333 * sysdeps/x86/bits/xtitypes.h: This.
37334
3a257e66
L
37335 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37336 * sysdeps/x86/bits/wordsize.h: This.
37337
62f62904
L
37338 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37339 * sysdeps/x86/bits/huge_vall.h: This.
37340
404fe9d9
L
37341 * sysdeps/i386/bits/select.h: Removed.
37342 * sysdeps/x86_64/bits/select.h: Renamed to ...
37343 * sysdeps/x86/bits/select.h: This.
37344
d48d0446
L
37345 * sysdeps/i386/bits/setjmp.h: Removed.
37346 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37347 * sysdeps/x86/bits/setjmp.h: This.
37348
7dc00e0d
L
37349 * sysdeps/i386/bits/mathdef.h: Removed.
37350 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37351 * sysdeps/x86/bits/mathdef.h: This.
37352
03277f8f
AS
373532012-05-30 Andreas Schwab <schwab@linux-m68k.org>
37354
37355 [BZ #14132]
37356 * include/sys/socket.h (__connect_internal)
37357 (__libc_sa_len_internal): Remove declaration.
37358 (__connect, __libc_sa_len): Declare hidden_proto.
37359 (SA_LEN): Remove use of INTUSE.
37360 * socket/connect.c: Add libc_hidden_def.
37361 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37362 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37363 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37364 alias.
37365 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37366 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37367 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37368 of adding _internal alias.
37369
13764867
L
373702012-05-30 H.J. Lu <hongjiu.lu@intel.com>
37371
37372 [BZ #14117]
6bd97696
L
37373 * sysdeps/i386/bits/link.h: Removed.
37374 * sysdeps/i386/bits/linkmap.h: Likewise.
37375 * sysdeps/x86_64/bits/link.h: Renamed to ...
37376 * sysdeps/x86/bits/link.h: This.
37377 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37378 * sysdeps/x86/bits/linkmap.h: This.
37379
f726f0bb
L
37380 * sysdeps/i386/bits/endian.h: Removed.
37381 * sysdeps/x86_64/bits/endian.h: Renamed to ...
37382 * sysdeps/x86/bits/endian.h: This.
37383
13764867
L
37384 * sysdeps/i386/bits/byteswap.h: Removed.
37385 * sysdeps/i386/bits/byteswap-16.h: Likewise.
37386 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37387 * sysdeps/x86/bits/byteswap.h: This.
37388 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37389 * sysdeps/x86/bits/byteswap-16.h: This.
37390 * sysdeps/i386/Implies: Add x86.
37391 * sysdeps/x86_64/Implies: Likewise.
37392
ae251b0b
DM
373932012-05-30 David S. Miller <davem@davemloft.net>
37394
37395 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37396 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37397 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37398 (FP_TRAPPING_EXCEPTIONS): Define.
37399 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37400 (FP_TRAPPING_EXCEPTIONS): Define.
37401 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37402 subnormals only when inexact has been signalled or underflow
37403 exceptions are enabled.
37404 (_FP_PACK_CANONICAL): Likewise.
37405
d5c90867
L
374062012-05-30 H.J. Lu <hongjiu.lu@intel.com>
37407
37408 [BZ #14183]
37409 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37410 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37411
63f1549e
RH
374122012-05-30 Richard Henderson <rth@twiddle.net>
37413
8d8f2279
RH
37414 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37415 with #ifndef NOT_IN_libc.
37416
63f1549e
RH
37417 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
37418 marked to avoid plt entry.
37419
0ab0291b
L
374202012-05-30 H.J. Lu <hongjiu.lu@intel.com>
37421
37422 [BZ #14112]
37423 * Makeconfig (default-abi): New macro.
37424 (abi-includes): Likewise.
37425 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
37426 $(abi-$(default-abi)-lib-soname) for soname if defined.
37427 ($(common-objpfx)gnu/lib-names.stmp): Generate from
37428 abi-variants.
37429 * Makefile (installed-stubs): Likewise.
37430 * include/stubs-biarch.h: Removed.
37431 * scripts/lib-names.awk: Only handle one library at a time.
37432 * scripts/soversions.awk: Remove WORDSIZE support.
37433 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37434 entries.
37435 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37436 Removed.
37437 (syscall-list-default-condition): Likewise.
37438 (syscall-list-default-condition): Likewise.
37439 (syscall-list-includes): Likewise.
37440 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37441 syscall-list-* with abi-*. Handle undefined abi-variants.
37442 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37443 * sysdeps/unix/sysv/linux/i386/Implies: New file.
37444 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37445 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37446 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37447 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37448 Removed.
37449 (syscall-list-32-options): Likewise.
37450 (syscall-list-32-condition): Likewise.
37451 (syscall-list-64-options): Likewise.
37452 (syscall-list-64-condition): Likewise.
37453 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37454 macro.
37455 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37456 Renamed to ...
37457 (abi-*): This.
37458 (abi-64-ld-soname): New macro.
37459 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37460 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37461 Renamed to ...
37462 (abi-*): This.
37463 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37464 * sysdeps/x86_64/x32/shlib-versions: Likewise.
37465
4da0431d
JM
374662012-05-30 Joseph Myers <joseph@codesourcery.com>
37467
3a85279c
JM
37468 * sysdeps/unix/sysv/linux/kernel-features.h
37469 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37470 * sysdeps/unix/sysv/linux/ftruncate64.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 * sysdeps/unix/sysv/linux/truncate64.c: Do not
37477 include <kernel-features.h>.
37478 [!__NR_ftruncate64]: Remove conditional code.
37479 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37480 [__NR_ftruncate64]: Make code unconditional.
37481 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37482 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37483 include <kernel-features.h>.
37484 [!__NR_ftruncate64]: Remove conditional code.
37485 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37486 [__NR_ftruncate64]: Make code unconditional.
37487 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37488 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37489 include <kernel-features.h>.
37490 [!__NR_ftruncate64]: Remove conditional code.
37491 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37492 [__NR_ftruncate64]: Make code unconditional.
37493 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37494
4da0431d
JM
37495 * configure.in (libc_cv_fpie): Weaken to a compile test using
37496 LIBC_TRY_CC_OPTION.
37497 * configure: Regenerated.
37498
11ef492c
AK
374992012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37500
37501 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37502 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37503 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37504 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37505 Refreshed.
37506 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37507 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37508 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37509 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37510 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37511 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37512 Refreshed.
37513
d66ef399
DM
375142012-05-27 David S. Miller <davem@davemloft.net>
37515
37516 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
37517 (___Q_zero): New.
37518 (__Q_simulate_exceptions): Return void. Change to simulate
37519 exceptions by writing into the %fsr.
37520 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
37521 (__Qp_handle_exceptions): Likewise.
37522 (numbers): Delete.
37523 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
37524 __Qp_handle_exceptions.
37525 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
37526 __Qp_handle_exceptions.
37527 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37528 as unused and give dummy FP_RND_NEAREST initializer.
37529 (FP_INHIBIT_RESULTS): Define.
37530 (___Q_simulate_exceptions): Update declaration.
37531 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
37532 formatting.
37533 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37534 as unused and give dummy FP_RND_NEAREST initializer.
37535 (__Qp_handle_exceptions): Update declaration.
37536 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
37537 formatting.
37538
04fb54b5
TS
375392012-05-27 Thomas Schwinge <thomas@codesourcery.com>
37540
37541 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
37542 the temporary FPU control word.
37543 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
37544 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
37545 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37546 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37547 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37548 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37549 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37550 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37551 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37552 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
37553 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37554
3f99608f
KK
375552012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
37556
37557 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
37558 fields.
37559
65a4de4e
CLT
375602012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
37561
37562 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
37563 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
37564 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
37565 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
37566 Likewise.
37567 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
37568 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
37569 Likewise.
37570
15749d40
UD
375712012-05-27 Ulrich Drepper <drepper@gmail.com>
37572
37573 * po/h.po: Update from translation team.
37574
25dbcb27
AS
375752012-05-26 Andreas Schwab <schwab@linux-m68k.org>
37576
3d3f8e55
AS
37577 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
37578
25dbcb27
AS
37579 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
37580 handling of denormals.
37581 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37582 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
37583 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37584 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37585 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37586 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
37587 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
37588 Likewise.
37589
7ad47a80 375902012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
37591
37592 [BZ #14152]
37593 * math/libm-test.inc (fma_test): Don't always expect underflow
37594 exception.
37595
9c6ea9fa
SP
375962012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
37597
37598 [BZ #12416]
37599 * elf/tst-execstack.c: Include stackinfo.h.
37600 (do_test): Adjust test case to ensure that pthread_getattr_np
37601 behaviour remains the same after marking stack executable.
37602
a8239222
JM
376032012-05-25 Joseph Myers <joseph@codesourcery.com>
37604
37605 * sysdeps/unix/sysv/linux/kernel-features.h
37606 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
37607 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
37608 kernel-features.h.
37609 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37610 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37611 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
37612 kernel-features.h.
37613 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37614 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37615
918b5606
L
376162012-05-25 H.J. Lu <hongjiu.lu@intel.com>
37617
37618 * configure.in: Define the default includes to being none.
37619 * configure: Regenerated.
37620
3a097cc7
RM
376212012-05-25 Roland McGrath <roland@hack.frob.com>
37622
8422c9a5
RM
37623 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
37624 * sysdeps/x86_64/setjmp.S: Likewise.
37625 * sysdeps/i386/bsd-setjmp.S: Likewise.
37626 * sysdeps/i386/bsd-_setjmp.S: Likewise.
37627 * sysdeps/i386/setjmp.S: Likewise.
37628 * sysdeps/i386/__longjmp.S: Likewise.
37629 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
37630 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
37631
3a097cc7
RM
37632 * include/stap-probe.h: New file.
37633 * configure.in: Handle --enable-systemtap.
37634 * configure: Regenerated.
37635 * config.h.in (USE_STAP_PROBE): New #undef.
37636 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
37637 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
37638 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
37639
21708942
JM
376402012-05-25 Joseph Myers <joseph@codesourcery.com>
37641
37642 [BZ #13717]
37643 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37644 to 2.4.0 where earlier.
37645 * sysdeps/unix/sysv/linux/configure: Regenerated.
37646 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
37647 <kernel-features.h>.
37648 [__ASSUME_32BITUIDS]: Make code unconditional.
37649 [!__ASSUME_32BITUIDS]: Remove conditional code.
37650 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
37651 <kernel-features.h>.
37652 [__ASSUME_32BITUIDS]: Make code unconditional.
37653 [!__ASSUME_32BITUIDS]: Remove conditional code.
37654 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
37655 [__ASSUME_32BITUIDS]: Make code unconditional.
37656 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
37657 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
37658 <kernel-features.h>.
37659 [__ASSUME_32BITUIDS]: Make code unconditional.
37660 [!__ASSUME_32BITUIDS]: Remove conditional code.
37661 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
37662 <kernel-features.h>.
37663 [__ASSUME_32BITUIDS]: Make code unconditional.
37664 [!__ASSUME_32BITUIDS]: Remove conditional code.
37665 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
37666 <kernel-features.h>.
37667 [__ASSUME_32BITUIDS]: Make code unconditional.
37668 [!__ASSUME_32BITUIDS]: Remove conditional code.
37669 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
37670 <kernel-features.h>.
37671 [__ASSUME_32BITUIDS]: Make code unconditional.
37672 [!__ASSUME_32BITUIDS]: Remove conditional code.
37673 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
37674 <kernel-features.h>.
37675 [__ASSUME_32BITUIDS]: Make code unconditional.
37676 [!__ASSUME_32BITUIDS]: Remove conditional code.
37677 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
37678 <kernel-features.h>.
37679 [__ASSUME_32BITUIDS]: Make code unconditional.
37680 [!__ASSUME_32BITUIDS]: Remove conditional code.
37681 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
37682 <kernel-features.h>.
37683 [__ASSUME_32BITUIDS]: Make code unconditional.
37684 [!__ASSUME_32BITUIDS]: Remove conditional code.
37685 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
37686 <kernel-features.h>.
37687 [__ASSUME_32BITUIDS]: Make code unconditional.
37688 [!__ASSUME_32BITUIDS]: Remove conditional code.
37689 * sysdeps/unix/sysv/linux/i386/msgctl.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/semctl.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/setegid.c: Do not include
37698 <kernel-features.h>.
37699 [__NR_setresgid] (__setresgid): Do not declare.
37700 [__ASSUME_32BITUIDS]: Make code unconditional.
37701 [!__ASSUME_32BITUIDS]: Remove conditional code.
37702 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
37703 <kernel-features.h>.
37704 [__NR_setresuid] (__setresuid): Do not declare.
37705 [__ASSUME_32BITUIDS]: Make code unconditional.
37706 [!__ASSUME_32BITUIDS]: Remove conditional code.
37707 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
37708 <kernel-features.h>.
37709 [__ASSUME_32BITUIDS]: Make code unconditional.
37710 [!__ASSUME_32BITUIDS]: Remove conditional code.
37711 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
37712 <kernel-features.h>.
37713 [__ASSUME_32BITUIDS]: Make code unconditional.
37714 [!__ASSUME_32BITUIDS]: Remove conditional code.
37715 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
37716 <kernel-features.h>.
37717 [__ASSUME_32BITUIDS]: Make code unconditional.
37718 [!__ASSUME_32BITUIDS]: Remove conditional code.
37719 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
37720 <kernel-features.h>.
37721 [__ASSUME_32BITUIDS]: Make code unconditional.
37722 [!__ASSUME_32BITUIDS]: Remove conditional code.
37723 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
37724 <kernel-features.h>.
37725 [__ASSUME_32BITUIDS]: Make code unconditional.
37726 [!__ASSUME_32BITUIDS]: Remove conditional code.
37727 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
37728 <kernel-features.h>.
37729 [__ASSUME_32BITUIDS]: Make code unconditional.
37730 [!__ASSUME_32BITUIDS]: Remove conditional code.
37731 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
37732 <kernel-features.h>.
37733 [__ASSUME_32BITUIDS]: Make code unconditional.
37734 [!__ASSUME_32BITUIDS]: Remove conditional code.
37735 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
37736 <kernel-features.h>.
37737 [__ASSUME_32BITUIDS]: Make code unconditional.
37738 [!__ASSUME_32BITUIDS]: Remove conditional code.
37739 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
37740 <kernel-features.h>.
37741 [__ASSUME_32BITUIDS]: Make code unconditional.
37742 [!__ASSUME_32BITUIDS]: Remove conditional code.
37743 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
37744 <kernel-features.h>.
37745 [__ASSUME_32BITUIDS]: Make code unconditional.
37746 [!__ASSUME_32BITUIDS]: Remove conditional code.
37747 * sysdeps/unix/sysv/linux/kernel-features.h
37748 (__ASSUME_SETRESUID_SYSCALL): Remove.
37749 (__ASSUME_SETRESGID_SYSCALL): Likewise.
37750 (__ASSUME_32BITUIDS): Likewise.
37751 (__ASSUME_LDT_WORKS): Likewise.
37752 (__ASSUME_O_DIRECTORY): Likewise.
37753 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
37754 architecture but not kernel version.
37755 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
37756 (__ASSUME_MMAP2_SYSCALL): Likewise.
37757 (__ASSUME_STAT64_SYSCALL): Likewise.
37758 (__ASSUME_IPC64): Likewise.
37759 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
37760 <kernel-features.h>.
37761 [__ASSUME_32BITUIDS]: Make code unconditional.
37762 [!__ASSUME_32BITUIDS]: Remove conditional code.
37763 * sysdeps/unix/sysv/linux/opendir.c: Do not include
37764 <kernel-features.h>.
37765 [__ASSUME_O_DIRECTORY]: Make code unconditional.
37766 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
37767 132096]: Remove conditional code.
37768 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
37769 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
37770 <kernel-features.h>.
37771 [__ASSUME_32BITUIDS]: Make code unconditional.
37772 [!__ASSUME_32BITUIDS]: Remove conditional code.
37773 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.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/setegid.c: Do not include
37778 <kernel-features.h>.
37779 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
37780 unconditional.
37781 (__setresgid): Do not declare.
37782 [__ASSUME_32BITUIDS]: Make code unconditional.
37783 [!__ASSUME_32BITUIDS]: Remove conditional code.
37784 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
37785 <kernel-features.h>.
37786 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
37787 unconditional.
37788 (__setresuid): Do not declare.
37789 [__ASSUME_32BITUIDS]: Make code unconditional.
37790 [!__ASSUME_32BITUIDS]: Remove conditional code.
37791 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
37792 <kernel-features.h>.
37793 [__ASSUME_32BITUIDS]: Make code unconditional.
37794 [!__ASSUME_32BITUIDS]: Remove conditional code.
37795 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
37796 <kernel-features.h>.
37797 [__ASSUME_32BITUIDS]: Make code unconditional.
37798 [!__ASSUME_32BITUIDS]: Remove conditional code.
37799
a386f1cc
RH
378002012-05-25 Richard Henderson <rth@twiddle.net>
37801
37802 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
37803 dl_hwcap to ifunc resolver.
37804 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
37805 elf_ifunc_invoke.
37806 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
37807 dl_hwcap to ifunc resolver.
37808 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
37809
b6550497
JM
378102012-05-24 Joseph Myers <joseph@codesourcery.com>
37811
37812 [BZ #14153]
37813 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
37814 for |x| <= 2**-26, not 2**-57.
37815 * math/libm-test.inc (acos_test): Do not allow spurious underflow
37816 exception.
37817
b0bc23a1
JL
378182012-05-24 Jeff Law <law@redhat.com>
37819
37820 * stdio-common/Makefile (tests): Add bug25.
37821 * stdio-common/bug25.c: New test.
37822
347c92e9
L
378232012-05-24 H.J. Lu <hongjiu.lu@intel.com>
37824
37825 [BZ #13576]
37826 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
37827 multiple of MALLOC_ALIGNMENT in size.
37828 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
37829
6bcc8b3f
JM
378302012-05-24 Joseph Myers <joseph@codesourcery.com>
37831
37832 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
37833 Require >= 256.
37834 (FILENAME_MAX): Use macro-int-constant.
37835 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
37836 (_IOFBF): Use macro-int-constant.
37837 (_IOLBF): Likewise.
37838 (_IONBF): Likewise.
37839 (SEEK_CUR): Likewise.
37840 (SEEK_END): Likewise.
37841 (SEEK_SET): Likewise.
37842 (TMP_MAX): Likewise.
37843 (EOF): Use macro-int-constant. Require < 0.
37844 (NULL): Use macro-constant. Require == 0.
37845 (stdin): Require type to be FILE *.
37846 (stdout): Likewise.
37847 (stderr): Likewise.
37848 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
37849 macro-int-constant.
37850 (EXIT_SUCCESS): Likewise.
37851 (NULL): Use macro-constant. Require == 0.
37852 (RAND_MAX): Use macro-int-constant.
37853 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
37854 [C99-based standards] (strtof): Require function.
37855 [C99-based standards] (strtold): Likewise.
37856 [C99-based standards] (strtoll): Likewise.
37857 [C99-based standards] (strtoull): Likewise.
37858 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37859 [ISO || ISO99 || ISO11] (limits.h): Likewise.
37860 [ISO || ISO99 || ISO11] (math.h): Likewise.
37861 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
37862 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37863 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37864
d18ea0c5
AS
378652012-05-24 Andreas Schwab <schwab@linux-m68k.org>
37866
37867 [BZ #14132]
56d25bb8
AS
37868 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
37869 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
37870 * intl/dgettext.c (DCGETTEXT): Likewise.
37871 * intl/gettext.c (DCGETTEXT): Likewise.
37872 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
37873 * posix/regex_internal.h (gettext): Likewise.
37874 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
37875 Remove declaration.
37876 * include/argz.h (__argz_count_internal)
37877 (__argz_stringify_internal): Remove declaration.
37878 (__argz_count, __argz_stringify): Declare hidden proto.
37879 * intl/dcgettext.c: Remove use of INTDEF.
37880 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
37881 * string/argz-stringify.c: Likewise.
37882 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
37883 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
37884 Declare hidden proto.
d18ea0c5
AS
37885 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
37886 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
37887 Declare hidden proto.
37888 * include/stdio.h (__asprintf_internal): Don't declare.
37889 (__asprintf): Don't define as macro. Declare hidden proto.
37890 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
37891 (__fsetlocking): Declare hidden proto.
37892 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
37893 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
37894 hidden proto.
37895 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
37896 (_IO_setlinebuf): Remove use of INTUSE.
37897 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
37898 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
37899 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
37900 Remove declaration.
37901 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
37902 (_IO_do_flush): Remove use of INTUSE.
37903 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
37904 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
37905 (_IO_adjust_column, _IO_least_wmarker)
37906 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
37907 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
37908 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
37909 (_IO_default_doallocate, _IO_wdefault_doallocate)
37910 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
37911 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
37912 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
37913 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
37914 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
37915 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
37916 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
37917 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
37918 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
37919 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
37920 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
37921 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
37922 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
37923 proto.
37924 (_IO_flush_all_internal, _IO_adjust_column_internal)
37925 (_IO_default_uflow_internal, _IO_default_finish_internal)
37926 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
37927 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
37928 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
37929 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
37930 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
37931 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
37932 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
37933 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
37934 (_IO_file_close_internal, _IO_file_close_it_internal)
37935 (_IO_file_underflow_internal, _IO_file_overflow_internal)
37936 (_IO_file_init_internal, _IO_file_attach_internal)
37937 (_IO_file_fopen_internal, _IO_file_read_internal)
37938 (_IO_file_sync_internal, _IO_file_seek_internal)
37939 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
37940 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
37941 (_IO_str_underflow_internal, _IO_str_overflow_internal)
37942 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
37943 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
37944 (_IO_list_all_internal, _IO_link_in_internal)
37945 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
37946 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
37947 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
37948 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
37949 (_IO_do_write_internal, _IO_padn_internal)
37950 (_IO_getline_info_internal, _IO_getline_internal)
37951 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
37952 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
37953 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
37954 (_IO_vfscanf_internal, _IO_vfprintf_internal)
37955 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
37956 (_IO_init_internal, _IO_un_link_internal): Don't declare.
37957 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
37958 with libc_hidden_ver, remove use of INTUSE.
37959 * libio/genops.c: Likewise.
37960 * libio/freopen.c: Likewise.
37961 * libio/freopen64.c: Likewise.
37962 * libio/iofclose.c: Likewise.
37963 * libio/iofdopen.c: Likewise.
37964 * libio/iofflush.c: Likewise.
37965 * libio/iofflush_u.c: Likewise.
37966 * libio/iofgets.c: Likewise.
37967 * libio/iofgets_u.c: Likewise.
37968 * libio/iofopen.c: Likewise.
37969 * libio/iofopncook.c: Likewise.
37970 * libio/iofread.c: Likewise.
37971 * libio/iofread_u.c: Likewise.
37972 * libio/ioftell.c: Likewise.
37973 * libio/iofwrite.c: Likewise.
37974 * libio/iogetline.c: Likewise.
37975 * libio/iogets.c: Likewise.
37976 * libio/iogetwline.c: Likewise.
37977 * libio/iopadn.c: Likewise.
37978 * libio/iopopen.c: Likewise.
37979 * libio/ioseekoff.c: Likewise.
37980 * libio/ioseekpos.c: Likewise.
37981 * libio/iosetbuffer.c: Likewise.
37982 * libio/iosetvbuf.c: Likewise.
37983 * libio/ioungetc.c: Likewise.
37984 * libio/ioungetwc.c: Likewise.
37985 * libio/iovdprintf.c: Likewise.
37986 * libio/iovsprintf.c: Likewise.
37987 * libio/iovsscanf.c: Likewise.
37988 * libio/memstream.c: Likewise.
37989 * libio/obprintf.c: Likewise.
37990 * libio/oldfileops.c: Likewise.
37991 * libio/oldiofclose.c: Likewise.
37992 * libio/oldiofdopen.c: Likewise.
37993 * libio/oldiofopen.c: Likewise.
37994 * libio/oldiopopen.c: Likewise.
37995 * libio/oldstdfiles.c: Likewise.
37996 * libio/putc.c: Likewise.
37997 * libio/setbuf.c: Likewise.
37998 * libio/setlinebuf.c: Likewise.
37999 * libio/stdfiles.c: Likewise.
38000 * libio/strops.c: Likewise.
38001 * libio/vasprintf.c: Likewise.
38002 * libio/vscanf.c: Likewise.
38003 * libio/vsnprintf.c: Likewise.
38004 * libio/vswprintf.c: Likewise.
38005 * libio/wfiledoalloc.c: Likewise.
38006 * libio/wfileops.c: Likewise.
38007 * libio/wgenops.c: Likewise.
38008 * libio/wmemstream.c: Likewise.
38009 * libio/wstrops.c: Likewise.
38010 * libio/__fpurge.c: Likewise.
38011 * libio/__fsetlocking.c: Likewise.
38012 * assert/assert.c: Likewise.
38013 * debug/fgets_chk.c: Likewise.
38014 * debug/fgets_u_chk.c: Likewise.
38015 * debug/fread_chk.c: Likewise.
38016 * debug/fread_u_chk.c: Likewise.
38017 * debug/gets_chk.c: Likewise.
38018 * debug/obprintf_chk.c: Likewise.
38019 * debug/vasprintf_chk.c: Likewise.
38020 * debug/vdprintf_chk.c: Likewise.
38021 * debug/vsnprintf_chk.c: Likewise.
38022 * debug/vsprintf_chk.c: Likewise.
38023 * malloc/mtrace.c: Likewise.
38024 * misc/error.c: Likewise.
38025 * misc/syslog.c: Likewise.
38026 * stdio-common/asprintf.c: Likewise.
38027 * stdio-common/fxprintf.c: Likewise.
38028 * stdio-common/getw.c: Likewise.
38029 * stdio-common/isoc99_fscanf.c: Likewise.
38030 * stdio-common/isoc99_scanf.c: Likewise.
38031 * stdio-common/isoc99_vfscanf.c: Likewise.
38032 * stdio-common/isoc99_vscanf.c: Likewise.
38033 * stdio-common/isoc99_vsscanf.c: Likewise.
38034 * stdio-common/printf-prs.c: Likewise.
38035 * stdio-common/printf_fp.c: Likewise.
38036 * stdio-common/printf_fphex.c: Likewise.
38037 * stdio-common/printf_size.c: Likewise.
38038 * stdio-common/putw.c: Likewise.
38039 * stdio-common/scanf.c: Likewise.
38040 * stdio-common/sprintf.c: Likewise.
38041 * stdio-common/tmpfile.c: Likewise.
38042 * stdio-common/vfprintf.c: Likewise.
38043 * stdio-common/vfscanf.c: Likewise.
38044 * stdlib/strfmon_l.c: Likewise.
38045 * sunrpc/openchild.c: Likewise.
38046 * sunrpc/xdr_stdio.c: Likewise.
38047 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38048 * sysdeps/mach/hurd/tmpfile.c: Likewise.
38049
d6c33fda
RM
380502012-05-24 Roland McGrath <roland@hack.frob.com>
38051
c1487492
RM
38052 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38053
38054 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38055 in the third column, to generate for the shared library an IFUNC
38056 that uses _dl_vdso_vsym.
38057 * Makerules (COMPILE.c, compile-stdin.c): New variables.
38058 * Makeconfig (object-suffixes-noshared): New variable.
38059
38060 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38061 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38062 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38063 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38064
d6c33fda
RM
38065 [BZ #14132]
38066 * include/sys/time.h (__gettimeofday): Remove macro.
38067 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38068 * time/gettimeofday.c (__gettimeofday): Remove #undef.
38069 Remove INTDEF.
38070 (__gettimeofday): Add libc_hidden_def.
38071 (gettimeofday): Add libc_hidden_weak.
38072 * sysdeps/mach/gettimeofday.c: Likewise.
38073 * sysdeps/posix/gettimeofday.c: Likewise.
38074 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38075 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38076 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38077 (__gettimeofday_internal): Remove strong_alias.
38078 (__gettimeofday): Add libc_hidden_def.
38079 (gettimeofday): Add libc_hidden_weak.
38080 * sysdeps/unix/syscalls.list (gettimeofday):
38081 Remove __gettimeofday_internal alias.
38082
b5a2bbe6
L
380832012-05-24 Daniel Jacobowitz <drow@false.org>
38084 H.J. Lu <hongjiu.lu@intel.com>
38085
38086 [BZ #12495]
38087 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38088 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38089 (largebin_index_32_big): New.
38090 (largebin_index): Use it for 16-byte alignment.
38091 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
38092 correction with front_misalign.
38093
cfba4fda
L
380942012-05-24 H.J. Lu <hongjiu.lu@intel.com>
38095
7f907421
L
38096 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38097 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38098 Likewise.
38099 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38100 Likewise.
38101 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38102 Likewise.
38103 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38104 Likewise.
38105 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38106 Likewise.
38107 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38108 Likewise.
38109 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38110 Likewise.
38111 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38112 Likewise.
38113 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38114 Likewise.
38115 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38116 Likewise.
38117 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38118 Likewise.
38119 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38120 Likewise.
38121
cfba4fda
L
38122 * scripts/data/c++-types-x32-linux-gnu.data: New file.
38123 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38124
80bad0cc
JM
381252012-05-24 Joseph Myers <joseph@codesourcery.com>
38126
7a25eb06
JM
38127 [BZ #10846]
38128 [BZ #14036]
38129 * math/libm-test.inc (exp_test): Add test from bug 14036.
38130 (pow_test): Add test from bug 10846.
38131
795405f9
JM
38132 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38133 and other flags.
38134 (special_function): Do not include flags in test name.
38135 (parse_args): Likewise.
38136 * sysdeps/i386/fpu/libm-test-ulps: Update.
38137 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38138 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38139 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38140 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38141
80bad0cc
JM
38142 * math/gen-libm-test.pl (%beautify): Add entries for underflow
38143 exceptions.
38144 * math/libm-test.inc ("Philosophy"): Update comment about
38145 exception testing.
38146 (UNDERFLOW_EXCEPTION): New macro.
38147 (UNDERFLOW_EXCEPTION_OK): Likewise.
38148 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38149 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38150 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38151 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38152 (INVALID_EXCEPTION_OK): Update value.
38153 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38154 (OVERFLOW_EXCEPTION_OK): Likewise.
38155 (IGNORE_ZERO_INF_SIGN): Likewise.
38156 (test_exceptions): Handle underflow exceptions.
38157 (acos_test): Update for underflow exception expectations.
38158 (cexp_test): Likewise.
38159 (clog_test): Likewise.
38160 (clog10_test): Likewise.
38161 (csqrt_test): Likewise.
38162 (ctan_test): Likewise.
38163 (ctanh_test): Likewise.
38164 (exp_test): Likewise.
38165 (exp10_test): Likewise.
38166 (exp2_test): Likewise.
38167 (expm1_test): Likewise.
38168 (fma_test): Likewise.
38169 (j0_test): Likewise.
38170 (jn_test): Likewise.
38171 (nexttoward_test): Likewise.
38172 (pow_test): Likewise.
38173 (scalbn_test): Likewise.
38174 (scalbln_test): Likewise.
38175 (tan_test): Likewise.
38176 (y1_test): Likewise.
38177 * sysdeps/i386/fpu/libm-test-ulps: Update.
38178 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38179
9e0e3d0b
DM
381802012-05-23 David S. Miller <davem@davemloft.net>
38181
38182 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38183 (__libc_sigaction): Remove unused local variables.
38184
ccd0a08f
L
381852012-05-23 H.J. Lu <hongjiu.lu@intel.com>
38186
38187 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38188
62bdf9a6
PE
381892012-05-23 Paul Eggert <eggert@cs.ucla.edu>
38190
f8591f80
PE
38191 mktime: avoid signed integer overflow
38192 * time/mktime.c (__mktime_internal): Do not mishandle the case
38193 where diff == INT_MIN.
38194
94c7d826
PE
38195 mktime: simplify computation of average
38196 * time/mktime.c (ranged_convert): Use new time_t_avg function
38197 instead of rolling our own (probably-slower) code.
38198
ce73d683
PE
38199 mktime: do not assume signed right shift propagates sign bit
38200 * time/mktime.c (isdst_differ): New static function.
38201 (__mktime_internal): No need to normalize tm_isdst now.
38202 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38203 tm_isdst values.
38204
72a22e59
PE
38205 mktime: merge another wrapv change from gnulib
38206 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38207 from some compilers.
38208
68605433
PE
38209 mktime: remove incorrect attempt at unusual arithmetics
38210 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38211 The code didn't really work on such machines anyway.
38212 (TYPE_MINIMUM): Assume two's complement.
38213 (twos_complement_arithmetic): Verify that long_int and time_t
38214 are two's complement (or unsigned, in the latter case).
38215
03cf7fe3
PE
38216 mktime: check signed shifts on long_int and time_t, too
38217 * time/mktime.c (SHR): Check that shifts work as desired
38218 on the types long_int and time_t too, as SHR is used on
38219 such types.
38220
f04dfbc2
PE
38221 mktime: do not assume 'long' is wide enough
38222 * time/mktime.c (verify): Move decl up.
38223 (long_int): New type.
38224 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38225 to remove assumption in the code that 'long' is wide enough to
38226 store year values. This assumption is not true on x32 and on
38227 some non-glibc platforms.
38228
62bdf9a6
PE
38229 mktime: merge wrapv change from gnulib
38230 * time/mktime.c (WRAPV): New macro.
38231 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38232 (guess_time_tm, __mktime_internal): Do not assume that signed
38233 integer overflow wraps around; modern compilers generate code
38234 where this assumption is no longer valid.
38235
5e292e4f
L
382362012-05-23 H.J. Lu <hongjiu.lu@intel.com>
38237
38238 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38239 Replace "jmp L(pseudo_end)" with "ret".
38240 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38241 Likewise.
38242
8caf8c87
AJ
382432012-05-23 Andreas Jaeger <aj@suse.de>
38244
38245 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38246 * sysdeps/unix/sysv/linux/poll.c: Remove file.
38247
1a09dc56
AJ
382482012-05-23 Andreas Jaeger <aj@suse.de>
38249 Maximilian Attems <max@stro.at>
38250
38251 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38252 New macros.
38253
1c87aba0
L
382542012-05-23 H.J. Lu <hongjiu.lu@intel.com>
38255
38256 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38257 code so that pseudo_end is just ret and the stack pointer is
38258 correct also for static library in error case.
38259
40e45bd5
JM
382602012-05-23 Joseph Myers <joseph@codesourcery.com>
38261
c2670533
JM
38262 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38263 move to syscalls.list.
38264 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38265 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38266 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38267 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38268
40e45bd5
JM
38269 * manual/install.texi (Running make install): Do not mention Linux
38270 kernel version for which pt_chown is not needed.
38271 (Linux): Do not mention problems with nscd with 2.0 kernels.
38272 * INSTALL: Regenerated.
38273
be08eda5
AJ
382742012-05-23 Andreas Jaeger <aj@suse.de>
38275
38276 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38277 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38278 macro.
38279 * sysdeps/unix/sysv/linux/s390/bits/mman.h
38280 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38281 * sysdeps/unix/sysv/linux/sh/bits/mman.h
38282 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38283 * sysdeps/unix/sysv/linux/i386/bits/mman.h
38284 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38285 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38286 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38287 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38288 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38289 * sysdeps/unix/sysv/linux/bits/in.h
38290 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38291
a6a056bb
RM
382922012-05-22 Roland McGrath <roland@hack.frob.com>
38293
38294 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38295 (PREPARE_VERSION): Just use assert instead, it will be elided
38296 under [NDEBUG] anyway.
38297
c9009328
L
382982012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38299
38300 * sysdeps/unix/sysv/linux/Makefile: Include
38301 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 38302 (sysdep_routines): Remove sysctl.
c9009328
L
38303 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38304 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38305 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38306 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38307 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38308
73338355
AJ
383092012-05-22 Andreas Jaeger <aj@suse.de>
38310
38311 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38312 that pseudo_end is just ret and the stack pointer is correct also
38313 for static library in error case.
38314
d44638b0
PP
383152012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
38316
38317 [BZ #14122]
38318 * nss/nsswitch.c (defconfig_entries): New variable.
38319 (__nss_database_lookup): Don't leak defconfig entries.
38320 (nss_parse_service_list): Don't leak on error paths.
38321 (free_database_entries): New function.
38322 (free_defconfig): New function.
38323 (free_mem): Move common code to free_database_entries.
38324
31a39bd8
L
383252012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38326
da0331a8
L
38327 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38328 Add arch_prctl.
38329 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38330
31a39bd8
L
38331 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38332 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38333 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38334 New macro.
38335 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38336 (INTERNAL_SYSCALL_TYPES): Likewise.
38337 (LOAD_ARGS_TYPES_[1-6]): Likewise.
38338 (LOAD_REGS_TYPES_[1-6]): Likewise.
38339 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38340 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38341
45470df3
AZ
383422012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38343
38344 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38345 copysignl for GLIBC_2_0.
38346 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38347 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38348 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38349 logbl for GLIBC_2_0.
38350 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38351 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38352
98a61bcb
L
383532012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38354
a4f6e481
L
38355 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38356 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
38357
f63d5db6
L
38358 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38359 Use "neg %eax".
38360
98a61bcb
L
38361 * time/mktime.c: Update copyright years.
38362
95770f14
PE
383632012-05-22 Paul Eggert <eggert@cs.ucla.edu>
38364
6226efbd
PE
38365 mktime: merge comment-quoting-style change from gnulib
38366 * time/mktime.c: Quote 'like this' in comments.
38367 The GNU coding standards suggest that we no longer quote `like this',
38368 as "`" and "'" are typically rendered asymmetrically nowadays.
38369 The typical gnulib style is to quote 'like this' when quoting
38370 code, and "like this" when quoting English.
38371
b99e4f78
PE
38372 * time/mktime.c (compile-command): Add "-I.".
38373
643e01e6
PE
38374 mktime: merge mktime-internal.h change from gnulib
38375 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38376
2554247d
PE
38377 mktime: merge time_r change from gnulib
38378 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38379
826dd0ab
PE
38380 mktime: merge DEBUG change from gnulib
38381 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38382 case system <time.h> has a #define.
38383
bd83aabe
PE
38384 mktime: merge <sys/types.h> change from gnulib
38385 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38386 since <time.t> is now guaranteed to define time_t.
38387
95770f14
PE
38388 mktime: merge HAVE_CONFIG_H change from gnulib
38389 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38390
5e1a27a9
L
383912012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38392
0e44a77e
L
38393 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38394 Use "neg %eax".
38395
5e1a27a9
L
38396 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38397 __rlim_t cast.
38398 (struct rusage): Use anonymous union to pad each field to
38399 __syscall_slong_t.
38400
46259bec
DM
384012012-05-21 David S. Miller <davem@davemloft.net>
38402
38403 * Makefules (o-iterator): Remove .s cases.
38404 (compile-command.s): Delete.
38405 (COMPILE.s): Delete.
38406 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38407
59f0c22e
JM
384082012-05-21 Joseph Myers <joseph@codesourcery.com>
38409
38410 * configure.in (libc_cv_predef_stack_protector): Only consider
38411 "foobar" and "__stack_chk_fail" lines in libc_undefs.
38412 * configure: Regenerated.
38413
20c07380
L
384142012-05-21 H.J. Lu <hongjiu.lu@intel.com>
38415
bbb3154b
L
38416 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38417 New macro. Use R*LP on int and pointer.
38418 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
38419 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38420 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
38421 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38422
20c07380
L
38423 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38424 [__WORDSIZE_TIME64_COMPAT32] instead of
38425 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38426 (struct utmp): Likewise.
38427 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38428 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38429 Renamed to ...
38430 (__WORDSIZE_TIME64_COMPAT32): This.
38431 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38432 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38433 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38434 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38435 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38436 (__WORDSIZE_TIME64_COMPAT32): New macro.
38437
d8d1017e
AJ
384382012-05-21 Andreas Jaeger <aj@suse.de>
38439
38440 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38441 only if [SHARED]. Add prototype for __wcschr_ia32.
38442
6c7fb145
RM
384432012-05-21 Roland McGrath <roland@hack.frob.com>
38444
38445 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38446 of %rbp unmolested in the jmp_buf while mangling the low bits.
38447 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38448 unmolested high bits of %rbp while demangling the low bits.
38449 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38450
66274218
AJ
384512012-05-21 Andreas Jaeger <aj@suse.de>
38452
07c58f8f
AJ
38453 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38454 * sunrpc/svc_simple.c: Use it for registerrpc.
38455 * sunrpc/xcrypt.c: Use it for passwd2des.
38456
66274218
AJ
38457 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38458
61f65140
L
384592012-05-21 H.J. Lu <hongjiu.lu@intel.com>
38460
38461 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38462 Don't define if [__SYSCALL_WORDSIZE != 32].
38463 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38464 New macro.
38465
5fefb436
AJ
384662012-05-21 Bruno Haible <bruno@clisp.org>
38467 Andreas Jaeger <aj@suse.de>
38468
38469 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38470 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38471 inptr and inend for must_buffer_ch.
38472 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38473 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38474 * stdio-common/Makefile (tests): Remove bug15.
38475 (bug15-ENV): Remove macro.
38476 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38477 anymore.
38478
d8e272ab
AJ
384792012-05-19 Andreas Jaeger <aj@suse.de>
38480 Roland McGrath <roland@hack.frob.com>
38481
38482 * manual/contrib.texi: Completely rewritten. It contains now an
38483 alphabetical list of contributors and their contributions.
38484
4a56a162
RH
384852012-05-21 Richard Henderson <rth@twiddle.net>
38486
38487 * misc/getauxval.c (__getauxval): Use unsigned long int.
38488 * misc/sys/auxv.h: Include <sys/cdefs.h>.
38489 (getauxval): Use unsigned long int.
38490
d024d23c
L
384912012-05-21 H.J. Lu <hongjiu.lu@intel.com>
38492
38493 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38494
cbc00a03
RM
384952012-05-21 Roland McGrath <roland@hack.frob.com>
38496
38497 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38498 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38499 __alignof__ (long double).
38500
478143fa
AZ
385012012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38502
38503 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38504
c7683a6d
RH
385052012-05-20 Richard Henderson <rth@twiddle.net>
38506
38507 * misc/getauxval.c: New file.
38508 * misc/sys/auxv.h: New file.
38509 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38510 (routines): Add getauxval.
38511 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38512 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
38513 * elf/dl-sysdep.c (_dl_auxv): Remove.
38514 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
38515 * elf/dl-support.c (_dl_auxv): New variable.
38516 (_dl_aux_init): Initialize it.
38517 * manual/startup.texi (Auxiliary Vector): New node.
38518 * sysdeps/generic/bits/hwcap.h: New file.
38519 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
38520 * sysdeps/powerpc/sysdep.h: ... here. Include it.
38521 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
38522 * sysdeps/sparc/sysdep.h: ... here. Include it.
38523 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
38524 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
38525 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38526 Update.
c7683a6d
RH
38527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
38528 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
38529 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
38530 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
38531 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38532 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38533 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
38534 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
38535
a6f1845d
AZ
385362012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38537
38538 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38539
cbcbe830
DM
385402012-05-19 David S. Miller <davem@davemloft.net>
38541
38542 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38543
e0b16cc2
JM
385442012-05-19 Joseph Myers <joseph@codesourcery.com>
38545
38546 [BZ #14123]
38547 * math/s_ccosh.c: Include <float.h>
38548 (__ccosh): Avoid internal overflow calculating sinh and cosh
38549 values before multiplying by sin and cos values.
38550 * math/s_ccoshf.c: Likewise.
38551 * math/s_ccoshl.c: Likewise.
38552 * math/s_csin.c: Likewise.
38553 * math/s_csinf.c: Likewise.
38554 * math/s_csinl.c: Likewise.
38555 * math/s_csinh.c: Likewise.
38556 * math/s_csinhf.c: Likewise.
38557 * math/s_csinhl.c: Likewise.
38558 * math/libm-test.inc (ccos_test): Add more tests.
38559 (ccosh_test): Likewise.
38560 (csin_test): Likewise.
38561 (csinh_test): Likewise.
38562 * sysdeps/i386/fpu/libm-test-ulps: Update.
38563 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38564
6ad13e08
L
385652012-05-19 H.J. Lu <hongjiu.lu@intel.com>
38566
f66f0ce8
L
38567 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
38568 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
38569
6ad13e08
L
38570 * sysdeps/x86_64/x32/_itoa.h: Add comment.
38571
b1d072a7
JM
385722012-05-19 Joseph Myers <joseph@codesourcery.com>
38573
38574 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
38575 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
38576 * sysdeps/powerpc/soft-fp/Versions: Likewise.
38577 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
38578 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
38579 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
38580 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
38581 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
38582 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
38583 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
38584 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
38585 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
38586 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
38587 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
38588 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
38589 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
38590 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
38591 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
38592 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
38593 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
38594 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
38595 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
38596 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
38597 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
38598 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
38599 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
38600 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
38601 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
38602 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
38603 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
38604 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
38605
9eae47cb
AJ
386062012-05-18 Andreas Jaeger <aj@suse.de>
38607
38608 * csu/.gitignore: Delete.
38609
bb07f69f
L
386102012-05-18 H.J. Lu <hongjiu.lu@intel.com>
38611
38612 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
38613 (timex): Use __syscall_slong_t.
38614
e6bdb741
AJ
386152012-05-18 Andreas Jaeger <aj@suse.de>
38616 Carlos O'Donell <carlos_odonell@mentor.com>
38617
38618 * manual/install.texi (Configuring and compiling): Update
38619 description about files modified in the source directory.
d6c33fda 38620 * INSTALL: Regenerated.
e6bdb741 38621
1b74487e
L
386222012-05-18 H.J. Lu <hongjiu.lu@intel.com>
38623
38624 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
38625 value. Use "or" to set return value to -1.
38626 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
38627 negate return value.
38628
a88b64b9
TMQMF
386292012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38630
57f41c40
AS
38631 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
38632 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
38633 failure if the compiler has Graphite support disabled.
38634 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
38635 Likewise.
57f41c40
AS
38636 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
38637 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
38638 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
38639 Likewise.
38640
3707636e
L
386412012-05-18 H.J. Lu <hongjiu.lu@intel.com>
38642
610b8622
L
38643 * sysdeps/x86_64/x32/_itoa.h: New file.
38644
7cd195df
L
38645 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
38646 getdents system call only if kernel and user dirents have the
38647 same d_ino and d_off.
38648
94b07d20
L
38649 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38650 LLONG_MAX != LONG_MAX.
38651 (_itoa_word): Use _ITOA_WORD_TYPE on value.
38652 (_fitoa_word): Likewise.
38653
18298070
L
38654 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
38655 years.
38656 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
38657 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
38658 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
38659
553c7ea4
L
38660 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
38661 include <bits/wordsize.h>. Check __x86_64__ instead of
38662 __WORDSIZE.
38663 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
38664 if __x86_64__ is defined. Use anonymous union on fpstate.
38665
3707636e
L
38666 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
38667 anonymous union.
38668
b53ef01a
AS
386692012-05-18 Andreas Schwab <schwab@linux-m68k.org>
38670
37fb1dc0
AS
38671 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
38672 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
38673 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
38674 Refer to _rtld_local_ro instead of _rtld_global_ro.
38675 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
38676 Likewise.
38677 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
38678 Likewise.
38679 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
38680 Likewise.
38681 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
38682 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
38683 of _rtld_global, and rtld_progname instead of _dl_argv[0].
38684
b53ef01a
AS
38685 * sysdeps/powerpc/powerpc32/dl-machine.c
38686 (__elf_machine_runtime_setup) [PROF]: Don't reference
38687 _dl_prof_resolve.
38688
7a185db2
AJ
386892012-05-18 Andreas Jaeger <aj@suse.de>
38690
38691 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
38692 function only available for GCCs before 3.4 since GCC 3.4
38693 introduced a builtin.
38694 (lrint): Likewise.
38695 (llrintf): Likewise.
38696 (llrint): Likewise.
38697 (fmaxf): Likewise.
38698 (fmax): Likewise.
38699 (fminf): Likewise.
38700 (fmin): Likewise.
38701 (rint): Likewise.
38702 (rintf): Likewise.
38703 (nearbyint): Likewise.
38704 (nearbyintf): Likewise.
38705 (ceil): Likewise.
38706 (ceilf): Likewise.
38707 (floor): Likewise.
38708 (floorf): Likewise.
38709
3e5aef87
L
387102012-05-17 H.J. Lu <hongjiu.lu@intel.com>
38711
428bd707
L
38712 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
38713 on both fields and cast pointer to __syscall_ulong_t.
38714
3e5aef87
L
38715 * bits/types.h (__fsword_t): New type.
38716 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
38717 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
38718 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38719 (__FSWORD_T_TYPE): Likewise.
38720 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38721 (__FSWORD_T_TYPE): Likewise.
38722 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38723 (__FSWORD_T_TYPE): Likewise.
38724 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
38725 (__FSWORD_T_TYPE): Likewise.
38726 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
38727 __SWORD_TYPE with __fsword_t.
38728 (statfs64): Likewise.
38729
1ba7c3dc
DM
387302012-05-17 David S. Miller <davem@davemloft.net>
38731
38732 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
38733
59910343
AJ
387342012-05-17 Andreas Jaeger <aj@suse.de>
38735
38736 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
38737 warning.
38738
2e4c1e9e
L
387392012-05-17 H.J. Lu <hongjiu.lu@intel.com>
38740
38741 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
38742
de7f5ce7
AJ
387432012-05-17 Andreas Jaeger <aj@suse.de>
38744
38745 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
38746 when it is used.
38747
286abc3d
CM
387482012-05-17 Chris Metcalf <cmetcalf@tilera.com>
38749
38750 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
38751
477cc68e
L
387522012-05-17 H.J. Lu <hongjiu.lu@intel.com>
38753
38754 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
38755 * sysdeps/x86_64/tst-mallocalign1.c: New file.
38756
1a0994f5
CD
387572012-05-17 Andreas Jaeger <aj@suse.de>
38758 Carlos O'Donell <carlos_odonell@mentor.com>
38759
38760 [BZ #14059]
38761 * sysdeps/x86_64/multiarch/init-arch.h
38762 (bit_YMM_Usable): Rename to...
38763 (bit_AVX_Usable): ... this.
38764 (bit_FMA4_Usable): New macro.
38765 (bit_XMM_state): New macro.
38766 (bit_YMM_state): New macro.
38767 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
38768 [__ASSEMBLER__] (index_AVX_Usable): ... this.
38769 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
38770 (CPUID_OSXSAVE): New macro.
38771 (CPUID_AVX): New macro.
38772 (CPUID_FMA4): New macro.
38773 (index_YMM_Usable): Rename to...
38774 (index_AVX_Usable): ... this.
38775 (HAS_AVX): Use HAS_ARCH_FEATURE.
38776 (HAS_FMA4): Likewise.
38777 (HAS_YMM_USABLE): Remove.
38778 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38779 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
38780 are present.
38781 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
38782 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
38783 * sysdeps/x86_64/multiarch/Makefile: Likewise.
38784 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
38785 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
38786
0af797de
CM
387872012-05-17 Chris Metcalf <cmetcalf@tilera.com>
38788
38789 * math/libm-test.c: Support platforms without multiple rounding modes.
38790 * math/bug-nextafter.c: Support platforms without FP exceptions.
38791 * math/bug-nexttoward.c: Likewise.
38792 * math/test-fenv.c: Likewise.
38793 * math/test-misc.c: Likewise.
38794 * stdlib/bug-getcontext.c: Likewise.
38795
e39745ff
AJ
387962012-05-17 Andreas Jaeger <aj@suse.de>
38797
38798 * manual/examples/search.c (critter_cmp): Change signature to
38799 avoid warnings.
38800 * manual/string.texi (Collation Functions): Likewise.
38801
48970aba
L
388022012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38803
38804 * bits/types.h: Fold copyright years.
38805 * bits/typesizes.h: Likewise.
38806 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
38807 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
38808 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
38809 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
38810 * time/time.h: Likewise.
38811
bedee953
PP
388122012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
38813
38814 [BZ #208]
38815 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
38816 in instead of returning them. Return void.
38817 (__libc_mallinfo): Accumulate over all arenas.
38818 (__malloc_stats): Adjust for change in int_mallinfo interface.
38819
61653dfb
RM
388202012-05-16 Roland McGrath <roland@hack.frob.com>
38821
30b99d79
RM
38822 [BZ #10375]
38823 * configure.in (NM): Add AC_CHECK_TOOL for it.
38824 (libc_extra_cflags): New substituted variable.
38825 Check for -fstack-protector being used implicitly.
38826 * configure: Regenerated.
38827 * config.make.in (config-extra-cflags): New variable,
38828 gets @libc_extra_cflags@.
38829 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
38830
61653dfb
RM
38831 [BZ #10375]
38832 * configure.in: Check for _FORTIFY_SOURCE being predefined.
38833 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
38834 * configure: Regenerated.
38835 * config.make.in (CPPUNDEFS): New substituted variable.
38836 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
38837 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
38838 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
38839
661768bb
L
388402012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38841
38842 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
38843 (mq_attr): Use __syscall_slong_t.
38844
d4261567
L
388452012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38846
38847 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
38848 Check __x86_64__ instead of __WORDSIZE.
38849 (_STAT_VER_LINUX): Likewise.
38850 (stat): Check __x86_64__ instead of __WORDSIZE. Use
38851 __syscall_ulong_t and __syscall_slong_t.
38852 (stat64): Likewise.
38853
cf3ff365
L
388542012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38855
38856 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
38857
76cf3e4d
L
388582012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38859
38860 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
38861
a637753a
L
388622012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38863
38864 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
38865 __syscall_ulong_t.
38866
d5e05119
L
38867 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
38868 include <bits/wordsize.h>. Check __x86_64__ instead of
38869 __WORDSIZE.
38870 (greg_t): Use "__extension__ long long int" if __x86_64__ is
38871 defined.
38872 (mcontext_t): Replace "unsigned long" with "unsigned long long".
38873
f62ee380
L
38874 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
38875 include <bits/wordsize.h>. Check __x86_64__ instead of
38876 __WORDSIZE.
38877 (user_regs_struct): Use "__extension__ unsigned long long"
38878 instead of "unsigned long" if __x86_64__ is defined.
38879 (user): Likewise. Pad after pointer field if __ILP32__ is
38880 defined.
38881
4e124ced
JM
388822012-05-16 Joseph Myers <joseph@codesourcery.com>
38883
6a3951a0
JM
38884 * configure.in (makeinfo): Require version 4.5 or later. Allow
38885 versions 5 to 9.
38886 * configure: Regenerated.
38887 * manual/install.texi (texinfo): Increase version requirement to
38888 4.5 or later.
38889 * INSTALL: Regenerated.
38890
4e124ced
JM
38891 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
38892
953ca31a
L
388932012-05-16 H.J. Lu <hongjiu.lu@intel.com>
38894
38895 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
38896
617aca05
L
38897 * sysdeps/x86_64/x32/ffs.c: New file.
38898
5762f7ae
L
38899 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
38900 __syscall_ulong_t.
38901 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
38902 defined. Use __syscall_ulong_t.
38903 (shminfo): Use __syscall_ulong_t.
38904 (shm_info): Likewise.
38905
a26b6856
L
38906 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
38907 __syscall_ulong_t.
38908
cb2b9ef7
L
38909 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
38910 <bits/wordsize.h>.
38911 (msgqnum_t): Use __syscall_ulong_t.
38912 (msglen_t): Likewise.
38913 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
38914 __syscall_ulong_t.
38915
34683bb0
L
38916 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
38917 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
38918
84a68786
L
38919 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
38920
48baa5f1
L
38921 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
38922 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
38923
180be88b
L
38924 * sysvipc/sys/msg.h (msgbuf): Replace long int with
38925 __syscall_slong_t.
38926
5e90c8ad
L
38927 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
38928 include <bits/wordsize.h>. Check __x86_64__ instead of
38929 __WORDSIZE.
38930
23dfb58b
L
38931 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
38932 "unsigned long long int" if __x86_64__ is defined.
38933 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
38934
ce5d54b0
L
38935 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
38936 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
38937 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
38938
13dc9eac
L
38939 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
38940 <stdint.h>.
38941 (GET_PC): Cast to uintptr_t first.
38942 (GET_FRAME): Likewise.
38943 (GET_STACK): Likewise.
38944
a7895d15
L
38945 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
38946 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
38947 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
38948 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
38949 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
38950 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
38951 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
38952 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
38953 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
38954 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
38955 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
38956 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
38957 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38958 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
38959 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
38960 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
38961 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
38962 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
38963 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
38964 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
38965 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
38966 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
38967 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
38968 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
38969 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
38970 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
38971 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
38972 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
38973 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
38974
656416c9
AS
389752012-05-16 Andreas Schwab <schwab@linux-m68k.org>
38976
5bd66283
AS
38977 * Makerules (+depfiles): Also collect depfiles from .oS in
38978 $(extra-objs).
38979 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
38980 .oS, $(libnldbl-routines)).
38981
656416c9
AS
38982 * Makerules (native-compile-mkdep-flags): Define.
38983 * sunrpc/Makefile (extra-objs): Add $(addprefix
38984 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
38985 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
38986 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
38987 calling $(make-target-directory).
38988
a46f2169
L
389892012-05-15 H.J. Lu <hongjiu.lu@intel.com>
38990
38991 * bits/types.h (__snseconds_t): Removed.
38992 * time/time.h (struct timespec): Replace __snseconds_t with
38993 __syscall_slong_t.
38994 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
38995 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
38996 Likewise.
38997 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38998 (__SNSECONDS_T_TYPE): Likewise.
38999 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39000 (__SNSECONDS_T_TYPE): Likewise.
39001 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39002 (__SNSECONDS_T_TYPE): Likewise.
39003
6af6528b
L
390042012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39005
39006 * sysdeps/mach/hurd/bits/typesizes.h
39007 (__SYSCALL_SLONG_TYPE): New macro.
39008 (__SYSCALL_ULONG_TYPE): Likewise.
39009
de986b56
L
390102012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39011
39012 * bits/types.h (__syscall_slong_t): New type.
39013 (__syscall_ulong_t): Likewise.
39014
39015 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39016 (__SYSCALL_ULONG_TYPE): Likewise.
39017 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39018 (__SYSCALL_SLONG_TYPE): Likewise.
39019 (__SYSCALL_ULONG_TYPE): Likewise.
39020 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39021 (__SYSCALL_SLONG_TYPE): Likewise.
39022 (__SYSCALL_ULONG_TYPE): Likewise.
39023 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39024 (__SYSCALL_SLONG_TYPE): Likewise.
39025 (__SYSCALL_ULONG_TYPE): Likewise.
39026
85736dc7
L
390272012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39028
39029 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39030 Add sigaltstack-offsets.sym.
39031 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39032 <sigaltstack-offsets.h>.
39033 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
39034 longjmp_msg pointer.
39035 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
39036 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39037 signal stack.
39038 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39039
cc03b296
JM
390402012-05-15 Joseph Myers <joseph@codesourcery.com>
39041
a9538892
JM
39042 * elf/stackguard-macros.h: Remove file.
39043 * sysdeps/generic/stackguard-macros.h: New file.
39044 * sysdeps/i386/stackguard-macros.h: Likewise.
39045 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39046 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39047 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39048 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39049 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39050 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39051 * sysdeps/x86_64/stackguard-macros.h: Likewise.
39052 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39053 <elf/stackguard-macros.h>.
39054
cc03b296
JM
39055 [BZ #14109]
39056 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39057 __aligned__ in attribute.
39058 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39059 (gregset_t): Likewise.
39060
93171016
L
390612012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39062
39063 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39064 * sysdeps/x86_64/64/Implies-after: Here. New file.
39065 * sysdeps/x86_64/x32/Implies-after: New file.
39066
d86813a0
L
390672012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39068
39069 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39070 and access return value for _dl_profile_fixup. Use R10_LP to
39071 load frame size.
39072
2953ec75
L
390732012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39074
39075 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39076
3b550e9e
L
390772012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39078
39079 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39080 * sysdeps/x86_64/x32/sysdep.h: New file.
39081
eda41706
L
390822012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39083
39084 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39085 * sysdeps/x86_64/setjmp.S: Likewise.
39086
9ea01d93
AZ
390872012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39088
39089 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39090 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39091 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39092 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39093 remove unused global constant.
39094
02a91938
CM
390952012-05-15 Chris Metcalf <cmetcalf@tilera.com>
39096
39097 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39098 include of <not-cancel.h>.
39099
6540185f
RM
391002012-05-15 Roland McGrath <roland@hack.frob.com>
39101
39102 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39103
509072a0
AJ
391042012-05-15 Jeff Law <law@redhat.com>
39105 Andreas Jaeger <aj@suse.de>
39106
39107 [BZ #13594]
39108 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39109 out from...
39110 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39111 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39112 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39113 code changing __hst_map_handle.map.
39114
ba75122d
RM
391152012-05-15 Roland McGrath <roland@hack.frob.com>
39116
39117 * configure.in (sysnames): Look for Implies-before and Implies-after
39118 files.
39119 * configure: Regenerated.
39120
890d8bd8
L
391212012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39122
39123 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39124 8-byte data alignment with LP_SIZE alignment.
39125
f6ee6623
L
391262012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39127
39128 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39129 into R10_LP.
39130
ea2626f6
L
391312012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39132
39133 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39134
085f715e
L
391352012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39136
39137 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39138 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39139 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39140 Likewise.
39141 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39142
be8498fc
L
391432012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39144
39145 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39146 (stackinfo_sub_sp): Likewise.
39147
70bc83b9
L
391482012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39149
39150 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39151 RAX_LP.
39152
9bc0b730
L
391532012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39154
39155 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39156 into R*_LP.
39157
6d2850e7
L
391582012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39159
39160 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39161 sizes into R*_LP.
39162
3cb84561
L
391632012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39164
39165 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39166
54e2ed81
L
391672012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39168
39169 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39170 into R11_LP and load __x86_64_shared_cache_size_half into
39171 R8_LP.
39172
8a17f349
L
391732012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39174
39175 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39176 R8_LP.
39177
777b1eea
AZ
391782012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39179
39180 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39181 logb for POWER7.
39182 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39183 logbf for POWER7.
39184 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39185 logbl for POWER7.
39186 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39187 powerpc32/power7/fpu/s_logb.c via #include.
39188 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39189 powerpc32/power7/fpu/s_logbf.c via #include.
39190 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39191 powerpc32/power7/fpu/s_logbl.c via #include.
39192
d20d4ac2
JM
391932012-05-15 Joseph Myers <joseph@codesourcery.com>
39194
39195 * README.libm: Remove file.
39196
6cdef1ab
L
391972012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39198
39199 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39200 count for x32. Use R*_LP and omit operand-size suffix.
39201
0b254d8f
L
392022012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39203
39204 * shlib-versions: Move x86_64-.*-linux.* entries to ...
39205 * sysdeps/x86_64/64/shlib-versions: Here. New file.
39206 * sysdeps/x86_64/x32/shlib-versions: New file.
39207
ceb809dc
RM
392082012-05-14 Roland McGrath <roland@hack.frob.com>
39209
39210 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39211 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39212 Use _dl_fatal_printf instead.
39213
37f1abd4
JM
392142012-05-14 Joseph Myers <joseph@codesourcery.com>
39215
39216 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39217 set if not set by the user. Do not allow for being unset.
39218 * sysdeps/unix/sysv/linux/configure: Regenerated.
39219
11de3a33
L
392202012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39221
39222 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39223 the `q' suffix from lea and replace .quad with ASM_ADDR.
39224
e02f153a
L
392252012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39226
39227 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39228 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
39229 instead of $17.
39230 (PTR_DEMANGLE): Likewise.
39231
520ae0fd
L
392322012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39233
39234 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39235 (LP_OP): Likewise.
39236 (ASM_ADDR): Likewise.
39237 (RAX_LP): Likewise.
39238 (RBP_LP): Likewise.
39239 (RBX_LP): Likewise.
39240 (RCX_LP): Likewise.
39241 (RDI_LP): Likewise.
39242 (RSI_LP): Likewise.
39243 (RSP_LP): Likewise.
39244 (R8_LP): Likewise.
39245 (R9_LP): Likewise.
39246 (R10_LP): Likewise.
39247 (R10_LP): Likewise.
39248 (R11_LP): Likewise.
39249 (R12_LP): Likewise.
39250 (R13_LP): Likewise.
39251 (R14_LP): Likewise.
39252 (R15_LP): Likewise.
39253
b985be81
L
392542012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39255
39256 * sysdeps/x86_64/x32/dl-machine.h: New file.
39257
6a4888ff
AJ
392582012-05-14 Andreas Jaeger <aj@suse.de>
39259
39260 * manual/Makefile (subdir): Remove export of subdir.
39261 (all): Remove target.
39262 (.PHONY): Remove all from list.
39263 (mkinstalldirs): Remove.
39264 (.PHONY): Remove installdirs from list.
39265 ($(inst_infodir)/libc.info): Use make-target-directory.
39266 (installdirs): Remove.
39267 (subdir_%): Remove.
39268 (glibc-targets): Remove.
39269 (lib): Remove.
39270 (stubs): Remove.
39271 ($(objpfx)stubs ../po/manual.pot): Remove.
39272 ($(objpfx)stamp%): Remove.
39273 (make-target-directory): Remove.
39274 (subdir_install): Remove.
39275 (routines): Remove.
39276 (aux): Remove.
39277 (sources): Remove.
39278 (objects): Remove.
39279 (headers): Remove.
39280
39281 [BZ #13750]
39282 * manual/.gitignore: Remove, it's not needed anymore.
39283 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39284 all files in it.
39285 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39286 directory.
39287 (texis): Renamed to $(objpfx)texis.
39288 (texis-path): New, contains path to generated files.
39289 (chapters.%): Use texis-path for complete path, add extra argument
39290 libc-texinfo.sh.
39291 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39292 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39293 (summary,texi, stamp-summary): Use complete path of
39294 files. Generate files in build dir.
39295 (dir-add.texi): Build in build dir.
39296 (libm-err.texi,stamp-libm-err): Likewise.
39297 (version.texi, stamp-version): Likewise.
39298 (.%c.texi): Likewise.
39299 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39300 (mostlyclean): Remove target.
39301 (realclean): Remove target.
39302 (generated): Add new variable with contents from mostlyclean and
39303 realclean, remove entries duplicated in common-mostlyclean, add
39304 stamp-libm-err and stamp-version.
39305 (generated-dirs): Add libc directory.
39306 ($(inst_infodir)/libc.info): Install files from build dir.
39307
39308 * manual/install.texi (Configuring and compiling): Adjust since
39309 the info files are not part of the tar ball anymore.
39310
7ac77294
AJ
393112012-05-14 Andreas Jaeger <aj@suse.de>
39312
39313 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39314 variable.
39315
ffb7875d
JM
393162012-05-14 Joseph Myers <joseph@codesourcery.com>
39317
39318 [BZ #13717]
39319 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39320 to 2.2.0 where earlier.
39321 * sysdeps/unix/sysv/linux/configure: Regenerated.
39322 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39323 Remove conditional code.
39324 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39325 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39326 Remove conditional code.
39327 [!__NR_lchown]: Likewise.
39328 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39329 [__NR_lchown]: Likewise.
39330 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39331 comment referencing __ASSUME_LCHOWN_SYSCALL.
39332 * sysdeps/unix/sysv/linux/i386/sigaction.c
39333 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39334 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39335 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39336 Remove conditional code.
39337 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39338 (__protocol_available): Remove #if 0 code.
39339 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39340 conditional code.
39341 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39342 * sysdeps/unix/sysv/linux/kernel-features.h
39343 (__ASSUME_GETCWD_SYSCALL): Don't define.
39344 (__ASSUME_REALTIME_SIGNALS): Likewise.
39345 (__ASSUME_PREAD_SYSCALL): Likewise.
39346 (__ASSUME_PWRITE_SYSCALL): Likewise.
39347 (__ASSUME_POLL_SYSCALL): Likewise.
39348 (__ASSUME_LCHOWN_SYSCALL): Likewise.
39349 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39350 non-SPARC.
39351 (__ASSUME_SIOCGIFNAME): Don't define.
39352 (__ASSUME_MSG_NOSIGNAL): Likewise.
39353 (__ASSUME_SENDFILE): Define unconditionally.
39354 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39355 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39356 conditional code.
39357 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39358 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39359 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39360 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39361 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39362 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39363 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39364 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39365 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39366 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39367 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39368 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39369 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39370 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39371 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39372 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39373 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39374 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39375 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39376 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39377 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39378 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39380 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39381 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39382 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39383 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39384 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39385 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39386 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39387 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39388 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39389 Remove conditional code.
39390 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39391 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39392 Remove conditional code.
39393 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39394 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39395 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39396 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39397 Remove conditional code.
39398 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39399 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39400 Remove conditional code.
39401 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39402 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39403 Remove conditional code.
39404 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39405 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39406 Remove conditional code.
39407 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39408 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39409 Remove conditional code.
39410 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39411 * sysdeps/unix/sysv/linux/sh/pwrite64.c
39412 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39413 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39414 * sysdeps/unix/sysv/linux/sigaction.c
39415 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39416 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39417 * sysdeps/unix/sysv/linux/sigpending.c
39418 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39419 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39420 * sysdeps/unix/sysv/linux/sigprocmask.c
39421 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39422 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39423 * sysdeps/unix/sysv/linux/sigsuspend.c
39424 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39425 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39426 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39427 (__libc_missing_rt_sigs): Remove.
39428 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39429 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39430 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39431 Remove conditional code.
39432 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39433 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39434 return 1.
39435 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39436 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39437 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39438 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39439
1bfb7291
AJ
394402012-05-14 Andreas Jaeger <aj@suse.de>
39441
caae5a81
AJ
39442 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39443 it's not used in glibc.
39444 (__coshm1): Likewise.
39445 (__acosh1p): Likewise.
39446 (__sgn): Likewise.
39447
1bfb7291
AJ
39448 * manual/string.texi (Copying and Concatenation): Add missing
39449 variable in concat example.
39450 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39451
c044d724
L
394522012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39453
144c5467 39454 [BZ #14103]
c044d724
L
39455 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39456 __builtin_clzl with __builtin_clzll.
39457
2523c62b
L
394582012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39459
39460 [BZ #14104]
39461 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39462 libc_freeres_ptr.
39463
d7bb4c42
LD
394642012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39465
39466 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39467 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39468 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39469 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39470
9dc4e1fb
MF
394712012-05-14 Mike Frysinger <vapier@gentoo.org>
39472
39473 * NEWS: Update ia64 info.
39474
c7df0112
AS
394752012-05-12 Andreas Schwab <schwab@linux-m68k.org>
39476
39477 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39478 used as bcopy.
39479
dc70356c
TS
394802012-05-12 Thomas Schwinge <thomas@codesourcery.com>
39481
39482 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39483 * sysdeps/unix/syscalls.list (dup3): Likewise.
39484 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39485 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39486
9fb1a21f
L
394872012-05-11 H.J. Lu <hongjiu.lu@intel.com>
39488
39489 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39490 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39491
4822a2a5
L
394922012-05-11 H.J. Lu <hongjiu.lu@intel.com>
39493
39494 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39495 thread pointer.
39496 (TLS_IE): Use mov/add instead of movq/addq to load thread
39497 pointer.
39498 (TLS_GD_PREFIX): New.
39499 (TLS_GD): Use it.
39500
842b81d6
DM
395012012-05-11 David S. Miller <davem@davemloft.net>
39502
39503 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39504 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39505 (_FPU_SETCW): Likewise.
39506
1cf463cd
L
395072012-05-10 H.J. Lu <hongjiu.lu@intel.com>
39508
39509 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39510 is 32-byte aligned.
39511
60cc4a18
AS
395122012-05-11 Andreas Schwab <schwab@linux-m68k.org>
39513
39514 [BZ #11837]
39515 * iconvdata/gb18030.c: Update tables.
39516 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
39517 characters specially.
39518 (BODY for TO_LOOP): Add encoding of missing ranges.
39519
febb44a4
TS
395202012-05-11 Thomas Schwinge <thomas@codesourcery.com>
39521
39522 [BZ #13673]
39523 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
39524 * sysdeps/mach/hurd/dup3.c: Likewise.
39525 * sysdeps/mach/hurd/readlinkat.c: Likewise.
39526 * sysdeps/powerpc/memmove.c:: Likewise.
39527
0a10fb9e
L
395282012-05-10 H.J. Lu <hongjiu.lu@intel.com>
39529
39530 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
39531 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
39532
df8a552f
L
395332012-05-10 H.J. Lu <hongjiu.lu@intel.com>
39534
39535 * elf/elf.h (R_X86_64_RELATIVE64): New.
39536 (R_X86_64_NUM): Updated.
39537 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39538 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
39539 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
39540 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
39541 tst-quad1pie tst-quad2pie
39542 (modules-names): Add tst-quadmod1 tst-quadmod2.
39543 ($(objpfx)tst-quad1): New dependency.
39544 ($(objpfx)tst-quad2): Likewise.
39545 ($(objpfx)tst-quad1pie): Likewise.
39546 ($(objpfx)tst-quad2pie): Likewise.
39547 * sysdeps/x86_64/tst-quad1.c: New file.
39548 * sysdeps/x86_64/tst-quad1pie.c: New file.
39549 * sysdeps/x86_64/tst-quad2.c: Likewise.
39550 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
39551 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
39552 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
39553 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
39554 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
39555
f34d6f84
ST
395562012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39557
f42d41d1
ST
39558 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
39559 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
39560 * streams/stropts.h (t_scalar_t): Define type.
39561
3c3571fc
ST
39562 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
39563 (_PATH_PRESERVE): Set to "/var/lib".
39564 (_PATH_RWHODIR): Set to "/var/spool/rwho".
39565
61f06bd3
ST
39566 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
39567 instead of int.
39568
918d4d71
ST
39569 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
39570 if __dir_mkfile succeeded.
39571
f34d6f84
ST
39572 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
39573 checking for _hurd_dtablesize. Unlock it right after having
39574 finished _hurd_dtable allocation.
39575
10589b4a
TS
395762012-05-10 Thomas Schwinge <thomas@schwinge.name>
39577
674cdbc7
TS
39578 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
39579 * sysdeps/mach/hurd/configure: Regenerated.
39580 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
39581 special-casing to...
39582 * sysdeps/gnu/configure.in: ... this new file.
39583 * sysdeps/unix/sysv/linux/configure: Regenerated.
39584 * sysdeps/gnu/configure: New generated file.
39585
8e41b99f
TS
39586 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
39587 for Linux: use nsec instead of usec, as well as:
39588 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
39589 members of type struct timespec.
39590 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
39591 New macros.
39592 (struct stat64): Likewise.
39593 (_STATBUF_ST_NSEC): New macro.
39594 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
39595
10589b4a
TS
39596 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39597 __strtoul_internal rather than strtoul.
39598
63643c85
PT
395992012-05-10 Pino Toscano <toscano.pino@tiscali.it>
39600
39601 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
39602 and reject them.
39603
3faebe6a
ST
396042012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39605
39606 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
39607 which preserves existing values.
39608 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
39609
c6474b07
PT
396102012-05-10 Pino Toscano <toscano.pino@tiscali.it>
39611
39612 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
39613 TIMEOUT values. Return EINVAL for NFDS values either negative or
39614 greater than FD_SETSIZE.
39615
1043890b
ST
396162012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39617
39618 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
39619 allocated, call __vm_protect to finish enabling the existing space, and
39620 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
39621 allocate the remainder.
39622
37ed8b9b
PT
396232012-05-10 Pino Toscano <toscano.pino@tiscali.it>
39624
39625 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
39626 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
39627
db653660
ST
396282012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39629
37ed8b9b
PT
39630 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
39631 sysdeps/mach/hurd/readlink.c.
b29d4053 39632
db653660
ST
39633 * posix/tst-sysconf.c (posix_options): Only use
39634 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
39635 _POSIX_SYNCHRONIZED_IO when they are defined
39636 * sysdeps/mach/hurd/bits/posix_opt.h:
39637 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
39638 (_XOPEN_REALTIME): Undefine macro.
39639 (_XOPEN_REALTIME_THREADS): Undefine macro.
39640 (_XOPEN_SHM): Undefine macro.
39641 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
39642 macro to -1.
39643 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
39644 macro to -1.
39645 (_POSIX_ASYNC_IO): Undefine macro.
39646 (_POSIX_PRIORITIZED_IO): Undefine macro.
39647 (_POSIX_SPIN_LOCKS): Define macro to -1.
39648
ee16e894
ST
39649 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
39650 SA_NODEFER, SA_RESETHAND.
39651 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
39652 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
39653 F_DUPFD_CLOEXEC.
39654
6103ae3b
TS
396552012-05-10 Thomas Schwinge <thomas@schwinge.name>
39656
39657 * elf/Makefile (pldd-modules): Define unconditionally.
39658
80b4e5f3
TS
396592012-05-10 Thomas Schwinge <thomas@schwinge.name>
39660
39661 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
39662
edadcbd6
ST
396632012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39664
39665 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
39666 Return ENOENT when name is empty.
39667 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
39668
80694780
TS
396692012-05-10 Thomas Schwinge <thomas@schwinge.name>
39670
1792c087
TS
39671 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
39672
80694780
TS
39673 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
39674
6b645f0d
ST
396752012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39676
80694780
TS
39677 Fix mlock in all cases except non-readable pages.
39678 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
39679 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 39680
6b645f0d
ST
39681 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
39682 (__mkdir): When path is `/', just fail with EEXIST.
39683 * sysdeps/mach/hurd/mkdirat.c: Likewise.
39684
e468f8a3
TS
396852012-05-10 Thomas Schwinge <thomas@schwinge.name>
39686
39687 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
39688 <sys/uio.h> (for writev).
39689 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
39690 and <sys/param.h> (for MIN).
39691
a4186cff
PT
396922012-05-10 Pino Toscano <toscano.pino@tiscali.it>
39693
39694 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
39695 REQUESTED_TIME. Properly set the remaining time and return EINTR
39696 if interrupted.
39697
510bbf14
TS
396982012-05-10 Thomas Schwinge <thomas@schwinge.name>
39699
39700 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
39701 Depend on against $(link-rpcuserlibs).
39702
5d5722e8
ST
397032012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39704
a4186cff
PT
39705 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
39706 (__libc_stack_end): Do not use attribute_relro.
39707 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
39708 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 39709 to libthread-provided value.
a4186cff
PT
39710 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
39711 attribute_relro.
5d5722e8 39712
37233df9
TS
397132012-05-10 Thomas Schwinge <thomas@schwinge.name>
39714
be971a2b
TS
39715 [BZ #3748]
39716 * bits/libc-lock.h (__libc_once_get): New macro.
39717 * sysdeps/mach/bits/libc-lock.h: Likewise.
39718 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
39719 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
39720 instead of using implementation details.
39721
37233df9
TS
39722 * libio/fileops.c: Unconditionally include <kernel-features.h>.
39723 * libio/freopen.c: Likewise.
39724 * libio/freopen64.c: Likewise.
39725 * misc/syslog.c: Likewise.
39726 * nscd/connections.c: Likewise.
39727 * nscd/netgroupcache.c: Likewise.
39728 * sysdeps/posix/getcwd.c: Likewise.
39729
38de94a5
RM
397302012-05-10 Roland McGrath <roland@hack.frob.com>
39731
39732 * math/w_ilogbf.c: Add #include <limits.h>.
39733
67530489
ST
397342012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39735
a4186cff 39736 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
39737 path instead of returning without unlocking.
39738
67530489
ST
39739 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
39740 immediate-write ioctls.
39741 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
39742
5aa3a74a
TS
397432012-05-10 Thomas Schwinge <thomas@schwinge.name>
39744
18bad2ae
TS
39745 * sysdeps/mach/hurd/i386/init-first.c (init): Use
39746 __builtin_frame_address instead of making assumptions about the
39747 location of the return address relative to DATA. Force early load of
39748 the return address.
39749 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
39750 __builtin_frame_address.
39751
5aa3a74a
TS
39752 dup3 for GNU Hurd.
39753 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
39754 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
39755 implement dup3 and do some further code clean-ups.
39756 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
39757 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
39758
ecd0de9a
ST
397592012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39760
cd9fa985
ST
39761 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
39762
a4186cff
PT
39763 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
39764 HURD_CRITICAL_END around holding _hurd_dtable_lock.
39765 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
39766 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
39767 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
39768 d->port.lock.
802ca5a5 39769
a4186cff
PT
39770 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
39771 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
39772 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 39773
bcf55240
TS
397742012-05-10 Thomas Schwinge <thomas@schwinge.name>
39775
6960eb42
TS
39776 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
39777 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
39778 definitions.
39779
eb43375f
TS
39780 accept4 for GNU Hurd.
39781 * include/sys/socket.h (__libc_accept4): New prototype.
39782 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
39783 to implement __libc_accept4.
39784 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
39785 __libc_accept4.
39786 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
39787
bcf55240
TS
39788 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
39789 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
39790 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
39791 signal-defines.sym.
39792
6178c55b
ST
397932012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39794
a4186cff 39795 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 39796
6f080c2f
TS
397972012-05-10 Thomas Schwinge <thomas@schwinge.name>
39798
39799 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
39800 assertion on O_CLOEXEC flag.
39801 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
39802 * hurd/intern-fd.c: Likewise.
39803 * hurd/port2fd.c: Likewise.
39804
bcfe3a54
ST
398052012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
39806
39807 [BZ #3906]
39808 * bits/in.h (IPV6_PKTINFO): Define new macro.
39809 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
39810
89c9aa49
AZ
398112012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39812
39813 [BZ #13954]
39814 [BZ #13955]
39815 [BZ #13956]
39816 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
39817 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
39818 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
39819 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
39820 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
39821 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
39822 * math/libm-test.inc (logb_test) : Additional logb tests.
39823
021db4be
AJ
398242012-05-09 Andreas Schwab <schwab@linux-m68k.org>
39825 Andreas Jaeger <aj@suse.de>
39826
39827 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
39828 * configure: Regenerated.
39829 * config.h.in (LINK_OBSOLETE_RPC): New macro.
39830 * config.make.in (link-obsolete-rpc): New substituted variable.
39831 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
39832 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
39833 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
39834 (shared-only-routines): Don't set it under [link-obsolete-rpc],
39835 so that libc.a contains the symbols.
39836 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
39837 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
39838 * sunrpc/auth_none.c: Likewise.
39839 * sunrpc/auth_unix.c: Likewise.
39840 * sunrpc/authdes_prot.c: Likewise.
39841 * sunrpc/authuxprot.c: Likewise.
39842 * sunrpc/clnt_gen.c: Likewise.
39843 * sunrpc/clnt_perr.c: Likewise.
39844 * sunrpc/clnt_raw.c: Likewise.
39845 * sunrpc/clnt_simp.c: Likewise.
39846 * sunrpc/clnt_tcp.c: Likewise.
39847 * sunrpc/clnt_udp.c: Likewise.
39848 * sunrpc/clnt_unix.c: Likewise.
39849 * sunrpc/des_crypt.c: Likewise.
39850 * sunrpc/des_soft.c: Likewise.
39851 * sunrpc/get_myaddr.c: Likewise.
39852 * sunrpc/key_call.c: Likewise.
39853 * sunrpc/key_prot.c: Likewise.
39854 * sunrpc/netname.c: Likewise.
39855 * sunrpc/pm_getmaps.c: Likewise.
39856 * sunrpc/pm_getport.c: Likewise.
39857 * sunrpc/pmap_clnt.c: Likewise.
39858 * sunrpc/pmap_prot.c: Likewise.
39859 * sunrpc/pmap_prot2.c: Likewise.
39860 * sunrpc/pmap_rmt.c: Likewise.
39861 * sunrpc/publickey.c: Likewise.
39862 * sunrpc/rpc_cmsg.c: Likewise.
39863 * sunrpc/rpc_common.c: Likewise.
39864 * sunrpc/rpc_dtable.c: Likewise.
39865 * sunrpc/rpc_prot.c: Likewise.
39866 * sunrpc/rpc_thread.c: Likewise.
39867 * sunrpc/rtime.c: Likewise.
39868 * sunrpc/svc.c: Likewise.
39869 * sunrpc/svc_auth.c: Likewise.
39870 * sunrpc/svc_raw.c: Likewise.
39871 * sunrpc/svc_run.c: Likewise.
39872 * sunrpc/svc_tcp.c: Likewise.
39873 * sunrpc/svc_udp.c: Likewise.
39874 * sunrpc/svc_unix.c: Likewise.
39875 * sunrpc/svcauth_des.c: Likewise.
39876 * sunrpc/xcrypt.c: Likewise.
39877 * sunrpc/xdr.c: Likewise.
39878 * sunrpc/xdr_array.c: Likewise.
39879 * sunrpc/xdr_float.c: Likewise.
39880 * sunrpc/xdr_intXX_t.c: Likewise.
39881 * sunrpc/xdr_mem.c: Likewise.
39882 * sunrpc/xdr_rec.c: Likewise.
39883 * sunrpc/xdr_ref.c: Likewise.
39884 * sunrpc/xdr_sizeof.c: Likewise.
39885 * sunrpc/xdr_stdio.c: Likewise.
39886
b5c086a2
RM
398872012-05-10 Roland McGrath <roland@hack.frob.com>
39888
39889 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
39890 change. Update copyright years.
39891
6d74dd09
JM
398922012-05-10 Joseph Myers <joseph@codesourcery.com>
39893
39894 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
39895
28e72501
MK
398962012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
39897 Joseph Myers <joseph@codesourcery.com>
39898 Paul Pluzhnikov <ppluzhnikov@google.com>
39899
39900 [BZ #14012]
39901 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
39902 requiring rpcgen.
39903 [cross-compiling] (extra-libs): Likewise.
39904 [cross-compiling] (extra-libs-others): Likewise.
39905 [cross-compiling] (librpcsvc-routines): Likewise.
39906 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
39907 [cross-compiling] (omit-deps): Likewise.
39908 (sunrpc-CPPFLAGS): New variable.
39909 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
39910 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
39911 (cross-rpcgen-objs): New variable.
39912 (extra-objs): Append $(cross-rpcgen-objs).
39913 ($(cross-rpcgen-objs)): New rule.
39914 ($(objpfx)cross-rpcgen): Likewise.
39915 (rpcgen-cmd): Define to use $(built-program-file). Expand
39916 comment.
39917 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
39918 ($(objpfx)x%.stmp): Likewise.
39919 * sunrpc/proto.h [IS_IN_build] (_): Define.
39920 [IS_IN_build] (_libc_intl_domainname): Likewise.
39921
c8c59454
L
399222012-05-10 H.J. Lu <hongjiu.lu@intel.com>
39923
39924 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
39925 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
39926 and R_X86_64_TPOFF64.
39927
6f27cd16
JM
399282012-05-10 Joseph Myers <joseph@codesourcery.com>
39929
39930 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
39931 sysdeps/unix/sysv/syscalls.list.
39932 (stime): Likewise.
39933 (utime): Likewise.
39934 * sysdeps/unix/sysv/syscalls.list: Remove file.
39935
02467e1c
PE
399362012-05-10 Paul Eggert <eggert@cs.ucla.edu>
39937
39938 [BZ #3440]
39939 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
39940 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
39941 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
39942 (__LC_IDENTIFICATION): Make these macros useful in #if
39943 expressions, as required by C99.
39944
da392631
AS
399452012-05-10 Andreas Schwab <schwab@linux-m68k.org>
39946
39947 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
39948 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
39949 after this.
39950
8115f29b
L
399512012-05-09 H.J. Lu <hongjiu.lu@intel.com>
39952
39953 * stdlib/longlong.h: Updated from GCC.
39954
bdd74070
AJ
399552012-05-09 Andreas Jaeger <aj@suse.de>
39956
edfe0dbe
AJ
39957 * nscd/nscd.c (run_modes): Make named enum, reorder so that
39958 default is first entry.
39959 (run_mode): Set type.
39960 (main): Remove informal message about syslog.
39961 (options): Fix typo.
39962
bcfe3a54
ST
39963 [BZ #14053]
39964 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 39965 to asm.
bcfe3a54
ST
39966 (lrint): Likewise.
39967 (llrintf): Likewise.
39968 (llrint): Likewise.
39969 (rint): Likewise.
39970 (rintf): Likewise.
39971 (nearbyint): Likewise.
39972 (nearbyintf): Likewise.
bdd74070 39973
91d8d69e
AJ
399742012-05-09 Andreas Jaeger <aj@suse.de>
39975 Pedro Alves <palves@redhat.com>
39976
39977 * nscd/nscd.c (run_mode): Use enum.
39978 (main): Cleanup coding style issue.
39979
bb90b80b
AJ
399802012-05-09 Alexandre Oliva <aoliva@redhat.com>
39981 Andreas Jaeger <aj@suse.de>
39982
bcfe3a54
ST
39983 * nscd/nscd.c (go_background): Replaced with...
39984 (run_mode): ... this.
bb90b80b 39985 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
39986 (options): Add -F --foreground.
39987 (main): Implement it.
39988 (parse_opt): Parse it.
bb90b80b 39989
1a4b75a1
AJ
399902012-05-09 Andreas Jaeger <aj@suse.de>
39991
39992 [BZ #14083]
39993 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
39994 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
39995 -Wconversion warning.
39996 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
39997 Likewise.
39998
b1cc2472
JM
399992012-05-09 Joseph Myers <joseph@codesourcery.com>
40000
40001 * conform/data/locale.h-data (NULL): Use macro-constant. Require
40002 == 0.
40003 (LC_ALL): Use macro-int-constant.
40004 (LC_COLLATE): Likewise.
40005 (LC_CTYPE): Likewise.
40006 (LC_MESSAGES): Likewise.
40007 (LC_MONETARY): Likewise.
40008 (LC_NUMERIC): Likewise.
40009 (LC_TIME): Likewise.
40010 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40011 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40012 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40013 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40014 Specify type.
40015 [C99-based standards] (float_t): Expect type.
40016 [C99-based standards] (double_t): Expect type.
40017 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
40018 type.
40019 [C99-based standards] (HUGE_VALL): Likewise.
40020 [C99-based standards] (INFINITY): Likewise.
40021 [C99-based standards] (NAN): Likewise.
40022 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40023 [C99-based standards] (FP_NAN): Likewise.
40024 [C99-based standards] (FP_NORMAL): Likewise.
40025 [C99-based standards] (FP_SUBNORMAL): Likewise.
40026 [C99-based standards] (FP_ZERO): Likewise.
40027 [C99-based standards] (FP_FAST_FMA): Use
40028 optional-macro-int-constant. Specify type. Require == 1.
40029 [C99-based standards] (FP_FAST_FMAF): Likewise.
40030 [C99-based standards] (FP_FAST_FMAL): Likewise.
40031 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40032 [C99-based standards] (FP_ILOGBNAN): Likewise.
40033 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40034 Specify type.
40035 [C99-based standards] (MATH_ERREXCEPT): Likewise.
40036 [C99-based standards] (math_errhandling): Specify type.
40037 [ISO99 || ISO11] (signgam): Do not allow.
40038 [non-C99-based standards] (copysignf): Do not allow.
40039 [non-C99-based standards] (exp2f): Likewise.
40040 [non-C99-based standards] (log2f): Likewise.
40041 [non-C99-based standards] (modff): Allow.
40042 [non-C99-based standards] (erff): Do not allow.
40043 [non-C99-based standards] (erfcf): Likewise.
40044 [non-C99-based standards] (gammaf): Likewise.
40045 [non-C99-based standards] (hypotf): Likewise.
40046 [non-C99-based standards] (j0f): Likewise.
40047 [non-C99-based standards] (j1f): Likewise.
40048 [non-C99-based standards] (jnf): Likewise.
40049 [non-C99-based standards] (lgammaf): Likewise.
40050 [non-C99-based standards] (tgammaf): Likewise.
40051 [non-C99-based standards] (y0f): Likewise.
40052 [non-C99-based standards] (y1f): Likewise.
40053 [non-C99-based standards] (ynf): Likewise.
40054 [non-C99-based standards] (isnanf): Likewise.
40055 [non-C99-based standards] (acoshf): Likewise.
40056 [non-C99-based standards] (asinhf): Likewise.
40057 [non-C99-based standards] (atanhf): Likewise.
40058 [non-C99-based standards] (cbrtf): Likewise.
40059 [non-C99-based standards] (expm1f): Likewise.
40060 [non-C99-based standards] (ilogbf): Likewise.
40061 [non-C99-based standards] (log1pf): Likewise.
40062 [non-C99-based standards] (logbf): Likewise.
40063 [non-C99-based standards] (nextafterf): Likewise.
40064 [non-C99-based standards] (remainderf): Likewise.
40065 [non-C99-based standards] (rintf): Likewise.
40066 [non-C99-based standards] (scalbf): Likewise.
40067 [non-C99-based standards] (copysignl): Likewise.
40068 [non-C99-based standards] (exp2l): Likewise.
40069 [non-C99-based standards] (log2l): Likewise.
40070 [non-C99-based standards] (modfl): Allow.
40071 [non-C99-based standards] (erfl): Do not allow.
40072 [non-C99-based standards] (erfcl): Likewise.
40073 [non-C99-based standards] (gammal): Likewise.
40074 [non-C99-based standards] (hypotl): Likewise.
40075 [non-C99-based standards] (j0l): Likewise.
40076 [non-C99-based standards] (j1l): Likewise.
40077 [non-C99-based standards] (jnl): Likewise.
40078 [non-C99-based standards] (lgammal): Likewise.
40079 [non-C99-based standards] (tgammal): Likewise.
40080 [non-C99-based standards] (y0l): Likewise.
40081 [non-C99-based standards] (y1l): Likewise.
40082 [non-C99-based standards] (ynl): Likewise.
40083 [non-C99-based standards] (isnanl): Likewise.
40084 [non-C99-based standards] (acoshl): Likewise.
40085 [non-C99-based standards] (asinhl): Likewise.
40086 [non-C99-based standards] (atanhl): Likewise.
40087 [non-C99-based standards] (cbrtl): Likewise.
40088 [non-C99-based standards] (expm1l): Likewise.
40089 [non-C99-based standards] (ilogbl): Likewise.
40090 [non-C99-based standards] (log1pl): Likewise.
40091 [non-C99-based standards] (logbl): Likewise.
40092 [non-C99-based standards] (nextafterl): Likewise.
40093 [non-C99-based standards] (remainderl): Likewise.
40094 [non-C99-based standards] (rintl): Likewise.
40095 [non-C99-based standards] (scalbl): Likewise.
40096 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40097 [non-C99-based standards] (FP_*): Do not allow.
40098 [C99-based standards] (FP_*): Change to
40099 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40100 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40101 allow.
40102 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40103 (SIG_ERR): Likewise.
40104 [X/Open-based standards] (SIG_HOLD): Likewise.
40105 (SIG_IGN): Likewise.
40106 (SIGABRT): Use macro-int-constant. Specify type. Require
40107 positive value.
40108 (SIGFPE): Likewise.
40109 (SIGILL): Likewise.
40110 (SIGINT): Likewise.
40111 (SIGSEGV): Likewise.
40112 (SIGTER): Likewise.
40113 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40114 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40115 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40116 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40117 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40118 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40119 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40120 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40121 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40122 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40123 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40124 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40125 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40126 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40127 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40128 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40129 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40130 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40131 [X/Open-based standards] (SIGTRAP): Likewise.
40132 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40133 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40134 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40135 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40136 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40137 allow.
40138
b9f1922d
IW
401392012-05-08 Ian Wienand <ianw@vmware.com>
40140
40141 [BZ #14080]
40142 * time/tzset.c (__tzset_parse_tz): Update default rules for
40143 daylight time changes in the Energy Policy Act of 2005.
40144
1db86e88
AJ
401452012-05-09 Andreas Jaeger <aj@suse.de>
40146
40147 [BZ #13983]
40148 * elf/ldconfig.c (parse_conf): Change string to make clear that
40149 ldconfig only issued a warning if ld.so.conf does not exist.
40150
dee4a4e3
DM
401512012-05-08 David S. Miller <davem@davemloft.net>
40152
ee0db190
DM
40153 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40154 movxtod instead of popping the value on the stack.
40155
dee4a4e3
DM
40156 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40157
6a43ec98
CD
401582012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
40159
40160 * config.h.in: Add HAVE_ARM_PCS_VFP.
40161
05c2c961
RMG
401622012-05-08 Roland Mc Grath <roland@hack.frob.com>
40163
bcfe3a54
ST
40164 [BZ #13979]
40165 * include/features.h: Warn if user requests __FORTIFY_SOURCE
40166 checking but the checks are disabled for any reason.
05c2c961 40167
4b30f61a
L
401682012-05-08 H.J. Lu <hongjiu.lu@intel.com>
40169
40170 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40171 and ELF64_R_TYPE with ELFW(R_TYPE).
40172
eee2bc67
JM
401732012-05-08 Joseph Myers <joseph@codesourcery.com>
40174
7ea5391a
JM
40175 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40176 (ulimit): Likewise.
40177
eee2bc67
JM
40178 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40179 (settimeofday): Likewise.
40180
abb66a67
MF
401812012-05-08 Mike Frysinger <vapier@gentoo.org>
40182
40183 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
40184 a struct th_u2 inside the union, and move tu_block/tu_code into
40185 a new th_u3 union of tu_block/tu_code inside of that. Move
40186 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
40187 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
40188 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40189 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40190 (th_stuff): Change to th_u1.tu_stuff.
40191 (th_data): Define.
40192 (th_msg): Change to th_u1.th_u2.tu_data.
40193
7f18b530
DM
401942012-05-07 David S. Miller <davem@davemloft.net>
40195
05760585
DM
40196 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40197
7f18b530
DM
40198 [BZ #14074]
40199 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40200 (SETUP_PIC_REG): Use it.
40201 (SETUP_PIC_REG_LEAF): Use it.
40202
495fd99f
JM
402032012-05-07 Joseph Myers <joseph@codesourcery.com>
40204
40205 [BZ #13885]
40206 [BZ #13923]
40207 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40208 USE_AS_EXPM1L.
40209 (EXPL_FINITE): Likewise.
40210 (FLDLOG): Likewise.
40211 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40212 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40213 e_expl.S.
40214 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40215 USE_AS_EXPM1L.
40216 (EXPL_FINITE): Likewise.
40217 (FLDLOG): Likewise.
40218 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40219 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40220 e_expl.S.
40221 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
40222 test of -max_value argument for long double.
40223 * sysdeps/i386/fpu/libm-test-ulps: Update.
40224 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40225
6693d694
DM
402262012-05-06 David S. Miller <davem@davemloft.net>
40227
40228 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40229 quad soft-float symbols whose references which are compiler
40230 generated.
40231 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40232
6c23e11c
JM
402332012-05-06 Joseph Myers <joseph@codesourcery.com>
40234
d8b82cad
JM
40235 [BZ #13884]
40236 [BZ #13914]
40237 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40238 USE_AS_EXP10L.
40239 (EXPL_FINITE): Likewise.
40240 (FLDLOG): Likewise.
40241 (c0): Likewise.
40242 (c1): Likewise.
40243 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
40244 Adjust comments for base varying.
40245 (__expl_finite): Change alias to EXPL_FINITE.
40246 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40247 e_expl.S.
40248 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40249 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40250 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40251 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40252 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40253 USE_AS_EXP10L.
40254 (EXPL_FINITE): Likewise.
40255 (FLDLOG): Likewise.
40256 (c0): Likewise.
40257 (c1): Likewise.
40258 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
40259 Adjust comments for base varying.
40260 (__expl_finite): Change alias to EXPL_FINITE.
40261 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
40262 tests for bugs.
40263 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40264
6c23e11c
JM
40265 [BZ #14064]
40266 * math/libm-test.inc (check_float_internal): Correct ulp
40267 calculation for subnormal expected results.
40268
29ba805c
AJ
402692012-05-06 Andreas Jaeger <aj@suse.de>
40270
40271 * Makeconfig (+math-flags): New, set to -frounding-math.
40272 (+cflags): Add +math-flags so that all of glibc gets compiled with
40273 it.
40274
40275 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40276
7b17aeda
JM
402772012-05-05 Joseph Myers <joseph@codesourcery.com>
40278
5779f134
JM
40279 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40280 Disable one test.
40281
41498f4d
JM
40282 [BZ #13787]
40283 [BZ #13922]
40284 [BZ #14036]
40285 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40286 (__ieee754_expl): Allow for and saturate large arguments.
40287 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40288 (u_threshold): Likewise.
40289 (__exp): Call __ieee754_exp before checking for overflow and
40290 underflow.
40291 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40292 (u_threshold): Likewise.
40293 (__expf): Call __ieee754_expf before checking for overflow and
40294 underflow.
40295 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40296 (u_threshold): Likewise.
40297 (__expl): Call __ieee754_expl before checking for overflow and
40298 underflow.
40299 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40300 (__ieee754_expl): Allow for and saturate large arguments.
40301 * math/libm-test.inc (exp_test): Add another test. Do not allow
40302 missing overflow exception on overflow.
40303 (expm1_test): Do not allow missing overflow exception on overflow.
40304
6698b8bf
JM
40305 * sysdeps/i386/fpu/e_expl.c: Move to ...
40306 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
40307 rather than using inline asm.
40308 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40309 * sysdeps/x86_64/fpu/e_expl.S: Copy from
40310 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40311
7b17aeda
JM
40312 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40313 (nice): Likewise.
40314 (poll): Likewise.
40315 (signal): Likewise.
40316 (time): Likewise.
40317 (times): Likewise.
40318
f7c85819
JM
403192012-05-04 Joseph Myers <joseph@codesourcery.com>
40320
40321 * sysdeps/unix/syscalls.list (adjtime): Add entry from
40322 sysdeps/unix/common/syscalls.list.
40323 (fchmod): Likewise.
40324 (fchown): Likewise.
40325 (ftruncate): Likewise.
40326 (getrusage): Likewise.
40327 (gettimeofday): Likewise.
40328 (setpgid): Likewise.
40329 (setregid): Likewise.
40330 (setreuid): Likewise.
40331 (sigaction): Likewise.
40332 (truncate): Likewise.
40333 (vhangup): Likewise.
40334 * sysdeps/unix/common/syscalls.list: Remove file.
40335 * sysdeps/unix/bsd/Implies: Don't include unix/common.
40336 * sysdeps/unix/sysv/linux/Implies: Likewise.
40337
336270d0
L
403382012-05-04 H.J. Lu <hongjiu.lu@intel.com>
40339
40340 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40341 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40342 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40343 Moved to ...
40344 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40345 Here.
40346 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40347 to ...
40348 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40349 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40350 to ...
40351 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40352 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40353 to ...
40354 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40355 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40356 to ...
40357 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40358 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40359 to ...
40360 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40361 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40362 to ...
40363 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40364 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40365 to ...
40366 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40367 Here.
40368 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40369 to ...
40370 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40371 Here.
40372 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40373 to ...
40374 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40375 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40376 Moved to ...
40377 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40378 Here.
40379 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40380 to ...
40381 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40382
d128e450
JM
403832012-05-04 Joseph Myers <joseph@codesourcery.com>
40384
fa8ee516
JM
40385 * sysdeps/unix/common/bits/dirent.h: Remove file.
40386 * sysdeps/unix/common/bits/fcntl.h: Likewise.
40387
d128e450
JM
40388 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40389 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40390 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40391 * sysdeps/unix/bsd/isatty.c: Likewise.
40392 * sysdeps/unix/bsd/tcdrain.c: Likewise.
40393 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40394 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40395
ff8faaf0 403962012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 40397
62881be4 40398 [BZ #13563]
31dc8730
AZ
40399 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40400 long double comparison inaccuracies.
40401 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40402 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40403
6fef930c
AS
404042012-05-04 Andreas Schwab <schwab@linux-m68k.org>
40405
40406 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40407 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40408
8f203e6c
JM
404092012-05-04 Joseph Myers <joseph@codesourcery.com>
40410
40411 [BZ #14049]
40412 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40413 nonzero digits before rounding a hex value.
40414 * stdlib/tst-strtod.c (tests): Add another test.
40415
5197d9c2
AK
404162012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40417
40418 * sysdeps/s390/fpu/libm-test-ulps: Update.
40419
f0c1dedf
AJ
404202012-05-03 Andreas Jaeger <aj@suse.de>
40421
40422 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40423 does not get optimized out.
40424 (malloc_opt_barrier): New.
40425
a65ef2ae 404262012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 40427 Roland McGrath <roland@hack.frob.com>
a65ef2ae 40428
2b942cb7 40429 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 40430 intermediate file deletion.
2b942cb7 40431 (generated): Add .symlist files.
a65ef2ae 40432
54b71e02
JM
404332012-05-03 Joseph Myers <joseph@codesourcery.com>
40434
40435 [BZ #13775]
40436 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40437 Redirect under this condition.
40438 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40439 [__USE_GNU] (__dprintf_chk): Not under this condition.
40440 [__USE_GNU] (__vdprintf_chk): Likewise.
40441 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40442 under this condition.
40443 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40444 [__USE_XOPEN2K8] (dprintf): Define under this condition.
40445 [__USE_XOPEN2K8] (vdprintf): Likewise.
40446 [__USE_GNU] (__dprintf_chk): Not under this condition.
40447 [__USE_GNU] (__vdprintf_chk): Likewise.
40448 [__USE_GNU] (dprintf): Likewise.
40449 [__USE_GNU] (vdprintf): Likewise.
40450
d3dfcc41
RM
404512012-05-03 Roland McGrath <roland@hack.frob.com>
40452
40453 * elf/Makefile (common-generated): Set this instead of generated for
40454 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
40455 $(all-built-dso)-derived lists.
40456
7ac30cc5
AJ
404572012-05-03 Andreas Jaeger <aj@suse.de>
40458
0c51e550
AJ
40459 * sysdeps/i386/fpu/libm-test-ulps: Update.
40460
7ac30cc5
AJ
40461 * FAQ: Removed.
40462 * FAQ.in: Likewise.
40463 * scripts/gen-FAQ.pl: Likewise.
40464 * manual/install.texi (Installation): Point to online location of
40465 FAQ.
40466 * Makefile (files-for-dist): Remove FAQ.
40467 (FAQ): Remove.
40468
d4c2917f
AM
404692012-05-02 Allan McRae <allan@archlinux.org>
40470
40471 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40472 (LDFLAGS-reldepmod5.so): Likewise.
40473 (LDFLAGS-reldep6mod1.so): Likewise.
40474 (LDFLAGS-reldep6mod4.so): Likewise.
40475 (LDFLAGS-reldep8mod3.so): Likewise.
40476 (LDFLAGS-unload4mod1.so): Likewise.
40477 (LDFLAGS-unload4mod2.so): Likewise.
40478 (LDFLAGS-tst-initorder): Likewise.
40479 (LDFLAGS-tst-initordera2.so): Likewise.
40480 (LDFLAGS-tst-initordera3.so): Likewise.
40481 (LDFLAGS-tst-initordera4.so): Likewise.
40482 (LDFLAGS-tst-initorderb2.so): Likewise.
40483 (LDFLAGS-noload): Likewise.
40484 (LDFLAGS-next): Likewise.
40485 (LDFLAGS-order2mod1.so): Likewise.
40486 (LDFLAGS-order2mod2.so): Likewise.
40487 (LDFLAGS-tst-initorder2): Likewise.
40488 (LDFLAGS-tst-initorder2a.so): Likewise.
40489 (LDFLAGS-tst-initorder2b.so): Likewise.
40490 (LDFLAGS-tst-initorder2c.so): Likewise.
40491 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40492
d77f993f
DM
404932012-05-02 David S. Miller <davem@davemloft.net>
40494
40495 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40496
171a70b4
PP
404972012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
40498
40499 [BZ #14055]
40500 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40501
0be196ad
AJ
405022012-05-02 Andreas Jaeger <aj@suse.de>
40503
40504 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40505 since we manipulate rounding mode.
40506 (CPPFLAGS-test-idouble.c): Likewise.
40507 (CPPFLAGS-test-ifloat.c): Likewise.
40508 (CFLAGS-test-ldouble.c): Likewise.
40509 (CFLAGS-test-double.c): Likewise.
40510 (CFLAGS-test-float.c): Likewise.
40511 (CFLAGS-test-misc.c): Likewise.
40512 (CFLAGS-test-test-fenv.c): Likewise.
40513
4f9d04aa
AZ
405142012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40515
2b942cb7
RM
40516 [BZ #2550]
40517 [BZ #2570]
40518 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
40519 comparisons to determine direction to adjust input.
4f9d04aa 40520
82a79e7d
RM
405212012-05-01 Roland McGrath <roland@hack.frob.com>
40522
f5a01ca9
RM
40523 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
40524 output to the target.
40525
90fe4186
RM
40526 * scripts/localplt.awk: New file.
40527 * elf/Makefile ($(objpfx)check-localplt): Target removed.
40528 (check-localplt-CFLAGS): Variable removed.
40529 ($(all-built-dso:=.jmprel)): New static pattern rule.
40530 (generated): Add those targets.
40531 (localplt-built-dso): New variable.
40532 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
40533
40534 * elf/check-localplt.c: File removed.
40535
82397ed6
RM
40536 * scripts/check-execstack.awk: New file.
40537 * elf/Makefile ($(objpfx)check-execstack): Target removed.
40538 (check-execstack-CFLAGS): Variable removed.
40539 ($(objpfx)check-execstack.h): Target removed.
40540 ($(objpfx)execstack-default): New target.
40541 (generated): Add that instead of check-execstack.h.
40542 ($(all-built-dso:=.phdr)): New static pattern rule.
40543 (generated): Add those targets.
40544 * elf/check-execstack.c: File removed.
40545
82a79e7d
RM
40546 * scripts/check-textrel.awk: New file.
40547 * elf/Makefile ($(objpfx)check-textrel): Target removed.
40548 (check-textrel-CFLAGS): Variable removed.
40549 (all-built-dso): Use := to define.o
40550 ($(all-built-dso:=.dyn)): New static pattern rule.
40551 (generated): Add those targets.
40552 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
40553 * config.make.in (READELF): New substituted variable.
40554 * elf/check-textrel.c: File removed.
40555
62fde54f 405562012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 40557
615605c9
JM
40558 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40559 allow.
40560 * conform/data/ctype.h-data [C99-based standards] (isblank):
40561 Expect function.
40562 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
40563 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
40564 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40565 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
40566 Specify type. Require positive value.
40567 (EILSEQ): Likewise.
40568 (ERANGE): Likewise.
40569 [ISO || POSIX] (EILSEQ): Do not expect.
40570 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
40571 Specify type. Require positive value.
40572 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
40573 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
40574 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
40575 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
40576 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
40577 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
40578 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
40579 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
40580 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
40581 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
40582 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
40583 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
40584 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
40585 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
40586 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
40587 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
40588 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
40589 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
40590 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
40591 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
40592 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
40593 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
40594 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
40595 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
40596 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
40597 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
40598 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
40599 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
40600 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
40601 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
40602 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
40603 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
40604 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
40605 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
40606 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
40607 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
40608 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
40609 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
40610 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
40611 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
40612 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
40613 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
40614 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
40615 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
40616 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
40617 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
40618 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
40619 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
40620 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
40621 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
40622 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
40623 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
40624 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
40625 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
40626 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
40627 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
40628 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
40629 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
40630 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
40631 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
40632 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
40633 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
40634 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
40635 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
40636 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
40637 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
40638 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
40639 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
40640 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
40641 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
40642 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
40643 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
40644 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
40645 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
40646 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
40647 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
40648 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
40649 Require >= 2.
40650 (FLT_ROUNDS): Expect as macro, not constant.
40651 (FLT_MANT_DIG): Use macro-int-constant.
40652 (DBL_MANT_DIG): Likewise.
40653 (LDBL_MANT_DIG): Likewise.
40654 (FLT_DIG): Likewise.
40655 (DBL_DIG): Likewise.
40656 (LDBL_DIG): Likewise.
40657 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
40658 (DBL_MIN_EXP): Likewise.
40659 (LDBL_MIN_EXP): Likewise.
40660 (FLT_MAX_EXP): Use macro-int-constant.
40661 (DBL_MAX_EXP): Likewise.
40662 (LDBL_MAX_EXP): Likewise.
40663 (FLT_MAX_10_EXP): Likewise.
40664 (DBL_MAX_10_EXP): Likewise.
40665 (LDBL_MAX_10_EXP): Likewise.
40666 (FLT_MAX): Use macro-constant.
40667 (DBL_MAX): Likewise.
40668 (LDBL_MAX): Likewise.
40669 (FLT_EPSILON): Use macro-constant. Give upper bound.
40670 (DBL_EPSILON): Likewise.
40671 (LDBL_EPSILON): Likewise.
40672 (FLT_MIN): Likewise.
40673 (DBL_MIN): Likewise.
40674 (LDBL_MIN): Likewise.
40675 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
40676 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
40677 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
40678 [ISO11] (FLT_HAS_SUBNORM): Likewise.
40679 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
40680 [ISO11] (DBL_DECIMAL_DIG): Likewise.
40681 [ISO11] (FLT_DECIMAL_DIG): Likewise.
40682 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
40683 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
40684 [ISO11] (FLT_TRUE_MIN): Likewise.
40685 [ISO11] (LDBL_TRUE_MIN): Likewise.
40686 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40687 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
40688 (SCHAR_MIN): Use macro-int-constant. Specify type.
40689 (SCHAR_MAX): Likewise.
40690 (UCHAR_MAX): Likewise.
40691 (CHAR_MIN): Likewise.
40692 (CHAR_MAX): Likewise.
40693 (MB_LEN_MAX): Use macro-int-constant.
40694 (SHRT_MIN): Use macro-int-constant. Specify type.
40695 (SHRT_MAX): Likewise.
40696 (USHRT_MAX): Likewise.
40697 (INT_MAX): Likewise.
40698 (INT_MIN): Use macro-int-constant. Specify type. Make upper
40699 bound negative.
40700 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
40701 bound with "U".
40702 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
40703 bound with "L".
40704 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
40705 bound negative. Suffix upper bound with "L".
40706 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
40707 bound with "UL".
40708 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
40709 Specify type.
40710 [C99-based standards] (LLONG_MAX): Likewise.
40711 [C99-based standards] (ULLONG_MAX): Likewise.
40712 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
40713 == 0.
40714 [ISO11] (max_align_t): Require type.
40715 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40716
c9140a62
JM
40717 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
40718 from $CFLAGS, without defining away __attribute__ calls.
40719 (checknamespace): Use $CFLAGS_namespace.
40720
9af0bf29
JM
40721 * conform/conformtest.pl (@keywords): Only include C99 keywords
40722 for standards based on C99 or C11.
40723
343222a2
JM
40724 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
40725 Disable tests.
40726 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
40727 UNIX98]: Likewise.
40728
661f8cf0
JM
40729 * conform/conformtest.pl: Handle "macro-int-constant" and test for
40730 usability of symbols in #if.
40731
ee74b9cb
JM
40732 * conform/conformtest.pl: If macro or constant types start
40733 "promoted:", expect the symbol to be of the following type
40734 promoted by the integer promotions.
62fde54f 40735
aafc49b3
JM
40736 * conform/conformtest.pl: Parse all "constant" and "macro" lines
40737 in one place. Also handle "macro-constant".
40738
fefdf574
JM
40739 * conform/conformtest.pl: Only accept expected macro values with
40740 "==". Parse all "macro" lines in one place.
40741 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
40742
f2d922fe
JM
40743 * conform/conformtest.pl: Handle braced types on "constant" lines
40744 instead of handling "typed-constant".
40745 * conform/data/signal.h-data: Use "constant" instead of
40746 "typed-constant".
40747
d22956c9
JM
40748 * conform/conformtest.pl: Handle "optional-" at start of lines in
40749 one place rather than duplicating several cases. Handle each
40750 format of "macro" line with initial "optional-".
40751
028e2e38
JM
40752 * conform/conformtest.pl: Only accept expected constant or
40753 optional-constant values with "==". Parse all "constant" lines in
40754 one place. Parse all "optional-constant" lines in one place.
40755 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
40756 * conform/data/fmtmsg.h-data: Likewise.
40757 * conform/data/netinet/in.h-data: Likewise.
40758 * conform/data/tar.h-data: Likewise.
40759 * conform/data/limits.h-data: Use "==" form on "constant" and
40760 "optional-constant" lines.
40761
1b8f2850
JM
40762 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
40763 Use -std=c99 for XOPEN2K.
40764 (@knownproblems): Remove.
40765 (newtoken): Don't check %isknown.
40766
a05a144b
JM
40767 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
40768 Do not expect macro.
40769 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
40770 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
40771 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
40772 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
40773 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
40774 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
40775 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
40776 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
40777 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
40778 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
40779 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
40780 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
40781 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
40782 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
40783 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
40784 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
40785 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
40786 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
40787 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
40788 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
40789 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
40790 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
40791 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
40792 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
40793 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
40794 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
40795 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
40796 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
40797 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
40798 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
40799 [XPG3] (acosh): Likewise.
40800 [XPG3] (asinh): Likewise.
40801 [XPG3] (atanh): Likewise.
40802 [XPG3] (cbrt): Likewise.
40803 [XPG3] (expm1): Likewise.
40804 [XPG3] (ilogb): Likewise.
40805 [XPG3] (log1p): Likewise.
40806 [XPG3] (logb): Likewise.
40807 [XPG3] (nextafter): Likewise.
40808 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
40809 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
40810 [XPG3] (remainder): Likewise.
40811 [XPG3] (rint): Likewise.
40812 [XPG3 || XPG4 || UNIX98] (round): Likewise.
40813 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
40814 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
40815 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
40816 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
40817 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
40818 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
40819 [UNIX98 || XOPEN2K] (scalb): Expect.
40820 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
40821 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
40822 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
40823 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
40824 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
40825 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
40826 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
40827 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
40828 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
40829 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
40830 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
40831 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
40832 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
40833 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
40834 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
40835 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
40836 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
40837 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
40838 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
40839 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
40840 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
40841 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
40842 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
40843 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
40844 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
40845 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
40846 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
40847 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
40848 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
40849 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
40850 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
40851 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
40852 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
40853 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
40854 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
40855 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
40856 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
40857 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
40858 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
40859 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
40860 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
40861 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
40862 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
40863 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
40864 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
40865 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
40866 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
40867 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
40868 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
40869 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
40870 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
40871 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
40872 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
40873 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
40874 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
40875 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
40876 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
40877 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
40878 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
40879 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
40880 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
40881 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
40882 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
40883 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
40884 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
40885 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
40886 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
40887 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
40888 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
40889 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
40890 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
40891 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
40892 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
40893 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
40894 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
40895 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
40896 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
40897 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
40898 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
40899 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
40900 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
40901 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
40902 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
40903 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
40904 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
40905 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
40906 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
40907 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
40908 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
40909 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
40910 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
40911 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
40912 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
40913 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
40914 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
40915 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
40916 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
40917 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
40918 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
40919 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
40920 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
40921 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
40922 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
40923 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
40924 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
40925 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
40926 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
40927 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
40928 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
40929 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
40930 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
40931 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
40932 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
40933 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
40934 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
40935 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
40936 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
40937 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
40938 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
40939 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
40940 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
40941 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
40942 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
40943 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
40944 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
40945 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
40946 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
40947 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
40948 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
40949 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
40950 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
40951 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
40952 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
40953 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
40954 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
40955 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
40956 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
40957
73c5ebe3
JM
40958 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
40959 _XOPEN_SOURCE_EXTENDED for XPG4.
40960
39c33b6c
JM
40961 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
40962
62fde54f
JM
40963 * Makeconfig (localtime): Remove variable.
40964 (inst_localtime-file): Likewise.
40965
0741d64c
AS
409662012-05-01 Andreas Schwab <schwab@linux-m68k.org>
40967
40968 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
40969 Update.
40970 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40971 Update.
40972 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
40973 Update.
40974 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
40975 Update.
40976 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
40977 Update.
40978 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
40979 Update.
40980 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40981 Update.
40982 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
40983 Update.
40984 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
40985 Update.
40986
7cb029ee
JM
409872012-05-01 Joseph Myers <joseph@codesourcery.com>
40988
40989 [BZ #2550]
40990 [BZ #2570]
40991 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
40992 comparisons to determine direction to adjust input.
40993 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
40994 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
40995 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
40996 Likewise.
40997 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
40998 Likewise.
40999 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41000 Likewise.
41001 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41002 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41003 Likewise.
41004 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41005 Likewise.
41006 * math/libm-test.inc (nexttoward_test): Add more tests.
41007
412bd966
AS
410082012-05-01 Andreas Schwab <schwab@linux-m68k.org>
41009
41010 [BZ #14040]
41011 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41012 in version GLIBC_2.1, not GLIBC_2.0.
41013 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41014 Likewise.
41015
9568c0c2
JM
410162012-04-30 Joseph Myers <joseph@codesourcery.com>
41017
adfbc8ac
JM
41018 [BZ #13942]
41019 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41020 (1 - x) * (1 + x).
41021 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41022 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41023 * math/libm-test.inc (acos_test): Add more tests.
41024 (asin_test): Likewise.
41025 * sysdeps/i386/fpu/libm-test-ulps: Update.
41026 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41027
5ba3cc69
JM
41028 [BZ #14034]
41029 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41030 of square root.
41031 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41032 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41033 * math/libm-test.inc (acos_test_tonearest): New function.
41034 (acos_test_towardzero): Likewise.
41035 (acos_test_downward): Likewise.
41036 (acos_test_upward): Likewise.
41037 (asin_test_tonearest): Likewise.
41038 (asin_test_towardzero): Likewise.
41039 (asin_test_downward): Likewise.
41040 (asin_test_upward): Likewise.
41041 (main): Call the new functions.
41042 * sysdeps/i386/fpu/libm-test-ulps: Update.
41043 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41044
9568c0c2
JM
41045 [BZ #13884]
41046 [BZ #13924]
41047 * math/e_exp10.c: Include <float.h>.
41048 (__ieee754_exp10): Handle underflow here rather than multiplying
41049 large negative argument by M_LN10.
41050 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41051 of __ieee754_expf.
41052 * math/e_exp10l.c: Include <float.h>.
41053 (__ieee754_exp10l): Handle underflow here rather than multiplying
41054 large negative argument by M_LN10l.
41055 * math/libm-test.inc (exp10_test): Add another test. Do not allow
41056 spurious overflow exception on underflow.
41057
5ac3ea17
MP
410582012-04-29 Marek Polacek <polacek@redhat.com>
41059
41060 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41061 (__fortify_function): New macro.
41062 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41063 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41064 __extern_always_inline.
41065 * libio/bits/stdio2.h: Likewise.
41066 * libio/bits/stdio.h: Likewise.
41067 * string/string.h: Likewise.
41068 * string/bits/string3.h: Likewise.
41069 * include/stdio.h: Likewise.
41070 * stdlib/bits/stdlib.h: Likewise.
41071 * stdlib/stdlib.h: Likewise.
41072 * rt/bits/mqueue2.h: Likewise.
41073 * rt/mqueue.h: Likewise.
41074 * posix/bits/unistd.h: Likewise.
41075 * posix/unistd.h: Likewise.
41076 * io/bits/poll2.h: Likewise.
41077 * io/bits/fcntl2.h: Likewise.
41078 * io/fcntl.h: Likewise.
41079 * io/sys/poll.h: Likewise.
41080 * misc/bits/syslog.h: Likewise.
41081 * misc/bits/syslog-ldbl.h: Likewise.
41082 * misc/sys/syslog.h: Likewise.
41083 * socket/bits/socket2.h: Likewise.
41084 * socket/sys/socket.h: Likewise.
41085 * debug/tst-chk1.c: Likewise.
41086 * wcsmbs/bits/wchar2.h: Likewise.
41087 * wcsmbs/bits/wchar-ldbl.h: Likewise.
41088 * wcsmbs/wchar.h: Likewise.
41089
ecf0ebfb
AJ
410902012-04-29 Andreas Jaeger <aj@suse.de>
41091
41092 * Makerules (tests): Remove enable-check-abi protection.
41093 (check-abi-warn): Remove.
41094 (check-abi-%): Remove check-abi-warn usage.
41095
41096 * configure.in: Remove check-abi configure option.
41097 * configure: Regenerated.
41098 * config.make.in (enable-check-abi): Remove.
41099
6d5c57fa
AS
411002012-04-28 Andreas Schwab <schwab@linux-m68k.org>
41101
24c5d07e 41102 [BZ #14033]
ded5180a
AS
41103 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41104 double functions to double *_finite functions.
41105
7e0d315d
AS
41106 [BZ #13941]
41107 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41108 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41109 LDBL_MIN_EXP.
41110 * stdio-common/Makefile (tests): Add tst-sprintf3.
41111 * stdio-common/tst-sprintf3.c: New file.
41112
6d5c57fa
AS
41113 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41114 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41115
0749ff8b
JM
411162012-04-28 Joseph Myers <joseph@codesourcery.com>
41117
41118 * conform/conformtest.pl: Remove duplicate typed-constant
41119 handling.
41120
8dbd5d7b
DM
411212012-04-28 David S. Miller <davem@davemloft.net>
41122
41123 * Makerules (%.abilist): Add vpath on sysdep_dirs.
41124 (check-abi-%): Remove AWK script prerequisite and explicit
41125 abilist directory.
41126 (check-abi): Rewrite to just diff the symlist with the abilist.
41127 (config-tls, config-abi-config): Delete, no longer used.
41128 (update-abi-%): Remove AWK script and explicit abilist directory.
41129 (update-abi): Rewrite to simply compare and conditionally copy the
41130 symlist and the sysdep abilist file. Remove update-abi-config
41131 checks.
41132 * abilist/ld.abilist: Remove.
41133 * abilist/libBrokenLocale.abilist: Remove.
41134 * abilist/libanl.abilist: Remove.
41135 * abilist/libcrypt.abilist: Remove.
41136 * abilist/libdl.abilist: Remove.
41137 * abilist/librt.abilist: Remove.
41138 * abilist/libthread_db.abilist: Remove.
41139 * abilist/libutil.abilist: Remove.
41140 * scripts/extract-abilist.awk: Remove.
41141 * scripts/merge-abilist.awk: Remove.
41142 * sysdeps/generic/libcidn.abilist: New file.
41143 * sysdeps/generic/libnss_compat.abilist: New file.
41144 * sysdeps/generic/libnss_db.abilist: New file.
41145 * sysdeps/generic/libnss_dns.abilist: New file.
41146 * sysdeps/generic/libnss_files.abilist: New file.
41147 * sysdeps/generic/libnss_hesiod.abilist: New file.
41148 * sysdeps/generic/libnss_nis.abilist: New file.
41149 * sysdeps/generic/libnss_nisplus.abilist: New file.
41150 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41151 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41152 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41153 file.
41154 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41155 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41156 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41157 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41158 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41159 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41160 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41161 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41162 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41163 file.
41164 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41165 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41166 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41167 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41168 file.
41169 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41170 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41171 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41172 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41173 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41174 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41175 file.
41176 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41177 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41178 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41179 file.
41180 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41181 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41182 New file.
41183 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41184 New file.
41185 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41186 New file.
41187 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41188 New file.
41189 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41190 New file.
41191 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41192 New file.
41193 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41194 New file.
41195 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41196 New file.
41197 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41198 New file.
41199 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41200 New file.
41201 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41202 New file.
41203 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41204 New file.
41205 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41206 New file.
41207 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41208 file.
41209 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41210 New file.
41211 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41212 New file.
41213 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41214 file.
41215 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41216 New file.
41217 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41218 New file.
41219 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41220 file.
41221 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41222 New file.
41223 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41224 New file.
41225 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41226 New file.
41227 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41228 New file.
41229 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41230 New file.
41231 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41232 New file.
41233 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41234 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41235 file.
41236 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41237 New file.
41238 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41239 file.
41240 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41241 file.
41242 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41243 file.
41244 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41245 file.
41246 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41247 file.
41248 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41249 New file.
41250 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41251 file.
41252 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41253 file.
41254 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41255 New file.
41256 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41257 file.
41258 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41259 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41260 file.
41261 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41262 New file.
41263 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41264 file.
41265 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41266 file.
41267 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41268 file.
41269 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41270 file.
41271 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41272 file.
41273 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41274 New file.
41275 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41276 file.
41277 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41278 file.
41279 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41280 New file.
41281 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41282 file.
41283 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41284 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41285 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41286 file.
41287 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41288 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41289 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41290 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41291 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41292 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41293 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41294 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41295 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41296 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41297 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41298 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41299 file.
41300 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41301 New file.
41302 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41303 file.
41304 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41305 file.
41306 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41307 file.
41308 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41309 file.
41310 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41311 file.
41312 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41313 New file.
41314 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41315 New file.
41316 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41317 file.
41318 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41319 New file.
41320 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41321 file.
41322 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41323 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41324 file.
41325 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41326 New file.
41327 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41328 file.
41329 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41330 file.
41331 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41332 file.
41333 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41334 file.
41335 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41336 file.
41337 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41338 New file.
41339 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41340 New file.
41341 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41342 file.
41343 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41344 New file.
41345 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41346 file.
41347
41d73a1b
JM
413482012-04-28 Joseph Myers <joseph@codesourcery.com>
41349
41350 * conform/conformtest.pl: Fix typo in handling typed-constant from
41351 allow-header.
41352
28aeeda4
JM
413532012-04-27 Joseph Myers <joseph@codesourcery.com>
41354
adae8f5e
JM
41355 * README: Cut down references to pre-2.6 Linux kernels and
41356 Linuxthreads. Update lists of configurations in libc and ports
41357 and sort alphabetically. Say "or newer" with Linux kernel version
41358 requirements.
41359
28aeeda4
JM
41360 * config.h.in [IS_IN_build]: Allow compiling without optimization.
41361
a462cb63
RA
413622012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
41363
41364 [BZ #887]
41365 * math/libm-test.inc (logb_test_downward): New test to expose
41366 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41367 rounding mode.
41368
6ad3493e
JM
413692012-04-27 Joseph Myers <joseph@codesourcery.com>
41370
41371 [BZ #14027]
41372 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41373 to be done.
41374 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41375 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41376
2ce4f015
JM
413772012-04-26 Joseph Myers <joseph@codesourcery.com>
41378
5aeb141a
JM
41379 * sysdeps/unix/i386/brk.S: Remove file.
41380 * sysdeps/unix/i386/dl-brk.S: Likewise.
41381 * sysdeps/unix/i386/pipe.S: Likewise.
41382 * sysdeps/unix/i386/sigreturn.S: Likewise.
41383 * sysdeps/unix/i386/syscall.S: Likewise.
41384 * sysdeps/unix/i386/vfork.S: Likewise.
41385 * sysdeps/unix/i386/wait.S: Likewise.
41386
7143acae
JM
41387 * sysdeps/unix/common/tcsendbrk.c: Move to ...
41388 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41389
2ce4f015
JM
41390 * configure.in (arm*-none*): Do not allow without
41391 --enable-hacker-mode.
41392 (netbsd*): Remove case setting base_os.
41393 (386bsd*): Likewise.
41394 (freebsd*): Likewise.
41395 (bsdi*): Likewise.
41396 (osf*): Likewise.
41397 (sunos*): Likewise.
41398 (ultrix*): Likewise.
41399 (newsos*): Likewise.
41400 (dynix*): Likewise.
41401 (*bsd*): Likewise.
41402 (sysv*): Likewise.
41403 (isc*): Likewise.
41404 (esix*): Likewise.
41405 (sco*): Likewise.
41406 (minix*): Likewise.
41407 (irix4*): Likewise.
41408 (irix6*): Likewise.
41409 (solaris[2-9]*): Likewise.
41410 (none): Likewise.
41411 * configure: Regenerated.
41412
0ac229c8
AZ
414132012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41414
41415 [BZ #11521]
41416 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41417 overflow or cancellation in calculating denominator.
41418 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41419 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41420 down expression to avoid unexpected rounding in newer GCCs.
41421 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41422
33f244f4
DM
414232012-04-26 David S. Miller <davem@davemloft.net>
41424
41425 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41426 long-double compat symbols.
41427 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41428 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41429 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41430 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41431 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41432 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41433 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41434 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41435 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41436 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41437 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41438 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41439 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41440
cfa1f3e8
DM
414412012-04-25 David S. Miller <davem@davemloft.net>
41442
41443 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41444 HWCAP_* values only after the memory barriers have been defined.
41445 (atomic_full_barrier): Define.
41446 (atomic_read_barrier): Define.
41447 (atomic_write_barrier): Define.
41448
6e236b92
SP
414492012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
41450
41451 * shlib-versions: Add libgcc_s version information.
41452 * sysdeps/generic/libgcc_s.h: Remove.
41453 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41454 libgcc_s.h.
41455 * sysdeps/gnu/unwind-resume.c: Likewise.
41456 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41457
aab39a09
DM
414582012-04-25 David S. Miller <davem@davemloft.net>
41459
41460 * sysdeps/unix/sparc/brk.S: Delete.
41461 * sysdeps/unix/sparc/dl-brk.S: Delete.
41462 * sysdeps/unix/sparc/pipe.S: Delete.
41463 * sysdeps/unix/sparc/sysdep.S: Delete.
41464 * sysdeps/unix/sparc/sysdep.h: Delete.
41465 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
41466 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41467 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41468 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41469 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
41470 (JUMPTARGET): Remove.
41471 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41472 sysdeps/unix/sparc/sysdep.h
41473 (ENTRY, END): Remove.
41474 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41475
a3cc4f48
JM
414762012-04-25 Joseph Myers <joseph@codesourcery.com>
41477
2ed8cda2
JM
41478 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41479 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41480 -DIS_IN_build.
41481
35d76d59
JM
41482 * timezone/README: Update upstream location and email address for
41483 tzcode and tzdata.
41484 * timezone/zdump.c: Update from tzcode 2012b.
41485 * timezone/zic.c: Likewise.
41486
a3cc4f48
JM
41487 * configure.in (libc_cv_as_needed): Remove test.
41488 * configure: Regenerated.
41489 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41490 conditional definition.
41491 [$(have-as-needed) != yes] (no-as-needed): Likewise.
41492 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41493 * config.make.in (have-as-needed): Remove variable.
41494
ceab42c3
SP
414952012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
41496 Paul Pluzhnikov <ppluzhnikov@google.com>
41497
41498 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41499 strings correctly.
41500
3ce2865f
CLT
415012012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
41502
41503 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41504 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41505 * sysdeps/sh/strlen.S: Likewise.
41506
f37e0d68
JM
415072012-04-24 Joseph Myers <joseph@codesourcery.com>
41508
ae186e9a
JM
41509 * sysdeps/unix/fork.S: Remove file.
41510 * sysdeps/unix/i386/fork.S: Likewise.
41511 * sysdeps/unix/sparc/fork.S: Likewise.
41512
b96914af
JM
41513 * sysdeps/unix/system.c: Remove file.
41514 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
41515
f37e0d68
JM
41516 * sysdeps/unix/getegid.S: Remove file.
41517 * sysdeps/unix/geteuid.S: Likewise.
41518
87ef29ca
RM
415192012-04-24 Roland McGrath <roland@hack.frob.com>
41520
83bcd236
RM
41521 * scripts/check-localplt.awk: New file.
41522 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
41523 of diff.
41524 * scripts/data/localplt-generic.data: Add a comment.
41525
87ef29ca
RM
41526 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
41527 NODE when __dir_mkfile failed.
41528 * sysdeps/mach/hurd/symlinkat.c: Likewise.
41529 Reported by Ludovic Courtès <ludo@gnu.org>.
41530
e5a6e567
AJ
415312012-04-24 Andreas Jaeger <aj@suse.de>
41532
41533 * Makerules (common-clean): Also remove gen-as-const-headers
41534 files.
41535
c1820385
JM
415362012-04-24 Joseph Myers <joseph@codesourcery.com>
41537
41538 * Makerules (native-compile): Do not change working directory for
41539 build. Use $(OUTPUT_OPTION) in command.
41540 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
41541
94e02fc4
AZ
415422012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41543
41544 [BZ #13886]
41545 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
41546 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
41547 * math/libm-test.inc (floor_test): Add more tests.
41548 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
41549
3a533ca3
JM
415502012-04-24 Joseph Myers <joseph@codesourcery.com>
41551
940ab4b3
JM
41552 * sysdeps/unix/getdents.c: Remove file.
41553 * sysdeps/unix/sysv/getdents.c: Likewise.
41554 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
41555
90e037bd
JM
41556 * sysdeps/unix/syscalls.list (madvise): Add syscall from
41557 sysdeps/unix/mman/syscalls.list.
41558 (mmap): Likewise.
41559 (mprotect): Likewise.
41560 (msync): Likewise.
41561 (munmap): Likewise.
41562 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
41563 * sysdeps/unix/mman/syscalls.list: Remove.
41564 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
41565
3a533ca3
JM
41566 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
41567 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
41568 * configure: Regenerated.
41569 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
41570 $(libgcc_s_suffix).
41571 * config.make.in (libgcc_s_suffix): Remove variable.
41572
1ad743de
JM
415732012-04-23 Joseph Myers <joseph@codesourcery.com>
41574
4ad451e2
JM
41575 * sysdeps/unix/sysv/gethostname.c: Move to ...
41576 * sysdeps/posix/gethostname.c: ... here.
41577
5e37ce39
JM
41578 * sysdeps/unix/execve.S: Remove file.
41579
1ad743de
JM
41580 * sysdeps/unix/_exit.S: Remove file.
41581
4e681b5b
AJ
415822012-04-23 Andreas Jaeger <aj@suse.de>
41583
41584 [BZ #13739]
41585 * manual/Makefile: Remove make dist support, there's no
41586 need for a stand-alone documentation tar ball.
41587 (TEXI2DVI): Define always, it's not in Makeconfig.
41588 (dist): Removed.
41589 (tar-it): Removed.
41590 (edition): Removed.
41591 (glibc-doc-$(edition).tar): Removed
41592 (%.Z): Removed.
41593 (%.gz): Removed.
41594 (%.uu): Removed.
41595 (ETAGS): Remove, it's in Makeconfig.
41596 (move-if-change): Remove, it's in Makeconfig.
41597
38686a03 415982012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
41599
41600 [BZ #13970]
41601 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
41602 (strtod, strtof, strtold, strtol, strtoul, strtoq)
41603 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
41604 (strtod_l, strtof_l, strtold_l): Remove __wur.
41605 It is not necessarily an error to ignore strtol's return value.
41606 One can reliably look at the stored endptr to decide whether
41607 the number had valid syntax.
41608
7c0616fa
AJ
416092012-04-21 Andreas Jaeger <aj@suse.de>
41610
803cb6b7 41611 [BZ #13739]
7c0616fa
AJ
41612 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
41613
b0fe253f
JM
416142012-04-21 Joseph Myers <joseph@codesourcery.com>
41615
41616 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
41617 * sysdeps/unix/sysv/Versions: Remove file.
41618
8280f22d
MT
416192012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
41620
41621 [BZ #13927]
41622 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41623
75ce411f 416242012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
41625
41626 [BZ #7064]
41627 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
41628 version from __vm86.
41629
097d59fa
JM
416302012-04-20 Joseph Myers <joseph@codesourcery.com>
41631
a90f3bcb
JM
41632 * sysdeps/unix/common/lxstat.c: Remove file.
41633 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
41634
edc7ea78
JM
41635 * sysdeps/unix/sysv/Makefile: Remove file.
41636
cb78c221
JM
41637 * sysdeps/unix/sysv/direct.h: Remove file.
41638
efa6a45f
JM
41639 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
41640 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
41641 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
41642 * sysdeps/unix/sysv/bits/signum.h: Likewise.
41643 * sysdeps/unix/sysv/bits/stat.h: Likewise.
41644 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
41645 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
41646
9c9f2d0c
JM
41647 * sysdeps/unix/sysv/setrlimit.c: Remove file.
41648
4541c83b
JM
41649 * sysdeps/unix/xmknod.c: Remove file.
41650 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
41651
f5d153a0
JM
41652 * sysdeps/unix/sysv/settimeofday.c: Remove file.
41653
aa746595
JM
41654 * sysdeps/unix/sysv/i386/time.S: Remove file.
41655
cce5905e
JM
41656 * sysdeps/unix/fxstat.c: Remove file.
41657 * sysdeps/unix/xstat.c: Likewise.
41658 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
41659
37fa3841
JM
41660 * sysdeps/unix/sysv/sigaction.c: Remove file.
41661
ff1962a3
JM
41662 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
41663 (sysdep_headers): Remove variable.
41664 [termio.h not in sysdep_headers] (generated): Likewise.
41665 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
41666 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
41667 * sysdeps/unix/sysv/tcdrain.c: Likewise.
41668 * sysdeps/unix/sysv/tcflow.c: Likewise.
41669 * sysdeps/unix/sysv/tcflush.c: Likewise.
41670 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
41671 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
41672 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
41673 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
41674 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
41675
e7740d31
JM
41676 * sysdeps/unix/siglist.c: Remove file.
41677
ee06f18b
JM
41678 * sysdeps/unix/getppid.S: Remove file.
41679
097d59fa
JM
41680 * sysdeps/unix/mkdir.c: Remove file.
41681 * sysdeps/unix/rmdir.c: Likewise.
41682
ff3d51ec
AS
416832012-04-19 Andreas Schwab <schwab@linux-m68k.org>
41684
41685 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
41686 ERR_MAX value.
41687 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
41688 errlist-compat value.
41689
50f81fd7
DM
416902012-04-18 David S. Miller <davem@davemloft.net>
41691
41692 * sysdeps/generic/memcopy.h (reg_char): Delete.
41693 * debug/strcat_chk.c: Use char, not reg_char.
41694 * debug/strcpy_chk.c: Likewise.
41695 * debug/strncat_chk.c: Likewise.
41696 * debug/strncpy_chk.c: Likewise.
41697 * string/memchr.c: Likewise.
41698 * string/memrchr.c: Likewise.
41699 * string/rawmemchr.c: Likewise.
41700 * string/strcat.c: Likewise.
41701 * string/strchr.c: Likewise.
41702 * string/strchrnul.c: Likewise.
41703 * string/strcmp.c: Likewise.
41704 * string/strcpy.c: Likewise.
41705 * string/strncat.c: Likewise.
41706 * string/strncmp.c: Likewise.
41707 * string/strncpy.c: Likewise.
41708
8ff41c46
WS
417092012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
41710
41711 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
41712 __builtin_memcopy is called when src and dest ranges are known to not
41713 overlap.
41714
6b652f46
WS
417152012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
41716
41717 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
41718 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
41719 fwd_align_merge macro call.
41720 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
41721 bwd_align_merge macro call.
41722 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41723
b282631e
WS
417242012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
41725
41726 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
41727 bwd_align_merge macros.
41728 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
41729 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
41730 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41731
95aa737c
DM
417322012-04-18 David S. Miller <davem@davemloft.net>
41733
41734 * sysdeps/sparc/sparc64/memcopy.h: Delete.
41735
7a99a614
AJ
417362012-04-18 Andreas Jaeger <aj@suse.de>
41737
41738 [BZ# 6794]
41739 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
41740 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
41741 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41742
41743 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
41744 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
41745 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41746
41747 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
41748 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
41749 Adjust for changed ldbl-128 files.
41750
41751 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
41752 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
41753 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41754
e5270c23
DM
417552012-04-17 David S. Miller <davem@davemloft.net>
41756
41757 * sysdeps/sparc/sparc32/memcopy.h: Delete.
41758
fb5e92c9
AS
417592012-04-17 Andreas Schwab <schwab@linux-m68k.org>
41760
41761 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
41762 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
41763 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
41764 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
41765 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
41766 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
41767
76da7265
AZ
417682012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41769
41770 [BZ #6794]
41771 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
41772 * math/libm-test.inc: Add ilogb errno and exception tests.
41773 * math/w_ilogb.c: New file: ilogb wrapper.
41774 * math/w_ilogbf.c: New file: ilogbf wrapper.
41775 * math/w_ilogbl.c: New file: ilogbl wrapper.
41776 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
41777 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
41778 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
41779 exception being thrown with 0.0 as argument.
41780 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
41781 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
41782 exception being thrown with 0.0 as argument.
41783 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
41784 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
41785 exception being thrown with 0.0 as argument.
41786 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
41787 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
41788 exception being thrown with 0.0 as argument.
41789 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
41790 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 41791 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
41792 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
41793 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
41794 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
41795 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
41796 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
41797 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
41798
0396e69d
PB
417992012-04-17 Petr Baudis <pasky@ucw.cz>
41800
41801 * include/sys/uio.h: Change __vector to __iovec to avoid clash
41802 with altivec.
41803
750b5926
MP
418042012-04-16 Marek Polacek <polacek@redhat.com>
41805
41806 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
41807
751728a1
MP
418082012-04-16 Marek Polacek <polacek@redhat.com>
41809
41810 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
41811 operands of fdivp instruction.
41812
34a27407
L
418132012-04-13 H.J. Lu <hongjiu.lu@intel.com>
41814
41815 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
41816 * elf/tst-auditmod3b.c: Likewise.
41817 * elf/tst-auditmod4b.c: Likewise.
41818 * elf/tst-auditmod5b.c: Likewise.
41819 * elf/tst-auditmod6b.c: Likewise.
41820 * elf/tst-auditmod6c.c: Likewise.
41821 * elf/tst-auditmod7b.c: Likewise.
41822 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
41823 * sysdeps/x86_64/preconfigure.in: Likewise.
41824 * sysdeps/x86_64/preconfigure: Regenerated.
41825
7e73e17d
L
418262012-04-13 H.J. Lu <hongjiu.lu@intel.com>
41827
41828 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
41829 __ILP32__.
41830
c7a6ab72
AB
418312012-04-13 Antoine Balestrat <merkil33@gmail.com>
41832
41833 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41834 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
41835
a9e8e0e0
CL
418362012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
41837
41838 [BZ #13973]
41839 * locale/iso-639.def: Fix gl language name. Spotted by
41840 Yaron Shahrabani.
41841
ec98af7d
RM
418422012-04-12 Roland McGrath <roland@hack.frob.com>
41843
41844 [BZ #2074]
41845 * libio/libio.h (__io_write_fn): Update comment.
41846
247c3ede
PB
418472012-04-12 Petr Baudis <pasky@ucw.cz>
41848
41849 [BZ #2074]
41850 * stdio.texi (Hook Functions): The user provided writer function
41851 is not allowed to return -1.
41852
55939d6d
DM
418532012-04-11 David S. Miller <davem@davemloft.net>
41854
41855 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41856
90020f5a
MF
418572012-04-11 Mike Frysinger <vapier@gentoo.org>
41858
41859 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
41860 Add a leading slash to rtkaio.
41861
288f9098
JM
418622012-04-11 Jim Meyering <meyering@redhat.com>
41863
90020f5a
MF
41864 [BZ #11959]
41865 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
41866 It is not necessarily an error to ignore fwrite's return
41867 value. One can reliably use ferror to test for errors after
41868 the fact.
288f9098 41869
4be2b570
L
418702012-04-10 H.J. Lu <hongjiu.lu@intel.com>
41871
41872 * bits/types.h (__snseconds_t): New type.
41873 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
41874
41875 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
41876 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41877 (__SNSECONDS_T_TYPE): Likewise.
41878 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41879 (__SNSECONDS_T_TYPE): Likewise.
41880 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41881 (__SNSECONDS_T_TYPE): Likewise.
41882
288f9098 418832012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
41884
41885 [BZ #2636]
41886 * manual/time.texi (Processor Time): Return type of times is
41887 elapsed real time since an arbitrary point in the past.
41888 (CPU Time): Move CLK_TCK from here...
41889 (Processor Time): ...to here. Correct description.
41890 * manual/conf.texi (Constants for Sysconf): Correct description of
41891 _SC_CLK_TCK.
41892
d7dd4413
DM
418932012-04-10 David S. Miller <davem@davemloft.net>
41894
41895 [BZ #13967]
41896 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
41897 where the is a gap between DT_REL(A) and DT_JMPREL.
41898
b46068fc
L
418992012-04-10 H.J. Lu <hongjiu.lu@intel.com>
41900
41901 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
41902 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
41903 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
41904
73d65cc3
SP
419052012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
41906
41907 * elf/dl-support.c (_dl_inhibit_cache): New variable.
41908 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
41909 (dl_main): Handle --inhibit-cache.
41910 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
41911 _dl_inhibit_cache.
41912 * elf/dl-load.c (_dl_map_object): Use it.
41913 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
41914
bcc8d661
JM
419152012-04-09 Joseph Myers <joseph@codesourcery.com>
41916
8f9a2fae
JM
41917 [BZ #13872]
41918 * sysdeps/i386/fpu/e_powl.S (p78): New object.
41919 (__ieee754_powl): Saturate large exponents rather than testing for
41920 overflow of y*log2(x).
41921 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41922 * math/libm-test.inc (pow_test): Do not permit spurious overflow
41923 exceptions.
41924
bcc8d661
JM
41925 [BZ #11521]
41926 * math/s_ctan.c: Include <float.h>.
41927 (__ctan): Avoid internal overflow or cancellation in calculating
41928 denominator.
41929 * math/s_ctanf.c: Likewise.
41930 * math/s_ctanl.c: Likewise.
41931 * math/s_ctanh.c: Likewise.
41932 * math/s_ctanhf.c: Likewise.
41933 * math/s_ctanhl.c: Likewise.
41934 * math/libm-test.inc (ctan_test): Add more tests.
41935 (ctanh_test): Likewise.
41936 * sysdeps/i386/fpu/libm-test-ulps: Update.
41937 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41938
823fbbb4
AJ
419392012-04-09 Andreas Jaeger <aj@suse.de>
41940
03879793
AJ
41941 [BZ #6894]
41942 * manual/filesys.texi (Directory Entries): Mention that d_namlen
41943 is an optional BSD extension.
41944
823fbbb4
AJ
41945 [BZ #10254]
41946 * manual/stdio.texi (Opening Streams): Document additional fopen
41947 parameters.
41948
8de131cb
RM
419492012-04-09 Roland McGrath <roland@hack.frob.com>
41950
41951 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
41952 %eax without telling the compiler.
41953
c0ed9d7d
CD
419542012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
41955
41956 [BZ # 13963]
41957 * manual/install.texi: Use sourceware.org.
41958
c483f6b4
JM
419592012-04-09 Joseph Myers <joseph@codesourcery.com>
41960
d7dd9453
JM
41961 [BZ #13873]
41962 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
41963 (__ieee754_pow): Generate overflow and underflow using huge*huge
41964 and tiny*tiny rather than just returning constant infinity or zero
41965 for large exponents.
41966 * math/libm-test.inc (pow_test): Require overflow exceptions for
41967 applicable cases of large exponents.
41968
c483f6b4
JM
41969 [BZ #706]
41970 * sysdeps/i386/fpu/e_pow.S (p10): New object.
41971 (__ieee754_pow): Use iterative multiplication algorithm only for
41972 integer exponents with absolute value below 1024. Check for odd
41973 integer exponents when using algorithm for real exponents.
41974 * math/libm-test.inc (pow_test): Add more tests.
41975 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41976
d2de7579
JM
419772012-04-08 Joseph Myers <joseph@codesourcery.com>
41978
41979 [BZ #13705]
41980 * math/libm-test.inc (exp_test): Do not allow overflow exception
41981 on underflow test.
41982
f77f1232
AJ
419832012-04-08 Aurelien Jarno <aurelien@aurel32.net>
41984
41985 [BZ #13705]
41986 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
41987 instead of __kernel_standard_f.
41988
3884932b
MF
419892012-04-08 Mike Frysinger <vapier@gentoo.org>
41990
41991 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
41992 * sysdeps/x86_64/memset_chk.S: Likewise.
41993
54472e9c
AJ
419942012-04-08 Andreas Jaeger <aj@suse.de>
41995
6ab0fbfc
AJ
41996 [BZ #10153]
41997 * manual/startup.texi (Environment Access): Describe return value
41998 for putenv and setenv.
41999
61efba8c
AJ
42000 [BZ #6895]
42001 * manual/filesys.texi (Directory Entries): Add description for
42002 DT_LNK.
42003
95c3f29a
AJ
42004 [BZ #6890]
42005 * manual/filesys.texi (Directory Entries): Clarify that it's file
42006 system not operating system in the description of DT_UNKNOWN.
42007
54472e9c
AJ
42008 [BZ #6578]
42009 * manual/syslog.texi (closelog): Fix reference, it's openlog.
42010
624254b1
SC
420112012-04-08 Stephen Compall <s11@member.fsf.org>
42012
42013 [BZ #6649]
42014 * manual/llio.texi (Opening and Closing Files): Add cross
42015 reference to explain mode argument.
42016
1e4920e0
MF
420172012-04-07 Mike Frysinger <vapier@gentoo.org>
42018
42019 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42020 * sysdeps/x86_64/memset_chk.S: Likewise.
42021
5ed848f3
DM
420222012-04-07 David S. Miller <davem@davemloft.net>
42023
42024 * elf/elf.h (R_SPARC_WDISP10): Define.
42025 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42026 R_SPARC_SIZE32.
42027 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42028 R_SPARC_SIZE64 and R_SPARC_H34.
42029
96154cd8
CD
420302012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
42031
42032 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42033 conditions and remove no longer applicable assertion.
42034
9904dc47
L
420352012-04-06 H.J. Lu <hongjiu.lu@intel.com>
42036
42037 * bits/byteswap.h: Include <features.h>.
42038 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42039 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42040
f8887d0a
L
420412012-04-06 H.J. Lu <hongjiu.lu@intel.com>
42042
42043 * bits/byteswap.h (__bswap_16): Removed.
42044 Include <bits/byteswap-16.h> to get __bswap_16.
42045 * sysdeps/i386/bits/byteswap.h: Likewise.
42046 * sysdeps/s390/bits/byteswap.h: Likewise.
42047 * sysdeps/x86_64/bits/byteswap.h: Likewise.
42048 * bits/byteswap-16.h: New file.
42049 * sysdeps/i386/bits/byteswap-16.h: Likewise.
42050 * sysdeps/s390/bits/byteswap-16.h: Likewise.
42051 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42052 * string/Makefile (headers): Add bits/byteswap-16.h.
42053
62470f60
PP
420542012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
42055
42056 [BZ #13895]
42057 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42058 extra indirection.
42059 * nss/Makefile (tests-static, tests): Add tst-nss-static.
42060 * nss/tst-nss-static.c: New.
42061
4dad7bab
RM
420622012-04-06 Robert Millan <rmh@gnu.org>
42063
42064 [BZ #6486]
42065 * manual/llio.texi (File Position Primitive): lseek
42066 refers to WHENCE when it really means OFFSET.
42067
e9142a17
AJ
420682012-04-06 Andreas Jaeger <aj@suse.de>
42069
2c040eff
AJ
42070 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42071 strncmp declarations.
42072
e9142a17
AJ
42073 * abilist/libc.abilist: Add __poll and __ppoll.
42074
ff9f1c5f
DM
420752012-04-05 David S. Miller <davem@davemloft.net>
42076
dcd2ae90
DM
42077 * scripts/check-local-headers.sh: Accept a host triplet in the
42078 path matched by the exclude regexp.
42079
993eb054
DM
42080 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42081 definition.
42082 * sysdeps/powerpc/powerpc32/dl-machine.h
42083 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42084 * sysdeps/s390/s390-32/dl-machine.h
42085 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42086 * sysdeps/sparc/sparc32/dl-machine.h
42087 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42088 * sysdeps/sparc/sparc64/dl-machine.h
42089 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42090
ff9f1c5f
DM
42091 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42092 lazy binding.
48e2e132 42093 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
42094 undefined symbol errors.
42095
48e2e132 42096 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
42097 DT_NEEDED entries.
42098
e80d6f94
MM
420992012-04-05 Michael Matz <matz@suse.de>
42100
42101 [BZ #13592]
42102 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42103
349fa79f
AJ
421042012-04-05 Andreas Jaeger <aj@suse.de>
42105
42106 [BZ #13908]
42107 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42108 comment.
42109
f402708f
KK
421102012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42111
42112 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42113 which ROUND is no valid rounding mode.
42114
2ecccfc9
KK
421152012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42116
42117 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42118 read again.
42119 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42120
8a53f50f
KK
421212012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42122
42123 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42124 an exception using FPU order intentionally.
42125
421262012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42127
42128 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42129 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42130 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42131 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42132
d653abb7
SJ
421332012-04-05 Simon Josefsson <simon@josefsson.org>
42134
42135 [BZ #12340]
42136 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42137 EINVAL when BUFLEN is too smal.
42138
c3b1bf7d
TS
421392012-04-05 Thomas Schwinge <thomas@codesourcery.com>
42140
42141 [BZ #13553]
42142 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42143 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42144
b1aa60f3
AJ
421452012-04-03 Andreas Jaeger <aj@suse.de>
42146
c3b1bf7d 42147 [BZ #13938]
67f60a26
AJ
42148 * manual/setjmp.texi (System V contexts): Fix sentence.
42149
b1aa60f3
AJ
42150 [BZ #13926]
42151 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42152 New macro for this case.
42153 [!__GNUC__] (__bswap_64): New inline function for this case.
42154 * sysdeps/x86_64/bits/byteswap.h: Likewise.
42155 * bits/byteswap.h: Likewise.
42156 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42157 ull, guard with __GLIBC_HAVE_LONG_LONG.
42158
42159 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42160 __GLIBC_HAVE_LONG_LONG.
42161
42162 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42163 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42164
39c59c35
TMQMF
421652012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42166
42167 [BZ #13691]
42168 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42169 inptr and inend, rather than using last_ch.
42170
135ffda8
DM
421712012-04-02 David S. Miller <davem@davemloft.net>
42172
42173 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42174 * stdio-common/printf-parse.h (read_int): Change return type to
42175 'int', return -1 on INT_MAX overflow.
42176 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42177 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
42178 overflows INT_MAX. Check for overflow of in-format-string precision
42179 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
42180 SIZE_MAX not INT_MAX for integer overflow test.
42181 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42182 skip the construct in the format string but do not record anything.
42183 * stdio-common/bug22.c: Adjust to test both width/prevision
42184 INT_MAX overflow as well as total length INT_MAX overflow. Check
42185 explicitly for proper errno values.
42186
228c019e
TS
421872012-04-02 Thomas Schwinge <thomas@codesourcery.com>
42188
302cadd3
TS
42189 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42190 CHAR_MAX.
42191 * string/test-strcmp.c [! WIDE]: Likewise.
42192 * time/tst-mktime2.c: Likewise for INT_MAX.
42193 * string/test-string.h: #include <sys/param.h> for MIN.
42194
228c019e
TS
42195 * csu/init-first.c (__libc_init_first): Call __ctype_init.
42196 * sysdeps/i386/init-first.c (init): Likewise.
42197 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42198 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42199 * sysdeps/sh/init-first.c (init): Likewise.
42200
cfa633f5
UD
422012012-04-01 Ulrich Drepper <drepper@gmail.com>
42202
42203 * po/ru.po: Update from translation team.
d1635ef8 42204 * po/vi.po: Likewise.
cfa633f5 42205
6cd0a5ea
SP
422062012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
42207
42208 * resolv/nss_dns/dns-host.c: Merge copyright years.
42209
4b43400f
LD
422102012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
42211
42212 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42213 Optimize memcpy with prefetch if
42214 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
42215 src, dst pointers have unequal 16 byte alignments.
42216
48c41d04
SP
422172012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
42218
42219 [BZ #13928]
42220 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42221 from a CNAME entry and return the minimum ttl for the query.
42222 (gaih_getanswer_slice): Likewise.
42223
b8dc394d
JL
422242012-03-30 Jeff Law <law@redhat.com>
42225
42226 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42227 due to long keys.
42228 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42229 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42230
2f5a5ed0
JL
42231 * resolv/nss_dns/dns-host.c: Update copyright year.
42232
1d39e359
UD
422332012-03-30 Ulrich Drepper <drepper@gmail.com>
42234
c030f70c 42235 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 42236 requests to save a system call. Fix check that all bytes are sent.
c030f70c 42237
1d39e359
UD
42238 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42239 comments for sendmmsg.
42240
422412012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
42242
42243 [BZ #13691]
42244 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42245 with only 1 character between 0x0041 and 0x01b0.
42246 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42247 * wcsmbs/tst-mbsnrtowcs.c: New file.
42248
20fde227
DM
422492012-03-29 David S. Miller <davem@davemloft.net>
42250
42251 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42252 small copies by hand.
42253
984a4237
JL
422542012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
42255
42256 [BZ #13761]
57f41c40
AS
42257 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42258 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42259 group memberships.
984a4237 42260
18c9d62b
DM
422612012-03-28 David S. Miller <davem@davemloft.net>
42262
88d85d4f
DM
42263 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42264 that branches into memcpy.
42265 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42266 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42267 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42268 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42269 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42270 bits.
42271 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42272 implementation too.
42273 * sysdeps/sparc/mempcpy.S: New file.
42274
e5aa83e1
DM
42275 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42276 the IFUNC routine in the libc case.
42277 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42278
88570753
DM
42279 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42280 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42281 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42282 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42283 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42284 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42285 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42286 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42287
249d7567
DM
42288 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42289 loop to 256 bytes instead of 64 bytes and fix test signedness.
42290
18c9d62b
DM
42291 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42292 * sysdeps/sparc/sparc32/Makefile: rather than here...
42293 * sysdeps/sparc/sparc64/Makefile: and here.
42294
05f3d1f6
UD
422952012-03-28 Ulrich Drepper <drepper@gmail.com>
42296
42297 * malloc/mallocbug.c: Avoid warnings about unused variables.
42298
86ae07a8
JL
422992012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
42300
42301 [BZ #13760]
42302 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42303 in the right place. Discard and retry query if response is
42304 larger than input buffer size.
42305
41bf21a1
JM
423062012-03-28 Joseph Myers <joseph@codesourcery.com>
42307
d6270972
JM
42308 [BZ #369]
42309 [BZ #2678]
42310 [BZ #3866]
42311 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42312 x for large integer exponent.
42313 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42314 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
42315 sign of result as needed afterwards.
42316 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42317 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42318 result for underflowing pow the same as for overflow.
42319 (__kernel_standard_l): Handle powl overflow and underflow here
42320 rather than calling __kernel_standard.
42321 * math/libm-test.inc (pow_test): Add more tests.
42322
414fca03 42323 [BZ #3868]
41bf21a1
JM
42324 [BZ #13879]
42325 [BZ #13910]
42326 [BZ #13911]
42327 [BZ #13912]
42328 [BZ #13913]
42329 [BZ #13915]
42330 [BZ #13916]
42331 [BZ #13917]
42332 [BZ #13918]
42333 [BZ #13919]
42334 [BZ #13920]
42335 [BZ #13921]
42336 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42337 * sysdeps/ieee754/k_standard.c: Include <float.h>.
42338 (__kernel_standard_l): New function.
42339 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42340 __kernel_standard.
42341 * math/w_acosl.c (__acosl): Likewise.
42342 * math/w_asinl.c (__asinl): Likewise.
42343 * math/w_atan2l.c (__atan2l): Likewise.
42344 * math/w_atanhl.c (__atanhl): Likewise.
42345 * math/w_coshl.c (__coshl): Likewise.
42346 * math/w_exp10l.c (__exp10l): Likewise.
42347 * math/w_exp2l.c (__exp2l): Likewise.
42348 * math/w_fmodl.c (__fmodl): Likewise.
42349 * math/w_hypotl.c (__hypotl): Likewise.
42350 * math/w_j0l.c (__j0l, __y0l): Likewise.
42351 * math/w_j1l.c (__j1l, __y1l): Likewise.
42352 * math/w_jnl.c (__jnl, __ynl): Likewise.
42353 * math/w_lgammal.c (__lgammal): Likewise.
42354 * math/w_log10l.c (__log10l): Likewise.
42355 * math/w_log2l.c (__log2l): Likewise.
42356 * math/w_logl.c (__logl): Likewise.
42357 * math/w_powl.c (__powl): Likewise.
42358 * math/w_remainderl.c (__remainderl): Likewise.
42359 * math/w_scalbl.c (sysv_scalbl): Likewise.
42360 * math/w_sinhl.c (__sinhl): Likewise.
42361 * math/w_sqrtl.c (__sqrtl): Likewise.
42362 * math/w_tgammal.c (__tgammal): Likewise.
42363 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42364 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42365 * math/libm-test.inc (acos_test): Add more tests.
42366 (acosh_test): Likewise.
42367 (asin_test): Likewise.
42368 (atanh_test): Likewise.
42369 (exp_test): Likewise.
42370 (exp10_test): Likewise.
42371 (exp2_test): Likewise.
42372 (expm1_test): Likewise.
42373 (lgamma_test): Likewise.
42374 (log_test): Likewise.
42375 (log10_test): Likewise.
42376 (log1p_test): Likewise.
42377 (log2_test): Likewise.
42378 (pow_test): Do not allow some spurious overflow exceptions.
42379 (sqrt_test): Add more tests.
42380 (tgamma_test): Likewise.
42381 (y0_test): Likewise.
42382 (y1_test): Likewise.
42383 (yn_test): Likewise.
42384
dd62fda6
AB
423852012-03-27 Anton Blanchard <anton@samba.org>
42386
42387 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42388 MAP_HUGETLB.
42389 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42390 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42391 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42392
1e3cdfda
AJ
423932012-03-27 David S. Miller <davem@davemloft.net>
42394
b855ab85
DM
42395 * conform/Makefile: Run run-conformtest.sh using $(BASH).
42396
1e3cdfda
AJ
42397 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42398 have-as-vis3 check.
42399
424002012-03-27 Andreas Jaeger <aj@suse.de>
42401
42402 * sysdeps/x86_64/elf/configure.in: Moved to ...
42403 * sysdeps/x86_64/configure.in: ... here.
42404 * sysdeps/x86_64/elf/start.S: Moved to ...
42405 * sysdeps/x86_64/start.S: ... here.
42406 * sysdeps/x86_64/elf/configure: Delete.
42407
42408 * sysdeps/x86_64/configure.in: Merge contents from
42409 sysdeps/i386/configure.in (without i686 check).
42410
42411 * sysdeps/i386/elf/Versions: Merge into ...
42412 * sysdeps/i386/Versions: ... this.
42413 * sysdeps/i386/elf/Versions: Delete file.
42414 * sysdeps/i386/elf/start.S: Moved to ...
42415 * sysdeps/i386/start.S: ...here.
42416 * sysdeps/i386/elf/configure.in: Merge into...
42417 * sysdeps/i386/configure.in: ...here.
42418 * sysdeps/i386/elf/configure.in: Delete file.
42419 * sysdeps/i386/elf/configure: Delete file.
42420
42421 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42422 * debug/backtracesyms.c: ... here.
42423 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42424 * debug/backtracesymsfd.c: ... here.
42425 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42426 * sysdeps/generic/ifunc-sel.h: ... here.
42427
42428 * sysdeps/unix/i386/start.c: Delete file.
42429 * sysdeps/unix/sparc/start.c: Delete file.
42430 * sysdeps/unix/start.c: Delete file.
42431
42432 * sysdeps/sh/elf/configure.in: Moved to ...
42433 * sysdeps/sh/configure.in: ... here.
42434 * sysdeps/sh/elf/start.S: Moved to ...
42435 * sysdeps/sh/start.S: ... here.
42436 * sysdeps/sh/elf/configure: Delete file.
42437
42438 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42439 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42440 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42441 * sysdeps/powerpc/powerpc64/entry.h: ... here.
42442 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42443 * sysdeps/powerpc/powerpc64/start.S: here.
42444 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42445 * sysdeps/powerpc/powerpc64/Makefile: ... this.
42446 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42447 * sysdeps/powerpc/powerpc64/configure.in: ... this.
42448 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42449
42450 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42451 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42452 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42453 * sysdeps/powerpc/powerpc32/start.S: ... here.
42454 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42455 * sysdeps/powerpc/powerpc32/configure.in: ... this.
42456 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42457
42458 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42459 * sysdeps/powerpc/ifunc-sel.h: ... here.
42460 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42461 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42462
42463 * sysdeps/sparc/elf/configure.in: Moved to ...
42464 * sysdeps/sparc/configure.in: ... here.
42465 * sysdeps/sparc/elf/configure: Delete file.
42466 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42467 * sysdeps/sparc/sparc32/start.S: ... here.
42468 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42469 * sysdeps/sparc/sparc64/start.S: ... here.
42470 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42471 * sysdeps/sparc/sparc32/Makefile: ... this.
42472 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42473 * sysdeps/sparc/sparc64/Makefile: ... this.
42474
42475 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42476 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42477 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42478 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42479 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42480 * sysdeps/s390/s390-32/setjmp.S: ... here.
42481 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42482 * sysdeps/s390/s390-32/configure.in: ... here.
42483 * sysdeps/s390/s390-32/elf/configure: Delete file.
42484 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42485 * sysdeps/s390/s390-32/start.S: ... here.
42486
42487 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42488 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42489 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42490 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42491 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42492 * sysdeps/s390/s390-64/setjmp.S: ... here.
42493 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42494 * sysdeps/s390/s390-64/configure.in: ... here
42495 * sysdeps/s390/s390-64/elf/configure: Delete file.
42496 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42497 * sysdeps/s390/s390-64/start.S: ... here.
42498 * sysdeps/s390/s390-64/elf/configure: Delete.
42499
42500 * configure.in: Remove support for elf directories in sysdeps.
42501
42502 * configure: Regenerated.
42503 * sysdeps/i386/configure: Regenerated.
42504 * sysdeps/powerpc/powerpc32/configure: Regenerated.
42505 * sysdeps/powerpc/powerpc64/configure: Regenerated.
42506 * sysdeps/s390/s390-32/configure: Regenerated.
42507 * sysdeps/s390/s390-64/configure: Regenerated.
42508 * sysdeps/sh/configure: Regenerated.
42509 * sysdeps/sparc/configure: Regenerated.
42510 * sysdeps/x86_64/configure: Regenerated.
42511
a3f61311
AS
425122012-03-26 Andreas Schwab <schwab@linux-m68k.org>
42513
c876e002
AS
42514 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42515
a3f61311
AS
42516 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
42517 denormal result into account.
42518
ac4c54f0
RM
425192012-03-25 Roland McGrath <roland@hack.frob.com>
42520
42521 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
42522 Reported by Allan McRae <allan@archlinux.org>.
42523
6a9b9c02
JL
425242012-03-23 Jeff Law <law@redhat.com>
42525
42526 * nss/getnssent.c (__nss_getent): Fix typo.
42527
4c42a0c1
DM
425282012-03-23 David S. Miller <davem@davemloft.net>
42529
42530 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42531
1532c7ac
L
425322012-03-23 H.J. Lu <hongjiu.lu@intel.com>
42533
42534 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
42535 to pad to uint64_t for each field.
42536 (dl_tls_index): Replace unsigned long with uint64_t.
42537
3ff42526
PP
425382012-03-23 Daniel Jacobowitz <dmj@google.com>
42539 Paul Pluzhnikov <ppluzhnikov@google.com>
42540
42541 [BZ #6528]
42542 * grp/Makefile (otherlibs): Don't set it.
42543 * inet/Makefile (otherlibs): Likewise.
42544 * login/Makefile (otherlibs): Likewise.
42545 * nscd/Makefile (otherlibs): Likewise.
42546 * posix/Makefile (otherlibs): Likewise.
42547 * pwd/Makefile (otherlibs): Likewise.
42548 * rt/Makefile (otherlibs): Likewise.
42549 * sunrpc/Makefile (otherlibs): Likewise.
42550 * nss/Makefile (otherlibs): Likewise.
42551 Add libnss_files to routines and static-only-routines.
42552 ($(objpfx)getent): Remove rule.
42553 * resolv/Makefile: Add libnss_dns and libresolv to routines and
42554 static-only-routines.
42555
7c69cd14
JM
425562012-03-22 Joseph Myers <joseph@codesourcery.com>
42557
42558 [BZ #13892]
42559 * math/s_cexp.c: Include <float.h>.
42560 (__cexp): Handle exp result overflowing not necessarily
42561 overflowing both real and imaginary parts of result.
42562 * math/s_cexpf.c: Likewise.
42563 * math/s_cexpl.c: Likewise.
42564 * math/libm-test.inc (cexp_test): Add more tests.
42565 * sysdeps/i386/fpu/libm-test-ulps: Update.
42566 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42567
81b035fe
L
425682012-03-22 H.J. Lu <hongjiu.lu@intel.com>
42569
42570 * include/link.h (ELFW): New macro.
42571 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
42572 Replace ELF64_R_TYPE with ELFW(R_TYPE).
42573
1da7940c
L
425742012-03-22 H.J. Lu <hongjiu.lu@intel.com>
42575
42576 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
42577 with uint64_t.
42578
b749dbb9
L
425792012-03-22 H.J. Lu <hongjiu.lu@intel.com>
42580
42581 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
42582 declaration.
42583 (struct La_x32_retval): Likewise.
42584
2ff87f3f
L
425852012-03-22 H.J. Lu <hongjiu.lu@intel.com>
42586
42587 * sysdeps/x86_64/preconfigure.in: New file.
42588 * sysdeps/x86_64/preconfigure: New generated file.
42589
c0df8e69
JM
425902012-03-22 Joseph Myers <joseph@codesourcery.com>
42591
48e44791
JM
42592 [BZ #13824]
42593 * math/e_exp2l.c: Include <float.h>.
42594 (__ieee754_exp2l): Handle overflow and underflow cases
42595 separately. Only pass fractional part of argument to
42596 __ieee754_expl.
42597 * math/libm-test.inc (exp2_test): Add more tests.
42598
c0df8e69
JM
42599 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
42600 negating x to take absolute value.
42601 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
42602 Likewise.
42603 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
42604 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
42605 Likewise.
42606 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
42607 computing low part if x was negated.
42608 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
42609
c8e43ba7
L
426102012-03-21 H.J. Lu <hongjiu.lu@intel.com>
42611
42612 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
42613 la_x32_gnu_pltexit.
42614 (pltexit): Cast int_retval to ptrdiff_t.
42615 * elf/tst-auditmod3b.c: Likewise.
42616 * elf/tst-auditmod4b.c: Likewise.
42617 * elf/tst-auditmod5b.c: Likewise.
42618 * elf/tst-auditmod6b.c: Likewise.
42619 * elf/tst-auditmod6c.c: Likewise.
42620 * elf/tst-auditmod7b.c: Likewise.
42621
42622 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
42623 and x32_gnu_pltexit.
42624
42625 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
42626 __ELF_NATIVE_CLASS.
42627 (La_x32_regs): New macro.
42628 (La_x32_retval): Likewise.
42629 (la_x32_gnu_pltenter): New function prototype.
42630 (la_x32_gnu_pltexit): Likewise.
42631
7998fa78
AS
426322012-03-21 Andreas Schwab <schwab@linux-m68k.org>
42633
dcb33988
AS
42634 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
42635 exponent.
42636
233fc563
AS
42637 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42638
7998fa78
AS
42639 * configure.in (libc_cv_cc_nofma): Check for option to disable
42640 generation of FMA instructions.
42641 * configure: Regenerate.
42642 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
42643 * sysdeps/ieee754/dbl-64/Makefile: New file.
42644 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
42645 Remove brandred-fma4.
42646 (CFLAGS-brandred-fma4.c): Remove.
42647 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
42648 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
42649 define.
42650 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
42651 define.
42652
8e95c99a
L
426532012-03-21 H.J. Lu <hongjiu.lu@intel.com>
42654
42655 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42656 LLONG_MAX != LONG_MAX.
42657 (_itoa_word): Use _ITOA_WORD_TYPE on value.
42658 (_fitoa_word): Likewise.
42659 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
42660 LLONG_MAX != LONG_MAX.
42661 * stdio-common/_itowa.h: Include <_itoa.h>.
42662 (_itowa_word): Use _ITOA_WORD_TYPE on value.
42663 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
42664 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
42665 only if not defined.
42666 (_ITOA_WORD_TYPE): Likewise.
42667 (_itoa_word): Use _ITOA_WORD_TYPE on value.
42668 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
42669
6f4db457
DM
426702012-03-21 David S. Miller <davem@davemloft.net>
42671
42672 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42673
7785fe5a
L
426742012-03-21 H.J. Lu <hongjiu.lu@intel.com>
42675
42676 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
42677 of x86_64 when setting libc_cv_slibdir, libdir and
42678 libc_cv_localedir.
42679 * sysdeps/unix/sysv/linux/configure: Regenerated.
42680
4535cd55
JM
426812012-03-21 Joseph Myers <joseph@codesourcery.com>
42682
42683 * manual/lang.texi (Old Varargs): Remove section.
42684 (How Variadic): Update menu.
42685 (va_start): Do not mention varargs.h.
42686
17228132
TS
426872012-03-21 Thomas Schwinge <thomas@codesourcery.com>
42688 Joseph Myers <joseph@codesourcery.com>
42689
42690 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
42691 link test.
42692 * configure: Regenerated.
42693
8149f976
TS
426942012-03-21 Thomas Schwinge <thomas@codesourcery.com>
42695
05f3d1f6
UD
42696 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
42697 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
42698 conformtest.pl
8149f976 42699
1a4ac776
JM
427002012-03-21 Joseph Myers <joseph@codesourcery.com>
42701
be22ce65
JM
42702 * NOTES: Remove.
42703 * Makefile (files-for-dist): Remove NOTES.
42704 (NOTES): Remove rule.
42705 * README: Don't refer to NOTES.
42706 * manual/creature.texi: Don't include macros.texi.
42707 * manual/intro.texi (creature.texi): Remove comment referring to
42708 NOTES.
42709
40b601fb
JM
42710 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
42711 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
42712 * configure: Regenerated.
42713 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
42714 LIBC_TRY_CC_OPTION.
42715 (libc_cv_as_i686): Likewise.
42716 (libc_cv_cc_avx): Likewise.
42717 (libc_cv_cc_sse2avx): Likewise.
42718 (libc_cv_cc_fma4): Likewise.
42719 (libc_cv_cc_novzeroupper): Likewise.
42720 * sysdeps/i386/configure: Regenerated.
42721
1a4ac776
JM
42722 [BZ #13883]
42723 * sysdeps/i386/fpu/s_cexp.S: Remove.
42724 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42725 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42726 * math/libm-test.inc (cexp_test): Add more tests.
42727 * sysdeps/i386/fpu/libm-test-ulps: Update.
42728 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42729
a458e7fe
AM
427302012-03-21 Allan McRae <allan@archlinux.org>
42731
42732 * timezone/Makefile: Do not install iso3166.tab and zone.tab
42733
0cb7efc5
JM
427342012-03-21 Joseph Myers <joseph@codesourcery.com>
42735
42736 [BZ #13871]
42737 * math/w_exp2.c: Do not include <float.h>.
42738 (o_threshold, u_threshold): Remove.
42739 (__exp2): Calculate result before checking finiteness and calling
42740 __kernel_standard.
42741 * math/w_exp2f.c: Likewise.
42742 * math/w_exp2l.c: Likewise.
42743 * math/libm-test.inc (exp2_test): Require overflow exception for
42744 1e6 input.
2460d3aa
JM
42745
42746 [BZ #3866]
42747 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
42748 range of signed 64-bit integers before using fistpll. Remove
42749 checks for whether integers fit in mantissa bits.
42750 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
42751 the range of signed 32-bit integers before using fistpl. Remove
42752 checks for whether integers fit in mantissa bits.
42753 * sysdeps/i386/fpu/e_powl.S (p64): New object.
42754 (__ieee754_powl): Test for y outside the range of signed 64-bit
42755 integers before using fistpll. Reduce 64-bit values to 63-bit
42756 ones as needed.
42757 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
42758 divide-by-zero is raised for zero to large negative powers.
42759 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
42760 (__ieee754_powl): Test for y outside the range of signed 64-bit
42761 integers before using fistpll. Reduce 64-bit values to 63-bit
42762 ones as needed.
42763 * math/libm-test.inc (pow_test): Add more tests.
42764
eb96ffb0
L
427652012-03-20 H.J. Lu <hongjiu.lu@intel.com>
42766
42767 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
42768 <stdio-common/_itoa.h>.
42769 * debug/segfault.c: Likewise.
42770 * elf/dl-cache.c: Likewise.
42771 * elf/dl-minimal.c: Likewise.
42772 * elf/dl-misc.c: Likewise.
42773 * elf/dl-sysdep.c: Likewise.
42774 * elf/dl-version.c: Likewise.
42775 * elf/rtld.c: Likewise.
42776 * hurd/hurdsock.c: Likewise.
42777 * hurd/lookup-retry.c: Likewise.
42778 * malloc/malloc.c: Likewise.
42779 * malloc/mtrace.c: Likewise.
42780 * nscd/nscd_getgr_r.c: Likewise.
42781 * nscd/nscd_getpw_r.c: Likewise.
42782 * nscd/nscd_getserv_r.c: Likewise.
42783 * posix/getopt_init.c: Likewise.
42784 * posix/wordexp.c: Likewise.
42785 * stdio-common/_itoa.c: Likewise.
42786 * stdio-common/printf_fphex.c: Likewise.
42787 * stdio-common/vfprintf.c: Likewise.
42788 * string/_strerror.c: Likewise.
42789 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
42790 * sysdeps/i386/i686/hp-timing.h: Likewise.
42791 * sysdeps/mach/_strerror.c: Likewise.
42792 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
42793 * sysdeps/mach/hurd/sethostid.c: Likewise.
42794 * sysdeps/mach/hurd/xmknodat.c: Likewise.
42795 * sysdeps/mach/xpg-strerror.c: Likewise.
42796 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
42797 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
42798 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
42799 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
42800 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
42801 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
42802 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
42803 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
42804 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
42805 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
42806 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
42807 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
42808 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
42809 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
42810 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
42811 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
42812 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
42813 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
42814 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
42815 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
42816 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
42817
42818 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
42819
42820 * stdio-common/_itoa.h: Moved to ...
42821 * sysdeps/generic/_itoa.h: Here.
42822
42823 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
42824
42825 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
42826 instead of "_itoa.h" and "_itowa.h".
42827 * stdio-common/vfprintf.: Likewise.
42828
d1af992d
L
428292012-03-20 H.J. Lu <hongjiu.lu@intel.com>
42830
42831 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
42832 <bits/wordsize.h>.
42833 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
42834 (__signbit): Likwise.
42835 (llrintf): Likwise.
42836 (llrint): Likwise.
42837
114883e0
L
428382012-03-20 H.J. Lu <hongjiu.lu@intel.com>
42839
42840 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
42841 __WORDSIZE != 64.
42842
c135cc1b
JM
428432012-03-20 Joseph Myers <joseph@codesourcery.com>
42844
42845 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
42846 OVERFLOW_EXCEPTION_OK.
42847 * math/libm-test.inc ("Philosophy"): Update comment about
42848 exception testing.
42849 (OVERFLOW_EXCEPTION): Define.
42850 (OVERFLOW_EXCEPTION_OK): Likewise.
42851 (INVALID_EXCEPTION_OK): Renumber.
42852 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42853 (IGNORE_ZERO_INF_SIGN): Likewise.
42854 (test_exceptions): Handle FE_OVERFLOW.
42855 (exp10_test): Expect overflow exceptions.
42856 (exp2_test): Likewise.
42857 (expm1_test): Likewise.
42858 (nextafter_test): Likewise.
42859 (pow_test): Likewise.
42860 (scalbn_test): Likewise.
42861 (scalbln_test): Likewise.
42862
95443d88
L
428632012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42864
42865 * sysdeps/x86_64/bits/atomic.h
42866 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
42867 64bit integer.
42868 (atomic_exchange_acq): Likewise.
42869 (__arch_exchange_and_add_body): Likewise.
42870 (__arch_add_body): Likewise.
42871 (atomic_add_negative): Likewise.
42872 (atomic_add_zero): Likewise.
42873
490df6c4
L
428742012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42875
c2722551 42876 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
42877 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
42878
5e52b189
L
428792012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42880
42881 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
42882 Check __x86_64__ instead of __WORDSIZE.
42883
a9879d4c
L
428842012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42885
42886 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
42887
5df98260
DM
428882012-03-19 David S. Miller <davem@davemloft.net>
42889
e1497744
DM
42890 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42891
5df98260
DM
42892 * sysdeps/sparc/fpu/fenv_private.h: New file.
42893 * sysdeps/sparc/fpu/math_private.h: Use it.
42894 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
42895 Remove.
57f41c40 42896 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
42897 (libc_feholdexcept_setroundl): Remove.
42898 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
42899 Remove.
42900 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
42901 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
42902
b4c35121
L
429032012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42904
42905 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
42906 int64_t instead of long int.
42907 (INSERT_WORDS64): Likwise.
42908
56965fd7
L
429092012-03-19 H.J. Lu <hongjiu.lu@intel.com>
42910
42911 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
42912 _Unwind_GetCFA return to _Unwind_Ptr first.
42913
83d1aec8
JM
429142012-03-19 Joseph Myers <joseph@codesourcery.com>
42915
1897ad44
JM
42916 [BZ #13629]
42917 * math/s_clog.c: Include <float.h>.
42918 (__clog): Scale large or subnormal inputs.
42919 * math/s_clogf.c: Likewise.
42920 * math/s_clogl.c: Likewise.
42921 * math/s_clog10.c: Include <float.h>.
42922 (M_LOG10_2): Define.
42923 (__clog10): Scale large or subnormal inputs.
42924 * math/s_clog10f.c: Likewise.
42925 * math/s_clog10l.c: Likewise.
42926 * math/libm-test.inc (clog_test): Add more tests.
42927 (clog10_test): Likewise.
42928 * sysdeps/i386/fpu/libm-test-ulps: Update.
42929 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42930
7726d6a9
JM
42931 [BZ #11451]
42932 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
42933 x and y.
42934 * math/libm-test.inc (atan2_test): Add another test.
42935
83d1aec8
JM
42936 * Makerules (common-objdir-compile): Remove.
42937 * sysdeps/unix/Makefile (config-generated): Do not add
42938 $(unix-generated) to variable.
42939 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
42940 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
42941 Remove rule.
42942 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
42943 Likewise.
42944 [generic bits/local_lim.h] (before-compile): Do not append to
42945 variable.
42946 [generic bits/local_lim.h] (common-generated): Likewise.
42947 [generic sys/param.h] (before-compile): Do not append to variable.
42948 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
42949 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
42950 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
42951 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
42952 include.
42953 [generic sys/param.h] (sys/param.h-includes): Remove variable.
42954 [generic sys/param.h] (sys/param.h-includes): Remove rule.
42955 [generic sys/param.h] ($(addprefix
42956 $(common-objpfx),$(sys/param.h-includes))): Likewise.
42957 [generic sys/param.h] (common-generated): Do not append to
42958 variable.
42959 [generic sys/param.h] (sysdep_headers): Likewise.
42960 [generic bits/errno.h] (before-compile): Do not append to
42961 variable.
42962 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
42963 rule.
42964 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
42965 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
42966 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
42967 [generic bits/errno.h] (common-generated): Do not append to
42968 variable.
42969 [generic bits/ioctls.h] (before-compile): Do not append to
42970 variable.
42971 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
42972 rule.
42973 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
42974 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
42975 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
42976 rule.
42977 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
42978 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
42979 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
42980 [generic bits/ioctls.h] (common-generated): Do not append to
42981 variable.
42982 [generic sys/syscall.h] (syscall.h): Remove variable.
42983 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
42984 rule.
42985 [generic sys/syscall.h] (before-compile): Do not append to
42986 variable.
42987 [generic sys/syscall.h] (common-generated): Likewise.
42988 * sysdeps/unix/errnos-tmpl.c: Remove file.
42989 * sysdeps/unix/errnos.awk: Likewise.
42990 * sysdeps/unix/ioctls-tmpl.c: Likewise.
42991 * sysdeps/unix/ioctls.awk: Likewise.
42992 * sysdeps/unix/mk-local_lim.c: Likewise.
42993 * sysdeps/unix/snarf-ioctls: Likewise.
42994
4851a949
RH
429952012-03-19 Richard Henderson <rth@twiddle.net>
42996
bd37f2ee
RH
42997 * sysdeps/i386/fpu/fenv_private.h: New file.
42998 * sysdeps/i386/fpu/math_private.h: Use it.
42999 (math_opt_barrier, math_force_eval): Remove.
43000 (libc_feholdexcept_setround_53bit): Remove.
43001 (libc_feupdateenv_53bit): Remove.
43002 * sysdeps/x86_64/fpu/math_private.h: Likewise.
43003 (math_opt_barrier, math_force_eval): Remove.
43004 (libc_feholdexcept): Remove.
43005 (libc_feholdexcept_setround): Remove.
43006 (libc_fetestexcept, libc_fesetenv): Remove.
43007 (libc_feupdateenv_test): Remove.
43008 (libc_feupdateenv, libc_feholdsetround): Remove.
43009 (libc_feresetround): Remove.
43010
d0adc922
RH
43011 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43012 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43013
0fe0f1f8
RH
43014 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43015 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43016 (libc_feupdateenv_testl): New.
43017 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43018 (libc_feupdateenv_testf): New.
43019 (libc_feupdateenv): Use libc_feupdateenv_test.
43020 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43021 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43022
eb92c487
RH
43023 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43024 (libc_feholdsetroundf, libc_feholdsetroundl): New.
43025 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43026 (libc_feresetround_noex): New.
43027 (libc_feresetround_noexf): New.
43028 (libc_feresetround_noexl): New.
43029 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43030 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43031 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43032 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43033 SET_RESTORE_ROUND.
43034 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43035 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43036 (__cos): Likewise.
43037 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43038 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43039 SET_RESTORE_ROUND_NOEX.
43040 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43041 SET_RESTORE_ROUND_NOEXF.
43042 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43043 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43044 (libc_feholdsetroundf): New.
43045 (libc_feresetround, libc_feresetroundf): New.
43046
7d2e8012
RH
43047 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43048 (libc_feholdexcept_setround_53bit): Convert from macro to function.
43049 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
43050
b4dabbb4
RH
43051 * sysdeps/generic/math_private.h: Include <fenv.h>.
43052 (default_libc_feholdexcept): New.
43053 (default_libc_feholdexcept_setround): New.
43054 (default_libc_fesetenv, default_libc_feupdateenv): New.
43055 (libc_feholdexcept): Only define if undefined.
43056 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43057 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43058 (libc_feholdexcept_setroundl): Likewise.
43059 (libc_feholdexcept_setround_53bit): Likewise.
43060 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43061 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43062 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43063 (libc_feupdateenv_53bit): Likewise.
43064 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43065 (libc_feholdexcept): Convert from macro to inline function.
43066 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43067 (libc_fesetenv, libc_feupdateenv): Likewise.
43068
4851a949
RH
43069 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43070 not previously defined.
43071 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43072 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43073 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43074 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43075 * sysdeps/ieee754/flt-32/math_private.h: New file.
43076 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43077 math_private.h below SET_FLOAT_WORD.
43078 (__isnan, __isinf_ns, __finite): Remove.
43079 (__isnanf, __isinf_nsf, __finitef): Remove.
43080
e79d442e
AS
430812012-03-18 Andreas Schwab <schwab@linux-m68k.org>
43082
43083 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43084
90b80344
DM
430852012-03-17 David S. Miller <davem@davemloft.net>
43086
43087 [BZ #6471]
43088 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43089 for 2.16.
43090
edc21804
DM
430912012-03-16 David S. Miller <davem@davemloft.net>
43092
77e927af
DM
43093 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43094 warnings.
43095
374976dd
DM
43096 [BZ #6471]
43097 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43098 properly.
43099 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43100 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43101 sysdep_routines when subdir is sysvipc.
43102 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43103 __getshmlba helper.
43104
edc21804
DM
43105 * sysdeps/sparc/fpu/libm-test/ulps: Update.
43106
473c3ef3
L
431072012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43108
43109 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43110 [__LP64__].
43111
eb0f39b6
L
431122012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43113
43114 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43115 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43116 (__lround): Renamed to ...
43117 (__llround): This. Replace long int with long long int.
43118 Define lround functions as aliases of llround functions.
43119 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43120
6b6cd74b
L
431212012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43122
43123 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43124 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
43125 adresses to uintptr_t. Replace "long int" and "unsigned long
43126 int" with "greg_t" on va_arg.
43127
f1a77b01
L
431282012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43129
43130 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43131 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43132
43133 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43134 Move e_machine check before EI_CLASS check. Handle x32
43135 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43136 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43137 SKIP_EM_IA_64 and include
43138 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43139
43140 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43141 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43142 (add_system_dir): New macro.
43143
43144 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43145 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43146
11b90b9f
JM
431472012-03-16 Joseph Myers <joseph@codesourcery.com>
43148
c36e1d23
JM
43149 [BZ #2551]
43150 [BZ #2552]
43151 [BZ #2553]
43152 [BZ #2554]
43153 [BZ #2562]
43154 [BZ #2563]
43155 [BZ #2565]
43156 [BZ #2566]
43157 [BZ #2576]
43158 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43159 (y0): Likewise.
43160 * math/w_j0f.c (j0f): Likewise.
43161 (y0f): Likewise.
43162 * math/w_j0l.c (__j0l): Likewise.
43163 (__y0l): Likewise.
43164 * math/w_j1.c (j1): Likewise.
43165 (y1): Likewise.
43166 * math/w_j1f.c (j1f): Likewise.
43167 (y1f): Likewise.
43168 * math/w_j1l.c (__j1l): Likewise.
43169 (__y1l): Likewise.
43170 * math/w_jn.c (jn): Likewise.
43171 (yn): Likewise.
43172 * math/w_jnf.c (jnf): Likewise.
43173 (ynf): Likewise.
43174 * math/w_jnl.c (__jnl): Likewise.
43175 (__ynl): Likewise.
43176 * math/libm-test.inc (j0_test): Add more tests.
43177 (j1_test): Likewise.
43178 (jn_test): Likewise. Add trailing semicolon to existing test.
43179 (y0_test): Likewise.
43180 (y1_test): Likewise.
43181 * sysdeps/i386/fpu/libm-test-ulps: Update.
43182 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43183
11b90b9f
JM
43184 [BZ #13851]
43185 [BZ #13854]
43186 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43187 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43188 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43189 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43190 (__tanl): Set errno for infinite argument.
43191 * sysdeps/i386/fpu/mptan.c: Remove.
43192 * sysdeps/i386/fpu/s_tan.S: Likewise.
43193 * sysdeps/i386/fpu/s_tanl.S: Likewise.
43194 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43195 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43196 * math/libm-test.inc (tan_test): Add more tests and enable more
43197 tests for double and long double.
43198 * sysdeps/i386/fpu/libm-test-ulps: Update.
43199 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43200
6a1bd2a1
JK
432012012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
43202
43203 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43204 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43205
10a803e0
RM
432062012-03-16 Roland McGrath <roland@hack.frob.com>
43207
43208 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43209 * configure.in: Use it for both main tree and add-ons.
43210 * configure: Regenerated.
43211
f196c7f7
L
432122012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43213
43214 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43215
8848d99d
JM
432162012-03-16 Joseph Myers <joseph@codesourcery.com>
43217
96cbe7f4
JM
43218 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43219 in comment.
43220
8848d99d
JM
43221 [BZ #13851]
43222 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43223 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43224 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43225 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43226 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43227 infinite argument.
43228 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43229 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43230 != 0 for prec == 2.
43231 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43232 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43233 * sysdeps/i386/fpu/s_cosl.S: Likewise.
43234 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43235 * sysdeps/i386/fpu/s_sinl.S: Likewise.
43236 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43237 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43238 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43239 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43240 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43241 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43242 * math/libm-test.inc (cos_test): Add more tests and enable more
43243 tests for long double.
43244 (sin_test): Likewise.
43245 (sincos_test): Likewise.
43246 * sysdeps/i386/fpu/libm-test-ulps: Update.
43247 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43248
dd7f4703
DM
432492012-03-16 David S. Miller <davem@davemloft.net>
43250
43251 * sysdeps/sparc/fpu/math_private.h: New file.
43252
006f1daa
DM
432532012-03-15 David S. Miller <davem@davemloft.net>
43254
c0c83bc8
DM
43255 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43256 file.
e6a62e18 43257 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
43258 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43259 file.
e6a62e18
DM
43260 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43261 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43262 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43263 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43264 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43265 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43266 sysdep routines.
43267 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43268
88cb87d9
DM
43269 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43270 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43271
006f1daa 43272 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
43273 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43274 sparc-ifunc.h
006f1daa 43275 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
43276 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43277 Likewise.
43278 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43279 Likewise.
006f1daa
DM
43280 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43281 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43282 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
43283 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43284 Likewise.
006f1daa
DM
43285 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43286 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43287 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43288 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
43289 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43290 Likewise.
43291 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43292 Likewise.
006f1daa
DM
43293 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43294 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43295 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43296 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43297 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43298 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43299 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43300 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43301 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43302 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43303 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43304 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43305 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43306 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43307 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43308 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43309 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43310 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43311 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43312 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43313 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43314 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43315 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43316 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43317
11e0098e
AS
433182012-03-15 Andreas Schwab <schwab@linux-m68k.org>
43319
43320 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43321 scaling.
43322 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43323
e85b09d0
AJ
433242012-03-15 Andreas Jaeger <aj@suse.de>
43325
43326 [BZ #13852]
43327 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43328 ieee754/flt-32 implementation for sin, cos and sincos.
43329 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43330 * sysdeps/i386/fpu/s_cosf.S: Likewise.
43331 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43332 * sysdeps/i386/fpu/s_sinf.S: Likewise.
43333 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43334 ieee754/flt-32 implementation for tan.
43335
43336 * math/libm-test.inc (cos_test): Enable some large input tests for
43337 float as well
43338 (sin_test): Likewise.
43339 (sincos_test): Likewise.
43340 (tan_test): Add tests for large input.
43341
43342 * sysdeps/i386/fpu/libm-test-ulps: Update.
43343
81c64153
AJ
433442012-03-15 Andreas Jaeger <aj@suse.de>
43345
43346 [BZ #13658]
43347 * math/libm-test.inc (cos_test): Add more test cases.
43348 (sin_test): Likewise.
43349 (sincos_test): Likewise.
43350
7bbfa5c6
AJ
433512012-03-15 Andreas Jaeger <aj@suse.de>
43352
43353 [BZ #13837]
43354 * math/libm-test.inc (cos_test): Add a test case for large input
43355 value.
43356 (sin_test): Likewise.
43357 (sincos_test): Likewise.
43358
57f41c40
AS
433592012-03-15 Andreas Jaeger <aj@suse.de>
43360 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
43361
43362 [BZ #13658]
0671f479 43363 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
43364 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43365 * sysdeps/i386/fpu/branred.c: Likewise.
43366 * sysdeps/i386/fpu/dosincos.c: Likewise.
43367 * sysdeps/i386/fpu/mpa.c: Likewise.
43368 * sysdeps/i386/fpu/s_cos.S: Likewise.
43369 * sysdeps/i386/fpu/s_sin.S: Likewise.
43370 * sysdeps/i386/fpu/s_sincos.S: Likewise.
43371 * sysdeps/i386/fpu/sincos32.c: Likewise.
43372
43373 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43374 Define.
43375 (libc_feupdateenv_53bit): Define.
43376 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43377 Define.
43378 (libc_feupdateenv_53bit): Define.
43379
43380 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43381 53 bit (without extend i386 double precision).
43382
43383 * math/libm-test.inc (sincos_test): Add tests for large input.
43384 (sin): Likewise.
43385 (cos): Likewise.
43386
43387 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43388
9cad04ea
AS
433892012-03-15 Andreas Schwab <schwab@linux-m68k.org>
43390
43391 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43392
f7062b9a
DM
433932012-03-15 David S. Miller <davem@davemloft.net>
43394
43395 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43396 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43397 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43398 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43399 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43400 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43401 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43402 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43403 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43404 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43405 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43406 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43407 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43408 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43409 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
43410 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43411 file.
f7062b9a 43412 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
43413 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43414 file.
f7062b9a 43415 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
43416 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43417 file.
f7062b9a 43418 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
43419 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43420 file.
f7062b9a
DM
43421 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43422 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43423 fmin/fmax sysdep routines.
43424 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43425
7bd951ff
DM
434262012-03-14 David S. Miller <davem@davemloft.net>
43427
559398ab
DM
43428 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43429 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43430 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43431 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43432 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43433 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43434 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43435 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43436 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43437 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43438 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43439 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43440 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43441 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43442 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43443 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43444 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43445 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43446 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43447 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43448 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43449 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43450 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43451 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43452 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43453 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43454 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43455 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
43456 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43457 routines.
43458 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43459 file.
559398ab 43460 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
43461 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43462 file.
559398ab 43463 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
43464 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43465 file.
559398ab 43466 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
43467 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43468 file.
559398ab 43469 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
43470 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43471 file.
559398ab 43472 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
43473 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43474 file.
43475 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43476 file.
43477 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43478 file.
43479 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43480 file.
43481 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43482 New file.
43483 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43484 file.
43485 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43486 file.
559398ab 43487 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
43488 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43489 file.
559398ab 43490 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
43491 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43492 file.
559398ab 43493 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
43494 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43495 file.
559398ab 43496 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
43497 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43498 VIS3 routines.
559398ab
DM
43499
43500 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43501 New file.
43502
5a1c1e32
DM
43503 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43504
eae47a36
DM
43505 * sysdeps/sparc/configure.in: New file.
43506 * sysdeps/sparc/configure: Generate.
43507 * configure.in (libc_cv_sparc_as_vis3): Substitute.
43508 * configure: Regenerate.
43509 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43510 * config.make.in (have-as-vis3): New.
43511 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43512 available use -Av9d instead of -Av9a.
43513 * sysdeps/sparc/sparc64/Makefile: Likewise.
43514 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
43515 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
43516 New file.
43517 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
43518 file.
43519 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
43520 New file.
43521 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
43522 file.
eae47a36
DM
43523 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
43524 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
43525 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
43526 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
43527 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
43528
c0c83bc8
DM
43529 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
43530 fzeros/fnegs to load 0x80000000 into a float register instead of
43531 using the stack.
7bd951ff
DM
43532 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
43533
bd951ccb
JM
435342012-03-14 Joseph Myers <joseph@codesourcery.com>
43535
43536 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43537 bits/syscall.h.
43538 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
43539 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
43540 ($(inst_includedir)/bits/syscall.h): Remove rule.
43541 ($(objpfx)bits/syscall.d): Include instead of
43542 $(objpfx)syscall-list.d.
43543 (generated): Change syscall-list.h and syscall-list.d to
43544 bits/syscall.h and bits/syscall.d.
43545
bb4e6db2
RM
435462012-03-14 Roland McGrath <roland@hack.frob.com>
43547
43548 [BZ #13846]
43549 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
43550
aa4a2ae1
JM
435512012-03-14 Joseph Myers <joseph@codesourcery.com>
43552
e456826d
JM
43553 [BZ #13841]
43554 * math/s_csqrt.c: Include <float.h>.
43555 (__csqrt): Scale large or subnormal inputs.
43556 * math/s_csqrtf.c: Likewise.
43557 * math/s_csqrtl.c: Likewise.
43558 * math/libm-test.inc (csqrt_test): Add more tests.
43559 * sysdeps/i386/fpu/libm-test-ulps: Update.
43560 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43561
aa4a2ae1
JM
43562 [BZ #13840]
43563 * math/libm-test.inc (hypot_test): Add more tests.
43564
7c10fd35
DM
435652012-03-13 David S. Miller <davem@davemloft.net>
43566
43567 [BZ #13840]
43568 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
43569 double-precision for the calculation instead of scaling.
43570
f453b98b
JM
435712012-03-13 Joseph Myers <joseph@codesourcery.com>
43572
43573 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
43574 manipulate bits before adding and subtracting TWO52[sx].
43575 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
43576 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
43577 Likewise.
43578 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
43579
09a3453f
DM
435802012-03-13 David S. Miller <davem@davemloft.net>
43581
8e59da90
DM
43582 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
43583 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
43584 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
43585 rtld-global-offsets.h
43586 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43587
2a8ab7f2
DM
43588 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
43589 large parameters.
43590
10f62770
DM
43591 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
43592
5f0bdb18
DM
43593 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
43594 'err' in the ifdef scope in which it is actually used.
43595
09a3453f
DM
43596 * nss/nss_db/db-init.c: Include string.h
43597
b4b2eb5e
DM
435982012-03-12 David S. Miller <davem@davemloft.net>
43599
98bb2f1c
DM
43600 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
43601 masking out of the most significant byte of random value used.
43602 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43603 Fix coding style in previous change.
43604
b4b2eb5e
DM
43605 * sysdeps/unix/sysv/linux/kernel-features.h
43606 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
43607 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
43608 expression.
43609 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
43610 later.
43611
6e226b09
DM
436122012-03-11 David S. Miller <davem@davemloft.net>
43613
a1bcbd40
DM
43614 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
43615 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
43616 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
43617 for 'resultvar' otherwise things get truncated on 64-bit.
43618
cb9d6174
DM
43619 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43620 Fix masking out of the most significant byte of random value used.
43621
6e226b09
DM
43622 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43623
058c132d
AS
436242012-03-10 Andreas Schwab <schwab@linux-m68k.org>
43625
43626 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43627
2d2cd515
DM
436282012-03-09 David S. Miller <davem@davemloft.net>
43629
43630 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
43631 variables with appropriate CPP guards.
57f41c40
AS
43632 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
43633 from the frame pointer, not the stack pointer. Correct layout
43634 comments. Fix test on resulting framesize and the management of
43635 the outregs buffer for pltexit. Preserve floating point return
43636 values across _dl_call_pltexit call.
2d2cd515
DM
43637 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
43638 framesize and the management of the outregs buffer for pltexit.
43639 Preserve floating point return values across _dl_call_pltexit
43640 call.
57f41c40
AS
43641 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
43642 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
43643 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
43644 (print_exit): Fix format string for return register value.
43645
9a07f9d0
JM
436462012-03-10 Joseph Myers <joseph@codesourcery.com>
43647
43648 * sunrpc/Makefile (others): Add rpcgen.
43649 ($(objpfx)rpcgen): Remove special build rule and dependency on
43650 libc.
43651 * sunrpc/rpcgen.c: New file.
43652
547b5e30
PE
436532012-03-09 Paul Eggert <eggert@cs.ucla.edu>
43654
c524201a
PE
43655 [BZ #13673]
43656 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
43657 * stdio-common/bug-vfprintf-nargs.c: Likewise.
43658 * sysdeps/i386/crti.S: Likewise.
43659 * sysdeps/i386/crtn.S: Likewise.
43660 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
43661 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
43662 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
43663 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
43664 * sysdeps/sh/crti.S: Likewise.
43665 * sysdeps/sh/crtn.S: Likewise.
43666 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
43667
7b6235f2
PE
43668 [BZ #13673]
43669 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
43670 with URL.
43671 * locale/programs/locfile-kw.gperf: Likewise.
43672 * locale/programs/charmap-kw.h: Regenerated.
43673 * locale/programs/locfile-kw.h: Likewise.
43674
547b5e30
PE
43675 [BZ #13673]
43676 * intl/plural.y: Replace FSF snail mail address with URL.
43677 * intl/plural.c: Regenerated.
43678
5f0a5dae
RH
436792012-03-09 Richard Henderson <rth@twiddle.net>
43680
43681 * include/math_private.h: Remove file.
43682 * math/math_private.h: Move file ...
43683 * sysdeps/generic/math_private.h: ... here.
43684
b8c03620
RH
43685 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
43686 * sysdeps/powerpc/fpu/math_private.h: Likewise.
43687 * sysdeps/x86_64/fpu/math_private.h: Likewise.
43688
4e234f5d 43689 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
43690 and <math_private.h>.
43691 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43692 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43693 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43694 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43695 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43696 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
43697 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43698 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43699 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43700 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43701 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43702 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43703 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43704 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43705 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43706 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43707 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43708 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43709 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43710 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43711 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43712 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43713 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43714 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43715 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
43716 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43717 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43718 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43719 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43720 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43721 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43722 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43723 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
43724 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43725 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43726 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43727 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43728 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43729 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43730 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43731 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
43732 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43733 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43734 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
43735 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
43736 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43737 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
43738 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
43739 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43740 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43741 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
43742 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
43743 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
43744 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43745 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
43746 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
43747 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43748 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
43749 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
43750 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
43751 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43752 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
43753 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43754 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43755 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
43756 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43757 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43758 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43759 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
43760 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
43761 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
43762 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43763 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
43764 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43765 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
43766 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
43767 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
43768 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43769 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
43770 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
43771 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
43772 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
43773 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
43774 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
43775 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43776 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
43777 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
43778 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
43779 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
43780 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43781 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43782 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
43783 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43784 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
43785 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
43786 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
43787 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43788 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
43789 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
43790 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
43791 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
43792 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
43793 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
43794 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
43795 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43796 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
43797 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
43798 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
43799 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43800 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43801 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43802 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43803 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
43804 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43805 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
43806 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43807 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43808 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43809 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43810 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43811 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43812 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43813 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43814 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
43815 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43816 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43817 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
43818 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
43819 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43820 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
43821 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
43822 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43823 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43824 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
43825 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
43826 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43827 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
43828 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43829 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
43830 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
43831 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43832 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43833 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43834 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
43835 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
43836 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43837 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43838 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43839 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
43840 * sysdeps/ieee754/k_standard.c: Likewise.
43841 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
43842 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
43843 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43844 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
43845 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
43846 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
43847 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
43848 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
43849 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
43850 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
43851 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
43852 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
43853 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
43854 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
43855 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
43856 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
43857 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
43858 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
43859 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
43860 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
43861 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
43862 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
43863 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43864 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43865 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
43866 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
43867 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43868 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43869 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43870 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43871 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
43872 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43873 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43874 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43875 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
43876 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43877 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43878 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
43879 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
43880 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43881 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
43882 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
43883 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
43884 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43885 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
43886 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
43887 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43888 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43889 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43890 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43891 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43892 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
43893 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43894 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
43895 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43896 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43897 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
43898 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
43899 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43900 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43901 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43902 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
43903 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43904 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
43905 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43906 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43907 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
43908 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
43909 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
43910 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
43911 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
43912 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43913 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
43914 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
43915 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
43916 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
43917 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
43918 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
43919 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
43920 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
43921 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
43922 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
43923 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43924 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43925 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
43926 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43927 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43928 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
43929 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
43930 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43931 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
43932 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43933 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
43934 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
43935 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43936 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43937 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
43938 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
43939 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
43940 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
43941 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43942 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43943 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43944 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43945 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
43946 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43947 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43948 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
43949 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
43950 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43951 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43952 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43953 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
43954 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43955 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
43956 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43957 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
43958 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43959 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43960 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
43961 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
43962 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
43963 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
43964 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
43965 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43966 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
43967 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43968 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43969 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43970 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43971 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43972 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43973 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43974 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
43975 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43976 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43977 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
43978 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
43979 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43980 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
43981 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
43982 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43983 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
43984 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
43985 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43986 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43987 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43988 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43989 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43990 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
43991 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43992 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43993 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43994 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43995 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
43996 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
43997 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43998 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43999 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44000 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44001 * sysdeps/ieee754/s_lib_version.c: Likewise.
44002 * sysdeps/ieee754/s_matherr.c: Likewise.
44003 * sysdeps/ieee754/s_signgam.c: Likewise.
44004 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44005 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44006 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44007 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44008 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44009 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44010 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44011 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44012 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44013 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44014 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44015 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44016 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44017 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44018 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44019 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44020 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44021 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44022 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44023 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44024 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 44025
1991fa03
JM
440262012-03-09 Joseph Myers <joseph@codesourcery.com>
44027
44028 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44029 * sunrpc/rpc_main.c: Likewise.
44030 * sunrpc/rpc_svcout.c: Likewise.
44031
60d6f5a6
DM
440322012-03-09 David S. Miller <davem@davemloft.net>
44033
44034 * include/math_private.h: New file.
44035
4962050e
JM
440362012-03-09 Joseph Myers <joseph@codesourcery.com>
44037
02a6f887
JM
44038 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44039 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44040 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44041 from <bits/socket_type.h>.
44042 (enum __socket_type): Don't define here.
44043 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44044 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44045 bits/socket_type.h.
44046
c6e013c1
JM
44047 [BZ #13566]
44048 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44049 checking __USE_GNU.
44050
4962050e
JM
44051 * Makerules ($(inst_includedir)/%.h): New rule.
44052 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44053 (install-others): Remove variable setting.
44054 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44055
38842f45
RH
440562012-03-08 Richard Henderson <rth@twiddle.net>
44057
67bb6da6
RH
44058 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44059 from macro to inline function; merge with the
44060 !__LIBC_INTERNAL_MATH_INLINES version.
44061 (__ieee754_sqrtf): Likewise.
44062
15194b4b
RH
44063 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44064 to inline function.
44065 (__rintf, __floor, __floorf): Likewise.
44066
64e21ede
RH
44067 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44068 macro to inline function.
44069 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44070
38842f45
RH
44071 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44072 not <math/math_private.h>.
44073
c64bf5fe
DM
440742012-03-08 David S. Miller <davem@davemloft.net>
44075
44076 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44077 copyright year.
44078 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44079
82d86f28
TS
440802012-03-08 Thomas Schwinge <thomas@codesourcery.com>
44081
44082 * resolv/gai_misc.c (handle_requests): Fix struct timespec
44083 normalization.
44084 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44085 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44086
aea5d727
UD
440872012-03-08 Ulrich Drepper <drepper@gmail.com>
44088
44089 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
44090 be defined individually, they must be defined as a block. Define
44091 S for printing a string instead of hidint the different by using a
44092 macro for adding the 'l'.
44093 * stdio-common/tst-fphex-wide.c: Adjust.
44094
70bca0a3
MP
440952012-03-07 Marek Polacek <polacek@redhat.com>
44096
44097 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44098
65b81130
MP
440992012-03-08 Marek Polacek <polacek@redhat.com>
44100
44101 [BZ #13806]
44102 * stdio-common/Makefile (tests): Add tst-fphex-wide.
44103 * stdio-common/tst-fphex.c: Define a few macros to make the
44104 test reusable. Use them.
44105 * stdio-common/tst-fphex-wide.c: New file.
44106
07037eeb
JM
441072012-03-08 Joseph Myers <joseph@codesourcery.com>
44108
a7a93d50
JM
44109 [BZ #6911]
44110 * manual/macros.texi (gnusystems): New macro.
44111 (nongnusystems): Likewise.
44112 (gnulinuxhurdsystems): Likewise.
44113 (gnuhurdsystems): Likewise..
44114 (gnulinuxsystems): Likewise.
44115 * manual/charset.texi: Use new macros or @theglibc{} to refer to
44116 variants of the GNU system, not "GNU system".
44117 * manual/conf.texi: Likewise.
44118 * manual/errno.texi: Likewise. Update example of errno macro
44119 expansion.
44120 * manual/filesys.texi: Likewise.
44121 (getumask): Document as specific to GNU/Hurd.
44122 * manual/install.texi: Likewise. Reword some references to
44123 GNU/Linux.
44124 * manual/intro.texi: Likewise.
44125 * manual/io.texi: Likewise.
44126 (File Name Portability): Detail which constraints are inapplicable
44127 to all GNU systems and which are only inapplicable to GNU/Hurd.
44128 * manual/job.texi: Likewise.
44129 * manual/llio.texi: Likewise.
44130 (O_NOCTTY): Document as present on GNU/Linux.
44131 * manual/maint.texi: Likewise.
44132 * manual/memory.texi: Likewise.
44133 * manual/pattern.texi: Likewise.
44134 * manual/pipe.texi: Likewise.
44135 * manual/process.texi: Likewise.
44136 * manual/resource.texi: Likewise.
44137 (RUSAGE_CHILDREN): Remove statement about specifying a particular
44138 child on GNU/Hurd.
44139 * manual/setjmp.texi: Likewise.
44140 * manual/signal.texi: Likewise.
44141 * manual/startup.texi: Likewise.
44142 * manual/stdio.texi: Likewise.
44143 * manual/terminal.texi: Likewise.
44144 (ONLCR): Document as POSIX.
44145 (OXTABS): Document availability on GNU/Linux as XTABS.
44146 (ONOEOT): Document availability separately from other bits.
44147 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44148 * manual/time.texi: Likewise.
44149 * manual/users.texi: Likewise.
44150 * INSTALL: Regenerated.
44151 * sysdeps/gnu/errlist.c: Regenerated.
44152
07037eeb
JM
44153 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44154 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44155 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
44156 puts.
44157 * configure: Regenerated.
44158
d1d3431a
JM
441592012-03-07 Joseph Myers <joseph@codesourcery.com>
44160
af6a1e37
JM
44161 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44162 default includes instead of AC_HEADER_CHECK.
44163 * sysdeps/i386/configure: Regenerated.
44164
d1d3431a
JM
44165 [BZ #10716]
44166 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44167 * math/s_cacoshf.c (__cacoshf): Likewise.
44168 * math/s_cacoshl.c (__cacoshl): Likewise.
44169 * math/s_casinh.c (__casinh): Set signs of result from argument.
44170 * math/s_casinhf.c (__casinhf): Likewise.
44171 * math/s_casinhl.c (__casinhl): Likewise.
44172 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44173 (casinh_test): Add more tests.
44174 * sysdeps/i386/fpu/libm-test-ulps: Update.
44175 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44176
482ff4da
UD
441772012-03-07 Ulrich Drepper <drepper@gmail.com>
44178
872fda05
UD
44179 * po/zh_TW.po: Update from translation team.
44180
a4300c7a
UD
44181 * login/Makefile (distribute): Remove variable.
44182 * catgets/Makefile: Likewise.
44183 * mach/Makefile: Likewise.
44184 * malloc/Makefile: Likewise.
44185 * misc/Makefile: Likewise.
44186 * iconv/Makefile: Likewise.
44187 * nscd/Makefile: Likewise.
44188 * hurd/Makefile: Likewise.
44189 * manual/Makefile: Likewise.
44190 * locale/Makefile: Likewise.
44191 * intl/Makefile: Likewise.
44192 * conform/Makefile: Likewise.
44193 * nss/Makefile: Likewise.
44194 * time/Makefile: Likewise.
44195 * soft-fp/Makefile: Likewise.
44196 * dirent/Makefile: Likewise.
44197 * gmon/Makefile: Likewise.
44198 * po/Makefile: Likewise.
44199 * rt/Makefile: Likewise.
44200 * socket/Makefile: Likewise.
44201 * math/Makefile: Likewise.
44202 * signal/Makefile: Likewise.
44203 * debug/Makefile: Likewise.
44204 * elf/Makefile: Likewise.
44205 * timezone/Makefile: Likewise.
44206 * stdlib/Makefile: Likewise.
44207 * iconvdata/Makefile: Likewise.
44208 * sunrpc/Makefile: Likewise.
44209 * io/Makefile: Likewise.
44210 * argp/Makefile: Likewise.
44211 * inet/Makefile: Likewise.
44212 * hesiod/Makefile: Likewise.
44213 * grp/Makefile: Likewise.
44214 * csu/Makefile: Likewise.
44215 * wctype/Makefile: Likewise.
44216 * crypt/Makefile: Likewise.
44217 * libio/Makefile: Likewise.
44218 * string/Makefile: Likewise.
44219 * nis/Makefile: Likewise.
44220 * resolv/Makefile: Likewise.
44221 * stdio-common/Makefile: Likewise.
44222 * wcsmbs/Makefile: Likewise.
44223 * dlfcn/Makefile: Likewise.
44224 * posix/Makefile: Likewise.
44225
3b7c4e74 44226 [BZ #6959]
482ff4da
UD
44227 * timezone/Makefile: Don't install timezone files, just the programs
44228 and scripts.
44229
f72ed77d
UD
442302012-03-06 Ulrich Drepper <drepper@gmail.com>
44231
a000466f
UD
44232 * nss/databases.def: Add missing gshadow entry.
44233
f72ed77d
UD
44234 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
44235
a53b7a4e
MP
442362012-03-06 Marek Polacek <polacek@redhat.com>
44237
44238 [BZ #13726]
44239 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44240 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44241 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44242 * stdio-common/tst-long-dbl-fphex.c: New file.
44243
e9258400
DM
442442012-03-06 David S. Miller <davem@davemloft.net>
44245
44246 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44247 (set_obp_int): New function.
44248 (get_obp_int): New function.
44249 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
44250 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44251 Avoid unused variable warnings on 'val' and use builtin_expect.
44252 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44253 __builtin_expect.
e9258400
DM
44254 (INLINE_CLONE_SYSCALL): Likewise.
44255
3bd2c723
DM
442562012-03-05 David S. Miller <davem@davemloft.net>
44257
44258 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44259
bbb78d03
AS
442602012-03-05 Andreas Schwab <schwab@linux-m68k.org>
44261
884c5db4
AS
44262 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44263
bbb78d03
AS
44264 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44265 only for |x| >= 40.
44266 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44267
1c9f702a 442682012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
44269
44270 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44271 Replace gettimeofday with __vdso_gettimeofday.
44272
7be16f82
RM
44273 * sysdeps/unix/sysv/linux/x86_64/init-first.c
44274 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44275 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
44276
44277 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44278 time with __vdso_time.
44279
ed58a00f
JM
442802012-03-05 Joseph Myers <joseph@codesourcery.com>
44281
44282 * manual/lang.texi (size_t): Note types to which size_t may be
44283 equivalent with the GNU C Library, but do not describe when
44284 differences between them are significant.
44285
30ee4ced
AJ
442862012-03-05 Andreas Jaeger <aj@suse.de>
44287
44288 * sysdeps/i386/fpu/libm-test-ulps: Update.
44289
b7cd39e8
JM
442902012-03-05 Joseph Myers <joseph@codesourcery.com>
44291
44292 [BZ #3976]
44293 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44294 (__ieee754_pow): Save and restore rounding mode and use
44295 round-to-nearest for main computations.
44296 * math/libm-test.inc (pow_test_tonearest): New function.
44297 (pow_test_towardzero): Likewise.
44298 (pow_test_downward): Likewise.
44299 (pow_test_upward): Likewise.
44300 (main): Call the new functions.
44301 * sysdeps/i386/fpu/libm-test-ulps: Update.
44302 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
44303
44304 [BZ #3976]
44305 * math/libm-test.inc (cosh_test_tonearest): New function.
44306 (cosh_test_towardzero): Likewise.
44307 (cosh_test_downward): Likewise.
44308 (cosh_test_upward): Likewise.
44309 (sinh_test_tonearest): Likewise.
44310 (sinh_test_towardzero): Likewise.
44311 (sinh_test_downward): Likewise.
44312 (sinh_test_upward): Likewise.
44313 (main): Call the new functions.
44314 * sysdeps/i386/fpu/libm-test-ulps: Update.
44315 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44316
6c6a98c9
TV
443172012-03-05 Tom de Vries <tom@codesourcery.com>
44318
44319 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44320 default stack guard is set in last bytes.
44321 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44322
21bb2d2e 443232012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 44324
21bb2d2e 44325 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 44326
21bb2d2e
AJ
44327 [BZ #13656]
44328 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44329 possibly allocate from heap instead of stack.
44330 * stdio-common/bug-vfprintf-nargs.c: New file.
44331 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 44332
c6922934
AS
443332012-03-03 Andreas Schwab <schwab@linux-m68k.org>
44334
44335 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44336
bc957d53
MP
443372012-03-03 Marek Polacek <polacek@redhat.com>
44338
44339 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44340 * math/math_private.h: Likewise.
44341 * stdlib/tst-strtod.c: Likewise.
44342 * sysdeps/i386/i486/bits/atomic.h: Likewise.
44343 * sysdeps/x86_64/bits/atomic.h: Likewise.
44344
6358490d
DM
443452012-03-02 David S. Miller <davem@davemloft.net>
44346
44347 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44348 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44349 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44350 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44351 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44352 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44353 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44354 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44355
01ae168d
RM
443562012-03-02 Roland McGrath <roland@hack.frob.com>
44357
d9a17c07
RM
44358 [BZ #13792]
44359 * manual/examples/README: New file, says the example source files
44360 can be used under GPL>=2.
44361 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44362 line containing just "*/".
44363 * manual/examples/add.c: Add copyright header (GPL>=2).
44364 * manual/examples/argp-ex1.c: Likewise.
44365 * manual/examples/argp-ex2.c: Likewise.
44366 * manual/examples/argp-ex3.c: Likewise.
44367 * manual/examples/argp-ex4.c: Likewise.
44368 * manual/examples/atexit.c: Likewise.
44369 * manual/examples/db.c: Likewise.
44370 * manual/examples/dir.c: Likewise.
44371 * manual/examples/dir2.c: Likewise.
44372 * manual/examples/execinfo.c: Likewise.
44373 * manual/examples/filecli.c: Likewise.
44374 * manual/examples/filesrv.c: Likewise.
44375 * manual/examples/fmtmsgexpl.c: Likewise.
44376 * manual/examples/genpass.c: Likewise.
44377 * manual/examples/inetcli.c: Likewise.
44378 * manual/examples/inetsrv.c: Likewise.
44379 * manual/examples/isockad.c: Likewise.
44380 * manual/examples/longopt.c: Likewise.
44381 * manual/examples/memopen.c: Likewise.
44382 * manual/examples/memstrm.c: Likewise.
44383 * manual/examples/mkfsock.c: Likewise.
44384 * manual/examples/mkisock.c: Likewise.
44385 * manual/examples/mygetpass.c: Likewise.
44386 * manual/examples/pipe.c: Likewise.
44387 * manual/examples/popen.c: Likewise.
44388 * manual/examples/rprintf.c: Likewise.
44389 * manual/examples/search.c: Likewise.
44390 * manual/examples/select.c: Likewise.
44391 * manual/examples/setjmp.c: Likewise.
44392 * manual/examples/sigh1.c: Likewise.
44393 * manual/examples/sigusr.c: Likewise.
44394 * manual/examples/stpcpy.c: Likewise.
44395 * manual/examples/strdupa.c: Likewise.
44396 * manual/examples/strftim.c: Likewise.
44397 * manual/examples/strncat.c: Likewise.
44398 * manual/examples/subopt.c: Likewise.
44399 * manual/examples/swapcontext.c: Likewise.
44400 * manual/examples/termios.c: Likewise.
44401 * manual/examples/testopt.c: Likewise.
44402 * manual/examples/testpass.c: Likewise.
44403 * manual/examples/timeval_subtract.c: Likewise.
44404
01ae168d
RM
44405 [BZ #13792]
44406 * manual/time.texi (Elapsed Time): Move timeval_subtract example
44407 function to ...
44408 * manual/timeval_subtract.c.texi: ... here, new file.
44409
49efa33d
DM
444102012-03-02 David S. Miller <davem@davemloft.net>
44411
44412 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44413
28afd92d
JM
444142012-03-02 Joseph Myers <joseph@codesourcery.com>
44415
804360ed
JM
44416 [BZ #3976]
44417 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44418 (__sin): Save and restore rounding mode and use round-to-nearest
44419 for all computations.
44420 (__cos): Save and restore rounding mode and use round-to-nearest
44421 for all computations.
44422 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44423 <fenv.h>.
44424 (tan): Save and restore rounding mode and use round-to-nearest for
44425 all computations.
44426 * math/libm-test.inc (cos_test_tonearest): New function.
44427 (cos_test_towardzero): Likewise.
44428 (cos_test_downward): Likewise.
44429 (cos_test_upward): Likewise.
44430 (sin_test_tonearest): Likewise.
44431 (sin_test_towardzero): Likewise.
44432 (sin_test_downward): Likewise.
44433 (sin_test_upward): Likewise.
44434 (tan_test_tonearest): Likewise.
44435 (tan_test_towardzero): Likewise.
44436 (tan_test_downward): Likewise.
44437 (tan_test_upward): Likewise.
44438 (main): Call the new functions.
44439 * sysdeps/i386/fpu/libm-test-ulps: Update.
44440 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44441
a6d06d7b
JM
44442 [BZ #10135]
44443 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44444 small n, then large n, before computing and testing k+n.
44445 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44446 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44447 Likewise.
44448 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44449 Likewise.
44450 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44451 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44452 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44453 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44454 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44455 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44456 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44457 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44458 * math/libm-test.inc (scalbn_test): Add more tests.
44459 (scalbln_test): Likewise.
44460
07e12bb3
JM
44461 * manual/filesys.texi (mode_t): Describe constraints on size and
44462 signedness, not exact equivalence to a particular type.
44463 (ino_t): Likewise.
44464 (ino64_t): Likewise.
44465 (dev_t): Likewise.
44466 (nlink_t): Likewise.
44467 (blkcnt_t): Likewise.
44468 (blkcnt64_t): Likewise.
44469 * manual/llio.texi (off_t): Likewise.
44470
28afd92d
JM
44471 [BZ #3976]
44472 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44473 (__ieee754_exp): Save and restore rounding mode and use
44474 round-to-nearest for all computations.
44475 * math/libm-test.inc (exp_test_tonearest): New function.
44476 (exp_test_towardzero): Likewise.
44477 (exp_test_downward): Likewise.
44478 (exp_test_upward): Likewise.
44479 (main): Call the new functions.
44480 * sysdeps/i386/fpu/libm-test-ulps: Update.
44481 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44482
b1eeb65d
CD
444832012-03-01 Chris Demetriou <cgd@google.com>
44484
44485 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44486 have predictable order.
44487
53362a4b
DM
444882012-03-01 David S. Miller <davem@davemloft.net>
44489
3c969083
DM
44490 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44491
759707de
DM
44492 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44493 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44494 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44495 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44496
dfdb8ff2
DM
44497 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44498 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44499 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44500 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44501 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44502 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44503 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44504 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44505 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44506
ead89f96
DM
44507 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44508
7f66bd07
DM
44509 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44510 * sysdeps/sparc/fpu/libm-test-ulps: to here.
44511 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44512
53362a4b
DM
44513 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
44514 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44515 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
44516 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
44517 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
44518 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
44519 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
44520 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44521 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
44522 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
44523 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
44524 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
44525 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44526 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
44527 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
44528 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44529 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
44530 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
44531 * sysdeps/sparc/elf/configure: Regenerated.
44532
7b1902cb
JM
445332012-03-01 Joseph Myers <joseph@codesourcery.com>
44534
bec039bc
JM
44535 * configure.in (AS, LD): Require binutils 2.20 or later.
44536 * configure: Regenerated.
44537 * manual/install.texi (Tools for Compilation): Give binutils 2.20
44538 as required minimum version.
44539 * INSTALL: Regenerated.
44540
7b1902cb
JM
44541 [BZ #2541]
44542 [BZ #4108]
44543 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
44544 before squaring exponent.
44545 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
44546 bottom long double and 27 bits of top long double before squaring
44547 exponent.
44548 * math/libm-test.inc (erfc_test): Add more tests.
44549 * sysdeps/i386/fpu/libm-test-ulps: Update.
44550 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44551 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44552
f775c276
KT
445532012-03-01 Kai Tietz <ktietz@redhat.com>
44554
44555 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
44556 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
44557 containing bit-fields.
44558 * soft-fp/extended.h (_FP_UNION_E): Likewise.
44559 * soft-fp/single.h (_FP_UNION_S): Likewise.
44560 * soft-fp/double.h (_FP_UNION_D): Likewise.
44561
5b8a4d4a
JM
445622012-02-29 Joseph Myers <joseph@codesourcery.com>
44563
0bab47b6
JM
44564 [BZ #13786]
44565 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
44566 not include ../strcmp.S.
44567 [USE_AS_STRNCASECMP_L]: Likewise.
44568 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
44569 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
44570 * sysdeps/i386/i686/multiarch/strncase_l-c.c
44571 (__strncasecmp_l_ia32): Define as alias to
44572 __strncasecmp_l_nonascii.
44573
0fcad3e2
JM
44574 [BZ #5794]
44575 * math/libm-test.inc (expm1_test): Add test for bug 5794.
44576 * sysdeps/i386/fpu/libm-test-ulps: Update.
44577 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44578
5b8a4d4a
JM
44579 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
44580 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44581
8fdceb2e
JL
445822012-02-29 Jeff Law <law@redhat.com>
44583
44584 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
44585 out of bounds read.
44586
1f393a11
MP
445872012-02-29 Marek Polacek <polacek@redhat.com>
44588
44589 [BZ #13706]
44590 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
44591 * elf/Makefile: Add rules to run tst-unused-dep.out.
44592
8847f037
DM
445932012-02-28 David S. Miller <davem@davemloft.net>
44594
44595 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
44596 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
44597 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
44598 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
44599 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
44600 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
44601
169d7f11
JM
446022012-02-29 Joseph Myers <joseph@codesourcery.com>
44603
44604 * math/libm-test.inc (llround_test): Move one test from
44605 lround_test. Use TEST_f_L in moved test.
44606 (lround_test): Move misplaced test to llround_test. Add testcase
44607 from bug 2561.
44608
39adf059
UD
446092012-02-28 Ulrich Drepper <drepper@gmail.com>
44610
44611 * sysdeps/x86_64/fpu/e_expf.S: New file.
44612 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
44613
71b5d1c5
SB
446142012-02-28 Stanislav Brabec <sbrabec@suse.cz>
44615
44616 [BZ #13637]
44617 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
44618 of remain_len that may cause incomplete multi-byte character and
44619 false match.
44620 * posix/bug-regex33.c: New file.
44621 * posix/Makefile (tests): Add bug-regex33.
44622
1f77f049
JM
446232012-02-28 Joseph Myers <joseph@codesourcery.com>
44624
44625 * manual/macros.texi: New file.
44626 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
44627 * manual/libc.texinfo: Include macros.texi.
44628 * manual/creatute.texi: Likewise.
44629 * manual/install.texi: Likewise.
44630 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
44631 @glibcadj{} in references to the GNU C Library.
44632 * manual/charset.texi: Likewise.
44633 * manual/conf.texi: Likewise.
44634 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
44635 when not using those macros.
44636 * manual/creature.texi: Likewise.
44637 * manual/crypt.texi: Likewise.
44638 * manual/errno.texi: Likewise.
44639 * manual/filesys.texi: Likewise.
44640 * manual/header.texi: Likewise.
44641 * manual/install.texi: Likewise.
44642 * manual/intro.texi: Likewise.
44643 * manual/io.texi: Likewise.
44644 * manual/job.texi: Likewise.
44645 * manual/lang.texi: Likewise.
44646 * manual/libc.texiinfo: Likewise.
44647 * manual/llio.texi: Likewise.
44648 * manual/locale.texi: Likewise.
44649 * manual/maint.texi: Likewise.
44650 * manual/math.texi: Likewise.
44651 * manual/memory.texi: Likewise.
44652 * manual/message.texi: Likewise.
44653 * manual/nss.texi: Likewise.
44654 * manual/pattern.texi: Likewise.
44655 * manual/process.texi: Likewise.
44656 * manual/resource.texi: Likewise.
44657 * manual/search.texi: Likewise.
44658 * manual/setjmp.texi: Likewise.
44659 * manual/signal.texi: Likewise.
44660 * manual/socket.texi: Likewise.
44661 * manual/startup.texi: Likewise.
44662 * manual/stdio.texi: Likewise.
44663 * manual/string.texi: Likewise.
44664 * manual/sysinfo.texi: Likewise.
44665 * manual/syslog.texi: Likewise.
44666 * manual/terminal.texi: Likewise.
44667 * manual/time.texi: Likewise.
44668 * manual/users.texi: Likewise.
44669 * INSTALL: Regenerated.
44670 * NOTES: Regenerated.
d40c5d54 44671 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 44672
450bf206
AS
446732012-02-28 Andreas Schwab <schwab@linux-m68k.org>
44674
44675 * include/dirent.h: Include <dirstream.h> before
44676 <dirent/dirent.h>.
44677
741a235b
DM
446782012-02-28 David S. Miller <davem@davemloft.net>
44679
44680 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
44681 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
44682 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
44683 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
44684
d6b5aa58
DM
446852012-02-27 David S. Miller <davem@davemloft.net>
44686
1aff59a3
DM
44687 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
44688 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
44689 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
44690 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
44691
d6b5aa58
DM
44692 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
44693 frame pointer instead of stack pointer relative arg slot.
44694 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44695 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44696 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44697
433f48bf
CD
446982012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
44699
44700 [BZ #3992]
44701 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
44702
d674b76d
DM
447032012-02-27 David S. Miller <davem@davemloft.net>
44704
44705 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
44706 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44707 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44708 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
44709 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44710 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44711 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
44712 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
44713
0e7727f7
JM
447142012-02-27 Joseph Myers <joseph@codesourcery.com>
44715
44716 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
44717 later. Allow versions 5-9.
43be4ca2 44718 * configure: Regenerated.
0e7727f7
JM
44719 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
44720 required minimum version and 4.6 as recommended version. Do not
44721 mention bugs in GCC 2.7 and 2.8.
43be4ca2 44722 * INSTALL: Regenerated.
0e7727f7 44723
a78bc654
DM
447242012-02-27 David S. Miller <davem@davemloft.net>
44725
428d5830
DM
44726 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
44727 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
44728 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
44729 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
44730 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
44731 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
44732 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
44733 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
44734
a78bc654
DM
44735 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
44736 manipulate bits before adding and subtracting TWO112[sx].
44737 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
44738
4579f81c
RM
447392012-02-27 Roland McGrath <roland@hack.frob.com>
44740
36c8acb4
RM
44741 [BZ #13775]
44742 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
44743 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
44744 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
44745 being in POSIX, because they are in 1003.1-2008.
44746
84ad622b
RM
44747 * rt/tst-aio.c: Include <fcntl.h>.
44748 * rt/tst-aio7.c: Likewise.
44749 * rt/tst-aio64.c: Likewise.
44750
4579f81c
RM
44751 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
44752
abd923db
JM
447532012-02-27 Joseph Myers <joseph@codesourcery.com>
44754
44755 * manual/install.texi (--with-headers): Describe headers as
44756 interface headers, not private headers.
44757 (Specific advice for GNU/Linux systems): Describe use of headers
44758 from "make headers_install", not private headers from older
44759 kernels.
43be4ca2 44760 * INSTALL: Regenerated.
abd923db
JM
44761 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
44762 Change to 2.6.19.
44763 * sysdeps/unix/sysv/linux/configure: Regenerated.
44764
6664049b
JM
44765 * manual/llio.texi (fclean): Remove documentation.
44766
bb8b6697
JM
44767 * manual/Makefile (libc-texi-generated): New variable. Include
44768 version.texi.
44769 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
44770 $(libc-texi-generated), not duplicated list of files.
44771 (version.texi, stamp-version): New rules.
44772 (realclean): Remove $(libc-texi-generated), not individual files
44773 from that list. Do not remove dir-add.texinfo.
44774 * manual/libc.texinfo: Comment out uses of edition numbers and
44775 references to printed manual. Remove last-updated dates.
44776 (EDITION): Comment out.
44777 (ISBN): Likewise.
44778 (VERSION, UPDATED): Remove.
44779 (version.texi): Include.
44780
12e5c3b9
AS
447812012-02-27 Andreas Schwab <schwab@linux-m68k.org>
44782
44783 * sysdeps/posix/spawni.c: Include <signal.h>.
44784 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
44785 * sysdeps/pthread/aio_fsync.c: Likewise.
44786
4efeffc1 447872012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 44788
ba63ba08
UD
44789 * conform/Makefile (tests): Run only when not cross-compiling and
44790 when fast-check is not defined.
44791
d94a4670
UD
44792 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
44793 * conform/data/limits.h-data: Fixes for POSIX2008.
44794 * conform/run-conformtest.sh: Run all tests.
44795 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
44796 headers.
44797 * include/bits/dlfcn.h: Likewise.
44798 * include/langinfo.h: Likewise.
44799 * include/monetary.h: Likewise.
44800 * include/sys/poll.h: Likewise.
44801
44802 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
44803 for __USE_GNU.
44804 * posix/spawn.h: Define __need_sigset_t.
44805 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
44806 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
44807 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
44808 to get sigevent_t only.
44809 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
44810 only for __USE_GNU.
44811 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44812 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44813 process_vm_writev only for __USE_GNU.
44814 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
44815
44816 * conform/Makefile: For now ignore errors from run-conformtest.
44817 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
44818 POSIX to avoid namespace pollution. Don't prepend headers.
44819 * conform/data/aio.h-data: Fixes for POSIX testing.
44820 * conform/data/fcntl.h-data: Likewise.
44821 * conform/data/glob.h-data: Likewise.
44822 * conform/data/grp.h-data: Likewise.
44823 * conform/data/pthread.h-data: Likewise.
44824 * conform/data/pwd.h-data: Likewise.
44825 * conform/data/signal.h-data: Likewise.
44826 * conform/data/spawn.h-data: Likewise.
44827 * conform/data/stdio.h-data: Likewise.
44828 * conform/data/stdlib.h-data: Likewise.
44829 * conform/data/stropts.h-data: Likewise.
44830 * conform/data/sys/mman.h-data: Likewise.
44831 * conform/data/sys/stat.h-data: Likewise.
44832 * conform/data/sys/types.h-data: Likewise.
44833 * conform/data/sys/wait.h-data: Likewise.
44834 * conform/data/time.h-data: Likewise.
44835 * conform/data/unistd.h-data: Likewise.
44836 * conform/data/utime.h-data: Likewise.
44837
44838 * io/sys/stat.h: fchmod was always in POSIX.
44839 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
44840 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
44841 * rt/aio.h: Define __need_timespec before including <time.h>.
44842 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
44843 struct. Add forward declaration of pthread_attr_t and use it in
44844 sigevent.
44845 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
44846 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
44847 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
44848 always remove CLK_TCK definition.
44849
c20105c3
AS
448502012-02-26 Andreas Schwab <schwab@linux-m68k.org>
44851
44852 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
44853
7a270350
UD
448542012-02-25 Ulrich Drepper <drepper@gmail.com>
44855
31341567
UD
44856 * conform/run-conformtest.sh: New file.
44857 * conform/Makefile: Run run-conformtest for tests.
44858 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
44859 support.
44860
44861 * conform/data/uchar.h-data: New file.
44862 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
44863 * conform/data/arpa/inet.h-data: Likewise.
44864 * conform/data/assert.h-data: Likewise.
44865 * conform/data/complex.h-data: Likewise.
44866 * conform/data/cpio.h-data: Likewise.
44867 * conform/data/ctype.h-data: Likewise.
44868 * conform/data/dirent.h-data: Likewise.
44869 * conform/data/dlfcn.h-data: Likewise.
44870 * conform/data/errno.h-data: Likewise.
44871 * conform/data/fcntl.h-data: Likewise.
44872 * conform/data/float.h-data: Likewise.
44873 * conform/data/fmtmsg.h-data: Likewise.
44874 * conform/data/fnmatch.h-data: Likewise.
44875 * conform/data/ftw.h-data: Likewise.
44876 * conform/data/glob.h-data: Likewise.
44877 * conform/data/grp.h-data: Likewise.
44878 * conform/data/iconv.h-data: Likewise.
44879 * conform/data/inttypes.h-data: Likewise.
44880 * conform/data/langinfo.h-data: Likewise.
44881 * conform/data/libgen.h-data: Likewise.
44882 * conform/data/limits.h-data: Likewise.
44883 * conform/data/locale.h-data: Likewise.
44884 * conform/data/math.h-data: Likewise.
44885 * conform/data/monetary.h-data: Likewise.
44886 * conform/data/mqueue.h-data: Likewise.
44887 * conform/data/ndbm.h-data: Likewise.
44888 * conform/data/net/if.h-data: Likewise.
44889 * conform/data/netdb.h-data: Likewise.
44890 * conform/data/netinet/in.h-data: Likewise.
44891 * conform/data/nl_types.h-data: Likewise.
44892 * conform/data/poll.h-data: Likewise.
44893 * conform/data/pthread.h-data: Likewise.
44894 * conform/data/pwd.h-data: Likewise.
44895 * conform/data/regex.h-data: Likewise.
44896 * conform/data/sched.h-data: Likewise.
44897 * conform/data/search.h-data: Likewise.
44898 * conform/data/semaphore.h-data: Likewise.
44899 * conform/data/setjmp.h-data: Likewise.
44900 * conform/data/signal.h-data: Likewise.
44901 * conform/data/spawn.h-data: Likewise.
44902 * conform/data/stdarg.h-data: Likewise.
44903 * conform/data/stdio.h-data: Likewise.
44904 * conform/data/stdlib.h-data: Likewise.
44905 * conform/data/string.h-data: Likewise.
44906 * conform/data/strings.h-data: Likewise.
44907 * conform/data/stropts.h-data: Likewise.
44908 * conform/data/sys/ipc.h-data: Likewise.
44909 * conform/data/sys/mman.h-data: Likewise.
44910 * conform/data/sys/msg.h-data: Likewise.
44911 * conform/data/sys/resource.h-data: Likewise.
44912 * conform/data/sys/select.h-data: Likewise.
44913 * conform/data/sys/sem.h-data: Likewise.
44914 * conform/data/sys/shm.h-data: Likewise.
44915 * conform/data/sys/socket.h-data: Likewise.
44916 * conform/data/sys/stat.h-data: Likewise.
44917 * conform/data/sys/statvfs.h-data: Likewise.
44918 * conform/data/sys/time.h-data: Likewise.
44919 * conform/data/sys/timeb.h-data: Likewise.
44920 * conform/data/sys/times.h-data: Likewise.
44921 * conform/data/sys/types.h-data: Likewise.
44922 * conform/data/sys/uio.h-data: Likewise.
44923 * conform/data/sys/un.h-data: Likewise.
44924 * conform/data/sys/utsname.h-data: Likewise.
44925 * conform/data/sys/wait.h-data: Likewise.
44926 * conform/data/syslog.h-data: Likewise.
44927 * conform/data/tar.h-data: Likewise.
44928 * conform/data/termios.h-data: Likewise.
44929 * conform/data/utime.h-data: Likewise.
44930 * conform/data/utmpx.h-data: Likewise.
44931 * conform/data/varargs.h-data: Likewise.
44932 * conform/data/wchar.h-data: Likewise.
44933 * conform/data/wctype.h-data: Likewise.
44934 * conform/data/wordexp.h-data: Likewise.
44935
44936 * include/stropts.h: New file.
44937 * include/uchar.h: New file.
44938 * include/aio.h: Changes to allow conformtest.pl to use the headers.
44939 * include/assert.h: Likewise.
44940 * include/ctype.h: Likewise.
44941 * include/dirent.h: Likewise.
44942 * include/dlfcn.h: Likewise.
44943 * include/fcntl.h: Likewise.
44944 * include/fnmatch.h: Likewise.
44945 * include/glob.h: Likewise.
44946 * include/grp.h: Likewise.
44947 * include/libio.h: Likewise.
44948 * include/locale.h: Likewise.
44949 * include/math.h: Likewise.
44950 * include/net/if.h: Likewise.
44951 * include/netdb.h: Likewise.
44952 * include/netinet/in.h: Likewise.
44953 * include/pthread.h: Likewise.
44954 * include/pwd.h: Likewise.
44955 * include/regex.h: Likewise.
44956 * include/sched.h: Likewise.
44957 * include/search.h: Likewise.
44958 * include/setjmp.h: Likewise.
44959 * include/signal.h: Likewise.
44960 * include/stdio.h: Likewise.
44961 * include/stdlib.h: Likewise.
44962 * include/string.h: Likewise.
44963 * include/sys/cdefs.h: Likewise.
44964 * include/sys/mman.h: Likewise.
44965 * include/sys/msg.h: Likewise.
44966 * include/sys/resource.h: Likewise.
44967 * include/sys/select.h: Likewise.
44968 * include/sys/socket.h: Likewise.
44969 * include/sys/stat.h: Likewise.
44970 * include/sys/statvfs.h: Likewise.
44971 * include/sys/time.h: Likewise.
44972 * include/sys/times.h: Likewise.
44973 * include/sys/uio.h: Likewise.
44974 * include/sys/utsname.h: Likewise.
44975 * include/sys/wait.h: Likewise.
44976 * include/termios.h: Likewise.
44977 * include/time.h: Likewise.
44978 * include/ulimit.h: Likewise.
44979 * include/unistd.h: Likewise.
44980 * include/utime.h: Likewise.
44981 * include/wchar.h: Likewise.
44982 * include/wctype.h: Likewise.
44983 * include/wordexp.h: Likewise.
44984
44985 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
44986
7a270350
UD
44987 * time/time.h: TIME_UTC must be a macro.
44988 Make timespec_get available for ISO C11 only as well.
44989
7724defc
UD
449902012-02-24 Ulrich Drepper <drepper@gmail.com>
44991
44992 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
44993 Reported by Peng Haitao <penght@cn.fujitsu.com>.
44994
6b1d1d46
JM
449952012-02-24 Joseph Myers <joseph@codesourcery.com>
44996
44997 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 44998
0f8bbd69
JM
449992012-02-24 Joseph Myers <joseph@codesourcery.com>
45000
45001 * manual/texinfo.tex: Update to version 2012-01-19.16.
45002
66ab80bc
JM
450032012-02-24 Joseph Myers <joseph@codesourcery.com>
45004
45005 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45006
74981cc5
RM
450072012-02-24 Roland McGrath <roland@hack.frob.com>
45008
ee968201
RM
45009 [BZ #13738]
45010 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45011 * manual/fdl-1.3.texi: New file.
45012 * manual/fdl-1.1.texi: File removed.
45013
74981cc5
RM
45014 [BZ #13738]
45015 * manual/libc.texinfo (FDL_VERSION): New @set.
45016 Use it for mention of FDL in cover text.
45017 (Documentation License): Use it in @include file name.
45018
7bb764bc
JM
450192012-02-22 Joseph Myers <joseph@codesourcery.com>
45020 Roland McGrath <roland@hack.frob.com>
45021
45022 [BZ #5461]
57f41c40
AS
45023 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45024 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
45025 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45026 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
45027 name.
45028 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45029
6cbeae47
JM
450302012-02-22 Joseph Myers <joseph@codesourcery.com>
45031
45032 [BZ #2547]
45033 [BZ #11365]
45034 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45035 manipulate bits before adding and subtracting TWO23[sx].
45036 * math/libm-test.inc (nearbyint_test): Add more tests.
45037
fe45ce09
JM
450382012-02-22 Joseph Myers <joseph@codesourcery.com>
45039
45040 [BZ #2548]
45041 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45042 bits before adding and subtracting TWO23[sx].
45043 * math/libm-test.inc (rint_test): Add more tests.
45044 (rint_test_tonearest): Likewise.
45045 (rint_test_towardzero): Likewise.
45046 (rint_test_downward): Likewise.
45047 (rint_test_upward: Likewise.
45048
ff3b3d82
JM
450492012-02-22 Joseph Myers <joseph@codesourcery.com>
45050
45051 [BZ #10110]
45052 * include/stdc-predef.h: New file. Extracted from features.h.
45053 * include/features.h: Include stdc-predef.h.
45054 * Makefile (headers): Add stdc-predef.h.
45055 * CONFORMANCE (Compiler limitations): Update.
45056
ef0aab35
JM
450572012-02-22 Joseph Myers <joseph@codesourcery.com>
45058
45059 * manual/libc.texinfo (VERSION, UPDATED): Revert.
45060
58639409
DM
450612012-02-21 David S. Miller <davem@davemloft.net>
45062
45063 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45064 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45065
c0e70b25
DM
450662012-02-20 David S. Miller <davem@davemloft.net>
45067
45068 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45069 using a normal save/restore sequence, rather than allocating a
45070 dummy stack frame just to store a frame pointer and restore.
45071 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45072
fb06851d
JM
450732012-02-21 Joseph Myers <joseph@codesourcery.com>
45074
45075 * manual/install.texi: Fix stray word in line-wrapped comment.
45076
7a8b71c3
DM
450772012-02-20 David S. Miller <davem@davemloft.net>
45078
d510c123
DM
45079 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45080 both binutils and gcc support GOTDATA.
45081
0722d7c2
DM
45082 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45083 "rd %pc" in the PIC register setup sequences.
45084
3d2b3019
DM
45085 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45086 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45087 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45088 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45089 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45090 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45091 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45092 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45093 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45094 (SYSCALL_ERROR_HANDLER): Likewise.
45095 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45096 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45097 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45098 (SYSCALL_ERROR_HANDLER): Likewise.
45099
c80098a9
DM
45100 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45101 (HAVE_GCC_GOTDATA): New.
45102 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45103 relocation support in both binutils and gcc.
45104 * sysdeps/sparc/elf/configure: Regenerate.
45105
3a2545a0
DM
45106 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45107 * sysdeps/sparc/sparc32/elf/configure: Delete.
45108 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45109 * sysdeps/sparc/sparc64/elf/configure: Delete.
45110 * sysdeps/sparc/elf/configure.in: New file.
45111 * sysdeps/sparc/elf/configure: Generate.
45112
7a8b71c3
DM
45113 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45114 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45115 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45116 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45117 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45118
f1e86fca
JM
451192012-02-21 Joseph Myers <joseph@codesourcery.com>
45120
45121 * manual/install.texi: Do not mention specific glibc version
45122 numbers.
45123 * manual/libc.texinfo (VERSION, UPDATED): Update.
45124 (@copying): Use @copyright{} and range of years.
45125
0e7dfaef
JM
451262012-02-21 Joseph Myers <joseph@codesourcery.com>
45127
45128 [BZ #13695]
45129 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45130 [crti.S not in sysdirs] (generated): Do not append.
45131 [crti.S not in sysdirs] (omit-deps): Likewise.
45132 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45133 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45134 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45135 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45136 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45137 Likewise.
45138 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45139 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45140 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45141 * csu/defs.awk: Remove file.
45142 * sysdeps/generic/initfini.c: Likewise.
45143 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45144 variable.
45145 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45146 Likewise.
45147
599af3ca
JM
451482012-02-20 Joseph Myers <joseph@codesourcery.com>
45149
45150 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45151 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45152 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45153 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45154 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45155 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45156 <bits/epoll.h>.
45157 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45158 (__EPOLL_PACKED): Define to empty if not defined by
45159 <bits/epoll.h>.
45160 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45161 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45162 bits/epoll.h.
45163
0e499750
JM
451642012-02-20 Joseph Myers <joseph@codesourcery.com>
45165
45166 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45167 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45168 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45169 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45170 <bits/timerfd.h>.
45171 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45172 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45173 bits/timerfd.h.
45174
5ad91f6e
JM
451752012-02-20 Joseph Myers <joseph@codesourcery.com>
45176
45177 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45178 in C locale.
45179 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45180 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45181 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45182 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45183
06b99b02
AJ
451842012-02-20 Aurelien Jarno <aurelien@aurel32.net>
45185
45186 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45187 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45188
7638c0fd
AS
451892012-02-19 Andreas Schwab <schwab@linux-m68k.org>
45190
45191 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45192 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45193 defined.
45194 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45195 Likewise.
45196 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45197 entry for 2.16.
45198
92221550
AJ
451992012-02-19 Aurelien Jarno <aurelien@aurel32.net>
45200
45201 * math/w_acos.c: Use non-signaling floating-point comparisons.
45202 * math/w_acosf.c: Likewise.
45203 * math/w_acosh.c: Likewise.
45204 * math/w_acoshf.c: Likewise.
45205 * math/w_acoshl.c: Likewise.
45206 * math/w_acosl.c: Likewise.
45207 * math/w_asin.c: Likewise.
45208 * math/w_asinf.c: Likewise.
45209 * math/w_asinl.c: Likewise.
45210 * math/w_atanh.c: Likewise.
45211 * math/w_atanhf.c: Likewise.
45212 * math/w_atanhl.c: Likewise.
45213 * math/w_exp2.c: Likewise.
45214 * math/w_exp2f.c: Likewise.
45215 * math/w_exp2l.c: Likewise.
45216 * math/w_j0.c: Likewise.
45217 * math/w_j0f.c: Likewise.
45218 * math/w_j0l.c: Likewise.
45219 * math/w_j1.c: Likewise.
45220 * math/w_j1f.c: Likewise.
45221 * math/w_j1l.c: Likewise.
45222 * math/w_jn.c: Likewise.
45223 * math/w_jnf.c: Likewise.
45224 * math/w_log.c: Likewise.
45225 * math/w_log10.c: Likewise.
45226 * math/w_log10f.c: Likewise.
45227 * math/w_log10l.c: Likewise.
45228 * math/w_log2.c: Likewise.
45229 * math/w_log2f.c: Likewise.
45230 * math/w_log2l.c: Likewise.
45231 * math/w_logf.c: Likewise.
45232 * math/w_logl.c: Likewise.
45233 * math/w_sqrt.c: Likewise.
45234 * math/w_sqrtf.c: Likewise.
45235 * math/w_sqrtl.c: Likewise.
45236 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45237 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45238 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45239 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45240 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45241
ebaf36eb
JM
452422012-02-19 Joseph Myers <joseph@codesourcery.com>
45243
45244 [BZ #9739]
45245 * manual/string.texi (strnlen): Use correct parameter name in
45246 equivalent expression.
45247
71c254a6
JM
452482012-02-19 Joseph Myers <joseph@codesourcery.com>
45249
45250 [BZ #11174]
45251 * manual/users.texi (seteuid): Consistently use neweuid for
45252 argument name.
45253
16d2c631
JM
452542012-02-19 Joseph Myers <joseph@codesourcery.com>
45255
45256 [BZ #13704]
45257 * manual/nss.texi (Services in the NSS configuration): Correct
45258 list of services in example configuration file.
45259
cd837b09
NB
452602012-02-19 Nick Bowler <nbowler@draconx.ca>
45261
45262 [BZ #11322]
45263 * manual/arith.texi: Remove statements about negative zero
45264 behaving identically to zero.
45265
02c4bbad
JM
452662012-02-18 Joseph Myers <joseph@codesourcery.com>
45267
45268 [BZ #5993]
45269 * manual/install.texi: Do not document upgrading from libc5.
45270
366842e7
JM
452712012-02-18 Joseph Myers <joseph@codesourcery.com>
45272
45273 [BZ #4596]
45274 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45275
dd54084d
DM
452762012-02-18 David S. Miller <davem@davemloft.net>
45277
45278 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45279 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45280 %o7 across the call.
45281 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45282 instead.
45283 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45284 SETUP_PIC_REG_LEAF.
45285 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45286 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45287 * sysdeps/sparc/crtn.S: Likewise.
45288
2bcc53a3
UD
452892012-02-17 Ulrich Drepper <drepper@gmail.com>
45290
45291 * aout/Makefile: Remove.
45292
09c093b5
RK
452932012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
45294
45295 [BZ #13058]
45296 * manual/examples/argp-ex1.c (main): Format definition in GNU
45297 style.
45298 * manual/examples/argp-ex2.c (main): Likewise.
45299 * manual/examples/argp-ex3.c (main): Likewise.
45300 * manual/examples/argp-ex4.c (main): Likewise.
45301 * manual/examples/longopt.c (main): Use new-style prototype
45302 definition.
45303 * manual/examples/strncat.c (main): Specify return type and use
45304 (void) for arguments.
45305 * manual/examples/subopt.c (main): Use char **argv argument.
45306
2ee633a2
JM
453072012-02-17 Joseph Myers <joseph@codesourcery.com>
45308
45309 [BZ #5077]
45310 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45311 rounding modes.
45312
0520adde
FB
453132012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
45314
45315 [BZ #6907]
45316 * manual/string.texi (strchr): Change when strchrnul is
45317 recommended.
45318
3f4081cd
DGM
453192012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
45320
45321 [BZ #174]
45322 * manual/locale.texi (setlocale): Document LOCPATH.
45323
d1b10e78
JM
453242012-02-17 Joseph Myers <joseph@codesourcery.com>
45325
45326 [BZ #10210]
45327 * manual/process.texi (execle): Move @dots{} before last argument.
45328
79c6869c
PB
453292012-02-17 Paul Bolle <pebolle@tiscali.nl>
45330
45331 [BZ #12047]
45332 * manual/charset.texi (Generic Charset Conversion): Fix typo
45333 (LC_TYPE -> LC_CTYPE).
45334
cc6e48bc
NB
453352012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
45336
45337 [BZ #5805]
45338 * manual/arith.texi (scalbn): Use @var{} on parameter names.
45339 (scalbnf): Likewise.
45340 (scalbnl): Likewise.
45341 (scalbln): Likewise.
45342 (scalblnf): Likewise.
45343 (scalblnl): Likewise.
45344 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45345 (vwarnx): Likewise.
45346 (verr): Likewise.
45347 (verrx): Likewise.
45348 * manual/filesys.texi (telldir): Use braces around return type.
45349 * manual/llio.texi (mmap): Add space after comma.
45350 (mmap64): Likewise.
45351 * manual/math.texi (jn): Use @var{} on parameter names.
45352 (jnf): Likewise.
45353 (jnl): Likewise.
45354 (yn): Likewise.
45355 (ynf): Likewise.
45356 (ynl): Likewise.
45357 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45358 line.
45359 * manual/resource.texi (ulimit): Use @dots{} instead of literal
45360 "...".
45361 (sched_get_priority_min): Remove semicolon on @deftypefun line.
45362 (sched_get_priority_max): Likewise.
45363 * manual/signal.texi (sigvec): Add space after comma.
45364 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45365 names.
45366 (if_indextoname): Likewise.
45367 (if_freenameindex): Likewise.
45368 (sendto): Use ',' instead of '.' in prototype.
45369 * manual/startup.texi (syscall): Use @dots{} instead of literal
45370 "...".
45371 * manual/stdio.texi (__fpending): Separate initial words of
45372 paragraph from @deftypefun line.
45373 * manual/syslog.texi (syslog): Use @dots{} instead of literal
45374 "...".
45375 (vsyslog): Use @var{} on parameter names.
45376 * manual/terminal.texi (stty): Use @var{} on parameter names.
45377 * manual/users.texi (getutmp): Use @var{} on parameter names.
45378 (getutmpx): Likewise.
45379
5b23062f
JM
453802012-02-17 Joseph Myers <joseph@codesourcery.com>
45381
45382 [BZ #6884]
45383 * manual/stdio.texi (fopen): Fix typos in description of
45384 ",ccs=STRING".
45385
8dee4833
AJ
453862012-02-17 Aurelien Jarno <aurelien@aurel32.net>
45387
45388 [BZ #4026]
45389 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45390 get clock_id definition.
45391
9078ce93
TS
453922012-02-17 Thomas Schwinge <thomas@schwinge.name>
45393
45394 [BZ #4822]
45395 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45396 (madvise): Cast every argument to void on its own.
45397
3835c55f
JM
453982012-02-17 Joseph Myers <joseph@codesourcery.com>
45399
45400 [BZ #9902]
45401 * manual/startup.texi (Exit Status): Fix typo.
45402
35c47e37
JM
454032012-02-17 Joseph Myers <joseph@codesourcery.com>
45404
45405 [BZ #10140]
45406 * manual/examples/argp-ex1.c: Include <stdlib.h>.
45407 * manual/examples/argp-ex2.c: Likewise.
45408 * manual/examples/argp-ex3.c: Likewise.
45409
e3b69ca7
RH
454102012-02-16 Richard Henderson <rth@redhat.com>
45411
45412 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45413 * sysdeps/s390/s390-32/initfini.c: Remove.
45414 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45415 * sysdeps/s390/s390-64/initfini.c: Remove.
45416
df83af67
KK
454172012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
45418
45419 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45420 compiler output for sysdeps/generic/initfini.c.
45421 * sysdeps/sh/elf/initfini.c: Remove file.
45422
f63f3380
DM
454232012-02-16 David S. Miller <davem@davemloft.net>
45424
fb59b3a4
DM
45425 [BZ #11494]
45426 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45427
f63f3380
DM
45428 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45429 * sysdeps/sparc/crti.S: New file.
45430 * sysdeps/sparc/crtn.S: New file.
45431 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45432 * sysdeps/sparc/sparc64/Makefile: Likewise.
45433
df6a4a4a
MF
454342012-02-15 Mike Frysinger <vapier@gentoo.org>
45435
6dd8f3dc 45436 [BZ #3335]
df6a4a4a
MF
45437 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45438
1cac7236
RM
454392012-02-15 Roland McGrath <roland@hack.frob.com>
45440
d2c736f8
RM
45441 [BZ #4822]
45442 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45443
1cac7236
RM
45444 * mach/devstream.c (cookie_io_functions_t): Macro removed.
45445 (write, read, close): Likewise.
45446 Patch by Aurelien Jarno <aurelien@aurel32.net>.
45447
8e475601
JM
454482012-02-15 Joseph Myers <joseph@codesourcery.com>
45449
45450 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45451 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45452 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45453 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45454 <bits/signalfd.h>.
45455 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45456 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45457 bits/signalfd.h.
45458
ed656b40
MP
454592012-02-14 Marek Polacek <polacek@redhat.com>
45460
45461 * sysdeps/x86_64/crti.S: New file.
45462 * sysdeps/x86_64/crtn.S: New file.
45463 * sysdeps/x86_64/elf/initfini.c: Remove file.
45464
2a979d3a
JM
454652012-02-13 Joseph Myers <joseph@codesourcery.com>
45466
45467 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45468 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45469 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45470 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45471 <bits/inotify.h>.
45472 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45473 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45474 bits/inotify.h.
45475
2a418ac3
JM
454762012-02-13 Joseph Myers <joseph@codesourcery.com>
45477
45478 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45479 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45480 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45481 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45482 <bits/eventfd.h>.
45483 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45484 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45485 bits/eventfd.h.
45486
fb779be7
TS
454872012-02-10 Thomas Schwinge <thomas@codesourcery.com>
45488
e19e83c5
RM
45489 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45490 __feraiseexcept instead of feraiseexcept.
7c35ffed 45491
fb779be7
TS
45492 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45493 nanosleep invocations.
45494 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45495 strings, and add error checking for a nanosleep invocations.
45496
59ba27a6
PE
454972012-02-09 Paul Eggert <eggert@cs.ucla.edu>
45498
45499 Replace FSF snail mail address with URLs, as per GNU coding standards.
45500 Most of the snail mail addresses were wrong anyway, and omitting
45501 them makes the source code easier to maintain. Almost all of the
45502 changes are to license notices and to locale LC_IDENTIFICATION
45503 addresses, except for this one:
45504 * manual/libc.texinfo: In "Published by", give the FSF's URL,
45505 not its snail mail address.
45506
57b957eb
RH
455072012-02-09 Richard Henderson <rth@twiddle.net>
45508
af850b1c
RH
45509 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45510 of kernel-features.h.
45511
57b957eb
RH
45512 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
45513
6b73181a
MP
455142012-02-08 Marek Polacek <polacek@redhat.com>
45515
45516 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
45517 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
45518 * sysdeps/gnu/_G_config.h: Likewise.
45519 * sysdeps/generic/_G_config.h: Likewise.
45520
26ecc33a
AS
455212012-02-08 Andreas Schwab <schwab@linux-m68k.org>
45522
6c6dbc63
AS
45523 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
45524 tests.
45525 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45526
e216c012
AS
45527 * sysdeps/powerpc/powerpc32/crti.S: New file.
45528 * sysdeps/powerpc/powerpc32/crtn.S: New file.
45529 * sysdeps/powerpc/powerpc64/crti.S: New file.
45530 * sysdeps/powerpc/powerpc64/crtn.S: New file.
45531
26ecc33a
AS
45532 * Makeconfig (have-initfini): Don't set.
45533 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
45534 * configure.in (nopic_initfini): Don't substitute.
45535 * config.h.in (HAVE_INITFINI): Don't #undef.
45536 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
45537 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
45538
3add8e13
JM
455392012-02-08 Joseph Myers <joseph@codesourcery.com>
45540
45541 Support crti.S and crtn.S provided directly by architectures.
45542 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
45543 [crti.S in sysdirs] (omit-deps): Likewise.
45544 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
45545 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
45546 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
45547 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
45548 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
45549 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
45550 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
45551 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
45552 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
45553 compiler output for sysdeps/generic/initfini.c.
45554 * sysdeps/i386/elf/Makefile: Remove file.
45555 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
45556
a22f12b4
MP
455572012-02-07 Marek Polacek <polacek@redhat.com>
45558
45559 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
45560 * sysdeps/gnu/_G_config.h: Likewise.
45561 * sysdeps/mach/hurd/_G_config.h: Likewise.
45562
148cf100
MP
455632012-02-07 Marek Polacek <polacek@redhat.com>
45564
45565 * math/Makefile (tests): Add tst-CMPLX2.
45566 * math/tst-CMPLX2.c: New file.
45567
cfdc0dd7
AS
455682012-02-07 Andreas Schwab <schwab@linux-m68k.org>
45569
84ba42c4
AS
45570 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45571
cfdc0dd7
AS
45572 * math/libm-test.inc (jn_test): Add missing L suffix.
45573
622c86f4
MP
455742012-02-06 Marek Polacek <polacek@redhat.com>
45575
45576 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
45577 * sysdeps/i386/fpu/e_powf.S: Likewise.
45578 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45579 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45580 * sysdeps/i386/fpu/e_acosh.S: Likewise.
45581 * sysdeps/i386/fpu/e_pow.S: Likewise.
45582 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45583 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45584 * sysdeps/i386/fpu/s_expm1.S: Likewise.
45585 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45586 * sysdeps/i386/fpu/e_log2.S: Likewise.
45587 * sysdeps/i386/fpu/e_log2l.S: Likewise.
45588 * sysdeps/i386/fpu/e_scalb.S: Likewise.
45589 * sysdeps/i386/fpu/e_powl.S: Likewise.
45590 * sysdeps/i386/fpu/s_log1p.S: Likewise.
45591 * sysdeps/i386/fpu/e_log10f.S: Likewise.
45592 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45593 * sysdeps/i386/fpu/e_logl.S: Likewise.
45594 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45595 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
45596 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45597 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45598 * sysdeps/i386/fpu/e_log2f.S: Likewise.
45599 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45600 * sysdeps/i386/fpu/e_log.S: Likewise.
45601 * sysdeps/i386/fpu/s_cexp.S: Likewise.
45602 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45603 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
45604 * sysdeps/i386/fpu/e_logf.S: Likewise.
45605 * sysdeps/i386/fpu/e_log10l.S: Likewise.
45606 * sysdeps/i386/fpu/e_atanh.S: Likewise.
45607 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
45608 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
45609 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45610 * sysdeps/i386/fpu/e_log10.S: Likewise.
45611 * sysdeps/i386/fpu/s_frexp.S: Likewise.
45612 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45613 * sysdeps/i386/fpu/s_asinh.S: Likewise.
45614 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
45615 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45616 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
45617 * sysdeps/i386/asm-syntax.h: Likewise.
45618 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45619 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45620 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45621 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
45622 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
45623 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45624 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
45625 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
45626 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45627 * sysdeps/powerpc/sysdep.h: Likewise.
45628 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
45629 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
45630
d4a54ac6
JM
456312012-02-06 Joseph Myers <joseph@codesourcery.com>
45632
45633 [BZ #411]
45634 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
45635
314054ea
JM
456362012-02-06 Joseph Myers <joseph@codesourcery.com>
45637
45638 * sysdeps/i386/sysdep.h: Include <features.h>.
45639 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
45640 version.
45641
d8e0ca50
JM
456422012-02-05 Joseph Myers <joseph@codesourcery.com>
45643
45644 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
45645 Define.
45646 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
45647 LOAD_PIC_REG_STR.
45648
b1da7dd9
JM
456492012-02-03 Joseph Myers <joseph@codesourcery.com>
45650
45651 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
45652 (SETUP_PIC_REG): Use GET_PC_THUNK.
45653 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
45654 macro.
45655
9a1d9254
JM
456562012-02-03 Joseph Myers <joseph@codesourcery.com>
45657
45658 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
45659 for non-PIC compilation.
45660 (SETUP_PIC_REG): Add .p2align directive.
45661 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
45662 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
45663 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
45664 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
45665 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
45666 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
45667 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
45668 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
45669 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
45670 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
45671 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
45672 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
45673 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
45674 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
45675 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
45676 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
45677 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
45678 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
45679 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
45680 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
45681 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
45682 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
45683 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
45684 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
45685 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
45686 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
45687 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45688 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
45689 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
45690 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
45691 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
45692 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45693 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
45694 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
45695 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
45696 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
45697 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
45698 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
45699 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
45700 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
45701 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
45702
65dc3b75
JM
457032012-02-03 Joseph Myers <joseph@codesourcery.com>
45704
45705 * math/tst-CMPLX.c: Include <stdio.h>.
45706
d55bf177
JM
457072012-01-31 Joseph Myers <joseph@codesourcery.com>
45708
45709 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
45710 float.
45711 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
45712 * sysdeps/sparc/bits/mathdef.h: Likewise.
45713
69db4f8f
MP
457142012-01-31 Marek Polacek <polacek@redhat.com>
45715
45716 * libio/libio.h: Don't define _PARAMS.
45717 * locale/programs/config.h: Don't define PARAMS.
45718 * stdlib/strtol_l.c: Likewise.
45719 (__strtol_l): Remove PARAMS from the prototype.
45720
41b81892
UD
457212012-01-31 Ulrich Drepper <drepper@gmail.com>
45722
3b49edc0
UD
45723 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
45724 names. Just use the correct names. Remove unnecessary wrapper
45725 functions.
45726 * malloc/arena.c: Likewise.
45727 * malloc/hooks.c: Likewise.
45728
41b81892
UD
45729 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
45730 ARENA_TEST says not to. Simplify test for creation of a new arena.
45731 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
45732
27a25b6e
UD
457332012-01-30 Ulrich Drepper <drepper@gmail.com>
45734
45735 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
45736 into tail calls.
45737 (update_get_addr): New function.
45738 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
45739 GET_ADDR_MODULE parameter.
45740
c8a89e7d
JM
457412012-01-30 Joseph Myers <joseph@codesourcery.com>
45742
45743 * crypt/cert.c: Remove __STDC__ conditionals.
45744 * crypt/crypt-entry.c: Likewise.
45745 * crypt/crypt_util.c: Likewise.
45746 * libio/filedoalloc.c: Likewise.
45747 * libio/fileops.c: Likewise.
45748 * libio/genops.c: Likewise.
45749 * libio/iofclose.c: Likewise.
45750 * libio/iofdopen.c: Likewise.
45751 * libio/iofopen.c: Likewise.
45752 * libio/iofopen64.c: Likewise.
45753 * libio/iogetdelim.c: Likewise.
45754 * libio/iopopen.c: Likewise.
45755 * libio/obprintf.c: Likewise.
45756 * libio/oldfileops.c: Likewise.
45757 * libio/oldiofclose.c: Likewise.
45758 * libio/oldiofdopen.c: Likewise.
45759 * libio/oldiofopen.c: Likewise.
45760 * libio/oldiopopen.c: Likewise.
45761 * libio/wfiledoalloc.c: Likewise.
45762 * libio/wgenops.c: Likewise.
45763 * locale/programs/xmalloc.c: Likewise.
45764 * misc/syslog.c: Likewise.
45765 * stdio-common/xbug.c: Likewise.
45766 * string/memchr.c: Likewise.
45767 * string/memcmp.c: Likewise.
45768 * string/memrchr.c: Likewise.
45769 * string/rawmemchr.c: Likewise.
45770 * sysdeps/posix/getcwd.c: Likewise.
45771 * time/strftime_l.c: Likewise.
45772
3b100462
JM
457732012-01-30 Joseph Myers <joseph@codesourcery.com>
45774
45775 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
45776 * config.make.in (config-cflags-sse2avx): Define.
45777 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
45778 Fix typo.
45779
607998af
CM
457802012-01-29 Chris Metcalf <cmetcalf@tilera.com>
45781
45782 * scripts/config.guess: Update from upstream config git repository.
45783 * scripts/config.sub: Likewise.
45784
3601428f
CM
457852012-01-28 Chris Metcalf <cmetcalf@tilera.com>
45786
3ac8b282
CM
45787 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
45788 (EM_NUM): Update.
45789 (R_TILEPRO_*, R_TILEGX_*): New macros.
45790
e034841e
CM
45791 * scripts/firstversions.awk: Fix bug in version range handling.
45792
540d7568
CM
45793 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
45794
3601428f
CM
45795 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
45796
463de862
CM
45797 * include/sys/epoll.h: New file.
45798 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
45799 libc_hidden_def.
45800
73139a76
UD
458012012-01-28 Ulrich Drepper <drepper@gmail.com>
45802
96bc5b45
UD
45803 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
45804 Avoid unnecessary __WORDSIZE == 64 test.
45805 (fmaxf): Use VEX format if possible.
45806 (fmax): Likewise.
45807 (fminf): Likewise.
45808 (fmin): Likewise.
45809
56f6f6a2
UD
45810 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
45811 * math/math_private.h: Remove libc_fegetround* and
45812 libc_fesetround*.
45813 * sysdeps/i386/configure.in: Check for -msse2avx.
45814 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
45815 also if SSE2AVX is defined.
45816 Remove libc_fegetround* and libc_fesetround*.
45817 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
45818 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
45819 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
45820 of HAS_YMM_USABLE.
45821 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45822 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45823 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45824 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45825 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45826
73139a76
UD
45827 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
45828
d73f93a4
AZ
458292012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45830
45831 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
45832 size is not set.
45833 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
45834
6ee65ed6
UD
458352012-01-27 Ulrich Drepper <drepper@gmail.com>
45836
45837 [BZ #13618]
45838 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
45839 relocation.
45840 * Makeconfig (libm): Define.
45841 * elf/Makefile: Add rules to build and run tst-relsort1.
45842 * elf/tst-relsort1.c: New file.
45843 * elf/tst-relsort1mod1.c: New file.
45844 * elf/tst-relsort1mod2.c: New file.
45845
8db21882
JM
458462012-01-27 Joseph Myers <joseph@codesourcery.com>
45847
45848 * math/s_ldexp.c: Remove __STDC__ conditionals.
45849 * math/s_ldexpf.c: Likewise.
45850 * math/s_ldexpl.c: Likewise.
45851 * math/s_nextafter.c: Likewise.
45852 * math/s_nexttowardf.c: Likewise.
45853 * math/s_significand.c: Likewise.
45854 * math/s_significandf.c: Likewise.
45855 * math/s_significandl.c: Likewise.
45856 * math/w_jnl.c: Likewise.
45857 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
45858 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
45859 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
45860 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
45861 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
45862 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
45863 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
45864 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
45865 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
45866 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
45867 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
45868 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45869 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
45870 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
45871 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
45872 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
45873 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
45874 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
45875 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
45876 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45877 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45878 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
45879 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
45880 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
45881 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
45882 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
45883 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
45884 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
45885 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
45886 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45887 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45888 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45889 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45890 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45891 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45892 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45893 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45894 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45895 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45896 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45897 * sysdeps/ieee754/k_standard.c: Likewise.
45898 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45899 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45900 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45901 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45902 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45903 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45904 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45905 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45906 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45907 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45908 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45909 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45910 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45911 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45912 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45913 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45914 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45915 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45916 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45917 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45918 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45919 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45920 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45921 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45922 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45923 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45924 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45925 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45926 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45927 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45928 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45929 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
45930 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45931 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45932 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45933 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45934 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
45935 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45936 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45937 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
45938 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
45939 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45940 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
45941 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
45942 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45943 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
45944 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
45945 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45946 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45947 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
45948 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
45949 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45950 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45951 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45952 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45953 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45954 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
45955 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45956 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45957 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45958 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45959 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45960 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45961 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45962 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45963 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45964 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45965 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45966 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45967 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45968 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45969 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45970 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45971 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45972 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45973 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45974 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45975 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45976 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45977 * sysdeps/ieee754/s_matherr.c: Likewise.
45978 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45979 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45980 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45981 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45982
965a54a4
JM
459832012-01-26 Joseph Myers <joseph@codesourcery.com>
45984
45985 * crypt/md5.h: Remove __STDC__ conditionals.
45986 * libio/libioP.h: Likewise.
45987 * locale/programs/config.h: Likewise.
45988 * sysdeps/generic/sysdep.h: Likewise.
45989 * sysdeps/i386/asm-syntax.h: Likewise.
45990 * sysdeps/s390/asm-syntax.h: Likewise.
45991 * sysdeps/unix/sysdep.h: Likewise.
45992 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
45993 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
45994
7071ad79
JM
459952012-01-26 Joseph Myers <joseph@codesourcery.com>
45996
45997 * libio/libio.h: Remove __STDC__ conditionals.
45998 * malloc/obstack.h: Likewise.
45999 * math/complex.h: Likewise.
46000 * math/math.h: Likewise.
46001 * sysdeps/generic/_G_config.h: Likewise.
46002 * sysdeps/gnu/_G_config.h: Likewise.
46003 * sysdeps/mach/hurd/_G_config.h: Likewise.
46004 * sysdeps/powerpc/bits/mathdef.h: Likewise.
46005 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46006 * sysdeps/sparc/bits/mathdef.h: Likewise.
46007
afc5ed09
UD
460082012-01-26 Ulrich Drepper <drepper@gmail.com>
46009
46010 [BZ #13583]
46011 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 46012 Clean up HAS_* macros.
afc5ed09 46013 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
46014 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46015 possible.
46016 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46017 HAS_AVX.
46018 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46019 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46020 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46021 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46022 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 46023
bdb6de1d
JM
460242012-01-25 Joseph Myers <joseph@codesourcery.com>
46025
46026 * elf/tst-unique3.cc (gets): Remove declaration.
46027 * elf/tst-unique3lib.cc (gets): Likewise.
46028 * elf/tst-unique3lib2.cc (gets): Likewise.
46029 * elf/tst-unique4.cc (gets): Likewise.
46030
b15549e6
UD
460312012-01-24 Ulrich Drepper <drepper@gmail.com>
46032
46033 * include/stdio.h: Add C++ protection. Add gets declarations and
46034 definitions.
46035 * debug/tst-chk1.c: Don't declare gets here.
46036 * stdio-common/tst-gets.c: Likewise.
46037
a037381f
JM
460382012-01-24 Joseph Myers <joseph@codesourcery.com>
46039
46040 * posix/glob: Remove directory.
46041
f1d4aa75
JM
460422012-01-24 Joseph Myers <joseph@codesourcery.com>
46043
46044 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46045
81c0c964
PT
460462012-01-22 Pino Toscano <toscano.pino@tiscali.it>
46047
46048 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46049 of the non-standard EPFNOSUPPORT.
46050
0ea698ae
ST
460512011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
46052
46053 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46054 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46055 ANYWHERE set to 1 only on KERN_NO_SPACE error.
46056
d220b117
UD
460572012-01-21 Ulrich Drepper <drepper@gmail.com>
46058
46059 * wcsmbs/uchar.h: Test __STDC_VERSION__.
46060
3e1aa84e
UD
460612012-01-20 Ulrich Drepper <drepper@gmail.com>
46062
46063 * nscd/aicache.c (addhstaiX): Do not cache negative results of
46064 transient errors.
46065 * nscd/grpcache.c (cache_addgr): Likewise.
46066 * nscd/hstcache.c (cache_addhst): Likewise.
46067 * nscd/initgrcache.c (addinitgroupsX): Likewise.
46068 * nscd/pwdcache.c (cache_addpw): Likewise.
46069 * nscd/servicescache.c (cache_addserv): Likewise.
46070
400aa020
UD
460712012-01-16 Ulrich Drepper <drepper@gmail.com>
46072
d77e7869
UD
46073 * malloc/malloc.c: Various cleanups.
46074 * malloc/hooks.c: Likewise.
46075
400aa020
UD
46076 * stdlib/Makefile (tests): Add bug-fmtmsg1.
46077 * stdlib/bug-fmtmsg1.c: New file.
46078
46079 * stdlib/fmtmsg.c (init): Add missing unlock.
46080 Patch by Peng Haitao <penght@cn.fujitsu.com>.
46081
e0a309cf
MP
460822012-01-12 Marek Polacek <polacek@redhat.com>
46083
46084 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46085 and _GNU_SOURCE.
46086
929d11c7
WS
460872012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
46088
46089 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46090 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46091 macro to ensure uniqueness of label name.
46092 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46093 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46094
41d0e869
UD
460952012-01-11 Ulrich Drepper <drepper@gmail.com>
46096
0cc5ed3b
UD
46097 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46098
41d0e869
UD
46099 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46100 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46101 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46102 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46103
a47a831a
UD
461042012-01-10 Ulrich Drepper <drepper@gmail.com>
46105
daa891c0
UD
46106 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46107
46108 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46109 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46110 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46111
e58ef0f2
UD
46112 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46113
a47a831a 46114 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
46115 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46116 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 46117 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
46118
46119 * math/bits/math-finite.h: Add ldexp support.
46120
a0bfc9c7
MP
461212012-01-10 Marek Polacek <polacek@redhat.com>
46122
46123 * locale/programs/localedef.h (show_archive_content): Add noreturn
46124 attribute.
46125
d6e97a1d
UD
461262012-01-09 Ulrich Drepper <drepper@gmail.com>
46127
46128 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46129
d5835c26
UD
461302012-01-08 Ulrich Drepper <drepper@gmail.com>
46131
e5f484c6
UD
46132 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46133
d5835c26
UD
46134 * io/Makefile (headers): Add bits/poll2.h.
46135
d1f741e9
WS
461362011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
46137
46138 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46139 typo #include statement.
46140
ec09c1c4
UD
461412012-01-08 Ulrich Drepper <drepper@gmail.com>
46142
46143 * include/sys/cdefs.h: Define __attribute_alloc_size.
46144 * catgets/gencat.c: Add alloc_size attribute and apply consistently
46145 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46146 * elf/pldd.c: Likewise.
46147 * iconv/iconv_charmap.c: Likewise.
46148 * iconv/iconvconfig.c: Likewise.
46149 * iconv/strtab.c: Likewise.
46150 * locale/programs/locale.c: Likewise.
46151 * locale/programs/localedef.h: Likewise.
46152 * locale/programs/simple-hash.c: Likewise.
46153 * nscd/nscd.h: Likewise.
46154 * nss/makedb.c: Likewise.
46155 * sysdeps/generic/ldconfig.h: Likewise.
46156 * locale/programs/localedef.c: Remove xmalloc prototype.
46157 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46158
20b38e03
PP
461592012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
46160
46161 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46162 appropriate.
46163
a0da5fe1
UD
461642012-01-08 Ulrich Drepper <drepper@gmail.com>
46165
1d5a644a 46166 * math/Makefile (tests): Add tst-CMPLX.
669704fd 46167 * math/tst-CMPLX.c: New file.
1d5a644a 46168
8784a6db
UD
46169 * math/complex.h (CMPLXL): Fix typo.
46170
d9a216c0
UD
46171 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46172 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46173 GLIBC_2.16.
46174 * debug/tst-chk1.c: Add poll and ppoll tests.
46175 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46176 * include/sys/poll.h: Add hidden proto for ppoll.
46177 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46178 * sysdeps/mach/hurd/ppoll.c: Likewise.
46179 * io/ppoll.c: Likewise.
46180 * debug/poll_chk.c: New file.
46181 * debug/ppoll_chk.c: New file.
46182 * include/bits/poll2.h: New file.
46183 * io/bits/poll2.h: New file.
46184
ac097f5c
UD
46185 [BZ #1350]
46186 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46187
2119dcfa
UD
46188 * configure.in: static is always set to yes. Remove.
46189 * config.make.in: Don't set build-static.
46190 * Makeconfig: Remove use of build-static.
46191 * dlfcn/Makefile: Likewise.
46192 * elf/Makefile: Likewise.
46193 * math/Makefile: Likewise.
46194 * misc/Makefile: Likewise.
46195 * nptl/Makefile: Likewise.
46196 * sysdeps/mach/hurd/Makefile: Likewise.
46197
121766a9
UD
46198 * configure.in: PWD_P is not used anymore.
46199 * config.make.in: Remove PWD_P entry.
46200
51a1d39c 46201 * configure.in: Remove last remnants of RANLIB.
8720d066 46202 No need to check for signed size_t anymore.
215f4bdc
UD
46203 Don't set libc_commonpagesize and libc_relro_required here for Alpha
46204 and IA-64.
3857022a 46205 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
46206 * aclocal.m4: Likewise.
46207
d3ed7225
UD
46208 * wcsmbs/mbrtoc16.c: Implement using towc function.
46209 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46210 * wcsmbs/wcsmbsload.c: Likewise.
46211 * iconv/gconv_simple.c: Likewise.
46212 * iconv/gconv_int.h: Likewise.
46213 * iconv/gconv_builtin.h: Likewise.
46214 * iconv/iconv_prog.c: Remove CHAR16 handling.
46215
46216 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46217
46218 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46219
a0da5fe1
UD
46220 * configure.in: Remove --with-elf and --enable-bounded options.
46221 Dont set base_machine for ia64. More non-ELF conditions removed.
46222 Remove testing and setting of leading underscore information.
46223 * config.make.in (build-bounded): Set to no.
46224 * config.h.in: Remove NO_UNDERSCORES entry.
46225 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
46226 them.
46227 * csu/start.c: Remove !NO_UNDERSCORE code.
46228 * locale/localeinfo.h: Likewise.
46229 * sysdeps/generic/machine-gmon.h: Likewise.
46230 * sysdeps/generic/sysdep.h: Likewise.
46231 * sysdeps/i386/sysdep.h: Likewise.
46232 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46233 * sysdeps/mach/sysdep.h: Likewise.
46234 * sysdeps/s390/s390-32/sysdep.h: Likewise.
46235 * sysdeps/s390/s390-64/sysdep.h: Likewise.
46236 * sysdeps/sh/sysdep.h: Likewise.
46237 * sysdeps/sparc/sparc32/alloca.S: Likewise.
46238 * sysdeps/unix/i386/sysdep.S: Likewise.
46239 * sysdeps/unix/sparc/start.c: Likewise.
46240 * sysdeps/unix/sparc/sysdep.S: Likewise.
46241 * sysdeps/unix/sparc/sysdep.h: Likewise.
46242 * sysdeps/unix/start.c: Likewise.
46243 * sysdeps/unix/x86_64/sysdep.S: Likewise.
46244 * sysdeps/x86_64/sysdep.h: Likewise.
46245
df78418a
UD
462462012-01-07 Ulrich Drepper <drepper@gmail.com>
46247
a784e502
UD
46248 [BZ #13553]
46249 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46250 for non-gcc.
46251 * argp/argp-fmtstream.h: Use const instead __const.
46252 * argp/argp.h: Likewise.
46253 * assert/assert.h: Likewise.
46254 * bits/fenv.h: Likewise.
46255 * bits/sched.h: Likewise.
46256 * bits/sigset.h: Likewise.
46257 * bits/sigthread.h: Likewise.
46258 * catgets/nl_types.h: Likewise.
46259 * conform/data/pthread.h-data: Likewise.
46260 * crypt/crypt-private.h: Likewise.
46261 * crypt/crypt.h: Likewise.
46262 * crypt/crypt_util.c: Likewise.
46263 * ctype/ctype.h: Likewise.
46264 * debug/execinfo.h: Likewise.
46265 * debug/mbsnrtowcs_chk.c: Likewise.
46266 * debug/mbsrtowcs_chk.c: Likewise.
46267 * debug/wcsnrtombs_chk.c: Likewise.
46268 * debug/wcsrtombs_chk.c: Likewise.
46269 * debug/wcstombs_chk.c: Likewise.
46270 * dirent/dirent.h: Likewise.
46271 * dlfcn/dlfcn.h: Likewise.
46272 * elf/neededtest4.c: Likewise.
46273 * grp/grp.h: Likewise.
46274 * gshadow/gshadow.h: Likewise.
46275 * iconv/gconv.h: Likewise.
46276 * iconv/gconv_int.h: Likewise.
46277 * iconv/gconv_simple.c: Likewise.
46278 * iconv/iconv.h: Likewise.
46279 * iconv/loop.c: Likewise.
46280 * iconv/skeleton.c: Likewise.
46281 * include/aio.h: Likewise.
46282 * include/aliases.h: Likewise.
46283 * include/argz.h: Likewise.
46284 * include/arpa/inet.h: Likewise.
46285 * include/assert.h: Likewise.
46286 * include/dirent.h: Likewise.
46287 * include/dlfcn.h: Likewise.
46288 * include/execinfo.h: Likewise.
46289 * include/fcntl.h: Likewise.
46290 * include/fenv.h: Likewise.
46291 * include/glob.h: Likewise.
46292 * include/grp.h: Likewise.
46293 * include/libintl.h: Likewise.
46294 * include/mntent.h: Likewise.
46295 * include/netdb.h: Likewise.
46296 * include/pwd.h: Likewise.
46297 * include/rpc/netdb.h: Likewise.
46298 * include/sched.h: Likewise.
46299 * include/search.h: Likewise.
46300 * include/shadow.h: Likewise.
46301 * include/signal.h: Likewise.
46302 * include/stdio.h: Likewise.
46303 * include/stdlib.h: Likewise.
46304 * include/string.h: Likewise.
46305 * include/sys/socket.h: Likewise.
46306 * include/sys/stat.h: Likewise.
46307 * include/sys/statfs.h: Likewise.
46308 * include/sys/statvfs.h: Likewise.
46309 * include/sys/syslog.h: Likewise.
46310 * include/sys/time.h: Likewise.
46311 * include/sys/uio.h: Likewise.
46312 * include/time.h: Likewise.
46313 * include/unistd.h: Likewise.
46314 * include/utmp.h: Likewise.
46315 * include/wchar.h: Likewise.
46316 * include/wctype.h: Likewise.
46317 * inet/aliases.h: Likewise.
46318 * inet/arpa/inet.h: Likewise.
46319 * inet/netinet/ether.h: Likewise.
46320 * inet/netinet/in.h: Likewise.
46321 * intl/libintl.h: Likewise.
46322 * io/bits/fcntl2.h: Likewise.
46323 * io/fcntl.h: Likewise.
46324 * io/ftw.h: Likewise.
46325 * io/sys/poll.h: Likewise.
46326 * io/sys/stat.h: Likewise.
46327 * io/sys/statfs.h: Likewise.
46328 * io/sys/statvfs.h: Likewise.
46329 * io/utime.h: Likewise.
46330 * libio/bits/stdio.h: Likewise.
46331 * libio/bits/stdio2.h: Likewise.
46332 * libio/libio.h: Likewise.
46333 * libio/libioP.h: Likewise.
46334 * libio/stdio.h: Likewise.
46335 * locale/lc-ctype.c: Likewise.
46336 * locale/locale.h: Likewise.
46337 * login/utmp.h: Likewise.
46338 * malloc/arena.c: Likewise.
46339 * malloc/malloc.c: Likewise.
46340 * malloc/malloc.h: Likewise.
46341 * malloc/mcheck.c: Likewise.
46342 * malloc/mtrace.c: Likewise.
46343 * math/bits/mathcalls.h: Likewise.
46344 * math/fenv.h: Likewise.
46345 * math/math_private.h: Likewise.
46346 * misc/bits/error.h: Likewise.
46347 * misc/bits/syslog.h: Likewise.
46348 * misc/err.h: Likewise.
46349 * misc/error.h: Likewise.
46350 * misc/fstab.h: Likewise.
46351 * misc/mntent.h: Likewise.
46352 * misc/regexp.h: Likewise.
46353 * misc/search.h: Likewise.
46354 * misc/sgtty.h: Likewise.
46355 * misc/sys/mman.h: Likewise.
46356 * misc/sys/syslog.h: Likewise.
46357 * misc/sys/uio.h: Likewise.
46358 * misc/sys/xattr.h: Likewise.
46359 * misc/ttyent.h: Likewise.
46360 * nis/rpcsvc/ypclnt.h: Likewise.
46361 * nss/nss.h: Likewise.
46362 * posix/bits/unistd.h: Likewise.
46363 * posix/fnmatch.h: Likewise.
46364 * posix/glob.h: Likewise.
46365 * posix/sched.h: Likewise.
46366 * posix/spawn.h: Likewise.
46367 * posix/sys/wait.h: Likewise.
46368 * posix/unistd.h: Likewise.
46369 * posix/wordexp.h: Likewise.
46370 * pwd/pwd.h: Likewise.
46371 * resolv/netdb.h: Likewise.
46372 * resource/sys/resource.h: Likewise.
46373 * rt/aio.h: Likewise.
46374 * rt/bits/mqueue2.h: Likewise.
46375 * rt/mqueue.h: Likewise.
46376 * shadow/shadow.h: Likewise.
46377 * signal/signal.h: Likewise.
46378 * socket/send.c: Likewise.
46379 * socket/sendto.c: Likewise.
46380 * socket/sys/socket.h: Likewise.
46381 * stdio-common/printf.h: Likewise.
46382 * stdlib/bits/stdlib.h: Likewise.
46383 * stdlib/fmtmsg.h: Likewise.
46384 * stdlib/monetary.h: Likewise.
46385 * stdlib/stdlib.h: Likewise.
46386 * stdlib/ucontext.h: Likewise.
46387 * streams/stropts.h: Likewise.
46388 * string/argz.h: Likewise.
46389 * string/bits/string2.h: Likewise.
46390 * string/string.h: Likewise.
46391 * string/strings.h: Likewise.
46392 * sunrpc/rpc/auth.h: Likewise.
46393 * sunrpc/rpc/auth_des.h: Likewise.
46394 * sunrpc/rpc/clnt.h: Likewise.
46395 * sunrpc/rpc/netdb.h: Likewise.
46396 * sunrpc/rpc/pmap_clnt.h: Likewise.
46397 * sunrpc/rpc/xdr.h: Likewise.
46398 * sysdeps/generic/inttypes.h: Likewise.
46399 * sysdeps/generic/net/if.h: Likewise.
46400 * sysdeps/generic/sys/swap.h: Likewise.
46401 * sysdeps/gnu/net/if.h: Likewise.
46402 * sysdeps/gnu/utmpx.h: Likewise.
46403 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46404 * sysdeps/i386/i486/bits/string.h: Likewise.
46405 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46406 * sysdeps/s390/bits/string.h: Likewise.
46407 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46408 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46409 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46410 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46411 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46412 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46413 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46414 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46415 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46416 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46417 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46418 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46419 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46420 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46421 * sysdeps/unix/sysv/linux/readv.c: Likewise.
46422 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46423 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46424 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46425 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46426 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46427 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46428 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46429 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46430 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46431 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46432 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46433 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46434 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46435 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46436 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46437 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46438 * sysvipc/sys/ipc.h: Likewise.
46439 * sysvipc/sys/msg.h: Likewise.
46440 * sysvipc/sys/sem.h: Likewise.
46441 * sysvipc/sys/shm.h: Likewise.
46442 * termios/termios.h: Likewise.
46443 * time/sys/time.h: Likewise.
46444 * time/time.h: Likewise.
46445 * wcsmbs/bits/wchar2.h: Likewise.
46446 * wcsmbs/uchar.h: Likewise.
46447 * wcsmbs/wchar.h: Likewise.
46448 * wctype/wctype.h: Likewise.
46449
0269750c
UD
46450 [BZ #13551]
46451 * Makeconfig: Remove all but ELF support including AIX support.
46452 * Makerules: Likewise.
46453 * config.h.in: Likewise.
46454 * config.make.in: Likewise.
46455 * configure: Likewise.
46456 * configure.in: Likewise.
46457 * csu/Makefile: Likewise.
46458 * csu/version.c: Likewise.
46459 * debug/Makefile: Likewise.
46460 * dlfcn/Makefile: Likewise.
46461 * elf/Makefile: Likewise.
46462 * extra-lib.mk: Likewise.
46463 * iconv/Makefile: Likewise.
46464 * include/libc-symbols.h: Likewise.
46465 * include/shlib-compat.h: Likewise.
46466 * resolv/Makefile: Likewise.
46467 * resolv/res_libc.c: Likewise.
46468 * rt/Makefile: Likewise.
46469 * sysdeps/i386/asm-syntax.h: Likewise.
46470 * sysdeps/i386/sysdep.h: Likewise.
46471 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46472 * sysdeps/mach/sysdep.h: Likewise.
46473 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46474 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46475 * sysdeps/s390/asm-syntax.h: Likewise.
46476 * sysdeps/s390/s390-32/sysdep.h: Likewise.
46477 * sysdeps/s390/s390-64/sysdep.h: Likewise.
46478 * sysdeps/sh/sysdep.h: Likewise.
46479 * sysdeps/unix/sparc/sysdep.h: Likewise.
46480 * sysdeps/wordsize-32/divdi3.c: Likewise.
46481 * sysdeps/x86_64/sysdep.h: Likewise.
46482
00bbd29b
UD
46483 * argp/Versions: Remove _argp_unlock_xxx.
46484
46485 [BZ #13559]
46486 * abilist/ld.abilist: Update. Adjust for removal of tls option.
46487 * abilist/libBrokenLocale.abilist: Likewise.
46488 * abilist/libanl.abilist: Likewise.
46489 * abilist/libc.abilist: Likewise.
46490 * abilist/libcrypt.abilist: Likewise.
46491 * abilist/libdl.abilist: Likewise.
46492 * abilist/libm.abilist: Likewise.
46493 * abilist/libnsl.abilist: Likewise.
46494 * abilist/libpthread.abilist: Likewise.
46495 * abilist/libresolv.abilist: Likewise.
46496 * abilist/librt.abilist: Likewise.
46497 * abilist/libthread_db.abilist: Likewise.
46498 * abilist/libutil.abilist: Likewise.
46499 * abilist/libnss_db.abilist: New file.
46500
46501 * scripts/abilist.awk: Add support for indirect functions.
46502
a2693a0e
UD
46503 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46504
3f05895f
UD
46505 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46506
ecb6fb48
UD
46507 * shlib-versions: Remove entries for ports architectures.
46508
664f8cb9
UD
46509 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
46510 files in ports.
46511 * elf/stackguard-macros.h: Remove support for IA-64.
46512 * elf/tst-auditmod1.c: Likewise.
46513 * sysdeps/generic/ldsodefs.h: Likewise.
46514
7ae81d88
UD
46515 * sysdeps/unix/sysv/linux/configure.in: Ports should define
46516 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
46517 configure files.
46518
bdeba135
UD
46519 [BZ #13552]
46520 * configure.in: Remove --enable-omitfp support.
46521 * FAQ.in: Adjust.
46522 * config.make.in: Likewise.
46523 * Makeconfig: Likewise.
46524 * manual/install.texi: Likewise.
46525
d75a0a62
UD
46526 In case anyone cares, the IA-64 architecture could move to ports.
46527 * sysdeps/ia64/*: Removed.
46528 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 46529 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 46530
dcc9756b
UD
46531 [BZ #13555]
46532 * configure.in: Remove entries for unsupported architectures.
46533
d3761ebc 46534 [BZ #13533]
9954432e
UD
46535 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
46536 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
46537 routines.
46538 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
46539 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
46540 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
46541 fall back to using wcrtomb.
46542 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
46543 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
46544 renaming.
46545 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
46546 * wcsmbs/tst-c16c32-1.c: New file.
46547
46548 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
46549 local variable.
46550
c3a87236
UD
46551 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
46552
28926a1b
UD
46553 * elf/tst-unique3.cc: Add explicit declaration of gets.
46554 * elf/tst-unique3lib.cc: Likewise.
46555 * elf/tst-unique3lib2.cc: Likewise.
46556 * elf/tst-unique4.cc: Likewise.
46557
df78418a
UD
46558 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
46559
8ecd6b2a
JM
465602012-01-06 Joseph Myers <joseph@codesourcery.com>
46561
46562 [BZ #13566]
46563 * assert/assert.h (static_assert): Don't define for C++.
46564 * libio/stdio.h (gets): Do declare for C++ <= C++11.
46565 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
46566
9f115170
UD
465672012-01-03 Ulrich Drepper <drepper@gmail.com>
46568
5e0d0300
UD
46569 * iconv/loop.c (single loop): Fix assertion in storing of
46570 remaining bytes.
46571
9f115170
UD
46572 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
46573
81fb02b0
UD
465742012-01-01 Ulrich Drepper <drepper@gmail.com>
46575
46576 * posix/getconf.c: Update copyright year.
46577 * nss/getent.c: Likewise.
a316c1f6 46578 * nss/makedb.c: Likewise.
81fb02b0
UD
46579 * iconv/iconvconfig.c: Likewise.
46580 * iconv/iconv_prog.c: Likewise.
46581 * elf/ldconfig.c: Likewise.
a316c1f6
UD
46582 * elf/pldd.c: Likewise.
46583 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
46584 * catgets/gencat.c: Likewise.
46585 * csu/version.c: Likewise.
46586 * elf/ldd.bash.in: Likewise.
46587 * elf/sprof.c (print_version): Likewise.
46588 * locale/programs/locale.c: Likewise.
46589 * locale/programs/localedef.c: Likewise.
a316c1f6 46590 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
46591 * nscd/nscd.c (print_version): Likewise.
46592 * debug/xtrace.sh: Likewise.
46593 * malloc/memusage.sh: Likewise.
46594 * malloc/mtrace.pl: Likewise.
46595 * debug/catchsegv.sh: Likewise.
46596
2ba92745
JJ
465972011-12-30 Jakub Jelinek <jakub@redhat.com>
46598
46599 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
46600 pure attribute.
46601
dadebdae
UD
466022011-12-24 Ulrich Drepper <drepper@gmail.com>
46603
d3761ebc 46604 [BZ #13533]
db6af3eb
UD
46605 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
46606 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
46607 transformations.
46608 * iconv/gconv_int.h: Likewise.
46609 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
46610 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
46611 from libc for GLIBC_2.16.
46612 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
46613 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
46614 * wcsmbs/uchar.h: Really define mbstate_t.
46615 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
46616 * wcsmbs/c16rtomb.c: New file.
46617 * wcsmbs/mbrtoc16.c: New file.
46618 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
46619 for C/POSIX locale.
46620 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
46621 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
46622
dadebdae
UD
46623 * wcsmbs/wchar.h: Add missing __restrict.
46624
67371b56
UD
466252011-12-23 Ulrich Drepper <drepper@gmail.com>
46626
74033a25
UD
46627 [BZ #13532]
46628 * time/Makefile (routines): Add timespec_get.
46629 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
46630 * time/time.h: Define TIME_UTC and declare timespec_get. Define
46631 timespec for ISO C11.
46632 * time/timespec_get.c: New file.
46633 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
46634 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
46635
380d7e87
UD
46636 [BZ #13531]
46637 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
46638 * stdlib/stdlib.h: Declare aligned_alloc.
46639 * Versions.def: Add GLIBC_2.16 for libc.
46640 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
46641
4e9e7a35
UD
46642 [BZ 13527]
46643 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
46644 ISO C11.
46645
380d7e87 46646 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
46647 code.
46648
03a71829
UD
46649 [BZ #13528]
46650 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
46651
839e283e
UD
46652 [BZ #13529]
46653 * assert/assert.h (static_assert): Define.
46654
ce5294e2 46655 * version.h: Update for 2.16 development version.
90fa7312 46656
8d44e150 46657 [BZ #13526]
d7809905
UD
46658 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
46659 _ISOC11_SOURCE.
46660
c0da14cd
UD
46661 * version.h (RELEASE): Bump for 2.15 release.
46662 * include/features.h (__GLIBC_MINOR__): Bump to 15.
46663
530a3249
MP
46664 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
46665 Patch by Marek Polacek <mpolacek@redhat.com>.
46666
67371b56
UD
46667 * bits/byteswap.h: Protect long long constants with __extension__.
46668 * sysdeps/i386/bits/byteswap.h: Likewise.
46669 * sysdeps/ia64/bits/byteswap.h: Likewise.
46670 * sysdeps/s390/bits/byteswap.h: Likewise.
46671 * sysdeps/x86_64/bits/byteswap.h: Likewise.
46672
15db4de1
LD
466732011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46674
46675 [BZ #13540]
bbe315ea
LD
46676 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
46677 destination buffer.
15db4de1
LD
46678 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
46679
2b2596b1
MP
466802011-12-23 Marek Polacek <polacek@redhat.com>
46681
46682 * elf/dl-addr.c (determine_info): Add inline keyword.
46683 * elf/tst-auditmod4b.c (check_avx): Likewise.
46684 * elf/tst-auditmod6b.c (check_avx): Likewise.
46685 * elf/tst-auditmod6c.c (check_avx): Likewise.
46686 * elf/tst-auditmod7b.c (check_avx): Likewise.
46687
70c6c246
UD
466882011-12-23 Ulrich Drepper <drepper@gmail.com>
46689
46690 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
46691 !__SSE_MATH__.
46692
c044cf14
LD
466932011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46694
15db4de1 46695 [BZ #13540]
c044cf14
LD
46696 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
46697 processing for last bytes.
46698
6b13d9d9
BH
466992011-08-06 Bruno Haible <bruno@clisp.org>
46700
d455f537
BH
46701 [BZ #13061]
46702 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
46703 U+0385, not to U+1FEE.
46704
6b13d9d9
BH
46705 [BZ #13062]
46706 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
46707 entry for U+00A5 U+0301.
46708
db910efd
UD
467092011-12-22 Ulrich Drepper <drepper@gmail.com>
46710
27deeafc
UD
46711 [BZ #13166]
46712 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
46713 buffer for the output is too small.
46714
aed9d171
UD
46715 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
46716 optimization.
46717
db910efd
UD
46718 [BZ #13185]
46719 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
46720 SSE flags if possible.
46721
2bd779ae
LD
467222011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46723
e7f9dac3 46724 [BZ #13540]
2bd779ae
LD
46725 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
46726 processing for last bytes.
46727
154bfc16
JM
467282011-12-22 Joseph Myers <joseph@codesourcery.com>
46729
46730 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
46731 (syscall-list-default-options, syscall-list-default-condition)
46732 (syscall-list-includes): Define.
46733 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
46734 list of ABIs and options and #if conditions for each ABI. Do not
46735 handle common syscalls between ABIs specially.
46736 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
46737 Remove.
46738 (syscall-list-variants, syscall-list-32bit-options)
46739 (syscall-list-32bit-condition, syscall-list-64bit-options)
46740 (syscall-list-64bit-condition): Define.
46741 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
46742 (syscall-list-variants, syscall-list-32bit-options)
46743 (syscall-list-32bit-condition, syscall-list-64bit-options)
46744 (syscall-list-64bit-condition): Define.
46745 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
46746 Remove.
46747 (syscall-list-variants, syscall-list-32bit-options)
46748 (syscall-list-32bit-condition, syscall-list-64bit-options)
46749 (syscall-list-64bit-condition): Define.
46750 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
46751 Remove.
46752 (syscall-list-variants, syscall-list-32bit-options)
46753 (syscall-list-32bit-condition, syscall-list-64bit-options)
46754 (syscall-list-64bit-condition): Define.
46755
21eaf3a5
UD
467562011-12-22 Ulrich Drepper <drepper@gmail.com>
46757
16c6f992
UD
46758 * locale/iso-639.def: Add brx entry.
46759
41043168
UD
46760 [BZ #13328]
46761 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
46762 Proposed by Mariusz_Cukr <marcukr@op.pl>.
46763
21eaf3a5
UD
46764 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
46765 __feraiseexcept_renamed.
46766
e3a851a2
UD
467672011-12-21 Ulrich Drepper <drepper@gmail.com>
46768
4920765e
UD
46769 [BZ #13538]
46770 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
46771 EPOLLET with unsigned values.
46772 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46773 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46774
e3a851a2
UD
46775 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
46776 to large cancellation.
46777 * math/s_cacoshf.c: Likewise.
46778 * math/s_cacoshl.c: Likewise.
46779
b27e24b8
RK
467802011-11-18 Richard B. Kreckel <kreckel@ginac.de>
46781
46782 [BZ #13305]
aebefeee 46783 [BZ #12786]
b27e24b8
RK
46784 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
46785 * math/s_cacoshf.c: Likewise.
46786 * math/s_cacoshl.c: Likewise.
46787
ee190f67
UD
467882011-12-21 Ulrich Drepper <drepper@gmail.com>
46789
46790 [BZ #13439]
46791 * iconv/gconv.h: Define __GCONV_SWAP.
46792 * iconvdata/unicode.c: The swap bit must be stored in __flags.
46793 * iconvdata/utf-16.c: Likewise.
46794 * iconvdata/utf-32.c: Likewise.
46795
707f25df
AS
467962011-12-21 Andreas Schwab <schwab@linux-m68k.org>
46797
46798 [BZ #13524]
46799 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
46800 numerator after shifting it by one limb.
46801
d2daaa1e
RÁE
468022011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
46803
46804 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
46805 under [__USE_EXTERN_INLINES].
46806
a4647e72
UD
468072011-12-17 Ulrich Drepper <drepper@gmail.com>
46808
46809 [BZ #13446]
46810 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
46811
f0b264f1
AZ
468122011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46813
46814 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
46815 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
46816 optimized code.
46817 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
46818 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
46819 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
46820 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
46821 for strncasecmp/strncasecmp_l compilation.
46822 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
46823 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
46824
8ef4f244
MP
468252011-12-08 Marek Polacek <mpolacek@redhat.com>
46826
46827 [BZ #13484]
46828 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
46829 of __asm__.
46830
97ac2654
UD
468312011-12-17 Ulrich Drepper <drepper@gmail.com>
46832
46833 [BZ #13506]
46834 * time/tzfile.c (__tzfile_read): Check values from file header.
46835
91d2a845
WS
468362011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
46837
46838 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
46839 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
46840 * powerpc/powerpc32/dl-start.S: Likewise.
46841 * powerpc/powerpc32/elf/start.S: Likewise.
46842 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
46843 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
46844 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
46845 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
46846 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
46847 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
46848 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
46849 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
46850 * powerpc/powerpc32/fpu/s_round.S: Likewise.
46851 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
46852 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
46853 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
46854 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
46855 * powerpc/powerpc32/memset.S: Likewise.
46856 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
46857 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
46858 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
46859 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
46860 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
46861 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
46862 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
46863 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
46864 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
46865 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
46866 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
46867 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46868 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46869
a1267ba1
AZ
468702011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46871
46872 * math/libm-test.inc: Added more nearbyint tests.
46873 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
46874 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
46875 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
46876 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
46877
ad8ac1bd
RL
468782011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
46879
46880 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
46881 FD_CLOEXEC.
46882
1d3e4b61
UD
468832011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46884
46885 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
46886 Add wcscpy-ssse3 wcscpy-c.
46887 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
46888 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
46889 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
46890 * sysdeps/x86_64/wcschr.S: New file.
46891 * sysdeps/x86_64/wcsrchr.S: New file.
46892 * string/test-strcmp.c: Remove checking of wcscmp function for
46893 wrong alignments.
46894 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
46895 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
46896 wcsrchr-sse2 wcsrchr-c.
46897 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
46898 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
46899 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
46900 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
46901 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
46902 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
46903 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
46904 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
46905 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
46906 * wcsmbc/wcschr.c (WCSCHR): New macro.
46907
5b330a2d
UD
469082011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46909
46910 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
46911 * wcsmbs/test-wcsrchr.c: New file.
46912 * string/test-strrchr.c: Add wcsrchr support.
46913 (WIDE): New macro.
46914 * wcsmbs/test-wcscpy.c: New file.
46915 * string/test-strcpy.c: Add wcscpy support.
46916 (WIDE): New macro.
26428b7c 46917
f039c043
UD
469182011-12-10 Ulrich Drepper <drepper@gmail.com>
46919
46920 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
46921 the inner loop.
46922
850fb039
AS
469232011-12-06 Andreas Schwab <schwab@linux-m68k.org>
46924
46925 [BZ #13472]
46926 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
46927
4efbd5cb
UD
469282011-12-04 Ulrich Drepper <drepper@gmail.com>
46929
52ff5dd0 46930 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 46931 Minor optimizations.
52ff5dd0 46932
4efbd5cb
UD
46933 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
46934 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
46935 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
46936
8a426e12
UD
469372011-12-03 Ulrich Drepper <drepper@gmail.com>
46938
aff2453d
UD
46939 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
46940 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
46941 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
46942 for gcc to avoid warnings.
46943 * inet/Makefile (tests): Add tst-checks.
46944 * inet/tst-checks.c: New file.
46945
46946 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
46947 warning.
46948
46949 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
46950 __wmemcmp_sse2.
46951
46952 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
46953 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
46954
8a426e12
UD
46955 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
46956
9bea3473
UD
469572011-12-02 Ulrich Drepper <drepper@gmail.com>
46958
3a965496
UD
46959 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
46960 problem.
46961
9bea3473
UD
46962 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
46963
f101631b
UD
469642011-11-29 Joseph Myers <joseph@codesourcery.com>
46965
46966 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
46967 conditional on GCC version.
46968 (__arch_compare_and_exchange_val_8_acq)
46969 (__arch_compare_and_exchange_val_16_acq)
46970 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
46971 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
46972 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
46973
a98275aa
UD
469742011-12-02 Joseph Myers <joseph@codesourcery.com>
46975
46976 * sysdeps/sh/backtrace.c: New file.
46977
d4cc29a2
AS
469782011-12-02 Andreas Schwab <schwab@redhat.com>
46979
46980 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
46981 parenthesis.
46982
6257af2d
AS
469832011-12-01 Andreas Schwab <schwab@redhat.com>
46984
46985 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
46986 falling back to utime.
46987
b5f44c1a
AS
469882011-11-30 Andreas Schwab <schwab@redhat.com>
46989
46990 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
46991 expectations for float.
46992
f3a6cc0a
AS
469932011-11-29 Andreas Schwab <schwab@redhat.com>
46994
46995 * locale/weight.h (findidx): Add parameter len.
46996 * locale/weightwc.h (findidx): Likewise.
46997 * posix/fnmatch_loop.c (FCT): Adjust caller.
46998 * posix/regcomp.c (build_equiv_class): Likewise.
46999 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47000 * posix/regexec.c (check_node_accept_bytes): Likewise.
47001 * string/strcoll_l.c (STRCOLL): Likewise.
47002 * string/strxfrm_l.c (STRXFRM): Likewise.
47003
9d65ea3a
UD
470042011-11-17 Ulrich Drepper <drepper@gmail.com>
47005
47006 * Makefile.in: Remove CVSOPT handling.
47007 * configure.in: Remove use of AC_REVISION.
47008 * iconvdata/Makefile (distribute): No need to filter out CVS.
47009 * scripts/list-sources.sh: Remove CVS, subversion and monotone
47010 handling.
47011
5583a086
AS
470122011-11-16 Andreas Schwab <schwab@redhat.com>
47013
47014 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47015 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47016 [USE_AS_STRNCASECMP_L]: Likewise.
47017 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47018 NO_TLS_DIRECT_SEG_REFS.
47019 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47020 Fix argument offsets for non-PIC.
47021 [USE_AS_STRNCASECMP_L]: Likewise.
47022 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47023 NO_TLS_DIRECT_SEG_REFS.
47024
d62a8200
UD
470252011-11-15 Ulrich Drepper <drepper@gmail.com>
47026
9d65ea3a 47027 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
47028 O_CLOEXEC.
47029 * locale/loadlocale.c (_nl_load_locale): Likewise.
47030
09f93bd3
AS
470312011-11-15 Andreas Schwab <schwab@redhat.com>
47032
446514f9
AS
47033 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47034 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47035 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47036 (SYSCALL_GETTIME): Set errno on error.
47037
09f93bd3
AS
47038 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47039 count references to noai6ai_cached.
47040
312be3f9
UD
470412011-11-15 Ulrich Drepper <drepper@gmail.com>
47042
47043 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47044
47045 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47046 FD_CLOEXEC for /proc/self/maps.
47047
47048 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47049 FD_CLOEXEC for /proc/meminfo.
47050
47051 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47052 gai.conf.
47053
47054 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
47055 FD_CLOEXEC for given file.
47056
47057 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47058
47059 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47060 FD_CLOEXEC for /etc/hosts.
47061 (_gethtent): Likewise.
47062
47063 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47064
47065 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47066 cancellation and set FD_CLOEXEC for /etc/netgroup.
47067
47068 * nss/nss_files/files-key.c (search): Don't allow cancellation when
47069 reading /etc/publickey.
47070
47071 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47072 allow cancellation when reading /etc/group.
47073
47074 * nss/nss_files/files-alias.c (internal_setent): Don't allow
47075 cancellation.
47076 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
47077
47078 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47079 when using data file.
47080
47081 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47082
47083 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47084 (write_nis_obj): Use "c" and "e" in fopen.
47085
47086 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47087
47088 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47089
47090 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47091
47092 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47093
47094 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47095 locale.alias.
47096
47097 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47098
47099 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47100
47101 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47102
47103 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47104 file parsing and set FD_CLOEXEC.
47105
82af0fa8
UD
471062011-11-14 Ulrich Drepper <drepper@gmail.com>
47107
47108 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47109
a5fb313c
AS
471102011-11-14 Andreas Schwab <schwab@redhat.com>
47111
47112 * malloc/arena.c (arena_get2): Don't call reused_arena when
47113 _int_new_arena failed.
47114
6abf3465
UD
471152011-11-14 Ulrich Drepper <drepper@gmail.com>
47116
47117 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47118 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47119 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47120 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47121 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47122 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47123 to compile strcasecmp and strncasecmp.
47124 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47125 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47126
47127 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47128
76e3966e
UD
471292011-11-13 Ulrich Drepper <drepper@gmail.com>
47130
47131 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47132 locale-defines.sym to gen-as-const-headers.
47133 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47134 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47135 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47136 to compile strcasecmp and strncasecmp.
47137 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47138 strcasecmp_l and strncasecmp_l.
47139 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47140 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47141 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47142 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47143 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47144 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47145 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47146 * sysdeps/i386/i686/multiarch/strncase.S: New file.
47147 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47148 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47149 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47150
ab26144e
UD
471512011-11-12 Ulrich Drepper <drepper@gmail.com>
47152
7edb22ef
UD
47153 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47154 result of SYSDEP_GETTIME_CPU to retval.
47155 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47156 parameter list to macro. Remove trailing semicolon. Adjust users.
47157
9694fc44
UD
47158 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47159 variable.
47160
8ad89ef8
UD
47161 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47162 mantissa words.
47163 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47164
0c822ef9
UD
47165 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47166 from unused variable.
47167
874e0564
UD
47168 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47169 DWARF definitions.
47170 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47171 for assembling.
47172
3a2edc79
UD
47173 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47174 over namespaces.
47175
f3c2577f
UD
47176 * sunrpc/rpc_prot.c (rejected): Fix case value.
47177
294ce126
UD
47178 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47179 unsigned long long int to avoid warnings in shift.
47180
5e2b63c6
UD
47181 * posix/regex_internal.c (re_string_reconstruct): Actually use result
47182 of use of trans.
47183 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47184 variable tmp.
47185
e7f4b08e
UD
47186 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47187 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47188 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47189
ab26144e
UD
47190 * nis/nis_table.c (nis_list): Use variable of correct type for
47191 result of __follow_path call.
47192
8a6d5255
AZ
471932011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47194
47195 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47196 of math functions ceil, trunc, floor, round, and sqrt, when
47197 avaliable on the platform.
47198 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47199 name clash.
47200 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47201 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47202 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47203
aaddc98c
MP
472042011-10-30 Marek Polacek <mpolacek@redhat.com>
47205
47206 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47207 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47208
95b7042b
RM
472092011-11-11 Roland McGrath <roland@hack.frob.com>
47210
47211 * include/unistd.h: Fix __readlink return type.
47212 Reported by Chris Metcalf <cmetcalf@tilera.com>.
47213
57769839
UD
472142011-11-11 Ulrich Drepper <drepper@gmail.com>
47215
47216 * stdlib/ucontext.h: Undo last change for makecontext.
47217
edc5984d
AS
472182011-11-11 Andreas Schwab <schwab@redhat.com>
47219
98591e58
AS
47220 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47221
edc5984d
AS
47222 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47223 * setjmp/setjmp.h: Mark functions as non-leaf.
47224 * setjmp/bits/setjmp2.h: Likewise.
47225 * stdlib/ucontext.h: Likewise.
47226
77cdc054
AS
472272011-11-10 Andreas Schwab <schwab@redhat.com>
47228
47229 * malloc/arena.c (_int_new_arena): Don't increment narenas.
47230 (reused_arena): Don't check arena limit.
47231 (arena_get2): Atomically check arena limit.
47232
fe72eebd
UD
472332011-11-08 Ulrich Drepper <drepper@gmail.com>
47234
5f078c32
UD
47235 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47236 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47237
fe72eebd
UD
47238 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47239 instructions.
47240
ae1bc2fa
AS
472412011-11-07 Andreas Schwab <schwab@redhat.com>
47242
7583a88d
AS
47243 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47244 handler when locking.
47245
ae1bc2fa
AS
47246 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47247 Fix size of allocated buffer.
47248
10fb0bfa
AS
472492011-11-04 Andreas Schwab <schwab@redhat.com>
47250
998832a4
AS
47251 [BZ #10103]
47252 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47253 declarations for long double functions.
47254 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47255
10fb0bfa
AS
47256 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47257
3d7ba52b
AS
472582011-11-03 Andreas Schwab <schwab@redhat.com>
47259
a9ae54a1
AS
47260 * nscd/nscd.c (main): Don't start AVC thread until credentials are
47261 installed.
47262
3d7ba52b
AS
47263 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47264 is disabled.
47265
bc8db248
ST
472662011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
47267
47268 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47269
45b96dd6
AS
472702011-11-01 Andreas Schwab <schwab@linux-m68k.org>
47271
647776f6
AS
47272 * include/alloca.h (stackinfo_alloca_round): Define.
47273 (extend_alloca): Use it.
47274 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47275 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47276 here.
47277
d91a8b93
AS
47278 * scripts/check-local-headers.sh: Ignore libaudit.h.
47279
45b96dd6
AS
47280 * nscd/Makefile (extra-objs): Make recursively expanded.
47281
432d41ce
UD
472822011-11-01 Ulrich Drepper <drepper@gmail.com>
47283
34372fc6
UD
47284 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47285 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47286
fadb59f8
UD
47287 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47288 * posix/tst-rfc3484-2.c: Likewise.
47289 * posix/tst-rfc3484-3.c: Likewise.
47290
78239589
UD
47291 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47292 process_vm_writev.
47293 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47294 process_vm_writev.
47295 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47296 process_vm_writev from libc using GLIBC_2.15 version.
47297
432d41ce
UD
47298 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47299
02f9c6cf
PP
473002011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
47301
47302 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47303 stack usage.
47304
3a2c0242
UD
473052011-10-31 Ulrich Drepper <drepper@gmail.com>
47306
f4ec4833
UD
47307 [BZ #13367]
47308 * nss/getent.c (initgroups_keys): Show error message in case no group
47309 names are given.
47310
3a2c0242
UD
47311 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47312 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47313 __bump_nl_timestamp.
47314 * nscd/connections (nscd_init): When host database is served open
47315 netlink socket and request notification about configuration changes.
47316 (main_loop_poll): Track netlink file descriptor and bump timestamp
47317 in case data becomes available.
47318 (main_loop_epoll): Likewise.
47319 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47320 (database_pers_head): Add extra_data fileds.
47321 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47322 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47323 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47324 Adjust caller.
47325 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47326 in6ai data, call __free_in6ai.
47327 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47328 Add -DHAVE_NETLINK.
47329 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
47330 interface information. Reuse previous data if netlink timestamp
47331 is not changed.
47332 (__bump_nl_timestamp): New function.
47333 (__free_in6ai): New function.
47334
636064eb
UD
473352011-10-30 Ulrich Drepper <drepper@gmail.com>
47336
47337 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47338 close_not_cancel_no_status here.
47339 (__check_pf): Reorganize code a bit to not call close twice if OOM.
47340
9beb2334
UD
473412011-10-29 Ulrich Drepper <drepper@gmail.com>
47342
6ef76f3b
UD
47343 [BZ #13276]
47344 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47345 return value.
47346
0ffc4f3e 47347 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
47348 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47349 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47350
cb95113e
UD
473512011-07-03 Andreas Jaeger <aj@suse.de>
47352
47353 [BZ #10709]
47354 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47355 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47356 * math/libm-test.inc (sin_test): Add test case.
47357
a1b560ff
UD
473582011-10-29 Ulrich Drepper <drepper@gmail.com>
47359
c9aaface
UD
47360 [BZ #13337]
47361 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47362 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47363
d272e7f1
UD
47364 * elf/chroot_canon.c (chroot_canon): Cleanups.
47365
1bc33071
UD
47366 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47367
1760874d
TJ
47368 [BZ #13335]
47369 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47370 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47371
51d91b18
UD
47372 * string/test-strchr.c: Make usable for strchrnul testing.
47373 * string/test-strchrnul.c: New file.
47374 * string/Makefile (strop-tests): Add strchrnul.
47375
a1b560ff 47376 * po/it.po: Update from translation team.
b611fb81 47377 * po/es.po: Likewise.
a1b560ff 47378
a5b81e1f
UD
473792011-10-28 Ulrich Drepper <drepper@gmail.com>
47380
fd52bc6d
UD
47381 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47382 the three constants needed as parameters. Drop the others.
47383 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47384 __m128i_strloadu_tolower.
52e4b9eb
UD
47385 Create and initialize variable zero and use it in all the places
47386 where _mm_setzero_si128 was used.
fd52bc6d 47387
a5b81e1f
UD
47388 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47389 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47390 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47391 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47392 anymore.
47393 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47394 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47395 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47396 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47397 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47398 __mpranred, __mptan.
47399 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47400 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47401 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47402 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47403 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47404 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47405 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47406 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47407 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47408
b4343346
AS
474092011-10-28 Andreas Schwab <schwab@redhat.com>
47410
0c92d8a8
AS
47411 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47412 redefine if SHARED.
47413 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47414
b4343346
AS
47415 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47416 wide char related routines to wcsmbs subdir.
47417
3871f58f
AS
474182011-10-27 Andreas Schwab <schwab@redhat.com>
47419
47420 [BZ #13344]
47421 * misc/sys/cdefs.h (__THROWNL): Define.
47422 * posix/unistd.h: Use __THREADNL instead of __THREAD
47423 for memory synchronization functions.
47424
94d44d9f
RM
474252011-10-26 Roland McGrath <roland@hack.frob.com>
47426
21b64b15 47427 [BZ #13349]
94d44d9f
RM
47428 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47429 doesn't exist.
47430 * manual/stdio.texi (Obstack Streams): Node removed.
47431
f6ce9294
AS
474322011-10-26 Andreas Schwab <schwab@redhat.com>
47433
80479147
AS
47434 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47435 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47436 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47437
f6ce9294
AS
47438 * math/math_private.h (math_force_eval): Allow non-addressable
47439 arguments.
47440 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47441
618280a1
UD
474422011-10-25 Ulrich Drepper <drepper@gmail.com>
47443
e0016b11
UD
47444 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47445 file is not needed.
47446
47447 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47448 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47449 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47450 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47451 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47452 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47453 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47454 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47455 Add AVX variants.
47456 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47457 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47458 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47459 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47460 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47461 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47462 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47463 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47464 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47465 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47466 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47467 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47468 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47469 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47470 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47471 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47472 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47473 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47474 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47475
47476 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47477 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
47478
618280a1
UD
47479 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47480 place. Use VEX encoding when compiling for AVX.
47481
37822576
AS
474822011-10-25 Andreas Schwab <schwab@redhat.com>
47483
1f1e1947
AS
47484 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47485 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47486
37822576
AS
47487 * string/test-strchr.c (do_test): Don't generate NUL bytes.
47488
31ea014d
UD
474892011-10-25 Ulrich Drepper <drepper@gmail.com>
47490
d7826aa1 47491 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 47492 useless if() expression.
d7826aa1
UD
47493 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47494 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47495 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47496 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47497 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47498 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47499 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47500 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47501 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47502 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47503 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47504 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47505 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47506 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47507 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47508 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47509 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47510 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47511 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47512
31ea014d
UD
47513 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
47514
16437fec
AS
475152011-10-25 Andreas Schwab <schwab@redhat.com>
47516
47517 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
47518 condition.
47519 * elf/dl-fini.c (_dl_sort_fini): Likewise.
47520
31d3cc00
UD
475212011-10-25 Ulrich Drepper <drepper@gmail.com>
47522
47523 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
47524 .text section. Avoid duplicate constants.
47525 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47526 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47527 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47528 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47529 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47530 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47531 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47532 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47533 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
47534 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
47535 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
47536 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
47537 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
47538 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
47539 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
47540 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
47541 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
47542 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
47543 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47544 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47545 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47546 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47547 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47548 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
47549 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
47550 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
47551 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
47552 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
47553 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
47554 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
47555 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
47556 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
47557 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
47558 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
47559 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
47560 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
47561 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
47562 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
47563 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
47564 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
47565 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
47566 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
47567 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
47568 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
47569 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
47570
58985aa9
UD
475712011-10-24 Ulrich Drepper <drepper@gmail.com>
47572
202c9deb
UD
47573 * sysdeps/x86_64/dla.h: Move to ...
47574 * sysdeps/x86_64/fpu/dla.h: ...here.
47575 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
47576 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 47577
af968f62
UD
47578 * config.make.in: Add have-mfma4 entry.
47579 * configure.in: Substitute libc_cv_cc_fma4.
47580 * math/Makefile (dbl-only-routines): Add sincostab.
47581 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
47582 Use __sincostab not sincos.
47583 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
47584 name is a macro.
47585 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47586 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47587 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47588 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
47589 using __copysign.
47590 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
47591 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
47592 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
47593 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
47594 and __inv.
47595 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
47596 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
47597 __copysign.
47598 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
47599 define aliases when function name is a macro.
47600 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
47601 sysdeps/ieee754/dbl-64/sincos.tbl.
47602 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
47603 fma4-enabled routines.
47604 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
47605 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
47606 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
47607 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
47608 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
47609 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
47610 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
47611 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
47612 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
47613 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
47614 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
47615 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
47616 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
47617 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
47618 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
47619 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
47620 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
47621 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
47622 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
47623 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
47624 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
47625 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
47626 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
47627 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
47628 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
47629 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
47630 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
47631 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
47632 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
47633 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
47634
58985aa9
UD
47635 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
47636 rename.
47637 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47638 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47639 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47640 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47641 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47642 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47643 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47644 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47645
a201fbcf
AS
476462011-10-24 Andreas Schwab <schwab@redhat.com>
47647
47648 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
47649
fc2ee42a
LD
476502011-10-23 Ulrich Drepper <drepper@gmail.com>
47651
bb3129bd
UD
47652 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
47653
0275fff8
UD
47654 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
47655 prediction.
47656 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
47657
2fa2ae85
UD
47658 * string/strnlen.c: Don't define STRNLEN, reverse logic.
47659 Remove unused variable magic_bits.
47660 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
47661
fc2ee42a
LD
47662 * string/strnlen.c: Define and use STRNLEN macro.
47663 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
47664 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
47665 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
47666 * wcsmbs/wcslen.c: Define and use WCSLEN.
47667 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
47668 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
47669 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
47670 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
47671 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
47672 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
47673 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
47674
ce7dd29f
LD
476752011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47676
47677 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47678 strnlen-sse2-no-bsf.
47679 Rename strlen-no-bsf to strlen-sse2-no-bsf.
47680 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
47681 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
47682 Add strnlen support.
47683 (USE_AS_STRNLEN): New macro.
47684 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
47685 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
47686 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
47687 * sysdeps/x86_64/wcslen.S: New file.
47688
979c70a3
MZ
476892011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
47690
47691 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47692 XMM-moves are used for copying on small sizes.
47693
2d09f82f
LD
476942011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47695
47696 * wcsmbs/Makefile (strop-tests): Add wcschr.
47697 * wcsmbs/test-wcschr.c: New file.
47698 * string/test-strchr.c: Update.
47699 Add wcschr support.
47700 (WIDE): New macro.
47701
619fccca
LD
477022011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47703
2d09f82f 47704 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
47705 * wcsmbs/test-wcslen.c: New file.
47706 * string/test-strlen.c: Update.
47707 Add wcslen support.
47708 (WIDE): New macro.
47709
09f699ea
UD
477102011-10-23 Ulrich Drepper <drepper@gmail.com>
47711
47712 * po/it.po: Update from translation team.
47713
95584d3b
LD
477142011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47715
47716 * sysdeps/x86_64/wcscmp.S: Update.
47717 Fix wrong comparison semantics.
47718 wcscmp shall use signed comparison not unsigned.
47719 Don't use substraction to avoid overflow bug.
47720 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
47721 * wcsmbc/wcscmp.c: Likewise.
47722 * string/test-strcmp.c: Likewise.
47723 Add new tests to check cases with negative values.
47724
c8b3296b
UD
477252011-10-23 Ulrich Drepper <drepper@gmail.com>
47726
47727 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
47728 * sysdeps/x86_64/dla.h: ...here. New file.
47729 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
47730 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47731 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47732 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47733 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47734 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47735 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47736 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47737 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47738
246ad57a
AS
477392011-10-23 Andreas Schwab <schwab@linux-m68k.org>
47740
47741 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
47742 __ynl_finite aliases.
47743
a1a87169
UD
477442011-10-22 Ulrich Drepper <drepper@gmail.com>
47745
0d355eb7
UD
47746 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47747
a1a87169
UD
47748 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
47749 define DLA_FMA.
47750 [DLA_FMA] (EMULV): Use DLA_FMA.
47751 [DLA_FMA] (MUL12): Use EMULV.
47752 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
47753 that are not needed.
47754 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47755 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47756 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47757 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47758 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47759 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47760 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47761
ee2aafe0
AS
477622011-10-22 Andreas Schwab <schwab@linux-m68k.org>
47763
47764 * math/s_nan.c: Undef __nan.
47765 * math/s_nanf.c: Undef __nanf.
47766 * math/s_nanl.c: Undef __nanl.
47767 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
47768 "math_private.h".
47769
bc62c2fb
UD
477702011-10-22 Ulrich Drepper <drepper@gmail.com>
47771
77425c63
UD
47772 * math/s_catan.c: Add branch predictions.
47773 * math/s_catanf.c: Likewise.
47774 * math/s_catanh.c: Likewise.
47775 * math/s_catanhf.c: Likewise.
47776 * math/s_catanhl.c: Likewise.
47777 * math/s_catanl.c: Likewise.
47778 * math/s_cexp.c: Likewise.
47779 * math/s_cexpf.c: Likewise.
47780 * math/s_cexpl.c: Likewise.
47781 * math/s_clog.c: Likewise.
47782 * math/s_clog10.c: Likewise.
47783 * math/s_clog10f.c: Likewise.
47784 * math/s_clog10l.c: Likewise.
47785 * math/s_clogf.c: Likewise.
47786 * math/s_clogl.c: Likewise.
47787 * math/s_csqrt.c: Likewise.
47788 * math/s_csqrtf.c: Likewise.
47789 * math/s_csqrtl.c: Likewise.
47790 * math/s_ctanf.c: Likewise.
47791 * math/s_ctanh.c: Likewise.
47792 * math/s_ctanhf.c: Likewise.
47793 * math/s_ctanhl.c: Likewise.
47794 * math/s_ctanl.c: Likewise.
47795
bc62c2fb
UD
47796 * math/math_private.h: Define __nan, __nanf, __nanl.
47797 * math/s_cacosh.c: Include <math_private.h>.
47798 * math/s_cacoshl.c: Likewise.
47799 * math/s_casinh.c: Likewise.
47800 * math/s_casinhf.c: Likewise.
47801 * math/s_casinhl.c: Likewise.
47802 * math/s_ccos.c: Rely entire on ccosh.
47803 * math/s_ccosf.c: Rely entire on ccoshf.
47804 * math/s_ccosl.c: Rely entirely on ccoshl.
47805 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
47806 Remove tests for FE_INVALID.
47807 * math/s_ccoshf.c: Likewise.
47808 * math/s_ccoshl.c: Likewise.
47809 * math/s_csin.c: Likewise.
47810 * math/s_csinf.c: Likewise.
47811 * math/s_csinh.c Likewise.
47812 * math/s_csinhf.c: Likewise.
47813 * math/s_csinhl.c: Likewise.
47814 * math/s_csinl.c: Likewise.
47815 * math/s_ctan.c: Likewise.
47816 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
47817 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
47818 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
47819
8ec250a4
UD
478202011-10-21 Ulrich Drepper <drepper@gmail.com>
47821
c196fed8
UD
47822 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
47823 compilation problems.
47824
8ec250a4
UD
47825 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
47826 __builtin_expect.
47827
8d4f46c6
UD
478282011-10-20 Ulrich Drepper <drepper@gmail.com>
47829
ed72b654
UD
47830 * sysdeps/i386/configure.in: Test for -mfma4 option.
47831 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
47832 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
47833 COMMON_CPUID_INDEX_80000001.
47834 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
47835 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
47836 use it if FMA3 is not supported.
47837 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
47838
8d4f46c6
UD
47839 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
47840 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
47841
d45c60c2
AS
478422011-10-20 Andreas Schwab <schwab@redhat.com>
47843
47844 [BZ #12892]
47845 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
47846 it would create a cycle with a link time dependency.
47847
d9a4d2ab
UD
478482011-10-19 Ulrich Drepper <drepper@gmail.com>
47849
855d1560
UD
47850 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
47851 instruction.
47852 * string/Makefile (strop-tests): Add rawmemchr.
47853 * string/test-rawmemchr.c: New file.
47854
d9a4d2ab
UD
47855 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
47856 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
47857 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
47858 when compiling str{,n}casecmp and when AVX is available. Hook up
47859 new optimized code in initializers.
47860
8f3b1ffe
AS
478612011-10-19 Andreas Schwab <schwab@redhat.com>
47862
47863 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
47864 __feraiseexcept instead of feraiseexcept.
47865
d38f1dba
UD
478662011-10-18 Ulrich Drepper <drepper@gmail.com>
47867
d9a8d0ab
UD
47868 * math/math_private.h: Define defaults for libc_fetestexcept and
47869 libc_feupdateenv.
47870 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
47871 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
47872 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
47873 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
47874 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47875 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
47876 libc_fetestexcept and libc_feupdateenv.
47877
4855e3dd
UD
47878 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
47879 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
47880 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
47881 * sysdeps/x86_64/fpu/math_private.h: Define special version of
47882 libc_feholdexcept_setround.
47883
581d30e3
UD
47884 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
47885 Add s_nearbyint-c and s_nearbyintf-c.
47886 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
47887 nearbyintf inlines.
47888 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
47889 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
47890 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
47891 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
47892
d38f1dba
UD
47893 * math/math_private.h: Define defaults for libc_fegetround,
47894 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
47895 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
47896 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
47897 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
47898 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
47899 standard functions.
47900 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
47901 Remove comments and hacks for old compiler versions.
47902 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
47903 libc_fegetround, libc_fesetround, libc_feholdexcept, and
47904 libc_feholdexceptl.
47905
caa6c9d8
AS
479062011-10-18 Andreas Schwab <schwab@redhat.com>
47907
47908 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
47909 (__feraiseexcept_renamed): Add __NTH.
47910 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
47911 namespace violations.
47912
97c066e6
UD
479132011-10-17 Ulrich Drepper <drepper@gmail.com>
47914
99ce7b04
UD
47915 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
47916
1004d182
UD
47917 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
47918
228a984d
UD
47919 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
47920 recently added interfaces.
47921 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
47922
c8553a6a
UD
47923 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
47924 about macro parameter expansion.
47925
ed22dcf6
UD
47926 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
47927 __NO_MATH_INLINES is defined. Cleanups.
47928
47929 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
47930 and __floorf is target has SSE4.1.
47931 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
47932 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
47933 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
47934 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
47935
b171c137
UD
47936 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
47937 name.
47938 (floorf): Likewise.
47939
97c066e6
UD
47940 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
47941
629f62ef
AS
479422011-10-17 Andreas Schwab <schwab@redhat.com>
47943
49a43d80
AS
47944 * misc/sys/cdefs.h: Fix last change.
47945
629f62ef
AS
47946 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
47947 database lookup.
47948
e453f6cd
UD
479492011-10-16 Ulrich Drepper <drepper@gmail.com>
47950
aa78043a
UD
47951 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
47952
ad0f5cad
UD
47953 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
47954 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47955 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47956 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47957 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47958 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47959 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47960 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47961 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47962 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
47963 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
47964 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
47965 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
47966 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
47967 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
47968 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
47969 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
47970 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
47971 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
47972 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
47973 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
47974 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
47975
47976 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
47977 ceil, ceilf, floor, floorf.
47978
47979 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
47980 Perform IRELATIVE relocations last.
47981
e453f6cd
UD
47982 * elf/do-rel.h: Add another parameter nrelative, replacing the
47983 local variable with the same name. Change name of the function
47984 to end in Rel or Rela (uppercase).
47985 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
47986 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
47987 elf_dynamic_do_##reloc function.
47988
fd5bdc09
UD
479892011-10-15 Ulrich Drepper <drepper@gmail.com>
47990
79b195b5
UD
47991 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
47992 is sufficient, at least on modern CPUs.
47993
d4a28569
UD
47994 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
47995
b61099b5
UD
47996 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
47997 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
47998
bcf01e6d
UD
47999 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48000 __expl_finite.
48001 * math/bits/math-finite.h: Add entries for exp.
48002 * math/e_expl.c: Add __*_finite alias.
48003 * sysdeps/i386/fpu/e_exp.S: Likewise.
48004 * sysdeps/i386/fpu/e_expf.S: Likewise.
48005 * sysdeps/i386/fpu/e_expl.c: Likewise.
48006 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48007 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48008 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48009 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48010 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48011 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48012 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48013
ba1a0d59
UD
48014 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48015 is sufficient, at least on modern CPUs.
48016
fd5bdc09
UD
48017 * ctype/ctype-info.c (__ctype_init): Define.
48018 * include/ctype.h (__ctype_init): Declare.
48019 (__ctype_b_loc): The variable is always initialized.
48020 (__ctype_toupper_loc): Likewise.
48021 (__ctype_tolower_loc): Likewise.
48022 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48023 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48024
7872cfb0
AS
480252011-10-15 Andreas Schwab <schwab@linux-m68k.org>
48026
b468825a
AS
48027 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48028
7872cfb0
AS
48029 * configure.in: Also look in $cxxmachine/include for C++ system
48030 headers.
48031
be13f7bf
LD
480322011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48033
48034 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48035 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48036 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48037 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
48038 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48039 (USE_AS_WMEMCMP): New macro.
48040 Fixing indents.
48041 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48042 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48043 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48044 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48045 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48046 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48047 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48048 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48049 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48050 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48051 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48052 (USE_AS_WMEMCMP): New macro.
48053 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48054 * sysdeps/string/test-memcmp.c: Update.
48055 Fix simple_wmemcmp.
48056 Add new tests.
48057 * wcsmbs/wmemcmp.c: Update.
48058 (WMEMCMP): New macro.
48059 Fix overflow bug.
48060
556a2007
AJ
480612011-10-12 Andreas Jaeger <aj@suse.de>
48062
48063 [BZ #13268]
48064 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48065
538faaa7
UD
480662011-10-15 Ulrich Drepper <drepper@gmail.com>
48067
ab6737ff
UD
48068 * libio/iofwide.c (do_length): Avoid warning.
48069
538faaa7
UD
48070 * ctype/ctype.h (__isctype_f): Add missing __THROW.
48071
396a21b1
UD
480722011-10-14 Ulrich Drepper <drepper@gmail.com>
48073
cdf2901f
UD
48074 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48075
38ad40ce
UD
48076 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48077 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48078 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48079 * sysdeps/i386/i686/fpu/e_log.S: New file.
48080 * sysdeps/i386/i686/fpu/e_logf.S: New file.
48081 * sysdeps/i386/i686/fpu/e_logl.S: New file.
48082
396a21b1
UD
48083 * ctype/ctype.h: Add support for inlined isXXX functions when
48084 compiling C++ code.
48085
6b1f68c9
AS
480862011-10-14 Andreas Schwab <schwab@redhat.com>
48087
349290c0
AS
48088 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48089
6b1f68c9
AS
48090 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48091
f2282d42
RM
480922011-10-13 Roland McGrath <roland@hack.frob.com>
48093
48094 [BZ #13291]
48095 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48096
5298ffa8
AS
480972011-10-13 Andreas Schwab <schwab@redhat.com>
48098
714fad23
AS
48099 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48100 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48101 feraiseexcept.
48102
81dcc7fb
AS
48103 * sysdeps/x86_64/memrchr.S: Check for zero size.
48104
5298ffa8
AS
48105 * string/stratcliff.c: Add memrchr tests.
48106
951fbcec
LD
481072011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48108
48109 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48110 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48111 rawmemchr-sse2 rawmemchr-sse2-bsf.
48112 * sysdeps/i386/i686/multiarch/memchr.S: New file.
48113 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48114 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48115 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48116 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48117 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48118 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48119 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48120 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48121 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48122 * string/memrchr.c (MEMRCHR): New macro.
48123
0ac5ae23
UD
481242011-10-12 Ulrich Drepper <drepper@gmail.com>
48125
48126 Add integration with gcc's -ffinite-math-only and optimize wrapper
48127 functions in libm.
48128 * Versions.def: Define GLIBC_2.15 version for libm.
48129 * math/Makefile (headers): Add bits/math-finite.h.
48130 * math/bits/math-finite.h: New file.
48131 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48132 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48133 * math/e_acoshl.c: Add __*_finite alias.
48134 * math/e_acosl.c: Likewise.
48135 * math/e_asinl.c: Likewise.
48136 * math/e_atan2l.c: Likewise.
48137 * math/e_atanhl.c: Likewise.
48138 * math/e_coshl.c: Likewise.
48139 * math/e_exp10.c: Likewise.
48140 * math/e_exp10f.c: Likewise.
48141 * math/e_exp10l.c: Likewise.
48142 * math/e_exp2l.c: Likewise.
48143 * math/e_fmodl.c: Likewise.
48144 * math/e_gammal_r.c: Likewise.
48145 * math/e_hypotl.c: Likewise.
48146 * math/e_j0l.c: Likewise.
48147 * math/e_j1l.c: Likewise.
48148 * math/e_jnl.c: Likewise.
48149 * math/e_lgammal_r.c: Likewise.
48150 * math/e_log10l.c: Likewise.
48151 * math/e_log2l.c: Likewise.
48152 * math/e_logl.c: Likewise.
48153 * math/e_powl.c: Likewise.
48154 * math/e_sinhl.c: Likewise.
48155 * math/e_sqrtl.c: Likewise.
48156 * math/e_scalb.c: Completely rewritten and optimized.
48157 * math/e_scalbf.c: Likewise.
48158 * math/e_scalbl.c: Likewise.
48159 * math/w_acos.c: Likewise.
48160 * math/w_acosf.c: Likewise.
48161 * math/w_acosl.c: Likewise.
48162 * math/w_acosh.c: Likewise.
48163 * math/w_acoshf.c: Likewise.
48164 * math/w_acoshl.c: Likewise.
48165 * math/w_asin.c: Likewise.
48166 * math/w_asinf.c: Likewise.
48167 * math/w_asinl.c: Likewise.
48168 * math/w_atan2.c: Likewise.
48169 * math/w_atan2f.c: Likewise.
48170 * math/w_atan2l.c: Likewise.
48171 * math/w_atanh.c: Likewise.
48172 * math/w_atanhf.c: Likewise.
48173 * math/w_atanhl.c: Likewise.
48174 * math/w_exp10.c: Likewise.
48175 * math/w_exp10f.c: Likewise.
48176 * math/w_exp10l.c: Likewise.
48177 * math/w_fmod.c: Likewise.
48178 * math/w_fmodf.c: Likewise.
48179 * math/w_fmodl.c: Likewise.
48180 * math/w_j0.c: Likewise.
48181 * math/w_j0f.c: Likewise.
48182 * math/w_j0l.c: Likewise.
48183 * math/w_j1.c: Likewise.
48184 * math/w_j1f.c: Likewise.
48185 * math/w_j1l.c: Likewise.
48186 * math/w_jn.c: Likewise.
48187 * math/w_jnf.c: Likewise.
48188 * math/w_log.c: Likewise.
48189 * math/w_logf.c: Likewise.
48190 * math/w_logl.c: Likewise.
48191 * math/w_log10.c: Likewise.
48192 * math/w_log10f.c: Likewise.
48193 * math/w_log10l.c: Likewise.
48194 * math/w_log2.c: Likewise.
48195 * math/w_log2f.c: Likewise.
48196 * math/w_log2l.c: Likewise.
48197 * math/w_pow.c: Likewise.
48198 * math/w_powf.c: Likewise.
48199 * math/w_powl.c: Likewise.
48200 * math/w_remainder.c: Likewise.
48201 * math/w_remainderf.c: Likewise.
48202 * math/w_remainderl.c: Likewise.
48203 * math/w_scalb.c: Likewise.
48204 * math/w_scalbf.c: Likewise.
48205 * math/w_scalbl.c: Likewise.
48206 * math/w_sqrt.c: Likewise.
48207 * math/w_sqrtf.c: Likewise.
48208 * math/w_sqrtl.c: Likewise.
48209 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48210 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
48211 used.
48212 * math/math_private.h: Declare __kernel_standard_f.
48213 * math/w_cosh.c: Remove cruft and optimize a bit.
48214 * math/w_coshf.c: Likewise.
48215 * math/w_coshl.c: Likewise.
48216 * math/w_exp2.c: Likewise.
48217 * math/w_exp2f.c: Likewise.
48218 * math/w_exp2l.c: Likewise.
48219 * math/w_hypot.c: Likewise.
48220 * math/w_hypotf.c: Likewise.
48221 * math/w_hypotl.c: Likewise.
48222 * math/w_lgamma.c: Likewise.
48223 * math/w_lgamma_r.c: Likewise.
48224 * math/w_lgammaf.c: Likewise.
48225 * math/w_lgammaf_r.c: Likewise.
48226 * math/w_lgammal.c: Likewise.
48227 * math/w_lgammal_r.c: Likewise.
48228 * math/w_sinh.c: Likewise.
48229 * math/w_sinhf.c: Likewise.
48230 * math/w_sinhl.c: Likewise.
48231 * math/w_tgamma.c: Likewise.
48232 * math/w_tgammaf.c: Likewise.
48233 * math/w_tgammal.c: Likewise.
48234 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48235 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48236 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48237 Minor optimizations. Pretty printing. Remove cruft.
48238 * sysdeps/i386/fpu/e_acosf.S: Likewise.
48239 * sysdeps/i386/fpu/e_acosh.S: Likewise.
48240 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48241 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48242 * sysdeps/i386/fpu/e_acosl.c: Likewise.
48243 * sysdeps/i386/fpu/e_asin.S: Likewise.
48244 * sysdeps/i386/fpu/e_asinf.S: Likewise.
48245 * sysdeps/i386/fpu/e_atan2.S: Likewise.
48246 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48247 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48248 * sysdeps/i386/fpu/e_atanh.S: Likewise.
48249 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48250 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48251 * sysdeps/i386/fpu/e_exp10.S: Likewise.
48252 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48253 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48254 * sysdeps/i386/fpu/e_exp2.S: Likewise.
48255 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48256 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48257 * sysdeps/i386/fpu/e_fmod.S: Likewise.
48258 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48259 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48260 * sysdeps/i386/fpu/e_hypot.S: Likewise.
48261 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48262 * sysdeps/i386/fpu/e_log.S: Likewise.
48263 * sysdeps/i386/fpu/e_log10.S: Likewise.
48264 * sysdeps/i386/fpu/e_log10f.S: Likewise.
48265 * sysdeps/i386/fpu/e_log10l.S: Likewise.
48266 * sysdeps/i386/fpu/e_log2.S: Likewise.
48267 * sysdeps/i386/fpu/e_log2f.S: Likewise.
48268 * sysdeps/i386/fpu/e_log2l.S: Likewise.
48269 * sysdeps/i386/fpu/e_logf.S: Likewise.
48270 * sysdeps/i386/fpu/e_logl.S: Likewise.
48271 * sysdeps/i386/fpu/e_pow.S: Likewise.
48272 * sysdeps/i386/fpu/e_powf.S: Likewise.
48273 * sysdeps/i386/fpu/e_powl.S: Likewise.
48274 * sysdeps/i386/fpu/e_remainder.S: Likewise.
48275 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48276 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48277 * sysdeps/i386/fpu/e_scalb.S: Likewise.
48278 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48279 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48280 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48281 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48282 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48283 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48284 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48285 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48286 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48287 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48288 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48289 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48290 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48291 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48292 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48293 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48294 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48295 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48296 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48297 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48298 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48299 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48300 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48301 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48302 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48303 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48304 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48305 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48306 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48307 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48308 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48309 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48310 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48311 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48312 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48313 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48314 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48315 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48316 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48317 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48318 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48319 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48320 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48321 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48322 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48323 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48324 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48325 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48326 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48327 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48328 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48329 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48330 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48331 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48332 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48333 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48334 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48335 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48336 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48337 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48338 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48339 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48340 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48341 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48342 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48343 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48344 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48345 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48346 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48347 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48348 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48349 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48350 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48351 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48352 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48353 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48354 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48355 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48356 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48357 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48358 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48359 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48360 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48361 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48362 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48363 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48364 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48365 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48366 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48367 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48368 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48369 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48370 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48371 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48372 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48373 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48374 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48375 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48376 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48377 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48378 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48379 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48380 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48381 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48382 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48383 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48384 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48385 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48386 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48387 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48388 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48389 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48390 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48391 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48392 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48393 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
48394 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48395 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48396 (__isnanf): Likewise.
48397 (__isinf_ns): Likewise.
48398 (__isinf_nsf): Likewise.
48399 (__finite): Likewise.
48400 (__finitef): Likewise.
48401 (__ieee754_sqrt): Define as macro.
48402 (__ieee754_sqrtf): Define as macro.
48403 (__ieee754_sqrtl): Define as macro.
48404 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48405 inlined copy.
48406 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48407 __FINITE_MATH_ONLY__ consistent.
48408 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48409
12cc2fcd
AS
484102011-10-10 Andreas Schwab <schwab@linux-m68k.org>
48411
a843a204
AS
48412 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48413 of rawmemchr.
48414
12cc2fcd
AS
48415 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48416
c853acd5
UD
484172011-10-09 Ulrich Drepper <drepper@gmail.com>
48418
48419 * po/ja.po: Update from translation team.
48420
c658d255
RM
484212011-10-08 Roland McGrath <roland@hack.frob.com>
48422
110946e4
RM
48423 * locale/programs/locarchive.c (prepare_address_space): New function.
48424 (create_archive, enlarge_archive, open_archive): Use it.
48425
50604220
RM
48426 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48427 inside [SHARED], where it is used.
48428
c658d255
RM
48429 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48430
48431 * nss/getent.c (netgroup_keys): Remove unused variable.
48432 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48433
6a621eb7
UD
484342011-10-08 Ulrich Drepper <drepper@gmail.com>
48435
7edb55ce
UD
48436 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48437 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48438 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48439 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48440 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48441 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48442 * math/Makefile (libm-calls): Add s_isinf_ns.
48443 * math/divtc3.c: Use __isinf_nsl instead of isinf.
48444 * math/multc3.c: Likewise.
48445 * math/s_casin.c: Likewise.
48446 * math/s_casinf.c: Likewise.
48447 * math/s_casinl.c: Likewise.
48448 * math/s_ccos.c: Likewise.
48449 * math/s_ccosf.c: Likewise.
48450 * math/s_ccosl.c: Likewise.
48451 * math/s_ctan.c: Likewise.
48452 * math/s_ctanf.c: Likewise.
48453 * math/s_ctanh.c: Likewise.
48454 * math/s_ctanhf.c: Likewise.
48455 * math/s_ctanhl.c: Likewise.
48456 * math/s_ctanl.c: Likewise.
48457 * math/w_fmod.c: Likewise.
48458 * math/w_fmodf.c: Likewise.
48459 * math/w_fmodl.c: Likewise.
48460 * math/w_remainder.c: Likewise.
48461 * math/w_remainderf.c: Likewise.
48462 * math/w_remainderl.c: Likewise.
48463 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48464 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48465 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48466 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48467 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48468 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48469 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48470 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48471
187da0ae
UD
48472 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48473 of the number.
48474 * stdio-common/printf_fphex.c: Likewise.
48475 * stdio-common/printf_size.c: Likewise.
48476
9277c064
UD
48477 * math/e_exp10.c: Include math_private.h using <...> not "...".
48478 * math/e_exp10f.c: Likewise.
48479 * math/e_exp10l.c: Likewise.
48480 * math/e_exp2l.c: Likewise.
48481 * math/e_j0l.c: Likewise.
48482 * math/e_j1l.c: Likewise.
48483 * math/e_jnl.c: Likewise.
48484 * math/e_lgammal_r.c: Likewise.
48485 * math/e_rem_pio2l.c: Likewise.
48486 * math/e_scalb.c: Likewise.
48487 * math/e_scalbf.c: Likewise.
48488 * math/e_scalbl.c: Likewise.
48489 * math/k_cosl.c: Likewise.
48490 * math/k_sinl.c: Likewise.
48491 * math/k_tanl.c: Likewise.
48492 * math/s_cacoshf.c: Likewise.
48493 * math/s_catan.c: Likewise.
48494 * math/s_catanf.c: Likewise.
48495 * math/s_catanh.c: Likewise.
48496 * math/s_catanhf.c: Likewise.
48497 * math/s_catanhl.c: Likewise.
48498 * math/s_catanl.c: Likewise.
48499 * math/s_ccosh.c: Likewise.
48500 * math/s_ccoshf.c: Likewise.
48501 * math/s_ccoshl.c: Likewise.
48502 * math/s_cexp.c: Likewise.
48503 * math/s_cexpf.c: Likewise.
48504 * math/s_cexpl.c: Likewise.
48505 * math/s_clog.c: Likewise.
48506 * math/s_clog10.c: Likewise.
48507 * math/s_clog10f.c: Likewise.
48508 * math/s_clog10l.c: Likewise.
48509 * math/s_clogf.c: Likewise.
48510 * math/s_clogl.c: Likewise.
48511 * math/s_csin.c: Likewise.
48512 * math/s_csinf.c: Likewise.
48513 * math/s_csinh.c: Likewise.
48514 * math/s_csinhf.c: Likewise.
48515 * math/s_csinhl.c: Likewise.
48516 * math/s_csinl.c: Likewise.
48517 * math/s_csqrt.c: Likewise.
48518 * math/s_csqrtf.c: Likewise.
48519 * math/s_csqrtl.c: Likewise.
48520 * math/s_ctan.c: Likewise.
48521 * math/s_ctanf.c: Likewise.
48522 * math/s_ctanh.c: Likewise.
48523 * math/s_ctanhf.c: Likewise.
48524 * math/s_ctanhl.c: Likewise.
48525 * math/s_ctanl.c: Likewise.
48526 * math/s_ldexp.c: Likewise.
48527 * math/s_ldexpf.c: Likewise.
48528 * math/s_ldexpl.c: Likewise.
48529 * math/s_significand.c: Likewise.
48530 * math/s_significandf.c: Likewise.
48531 * math/s_significandl.c: Likewise.
48532 * math/w_acos.c: Likewise.
48533 * math/w_acosf.c: Likewise.
48534 * math/w_acosh.c: Likewise.
48535 * math/w_acoshf.c: Likewise.
48536 * math/w_acoshl.c: Likewise.
48537 * math/w_acosl.c: Likewise.
48538 * math/w_asin.c: Likewise.
48539 * math/w_asinf.c: Likewise.
48540 * math/w_asinl.c: Likewise.
48541 * math/w_atan2.c: Likewise.
48542 * math/w_atan2f.c: Likewise.
48543 * math/w_atan2l.c: Likewise.
48544 * math/w_atanh.c: Likewise.
48545 * math/w_atanhf.c: Likewise.
48546 * math/w_atanhl.c: Likewise.
48547 * math/w_cosh.c: Likewise.
48548 * math/w_coshf.c: Likewise.
48549 * math/w_coshl.c: Likewise.
48550 * math/w_dremf.c: Likewise.
48551 * math/w_exp10.c: Likewise.
48552 * math/w_exp10f.c: Likewise.
48553 * math/w_exp10l.c: Likewise.
48554 * math/w_exp2.c: Likewise.
48555 * math/w_exp2f.c: Likewise.
48556 * math/w_fmod.c: Likewise.
48557 * math/w_fmodf.c: Likewise.
48558 * math/w_fmodl.c: Likewise.
48559 * math/w_hypot.c: Likewise.
48560 * math/w_hypotf.c: Likewise.
48561 * math/w_hypotl.c: Likewise.
48562 * math/w_j0.c: Likewise.
48563 * math/w_j0f.c: Likewise.
48564 * math/w_j0l.c: Likewise.
48565 * math/w_j1.c: Likewise.
48566 * math/w_j1f.c: Likewise.
48567 * math/w_j1l.c: Likewise.
48568 * math/w_jn.c: Likewise.
48569 * math/w_jnf.c: Likewise.
48570 * math/w_jnl.c: Likewise.
48571 * math/w_lgamma.c: Likewise.
48572 * math/w_lgamma_r.c: Likewise.
48573 * math/w_lgammaf.c: Likewise.
48574 * math/w_lgammaf_r.c: Likewise.
48575 * math/w_lgammal.c: Likewise.
48576 * math/w_lgammal_r.c: Likewise.
48577 * math/w_log.c: Likewise.
48578 * math/w_log10.c: Likewise.
48579 * math/w_log10f.c: Likewise.
48580 * math/w_log10l.c: Likewise.
48581 * math/w_log2.c: Likewise.
48582 * math/w_log2f.c: Likewise.
48583 * math/w_log2l.c: Likewise.
48584 * math/w_logf.c: Likewise.
48585 * math/w_logl.c: Likewise.
48586 * math/w_pow.c: Likewise.
48587 * math/w_powf.c: Likewise.
48588 * math/w_powl.c: Likewise.
48589 * math/w_remainder.c: Likewise.
48590 * math/w_remainderf.c: Likewise.
48591 * math/w_remainderl.c: Likewise.
48592 * math/w_scalb.c: Likewise.
48593 * math/w_scalbf.c: Likewise.
48594 * math/w_scalbl.c: Likewise.
48595 * math/w_sinh.c: Likewise.
48596 * math/w_sinhf.c: Likewise.
48597 * math/w_sinhl.c: Likewise.
48598 * math/w_sqrt.c: Likewise.
48599 * math/w_sqrtf.c: Likewise.
48600 * math/w_sqrtl.c: Likewise.
48601 * math/w_tgamma.c: Likewise.
48602 * math/w_tgammaf.c: Likewise.
48603 * math/w_tgammal.c: Likewise.
48604
6a621eb7
UD
48605 * po/ja.po: Update from translation team.
48606
bf582445
AJ
486072011-09-29 Andreas Jaeger <aj@suse.de>
48608
f9efbf3a
AJ
48609 [BZ #13179]
48610 * sunrpc/netname.c (netname2host): Fix logic.
48611
bf582445
AJ
48612 [BZ #6779]
48613 [BZ #6783]
48614 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
48615 correctly.
48616 * math/w_remainder.c (__remainder): Likewise.
48617 * math/w_remainderf.c (__remainderf): Likewise.
48618 * math/libm-test.inc (remainder_test): Add test cases.
48619
48693bea
AK
486202011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48621
48622 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
48623 sdiv_qrnnd.
48624
42622229
LD
486252011-10-07 Ulrich Drepper <drepper@gmail.com>
48626
48627 * string/test-memcmp.c: Avoid unncessary #defines.
48628 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48629
093ecf92
LD
486302011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48631
48632 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
48633 Use new sse2 version for core i3 - i7 as it's faster
48634 than sse42 version.
48635 (bit_Prefer_PMINUB_for_stringop): New.
48636 * sysdeps/x86_64/rawmemchr.S: Update.
48637 Replace with faster SSE2 version.
48638 * sysdeps/x86_64/memrchr.S: New file.
48639 * sysdeps/x86_64/memchr.S: Update.
48640 Replace with faster SSE2 version.
48641
fde56e5c
MP
486422011-09-12 Marek Polacek <mpolacek@redhat.com>
48643
48644 * elf/dl-load.c (lose): Add cast to avoid warning.
48645
21fd49a9
UD
486462011-10-07 Ulrich Drepper <drepper@gmail.com>
48647
5a06e643
UD
48648 * po/ca.po: Update from translation team.
48649
684ae515
UD
48650 * inet/getnetgrent_r.c: Hook up nscd.
48651 * nscd/Makefile (routines): Add nscd_netgroup.
48652 (nscd-modules): Add netgroupcache.
48653 (CFLAGS-netgroupcache.c): Define.
48654 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
48655 (cache_search): Add const to second parameter.
48656 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
48657 INNETGR.
48658 (dbs): Add netgrdb entry.
48659 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
48660 (verify_persistent_db): Handle netgrdb.
48661 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
48662 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
48663 GETFDNETGR.
48664 (netgroup_response_header): Define.
48665 (innetgroup_response_header): Define.
48666 (datahead): Add netgroup_response_header and innetgroup_response_header
48667 elements.
48668 * nscd/nscd.conf: Add entries for netgroup cache.
48669 * nscd/nscd.h (dbtype): Add netgrdb.
48670 (_PATH_NSCD_NETGROUP_DB): Define.
48671 (netgroup_iov_disabled): Declare.
48672 (xmalloc, xcalloc, xrealloc): Move declarations here.
48673 (cache_search): Adjust prototype.
48674 Add netgroup-related prototypes.
48675 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
48676 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
48677 (__nscd_innetgr): Declare.
48678 * nscd/selinux.c (perms): Use access_vector_t as element type and
48679 add netgroup-related initializers.
48680 * nscd/netgroupcache.c: New file.
48681 * nscd/nscd_netgroup.c: New file.
48682 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
48683 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
48684 For four parameters use innetgr.
48685 * nss/nss_files/files-init.c: Add definition and callback for netgr.
48686 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
48687 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
48688 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
48689
21fd49a9
UD
48690 * nscd/connections.c (register_traced_file): Don't register file
48691 for disabled databases.
48692
054c0457
UD
486932011-10-06 Ulrich Drepper <drepper@gmail.com>
48694
32b63198
UD
48695 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
48696
054c0457
UD
48697 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
48698 from tree and freeing node.
48699
64031225
JO
487002011-09-25 Jiri Olsa <jolsa@redhat.com>
48701
48702 * nss/nsswitch.c (__nss_database_lookup): Handle
48703 nss_parse_service_list out of memory case.
48704
0490345c
JO
487052011-09-15 Jiri Olsa <jolsa@redhat.com>
48706
48707 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
48708 out of memory case.
48709
3a62d00d
AS
487102011-10-04 Andreas Schwab <schwab@redhat.com>
48711
48712 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
48713 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
48714 pass it down.
48715 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
48716 elf_machine_rela, elf_machine_lazy_rel.
48717 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
48718 (ELF_DYNAMIC_DO_REL): Likewise.
48719 (ELF_DYNAMIC_DO_RELA): Likewise.
48720 (ELF_DYNAMIC_RELOCATE): Likewise.
48721 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
48722 to ELF_DYNAMIC_DO_REL.
48723 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
48724 (dl_main): In trace mode always set __RTLD_NOIFUNC.
48725 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
48726 elf_machine_rela.
48727 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
48728 skip_ifunc, don't call ifunc function if non-zero.
48729 (elf_machine_rela): Likewise.
48730 (elf_machine_lazy_rel): Likewise.
48731 (elf_machine_lazy_rela): Likewise.
48732 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
48733 (elf_machine_lazy_rel): Likewise.
48734 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
48735 Likewise.
48736 (elf_machine_lazy_rel): Likewise.
48737 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48738 Likewise.
48739 (elf_machine_lazy_rel): Likewise.
48740 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
48741 (elf_machine_lazy_rel): Likewise.
48742 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
48743 (elf_machine_lazy_rel): Likewise.
48744 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
48745 (elf_machine_lazy_rel): Likewise.
48746 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
48747 (elf_machine_lazy_rel): Likewise.
48748 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
48749 (elf_machine_lazy_rel): Likewise.
48750 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
48751 (elf_machine_lazy_rel): Likewise.
48752
68577918
UD
487532011-09-28 Ulrich Drepper <drepper@gmail.com>
48754
48755 * nss/nss_files/files-init.c (_nss_files_init): Use static
48756 initialization for all the *_traced_file variables.
48757
68822d74
AS
487582011-09-28 Andreas Schwab <schwab@redhat.com>
48759
48760 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48761
2056100b
RM
487622011-09-27 Roland McGrath <roland@hack.frob.com>
48763
48764 [BZ #13226]
48765 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
48766
32c76b63
AS
487672011-09-27 Andreas Schwab <schwab@redhat.com>
48768
48769 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48770 Reread the line before reparsing it.
48771
bf972c9d
AS
487722011-09-26 Andreas Schwab <schwab@redhat.com>
48773
48774 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
48775
e057a1b5
JM
487762011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
48777 Maxim Kuvyrkov <maxim@codesourcery.com>
48778 Joseph Myers <joseph@codesourcery.com>
48779
48780 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
48781 if needed for __stack_chk_guard.
48782
bc7e1c36
RM
487832011-09-19 Roland McGrath <roland@hack.frob.com>
48784
ecb1482f
RM
48785 * sysdeps/posix/spawni.c (script_execute): Always define it.
48786 It will be optimized away if unused.
48787 (maybe_script_execute): New function.
48788 (__spawni): Call it.
48789
bc7e1c36
RM
48790 * Makerules: Don't include tls.make.
48791 (config-tls): Always set to thread.
48792 * tls.make.c: File removed.
48793
1c3b002b
MF
487942011-09-19 Mike Frysinger <vapier@gentoo.org>
48795
48796 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
48797 * config.make.in (CPPFLAGS-config): New substituted variable.
48798
2840865d
UD
487992011-09-15 Ulrich Drepper <drepper@gmail.com>
48800
88738eb6
UD
48801 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
48802
cbf645a6 48803 [BZ #13192]
2840865d
UD
48804 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
48805 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
48806
b402e91a
RM
488072011-09-15 Roland McGrath <roland@hack.frob.com>
48808
48809 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
48810 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
48811 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48812 (CALL_FAIL): Likewise.
48813 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
48814 (CALL_FAIL): Macro removed.
48815 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
48816
4c1a1f71
UD
488172011-09-15 Ulrich Drepper <drepper@gmail.com>
48818
48819 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
48820 for __FINITE_MATH_ONLY__ == 1.
48821
edc121be
AS
488222011-09-15 Andreas Schwab <schwab@redhat.com>
48823
48824 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
48825 __ieee754_sqrt instead of sqrt.
48826 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
48827 __ieee754_sqrtf instead of sqrtf.
48828 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
48829 __floorf instead of floorf.
48830 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
48831 __floorf, __truncf instead of floorf, truncf.
48832
cd205654
UD
488332011-09-14 Ulrich Drepper <drepper@gmail.com>
48834
ee4d0315
UD
48835 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
48836
cd205654
UD
48837 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
48838 __extern_always_inline.
48839 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
48840 32-bit.
48841
48b67d71
AS
488422011-09-14 Andreas Schwab <schwab@redhat.com>
48843
48844 * elf/rtld.c (dl_main): Also relocate in dependency order when
48845 doing symbol dependency testing.
48846
1ae12c75
AS
488472011-09-13 Andreas Schwab <schwab@linux-m68k.org>
48848
48849 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48850 Always define `refsym'.
48851
995a80df
AS
488522011-09-13 Andreas Schwab <schwab@redhat.com>
48853
e529793b
AS
48854 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
48855 (__FD_ELT): Renamed from __FDELT.
48856 * misc/bits/select2.h (__FD_ELT): Likewise.
48857 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
48858 __FD_MASK instead of __FDELT, __FDMASK.
48859 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
48860 Likewise.
48861 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
48862 Likewise.
48863
52d4fef8
AS
48864 * elf/Makefile (gen-ldd): Fix pattern.
48865
995a80df
AS
48866 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
48867 (init_tls): Likewise.
48868
8682f8b0
UD
488692011-09-12 Ulrich Drepper <drepper@gmail.com>
48870
48871 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
48872
de82006d
AS
488732011-09-12 Andreas Schwab <schwab@redhat.com>
48874
a7c8e6a1
AS
48875 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
48876 `struct cmsghdr *' instead of `void *'.
48877 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
48878 Likewise.
48879
0f31fe77
AS
488802011-09-11 Andreas Schwab <schwab@linux-m68k.org>
48881
48882 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
48883 if non-absolute.
48884 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
48885 ldd_rewrite_script.
0f31fe77 48886
32b4c839
UD
488872011-09-11 Ulrich Drepper <drepper@gmail.com>
48888
83cd1420
UD
48889 * configure.in: Remove --with-tls option.
48890 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
48891 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
48892 out in case it is missing.
48893 * sysdeps/ia64/elf/configure.in: Likewise.
48894 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
48895 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
48896 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
48897 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
48898 * sysdeps/sh/elf/configure.in: Likewise.
48899 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
48900 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48901 * sysdeps/x86_64/elf/configure.in: Likewise.
48902 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
48903 * sysdeps/mach/hurd/tls.h: Likewise.
48904
633f745d
UD
48905 [BZ #13067]
48906 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
48907
f318beb8
UD
48908 [BZ #13090]
48909 * configure.in: Fix use of AC_INIT.
48910
32b4c839
UD
48911 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
48912
3ce1f295
UD
489132011-09-10 Ulrich Drepper <drepper@gmail.com>
48914
bb016596
UD
48915 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
48916 __set_errno.
8e58439c
UD
48917 * malloc/hooks.c: Likewise.
48918
aebae053 48919 [BZ #11929]
02d46fc4
UD
48920 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
48921 variables statically.
48922 (narenas): Initialize.
48923 (list_lock): Initialize.
bb016596
UD
48924 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
48925 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
48926 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
48927 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
48928 Add initializers to main_arena and mp_.
48929 (malloc_state): Remove pagesize member. Change all users to use
48930 GLRO(dl_pagesize).
48931
48932 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
48933 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
48934 is always initialized.
48935
22a89187
UD
48936 * malloc/malloc.c: Removed unused configurations and dead code.
48937 * malloc/arena.c: Likewise.
48938 * malloc/hooks.c: Likewise.
02d46fc4 48939 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 48940
d063d164
UD
48941 * include/tls.h: Removed. USE___THREAD must always be defined.
48942 * bits/libc-tsd.h: Don't handle !USE___THREAD.
48943 * elf/dl-libc.c: Likewise.
48944 * elf/dl-tsd.c: Likewise.
48945 * include/errno.h: Likewise.
48946 * include/netdb.h: Likewise.
48947 * include/resolv.h: Likewise.
48948 * inet/herrno-loc.c: Likewise.
48949 * inet/herrno.c: Likewise.
48950 * malloc/arena.c: Likewise.
48951 * malloc/hooks.c: Likewise.
48952 * malloc/malloc.c: Likewise.
48953 * resolv/res-state.c: Likewise.
48954 * resolv/res_libc.c: Likewise.
48955 * sysdeps/i386/dl-machine.h: Likewise.
48956 * sysdeps/ia64/dl-machine.h: Likewise.
48957 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
48958 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
48959 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
48960 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
48961 * sysdeps/sh/dl-machine.h: Likewise.
48962 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48963 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48964 * sysdeps/unix/i386/sysdep.S: Likewise.
48965 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
48966 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
48967 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
48968 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
48969 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
48970 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
48971 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
48972 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48973 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48974 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
48975 * sysdeps/unix/x86_64/sysdep.S: Likewise.
48976 * sysdeps/x86_64/dl-machine.h: Likewise.
48977 * tls.make.c: Likewise.
48978
3ce1f295
UD
48979 * configure.in: Remove --with-__thread option. Make tests for
48980 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
48981 tls_model attribute fail if no support is available. Remove
48982 USE_IN_LIBIO.
48983 * Makeconfig: Adjust for dropped configure option. All features are
48984 now mandatory.
48985 * Makerules: Likewise.
48986 * Versions.def: Likewise.
48987 * argp/argp-fmtstream.c: Likewise.
48988 * argp/argp-fmtstream.h: Likewise.
48989 * argp/argp-help.c: Likewise.
48990 * assert/assert.c: Likewise.
48991 * config.h.in: Likewise.
48992 * config.make.in: Likewise.
48993 * configure: Likewise.
48994 * configure.in: Likewise.
48995 * csu/Versions: Likewise.
48996 * csu/init.c: Likewise.
48997 * elf/tst-audit2.c: Likewise.
48998 * elf/tst-tls10.c: Likewise.
48999 * elf/tst-tls10.h: Likewise.
49000 * elf/tst-tls11.c: Likewise.
49001 * elf/tst-tls12.c: Likewise.
49002 * elf/tst-tls14.c: Likewise.
49003 * elf/tst-tlsmod11.c: Likewise.
49004 * elf/tst-tlsmod12.c: Likewise.
49005 * elf/tst-tlsmod13.c: Likewise.
49006 * elf/tst-tlsmod13a.c: Likewise.
49007 * elf/tst-tlsmod14a.c: Likewise.
49008 * elf/tst-tlsmod15b.c: Likewise.
49009 * elf/tst-tlsmod16a.c: Likewise.
49010 * elf/tst-tlsmod16b.c: Likewise.
49011 * elf/tst-tlsmod7.c: Likewise.
49012 * elf/tst-tlsmod8.c: Likewise.
49013 * elf/tst-tlsmod9.c: Likewise.
49014 * gmon/gmon.c: Likewise.
49015 * grp/fgetgrent_r.c: Likewise.
49016 * grp/putgrent.c: Likewise.
49017 * hurd/fopenport.c: Likewise.
49018 * include/libc-symbols.h: Likewise.
49019 * include/tls.h: Likewise.
49020 * intl/gettextP.h: Likewise.
49021 * intl/loadinfo.h: Likewise.
49022 * locale/global-locale.c: Likewise.
49023 * locale/localeinfo.h: Likewise.
49024 * mach/devstream.c: Likewise.
49025 * malloc/arena.c: Likewise.
49026 * malloc/set-freeres.c: Likewise.
49027 * misc/err.c: Likewise.
49028 * misc/getttyent.c: Likewise.
49029 * misc/mntent_r.c: Likewise.
49030 * posix/getopt.c: Likewise.
49031 * posix/wordexp.c: Likewise.
49032 * pwd/fgetpwent_r.c: Likewise.
49033 * resolv/Versions: Likewise.
49034 * resolv/res_hconf.c: Likewise.
49035 * shadow/fgetspent_r.c: Likewise.
49036 * shadow/putspent.c: Likewise.
49037 * stdio-common/printf_fphex.c: Likewise.
49038 * stdio-common/tmpfile.c: Likewise.
49039 * stdlib/abort.c: Likewise.
49040 * stdlib/fmtmsg.c: Likewise.
49041 * sunrpc/auth_unix.c: Likewise.
49042 * sunrpc/clnt_perr.c: Likewise.
49043 * sunrpc/clnt_tcp.c: Likewise.
49044 * sunrpc/clnt_udp.c: Likewise.
49045 * sunrpc/clnt_unix.c: Likewise.
49046 * sunrpc/openchild.c: Likewise.
49047 * sunrpc/svc_simple.c: Likewise.
49048 * sunrpc/svc_tcp.c: Likewise.
49049 * sunrpc/svc_udp.c: Likewise.
49050 * sunrpc/svc_unix.c: Likewise.
49051 * sunrpc/xdr.c: Likewise.
49052 * sunrpc/xdr_array.c: Likewise.
49053 * sunrpc/xdr_rec.c: Likewise.
49054 * sunrpc/xdr_ref.c: Likewise.
49055 * sunrpc/xdr_stdio.c: Likewise.
49056
1248c1c4
PB
490572011-09-09 Ulrich Drepper <drepper@gmail.com>
49058
49059 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49060
490612011-07-03 Andreas Jaeger <aj@suse.de>
49062
49063 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49064 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49065 regenerate with gen-libm-tests.pl.
49066
490672010-05-12 Petr Baudis <pasky@suse.cz>
49068
49069 [BZ #11589]
49070 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49071 around j0() zero points by switching to j1().
49072 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49073 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49074 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49075 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49076
f22e1074
UD
490772011-09-09 Ulrich Drepper <drepper@gmail.com>
49078
f19009c1
UD
49079 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49080 instead of 0.
49081 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 49082 instead of 0.
f19009c1
UD
49083 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49084 Patch in part by Pavel Roskin <proski@gnu.org>.
49085
3f8cc204
UD
49086 [BZ #13138]
49087 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49088 realloc.
49089 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
49090 Free memory block if necessary.
49091
f22e1074
UD
49092 [BZ #12847]
49093 * libio/genops.c (INTDEF): For string streams the _lock pointer can
49094 be NULL. Don't lock in this case.
49095
0a2349f9
RM
490962011-09-09 Roland McGrath <roland@hack.frob.com>
49097
49098 * elf/elf.h (ELFOSABI_GNU): New macro.
49099 (ELFOSABI_LINUX): Define to that.
49100
f3cdd467
DZ
491012011-07-29 Denis Zaitceff <zaitceff@gmail.com>
49102
49103 * string/strncat.c (strncat): Undef the symbol in case it has been
49104 defined in bits/string.h.
49105
74718d13
UD
491062011-09-09 Ulrich Drepper <drepper@gmail.com>
49107
633e9e0f
UD
49108 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49109
0a2349f9 49110 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
49111 link map.
49112
f9924780
AJ
491132011-08-17 Andreas Jaeger <aj@suse.de>
49114
49115 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49116
7f5517aa
PP
491172011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
49118 Ian Lance Taylor <iant@google.com>
49119
49120 * math/libm-test.inc (lround_test): New testcase.
49121 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49122
762011fe
UD
491232011-09-08 Ulrich Drepper <drepper@gmail.com>
49124
92963737
UD
49125 * Makefile: Remove support for automatic cvs check-ins.
49126 * Makerules: Likewise.
49127 * config.make.in: Likewise.
49128 * configure.in: Likewise.
49129 * intl/Makefile: Likewise.
49130 * locale/Makefile: Likewise.
49131 * po/Makefile: Likewise.
49132 * posix/Makefile: Likewise.
49133 * sysdeps/gnu/Makefile: Likewise.
49134 * sysdeps/mach/hurd/Makefile: Likewise.
49135 * sysdeps/sparc/sparc32/Makefile: Likewise.
49136
b0727fd8
JS
49137 [BZ #13118]
49138 * posix/Makefile (bug-regex32-ENV): Define.
49139 Patch by John Stanley <jpsinthemix@verizon.net>.
49140
a0f33f99
UD
49141 * misc/Makefile (headers): Add bits/select2.h.
49142 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49143 * misc/bits/select2.h: New file.
49144 * include/bits/select2.h: New file.
49145 * debug/Makefile (routines): Add fdelt_chk.
49146 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49147 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49148 FD_ISSET.
49149 * debug/fdelt_chk.c: New file.
49150
762011fe
UD
49151 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
49152 * wcsmbs/test-wmemcmp.c: Likewise.
49153 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 49154 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
49155
491562011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49157
49158 * string/Makefile (strop-tests): Add memcmp.
49159 * string/test-wmemcmp.c: New file.
49160 * string/test-memcmp.c: Add wmemcmp support.
49161
7f513ec8
RM
491622011-09-08 Roland McGrath <roland@hack.frob.com>
49163
0442afb4
RM
49164 [BZ #13153]
49165 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49166 2011-07-19 change.
49167
7f513ec8
RM
49168 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49169 garbage value in a __mach_port_mod_refs call in the cases of the
49170 task-self and thread-self ports.
49171
a12b2239
ST
491722011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
49173
49174 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49175
610f9ab4
AS
491762011-09-08 Andreas Schwab <schwab@redhat.com>
49177
7f513ec8 49178 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 49179
48882a1a
LD
491802011-09-07 Ulrich Drepper <drepper@gmail.com>
49181
b49865be
UD
49182 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49183
fdc86bc9
UD
49184 * elf/dl-libc.c (dlerror_run): Pass back error code from
49185 dl_catch_error.
49186
c966526a
UD
49187 [BZ #13123]
49188 * elf/dl-load.c (lose): Free l_origin if it is valid.
49189
48882a1a
LD
49190 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49191 names.
49192 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49193 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49194 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49195 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49196 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49197 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49198
77a2a8b4
AZ
491992011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
49200
49201 * sysdeps/powerpc/fpu/e_hypot.c: New file.
49202 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49203 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49204 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49205 * sysdeps/powerpc/fpu/k_cosf.c: New file.
49206 * sysdeps/powerpc/fpu/k_sinf.c: New file.
49207 * sysdeps/powerpc/fpu/s_cosf.c: New file.
49208 * sysdeps/powerpc/fpu/s_sinf.c: New file.
49209 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49210 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49211
24f579d8
AM
492122011-08-15 Alan Modra <amodra@gmail.com>
49213
49214 [BZ #13092]
49215 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49216 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49217 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
49218 ppc_mcount to static-only-routines.
49219 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49220 __mcount_internal.
49221 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49222 __mcount_internal with usual JUMPTARGET. Remove useless nop.
49223
3d4837df
UD
492242011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
49225
49226 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49227 for finite and infinity parameters.
49228
22700377
WS
492292011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
49230
49231 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49232 and add nop instructions for throughput optimization.
49233 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49234
5025581e
WS
492352011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
49236
49237 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49238 aligned copy for power7 with vector-scalar instructions.
49239 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49240
08a300c9
L
492412011-07-24 H.J. Lu <hongjiu.lu@intel.com>
49242
49243 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49244 AVX check.
49245
59178ef9
AS
492462011-09-07 Andreas Schwab <schwab@redhat.com>
49247
49248 [BZ #13144]
49249 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49250 last change.
49251
e38ba7ab
UD
492522011-09-07 Ulrich Drepper <drepper@gmail.com>
49253
49254 * sysdeps/unix/sysv/linux/x86_64/init-first.c
49255 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49256 syscall wrapper around clock_gettime in __vdso_clock_gettime.
49257 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49258 clock_gettime.
49259
d53a73ac
UD
492602011-09-06 Ulrich Drepper <drepper@gmail.com>
49261
fc8bffcc
UD
49262 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49263 Forgot to demangle the pointer.
49264
ceaa0c5d
UD
49265 * sysdeps/i386/sysdep.h: Define atom_text_section.
49266 * sysdeps/x86_64/sysdep.h: Likewise.
49267 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49268 section with atom_text_section.
49269 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49270 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49271 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49272 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49273 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49274
a77d3c17
UD
49275 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49276 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49277 already be defined. Change to take two parameters and don't assign
49278 result to variable. Adjust all users.
49279 Define INTERNAL_GETTIME if not already defined.
49280 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49281 call.
49282 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49283 HAVE_CLOCK_GETTIME_VSYSCALL.
49284 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49285
d53a73ac
UD
49286 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49287 gettimeofday vsyscall, just use time.
49288
a8f84144
AS
492892011-09-06 Andreas Schwab <schwab@redhat.com>
49290
49291 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49292 <errno.h>.
49293
ef606249
UD
492942011-09-06 Ulrich Drepper <drepper@gmail.com>
49295
49296 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49297 syscall on x86-64.
49298 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49299 syscall.
49300 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49301 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49302 syscall if possible.
49303
6585cb60
UD
493042011-09-05 Ulrich Drepper <drepper@gmail.com>
49305
49306 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49307 e_ident. Don't pass to find_mapsXX.
49308 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49309
a5f524e4
LD
493102011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49311
49312 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49313 strchr-sse2-no-bsf strrchr-sse2-no-bsf
49314 * sysdeps/x86_64/multiarch/strchr.S: Update.
49315 Check bit_slow_BSF bit.
49316 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49317 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49318 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49319
554881ef
UD
493202011-09-05 Ulrich Drepper <drepper@gmail.com>
49321
d96de963
UD
49322 [BZ #13134]
49323 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49324 before glibc 2.15.
49325 (tryshell): Define.
49326 (__spawni): Change last parameter to be flag. Test
49327 SPAWN_XFLAGS_USE_PATH flag to use path or not.
49328 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49329 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49330 * posix/spawni.c: Likewise.
49331 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49332 * posix/spawnp.c: Likewise. Change normal version to use
49333 SPAWN_XFLAGS_USE_PATH.
49334 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49335 SPAWN_XFLAGS_TRY_SHELL.
49336
d48e5868
UD
49337 [BZ #13150]
49338 * posix/glob.h: Remove gcc 1.x support.
49339
554881ef
UD
49340 [BZ #13068]
49341 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49342
693fb948
LD
493432011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49344
49345 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49346 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49347 strrchr-sse2-bsf
49348 * sysdeps/i386/i686/multiarch/strchr.S: New file.
49349 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49350 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49351 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49352 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49353 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49354
1b48c537
UD
493552011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49356
49d42c37
UD
49357 * sysdeps/x86_64/wcscmp.S: New file.
49358
1b48c537
UD
49359 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49360 wcscmp-c wcscmp-sse2
49361 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49362 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49363 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49364 * wcsmbs/wcscmp.c: Allow renaming.
49365
15c95c5d
DM
493662011-09-05 David S. Miller <davem@davemloft.net>
49367
49368 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49369 stack slot, rather than the struct return pointer slot.
49370 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49371 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49372 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49373 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49374
2f0ad8f3
UD
493752011-09-05 Ulrich Drepper <drepper@gmail.com>
49376
d88ae418
UD
49377 * po/ja.po: Update from translation team.
49378
2f0ad8f3
UD
49379 [BZ #13144]
49380 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49381 kernel in 64-bit binaries.
49382
5f4318d1
DM
493832011-09-01 David S. Miller <davem@davemloft.net>
49384
49385 * elf/elf.h (HWCAP_SPARC_*): Move to..
49386 * sysdeps/sparc/sysdep.h: this new file and add new values.
49387 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49388 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49389 _DL_HWCAP_COUNT to 24.
49390 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49391 entries.
49392 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49393 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49394 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49395 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49396 instead of magic constants.
49397 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49398
3ba57516
DM
493992011-08-31 David S. Miller <davem@davemloft.net>
49400
49401 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49402 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49403 Reimplement to do errno handling inline.
49404 (SYSCALL_ERROR_HANDLER): New macro.
49405 (__SYSCALL_STRING): Do not do errno handling in asm.
49406 (__CLONE_SYSCALL_STRING): Delete.
49407 (__INTERNAL_SYSCALL_STRING): Delete.
49408 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49409 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49410 (PSEUDO): Reimplement to do errno handling inline.
49411 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49412 (SYSCALL_ERROR_HANDLER): New macro.
49413 (__SYSCALL_STRING): Do not do errno handling in asm.
49414 (__CLONE_SYSCALL_STRING): Delete.
49415 (__INTERNAL_SYSCALL_STRING): Delete.
49416 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49417 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49418 i386.
49419 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49420 (inline_syscall*): Add 'err' argument.
49421 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49422 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49423 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49424 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49425
49426 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49427 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49428
2bc17433
AS
494292011-08-30 Andreas Schwab <schwab@redhat.com>
49430
49431 * elf/rtld.c (dl_main): Relocate objects in dependency order.
49432
fbeb5f4d
JO
494332011-08-29 Jiri Olsa <jolsa@redhat.com>
49434
49435 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49436 directive.
49437
ad69cc26
DM
494382011-08-24 David S. Miller <davem@davemloft.net>
49439
49440 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49441
39dd69df
AS
494422011-08-24 Andreas Schwab <schwab@redhat.com>
49443
49444 * elf/Makefile: Add rules to build and run unload8 test.
49445 * elf/unload8.c: New file.
49446 * elf/unload8mod1.c: New file.
49447 * elf/unload8mod1x.c: New file.
49448 * elf/unload8mod2.c: New file.
49449 * elf/unload8mod3.c: New file.
49450
49451 * elf/dl-close.c (_dl_close_worker): Reset private search list if
49452 it wasn't used.
49453
2c0b250a
DM
494542011-08-23 David S. Miller <davem@davemloft.net>
49455
49456 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49457 subtract stack bias.
49458 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49459 %sp not %fp in calculations.
49460 (_JMPBUF_UNWINDS_ADJ): Likewise.
49461
22044b48
DM
49462 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49463 (aio_suspend): Call it to force an exception region around the
49464 AIO_MISC_WAIT() invocation.
49465
2cae4995
AS
494662011-08-23 Andreas Schwab <schwab@redhat.com>
49467
49468 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49469 backslash.
49470
873a772e
AJ
494712011-07-04 Aurelien Jarno <aurelien@aurel32.net>
49472
49473 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49474 protection macro.
49475 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49476 and <dl-machine.h>.
49477 (Elf64_FuncDesc): Remove.
49478
25ad0df1
DM
494792011-08-22 David S. Miller <davem@davemloft.net>
49480
49481 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49482 sigaltstack check, add missing cfi directives.
49483 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49484 missing cfi directives, and sigaltstack handling.
49485
e888bcbe
AS
494862011-08-16 Andreas Schwab <schwab@redhat.com>
49487
49488 [BZ #11724]
49489 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49490 object is seen twice.
49491 * elf/dl-fini.c (_dl_sort_fini): Likewise.
49492
49493 * elf/Makefile (distribute): Add tst-initorder2.c.
49494 (tests): Add tst-initorder2.
49495 (modules-names): Add tst-initorder2a tst-initorder2b
49496 tst-initorder2c tst-initorder2d. Add rules to build them.
49497 ($(objpfx)tst-initorder2.out): New rule.
49498 * elf/tst-initorder2.c: New file.
49499 * elf/tst-initorder2.exp: New file.
49500
87162f46
AS
495012011-08-22 Andreas Schwab <schwab@redhat.com>
49502
70538b7f
AS
49503 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49504
f55ffe58
AS
49505 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49506 dependencies back to end of function.
49507
87162f46
AS
49508 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49509 $(elfobjdir)/ld.so.
49510
91b392a4
UD
495112011-08-21 Ulrich Drepper <drepper@gmail.com>
49512
49513 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
49514 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
49515 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
49516 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
49517 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
49518 of __vdso_gettimeofday.
49519 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
49520 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
49521 attribute_hidden.
49522 (_libc_vdso_platform_setup): Remove initialization of
49523 __vdso_gettimeofday and __vdso_time.
49524
5c43483f
UD
495252011-08-20 Ulrich Drepper <drepper@gmail.com>
49526
775a77e7
UD
49527 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
49528 and fgetc_unlocked.
49529 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
49530 getc_unlocked.
89f447ed 49531
49c74ba9
UD
49532 * elf/dl-open.c (add_to_global): Report additions to the global scope
49533 for LD_DEBUG=scopes.
49534 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 49535 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 49536
5c43483f
UD
49537 [BZ #13114]
49538 * stdio-common/Makefile (tests): Add bug24.
49539 * stdio-common/bug24.c: New file.
49540
a101b025
AJ
495412011-08-19 Andreas Jaeger <aj@suse.de>
49542
49543 [BZ #13114]
49544 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
49545 non-existant file when using close-on-exec mode.
49546
c88f1766
UD
495472011-08-20 Ulrich Drepper <drepper@gmail.com>
49548
0276a718
UD
49549 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
49550 the very first instruction.
49551
c88f1766
UD
49552 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
49553 the CFI state in the end.
49554 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
49555 inclusion of dl-trampoline.h.
49556 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
49557
51ccffa0
AS
495582011-08-19 Andreas Schwab <schwab@redhat.com>
49559
94d7165f
AS
49560 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
49561 expectations for long double.
49562
51ccffa0
AS
49563 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
49564 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
49565
fd708658 495662011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
49567
49568 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
49569 artificual limit depends upon the system page size.
49570
44f0a71e
UD
495712011-08-17 Ulrich Drepper <drepper@gmail.com>
49572
49573 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
49574 * resolv/Makefile: Define CFLAGS-libresolv.
49575
8de79a24
AS
495762011-08-17 Andreas Schwab <schwab@redhat.com>
49577
49578 * nss/makedb.c (compute_tables): Make variables used in nested
49579 function static.
49580
27724598
UD
495812011-08-17 Ulrich Drepper <drepper@gmail.com>
49582
c5305d88
UD
49583 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
49584 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
49585 if buffer was too small.
49586
27724598
UD
49587 * elf/pldd.c (main): Attach to all threads in the process.
49588 Rewrite /proc handling to use *at functions.
49589
076fe015
UD
495902011-08-16 Ulrich Drepper <drepper@gmail.com>
49591
174baab3
UD
49592 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
49593 specifies first scope to show.
49594 (dl_open_worker): Update callers. Move printing scope of new
49595 object to before the relocation.
44f0a71e 49596 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
49597 * sysdeps/generic/ldsodefs.h: Update declaration.
49598
076fe015
UD
49599 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
49600 string for the scope number.
49601
a60df2c3
UD
496022011-08-14 Ulrich Drepper <drepper@gmail.com>
49603
49604 * nscd/servicescache.c (cache_addserv): Make sure written is always
49605 initialized.
49606
5e4287d1
RM
496072011-08-14 Roland McGrath <roland@hack.frob.com>
49608
85ae0589
RM
49609 * sysdeps/i386/i486/bits/atomic.h
49610 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
49611 statement expression, so as to suppress "set but not used" warning.
49612 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
49613
69f63097
RM
49614 * string/strncat.c (STRNCAT): Use prototype definition.
49615
675456ef
RM
49616 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
49617 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
49618 -Iprograms here.
49619 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
49620 (localedef-modules): Add localedef.
49621 (locale-modules): Add locale.
49622
5e4287d1
RM
49623 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
49624 * elf/rtld.c (dl_main): Invert order of assignment in last change,
49625 to avoid a warning.
49626
9c96ff23
DM
496272011-08-14 David S. Miller <davem@davemloft.net>
49628
49629 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
49630 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
49631
f9ddf089
UD
496322011-08-13 Ulrich Drepper <drepper@gmail.com>
49633
44f0a71e 49634 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
49635 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
49636 * elf/rtld.c (dl_main): Set l_name of vDSO.
49637 Call _dl_show_scope when DL_DEBUG_SCOPES.
49638 (process_dl_debug): Recognize scopes flag and also set it for all.
49639 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
49640 Declare _dl_show_scope.
49641
1dc27704
UD
49642 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
49643 (do_dlopen): Pass caller_dlopen to dl_open.
49644 (__libc_dlopen_mode): Initialize caller_dlopen.
49645
f9ddf089
UD
49646 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
49647 of libc. Make tolower call locale-independent. Optimize a bit by
49648 using isdigit instead of isalnum.
49649 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
49650
9ac533d3
UD
496512011-08-12 Ulrich Drepper <drepper@gmail.com>
49652
49653 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
49654 was a dependency or dynamically loaded.
49655
89edf2e9
UD
496562011-08-11 Ulrich Drepper <drepper@gmail.com>
49657
8e999d29
UD
49658 * intl/l10nflist.c: Allow architecture-specific pop function.
49659 * sysdeps/x86_64/l10nflist.c: New file.
49660
89edf2e9
UD
49661 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
49662 classification.
49663
14d96785
AS
496642011-08-10 Andreas Schwab <schwab@redhat.com>
49665
49666 * include/dirent.h: Add libc_hidden_proto for scandirat and
49667 scandirat64. Don't declare __scandirat64.
49668 * dirent/scandirat.c: Add libc_hidden_def.
49669 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
49670 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
49671
6761ac04
DM
496722011-08-10 David S. Miller <davem@davemloft.net>
49673
49674 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
49675 enum.
49676 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
49677 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
49678 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
49679
c55fbd1e
UD
496802011-08-09 Ulrich Drepper <drepper@gmail.com>
49681
49682 * Versions.def [libc]: Add GLIBC_2.15.
49683 * dirent/Makefile (routines): Add scandirat and scandirat64.
49684 * dirent/Versions [libc]: Export scandirat and scandirat64 for
49685 GLIBC_2.15.
49686 * dirent/dirent.h: Declare scandirat and scandirat64.
49687 * dirent/scandirat.c: New file.
49688 * dirent/scandirat64.c: New file.
49689 * sysdeps/wordsize-64/scandirat.c: New file.
49690 * sysdeps/wordsize-64/scandirat64.c: New file.
49691 * dirent/opendir.c: Define opendirat.
49692 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
49693 using scandirat.
49694 * dirent/scandir64.c: Adjust for scandir.c change.
49695 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
49696 __scandirat64, and __scandir_cancel_handler.
49697 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
49698 additional parameter and use openat instead of open (outside of ld.so).
49699 Add new __opendir as wrapper around __opendirat.
49700 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
49701 here without requiring old scandirat implementation.
49702
879165f2
UD
497032011-08-08 Ulrich Drepper <drepper@gmail.com>
49704
49705 * dirent/scandir.c (cancel_handler): Renamed to
49706 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
49707 defined. Adjust users.
49708 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
49709 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
49710
cb7e923b
UD
497112011-08-04 Ulrich Drepper <drepper@gmail.com>
49712
16292edd
UD
49713 * string/test-string.h (IMPL): Use __STRING to expand name and then
49714 stringify it.
49715
cb7e923b
UD
49716 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
49717 of cleanups.
49718
cff82933
LD
497192011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49720
49721 * string/Makefile: Update.
49722 (strop-tests): Append strncat.
49723 * string/test-wcscmp.c: New file.
49724 New comprehensive test for wcscmp.
49725 * string/test-strcmp.c: Update.
49726 (WIDE): New define.
49727
9be9bfcc
AS
497282011-07-22 Andreas Schwab <schwab@redhat.com>
49729
49730 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
49731 line.
49732
2e96f1c7
AS
497332011-07-26 Andreas Schwab <schwab@redhat.com>
49734
49735 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49736 encoding to ACE if AI_IDN.
49737
85188888
JJ
497382011-08-01 Jakub Jelinek <jakub@redhat.com>
49739
49740 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
49741 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
49742
5fa16e9b
LD
497432011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49744
49745 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
49746 Fix overflow bug in strncat.
49747 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
49748
49749 * string/test-strncat.c: Update.
49750 Add new tests for checking overflow bugs.
49751
497522011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49753
49754 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49755 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
49756 * sysdeps/i386/i686/multiarch/strcat.S: New file.
49757 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
49758 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
49759 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
49760 * sysdeps/i386/i686/multiarch/strncat.S: New file.
49761 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
49762 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
49763
49764 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
49765 (USE_AS_STRCAT): Define.
49766 Add strcat and strncat support.
49767 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49768
8c1a459f
AS
497692011-07-25 Andreas Schwab <schwab@redhat.com>
49770
49771 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
49772 __n bigger than INT_MAX+1.
49773 (__strncmp_g): Likewise.
49774
bba33c28
UD
497752011-07-23 Ulrich Drepper <drepper@gmail.com>
49776
798be72d
UD
49777 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
49778 * libio/stido.h: Likewise.
49779
8accd4dc
UD
49780 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
49781 (AF_NFC): Define.
49782 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
49783 (AF_NFC): Define.
49784
cbff0d96
UD
49785 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
49786 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
49787 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
49788 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
49789 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
49790
9191c04a
UD
49791 [BZ #13021]
49792 * scripts/test-installation.pl: Don't expect libnss_test1 to be
49793 installed.
49794
bba33c28
UD
49795 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
49796 typo.
49797 (_dl_x86_64_save_sse): Likewise.
49798
90f139dd
UD
497992011-07-22 Ulrich Drepper <drepper@gmail.com>
49800
1aae088a
UD
49801 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
49802 OSXSAVE.
49803 (_dl_x86_64_save_sse): Likewise.
49804
8e2045f5
UD
49805 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
49806
90f139dd
UD
49807 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
49808
1d002f25
AS
498092011-07-21 Andreas Schwab <schwab@redhat.com>
49810
49811 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
49812 change.
49813 (_dl_x86_64_save_sse): Use correct AVX check.
49814
21137f89
UD
498152011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49816
49817 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
49818 bug in strncpy/strncat.
49819 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
49820
a65c0b7a
UD
498212011-07-21 Ulrich Drepper <drepper@gmail.com>
49822
49823 * string/tester.c (test_strcat): Add tests for different alignments
49824 of source and destination.
49825 (test_strncat): Likewise.
49826
6986b98a
UD
498272011-07-20 Ulrich Drepper <drepper@gmail.com>
49828
90bb2039
UD
49829 [BZ #12852]
49830 * posix/glob.c (glob): Check passed in values before using them in
49831 expressions to avoid some overflows.
49832 (glob_in_dir): Likewise.
49833
5644ef54
UD
49834 [BZ #13007]
49835 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
49836 check for AVX enablement so that we don't crash with old kernels and
49837 new hardware.
49838 * elf/tst-audit4.c: Add same checks here.
49839 * elf/tst-audit6.c: Likewise.
49840
49841 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 49842
bfc9dc9b
AS
498432011-07-09 Andreas Schwab <schwab@linux-m68k.org>
49844
49845 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
49846
702e64bb
UD
498472011-07-20 Ulrich Drepper <drepper@gmail.com>
49848
49849 * po/cs.po: Update from translation team.
49850 * po/bg.po: Likewise.
49851
295e904f
MP
498522011-07-12 Marek Polacek <mpolacek@redhat.com>
49853
49854 * misc/sys/cdefs.h: Add support for const attribute.
49855 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
49856 to gnu_dev_{major,minor,makedev} functions.
49857
3ff94596
MP
498582011-07-20 Marek Polacek <mpolacek@redhat.com>
49859
49860 * intl/dcigettext.c (get_output_charset): Add missing bracket.
49861
28b59fca
AS
498622011-07-20 Andreas Schwab <schwab@redhat.com>
49863
49864 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
49865 strlen results.
49866
19df733e
AK
498672011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49868
49869 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
49870 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
49871 register in order to avoid conflicts with the soft frame pointer
49872 being held in r11 when necessary.
49873 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
49874 (INTERNAL_VSYSCALL_NCS): Likewise.
49875
c8835729
MP
498762011-07-14 Marek Polacek <mpolacek@redhat.com>
49877
49878 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
49879 * elf/dl-fini.c (_dl_fini): Adjust caller.
49880 * elf/dl-close.c (_dl_close_worker): Likewise.
49881 * sysdeps/generic/ldsodefs.h: Adjust declaration.
49882
b902330c
MP
498832011-07-15 Marek Polacek <mpolacek@redhat.com>
49884
8991e135
MP
49885 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
49886 "aux_cache->nlibs < 0".
49887
b902330c
MP
49888 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
49889 in the reload-count case.
49890
99710781
LD
498912011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49892
49893 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49894 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
49895 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
49896 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
49897 * sysdeps/x86_64/multiarch/strcat.S: New file.
49898 * sysdeps/x86_64/multiarch/strncat.S: New file.
49899 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
49900 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
49901 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
49902 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
49903 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
49904 (USE_AS_STRCAT): Define.
49905 Add strcat and strncat support.
49906 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49907 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
49908 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
49909 * string/strncat.c: Update.
49910 (USE_AS_STRNCAT): Define.
49911 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49912 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
49913 and i7.
49914 * sysdeps/x86_64/multiarch/init-arch.h
49915 (bit_Prefer_PMINUB_for_stringop): New.
49916 (index_Prefer_PMINUB_for_stringop): Likewise.
49917 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
49918 bit_Prefer_PMINUB_for_stringop.
49919
7dc6bd90
UD
499202011-07-19 Ulrich Drepper <drepper@gmail.com>
49921
49922 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
49923 buffer64.
49924 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
49925 of casting of buffer.
49926 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
49927 buffer32 and buffer64.
49928 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
49929 writes instead of casting of buffer.
49930 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
49931 buffer32.
49932 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
49933 casting of buffer.
49934
e0e72284
AS
499352011-07-19 Andreas Schwab <schwab@redhat.com>
49936
49937 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
49938
feb1eb0b
UD
499392011-07-19 Ulrich Drepper <drepper@gmail.com>
49940
49941 * nscd/nscd.c (termination_handler): Don't do anything for a database
49942 if it has not yet been initialized.
49943
298711ff
UD
499442011-07-18 Ulrich Drepper <drepper@gmail.com>
49945
49946 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
49947
499482011-07-15 Marek Polacek <mpolacek@redhat.com>
49949
49950 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
49951
f9d68389
UD
499522011-07-18 Ulrich Drepper <drepper@gmail.com>
49953
49954 * po/nl.po: Update from translation team.
49955 * po/sv.po: Likewise.
49956
db290cf5
RM
499572011-07-16 Roland McGrath <roland@hack.frob.com>
49958
49959 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
49960 now disallowed by GCC.
5c550700 49961
fd5e21c7
RM
49962 * configure.in (use-default-link): Default to yes if a test -shared
49963 link meets our qualifications.
49964 * configure: Regenerated.
49965
5c550700
RM
49966 * config.make.in (output-format): New variable.
49967 * configure.in: Check for ld --print-output-format support.
49968 * configure: Regenerated.
49969 * Makerules ($(common-objpfx)format.lds)
49970 [$(output-format) != unknown]: Just use $(output-format),
49971 instead of the linker-script munging.
49972
9fa2c032
RM
499732011-07-14 Roland McGrath <roland@hack.frob.com>
49974
a6928d51
RM
49975 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
49976 of $(common-objpfx)shlib.lds.
49977 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
49978
661607b3
RM
49979 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
49980 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
49981
9fa2c032
RM
49982 * configure.in (-z relro check): Adjust test code to add a large
49983 writable data section after it.
49984 * configure: Regenerated.
49985
defe9061
RM
499862011-07-11 Roland McGrath <roland@hack.frob.com>
49987
49988 * configure.in (-z relro check): Fix test code to make the variable
49989 truly const.
49990 * configure: Regenerated.
49991
319b9ad4
UD
499922011-07-11 Ulrich Drepper <drepper@gmail.com>
49993
49994 * nscd/nscd.h (struct traced_file): Define.
49995 (struct database_dyn): Remove inotify_descr, reset_res, and filename
49996 elements. Add traced_files.
49997 (inotify_fd): Declare.
49998 (register_traced_file): Declare.
49999 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50000 (inotify_fd): Export.
50001 (resolv_conf_descr): Remove.
50002 (nscd_init): Move inotify descriptor creation to main.
50003 Don't register files for notification here.
50004 (register_traced_file): New function.
50005 (invalidate_cache): Don't use reset_res to determine whether to call
50006 res_init, go through the list of registered files.
50007 (main_loop_poll): The inotify descriptors are now stored in the
50008 structures for the traced files.
50009 (main_loop_epoll): Likewise
50010 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
50011 to __nss_disable_nscd.
50012 * nscd/cache.c (prune_cache): There is no single inotify descriptor
50013 for a database anymore. Check the records for all the registered
50014 files instead.
50015 * nss/Makefile (libnss_files-routines): Add files-init.
50016 (libnss_db-routines): Add db-init.
50017 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50018 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50019 * nss/nss_db/db-init.c: New file.
50020 * nss/nss_files/files-init.c: New file.
50021 * nss/nsswitch.c (nss_load_library): New function. Broken out of
50022 __nss_lookup_function.
50023 (__nss_lookup_function): Call nss_load_library.
50024 (nss_load_all_libraries): New function.
50025 (__nss_disable_nscd): Take parameter with callback function for files
50026 to register. Set is_nscd. Load all the DSOs for the NSS modules
50027 used for the cached services.
50028 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50029 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50030 options for features to all the files in nscd.
50031
50032 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50033
23bee3e8
RM
500342011-07-10 Roland McGrath <roland@hack.frob.com>
50035
50036 * csu/elf-init.c (__libc_csu_init): Comment typo.
50037
46a5b7f0
UD
500382011-07-09 Ulrich Drepper <drepper@gmail.com>
50039
50040 * po/pl.po: Update from translation team.
50041 * po/ja.po: Likewise.
50042 * po/ru.po: Likewise.
50043 * po/ko.po: Likewise.
50044 * po/fr.po: Likewise.
50045
d30cf5bb
RM
500462011-07-09 Roland McGrath <roland@hack.frob.com>
50047
113ddea4
RM
50048 * configure.in (.ctors/.dtors header and trailer check):
50049 Use an empirical test on a built program.
50050 * configure: Regenerated.
50051
574920b4
RM
50052 * configure.in (-z relro check): Use an empirical test on a built DSO.
50053 Detect, but do not require, on ia64.
50054 * configure: Regenerated.
50055
d30cf5bb
RM
50056 * configure.in (READELF): Find it with AC_CHECK_TOOL.
50057 Update tests that use readelf to use $READELF instead.
50058 * configure: Regenerated.
50059
8538fdb3
UD
500602011-07-08 Ulrich Drepper <drepper@gmail.com>
50061
50062 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50063 if the result is not used.
50064
04d08991
AJ
500652011-07-05 Andreas Jaeger <aj@suse.de>
50066
50067 [BZ#9696]
50068 * stdlib/tst-strtod.c: Add testcase.
50069
de283087
AD
500702011-07-07 Ulrich Drepper <drepper@gmail.com>
50071
4e5f31c8 50072 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 50073 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
50074 The latter has a higher limit. Take additional parameter to pass to
50075 the new function.
50076 (__pathconf): Pass file to __statfs_link_max.
50077 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50078 __statfs_link_max.
50079 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50080 __statfs_link_max.
50081
de283087
AD
50082 [BZ #12868]
50083 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50084 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50085 Handle Lustre.
50086 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50087 (__statfs_filesize_max): Likewise.
50088 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50089
c75fa153
AJ
500902011-07-05 Andreas Jaeger <aj@suse.de>
50091
50092 * resolv/res_comp.c (dn_skipname): Remove unused variable.
50093
1a544854
UD
500942011-07-06 Marek Polacek <mpolacek@redhat.com>
50095
50096 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50097 `status' variable.
50098 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50099 Likewise.
50100
6f0eec67
UD
501012011-07-04 H.J. Lu <hongjiu.lu@intel.com>
50102
50103 * Makefile (strop-tests): Add strncat.
50104 * string/test-strncat.c: New file.
50105
aae30307
UD
501062011-06-30 Marek Polacek <mpolacek@redhat.com>
50107
50108 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50109
c0cfb5eb
UD
501102011-06-21 Andreas Jaeger <aj@suse.de>
50111
50112 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50113 Copy rule from iconvdata/Makefile.
50114
01636b21
UD
501152011-07-06 Ulrich Drepper <drepper@gmail.com>
50116
50117 [BZ #12922]
50118 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50119 but no long options are defined, just return 'W'.
50120
9895c8bc
UD
501212011-06-22 Marek Polacek <mpolacek@redhat.com>
50122
50123 [BZ #9696]
50124 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50125
5d4cf042
UD
501262011-07-06 Ulrich Drepper <drepper@gmail.com>
50127
50128 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50129 netgroups to read.
960e5535 50130 (innetgr): Likewise.
5d4cf042 50131
751eb97e
RM
501322011-07-05 Roland McGrath <roland@hack.frob.com>
50133
50134 * config.make.in (install_root): Default to $(DESTDIR).
50135
f15f1e45
UD
501362011-07-05 Ulrich Drepper <drepper@gmail.com>
50137
50138 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50139
4e34ac6a
RM
501402011-07-02 Roland McGrath <roland@hack.frob.com>
50141
5e9b6af4
RM
50142 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50143
84f9ea0f
RM
50144 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50145 containing directory rather than embedding absolute directory names.
50146
ea5ee9f7
RM
50147 * scripts/check-local-headers.sh: Rewritten using awk.
50148 Match by word, not by line. Print error messages for matches.
50149 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50150
1b74661a
RM
50151 * Makerules [shlib-lds-flags empty]:
50152 ($(common-objpfx)libc_pic.opts): New target.
50153 ($(common-objpfx)libc_pic.os.clean): New target.
50154 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50155
50156 * config.make.in (OBJCOPY): New variable.
50157 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50158 * configure: Regenerated.
50159
f781ef40
RM
50160 * config.make.in (use-default-link): New variable.
50161 * configure.in (use_default_link): Grok --with-default-link to set it.
50162 * configure: Regenerated.
50163 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50164 (shlib-lds, shlib-lds-flags): Define to empty.
50165
2d4fa81e
RM
50166 * Makerules (shlib-lds): New variable.
50167 (shlib-lds-flags): New variable.
50168 (build-shlib, build-moduile, build-module-asneeded): Use it.
50169 ($(common-objpfx)libc.so): Use $(shlib-lds).
50170 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50171 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50172
31fffa6b
RM
50173 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50174 DT_FLAGS/DT_FLAGS_1 with zero flags.
50175
4e34ac6a
RM
50176 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50177 linker script munging.
50178
fcfc776b
UD
501792011-07-02 Ulrich Drepper <drepper@gmail.com>
50180
50181 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50182 as 128-bit value.
50183 * crypt/sha512.c (sha512_process_block): Perform total addition using
50184 128-bit if possible.
50185 (__sha512_finish_ctx): Likewise.
50186 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50187 as 64-bit value.
50188 * crypt/sha256.c (SWAP64): Define.
50189 (sha256_process_block): Perform total addition using 64-bit if
50190 possible.
50191 (__sha256_finish_ctx): Likewise.
50192
99231d9a
UD
501932011-07-01 Ulrich Drepper <drepper@gmail.com>
50194
50195 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
50196 * nscd/initgrcache.c (addinitgroupsX): Likewise.
50197 * nscd/hstcache.c (cache_addhst): Likewise.
50198 * nscd/grpcache.c (cache_addgr): Likewise.
50199 * nscd/aicache.c (addhstaiX): Likewise
50200 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50201
445b4a53
TK
502022011-07-01 Thorsten Kukuk <kukuk@suse.de>
50203
50204 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50205 * nscd/initgrcache.c (addinitgroupsX): Likewise.
50206 * nscd/hstcache.c (cache_addhst): Likewise.
50207 * nscd/grpcache.c (cache_addgr): Likewise.
50208 * nscd/aicache.c (addhstaiX): Likewise
50209
6d4d8e8e
AS
502102011-07-01 Andreas Schwab <schwab@redhat.com>
50211
50212 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50213 domain only when needed.
50214
89f654c5
AS
502152011-06-30 Andreas Schwab <schwab@redhat.com>
50216
50217 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50218 is always restored.
50219
cf3b23ff
UD
502202011-06-29 Ulrich Drepper <drepper@gmail.com>
50221
50222 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50223 are re-adding the entry.
50224 * nscd/servicescache.c (cache_addserv): Likewise.
50225
751626f9
AJ
502262011-06-30 Aurelien Jarno <aurelien@aurel32.net>
50227
50228 * sysdeps/generic/dl-irel.h: fix protection against multiple
50229 inclusions.
50230 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50231
9113ea1f
UD
502322011-06-28 Ulrich Drepper <drepper@gmail.com>
50233
5c0b8d90
UD
50234 [BZ #12935]
50235 * malloc/memusage.sh: Fix quoting in message.
50236 * debug/xtrace.sh: Likewise.
50237
9113ea1f
UD
50238 * configure.in: Remove support for --experimental-malloc option, make
50239 it the default.
50240 * config.make.in: Likewise.
50241 * malloc/Makefile: Likewise.
50242
a4172181
AS
502432011-06-27 Andreas Schwab <schwab@redhat.com>
50244
50245 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50246 two-byte characters.
50247
78a7eee7
RM
502482011-06-27 Roland McGrath <roland@hack.frob.com>
50249
62bede13
RM
50250 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50251 AC_CACHE_CHECK invocation.
50252 * configure: Regenerated.
50253
78a7eee7
RM
50254 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50255
5ce33a62
UD
502562011-06-27 Ulrich Drepper <drepper@gmail.com>
50257
034807a9
UD
50258 [BZ #12350]
50259 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
50260 bit from old_res_options.
50261
4902da17
UD
50262 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50263
5ce33a62
UD
50264 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50265 value type for setfct.
50266
c2344f56
L
502672011-06-23 H.J. Lu <hongjiu.lu@intel.com>
50268
50269 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50270 __gettimeofday instead of gettimeofday.
50271
68468076
UD
502722011-06-26 Ulrich Drepper <drepper@gmail.com>
50273
50274 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50275
acb0d739
L
502762011-06-24 H.J. Lu <hongjiu.lu@intel.com>
50277
50278 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50279
50280 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50281 info.
50282
8912479f
L
502832011-06-22 H.J. Lu <hongjiu.lu@intel.com>
50284
50285 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50286 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50287 strcpy-sse2-unaligned strncpy-sse2-unaligned
50288 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50289 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50290 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50291 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50292 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50293 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50294 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50295 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50296 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50297 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50298 (STRCPY): Support SSE2 and SSSE3 versions.
50299
d5495a11
UD
503002011-06-24 Ulrich Drepper <drepper@gmail.com>
50301
50302 [BZ #12874]
50303 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50304 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50305 kernels which artificially limit size of requests.
50306
0b1cbaae
L
503072011-06-22 H.J. Lu <hongjiu.lu@intel.com>
50308
50309 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50310 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50311 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50312 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50313 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50314 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50315 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50316 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50317 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50318 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50319 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50320 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50321 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50322 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50323 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50324 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50325 Enable unaligned load optimization for Intel Core i3, i5 and i7
50326 processors.
50327 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50328 Define.
50329 (index_Fast_Unaligned_Load): Define.
50330 (HAS_FAST_UNALIGNED_LOAD): Define.
50331
07f494a0
MP
503322011-06-23 Marek Polacek <mpolacek@redhat.com>
50333
50334 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50335
fa3fc0fe
UD
503362011-06-22 Ulrich Drepper <drepper@gmail.com>
50337
50338 [BZ #12907]
50339 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50340 until it is clear that the information is realy needed.
50341 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50342
e12df166
AS
503432011-06-22 Andreas Schwab <schwab@redhat.com>
50344
50345 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50346
852eb34d
UD
503472011-06-22 Ulrich Drepper <drepper@gmail.com>
50348
84e2a551
UD
50349 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50350 /sys/devices/system/cpu/online if it is usable.
50351
852eb34d
UD
50352 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50353 reading the information from the /proc filesystem to once a second.
50354
6e502e19
UD
503552011-06-21 Andreas Jaeger <aj@suse.de>
50356
50357 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50358 NULL after inclusion of kernel headers.
50359
75d39ff2
UD
503602011-06-21 Ulrich Drepper <drepper@gmail.com>
50361
51f9aa6a
UD
50362 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50363 calls to internal_setent.
50364
c0244a9d
UD
50365 [BZ #12885]
50366 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50367 addresses using gethostbyname4_r ignore IPv4 addresses.
50368
c5e3c2ae
UD
50369 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50370 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
50371
75d39ff2
UD
50372 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50373
42675c6f
DM
503742011-06-20 David S. Miller <davem@davemloft.net>
50375
50376 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50377 inclusions.
50378 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50379
50380 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50381 (elf_irel): Use it.
50382 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50383 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50384 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50385 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50386 * sysdeps/x86_64/dl-irel.h: Likewise.
50387
50388 * elf/dl-runtime.c: Use elf_ifunc_invoke.
50389 * elf/dl-sym.c: Likewise.
50390
57912a71
UD
503912011-06-15 Ulrich Drepper <drepper@gmail.com>
50392
50393 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
50394 need to dereference resplen2.
50395
ee22793d
AS
503962011-06-14 Andreas Schwab <schwab@redhat.com>
50397
50398 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50399
a9e836b0
UD
504002011-06-15 Ulrich Drepper <drepper@gmail.com>
50401
77fb9117
UD
50402 * Makeconfig: Define vardbdir and inst_vardbdir.
50403 * nss/Makefile: Add rules to install db-Makefile.
50404
40c1b22c
UD
50405 * nss/nss_db/db-XXX.c: Cleanup.
50406
9f2da732
UD
50407 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50408 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50409 GLIBC_PRIVATE.
50410 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50411 * nss/makedb.c: Implement -g option to specify that value strings
50412 are generated and should not be added to table iterated over for
50413 get*ent calls.
50414 * nss/nss_db/db-initgroups.c: New file.
50415
82e9a1f7
UD
50416 * nss/getent.c: Add support for initgroups lookups through getgrouplist
50417 interface.
50418
c41af17e
UD
50419 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50420 (internal_getgrouplist): Adjust to name change.
50421 Update use_initgroups_entry if this is not the first call.
50422 * nss/databases.def: Add initgroups entry.
50423
a9e836b0
UD
50424 * nss/makedb.c (compute_tables): Check result of multiple hash table
50425 sizes to minimize maximum chain length.
50426
2666d441
UD
504272011-06-14 Ulrich Drepper <drepper@gmail.com>
50428
50429 * Versions.def: Add entry for libnss_db.
50430 * shlib-versions: Likewise.
50431 * nss/Makefile: Add rules to build libnss_db.
50432 * nss/Versions: Add libnss_db information. Organize libnss_files
50433 entries better.
50434 * nss/db-Makefile: Add gshadow support. Change rules for the new
50435 makedb progra. Some minor improvements to generate smaller files.
50436 * nss/nss_db/nss_db.h: Move NSS database header data structures to
50437 here from...
50438 * nss/makedb.c: ...here.
50439 Improve database format to be smaller and require less memory at
50440 runtime.
50441 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
50442 db anymore.
50443 * nss/nss_db/db-netgrp.c: Likewise.
50444 * nss/nss_db/db-open.c: Likewise.
50445 * nss/nss_files/flies-XXX.x: Adjust comments.
50446 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50447 * nss/nss_files/files-grp.c: Likewise.
50448 * nss/nss_files/files-hosts.c: Likewise.
50449 * nss/nss_files/files-network.c: Likewise.
50450 * nss/nss_files/files-proto.c: Likewise.
50451 * nss/nss_files/files-pwd.c: Likewise.
50452 * nss/nss_files/files-rpc.c: Likewise.
50453 * nss/nss_files/files-service.c: Likewise.
50454 * nss/nss_files/files-sgrp.c: Likewise.
50455 * nss/nss_files/files-spwd.c: Likewise.
50456 * nss/nss_db/db-alias.c: Removed.
50457 * nss/nss_db/dummy-db.h: Removed.
50458
9ee76b5a
UD
504592011-06-02 Ulrich Drepper <drepper@gmail.com>
50460
50461 * nss/makedb.c: Rewritten to not use database library.
50462 * nss/Makefile: Update to build new makedb program.
50463
c71ca1f8
AJ
504642011-06-14 Andreas Jaeger <aj@suse.de>
50465
50466 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50467 memset declaration.
50468
3154bfb8
UD
504692011-06-10 Andreas Schwab <schwab@redhat.com>
50470
50471 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50472 tmpbuf.
50473
b350afab
RM
504742011-06-10 Roland McGrath <roland@hack.frob.com>
50475
decd4e50
RM
50476 * Makerules (shlib.lds): Fail if the linker script comes out empty.
50477 * elf/Makefile ($(objpfx)ld.so): Likewise.
50478
5615eaf2
RM
50479 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50480 Don't list ld.so twice in dependencies.
50481
50482 * posix/bug-regex31.c: Include <stdlib.h>.
50483
50484 * nscd/hstcache.c (cache_addhst): Remove unused variable.
50485
50486 * nis/nss_compat/compat-spwd.c
50487 (getspent_next_nss_netgr): Remove unused variable.
50488 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50489
50490 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50491 nonmembers" output to use the right array.
50492
50493 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50494
50495 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50496
50497 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50498 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50499 * catgets/gencat.c (read_input_file): Likewise.
50500 * locale/programs/locarchive.c (enlarge_archive): Likewise.
50501
50502 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50503 variable definition inside #if's controlling its use.
50504
50505 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50506
50507 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50508
50509 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50510
50511 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50512 unreachable code.
50513
50514 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
50515
b68e08db
RM
50516 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
50517 * configure: Regenerated.
50518
b350afab
RM
50519 * Makerules: Revert last change.
50520 * elf/Makefile: Likewise.
50521
28368601
RM
505222011-06-09 Roland McGrath <roland@hack.frob.com>
50523
50524 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
50525 * elf/Makefile ($(objpfx)librtld.os): Likewise.
50526 (reloc-link): Likewise.
50527
11988f8f
UD
505282011-06-09 Ulrich Drepper <drepper@gmail.com>
50529
50530 * elf/Makefile: Add rules to build pldd.
50531 * elf/pldd.c: New file.
50532 * elf/pldd-xx.c: New file.
50533
e80fab37
UD
505342011-06-07 Ulrich Drepper <drepper@gmail.com>
50535
50536 * version.h: Update for 2.15 development version.
50537
9b849836
DM
505382011-06-07 David S. Miller <davem@davemloft.net>
50539
50540 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
50541 ifuncs.
50542 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
50543 elf_machine_lazy_rel): Likewise.
50544 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
50545 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
50546 elf_machine_lazy_rel): Likewise.
50547 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
50548 dl_hwcap via passed in argument.
50549 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
50550 Likewise.
50551
5a31b283
AK
505522011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
50553
50554 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
50555
069e52f8
RM
505562011-06-06 Roland McGrath <roland@hack.frob.com>
50557
50558 [BZ #12849]
50559 * manual/fdl-1.1.texi: New file, verbatim from:
50560 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
50561 * manual/lgpl-2.1.texi: New file, verbatim from:
50562 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
50563 * manual/Makefile (licenses): New variable, list those new file names.
50564 (texis): Use it.
50565 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
50566
50567 * manual/fdl.texi: File removed.
50568 * manual/lesser.texi: File removed.
50569 * manual/libc.texinfo (Copying, Documentation License):
50570 Use new @include file names, put @appendix directive before @include.
50571
f16846a5
JJ
505722011-06-04 Jakub Jelinek <jakub@redhat.com>
50573
50574 [BZ #12841]
50575 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
50576 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
50577 (mq_open): Add __NTH.
50578
3d29045b
L
505792011-06-02 H.J. Lu <hongjiu.lu@intel.com>
50580
50581 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50582 Assume Intel Core i3/i5/i7 processor if AVX is available.
50583
8c297311
UD
505842011-05-31 Ulrich Drepper <drepper@gmail.com>
50585
50586 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
50587 typo.
50588
c8fc0c91
UD
505892011-05-31 Andreas Schwab <schwab@redhat.com>
50590
50591 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
50592 memory. Use alloca_account. Fix memory leak when retrying.
50593
5b27a807
UD
505942011-05-31 Ulrich Drepper <drepper@gmail.com>
50595
356f8bc6
UD
50596 * version.h (RELEASE): Bump for 2.14 release.
50597 * include/features.h (__GLIBC_MINOR__): Bump to 14.
50598
5b27a807
UD
50599 * config.make.in (RANLIB): Remove entry.
50600
01f16ab0
UD
506012011-05-30 Ulrich Drepper <drepper@gmail.com>
50602
41fce8bd
UD
50603 * po/Makefile (po-sed-cmd): Add ksh to extensions.
50604 (libc.pot): Work around missing support for .ksh extension in xgettext.
50605
4769ae77
UD
50606 [BZ #12684]
50607 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
50608 if both request failed.
50609 (send_dg): In case of server errors clear resplen or *resplen2.
50610
6b1e7d19
UD
50611 [BZ #12454]
50612 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
50613 when there are multiple maps.
50614 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
50615 (_dl_fini): Remove test here.
50616
01f16ab0
UD
50617 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
50618
b1ebd700
UD
506192011-05-29 Ulrich Drepper <drepper@gmail.com>
50620
7ae22829
UD
50621 [BZ #12350]
50622 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
50623 bit from old_res_options.
50624 (gaih_inet): Likewise.
50625
553149f6 50626 [BZ #11099]
18a84741 50627 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
50628 as signed.
50629
652ffab1
UD
50630 * resolv/res_init.c (res_setoptions): Make the code more compact.
50631
16985fd0
UD
50632 [BZ #11558]
50633 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
50634 set RES_USEVC.
50635
0464f746
UD
50636 [BZ #11634]
50637 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
50638
7d17596c
UD
50639 * malloc/malloc.h: Mark malloc hook variables as deprecated.
50640
cf6bbbd7
UD
50641 [BZ #11781]
50642 * malloc/malloc.h: Declare malloc hook variables as volatile.
50643
13f1ab36
UD
50644 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
50645 in last patch.
50646
b1ebd700
UD
50647 [BZ #11799]
50648 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 50649 raise in the comment.
80e2212d
UD
50650 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50651 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50652 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 50653
ce67228d
UD
506542011-05-28 Ulrich Drepper <drepper@gmail.com>
50655
8887a920
UD
50656 [BZ #12811]
50657 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
50658 grow the buffers more if it already has to be sufficient.
50659 (build_wcs_upper_buffer): Likewise.
50660 * posix/regexec.c (check_matching): Likewise.
50661 (clean_state_log_if_needed): Likewise.
50662 (extend_buffers): Don't enlarge buffers beyond size of the input
50663 buffer.
50664 Patches mostly by Emil Wojak <emil@wojak.eu>.
50665 * posix/bug-regex32.c: New file.
50666 * posix/Makefile (tests): Add bug-regex32.
50667
4f031072
UD
50668 * locale/findlocale.c (_nl_find_locale): Return right away if
50669 _nl_explode_name failed.
50670 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
50671
d0478f0c
UD
50672 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
50673
de81b246
UD
50674 * debug/xtrace.sh: Unify messages.
50675 * malloc/memusage.sh: Likewise.
50676
c738465a
UD
50677 [BZ #12813]
50678 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
50679 time symbol from vDSO. Substitute with vsyscall if not available.
50680 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
50681 __vdso_time.
50682
f1f929d7
UD
50683 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
50684 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
50685 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
50686 Add sendmmsg and internal_sendmmsg.
50687 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
50688 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
50689 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
50690
ce67228d
UD
50691 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
50692 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
50693 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
50694
e57420c6
UD
506952011-05-27 Ulrich Drepper <drepper@gmail.com>
50696
a8509ca5
UD
50697 [BZ #12813]
50698 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
50699 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
50700 available.
50701 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
50702 __vdso_getcpu.
50703
e57420c6
UD
50704 [BZ #12814]
50705 * iconvdata/Makefile (tests): Add bug-iconv9.
50706 * iconvdata/bug-iconv9.c: New file.
50707
4d07db15
AS
507082011-05-27 Andreas Schwab <schwab@redhat.com>
50709
50710 [BZ #12814]
50711 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
50712
ea486f69
JJ
507132011-05-25 Jakub Jelinek <jakub@redhat.com>
50714
50715 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
50716 (struct user_regs_struct): Change intcs field back to cs.
50717
6f038433
UD
507182011-05-25 Ulrich Drepper <drepper@gmail.com>
50719
50720 * po/ja.po: Update from translation team.
50721
67f86a25
UD
507222011-05-23 Ulrich Drepper <drepper@gmail.com>
50723
50724 [BZ #12795]
50725 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
50726 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
50727
def7fbd6
AS
507282011-05-20 Andreas Schwab <schwab@redhat.com>
50729
50730 * stdlib/longlong.h: Update from GCC.
50731
f50ef8f1
AS
507322011-05-23 Andreas Schwab <schwab@redhat.com>
50733
50734 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
50735 parameter name.
50736 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
50737 Add parameter name.
50738 (__sysconf): Pass it down.
50739
de7ce8f1
UD
507402011-05-22 Ulrich Drepper <drepper@gmail.com>
50741
f2962a71
UD
50742 [BZ #12671]
50743 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
50744 some situations.
50745 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
50746 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
50747 add in in __libc_use_alloca calls. Adjust callers.
50748 (glob): Use malloc in some situations.
50749
de7ce8f1
UD
50750 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
50751 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
50752 pltexit.
50753
aec84f53
UD
507542011-05-21 Ulrich Drepper <drepper@gmail.com>
50755
05bb4a68
UD
50756 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
50757 and CLOCK_BOOTTIME_ALARM.
50758
7ea72f99
UD
50759 [BZ #12782]
50760 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
50761 is returned.
50762
7e4afad5
UD
50763 * string/_strerror.c (__strerror_r): Print negative errors as signed
50764 numbers.
50765
8e211fec
UD
50766 [BZ #12777]
50767 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
50768 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
50769 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
50770
f7d82dc9
UD
50771 * configure.in: Fix typo in redirection and correct removal of test
50772 files in two cases.
50773
cc9e536d
UD
50774 [BZ #12788]
50775 * locale/setlocale.c (new_composite_name): Fix test to check for
50776 identical name of all categories.
50777
aec84f53
UD
50778 [BZ #12792]
50779 * libio/filedoalloc.c (local_isatty): New function.
50780 (_IO_file_doallocate): Use local_isatty.
50781 * stdio-common/perror.c (perror): In case a new stream is used
50782 forward the stream error.
50783 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
50784 error flag.
50785
78e64fdc
RT
507862011-05-20 Ulrich Drepper <drepper@gmail.com>
50787
34a9094f
UD
50788 [BZ #11869]
50789 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
50790 alloca.
50791 * include/alloca.h (extend_alloca_account): Define.
50792
78e64fdc
RT
50793 [BZ #11857]
50794 * posix/regex.h: Fix comments with documentation of user-accessible
50795 fields after compilation and describe correct free'ing of pattern
50796 after re_compile_pattern.
50797 Patch by Reuben Thomas <rrt@sc3d.org>.
50798
457bddfc
RA
507992011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
50800
50801 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
50802 and -mno-altivec to prevent the compiler from using Altivec and/or
50803 VSX instructions when the corresponding registers are not available.
50804
a4527b51
AS
508052011-05-19 Andreas Schwab <schwab@redhat.com>
50806
50807 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
50808
ed690b2f
UD
508092011-05-19 Ulrich Drepper <drepper@gmail.com>
50810
50811 * libio/freopen.c (freopen): Use __dup2, not dup2.
50812 * libio/freopen64.c (freopen64): Likewise.
50813
8db73634
L
508142011-05-17 H.J. Lu <hongjiu.lu@intel.com>
50815
50816 [BZ #12775]
50817 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
50818 * math/Makefile (tests): Add test-powl.
50819 (CFLAGS-test-powl.c): Define.
50820 * math/test-powl.c: New file.
50821
0a197a9d
L
508222011-05-16 H.J. Lu <hongjiu.lu@intel.com>
50823
50824 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
50825
ee30c380
UD
508262011-05-17 Ulrich Drepper <drepper@gmail.com>
50827
50828 [BZ #11837]
50829 * iconvdata/gb18030.c: Update to GB18020-2005.
50830
6ce75379
UD
508312011-05-16 Ulrich Drepper <drepper@gmail.com>
50832
a4b89fd8
AR
50833 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
50834 RE_SYNTAX_POSIX_AWK): Update to match recent development.
50835 Patch by Aharon Robbins <arnold@skeeve.com>.
50836
ea389b12
UD
50837 [BZ #11892]
50838 * stdlib/putenv.c (putenv): Don't always create copy of the variable
50839 on the stack.
50840
68a3f91f
UD
50841 [BZ #11895]
50842 * misc/pselect.c (__pselect): Handle timeout value errors hidden
50843 through underflows.
50844
15cc7dd1
UD
50845 [BZ #12766]
50846 * misc/error.c (error_at_line): Ensure file_name and old_file_name
50847 point to strings before performing equality test for error_one_per_line
50848 mode.
50849
f3799213
UD
50850 [BZ #11697]
50851 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
50852
d79a9c94
UD
50853 [BZ #11820]
50854 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
50855 (struct user_fpregs_struct): Avoid __uint*_t types.
50856
56e5eb46
UD
50857 [BZ #6420]
50858 * malloc/mtrace.c (tr_where): Add additional parameter to point to
50859 symbol info. Use it instead of calling _dl_addr locally.
50860 (lock_and_info): New function.
50861 (tr_freehook): Call lock_and_info and pass symbol info as additional
50862 parameter to tr_where.
50863 (tr_mallochook): Likewise.
50864 (tr_reallochook): Likewise.
50865 (tr_memalignhook): Likewise.
50866
6ce75379
UD
50867 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
50868 used and couldn't be at all thread-safe.
50869
f8a3b5bf
UD
508702011-05-15 Ulrich Drepper <drepper@gmail.com>
50871
94b7cc37
UD
50872 * libio/freopen.c (freopen): Don't close old file descriptor
50873 before the new one is opened. Instead dup the new file descriptor
50874 to the old one after the new stream is created.
50875 * libio/freopen64.c (freopen64): Likewise.
50876 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
50877 * libio/fileops.c (_IO_new_file_close_it): Handle new
50878 _IO_FLAGS2_NOCLOSE flag.
50879 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
50880 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
50881 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
50882 _IO_FLAGS2_NOCLOSE flag.
50883 * include/unistd.h: Add hidden_proto for dup3.
50884 Define __have_dup3.
50885 * io/dup3.c: Define hidden symbol.
50886 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
50887
bd25564e
UD
50888 [BZ #7101]
50889 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
50890 when an incomplete long option is used.
50891 * posix/tst-getopt_long1.c: New file.
50892 * posix/Makefile (tests): Add tst-getopt_long1.
50893
c84cfef4
UD
50894 [BZ #10138]
50895 * scripts/config.guess: Update from autoconf-2.68.
50896 * scripts/config.sub: Likewise.
50897
3b85df27
UD
50898 [BZ #10157]
50899 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
50900 tests into ...
50901 (has_cpuclock): ...this. New function.
50902 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
50903 macro here based on has_cpuclock code.
50904
15a856b1
UD
50905 [BZ #10149]
50906 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
50907 First byte (not low byte) is now always NUL.
50908 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
50909
05f399e6
UD
50910 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
50911 Use non-cancelable interfaces.
50912
10a52685 50913 [BZ #9809]
94ecc67d
UD
50914 * locale/iso-639.def: Add entry for Sorani.
50915
f8a3b5bf
UD
50916 [BZ #11901]
50917 * include/stdlib.h: Move include protection to the right place.
50918 Define abort_msg_s. Declare __abort_msg with it.
50919 * stdlib/abort.c (__abort_msg): Adjust type.
50920 * assert/assert.c (__assert_fail_base): New function. Majority
50921 of code from __assert_fail. Allocate memory for __abort_msg with
50922 mmap.
50923 (__assert_fail): Now call __assert_fail_base.
50924 * assert/assert-perr.c: Remove bulk of implementation. Use
50925 __assert_fail_base.
50926 * include/assert.hL Declare __assert_fail_base.
50927 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
50928 mmap.
50929 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
50930
1af4e298
UD
509312011-05-14 Ulrich Drepper <drepper@gmail.com>
50932
f8a3b5bf 50933 [BZ #11952]
d26dfc60
MG
50934 [BZ #12453]
50935 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
50936 until all modules are registered in the DTV.
50937 * elf/Makefile: Add rules to build and run tst-tls19.
50938 * elf/tst-tls19.c: New file.
50939 * elf/tst-tls19mod1.c: New file.
50940 * elf/tst-tls19mod2.c: New file.
50941 * elf/tst-tls19mod3.c: New file.
50942 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
50943
2fc54d6f
UD
50944 [BZ #12083]
50945 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
50946 correctly.
50947
98d76b46
UD
50948 [BZ #12601]
50949 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
50950 two-byte sequence errors.
50951 * iconvdata/Makefile (tests): Add bug-iconv8.
50952 * iconvdata/bug-iconv8.c: New file.
50953
da3c19ef
UD
50954 [BZ #12626]
50955 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
50956 buf2 definition.
50957
ca408c15
UD
50958 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
50959
d6f67f7d
UD
50960 [BZ #12432]
50961 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
50962 (dummy_getcfa): New function.
50963 (init): Get _Unwind_GetCFA address, use dummy if not found.
50964 (backtrace_helper): In recursion check, also check whether CFA changes.
50965 (__backtrace): Completely initialize arg.
50966
1af4e298 50967 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
50968 storing incomplete byte sequence in state object. Avoid testing for
50969 guaranteed too small input if we know there is enough data available.
1af4e298 50970
da62f81b
AS
509712011-05-11 Andreas Schwab <schwab@redhat.com>
50972
50973 * Makeconfig (+link-pie): Indent.
50974 * Rules (binaries-pie): Define if $(have-fpie) and
50975 $(build-shared).
50976 (binaries-shared): Also filter out $(binaries-pie).
50977 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
50978 * nscd/Makefile (others-pie): Add nscd.
50979 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
50980 ($(objpfx)nscd): Remove command override.
50981 * login/Makefile (others-pie): Add pt_chown.
50982 ($(objpfx)pt_chown): Remove command override.
50983 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
50984 remove command overrides.
50985
fcabc0f8
UD
509862011-05-13 Ulrich Drepper <drepper@gmail.com>
50987
20030ae6
UD
50988 * libio/tst_putwc.c: Fix error messages.
50989
fcabc0f8
UD
50990 [BZ #12724]
50991 * libio/fileops.c (_IO_new_file_close_it): Always flush when
50992 currently writing and seek to current position when not.
50993 * libio/Makefile (tests): Add bug-fclose1.
50994 * libio/bug-fclose1.c: New file.
50995
320a5dc0
PB
509962011-05-12 Ulrich Drepper <drepper@gmail.com>
50997
50998 [BZ #12511]
50999 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51000 don't set DF_1_NODELETE here.
51001 (do_lookup_x): When entering new entry test for copy relocation
51002 and if necessary set DF_1_NODELETE flag.
51003 * elf/tst-unique4.cc: New file.
51004 * elf/tst-unique4.h: New file.
51005 * elf/tst-unique4lib.cc: New file.
51006 * elf/Makefile: Add rules to build and run tst-unique4.
51007 Patch by Piotr Bury <pbury@goahead.com>.
51008
22836f52
UD
510092011-05-11 Ulrich Drepper <drepper@gmail.com>
51010
f574184a
UD
51011 [BZ #12052]
51012 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51013
e1fb097f
UD
51014 [BZ #12625]
51015 * misc/mntent_r.c (addmntent): Flush the stream after the output
51016
22836f52
UD
51017 [BZ #12393]
51018 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51019 (is_trusted_path_normalize): Skip initial colon. Append slash
51020 to empty buffer. Duplicate is_trusted_path code but allow
51021 constructed patch to be prefix.
51022 (is_dst): Allow $ORIGIN followed by /.
51023 (_dl_dst_substitute): Correct clearing of check_for_trusted.
51024 Correct testing of result of is_trusted_path_normalize
51025 (decompose_rpath): Fix warning.
51026
7b3b0b2a
UD
510272011-05-10 Ulrich Drepper <drepper@gmail.com>
51028
51029 [BZ #11257]
51030 * grp/initgroups.c (internal_getgrouplist): When we found the service
51031 list through the initgroups entry in nsswitch.conf do not always
51032 continue on a successful lookup. Don't always use the
eac80ce2 51033 __nss_group_database value if it is set.
7b3b0b2a
UD
51034 * nss/nsswitch.conf (initgroups): Change action for successful db
51035 lookup to continue for compatibility.
51036
2a81eaa5
UD
510372011-05-09 Ulrich Drepper <drepper@gmail.com>
51038
be97a69e
UD
51039 [BZ #11532]
51040 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51041 and CP774 modules.
51042 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51043 and CP774 modules.
51044 * iconvdata/tst-tables.sh: Likewise.
51045 * iconvdata/cp770.c: New file.
51046 * iconvdata/cp771.c: New file.
51047 * iconvdata/cp772.c: New file.
51048 * iconvdata/cp773.c: New file.
51049 * iconvdata/cp774.c: New file.
51050 * iconvdata/testdata/CP770: New file.
51051 * iconvdata/testdata/CP770..UTF8: New file.
51052 * iconvdata/testdata/CP771: New file.
51053 * iconvdata/testdata/CP771..UTF8: New file.
51054 * iconvdata/testdata/CP772: New file.
51055 * iconvdata/testdata/CP772..UTF8: New file.
51056 * iconvdata/testdata/CP773: New file.
51057 * iconvdata/testdata/CP773..UTF8: New file.
51058 * iconvdata/testdata/CP774: New file.
51059 * iconvdata/testdata/CP774..UTF8: New file.
51060
51061 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51062 END CHARMAP line.
51063 * iconvdata/gen-8bit-gap.sh: Likewise.
51064 * iconvdata/gen-8bit.sh: Likewise.
51065
c1e9e399
UD
51066 * locale/iso-639.def: Add ary entry.
51067
24c55fb3 51068 [BZ #11258]
96b4b1b0
UD
51069 * locale/C-translit.h.in: Add U20A1 transliteration.
51070
bdc2f971
KB
51071 [BZ #12178]
51072 * locale/iso-639.def: Add wae entry.
51073 Patch by Kevin Bortis <bortis@translate-wae.ch>.
51074
2952b117
UD
51075 [BZ #12545]
51076 * locale/programs/localedef.c (construct_output_path): Use ssize_t
51077 for n.
51078
2a81eaa5
UD
51079 [BZ #12711]
51080 * locale/C-translit.h.in: Add entry for U20B9.
51081 Patch by pravin.d.s@gmail.com.
51082
28377d1b
UD
510832011-05-08 Ulrich Drepper <drepper@gmail.com>
51084
7fb90fb8
UD
51085 [BZ #12713]
51086 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51087 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
51088 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
51089 in rtld. Use *stat64.
7fb90fb8 51090 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 51091 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 51092 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
51093 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51094 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51095 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51096 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51097 __fstatat64 macros.
7fb90fb8
UD
51098 * include/dirent.h: Add libc_hidden_proto for rewinddir.
51099 * dirent/rewinddir.c: Add libc_hidden_def.
51100 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 51101 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 51102
28377d1b
UD
51103 * include/dirent.h (__alloc_dir): Add flags parameter.
51104 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51105 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51106 __alloc_dir.
51107 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
51108 from fdopendir if O_CLOEXEC is already set.
51109
66bdbaa4
AM
511102011-03-15 Alan Modra <amodra@gmail.com>
51111
51112 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51113 l_tls_firstbyte_offset non-zero. Save padding offset in
51114 l_tls_firstbyte_offset for later use.
51115 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51116 freeing static tls block.
51117
95721191
JN
511182011-03-05 Jonathan Nieder <jrnieder@gmail.com>
51119
51120 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51121 where #ifdef was intended. The intent is to prevent ARG_MAX from
51122 being defined by the kernel headers.
51123
f87dfb1f
UD
511242011-05-07 Ulrich Drepper <drepper@gmail.com>
51125
51126 [BZ #12734]
51127 * resolv/resolv.h: Define RES_NOTLDQUERY.
51128 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51129 no-tld-query and set RES_NOTLDQUERY.
51130 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51131 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51132 modern BIND to search name as TLD unless forbidden.
51133
47c3cd7a
UD
511342011-05-07 Petr Baudis <pasky@suse.cz>
51135 Ulrich Drepper <drepper@gmail.com>
51136
51137 [BZ #12393]
51138 * elf/dl-load.c (fillin_rpath): Move trusted path check...
51139 (is_trusted_path): ...to here.
c1e9ea35 51140 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 51141 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 51142 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 51143
8a35c912
PP
511442011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
51145
51146 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51147 __BEGIN/__END_DECLS.
51148
acd41f47
UD
511492011-05-06 Ulrich Drepper <drepper@gmail.com>
51150
51151 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51152 NSS_STATUS_NOTFOUND if no record was found.
51153
597df647
AS
511542011-05-05 Andreas Schwab <schwab@redhat.com>
51155
51156 * sunrpc/Makefile (headers): Add rpc/netdb.h.
51157 (headers-not-in-tirpc): Remove rpc/netdb.h
51158 * resolv/netdb.h: Revert last change.
51159
b9af1301
PP
511602011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
51161
51162 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51163 circular dependency between libgcc.a and libc.a.
51164
4e34d5f5
AS
511652011-05-05 Andreas Schwab <schwab@redhat.com>
51166
51167 * resolv/netdb.h: Don't include <rpc/netdb.h>.
51168 * nis/Makefile: Don't install rpcsvc/*.
51169 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51170 instead of <rpc/types.h>.
51171 (MAXHOSTNAMELEN): Define.
51172
00ee369c
AS
511732011-05-03 Andreas Schwab <schwab@redhat.com>
51174
51175 * elf/ldconfig.c (add_dir): Don't crash on empty path.
51176
0b592a30
MB
511772011-04-28 Maciej Babinski <mbabinski@google.com>
51178
51179 [BZ #12714]
51180 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51181 gethostbyname4_r when IPv6 results are possible.
51182
6e04cbbe
UD
511832011-05-02 Ulrich Drepper <drepper@gmail.com>
51184
51185 [BZ #12723]
51186 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51187 _PC_PIPE_BUF handling.
51188
e4ecafe0
BH
511892011-04-30 Bruno Haible <bruno@clisp.org>
51190
51191 [BZ #12717]
51192 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51193 * resolv/netdb.h (getnameinfo): Change type of flags parameter
51194 to 'int'.
51195 * inet/getnameinfo.c (getnameinfo): Likewise.
51196
125ee683
UD
511972011-04-29 Ulrich Drepper <drepper@gmail.com>
51198
51199 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51200 to groups setting in database lookup.
51201 * nss/nsswitch.conf: Add initgroups entry.
51202
b722481a
EB
512032011-04-22 Ulrich Drepper <drepper@gmail.com>
51204
51205 [BZ #12685]
51206 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51207 mode string.
51208 Patch by Eric Blake <eblake@redhat.com>.
51209
4df46dbd
L
512102011-04-20 H.J. Lu <hongjiu.lu@intel.com>
51211
51212 * sunrpc/Makefile (need-export-routines): Add svc_run.
51213 (routines): Remove svc_run.
51214 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51215 * sunrpc/clnt_perr.c (clnt_perrno): Export.
51216 * sunrpc/svc_run.c (svc_run): Likewise.
51217 * sunrpc/svc_udp.c (svcudp_create): Likewise.
51218
e84142d2
UD
512192011-04-21 Ulrich Drepper <drepper@gmail.com>
51220
51221 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51222 problem in reallocation in last patch.
51223
877175d8
UD
512242011-04-20 Ulrich Drepper <drepper@gmail.com>
51225
51226 * sunrpc/Makefile: Move inclusion of Rules.
51227
ab8eed78
UD
512282011-04-19 Ulrich Drepper <drepper@gmail.com>
51229
51230 * nss/nss_files/files-initgroups.c: New file.
51231 * nss/Makefile (libnss_files-routines): Add files-initgroups.
51232 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51233 _nss_files_initgroups_dyn.
51234
e3d8f584
RS
512352011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
51236
51237 * elf/elf.h (R_ARM_IRELATIVE): Define.
51238
af190f45
UD
512392011-04-19 Ulrich Drepper <drepper@gmail.com>
51240
51241 * po/ru.po: Update from translation team.
51242
53cf59ef
UD
512432011-04-17 Ulrich Drepper <drepper@gmail.com>
51244
51245 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51246 dependencies.
51247
4c559bcd
MF
512482011-02-06 Mike Frysinger <vapier@gentoo.org>
51249
51250 [BZ #12653]
51251 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51252 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51253 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51254 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51255 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51256
4420675c
AS
512572011-03-28 Andreas Schwab <schwab@linux-m68k.org>
51258
51259 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51260 differing bytes.
51261 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51262 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51263 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51264
75ea32ab
UD
512652011-04-17 Ulrich Drepper <drepper@gmail.com>
51266
51267 [BZ #12420]
51268 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51269 storing it.
51270 * stdlib/bug-getcontext.c: New file.
51271 * stdlib/Makefile: Add rules to build and run bug-getcontext.
51272
27390476
AK
512732011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51274
51275 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51276 instructions into .machine "z9-109".
51277 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51278 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51279
10442705
AK
512802011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51281
51282 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51283 between environment variables and auxiliary vector.
51284
7b57bfe5
UD
512852011-04-16 Ulrich Drepper <drepper@gmail.com>
51286
51287 * Makefile: Add rules to build linkobj/libc.so.
51288 * include/libc-symbols.h: Define libc_hidden_nolink.
51289 * include/rpc/auth.h: Mark functions which are to be hidden.
51290 * include/rpc/auth_des.h: Likewise.
51291 * include/rpc/auth_unix.h: Likewise.
51292 * include/rpc/clnt.h: Likewise.
51293 * include/rpc/des_crypt.h: Likewise.
51294 * include/rpc/key_prot.h: Likewise.
51295 * include/rpc/pmap_clnt.h: Likewise.
51296 * include/rpc/pmap_prot.h: Likewise.
51297 * include/rpc/pmap_rmt.h: Likewise.
51298 * include/rpc/rpc_msg.h: Likewise.
51299 * include/rpc/svc.h: Likewise.
51300 * include/rpc/svc_auth.h: Likewise.
51301 * include/rpc/xdr.h: Likewise.
51302 * nis/Makefile: Link all DSOs against linkobj/libc.so.
51303 * nss/Makefile: Likewise.
51304 * sunrpc/Makefile: Don't install headers. Build library with normal
51305 entry points. Don't build rpcinfo. Link RPC tests appropriately.
51306 * sunrpc/auth_des.c: Hide exported symbols by default, export some
51307 for the compat linking library. Remove use of INTDEF/INTUSE.
51308 * sunrpc/auth_none.c: Likewise.
51309 * sunrpc/auth_unix.c: Likewise.
51310 * sunrpc/authdes_prot.c: Likewise.
51311 * sunrpc/authuxprot.c: Likewise.
51312 * sunrpc/clnt_gen.c: Likewise.
51313 * sunrpc/clnt_perr.c: Likewise.
51314 * sunrpc/clnt_raw.c: Likewise.
51315 * sunrpc/clnt_simp.c: Likewise.
51316 * sunrpc/clnt_tcp.c: Likewise.
51317 * sunrpc/clnt_udp.c: Likewise.
51318 * sunrpc/clnt_unix.c: Likewise.
51319 * sunrpc/des_crypt.c: Likewise.
51320 * sunrpc/des_soft.c: Likewise.
51321 * sunrpc/get_myaddr.c: Likewise.
51322 * sunrpc/key_call.c: Likewise.
51323 * sunrpc/key_prot.c: Likewise.
51324 * sunrpc/netname.c: Likewise.
51325 * sunrpc/pm_getmaps.c: Likewise.
51326 * sunrpc/pm_getport.c: Likewise.
51327 * sunrpc/pmap_clnt.c: Likewise.
51328 * sunrpc/pmap_prot.c: Likewise.
51329 * sunrpc/pmap_prot2.c: Likewise.
51330 * sunrpc/pmap_rmt.c: Likewise.
51331 * sunrpc/publickey.c: Likewise.
51332 * sunrpc/rpc_cmsg.c: Likewise.
51333 * sunrpc/rpc_common.c: Likewise.
51334 * sunrpc/rpc_dtable.c: Likewise.
51335 * sunrpc/rpc_prot.c: Likewise.
51336 * sunrpc/rpc_thread.c: Likewise.
51337 * sunrpc/rtime.c: Likewise.
51338 * sunrpc/svc.c: Likewise.
51339 * sunrpc/svc_auth.c: Likewise.
51340 * sunrpc/svc_authux.c: Likewise.
51341 * sunrpc/svc_raw.c: Likewise.
51342 * sunrpc/svc_run.c: Likewise.
51343 * sunrpc/svc_simple.c: Likewise.
51344 * sunrpc/svc_tcp.c: Likewise.
51345 * sunrpc/svc_udp.c: Likewise.
51346 * sunrpc/svc_unix.c: Likewise.
51347 * sunrpc/svcauth_des.c: Likewise.
51348 * sunrpc/xcrypt.c: Likewise.
51349 * sunrpc/xdr.c: Likewise.
51350 * sunrpc/xdr_array.c: Likewise.
51351 * sunrpc/xdr_float.c: Likewise.
51352 * sunrpc/xdr_intXX_t.c: Likewise.
51353 * sunrpc/xdr_mem.c: Likewise.
51354 * sunrpc/xdr_rec.c: Likewise.
51355 * sunrpc/xdr_ref.c: Likewise.
51356 * sunrpc/xdr_sizeof.c: Likewise.
51357 * sunrpc/xdr_stdio.c: Likewise.
51358
e6c61494
UD
513592011-04-10 Ulrich Drepper <drepper@gmail.com>
51360
51361 [BZ #12650]
51362 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51363 * sysdeps/ia64/dl-tls.h: Likewise.
51364 * sysdeps/powerpc/dl-tls.h: Likewise.
51365 * sysdeps/s390/dl-tls.h: Likewise.
51366 * sysdeps/sh/dl-tls.h: Likewise.
51367 * sysdeps/sparc/dl-tls.h: Likewise.
51368 * sysdeps/x86_64/dl-tls.h: Likewise.
51369 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51370
34fe483e
AS
513712011-03-14 Andreas Schwab <schwab@redhat.com>
51372
51373 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51374 rpath element also skip the following colon.
51375 (expand_dynamic_string_token): Add is_path parameter and pass
51376 down to DL_DST_REQUIRED and _dl_dst_substitute.
51377 (decompose_rpath): Call expand_dynamic_string_token with
51378 non-zero is_path. Ignore empty rpaths.
51379 (_dl_map_object_from_fd): Call expand_dynamic_string_token
51380 with zero is_path.
51381
f12a32e6
AS
513822011-04-08 Andreas Schwab <schwab@linux-m68k.org>
51383
51384 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51385 Make cancelable.
51386
38a7d692
UD
513872011-04-09 Ulrich Drepper <drepper@gmail.com>
51388
51389 [BZ #12655]
51390 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51391 Patch by Filipe David Manana <fdmanana@apache.org>.
51392
e451d22b
AS
513932011-04-07 Andreas Schwab <schwab@redhat.com>
51394
51395 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51396 Maintain aligned stack.
51397 (CHECK_RSP): Remove unused macro.
51398
dedc7c7b
UD
513992011-04-03 Ulrich Drepper <drepper@gmail.com>
51400
51401 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51402 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51403
94521213
UD
514042011-04-02 Ulrich Drepper <drepper@gmail.com>
51405
51406 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51407
8cb700c0 51408 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 51409
0354e355
L
514102011-03-26 H.J. Lu <hongjiu.lu@intel.com>
51411
51412 [BZ #12518]
51413 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51414 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51415 * sysdeps/x86_64/memmove.c: New file.
51416 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51417 (memcpy): Renamed to ...
51418 (__new_memcpy): This.
51419 (memcpy): Provide GLIBC_2_14 memcpy.
51420 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51421 (memcpy): Provide GLIBC_2_2_5 memcpy.
51422
8593482f
UD
514232011-04-01 Ulrich Drepper <drepper@gmail.com>
51424
51425 [BZ #12631]
51426 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51427
81a5726b
AS
514282011-03-30 Andreas Schwab <schwab@redhat.com>
51429
51430 * misc/syncfs.c: New file.
51431 * misc/Makefile (routines): Add syncfs.
51432 * posix/unistd.h: Declare syncfs.
51433 * sysdeps/unix/syscalls.list: Add syncfs.
51434
00e5419f
AS
514352011-04-01 Andreas Schwab <schwab@redhat.com>
51436
51437 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51438 open_by_handle_at.
51439 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51440 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51441 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51442 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51443 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51444 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51445 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51446
748876bf
UD
514472011-04-01 Ulrich Drepper <drepper@gmail.com>
51448
658e451d
UD
51449 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51450 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51451 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51452 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51453 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51454 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51455 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51456
748876bf
UD
51457 * io/Makefile: Compile fallocate.c, fallocate64.c, and
51458 sync_file_range.c with -fexceptions.
51459 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51460 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51461 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51462 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51463 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51464 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51465 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
51466 sync_file_range as cancellation point
51467 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
51468 now a wrapper around __call_sync_file_range with cancellation handling.
51469 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51470 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
51471 function name to __call_sync_file_range.
51472 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51473 Add call_sync_file_range.
748876bf 51474
6e63d5e1
AS
514752011-04-01 Andreas Schwab <schwab@redhat.com>
51476
51477 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 51478 bits/timex.h.
6e63d5e1 51479
46998f74
UD
514802011-04-01 Ulrich Drepper <drepper@gmail.com>
51481
4c1423ed
UD
51482 * iconv/iconv.h: Fix typo in comment.
51483 * io/fcntl.h: Likewise.
51484 * libio/stdio.h: Likewise.
51485 * posix/spawn.h: Likewise.
51486 * posix/unistd.h: Likewise.
51487 * stdlib/stdlib.h: Likewise.
51488 * time/time.h: Likewise.
51489 * wcsmbs/wchar.h: Likewise.
51490
158648c0
UD
51491 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51492 open_by_handle): Add.
51493 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51494 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
51495 Augment a few comments.
51496 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51497 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51498 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51499 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51500 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51501 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51502 open_by_handle.
51503
46998f74
UD
51504 * io/fcntl.h (AT_EMPTY_PATH): Define.
51505
83fe108b
UD
515062011-03-30 Ulrich Drepper <drepper@gmail.com>
51507
51508 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51509 * sysdeps/unix/sysv/linux/bits/time.h: New file.
51510 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51511 to...
51512 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
51513 * Versions.def: Add GLIBC_2.14.
51514 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
51515 Export.
83fe108b 51516
bb242059
UD
515172011-03-22 Ulrich Drepper <drepper@gmail.com>
51518
51519 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
51520 round counter.
51521 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51522
c97a1282
L
515232011-03-20 H.J. Lu <hongjiu.lu@intel.com>
51524
51525 [BZ #12597]
51526 * string/test-strncmp.c (do_page_test): New function.
51527 (check2): Likewise.
51528 (test_main): Call check2.
51529 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51530
2a115601
UD
515312011-03-20 Ulrich Drepper <drepper@gmail.com>
51532
51533 [BZ #12587]
51534 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
51535 Handle cache information in CPU leaf 4.
51536 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51537
8126d904
UD
515382011-03-18 Ulrich Drepper <drepper@gmail.com>
51539
042c49c6 51540 [BZ #12583]
8126d904
UD
51541 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
51542 character representation.
51543 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
51544
ccfe366e
RA
515452011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
51546
51547 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
51548 END(__isnan) to END(__isnanf) to match function entry point/label
51549 EALIGN(__isnanf,...).
51550
c6e13027
JJ
515512011-03-10 Jakub Jelinek <jakub@redhat.com>
51552
51553 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
51554
33f85a3f
UD
515552011-03-10 Ulrich Drepper <drepper@gmail.com>
51556
028478fa
UD
51557 [BZ #12510]
51558 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51559 copy from the symbol referenced in the relocation to initialize the
51560 used variable.
51561 Patch by Piotr Bury <pbury@goahead.com>.
51562 * elf/Makefile: Add rules to build and tst-unique3.
51563 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
51564 * elf/tst-unique3.cc: New file.
51565 * elf/tst-unique3.h: New file.
51566 * elf/tst-unique3lib.cc: New file.
51567 * elf/tst-unique3lib2.cc: New file.
51568
33f85a3f
UD
51569 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
51570
03592fc7
MF
515712011-03-10 Mike Frysinger <vapier@gentoo.org>
51572
51573 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
51574 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
51575 to _start.
03592fc7 51576
6a5ee102
UD
515772011-03-06 Ulrich Drepper <drepper@gmail.com>
51578
51579 * elf/dl-load.c (_dl_map_object): If we are looking for the first
51580 to-be-loaded object along a path to loader is ld.so.
51581
7e4ba49c
HJ
515822011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
51583 Ulrich Drepper <drepper@gmail.com>
51584
51585 * sysdeps/x86_64/memset.S: After aligning destination, code
51586 branches to different locations depending on the value of
51587 misalignment, when multiarch is enabled. Fix this.
51588
515892011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
51590
51591 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
51592 Set _x86_64_preferred_memory_instruction for AMD processsors.
51593 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51594 Set bit_Prefer_SSE_for_memop for AMD processors.
51595
13a804de
UD
515962011-03-04 Ulrich Drepper <drepper@gmail.com>
51597
51598 * libio/fmemopen.c (fmemopen): Optimize a bit.
51599
9d25c392
AS
516002011-03-03 Andreas Schwab <schwab@redhat.com>
51601
51602 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
51603
a5543c6a
RM
516042011-03-03 Roland McGrath <roland@redhat.com>
51605
51606 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
51607
012d35f7
DM
516082011-02-28 Aurelien Jarno <aurelien@aurel32.net>
51609
7e4ba49c 51610 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
51611 __bzero_ultra1 instead of __memset_ultra1.
51612
4bff6e01
AS
516132011-02-23 Andreas Schwab <schwab@redhat.com>
51614 Ulrich Drepper <drepper@gmail.com>
51615
51616 [BZ #12509]
51617 * include/link.h (struct link_map): Add l_orig_initfini.
51618 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
51619 returning unsuccessfully.
51620 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
51621 close of a file loaded at startup, restore the original l_initfini
51622 list.
51623 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
51624 list, store the pointer.
51625 * elf/Makefile ($(objpfx)noload-mem): New rule.
51626 (noload-ENV): Define.
51627 (tests): Add $(objpfx)noload-mem.
51628 * elf/noload.c: Include <memcheck.h>.
51629 (main): Call mtrace. Close all opened handles.
51630
f2092faf
AS
516312011-02-17 Andreas Schwab <schwab@redhat.com>
51632
51633 [BZ #12454]
51634 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
51635 dependencies are missing.
51636
6c8a2e88
ST
516372011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
51638
f2092faf 51639 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
51640 Hurd needs munmap.
51641 * sysdeps/mach/hurd/ifreq.h: New file.
51642
84a42118
PB
516432011-01-27 Petr Baudis <pasky@suse.cz>
51644 Ulrich Drepper <drepper@gmail.com>
51645
071f805e 51646 [BZ 12445]#
84a42118
PB
51647 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
51648 to extend_alloca().
51649 * stdio-common/bug23.c: New file.
51650 * stdio-common/Makefile (tests): Add bug23.
51651
e23fe25b
AS
516522010-09-28 Andreas Schwab <schwab@redhat.com>
51653 Ulrich Drepper <drepper@gmail.com>
51654
51655 [BZ #12489]
51656 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
51657 before performing relro protection. At old place add assertion
51658 to make sure nothing changed.
51659
d3f02e10
NS
516602011-02-17 Nathan Sidwell <nathan@codesourcery.com>
51661 Glauber de Oliveira Costa <glommer@gmail.com>
51662
51663 * elf/elf.h: Add new ARM TLS relocs.
51664
d55fd7a5
RA
516652011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
51666
51667 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
51668 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
51669 cast from r3.
51670 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
51671 'tests' variable.
51672 * sysdeps/wordsize-64/tst-writev.c: New file.
51673
2206397e
RA
516742011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
51675
51676 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
51677 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
51678 insns in _dl_start to prevent a TOC reference before relocs are
51679 resolved.
51680
e9433893
UD
516812011-02-15 Ulrich Drepper <drepper@gmail.com>
51682
51683 [BZ #12469]
51684 * Makeconfig: Remove RANLIB definition.
51685 * Makerules: Don't use RANLIB.
51686 * aclocal.m4: Remove ranlib test.
51687 * configure.in: No need to check for ranlib.
51688 * elf/rtld-Rules: Don't use RANLIB.
51689
f75286c6
ST
516902011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
51691
8e31c82d
ST
51692 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
51693 protection macro.
51694 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
51695 inclusion protection macro.
51696
f75286c6
ST
51697 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
51698 SIGRTMIN and SIGRTMAX and print information in that case only when
51699 SIGRTMIN is defined.
51700
c1d0e639
JJ
517012011-02-11 Jakub Jelinek <jakub@redhat.com>
51702
51703 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
51704 arginfo fn returning -1.
51705
51706 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
51707 and thousands string is zero terminated.
51708
edf9294e
AS
517092011-02-03 Andreas Schwab <schwab@redhat.com>
51710
51711 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
51712 sysdeps/unix/sysv/linux/bits/socket.h.
51713
2b7e92df
ST
517142011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
51715
edf9294e
AS
51716 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
51717 (__CPU_COUNT): Remove old macros.
51718 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
51719 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
51720 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
51721 (__sched_cpualloc, __sched_cpufree): Add declarations.
51722
a4c7ea7b
UD
517232011-02-05 Ulrich Drepper <drepper@gmail.com>
51724
51725 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
51726 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
51727 * nscd/aicache.c (addhstaiX): Return timeout of added value.
51728 (readdhstai): Return value of addhstaiX call.
51729 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
51730 (addgrbyX): Return value returned by cache_addgr.
51731 (readdgrbyname): Return value returned by addgrbyX.
51732 (readdgrbygid): Likewise.
51733 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
51734 (addpwbyX): Return value returned by cache_addpw.
51735 (readdpwbyname): Return value returned by addhstbyX.
51736 (readdpwbyuid): Likewise.
51737 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
51738 (addservbyX): Return value returned by cache_addserv.
51739 (readdservbyname): Return value returned by addservbyX:
51740 (readdservbyport): Likewise.
51741 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
51742 (addhstbyX): Return value returned by cache_addhst.
51743 (readdhstbyname): Return value returned by addhstbyX.
51744 (readdhstbyaddr): Likewise.
51745 (readdhstbynamev6): Likewise.
51746 (readdhstbyaddrv6): Likewise.
51747 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
51748 (readdinitgroups): Return value returned by addinitgroupsX.
51749 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
51750 (prune_cache): Keep track of timeout value of re-added entries.
51751 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
51752 * nscd/nscd.h: Adjust prototypes of readd* functions.
51753
a0bf67cc
RM
517542011-02-04 Roland McGrath <roland@redhat.com>
51755
51756 * nis/nis_server.c (nis_servstate): Use the right name for 0.
51757 (nis_stats): Likewise.
51758 * nis/nis_modify.c (nis_modify): Likewise.
51759 * nis/nis_remove.c (nis_remove): Likewise.
51760 * nis/nis_add.c (nis_add): Likewise.
51761
51762 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
51763
51764 * posix/fnmatch_loop.c: Add some consts.
51765
51766 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
51767
435b95eb
L
517682011-02-02 H.J. Lu <hongjiu.lu@intel.com>
51769
51770 [BZ #12460]
51771 * config.make.in (config-cflags-novzeroupper): Define.
51772 * configure.in: Substitute libc_cv_cc_novzeroupper.
51773 * elf/Makefile (AVX-CFLAGS): Define.
51774 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
51775 (CFLAGS-tst-auditmod4a.c): Likewise.
51776 (CFLAGS-tst-auditmod4b.c): Likewise.
51777 (CFLAGS-tst-auditmod6b.c): Likewise.
51778 (CFLAGS-tst-auditmod6c.c): Likewise.
51779 (CFLAGS-tst-auditmod7b.c): Likewise.
51780 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
51781
8517b15e
UD
517822011-02-02 Ulrich Drepper <drepper@gmail.com>
51783
51784 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
51785 function to the callback.
51786 Patch partly by Jiri Olsa <jolsa@redhat.com>.
51787
10a656fe
AS
517882011-02-02 Andreas Schwab <schwab@redhat.com>
51789
51790 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
51791 of errno.
51792
968dad0a
UD
517932011-01-19 Ulrich Drepper <drepper@gmail.com>
51794
9f94d2ea 51795 [BZ #11724]
968dad0a
UD
51796 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
51797 of constructors.
51798 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
51799 of destructors.
51800 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
51801
51802 [BZ #11724]
51803 * elf/Makefile: Add rules to build and run new test.
51804 * elf/tst-initorder.c: New file.
51805 * elf/tst-initorder.exp: New file.
51806 * elf/tst-initordera1.c: New file.
51807 * elf/tst-initordera2.c: New file.
51808 * elf/tst-initordera3.c: New file.
51809 * elf/tst-initordera4.c: New file.
51810 * elf/tst-initorderb1.c: New file.
51811 * elf/tst-initorderb2.c: New file.
51812 * elf/tst-order-a1.c: New file.
51813 * elf/tst-order-a2.c: New file.
51814 * elf/tst-order-a3.c: New file.
51815 * elf/tst-order-a4.c: New file.
51816 * elf/tst-order-b1.c: New file.
51817 * elf/tst-order-b2.c: New file.
51818 * elf/tst-order-main.c: New file.
51819 New test case by George Gensure <werkt0@gmail.com>.
51820
86e92359
UD
518212010-10-01 Andreas Schwab <schwab@redhat.com>
51822
51823 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
51824 decoding ACE if AI_CANONIDN.
51825
5d5732b0
UD
518262011-01-18 Ulrich Drepper <drepper@gmail.com>
51827
51828 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
51829
a77e8cbc
UD
518302011-01-17 Ulrich Drepper <drepper@gmail.com>
51831
6392473f
UD
51832 * version.h (RELEASE): Bump for 2.13 release.
51833 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
51834
620a0529
UD
51835 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
51836
18ba70a5
UD
51837 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
51838 MADV_NOHUGEPAGE.
32465c3e
UD
51839 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
51840 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
51841 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
51842 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
51843 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
51844 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
51845
c0dafcf1
UD
51846 * posix/getconf.c: Update copyright year.
51847 * catgets/gencat.c: Likewise.
51848 * csu/version.c: Likewise.
51849 * debug/catchsegv.sh: Likewise.
51850 * debug/xtrace.sh: Likewise.
51851 * elf/ldconfig.c: Likewise.
51852 * elf/ldd.bash.in: Likewise.
51853 * elf/sprof.c (print_version): Likewise.
51854 * iconv/iconv_prog.c: Likewise.
51855 * iconv/iconvconfig.c: Likewise.
51856 * locale/programs/locale.c: Likewise.
51857 * locale/programs/localedef.c: Likewise.
51858 * malloc/memusage.sh: Likewise.
51859 * malloc/mtrace.pl: Likewise.
51860 * nscd/nscd.c (print_version): Likewise.
51861 * nss/getent.c: Likewise.
51862
a77e8cbc
UD
51863 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
51864 PF_CAIF, and PF_ALG.
51865 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51866
77e8bddf
AS
518672011-01-16 Andreas Schwab <schwab@linux-m68k.org>
51868
1f20b93a
AS
51869 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
51870 (modules-names): Use them.
51871 (ifunc-test-modules, ifunc-pie-tests): Define.
51872 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
51873 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
51874 (test-extras): Likewise.
51875 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
51876 $(compile-command.c).
51877 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
51878 (all-built-dso): Define.
51879 (check-textrel.out, check-execstack.out): Depend on it.
51880
77e8bddf
AS
51881 * configure.in: Don't override --enable-multi-arch.
51882
bc425b33
UD
518832011-01-15 Ulrich Drepper <drepper@gmail.com>
51884
51885 [BZ #6812]
51886 * nscd/hstcache.c (tryagain): Define.
51887 (cache_addhst): Return tryagain not notfound for temporary errors.
51888 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
51889 failed.
51890
794c3ad3
UD
518912011-01-14 Ulrich Drepper <drepper@gmail.com>
51892
70181fdd
UD
51893 [BZ #10563]
51894 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
51895 to make the syscall.
51896 * sysdeps/unix/sysv/linux/setgroups.c: New file.
51897
794c3ad3
UD
51898 [BZ #12378]
51899 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
51900 and fall back to matching as normal character if the string ends before
51901 the matching ']' is found. This is what POSIX requires.
51902 * posix/testfnm.c: Adjust test result.
51903 * posix/globtest.sh: Adjust test result. Add new test.
51904 * posix/tst-fnmatch.input: Likewise.
51905 * posix/tst-fnmatch2.c: Add new test.
51906
68dc9497
AS
519072010-12-28 Andreas Schwab <schwab@linux-m68k.org>
51908
51909 * elf/Makefile (check-execstack): Revert last change. Depend on
51910 check-execstack.h.
51911 (check-execstack.h): New target.
51912 (generated): Add check-execstack.h.
51913 * elf/check-execstack.c: Include "check-execstack.h".
51914 (main): Revert last change.
51915 (handle_file): Return zero if GNU_STACK is absent and
51916 DEFAULT_STACK_PERMS doesn't include PF_X.
51917
451f001b
UD
519182011-01-13 Ulrich Drepper <drepper@gmail.com>
51919
cfa28e56
UD
51920 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
51921 in child fails because the descriptor is already closed.
8cf8ce17
UD
51922 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
51923 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
51924 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 51925
1086d70d
UD
51926 [BZ #12397]
51927 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
51928 syscall.
51929
451f001b
UD
51930 [BZ #10484]
51931 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
51932 temporary buffer used to handle multi lookups locally.
a85b5cb4 51933 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 51934
08769175
UD
519352011-01-12 Ulrich Drepper <drepper@gmail.com>
51936
51937 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
51938 loader is ld.so.
51939
5e49c52e
UD
519402011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
51941
51942 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
51943 alignment for SSE2.
51944
60522a5f
UD
519452011-01-12 Ulrich Drepper <drepper@gmail.com>
51946
51947 [BZ #12394]
51948 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
51949 characters. When rounding increased number of integer digits recompute
51950 number of groups.
51951 * stdio-common/tst-grouping.c: New file.
51952 * stdio-common/Makefile: Add rules to build and run tst-grouping.
51953
f257bbd7
UD
519542011-01-09 Ulrich Drepper <drepper@gmail.com>
51955
51956 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
51957 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
51958
51959 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
51960 void.
51961 * bits/select.h: Likewise.
51962
fa9c15cb
UD
519632011-01-08 Ulrich Drepper <drepper@gmail.com>
51964
51965 * po/ja.po: Update from translation team.
51966
16c2895f
DM
519672011-01-04 David S. Miller <davem@sunset.davemloft.net>
51968
51969 [BZ #11155]
51970 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
51971 implementation just like for lxstat, fxstatat, et al.
51972
2543fef2
JM
519732010-12-27 Jim Meyering <meyering@redhat.com>
51974
51975 [BZ #12348]
51976 * posix/regexec.c (build_trtable): Return failure indication upon
51977 calloc failure. Otherwise, re_search_internal could infloop on OOM.
51978
98727dbe
UD
519792010-12-25 Ulrich Drepper <drepper@gmail.com>
51980
5bd6dc5c
UD
51981 [BZ #12201]
51982 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
51983 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
51984 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
51985 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
51986
97983464
UD
51987 [BZ #12207]
51988 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
51989
98727dbe
UD
51990 [BZ #12204]
51991 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
51992 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
51993
4a531bb0
L
519942010-12-15 H.J. Lu <hongjiu.lu@intel.com>
51995
51996 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
51997 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
51998 script has SORT_BY_INIT_PRIORITY.
51999 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52000 NO_CTORS_DTORS_SECTIONS is defined.
52001 * elf/soinit.c: Likewise.
52002 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52003 NO_CTORS_DTORS_SECTIONS is defined.
52004 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52005 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52006 * sysdeps/sh/init-first.c: Likewise.
52007 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52008
07eb4b71
UD
520092010-12-24 Ulrich Drepper <drepper@gmail.com>
52010
52011 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52012 always use the slow path.
52013
30950a5f
RA
520142010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
52015
52016 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52017 similar rule which adds the sysdep directories to the header search in
52018 order to pick up the correct platform stackinfo.h.
52019 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52020 perform test if it is, otherwise return successfully without testing.
52021 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52022 DEFAULT_STACK_PERMS define in stackinfo.h.
52023 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52024 defined in stackinfo.h.
52025 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52026 DEFAULT_STACK_PERMS defined in stackinfo.h.
52027 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52028 * sysdeps/ia64/stackinfo.h: Likewise.
52029 * sysdeps/s390/stackinfo.h: Likewise.
52030 * sysdeps/sh/stackinfo.h: Likewise.
52031 * sysdeps/sparc/stackinfo.h: Likewise.
52032 * sysdeps/x86_64/stackinfo.h: Likewise.
52033 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52034 PF_X for powerpc64. Retain PF_X for powerpc32.
52035
db753e2c
UD
520362010-12-19 Ulrich Drepper <drepper@gmail.com>
52037
14b697f7
UD
52038 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52039 accurately.
db753e2c
UD
52040 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52041 GETDENTS_64BIT_ALIGNED.
52042
28300719
UD
520432010-12-14 Ulrich Drepper <dreper@gmail.com>
52044
14b697f7 52045 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 52046
4f197237
AS
520472010-12-10 Andreas Schwab <schwab@redhat.com>
52048
dbb0472f
AS
52049 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52050 _GNU_SOURCE.
52051
4f197237
AS
52052 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52053 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52054 Remove __restrict.
52055 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52056 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52057
fb88ac72
UD
520582010-12-09 Ulrich Drepper <drepper@gmail.com>
52059
52060 [BZ #11655]
52061 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52062 are initialized.
52063
42acbb92
JJ
520642010-12-09 Jakub Jelinek <jakub@redhat.com>
52065
52066 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52067
c038d98d
UD
520682010-12-03 Ulrich Drepper <drepper@gmail.com>
52069
52070 * po/it.po: Update from translation team.
52071
3a4a2499
L
520722010-12-01 H.J. Lu <hongjiu.lu@intel.com>
52073
52074 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52075 unused codes.
52076
1e24cf6e
UD
520772010-11-30 Ulrich Drepper <drepper@gmail.com>
52078
52079 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52080
a7690819
AS
520812010-11-24 Andreas Schwab <schwab@redhat.com>
52082
52083 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52084 specially.
52085 (gaih_getanswer_slice): Likewise.
52086
3bf8d1b1
JJ
520872010-10-20 Jakub Jelinek <jakub@redhat.com>
52088
52089 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52090
6db52fbb
PB
520912010-05-31 Petr Baudis <pasky@suse.cz>
52092
52093 [BZ #11149]
52094 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52095 silently even in the chroot mode.
52096
eaca7569
UD
520972010-11-22 Ulrich Drepper <drepper@gmail.com>
52098
52099 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52100 last patch a bit. Pretty printing
52101
3056dcdb
UD
521022010-05-31 Petr Baudis <pasky@suse.cz>
52103
52104 [BZ #10085]
52105 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52106 initialization of skip_initgroups_dyn.
52107
cf7c9078
UD
521082010-11-19 Ulrich Drepper <drepper@gmail.com>
52109
52110 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52111 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52112
a1fb5e3e
UD
521132010-11-16 Ulrich Drepper <drepper@gmail.com>
52114
52115 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52116
3540d66b
AS
521172010-11-11 Andreas Schwab <schwab@redhat.com>
52118
52119 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52120 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52121 (tst-fnmatch-ENV): Set MALLOC_TRACE.
52122 ($(objpfx)tst-fnmatch-mem): New rule.
52123 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52124 * posix/tst-fnmatch.c (main): Call mtrace.
52125
13b69574
L
521262010-11-11 H.J. Lu <hongjiu.lu@intel.com>
52127
52128 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52129 Support Intel processor model 6 and model 0x2c.
52130
da93d214
LM
521312010-11-10 Luis Machado <luisgpm@br.ibm.com>
52132
52133 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52134 signed comparison.
52135
8ca52c6e
L
521362010-11-09 H.J. Lu <hongjiu.lu@intel.com>
52137
52138 [BZ #12205]
52139 * string/test-strncasecmp.c (check_result): New function.
52140 (do_one_test): Use it.
52141 (check1): New function.
52142 (test_main): Use it.
52143 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52144 Support strcasecmp and strncasecmp.
52145
69da074d
UD
521462010-11-08 Ulrich Drepper <drepper@gmail.com>
52147
52148 [BZ #12194]
52149 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52150 * sysdeps/x86_64/bits/byteswap.h: Likewise.
52151
ff02d528
L
521522010-11-07 H.J. Lu <hongjiu.lu@intel.com>
52153
52154 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52155 IFUNC support.
52156 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52157 memset-x86-64.
52158 * sysdeps/x86_64/multiarch/bzero.S: New file.
52159 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52160 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52161 * sysdeps/x86_64/multiarch/memset.S: New file.
52162 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52163 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52164 Set bit_Prefer_SSE_for_memop for Intel processors.
52165 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52166 Define.
52167 (index_Prefer_SSE_for_memop): Define.
52168 (HAS_PREFER_SSE_FOR_MEMOP): Define.
52169
344d0b54
LM
521702010-11-04 Luis Machado <luisgpm@br.ibm.com>
52171
52172 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52173 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52174
c0dde15b
UD
521752010-11-03 H.J. Lu <hongjiu.lu@intel.com>
52176
52177 [BZ #12191]
52178 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52179 (__x86_64_raw_data_cache_size_half): Likewise.
52180 (__x86_64_raw_shared_cache_size): Likewise.
52181 (__x86_64_raw_shared_cache_size_half): Likewise.
52182
52183 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52184 (__x86_64_raw_data_cache_size_half): Likewise.
52185 (__x86_64_raw_shared_cache_size): Likewise.
52186 (__x86_64_raw_shared_cache_size_half): Likewise.
52187 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52188 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52189 and __x86_64_raw_shared_cache_size_half. Round
52190 __x86_64_data_cache_size_half, __x86_64_data_cache_size
52191 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52192 to multiple of 256 bytes.
52193
0e516e0e
MS
521942010-11-03 Ulrich Drepper <drepper@gmail.com>
52195
52196 [BZ #12167]
52197 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52198 of inacessible symlinks. Verify result of symlink before returning it.
52199 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52200 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52201
0e012e87
ER
522022010-10-28 Erich Ritz <erichritz@gmail.com>
52203
52204 * math/math.h (isinf): Fix typo in comment.
52205
de0ff7bc
UD
522062010-11-01 Ulrich Drepper <drepper@gmail.com>
52207
52208 * po/da.po: Update from translation team.
52209
fa41c84d
UD
522102010-10-26 Ulrich Drepper <drepper@gmail.com>
52211
52212 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52213 is added to the list.
52214
f0967738
AK
522152010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52216 Ulrich Drepper <drepper@gmail.com>
52217
52218 * elf/dl-object.c (_dl_new_object): Don't append the new object to
52219 the global list here. Move code to...
52220 (_dl_add_to_namespace_list): ...here. New function.
52221 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52222 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52223 * elf/dl-load.c (lose): Don't remove the element from the list.
52224 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52225 (_dl_map_object): Likewise.
52226
522272010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
52228
52229 [BZ #12159]
52230 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52231 into all bytes of SSE register.
52232 Patch by Richard Li <richardpku@gmail.com>.
52233
f0967738 522342010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
52235
52236 [BZ #12140]
52237 * malloc/malloc.c (_int_free): Fill correct number of bytes when
52238 perturbing.
52239
d0b9e94f
MB
522402010-10-20 Michael B. Brutman <brutman@us.ibm.com>
52241
52242 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52243 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52244 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52245 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52246 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52247 submachine.
52248 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52249
8e9f92e9
AS
522502010-10-22 Andreas Schwab <schwab@redhat.com>
52251
52252 * include/dlfcn.h (__RTLD_SECURE): Define.
52253 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
52254 mode & __RTLD_SECURE instead.
52255 (open_path): Rename preloaded parameter to secure.
52256 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52257 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52258 * elf/dl-deps.c (openaux): Likewise.
52259 * elf/rtld.c (struct map_args): Remove is_preloaded.
52260 (map_doit): Don't use it.
52261 (dl_main): Likewise.
52262 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52263 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52264
bc96fbda
AS
522652010-09-09 Andreas Schwab <schwab@redhat.com>
52266
52267 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52268 (sysd-rules-targets): Remove duplicates.
52269 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52270 rtld-%.$o dependency.
52271
22cd1c9b
AS
522722010-10-18 Andreas Schwab <schwab@redhat.com>
52273
52274 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52275 _dl_map_object do it.
52276
18edac48
UD
522772010-10-19 Ulrich Drepper <drepper@gmail.com>
52278
52279 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52280 fast fma builtins, define the macros in the C99 standard.
52281 (FP_FAST_FMAF): Likewise.
52282 (FP_FAST_FMAL): Likewise.
52283 * sysdeps/x86_64/bits/mathdef.h: Likewise.
52284
52285 * bits/mathdef.h: Update copyright year.
52286 * sysdeps/powerpc/bits/mathdef.h: Likewise.
52287
d2050124
MM
522882010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
52289
52290 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52291 builtins, define the macros in the C99 standard.
52292 (FP_FAST_FMAF): Likewise.
52293 (FP_FAST_FMAL): Likewise.
52294 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52295 multiply/add.
52296 (FP_FAST_FMAF): Likewise.
52297
475facd1
JJ
522982010-10-15 Jakub Jelinek <jakub@redhat.com>
52299
52300 [BZ #3268]
52301 * math/libm-test.inc (fma_test): Some new testcases.
52302 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52303 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52304 y and infinite z. Do multiplication by C already in long double.
52305 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52306 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52307 y and infinite z. Do bitwise or of inexact bit into u.d.
52308 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52309 * sysdeps/i386/fpu/s_fmaf.S: Removed.
52310 * sysdeps/i386/fpu/s_fma.S: Removed.
52311 * sysdeps/i386/fpu/s_fmal.S: Removed.
52312
7c08a05c
JJ
523132010-10-16 Jakub Jelinek <jakub@redhat.com>
52314
52315 [BZ #3268]
52316 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52317 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52318 computation is not scheduled after fetestexcept. Fix value
52319 of minimum denormal long double.
52320
f3f7372d
JJ
523212010-10-14 Jakub Jelinek <jakub@redhat.com>
52322
52323 [BZ #3268]
52324 * math/libm-test.inc (fma_test): Add some more tests.
52325 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52326 correctly.
52327
14d43591
AS
523282010-10-15 Andreas Schwab <schwab@redhat.com>
52329
52330 * scripts/data/localplt-s390-linux-gnu.data: New file.
52331 * scripts/data/localplt-s390x-linux-gnu.data: New file.
52332
5e908464
JJ
523332010-10-13 Jakub Jelinek <jakub@redhat.com>
52334
52335 [BZ #3268]
52336 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52337 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52338 instead of dbl-64.
52339 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52340 inlines.
52341 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52342 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52343 if one of x and y is very large and the other is subnormal.
52344 * sysdeps/s390/fpu/s_fmaf.c: New file.
52345 * sysdeps/s390/fpu/s_fma.c: New file.
52346 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52347 * sysdeps/powerpc/fpu/s_fma.S: New file.
52348 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52349 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52350 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52351
523522010-10-12 Jakub Jelinek <jakub@redhat.com>
52353
52354 [BZ #3268]
52355 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52356 fma tests.
52357 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52358 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52359 * sysdeps/i386/i686/multiarch/s_fma.c: Include
52360 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52361 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52362 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52363 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52364
b833d51f
UD
523652010-10-12 Ulrich Drepper <drepper@redhat.com>
52366
52367 [BZ #12078]
52368 * posix/regcomp.c (parse_branch): One more memory leak plugged.
52369 * posix/bug-regex31.input: Add test case.
52370
1751705d
UD
523712010-10-11 Ulrich Drepper <drepper@gmail.com>
52372
e9b9cbf5
UD
52373 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52374 * posix/bug-regex31.input: New file.
52375
52376 [BZ #12078]
52377 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52378 (parse_sub_exp): Fix last change, use postorder.
52379
ef06edbe
UD
52380 * posix/bug-regex31.c: New file.
52381 * posix/Makefile: Add rules to build and run bug-regex31.
52382
a129c80d
UD
52383 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52384
52385 [BZ #12078]
52386 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52387
b76b818e
UD
52388 [BZ #12108]
52389 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52390 to have entries in sys_siglist.
52391
1751705d
UD
52392 [BZ #12093]
52393 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52394 be NULL.
52395
9ff8d36f
JJ
523962010-10-07 Jakub Jelinek <jakub@redhat.com>
52397
52398 [BZ #3268]
52399 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52400 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52401 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52402 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52403 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52404 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52405 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52406 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52407 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52408 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52409 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52410 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52411 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52412 * math/ftestexcept.c (fetestexcept): Likewise.
52413 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52414 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52415 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52416 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52417 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52418 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52419 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52420
af325969
UD
524212010-10-11 Ulrich Drepper <drepper@gmail.com>
52422
c579b202 52423 [BZ #12107]
af325969
UD
52424 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52425 newline.
52426
67a67b95
UD
524272010-10-06 Ulrich Drepper <drepper@gmail.com>
52428
52429 * string/bug-strstr1.c: New file.
52430 * string/Makefile: Add rules to build and run bug-strstr1.
52431
5fb308bc
EB
524322010-10-05 Eric Blake <eblake@redhat.com>
52433
52434 [BZ #12092]
52435 * string/str-two-way.h (two_way_long_needle): Always clear memory
52436 when skipping input due to the shift table.
52437
45db99c7
UD
524382010-10-03 Ulrich Drepper <drepper@gmail.com>
52439
3b111893
UD
52440 [BZ #12005]
52441 * malloc/mcheck.c: Handle large requests.
52442
45db99c7
UD
52443 [BZ #12077]
52444 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52445 for strncmp and strncasecmp.
52446 * string/stratcliff.c: Add tests for strcmp and strncmp.
52447 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52448
cf7a1eb8
NI
524492010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
52450
52451 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52452 __set_fpscr.
52453
6484ba5e
AJ
524542010-09-30 Andreas Jaeger <aj@suse.de>
52455
52456 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52457 (CGROUP_SUPER_MAGIC): Define.
52458 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52459 Handle btrfs and cgroup file systems.
52460 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52461 Likewise.
52462
91c42559
LM
524632010-09-27 Luis Machado <luisgpm@br.ibm.com>
52464
52465 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52466 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52467
87a97932
AK
524682010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52469
52470 [BZ #12067]
52471 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52472 trying to locate the ELF header.
52473
c21cc9bc
AS
524742010-09-27 Andreas Schwab <schwab@redhat.com>
52475
52476 [BZ #11611]
52477 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52478 Mask out sign-bit copies when constructing f_fsid.
52479
315970f6
PB
524802010-09-24 Petr Baudis <pasky@suse.cz>
52481
52482 * debug/stack_chk_fail_local.c: Add missing licence exception.
52483 * debug/warning-nop.c: Likewise.
52484
1ac7a2c7
JM
524852010-09-15 Joseph Myers <joseph@codesourcery.com>
52486
52487 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52488 implementing getdents64 using getdents syscall, set d_type if
52489 __ASSUME_GETDENTS32_D_TYPE.
52490
56801c50
AS
524912010-09-16 Andreas Schwab <schwab@redhat.com>
52492
52493 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52494 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52495
dda51327
UD
524962010-09-21 Ulrich Drepper <drepper@redhat.com>
52497
52498 [BZ #12037]
52499 * posix/unistd.h: Undo change of feature selection for ftruncate from
52500 2010-01-11.
52501
8ffcee4a
UD
525022010-09-20 Ulrich Drepper <drepper@redhat.com>
52503
a545ecd9 52504 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
52505 detection.
52506
e24f0a8b
AS
525072010-09-20 Andreas Schwab <schwab@redhat.com>
52508
52509 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52510 fanotify_mark.
52511 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52512
7291c56f
AS
525132010-09-14 Andreas Schwab <schwab@redhat.com>
52514
52515 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
52516 variables after CHECK_SP call.
52517 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
52518
bc5fb037
AS
525192010-09-13 Andreas Schwab <schwab@redhat.com>
52520 Ulrich Drepper <drepper@redhat.com>
52521
52522 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
52523 re-relocationg ld.so.
52524 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
52525 _dl_init_paths call.
52526 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
52527 here anymore.
52528
e66e7419
UD
525292010-09-14 Ulrich Drepper <drepper@redhat.com>
52530
52531 * resolv/res_init.c (__res_vinit): Count the default server we added.
52532
c044aa75
CLT
525332010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
52534 Ulrich Drepper <drepper@redhat.com>
52535
52536 [BZ #11968]
52537 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52538 (____longjmp_chk): Use %ebx for saving value across system call.
52539 Add unwind info.
52540
32cf4069
AS
525412010-09-06 Andreas Schwab <schwab@redhat.com>
52542
52543 * manual/Makefile: Don't mix pattern rules with normal rules.
52544
817328ee
AS
525452010-09-05 Andreas Schwab <schwab@linux-m68k.org>
52546
52547 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
52548 operation.
52549 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
52550 * libio/iofopncook.c (_IO_cookie_init): Likewise.
52551 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
52552 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
52553 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52554 Likewise.
52555
29fddf61
UD
525562010-09-04 Ulrich Drepper <drepper@redhat.com>
52557
52558 [BZ #11979]
52559 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
52560 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
52561
0959ffc9
UD
525622010-09-02 Ulrich Drepper <drepper@redhat.com>
52563
52564 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
52565 * sysdeps/x86_64/addmul_1.S: Likewise.
52566 * sysdeps/x86_64/lshift.S: Likewise.
52567 * sysdeps/x86_64/mul_1.S: Likewise.
52568 * sysdeps/x86_64/rshift.S: Likewise.
52569 * sysdeps/x86_64/sub_n.S: Likewise.
52570 * sysdeps/x86_64/submul_1.S: Likewise.
52571
ece29840
ST
525722010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
52573
0959ffc9
UD
52574 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
52575 Define __sched_param instead of SCHED_* and sched_param when
ece29840 52576 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 52577 * bits/sched.h [__need_schedparam]
ece29840 52578 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
52579 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
52580 (__defined_schedparam): Define to 1.
ece29840
ST
52581 (__sched_param): New structure, identical to sched_param.
52582 (__need_schedparam): Undefine.
52583
e53a31fe
MF
525842010-08-31 Mike Frysinger <vapier@gentoo.org>
52585
fdc0c10d
MF
52586 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
52587 (epoll_create1): Declare.
52588
e53a31fe
MF
52589 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
52590
a726d796
AS
525912010-08-31 Andreas Schwab <schwab@redhat.com>
52592
52593 [BZ #7066]
52594 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
52595 shifting retval into place.
52596
2f3e3dc7
UD
525972010-09-01 Ulrich Drepper <drepper@redhat.com>
52598
f2933da9
UD
52599 * nis/rpcsvc/nis.h: Update copyright notice.
52600 * nis/rpcsvc/nis.x: Likewise.
52601 * nis/rpcsvc/nis_callback.h: Likewise.
52602 * nis/rpcsvc/nis_callback.x: Likewise.
52603 * nis/rpcsvc/nis_object.x: Likewise.
52604 * nis/rpcsvc/nis_tags.h: Likewise.
52605 * nis/rpcsvc/yp.h: Likewise.
52606 * nis/rpcsvc/yp.x: Likewise.
52607 * nis/rpcsvc/ypupd.h: Likewise.
52608 * nis/yp_xdr.c: Likewise.
52609 * nis/ypupdate_xdr.c: Likewise.
52610
2f3e3dc7
UD
52611 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
52612 mainly the body of pmap_getport. Add parameters to specify timeouts.
52613 (pmap_getport): Use __libc_rpc_getport.
52614 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
52615 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
52616 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
52617
f3dcc2f9
AS
526182010-08-31 Andreas Schwab <schwab@linux-m68k.org>
52619
52620 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
52621 fanotify_mark.
52622
6d34eb5b
RM
526232010-08-27 Roland McGrath <roland@redhat.com>
52624
52625 * sysdeps/i386/i686/multiarch/Makefile
52626 (CFLAGS-varshift.c): New variable.
52627
9ea3de11
UD
526282010-08-27 Ulrich Drepper <drepper@redhat.com>
52629
c96d23fc
UD
52630 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
52631 * sysdeps/i386/i686/multiarch/varshift.c: New file.
52632
9ea3de11
UD
52633 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
52634
52635 * sysdeps/x86_64/strlen.S: Minimal code improvement.
52636
623aac7f
L
526372010-08-26 H.J. Lu <hongjiu.lu@intel.com>
52638
52639 * sysdeps/x86_64/strlen.S: Unroll the loop.
52640 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52641 strlen-sse2 strlen-sse2-bsf.
52642 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
52643 __strlen_no_bsf if bit_Slow_BSF is set.
52644 (__strlen_sse42): Removed.
52645 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
52646 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
52647
8b2b7715
RM
526482010-08-25 Roland McGrath <roland@redhat.com>
52649
52650 * sysdeps/x86_64/multiarch/varshift.S: File removed.
52651 * sysdeps/x86_64/multiarch/varshift.c: New file.
52652 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
52653 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
52654 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
52655 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
52656
e73015f2
L
526572010-08-25 H.J. Lu <hongjiu.lu@intel.com>
52658
52659 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52660 strlen-sse2 strlen-sse2-bsf.
52661 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
52662 __strlen_sse2_bsf if bit_Slow_BSF is unset.
52663 (__strlen_sse2): Removed.
52664 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
52665 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
52666 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
52667 bit_Slow_BSF for Atom.
52668 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
52669 (index_Slow_BSF): Define.
52670 (HAS_SLOW_BSF): Define.
52671
df24a73e
UD
526722010-08-25 Ulrich Drepper <drepper@redhat.com>
52673
52674 [BZ #10851]
52675 * resolv/res_init.c (__res_vinit): When no server address at all
52676 is given default to loopback.
52677
f2ac4868
RM
526782010-08-24 Roland McGrath <roland@redhat.com>
52679
09055553
RM
52680 * configure.in: Remove config-name.h generation.
52681 * configure: Regenerated.
52682 * config-name.in: File removed.
52683 * scripts/config-uname.sh: New file.
52684 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
52685 ($(objdir)config-name.h): New target.
52686
f2ac4868
RM
52687 * sunrpc/rpc_parse.h: Avoid nested comment.
52688
73f27d5e
RH
526892010-08-24 Richard Henderson <rth@redhat.com>
52690 Ulrich Drepper <drepper@redhat.com>
52691 H.J. Lu <hongjiu.lu@intel.com>
52692
52693 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
52694 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
52695 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
52696 Replace _mm_srli_si128 with __m128i_shift_right. Replace
52697 _mm_alignr_epi8 with _mm_loadu_si128.
52698 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
52699 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
52700 (__m128i_shift_right): Removed.
52701 * sysdeps/i386/i686/multiarch/varshift.h: New file.
52702 * sysdeps/i386/i686/multiarch/varshift.S: New file.
52703 * sysdeps/x86_64/multiarch/varshift.h: New file.
52704 * sysdeps/x86_64/multiarch/varshift.S: New file.
52705
84b9230c
MF
527062010-08-21 Mike Frysinger <vapier@gentoo.org>
52707
52708 * configure.in: Move assembler checks to before sysdep dir checking.
52709
9bbd0ddc
PB
527102010-08-20 Petr Baudis <pasky@suse.cz>
52711
52712 * LICENSES: Sync the sunrpc license.
52713
9da4bb31
UD
527142010-08-19 Ulrich Drepper <drepper@redhat.com>
52715
a7ab6ec8
UD
52716 * sunrpc/auth_des.c: Update copyright notice once again.
52717 * sunrpc/auth_none.c: Likewise.
52718 * sunrpc/auth_unix.c: Likewise.
52719 * sunrpc/authdes_prot.c: Likewise.
52720 * sunrpc/authuxprot.c: Likewise.
52721 * sunrpc/bindrsvprt.c: Likewise.
52722 * sunrpc/clnt_gen.c: Likewise.
52723 * sunrpc/clnt_perr.c: Likewise.
52724 * sunrpc/clnt_raw.c: Likewise.
52725 * sunrpc/clnt_simp.c: Likewise.
52726 * sunrpc/clnt_tcp.c: Likewise.
52727 * sunrpc/clnt_udp.c: Likewise.
52728 * sunrpc/clnt_unix.c: Likewise.
52729 * sunrpc/des_crypt.c: Likewise.
52730 * sunrpc/des_soft.c: Likewise.
52731 * sunrpc/get_myaddr.c: Likewise.
52732 * sunrpc/getrpcport.c: Likewise.
52733 * sunrpc/key_call.c: Likewise.
52734 * sunrpc/key_prot.c: Likewise.
52735 * sunrpc/openchild.c: Likewise.
52736 * sunrpc/pm_getmaps.c: Likewise.
52737 * sunrpc/pm_getport.c: Likewise.
52738 * sunrpc/pmap_clnt.c: Likewise.
52739 * sunrpc/pmap_prot.c: Likewise.
52740 * sunrpc/pmap_prot2.c: Likewise.
52741 * sunrpc/pmap_rmt.c: Likewise.
52742 * sunrpc/rpc/auth.h: Likewise.
52743 * sunrpc/rpc/auth_unix.h: Likewise.
52744 * sunrpc/rpc/clnt.h: Likewise.
52745 * sunrpc/rpc/des_crypt.h: Likewise.
52746 * sunrpc/rpc/key_prot.h: Likewise.
52747 * sunrpc/rpc/netdb.h: Likewise.
52748 * sunrpc/rpc/pmap_clnt.h: Likewise.
52749 * sunrpc/rpc/pmap_prot.h: Likewise.
52750 * sunrpc/rpc/pmap_rmt.h: Likewise.
52751 * sunrpc/rpc/rpc.h: Likewise.
52752 * sunrpc/rpc/rpc_des.h: Likewise.
52753 * sunrpc/rpc/rpc_msg.h: Likewise.
52754 * sunrpc/rpc/svc.h: Likewise.
52755 * sunrpc/rpc/svc_auth.h: Likewise.
52756 * sunrpc/rpc/types.h: Likewise.
52757 * sunrpc/rpc/xdr.h: Likewise.
52758 * sunrpc/rpc_clntout.c: Likewise.
52759 * sunrpc/rpc_cmsg.c: Likewise.
52760 * sunrpc/rpc_common.c: Likewise.
52761 * sunrpc/rpc_cout.c: Likewise.
52762 * sunrpc/rpc_dtable.c: Likewise.
52763 * sunrpc/rpc_hout.c: Likewise.
52764 * sunrpc/rpc_main.c: Likewise.
52765 * sunrpc/rpc_parse.c: Likewise.
52766 * sunrpc/rpc_parse.h: Likewise.
52767 * sunrpc/rpc_prot.c: Likewise.
52768 * sunrpc/rpc_sample.c: Likewise.
52769 * sunrpc/rpc_scan.c: Likewise.
52770 * sunrpc/rpc_scan.h: Likewise.
52771 * sunrpc/rpc_svcout.c: Likewise.
52772 * sunrpc/rpc_tblout.c: Likewise.
52773 * sunrpc/rpc_util.c: Likewise.
52774 * sunrpc/rpc_util.h: Likewise.
52775 * sunrpc/rpcinfo.c: Likewise.
52776 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
52777 * sunrpc/rpcsvc/key_prot.x: Likewise.
52778 * sunrpc/rpcsvc/klm_prot.x: Likewise.
52779 * sunrpc/rpcsvc/mount.x: Likewise.
52780 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
52781 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
52782 * sunrpc/rpcsvc/rex.x: Likewise.
52783 * sunrpc/rpcsvc/rstat.x: Likewise.
52784 * sunrpc/rpcsvc/rusers.x: Likewise.
52785 * sunrpc/rpcsvc/sm_inter.x: Likewise.
52786 * sunrpc/rpcsvc/spray.x: Likewise.
52787 * sunrpc/rpcsvc/yppasswd.x: Likewise.
52788 * sunrpc/rtime.c: Likewise.
52789 * sunrpc/svc.c: Likewise.
52790 * sunrpc/svc_auth.c: Likewise.
52791 * sunrpc/svc_authux.c: Likewise.
52792 * sunrpc/svc_raw.c: Likewise.
52793 * sunrpc/svc_run.c: Likewise.
52794 * sunrpc/svc_simple.c: Likewise.
52795 * sunrpc/svc_tcp.c: Likewise.
52796 * sunrpc/svc_udp.c: Likewise.
52797 * sunrpc/svc_unix.c: Likewise.
52798 * sunrpc/svcauth_des.c: Likewise.
52799 * sunrpc/xcrypt.c: Likewise.
52800 * sunrpc/xdr.c: Likewise.
52801 * sunrpc/xdr_array.c: Likewise.
52802 * sunrpc/xdr_float.c: Likewise.
52803 * sunrpc/xdr_mem.c: Likewise.
52804 * sunrpc/xdr_rec.c: Likewise.
52805 * sunrpc/xdr_ref.c: Likewise.
52806 * sunrpc/xdr_sizeof.c: Likewise.
52807 * sunrpc/xdr_stdio.c: Likewise.
52808
9da4bb31
UD
52809 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
52810 handling.
52811
bdaa77bc
AS
528122010-08-19 Andreas Schwab <schwab@redhat.com>
52813
52814 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
52815
fe2f79db
LM
528162010-08-19 Luis Machado <luisgpm@br.ibm.com>
52817
52818 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
52819 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
52820 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
52821 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
52822 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
52823 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
52824 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
52825 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
52826 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
52827 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
52828 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
52829 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
52830 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
52831 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
52832
b9b42ee0
AB
528332010-07-26 Anton Blanchard <anton@samba.org>
52834
52835 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
52836 * malloc/arena.c (heap_trim): Likewise.
52837
1c06ba31
UD
528382010-08-16 Ulrich Drepper <drepper@redhat.com>
52839
52840 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
52841 here. Not...
52842 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
52843 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
52844
f8392f40
L
528452010-08-12 H.J. Lu <hongjiu.lu@intel.com>
52846
52847 * sysdeps/i386/elf/Makefile: New file.
52848
3162f12e
AS
528492010-08-14 Andreas Schwab <schwab@linux-m68k.org>
52850
52851 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
52852 from fanotify_init.
52853 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
52854 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
52855
28c90b2c
UD
528562010-08-15 Ulrich Drepper <drepper@redhat.com>
52857
52858 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
52859 of strncasecmp_l.
1feccb6c 52860 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 52861
ca6bb004
UD
528622010-08-14 Ulrich Drepper <drepper@redhat.com>
52863
e9f82e0d
UD
52864 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
52865 strncase_l-nonascii.
52866 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
52867 Add strncase_l-ssse3.
52868 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
52869 * sysdeps/x86_64/strcmp.S: Likewise.
52870 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
52871 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
52872 * sysdeps/x86_64/strncase.S: New file.
52873 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
52874 * sysdeps/x86_64/strncase_l.S: New file.
52875 * string/Makefile (strop-tests): Add strncasecmp.
52876 * string/test-strncasecmp.c: New file.
52877
52878 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
52879 warning.
52880
ca6bb004
UD
52881 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
52882 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
52883
052fa7b3
AS
528842010-08-14 Andreas Schwab <schwab@linux-m68k.org>
52885
52886 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
52887
962dba78
UD
528882010-08-12 Ulrich Drepper <drepper@redhat.com>
52889
52890 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
52891 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
52892 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
52893
bebff237
AM
528942010-05-01 Alan Modra <amodra@gmail.com>
52895
52896 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
52897 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
52898 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
52899 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
52900 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
52901 tidying. Don't tail-call __sigjmp_save for static lib.
52902 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
52903 save location.
52904 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
52905 (CALL_MCOUNT): Add eh info, and nop after bl.
52906 (TAIL_CALL_SYSCALL_ERROR): New macro.
52907 (PSEUDO_RET): Use it.
52908 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
52909 Correct save location of integer regs and cr.
52910 (_dl_profile_resolve): Correct cr save location. Delete nops
52911 after bl when SHARED. Reduce cfi size a little by better
52912 placement of cfi directives.
52913 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
52914 make a stack frame. Instead use parm save area as a temp.
52915 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
52916 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
52917 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
52918 Don't make a stack frame for parent, use parm save area.
52919 Increase child stack frame to 112 bytes. Don't save unused reg,
52920 and adjust reg usage. Set up cfi on error recovery and
52921 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
52922 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
52923 (__makecontext): Add dummy nop after jump to exit.
52924 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
52925 Use correct parm save area and cr save, reduce stack frame.
52926 Correct cfi for possible PSEUDO_RET frame setup.
52927 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
52928 Branch to local label emitted by PSEUDO_RET rather than
52929 __syscall_error.
52930
02637374
AS
529312010-08-12 Andreas Schwab <schwab@redhat.com>
52932
52933 [BZ #11904]
52934 * locale/programs/locale.c (print_assignment): New function.
52935 (show_locale_vars): Use it.
52936
c3e2f19b
UD
529372010-08-11 Ulrich Drepper <drepper@redhat.com>
52938
3cdaa6ad
UD
52939 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
52940 field.
52941 (struct statfs64): Likewise.
52942 (_STATFS_F_FLAGS): Define.
52943 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
52944 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52945 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
52946 (ST_VALID): Define locally.
52947 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
52948 __statvfs_getflags, use the provided value.
52949 * sysdeps/unix/sysv/linux/kernel-features.h: Define
52950 __ASSUME_STATFS_F_FLAGS.
52951
754f7da3
UD
52952 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
52953
10b3bedc
UD
52954 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
52955 Add sys/fanotify.h.
52956 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
52957 fanotify_mask for GLIBC_2.13.
52958 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
52959 fanotify_init and fanotify_mark.
52960 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
52961 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
52962
c08fb0d7
UD
52963 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
52964 Add prlimit.
52965 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
52966 prlimit64 for GLIBC_2.13.
52967 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
52968 prlimit64.
52969 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
52970 syscall.
52971 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
52972 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52973 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
52974 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
52975 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
52976 add prlimit alias.
52977 * sysdeps/unix/sysv/linux/prlimit.c: New file.
52978
15bac72b
UD
52979 [BZ #11903]
52980 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
52981 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
52982
c3e2f19b
UD
52983 * nss/Makefile: Add rules to build and run tst-nss-test1.
52984 * shlib-versions: Add entry for libnss_test1.
52985 * nss/nss_test1.c: New file.
52986 * nss/tst-nss-test1.c: New file.
52987
52988 * nss/nsswitch.c (__nss_database_custom): Define new variable.
52989 (__nss_configure_lookup): Set appropriate entry in
52990 __nss_configure_lookup to true.
52991 * nss/nsswitch.h: Define enum with indeces of databases in
52992 databases and __nss_database_custom arrays. Declare
52993 __nss_database_custom.
52994 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
52995 to avoid using nscd when custom rules are installed.
52996 * nss/getXXbyYY_r.c: Likewise.
52997 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
52998
52999 * nss/nss_files/files-parse.c: Whitespace fixes.
53000
f15ce4d8
UD
530012010-08-09 Ulrich Drepper <drepper@redhat.com>
53002
53003 [BZ #11883]
53004 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53005 * posix/fnmatch_loop.c: Likewise.
53006
d22e4cc9
AK
530072010-07-17 Andi Kleen <ak@linux.intel.com>
53008
53009 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53010 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53011 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53012 * Versions.def [GLIBC_2.13]: Add.
53013
805bc17d
UD
530142010-08-06 Ulrich Drepper <drepper@redhat.com>
53015
53016 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53017 Also fail if tpwd after pwuid call is NULL.
53018
5a42321d
ST
530192010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
53020
53021 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53022 when converting to ms.
53023
fd3ebeda
ST
530242010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
53025
53026 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53027 EOPNOTSUPP errors with ENOTTY.
53028 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53029 EOPNOTSUPP errors with ENOTTY.
53030
73507d3a
UD
530312010-07-31 Ulrich Drepper <drepper@redhat.com>
53032
53033 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53034 Add strcasecmp_l-ssse3.
53035 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53036 strcasecmp.
53037 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53038 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53039 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53040
fe36dd02
UD
530412010-07-30 Ulrich Drepper <drepper@redhat.com>
53042
66f6765a
UD
53043 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53044
42e08a54
UD
53045 * string/Makefile (strop-tests): Add strcasecmp.
53046 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53047 strcasecmp_l-nonascii.
53048 (gen-as-const-headers): Add locale-defines.sym.
53049 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53050 * sysdeps/x86_64/strcasecmp.S: New file.
53051 * sysdeps/x86_64/strcasecmp_l.S: New file.
53052 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53053 * sysdeps/x86_64/locale-defines.sym: New file.
53054 * string/test-strcasecmp.c: New file.
53055
fe36dd02
UD
53056 * string/test-strcasestr.c: Test both ends of the range of characters.
53057 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53058
48cbc0d6
RM
530592010-07-29 Roland McGrath <roland@redhat.com>
53060
76e6d6bc 53061 [BZ #11856]
48cbc0d6
RM
53062 * manual/locale.texi (Yes-or-No Questions): Fix example code.
53063
880113d9
UD
530642010-07-27 Ulrich Drepper <drepper@redhat.com>
53065
53066 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53067 for ld.so.
53068
deb9cabb
AS
530692010-07-27 Andreas Schwab <schwab@redhat.com>
53070
53071 * manual/memory.texi (Malloc Tunable Parameters): Document
53072 M_PERTURB.
53073
1c7570ff
RM
530742010-07-26 Roland McGrath <roland@redhat.com>
53075
53076 [BZ #11840]
53077 * configure.in (-fgnu89-inline check): Set and substitute
53078 gnu89_inline, not libc_cv_gnu89_inline.
53079 * configure: Regenerated.
53080 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53081
24fb0f88
UD
530822010-07-26 Ulrich Drepper <drepper@redhat.com>
53083
53084 * string/test-strnlen.c: New file.
53085 * string/Makefile (strop-tests): Add strnlen.
53086 * string/tester.c (test_strnlen): Add a few more test cases.
53087 * string/tst-strlen.c: Better error reporting.
53088
53089 * sysdeps/x86_64/strnlen.S: New file.
53090
8e96b93a
UD
530912010-07-24 Ulrich Drepper <drepper@redhat.com>
53092
53093 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53094 lower-latency instructions.
53095
dbc676d4
UD
530962010-07-23 Ulrich Drepper <drepper@redhat.com>
53097
53098 * string/test-strcasestr.c: New file.
53099 * string/test-strstr.c: New file.
53100 * string/Makefile (strop-tests): Add strstr and strcasestr.
53101 * string/str-two-way.h: Don't undefine MAX.
53102 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53103
f6a31e0e
AS
531042010-07-21 Andreas Schwab <schwab@redhat.com>
53105
53106 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53107 strcasestr-nonascii.
53108 (CFLAGS-strcasestr-nonascii.c): Define.
53109 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53110 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53111 Remove unused attribute.
53112
5dbc3b6c
RM
531132010-07-20 Roland McGrath <roland@redhat.com>
53114
53115 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53116 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
53117 ld.so.cache was broken. With it, there is no way to disable dsocaps
53118 like LD_HWCAP_MASK can disable hwcaps.
53119
23d101d8
EPM
531202010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
53121
53122 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53123
cc9f2e47
UD
531242010-07-16 Ulrich Drepper <drepper@redhat.com>
53125
53126 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53127 call in strcasestr.
53128 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53129 __strcasestr_sse42_nonascii.
53130 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53131 strcasestr-nonascii.c.
53132 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53133
77c1b069
LM
531342010-06-15 Luis Machado <luisgpm@br.ibm.com>
53135
53136 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53137 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53138 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53139 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53140
440566c3
UD
531412010-07-09 Ulrich Drepper <drepper@redhat.com>
53142
53143 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53144 fcntl.
53145
5be9d05d
AS
531462010-07-06 Andreas Schwab <schwab@redhat.com>
53147
c30b7ee2 53148 [BZ #11577]
5be9d05d
AS
53149 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53150 dl_signal_cerror.
53151
8a492a67
UD
531522010-07-06 Ulrich Drepper <drepper@redhat.com>
53153
53154 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53155 _PC_PIPE_BUF using F_GETPIPE_SZ.
53156
713df3d5
RM
531572010-07-05 Roland McGrath <roland@redhat.com>
53158
53159 * manual/arith.texi (Rounding Functions): Fix rint description
53160 implicit in round description.
53161
702e8f14
UD
531622010-07-02 Ulrich Drepper <drepper@redhat.com>
53163
53164 * elf/Makefile: Fix linking for a few tests to make recent linker
53165 happy.
53166
52ed8be9
AS
531672010-06-30 Andreas Schwab <schwab@redhat.com>
53168
53169 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53170 $(common-objpfx)libc_nonshared.a.
53171
f47c9a11
LM
531722010-06-21 Luis Machado <luisgpm@br.ibm.com>
53173
53174 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53175 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53176 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53177 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53178 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53179 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53180 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53181 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53182 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53183 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53184 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53185 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53186 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53187 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53188 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53189 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53190 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53191 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53192 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53193 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53194 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53195 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53196 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53197 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53198 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53199 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53200 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53201 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53202 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53203 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53204 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53205 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53206 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53207 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53208 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53209 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53210 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53211 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53212 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53213 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53214 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53215 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53216 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53217 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53218 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53219 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53220 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53221 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53222
6fb8cbcb
L
532232010-06-25 H.J. Lu <hongjiu.lu@intel.com>
53224
53225 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53226 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
53227 * string/memmove.c (memmove): Renamed to ...
53228 (MEMMOVE): ...this. Default to memmove.
53229 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53230 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53231 (END_CHK): Define.
53232 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53233 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53234 mempcpy-ssse3-back memmove-ssse3-back.
53235 * sysdeps/x86_64/multiarch/bcopy.S: New file .
53236 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53237 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53238 * sysdeps/x86_64/multiarch/memcpy.S: New file.
53239 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53240 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53241 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53242 * sysdeps/x86_64/multiarch/memmove.c: New file.
53243 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53244 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53245 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53246 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53247 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53248 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53249 Define.
53250 (index_Fast_Copy_Backward): Define.
53251 (HAS_ARCH_FEATURE): Define.
53252 (HAS_FAST_REP_STRING): Define.
53253 (HAS_FAST_COPY_BACKWARD): Define.
53254
4e733bac 532552010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
53256
53257 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53258 Restore proper fallback handling.
53259
63c4ed22
UD
532602010-06-19 Ulrich Drepper <drepper@redhat.com>
53261
ac2b484c
UD
53262 [BZ #11701]
53263 * posix/group_member.c (__group_member): Correct checking loop.
53264
63c4ed22
UD
53265 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53266 OOM in getpwuid_r correctly. Return error number when the caller
53267 should return, otherwise -1.
53268 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53269 call returning > 0 value.
53270 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53271
765ade4b
AS
532722010-06-07 Andreas Schwab <schwab@redhat.com>
53273
53274 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53275 libc_nonshared.a from targets in modules-names.
53276
80da2e09
KS
532772010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
53278
53279 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53280 requires it.
53281
158db122
LM
532822010-06-10 Luis Machado <luisgpm@br.ibm.com>
53283
53284 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53285 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53286 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53287 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53288
caa78cf8
AS
532892010-06-02 Andreas Schwab <schwab@redhat.com>
53290
53291 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53292
b2ef2c01
UD
532932010-06-14 Ulrich Drepper <drepper@redhat.com>
53294
53295 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53296 and F_GETPIPE_SZ.
53297 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53298 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53299 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53300 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53301 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53302 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53303
fbd643b6
RM
533042010-06-14 Roland McGrath <roland@redhat.com>
53305
53306 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53307
f32f2869
JJ
533082010-06-07 Jakub Jelinek <jakub@redhat.com>
53309
53310 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53311 __REDIRECT followed by __THROW.
53312 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53313 * posix/getopt.h (getopt): Likewise.
53314
2a50c078
EPM
533152010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
53316
53317 * hurd/lookup-at.c (__file_name_lookup_at): Accept
53318 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
53319 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53320 in AT_FLAGS.
53321 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53322 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53323
eb5ad2eb
LM
533242010-05-28 Luis Machado <luisgpm@br.ibm.com>
53325
53326 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53327
3c88fe1e
L
533282010-05-26 H.J. Lu <hongjiu.lu@intel.com>
53329
53330 [BZ #11640]
53331 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53332 Properly check family and model.
53333
d2f73151
TY
533342010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
53335
53336 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53337
ebd2e13d
LM
533382010-05-24 Luis Machado <luisgpm@br.ibm.com>
53339
53340 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53341
b32b8b45
UD
533422010-05-21 Ulrich Drepper <drepper@redhat.com>
53343
53344 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53345 symbol reference.
53346
9acbe24d
AS
533472010-05-19 Andreas Schwab <schwab@redhat.com>
53348
53349 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53350 symbol reference.
53351
f0ccf6ea
AS
533522010-05-21 Andreas Schwab <schwab@redhat.com>
53353
3d04ff3a
AS
53354 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53355 and internal_recvmmsg.
53356 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53357 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53358 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53359 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53360
f0ccf6ea
AS
53361 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53362 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53363 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53364
5b08ac57
AS
533652010-05-20 Andreas Schwab <schwab@redhat.com>
53366
53367 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53368
4828935d
LM
533692010-05-17 Luis Machado <luisgpm@br.ibm.com>
53370
53371 POWER7 optimizations.
53372 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53373 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53374
373d545e
UD
533752010-05-19 Ulrich Drepper <drepper@redhat.com>
53376
53377 * version.h: Update for 2.13 development version.
53378
21a2b1ae
AS
533792010-05-12 Andrew Stubbs <ams@codesourcery.com>
53380
53381 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53382 exceptions. Return 0.
53383
3f7dcb2b
RM
533842010-05-07 Roland McGrath <roland@redhat.com>
53385
53386 * elf/ldconfig.c (main): Add a const.
53387
5f24d53a 533882010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 53389
a160f8d8
UD
53390 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53391 (args_options): Add no-idn option.
53392 (ahosts_keys_int): Add idn_flags to ai_flags.
53393 (parse_option): Handle 'i' option to clear idn_flags.
53394
5f24d53a
UD
53395 * malloc/malloc.c (_int_free): Possible race in the most recently
53396 added check. Only act on the data if no current modification
53397 happened.
265bb1ce
UD
53398
53399See ChangeLog.17 for earlier changes.