]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Fix lgammaf spurious underflows (bug 18220).
[thirdparty/glibc.git] / ChangeLog
CommitLineData
ff069f02
JM
12015-05-15 Joseph Myers <joseph@codesourcery.com>
2
3 [BZ #18220]
4 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
5 2**26 not 2**58 as threshold for returning x * (log (x) - 1).
6 * math/auto-libm-test-in: Add another test of lgamma.
7 * math/auto-libm-test-out: Regenerated.
8
0e9be4db
WD
92015-05-15 Wilco Dijkstra <wdijkstr@arm.com>
10
11 * stdio-common/printf_fp.c (___printf_fp): Use abs.
12 * stdlib/gmp-impl.h (ABS): Remove define. (ABSIZ): Remove.
13 * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
14 * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
15 (ESUB): Use fabs. (ADD2): Use fabs. (SUB2): Use fabs.
16 (ADD2A): Use fabs. (SUB2A): Use fabs.
17 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
18 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
19 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
20 (log1): Use fabs. (my_log2): Use fabs.
21 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
22 * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
23 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
24 * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
25 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
26 (__cos): Use fabs. (slow): Use fabs. (slow2): Use fabs.
27 (sloww): Use fabs. (sloww1): Use fabs. (sloww2): Use fabs.
28 (bslow1): Use fabs. (bslow2): Use fabs. (cslow2): Use fabs.
29 (csloww): Use fabs. (csloww1): Use fabs. (csloww2): Use fabs.
30 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
31 * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
32
fbc68f03
JM
332015-05-15 Joseph Myers <joseph@codesourcery.com>
34
35 [BZ #18217]
36 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
37 as threshold for returning 1 - x.
38 * math/auto-libm-test-in: Add more tests of erfc.
39 * math/auto-libm-test-out: Regenerated.
40
0b7a5f92
JM
412015-05-14 Joseph Myers <joseph@codesourcery.com>
42
9a71f1fc
JM
43 [BZ #18196]
44 * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
45 threshold for large arguments.
46 * math/auto-libm-test-in: Add another test of atan.
47 * math/auto-libm-test-out: Regenerated.
48
0b7a5f92
JM
49 [BZ #16339]
50 * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
51 (__log1p): Force underflow exception for results with small
52 absolute value.
53 * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
54 (__log1pf): Force underflow exception for results with small
55 absolute value.
56 * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
57 (__log1p): Force underflow exception for results with small
58 absolute value.
59 * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
60 (__log1pf): Force underflow exception for results with small
61 absolute value.
62 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
63 (__log1pl): Force underflow exception for results with small
64 absolute value.
65 * math/auto-libm-test-in: Do not allow missing underflow
66 exceptions from log1p.
67 * math/auto-libm-test-out: Regenerated.
68
95b07fbc
AZ
692015-05-14 Jakub Bogusz <qboosh@pld-linux.org>
70 Adhemerval Zanella <adhemerval.zanella@linaro.org>
71
b2fb2524 72 [BZ #16704]
95b07fbc
AZ
73 * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
74
ee971601
AS
752015-05-14 Andrew Senkevich <andrew.senkevich@intel.com>
76
5695d46f
AS
77 * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
78 (libmvec): New variable.
79 * configure.ac: Added option for mathvec build.
80 * configure: Regenerated.
81 * mathvec/Depend: New file.
82 * mathvec/Makefile: New file.
83 * shlib-versions: Added libmvec.
84 * math/Makefile: Added rule for libm.so installation.
85
202d48da
AS
86 * bits/math-vector.h: New file.
87 * bits/libm-simd-decl-stubs.h: New header.
88 * math/Makefile (headers): Added new header
89 libm-simd-decl-stubs.h.
90 * math/math.h (__MATHCALL_VEC): New macro.
91
58c50f06
AS
92 * math/gen-libm-have-vector-test.sh: Script generates series of macros
93 for conditions in testing functions.
94 * math/Makefile: Added call of libm-have-vector-test.sh.
95 * math/libm-test.inc (HAVE_VECTOR): New macros.
96
a6cdcd75
AS
97 * math/libm-test.inc: START refactored.
98 * math/test-double.c (TEST_MATHVEC): Add define.
99 * math/test-float.c: Likewise.
100 * math/test-idouble.c: Likewise.
101 * math/test-ifloat.c: Likewise.
102 * math/test-ildoubl.c: Likewise.
103 * math/test-ldouble.c: Likewise.
104 * sysdeps/generic/math-tests-arch.h
105 (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
106 architecture check.
107
ee971601
AS
108 * math/test-double.c (FUNC_TEST): New macro.
109 * math/test-float.c: Likewise.
110 * math/test-idouble.c: Likewise.
111 * math/test-ifloat.c: Likewise.
112 * math/test-ildoubl.c: Likewise.
113 * math/test-ldouble.c: Likewise.
114 * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
115
b88a18e1
RM
1162015-05-13 Roland McGrath <roland@hack.frob.com>
117
9e4ec74f
RM
118 * sysdeps/nacl/fdopendir.c: New file.
119
95341673 120 * dirent/scandir-tail.c: New file.
d2ee815a
RM
121 * dirent/scandir64-tail.c: New file.
122 * dirent/Makefile (routines): Add them.
95341673 123 (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
d2ee815a
RM
124 * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
125 * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
126 [!SCANDIR] (SCANDIR_TAIL): New macro.
127 (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
128 * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
129 (SCANDIRAT): Macro removed.
130 (SCANDIR_TAIL): New macro.
131 * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
132 [!SCANDIRAT] (SCANDIR_TAIL): New macro.
133 (SCANDIRAT): Just call __opendirat and __scandir_tail.
134 * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
135 (READDIR): Macro removed.
136 (SCANDIR_TAIL): New macro.
137 * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
138 (SCANDIR_TAIL): New macro.
139
83c10893
RM
140 * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
141 * dirent/scandir-cancel.c: ... to this new file.
142 * dirent/Makefile (routines): Add it.
143 * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
144 * sysdeps/unix/sysv/linux/i386/scandir64.c
145 (SKIP_SCANDIR_CANCEL): Macro removed.
146 * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
147
b88a18e1
RM
148 * dirent/tst-scandir.c: New file.
149 * dirent/tst-scandir64.c: New file.
150 * dirent/Makefile (tests): Add them.
151
d9efd775
L
1522015-05-13 H.J. Lu <hongjiu.lu@intel.com>
153
154 [BZ #18409]
155 * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
156
265a9b73
SN
1572015-05-13 Szabolcs Nagy <szabolcs.nagy@arm.com>
158
159 * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
160 list.
161
60ccaf75
LH
1622015-05-13 Leonhard Holz <leonhard.holz@web.de>
163
164 * benchtests/bench-strcoll.c: New benchmark.
165 * benchtests/Makefile: Generate locales and run benchmark.
166 * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
167 * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
168 * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
169 * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
170 * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
171 * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
172 * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
173 * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
174 * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
175 * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
176 * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
177 * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
178 * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
179 * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
180 * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
181 * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
182 * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
183 * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
184 * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
185 * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
186 * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
187 * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
188 * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
189 * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
190
0f4840be
OB
1912015-05-12 Ondřej Bílka <neleai@seznam.cz>
192
193 * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
194 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
195
7327b333
RM
1962015-05-12 Roland McGrath <roland@hack.frob.com>
197
198 * posix/uname-values.h: New file.
199 * posix/uname.c: Include that instead of <config-name.h>.
200 * sysdeps/nacl/uname-values.h: New file.
201 * sysdeps/arm/nacl/uname-values.h: New file.
202
8e65ea4d
JM
2032015-05-12 Joseph Myers <joseph@codesourcery.com>
204
205 * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
206 splitting into fields.
207
a964c6e4 2082015-05-12 Leonhard Holz <leonhard.holz@web.de>
f13c2a8d
LH
209
210 * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
211 * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
212 * locale/localeinfo.h: Add enum collation_encoding_type.
213 * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
214 * programs/ld-collate.c (collate_output): Add encoding type info.
215 * string/strcoll_l.c (STRDIFF): New function.
216 * (STRCOLL): Use STRDIFF to skip over equal prefix.
217 * wcsmbs/wcscoll_l.c: Define STRDIFF.
218
34cb304e
JM
2192015-05-11 Joseph Myers <joseph@codesourcery.com>
220
221 [BZ #18397]
222 * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
223 * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here. Include
224 <fpu_control.h> instead of <math/fpu_control.c>.
225 * sysdeps/mips/mips32/fpu/Makefile: New file.
226
b13b96ca
AS
2272015-05-11 Andreas Schwab <schwab@suse.de>
228
229 [BZ #18007]
230 * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
231 nss_endgrent.
232 (_nss_compat_endgrent): Call nss_endgrent.
233 * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
234 nss_endpwent.
235 (_nss_compat_endpwent): Call nss_endpwent.
236 * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
237 needent, call nss_setspent only if non-zero.
238 (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
239 (internal_endspent): Don't call nss_endspent.
240 (_nss_compat_endspent): Call nss_endspent.
241 * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
242 Remove. All uses removed.
243 (internal_setent): Remove parameter stayopen, add parameter
244 stream. Use it instead of global variable.
245 (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
246 (internal_endent, internal_getent): Add parameter stream. Use it
247 instead of global variable.
248 (CONCAT(_nss_files_end,ENTNAME))
249 (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
250 (_nss_files_get##name##_r): Pass local stream. Remove locking.
251 * nss/nss_files/files-alias.c (position, last_use): Remove. All
252 uses removed.
253 (internal_setent, internal_endent): Add parameter stream. Use it
254 instead of global variable.
255 (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
256 stream.
257 (get_next_alias): Add parameter stream.
258 (_nss_files_getaliasent_r): Pass global stream.
259 (_nss_files_getaliasbyname_r): Pass local stream. Remove locking.
260 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
261 (_nss_files_gethostbyname4_r): Pass local stream to
262 internal_setent, internal_getent and internal_endent. Remove
263 locking.
264
e1b6cb04
SL
2652015-05-11 Stefan Liebler <stli@linux.vnet.ibm.com>
266
267 * tst-strfmon1.c (tests): Update expected currency symbol.
268
c4c977c6
RM
2692015-05-08 Roland McGrath <roland@hack.frob.com>
270
271 * sysdeps/nacl/gethostname.c: New file.
272
14f36098
JM
2732015-05-08 Joseph Myers <joseph@codesourcery.com>
274
275 * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
276 and sinh.
277 * math/auto-libm-test-out: Regenerated.
278 * sysdeps/i386/fpu/libm-test-ulps: Update.
279 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
280
c92d40c0
CD
2812015-05-08 Carlos O'Donell <carlos@redhat.com>
282
283 [BZ #18125]
284 * stdlib/tst-setcontext3.c: New file.
285 * stdlib/tst-setcontext3.sh: New file.
286 * stdlib/Makefile (tests): Add tst-setcontext3.
287 (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
288 to verify test program created output file.
289 * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
290 * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
291 * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
292 * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
293
48276b67
RM
2942015-05-06 Roland McGrath <roland@hack.frob.com>
295
b5fe8ec8
RM
296 [BZ #18383]
297 * elf/tst-tlsalign.c: New file.
298 * elf/tst-tlsalign-static.c: New file.
299 * elf/tst-tlsalign-lib.c: New file.
300 * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
301 (tests-static): Add tst-tlsalign-static.
302 (modules-names): Add tst-tlsalign-lib.
303 (test-xfail-tst-tlsalign): New variable.
304 (test-xfail-tst-tlsalign-static): New variable.
305
48276b67
RM
306 * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
307 Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
308
471dffa1
JM
3092015-05-06 Joseph Myers <joseph@codesourcery.com>
310
311 * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
312 csqrt, erfc, sin and sincos.
313 * math/auto-libm-test-out: Regenerated.
314 * sysdeps/i386/fpu/libm-test-ulps: Update.
315 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
316
eda361c8
WD
3172015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>
318
319 * sysdeps/aarch64/libm-test-ulps: Update.
320
31450d9a
JM
3212015-05-05 Joseph Myers <joseph@codesourcery.com>
322
323 * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
324 clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
325 * math/auto-libm-test-out: Regenerated.
326 * sysdeps/i386/fpu/libm-test-ulps: Update.
327 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
328
a6ab6ccd
DM
3292015-04-30 Daniel Marjamäki <daniel.marjamaki@evidente.se>
330
331 [BZ #18265]
332 * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
333 (wcsncpy): Likewise.
334
d0ccd0d9
FW
3352015-05-05 Florian Weimer <fweimer@redhat.com>
336
337 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
338 Assume __ASSUME_FALLOCATE is always true.
339 * sysdeps/unix/sysv/linux/posix_fallocate64.c
340 (__posix_fallocate64_l64): Likweise.
341 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
342 (posix_fallocate): Likewise.
343 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
344 (__posix_fallocate64_l64): Likewise.
345 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
346 [!__ASSUME_FALLOCATE]: Add comment.
347
4bd40bcf
FW
3482015-05-05 Florian Weimer <fweimer@redhat.com>
349
350 * sysdeps/unix/sysv/linux/i386/Makefile
351 (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
352 (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
353 * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
354 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
355 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
356 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
357 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
358
305392ea
JM
3592015-05-02 Joseph Myers <joseph@codesourcery.com>
360
361 * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
362 cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
363 tgamma.
364 * math/auto-libm-test-out: Regenerated.
365 * sysdeps/i386/fpu/libm-test-ulps: Update.
366 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
367
a0d31f36
JM
3682015-05-01 Joseph Myers <joseph@codesourcery.com>
369
51e15247
JM
370 * math/auto-libm-test-in: Add more tests of tgamma.
371 * math/auto-libm-test-out: Regenerated.
372 * sysdeps/i386/fpu/libm-test-ulps: Update.
373 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
374
5ffb9a53
JM
375 * math/auto-libm-test-in: Add more tests of tanh.
376 * math/auto-libm-test-out: Regenerated.
377 * sysdeps/i386/fpu/libm-test-ulps: Update.
378 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
379
0957e15d
JM
380 * math/auto-libm-test-in: Add more tests of tan.
381 * math/auto-libm-test-out: Regenerated.
382 * sysdeps/i386/fpu/libm-test-ulps: Update.
383 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
384
827bb585
JM
385 * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
386 * math/auto-libm-test-out: Regenerated.
387 * sysdeps/i386/fpu/libm-test-ulps: Update.
388 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
389
86793ae7
JM
390 * math/auto-libm-test-in: Add another test of pow.
391 * math/auto-libm-test-out: Regenerated.
392 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
393
038e4be9
JM
394 * math/auto-libm-test-in: Add more tests of lgamma.
395 * math/auto-libm-test-out: Regenerated.
396 * sysdeps/i386/fpu/libm-test-ulps: Update.
397 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
398
a0d31f36
JM
399 * math/auto-libm-test-in: Add more tests of log, log10, log2 and
400 log1p.
401 * math/auto-libm-test-out: Regenerated.
402 * sysdeps/i386/fpu/libm-test-ulps: Update.
403 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
404
b4336ba4
MW
4052015-05-01 Mark Wielaard <mjw@redhat.com>
406
407 * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
408 Elf64_Chdr structs and ELFCOMPRESS constants.
409
c5a3a509
JM
4102015-05-01 Joseph Myers <joseph@codesourcery.com>
411
e1483b36
JM
412 * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
413 expm1.
414 * math/auto-libm-test-out: Regenerated.
415 * sysdeps/i386/fpu/libm-test-ulps: Update.
416 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
417
c5a3a509
JM
418 * math/auto-libm-test-in: Add more tests of erf and erfc.
419 * math/auto-libm-test-out: Regenerated.
420 * sysdeps/i386/fpu/libm-test-ulps: Update.
421 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
422
44cb254f
SN
4232015-05-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
424
425 * config.h.in (HAVE_AARCH64_BE): Add.
426
0833cecd
JM
4272015-04-30 Joseph Myers <joseph@codesourcery.com>
428
9862ab1f
JM
429 * math/auto-libm-test-in: Add more tests of csqrt.
430 * math/auto-libm-test-out: Regenerated.
431 * sysdeps/i386/fpu/libm-test-ulps: Update.
432 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
433
094fca83
JM
434 * math/auto-libm-test-in: Add more tests of cosh and sinh.
435 * math/auto-libm-test-out: Regenerated.
436 * sysdeps/i386/fpu/libm-test-ulps: Update.
437 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
438
0833cecd
JM
439 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
440
314647f7
RM
4412015-04-29 Roland McGrath <roland@hack.frob.com>
442
45c2c564
RM
443 * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
444 * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
445
3600cf1e
RM
446 * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
447 (euidaccess, eaccess): Define as weak aliases.
448
314647f7
RM
449 * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
450 __SLONGWORD_TYPE rather than __S32_TYPE. They are the same size,
451 but __suseconds_t is often 'long int' so some sources assume that
452 type is being used (e.g. they use %ld to print tv_usec).
453
03d2730b
FW
4542015-04-29 Florian Weimer <fweimer@redhat.com>
455
456 [BZ #18007]
457 * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
458 (CVE-2014-8121)
459 * nss/tst-nss-getpwent.c: New file.
460 * nss/Makefile (tests): Add new test.
461
7d0b2575
JM
4622015-04-28 Joseph Myers <joseph@codesourcery.com>
463
464 [BZ #18346]
465 * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
466 exponents less than 48 as cases where high part of mantissa needs
467 examining to determine whether argument is integral.
468 * math/libm-test.inc (round_test_data): Add more tests.
469
fb4041ae
MW
4702015-04-28 Mark Wielaard <mjw@redhat.com>
471
472 * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
473
3f2e21e9
DM
4742015-04-27 David S. Miller <davem@davemloft.net>
475
476 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
477 __tls_get_addr.
478 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
479
5cffc05e
L
4802015-04-27 H.J. Lu <hongjiu.lu@intel.com>
481
482 [BZ#18333]
483 * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
484
cc8dcf96
FW
4852015-04-27 Florian Weimer <fweimer@redhat.com>
486
487 [BZ#18333]
488 * time/tzset.c (parse_tzname): Return error on memory allocation
489 failure.
490 * test-skeleton.c (struct temp_name_list): Change type of name
491 member to non-const.
492 (add_temp_file): Create a copy of the file name.
493 (delete_temp_files): Deallocate memory.
494 (create_temp_file): Add comment.
495
2dd6ee79
FW
4962015-04-24 Florian Weimer <fweimer@redhat.com>
497
498 * io/posix_fallocate.c (posix_fallocate): Do not set errno.
499 * io/posix_fallocate64.c (posix_fallocate64): Likewise.
500
c25fec6f
RM
5012015-04-24 Roland McGrath <roland@hack.frob.com>
502
503 * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
504 * sysdeps/arm/configure: Regenerated.
505
42261ad7
FW
5062015-04-24 Florian Weimer <fweimer@redhat.com>
507
508 [BZ #17715]
509 * time/tzfile.c (__tzfile_read): Check for large values of
510 tzh_ttisstdcnt and tzh_ttisgmtcnt. Use malloc instead of alloca.
511 * time/tzset.c (__tzstring_len): New function, based on the old
512 __tzstring function.
513 (__tzstring): Call __tzstring_len.
514 (parse_tzname): New helper function extracted from
515 __tzset_parse_tz. Call __tzstring_len, without making a copy of
516 the input string.
517 (parse_offset): New helper function extracted from
518 __tzset_parse_tz. Replace switch with fallthrough with
519 initialization before sscanf.
520 (parse_rule): Likewise.
521 (__tzset_parse_tz): Rewrite using the new helper functions. Use
522 new-style function definition.
523 * timezone/Makefile (tests): Add tst-tzset.
524 (tst-tzset.out): Dependencies on time zone files.
525 (tst-tzset-ENV): Set TZDIR.
526 (testdata/XT%): Copy crafted time zone files.
527 * timezone/README: Mention crafted time zone files.
528 * timezone/testdata/XT1, timezone/testdata/XT2,
529 timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
530 files.
531 * timezone/tst-tzset.c: New test.
532
ed159672
FW
5332015-04-24 Florian Weimer <fweimer@redhat.com>
534
535 * Makeconfig (+gccwarn): Remove -Winline.
536
8666ab5c
SL
5372015-04-24 Stefan Liebler <stli@linux.vnet.ibm.com>
538
539 * sysdeps/s390/fpu/libm-test-upls: Regenerate.
540
f7fba805
SL
5412015-04-24 Stefan Liebler <stli@linux.vnet.ibm.com>
542
543 * NEWS: Mention sysconf() cache information support for s390.
544 * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
545
92f28979
WD
5462015-04-22 Wilco Dijkstra <wdijkstr@arm.com>
547
548 * math/k_casinh.c (__kernel_casinh): Use __copysign.
549 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
550 (__nearbyint): Likewise.
551 * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
552 (copysignl): Likewise.
553
2959eda9
AS
5542015-04-21 Arjun Shankar <arjun.is@lostca.se>
555
556 [BZ #18287]
557 * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
558 based on padding. (CVE-2015-1781)
559
7bf8fb10
AZ
5602015-04-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
561
562 * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
563 libc-vdso.h.
564 * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
565 * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
566 * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
567 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
568 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
569 * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
570 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
571 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
572 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
573 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
574 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
575 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
576 * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
577 * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
578 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
579 * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
580 * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
581 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
582 * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
583 * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
584 * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
585 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
586 * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
587
03c1e456
PE
5882015-04-19 Paul Eggert <eggert@cs.ucla.edu>
589
590 * stdlib/setenv.c (__add_to_environ):
591 Dump core quickly if setenv (..., NULL, ...) is called.
592 This time, do it the right way, and pacify GCC with a pragma.
593
328c44c3
RM
5942015-04-17 Roland McGrath <roland@hack.frob.com>
595
2bd2cad9
RM
596 * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
597 IMAP->l_prev cannot be null, and #if out the code for the contrary
598 case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
599 believe that NS (&_dl_ns[NSID]) could point outside the array.
600
328c44c3
RM
601 * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
602 check. Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
603 before using NSID as an index.
604
aa4980fc
DM
6052015-04-17 Il'ya Malakhov <ilmalakhov@yandex.ru>
606
607 [BZ #17825]
608 * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
609 * sysdeps/sparc/sparc64/memcmp.S: Likewise.
610 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
611
d1e44df1
RM
6122015-04-17 Roland McGrath <roland@hack.frob.com>
613
614 Add preliminary port to Google Native Client on ARM.
615 * abi-tags (.*-.*-nacl.*): New entry.
616 * sysdeps/arm/nacl: New directory.
617 * sysdeps/nacl: New directory.
618
f7092599
DM
6192015-04-16 David S. Miller <davem@davemloft.net>
620
621 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
622 lowlevellock-futex.h
623
da6989f9
CM
6242015-04-16 Chris Metcalf <cmetcalf@ezchip.com>
625
626 * sysdeps/tile/configure.ac: New file.
627 * sysdeps/tile/configure: Regenerated.
628
fb78612a
AZ
6292015-04-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
630
631 * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr. Remove
632 conditionals for weak_alias and libc_hidden_weak.
633 * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
634 libc_hidden_weak and weak_alias.
635 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
636 Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
637 and weak_alias for static one.
638
a8b6a3a6
DM
6392015-04-15 David S. Miller <davem@davemloft.net>
640
641 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
642
920a0395
SL
6432015-04-13 Stefan Liebler <stli@linux.vnet.ibm.com>
644
645 [BZ #18206]
646 * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
647 Use signed comparision instead of substraction to avoid
648 overflow bug.
649 * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
650 Take the sign of ret.
651 * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
652 Do not expect precise return values. Only the sign matters.
653 * wcsmbs/Makefile (strop-tests): Add wcsncmp.
654 * wcsmbs/test-wcsncmp.c: New File.
655 * string/test-strncmp.c: Add wcsncmp support.
656
de8aadd5
SL
6572015-04-13 Stefan Liebler <stli@linux.vnet.ibm.com>
658
659 [BZ #6792]
660 * math/w_log1p.c: New file.
661 * math/w_log1pf.c: Likewise.
662 * math/w_log1pl.c: Likewise.
663 * math/Makefile (libm-calls): Add w_log1p.
664 * math/s_log1pl.c (log1pl): Remove weak_alias.
665 * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
666 * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
667 * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
668 * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
669 * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
670 [NO_LONG_DOUBLE] (log1pl): Likewise.
671 * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
672 * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
673 * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
674 (log1p): Remove long_double_symbol.
675 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
676 * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
677 * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
678 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
679 remove weak_alias for corresponding log1p function.
680 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
681 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
682 * sysdeps/ia64/fpu/w_log1p.c: New file.
683 * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
684 * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
685 * math/libm-test.inc (log1p_test_data): Add errno expectations.
686
5556d30c
JM
6872015-04-10 Joseph Myers <joseph@codesourcery.com>
688
689 [BZ #18247]
690 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
691 decimal exponent by 1.
692 * stdlib/tst-strtod-round-data: Add more tests.
693 * stdlib/tst-strtod-round.c (tests): Regenerated.
694
b3c66c53
JM
6952015-04-09 Joseph Myers <joseph@codesourcery.com>
696
697 * math/auto-libm-test-in: Add more tests of clog and clog10.
698 * math/auto-libm-test-out: Regenerated.
699 * sysdeps/i386/fpu/libm-test-ulps: Update.
700 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
701
b0b88abc
RM
7022015-04-09 Roland McGrath <roland@hack.frob.com>
703
8a257e2c
RM
704 * Makeconfig (module-cppflags): Exclude all .v.i files.
705 (skip-module-cppflags): Variable removed.
706
05439291
RM
707 * configure.ac (libc_config_ok): Initialize before reading
708 preconfigure scripts, not after.
709 * configure: Regenerated.
710
b0b88abc
RM
711 * test-skeleton.c (TIMEOUT): Move #define to top level.
712 (main): Grok environment variable TEST_DIRECT. If set, print
713 test expectation details into that file and then behave as if
714 given --direct.
715
2902af16
FW
7162015-04-09 Florian Weimer <fweimer@redhat.com>
717
718 * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
719 warning on 32-bit.
720
23ebf743
DM
7212015-04-08 David S. Miller <davem@davemloft.net>
722
723 * sysdeps/sparc/fpu/libm-test-ulps: Update.
724
024bcc51
JM
7252015-04-08 Joseph Myers <joseph@codesourcery.com>
726
787d22bc
JM
727 * math/auto-libm-test-in: Add more tests of atanh.
728 * math/auto-libm-test-out: Regenerated.
729 * sysdeps/i386/fpu/libm-test-ulps: Update.
730 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
731
024bcc51
JM
732 * math/auto-libm-test-in: Add more tests of atan.
733 * math/auto-libm-test-out: Regenerated.
734 * sysdeps/i386/fpu/libm-test-ulps: Update.
735 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
736
7b8399f4
FW
7372015-04-08 Florian Weimer <fweimer@redhat.com>
738
739 * elf/pldd.c (main): Rewrite to use struct
740 scratch_buffer instead of extend_alloca.
741 * elf/pldd-xx.c (find_maps): Likewise.
866ba63b
FW
742 * grp/initgroups.c: Include <scratch_buffer.h> instead of
743 <alloca.h>.
744 * grp/compat-initgroups.c (compat_call): Rewrite to use struct
745 scratch_buffer instead of extend_alloca.
746 * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
747 grp/compat-initgroups.c.
794a74af
FW
748 * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
749 Rewrite to use struct scratch_buffer instead of extend_alloca.
c6ee40da 750 * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
561052ad 751 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7b8399f4 752
ae63c7eb
JM
7532015-04-08 Joseph Myers <joseph@codesourcery.com>
754
da0cf658
JM
755 * math/auto-libm-test-in: Add more tests of cbrt.
756 * math/auto-libm-test-out: Regenerated.
757 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
758
80352c01
JM
759 * math/auto-libm-test-in: Add more tests of cabs.
760 * math/auto-libm-test-out: Regenerated.
761 * sysdeps/i386/fpu/libm-test-ulps: Update.
762 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
763
8431838d
JM
764 [BZ #18210]
765 [BZ #18211]
766 * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
767 (__ieee754_atan2): Set FE_TONEAREST mode for internal
768 computations.
769 * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
770 clog10.
771 * math/auto-libm-test-out: Regenerated.
772 * sysdeps/i386/fpu/libm-test-ulps: Update.
773 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
774
ae63c7eb
JM
775 [BZ #18197]
776 * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
777 (atan): Set FE_TONEAREST mode for internal computations.
778 * math/auto-libm-test-in: Add more tests of atan.
779 * math/auto-libm-test-out: Regenerated.
780
d5856d06
JC
7812015-04-07 James Cowgill <james410@cowgill.org.uk>
782
783 [BZ #17930]
784 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
785
72301304
FW
7862015-04-07 Florian Weimer <fweimer@redhat.com>
787
788 * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
789
cfcfd461
FW
7902015-04-07 Florian Weimer <fweimer@redhat.com>
791
792 * include/scratch_buffer.h: New file.
793 * malloc/scratch_buffer_grow.c: Likewise.
794 * malloc/scratch_buffer_grow_preserve.c: Likewise.
795 * malloc/scratch_buffer_set_array_size.c: Likewise.
796 * malloc/tst-scratch_buffer.c: Likewise.
797 * malloc/Makefile (routines): Add scratch_buffer_grow.
798 (tests): Add test case.
799 * malloc/Versions (GLIBC_PRIVATE): Export
800 __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
801 __libc_scratch_buffer_set_array_size.
802
cc47c824
RH
8032015-04-06 Richard Henderson <rth@redhat.com>
804
805 * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
974c4a36 806 * sysdeps/alpha/fpu/libm-test-ulps: Update.
cc47c824 807
9e8c0381
RH
808 * math/test-fenvinline.c (feenable_test): Cast fe_exc to
809 unsigned int before printing.
810
9781a370
OB
8112015-04-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
812
813 [BZ #17596]
814 * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
815 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
816
37d60d97
FW
8172015-04-02 Florian Weimer <fweimer@redhat.com>
818
819 * include/libc-internal.h (libc_max_align_t): Define.
820
b763f6ae
AS
8212015-04-02 Andreas Schwab <schwab@suse.de>
822
823 [BZ #16850]
824 * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
825
c26efef9
MG
8262015-04-02 Mel Gorman <mgorman@suse.de>
827
828 [BZ #17195]
829 * malloc/arena.c (free): Apply trim threshold to per-thread heaps
830 as well as the main arena.
831
a3d9ab50
L
8322015-03-31 H.J. Lu <hongjiu.lu@intel.com>
833
834 [BZ #18185]
835 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
836 sharing L2 cache to 2 for Silvermont/Knights Landing.
837
83569fb8
L
8382015-03-31 H.J. Lu <hongjiu.lu@intel.com>
839
840 [BZ #17711]
841 * config.make.in (have-protected-data): New.
842 * configure.ac: Check linker support for protected data symbol.
843 * configure: Regenerated.
844 * elf/Makefile (modules-names): Add tst-protected1moda and
845 tst-protected1modb if $(have-protected-data) is yes.
846 (tests): Add tst-protected1a and tst-protected1b if
847 $(have-protected-data) is yes.
848 ($(objpfx)tst-protected1a): New.
849 ($(objpfx)tst-protected1b): Likewise.
850 (tst-protected1modb.so-no-z-defs): Likewise.
851 * elf/tst-protected1a.c: New file.
852 * elf/tst-protected1b.c: Likewise.
853 * elf/tst-protected1mod.h: Likewise.
854 * elf/tst-protected1moda.c: Likewise.
855 * elf/tst-protected1modb.c: Likewise.
856
62da1e3b
L
8572015-03-31 H.J. Lu <hongjiu.lu@intel.com>
858
859 [BZ #17711]
860 * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
861 indicates it is called from do_lookup_x on relocation against
862 protected data, skip the data definion in the executable from
863 copy reloc.
864 (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
865 instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
866 EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
867 * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
868 New. Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
869 otherwise to 0.
870 * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
871 * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
872 to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
873 * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
874 * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
875 to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
876
675ddb71
MG
8772015-03-28 Martin Galvan <martin.galvan@tallertechnologies.com>
878
879 * sysdeps/nptl/pthread.h: Remove duplicate definition of
880 PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
881
4d611e12
MG
8822015-03-27 Martin Galvan <martin.galvan@tallertechnologies.com>
883
884 * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
885 THREAD_SETMEM_NC.
886 * sysdeps/x86_64/nptl/tls.h: Ditto.
887
7285eb53
RM
8882015-03-27 Roland McGrath <roland@hack.frob.com>
889
890 * dlfcn/tststatic.c (main): Converted to ...
891 (do_test): ... this.
892 (TEST_FUNCTION): New macro.
893 Include test-skeleton.c.
894
19a6a3ac
AM
8952015-03-26 Alan Modra <amodra@gmail.com>
896
897 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
898 Don't segfault if ifunc resolver returns a NULL. Do set plt to
899 zero for undefined weak.
900 (elf_machine_plt_conflict): Similarly.
901
a9fe4c5a
JM
9022015-03-25 Joseph Myers <joseph@codesourcery.com>
903
efd5b641
JM
904 * math/auto-libm-test-in: Add more tests of acosh, asinh and
905 atanh.
906 * math/auto-libm-test-out: Regenerated.
907 * sysdeps/i386/fpu/libm-test-ulps: Update.
908 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
909
e9b10151
JM
910 * math/auto-libm-test-in: Add another test of asin.
911 * math/auto-libm-test-out: Regenerated.
912 * sysdeps/i386/fpu/libm-test-ulps: Update.
913 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
914
9fa55373
JM
915 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
916 Remove macro.
917 (LLL_EBX_REG): Likewise.
918 (LLL_ENTER_KERNEL): Likewise.
919
38755f14
JM
920 * math/auto-libm-test-in: Add more tests of asin.
921 * math/auto-libm-test-out: Regenerated.
922 * sysdeps/i386/fpu/libm-test-ulps: Update.
923 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
924
a9fe4c5a
JM
925 [BZ #18138]
926 * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
927 libc_do_syscall_args): New structure.
928 (INTERNAL_SYSCALL_MAIN_0): New macro.
929 (INTERNAL_SYSCALL_MAIN_1): Likewise.
930 (INTERNAL_SYSCALL_MAIN_2): Likewise.
931 (INTERNAL_SYSCALL_MAIN_3): Likewise.
932 (INTERNAL_SYSCALL_MAIN_4): Likewise.
933 (INTERNAL_SYSCALL_MAIN_5): Likewise.
934 (INTERNAL_SYSCALL_MAIN_6): Likewise. Call __libc_do_syscall.
935 (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
936 Replace conditional definitions by conditional definitions of ....
937 (INTERNAL_SYSCALL_MAIN_INLINE): ... this. New macro.
938 * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
939 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
940 (libpthread-sysdep_routines): Add libc-do-syscall.
941 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
942 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
943 to __NR_futex not 240.
944
afcd9480
AM
9452015-03-25 Alan Modra <amodra@gmail.com>
946
947 * NEWS: Advertise TLS optimization.
948 * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
949 (DT_PPC_NUM): Increment.
950 * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
951 (CHECK_STATIC_TLS): Use here.
952 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
953 TLS descriptors.
954 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
955 * sysdeps/powerpc/dl-tls.c: New file.
956 * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
957 * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
958 * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
959 Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
960 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
961 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
963
da9f3334
AM
9642015-03-25 Alan Modra <amodra@gmail.com>
965
966 * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
967 for overlapping .opd entries" to "support...".
968 * sysdeps/powerpc/powerpc64/configure: Regenerate
969
bc899ea0
JM
9702015-03-25 Joseph Myers <joseph@codesourcery.com>
971
8d643971
JM
972 * math/auto-libm-test-in: Add more tests of acos.
973 * math/auto-libm-test-out: Regenerated.
974 * sysdeps/i386/fpu/libm-test-ulps: Update.
975 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
976
bc899ea0
JM
977 * math/auto-libm-test-in: Add more tests of expm1.
978 * math/auto-libm-test-out: Regenerated.
979 * sysdeps/i386/fpu/libm-test-ulps: Update.
980 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
981
7c84a504
JM
9822015-03-24 Joseph Myers <joseph@codesourcery.com>
983
239ed6f3
JM
984 * math/auto-libm-test-in: Add more tests of cosh and sinh.
985 * math/auto-libm-test-out: Regenerated.
986 * sysdeps/i386/fpu/libm-test-ulps: Update.
987 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
988
a737e826
JM
989 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
990 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
991
7c84a504
JM
992 * math/auto-libm-test-in: Add more tests of log2.
993 * math/auto-libm-test-out: Regenerated.
994 * sysdeps/i386/fpu/libm-test-ulps: Update.
995 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
996
7e9c7b9b
RM
9972015-03-23 Roland McGrath <roland@hack.frob.com>
998
999 * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
1000 inside [F_GETFL]. Remove POSIX_MODE local variable, just test the
1001 _IO_IS_APPENDING bit in READ_WRITE instead.
1002
98734cc5
FW
10032015-03-23 Florian Weimer <fweimer@redhat.com>
1004
1005 * sysdeps/unix/sysv/linux/pthread_setaffinity.c
1006 (__determine_cpumask_size): Replace extend_alloca with a
1007 variable-length array. Do not treat res == 0 as an error.
1008
2b028564
FW
10092015-03-23 Florian Weimer <fweimer@redhat.com>
1010
1011 [BZ #18100]
1012 * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
1013 and integer overflow.
1014 * posix/wordexp-test.c (test_case): Add divide-by-zero test.
1015 (main): Add integer overflow tests.
1016 * manual/pattern.texi (Calling Wordexp): Document additional use
1017 for WRDE_SYNTAX.
1018
59261ad3
AM
10192015-03-23 Alan Modra <amodra@gmail.com>
1020
1021 * config.h.in: Remove HAVE_ASM_PPC_REL16.
1022 * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
1023 and false branch of conditional.
1024 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
1025 Likewise.
1026
d583531a
ST
10272015-03-21 Samuel Thibault <samuel.thibault@ens-lyon.org
1028
1029 * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
1030 libc-modules.h
868df0f9
ST
1031 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
1032 unused declaration of _hurd_intr_rpc_msg_in_trap.
1033 * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
1034 defined instead of whether it is non-zero.
1035 * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
1036 input constraint instead of both input and output constraint. Use ecx
1037 clobber instead of %ecx.
1038 * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
1039 mutex_unlock): Use a statement expression instead of an expression list.
1040 * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
1041 type to vm_size_t instead of vm_address_t.
1042 * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
1043 defined instead of whether it is non-zero.
1044 * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
1045 * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
1046 * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
1047 comparisons with mapaddr.
1048 * nscd/nscd-client.h: Include <time.h>.
1049 * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
1050 9th parameter to __vm_region instead of int.
661a7dba 1051 * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
9e70234c
ST
1052 * scripts/check-local-headers.sh (exclude): Add device/,
1053 hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
1054 cthreads.h.
d583531a 1055
298e5d56
RM
10562015-03-19 Roland McGrath <roland@hack.frob.com>
1057
1058 * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
1059 to account for alignment padding.
1060 * sysdeps/arm/memmove.S: Likewise.
1061
becb26b8
CM
10622015-03-19 Chris Metcalf <cmetcalf@ezchip.com>
1063
1064 * sysdeps/unix/sysv/linux/generic/README: New file.
1065
c2f5813a
JM
10662015-03-18 Joseph Myers <joseph@codesourcery.com>
1067
1068 [BZ #18138]
1069 * nptl/sem_waitcommon.c: Include <kernel-features.h>.
1070 (futex_abstimed_wait)
1071 [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
1072 Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
1073 of lll_futex_timed_wait.
1074
ed6b0fe7
BH
10752015-03-18 Brad Hubbard <bhubbard@redhat.com>
1076
1077 [BZ #17542]
1078 * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
1079
f8aeae34
AO
10802015-03-17 Alexandre Oliva <aoliva@redhat.com>
1081
1082 [BZ #17090]
1083 [BZ #17620]
1084 [BZ #17621]
1085 [BZ #17628]
1086 * NEWS: Update.
1087 * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
1088 entries with Static TLS too. Skip entries past the end of the
1089 allocated DTV, from Alan Modra.
1090 (tls_get_addr_tail): Update to glibc_likely/unlikely. Move
1091 Static TLS DTV entry set up from...
1092 (_dl_allocate_tls_init): ... here (fix modid assertion), ...
1093 * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
1094 * nptl/allocatestack.c (init_one_static_tls): ... and here...
1095 * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
1096 for Static TLS.
1097 * elf/tlsdeschtab.h (map_generation): Return size_t. Check
1098 that the slot we find is associated with the given map before
1099 using its generation count.
1100 * nptl_db/db_info.c: Include ldsodefs.h.
1101 (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
1102 * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
1103 (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
1104 (link_map::l_tls_offset): New struct field.
1105 (dtv_t::counter): Likewise.
1106 (rtld_global): New struct.
1107 (_rtld_global): New rtld variable.
1108 (dl_tls_dtv_slotinfo_list): New rtld global field.
1109 (dtv_slotinfo_list): New struct.
1110 (dtv_slotinfo): Likewise.
1111 * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
1112 (td_lookup): Rename to...
1113 (td_mod_lookup): ... this. Use new mod parameter instead of
1114 LIBPTHREAD_SO.
1115 * nptl_db/td_thr_tlsbase.c: Include link.h.
1116 (dtv_slotinfo_list, dtv_slotinfo): New functions.
1117 (td_thr_tlsbase): Check DTV generation. Compute Static TLS
1118 addresses even if the DTV is out of date or missing them.
1119 * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
1120 index zero-length arrays.
1121 * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
1122 (td_lookup): Make it a macro implemented in terms of...
1123 (td_mod_lookup): ... this declaration.
1124 * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
1125 (DB_MAIN_VARIABLE): Likewise.
1126
b97eb2bd
L
11272015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1128
1129 [BZ #18134]
1130 * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
1131
cb219290
PE
11322015-03-15 Paul Eggert <eggert@cs.ucla.edu>
1133
1134 * stdlib/setenv.c (__add_to_environ): Revert previous change.
1135
a3905fd9
AS
11362015-03-14 Andreas Schwab <schwab@linux-m68k.org>
1137
1138 [BZ #18128]
1139 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
1140 (atomic_add, atomic_increment_and_test)
1141 (atomic_decrement_and_test): Fix 64-bit arithmetic.
1142
2ecccaed
PE
11432015-03-13 Paul Eggert <eggert@cs.ucla.edu>
1144
1145 * stdlib/setenv.c (__add_to_environ):
1146 Dump core quickly if setenv (..., NULL, ...) is called.
1147
cdaf79d0
RM
11482015-03-13 Roland McGrath <roland@hack.frob.com>
1149
1150 * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
1151 (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
1152 all the necessary asm magic in one place.
1153 (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
1154 using those.
1155
cf9313e7
CD
11562015-03-13 Carlos O'Donell <carlos@redhat.com>
1157
1158 [BZ #14906]
1159 * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
1160 traced file mtime. Use consistent log message.
1161 * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
1162 (register_traced_file): Call install_watches. Always set mtime.
1163 (invalidate_cache): Iterate over all trace files. Call install_watches.
1164 (inotify_check_files): Don't inline. Handle watching parent
1165 directories and configuration file movement in and out.
1166 (handle_inotify_events): New function.
1167 (main_loop_poll): Call handle_inotify_events.
1168 (main_loop_epoll): Likewise.
1169 * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
1170 (struct traced_file): Use array of inotify fds. Add parent directory,
1171 and basename.
1172 (struct database_dyn): Remove unused file_mtime.
1173 (init_traced_file): New inline function.
1174 (define_traced_file): New macro.
1175 * nss/nss_db/db-init.c: Use define_traced_file.
1176 (_nss_db_init): Use init_traced_file.
1177 * nss/nss_files/files-init.c: Use define_traced_file.
1178 (_nss_files_init): Use init_traced_file.
1179
7d67a196
JM
11802015-03-12 Joseph Myers <joseph@codesourcery.com>
1181
1182 * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
1183 [_LIBC]: Do not include <stdlib.h>.
1184 [!_LIBC] (abort): Remove declaration.
1185 * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
1186 _FP_STATIC_ASSERT instead of conditionally calling abort.
1187 * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
1188 (_FP_EXTEND_CNAN): Likewise.
1189 (FP_TRUNC): Likewise.
1190 (__FP_CLZ): Likewise.
1191 * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
1192
af85ebcd
YS
11932015-03-12 Yaakov Selkowitz <yselkowi@redhat.com>
1194
1195 * manual/string.texi (XPG basename): Fix prototype.
1196
2e807f29
SL
11972015-03-12 Stefan Liebler <stli@linux.vnet.ibm.com>
1198
1199 [BZ #18080]
1200 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
1201 (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1202 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1203 (__setcontext): Likewise.
1204 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1205 (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1206 Call rt_sigprocmask syscall one time to set new signal mask
1207 and retrieve the current signal mask instead of two calls.
1208 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1209 (__swapcontext): Likewise.
1210 * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1211 * stdlib/tst-setcontext2.c: New file.
1212
1b2bebe6
SL
12132015-03-12 Stefan Liebler <stli@linux.vnet.ibm.com>
1214
1215 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1216
6a1cf708
AJ
12172015-03-11 Aurelien Jarno <aurelien@aurel32.net>
1218
1219 [BZ #18093]
1220 * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1221 the wrong size.
1222
a2d4cf72
PP
12232015-03-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1224
1225 [BZ #18043]
1226 * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1227
5ca10a0c
AZ
12282015-03-11 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1229
1230 * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1231 * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1232 Remove define.
1233 [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1234 [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1235 [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1236 [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1237 [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1238 * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1239 define.
1240 * nptl_db/td_symbol_list.c (td_lookup): Remove
1241 HAVE_ASM_GLOBAL_DOT_NAME code.
1242 * sysdeps/powerpc/powerpc64/configure.ac: Remove
1243 HAVE_ASM_GLOBAL_DOT_NAME check.
1244 * sysdeps/powerpc/powerpc64/configure: Regenerate.
1245 * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1246 (DOT_LABEL): Remove define.
1247 [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1248 [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1249 [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1250 * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1251 (__TLS_GET_ADDR): Likewise.
1252 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1253 [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1254
e4363cfb
CD
12552015-03-11 Carlos O'Donell <carlos@redhat.com>
1256
1257 [BZ #18111]
1258 * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1259 (_FPU_SETCW): Initialize cw from fpsr before storing.
1260 * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1261 (fesetexceptflag): Rewrite using fpu_control.h.
1262 * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1263
fae1aa8d
JDA
12642015-03-11 John David Anglin <danglin@gcc.gnu.org>
1265
1266 [BZ #18110]
1267 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1268 asms.
1269 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1270
068a6274
JM
12712015-03-11 Joseph Myers <joseph@codesourcery.com>
1272
1273 * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1274 * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1275 abort.
1276 (_FP_FMA): Likewise.
1277 (_FP_DIV): Likewise.
1278
d3821ab0
RM
12792015-03-10 Roland McGrath <roland@hack.frob.com>
1280
44a6213c
RM
1281 * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1282 with 0 in that case.
1283 * Makefile (summarize-tests): New canned sequence, factored out of
1284 commands for targets tests and xtests. Display summary lines that
1285 don't start with PASS: or XFAIL: rather than ones that do start with
1286 ERROR: or FAIL:. Make the commands fail if any summary lines fail
1287 to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
1288 do start with ERROR: or FAIL:.
1289 * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
1290 (except for [$(build-shared) = yes]).
1291 (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
1292 (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1293 ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
1294 * nptl/Makefile: Revert 2015-03-04 changes.
1295 [$(CXX) empty] (tests-unsupported): New variable.
1296 * debug/Makefile: Likewise.
1297
d3821ab0
RM
1298 * posix/regcomp.c: Fix comment typos and formatting to harmonize with
1299 gnulib file. Replace __attribute with __attribute__ throughout.
1300
85ca85ae
CD
13012015-03-10 Carlos O'Donell <carlos@redhat.com>
1302
1303 * sysdeps/hppa/fpu/libm-test-ulps: Update.
1304
6411f81d
JM
13052015-03-10 Joseph Myers <joseph@codesourcery.com>
1306
1307 [BZ #18104]
1308 * math/auto-libm-test-in: Add another test of pow.
1309 * math/auto-libm-test-out: Regenerated.
1310
d421868b
AZ
13112015-03-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1312
1313 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
1314 $(config-cflags-nofma).
1315
a2f8be9c
JM
13162015-03-10 Joseph Myers <joseph@codesourcery.com>
1317
1318 * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
1319 * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
1320 * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
1321 * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
1322 * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
1323 * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
1324 * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
1325 * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
1326 * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
1327 * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
1328 Add comment on closing #endif.
1329
01d032e0
PP
13302015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
1331
1332 * posix/wordexp.c (CHAR_IN_SET): New macro.
1333 (parse_param): Use it.
1334
d439bc56
AZ
13352015-03-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1336
1337 * sysdeps/powerpc/fpu/libm-test-ulps: update.
1338
5f85a4bf
PP
13392015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
1340
1341 [BZ #18043]
1342 * posix/wordexp.c (parse_param): Fix buffer overflow.
1343 * posix/wordexp-test.c (test_case): Add test case.
1344
f8ba70e9
PP
13452015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
1346
1347 [BZ #18042]
1348 * posix/wordexp.c (parse_backtick): Fix off-by-one.
1349 * posix/wordexp-test.c (test_case): Add test for BZ #18042.
1350
36103ba2
PP
13512015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
1352
1353 [BZ #18043]
1354 * posix/wordexp-test.c (test_case): Add test for BZ #18043
1355 (do_bz18043): Delete.
1356 (at_page_end): New.
1357 (testit): Refactor to have words at the edge of unreadable page.
1358
18d26750
PP
13592015-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1360
1361 [BZ #16734]
1362 * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1363 Cleanup read-only streams as well.
1364 (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1365
9f95dc5d
ST
13662015-03-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
1367
1368 * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1369 <bits/libc-lockP.h>
1370
b838844b
JM
13712015-03-07 Joseph Myers <joseph@codesourcery.com>
1372
1373 * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro. Define depending
1374 on [__KERNEL__].
1375 * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1376 * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1377 * soft-fp/op-common.h (_FP_DECL): Likewise.
1378
e0ed2fb4
L
13792015-03-06 H.J. Lu <hongjiu.lu@intel.com>
1380
1381 * elf/ifuncdep2.c (global): Replace
1382 __attribute__((visibility("protected"))) with
1383 asm (".protected global").
1384 * elf/ifuncmod1.c (global): Likewise.
1385 * elf/ifuncmod5.c (global): Likewise.
1386
fa9dda64
JM
13872015-03-06 Joseph Myers <joseph@codesourcery.com>
1388
1389 * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1390 <asm/sfp-machine.h> instead of <sfp-machine.h>.
1391
4acc27ed
RM
13922015-03-06 Roland McGrath <roland@hack.frob.com>
1393
1394 * manual/install.texi (Configuring and compiling):
1395 Document test-wrapper-env-only.
1396 * INSTALL: Regenerated.
1397
895c30cb
PP
13982015-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1399
1400 [BZ #18043]
1401 * posix/wordexp.c (parse_param): Fix buffer overflow.
1402 * posix/wordexp-test.c (do_bz18043): Add test case.
1403
5df56c7e
VB
14042015-03-06 Vincent Bernat <vincent@bernat.im>
1405
1406 * time/tst-strptime2.c (do_test): Ensure failing tests are
1407 reported correctly.
1408 * time/tst-strptime3.c (do_test): Likewise.
1409
1cdf2ea1
ST
14102015-03-06 Samuel Thibault <samuel.thibault@inria.fr>
1411
1412 Fix aio_error thread-safety.
1cdf2ea1
ST
1413 * sysdeps/pthread/aio_error.c: New file
1414 * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1415 synchronization.
1416
d176a41a
FW
14172015-03-06 Florian Weimer <fweimer@redhat.com>
1418
1419 * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1420 (group_number, vfprintf): Use it.
1597b744
FW
1421 (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1422 (JUMP, REF): Use it.
1423 (WORK_BUFFER_SIZE): New enum constant.
1424 (process_arg, vfprintf): Use it.
d176a41a 1425
7e7af349
RJ
14262015-03-06 Rical Jasan <ricaljasan@pacific.net>
1427
1428 * manual/errno.texi (Error Messages): Complete example function
1429 by adding missing #define.
1430 (program_invocation_name): Add statement indicating GNU
1431 extension and reference which header file declares the variable.
1432 (program_invocation_short_name): Likewise.
1433
4ca8ddfb
MF
14342015-03-06 Mike Frysinger <vapier@gentoo.org>
1435
1436 * manual/errno.texi (Error Messages): Delete strerror ISO C89
1437 compatibility note.
1438
9162c01d
RM
14392015-03-05 Roland McGrath <roland@hack.frob.com>
1440
1441 * Makeconfig (test-wrapper-env-only): New variable.
1442 * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1443 then use that with $(test-wrapper-env-only) rather than using
1444 $(test-wrapper-env) $(run-program-env) $($*-ENV).
1445
209826bc
L
14462015-03-05 H.J. Lu <hongjiu.lu@intel.com>
1447
1448 [BZ #18082]
1449 * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1450 ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1451 * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1452 * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1453 * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1454 * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1455 * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1456 * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1457 Likewise.
1458 * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1459 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1460 Likewise.
1461 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1462 Likewise.
1463 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1464 Likewise.
1465 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1466 Likewise.
1467 * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1468 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1469 Likewise.
1470 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1471 Likewise.
1472 * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1473 * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1474
2cfe32bc
RM
14752015-03-04 Roland McGrath <roland@hack.frob.com>
1476
8bff5aab
RM
1477 * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1478 (ETH_ALEN): New macro.
1479 (struct ether_addr): Use it for length of ether_addr_octet.
1480
2752f338
RM
1481 * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1482 (setdb): Don't call __nss_configure_lookup for "rpc".
1483 (do_test): Don't call test_rpc.
1484 (output_rpcent, test_rpc): Functions moved ...
1485 * sunrpc/test-rpcent.c: ... to this new file.
1486 * sunrpc/Makefile (tests): Add it.
1487
2cfe32bc
RM
1488 * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1489 __xpg_sigpause.
1490 * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1491 * nptl/tst-signal6.c: Likewise.
1492 * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1493 * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1494
e4693aa7
RM
1495 * configure.ac (libc_cv_cxx_link_ok): New check.
1496 Reset CXX to empty if it fails to link.
1497 * configure: Regenerated.
1498 * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1499 bug-atexit3-lib only if $(CXX) is nonempty.
1500 * nptl/Makefile (tests): Likewise for tst-cancel24.
1501 (tests, tests-static): Likewise for tst-cancel24-static.
1502 * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1503 tst-lfschk4, tst-lfschk5, and tst-lfschk6.
e27176ee
RM
1504 * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1505 tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
e4693aa7 1506
8e2e833a
AS
15072015-03-04 Andreas Schwab <schwab@suse.de>
1508
1509 [BZ #17631]
1510 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1511 for non-GCC compilers.
1512 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1513 Likewise.
1514
85b29045
AZ
15152015-03-03 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1516
1517 [BZ #17776]
1518 * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1519 integer before bitwise and assembly operations.
1520 (feclearexcept): Likewise.
1521 * math/test-fenvinline.c: New file.
1522 * math/Makefile: Add test-fenvinline test.
1523
a0af371c
AM
15242015-03-03 Alan Modra <amodra@gmail.com>
1525
1526 [BZ #16512]
1527 * scripts/localplt.awk: Strip off symbol version.
1528 * NEWS: Mention bug fix.
1529
47465629
RM
15302015-03-02 Roland McGrath <roland@hack.frob.com>
1531
1532 * sysdeps/pthread/timer_routines.c
1533 (timer_free_list, thread_free_list, thread_active_list): Make static.
1534
6d08b022
JM
15352015-03-02 Joseph Myers <joseph@codesourcery.com>
1536
1537 [BZ #17779]
1538 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1539 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1540 Undefine.
1541 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1542 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1543 Likewise.
1544 * sysdeps/unix/sysv/linux/sh/kernel-features.h
1545 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1546 Likewise.
1547
c2c6d39f
PP
15482015-03-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1549
1550 [BZ #18036]
1551 * posix/fnmatch_loop.c (END): Detect invalid pattern.
1552 * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1553
e8b6be00
AS
15542015-03-02 Andreas Schwab <schwab@suse.de>
1555
1556 * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1557 variable name.
1558
1a2d98af
FW
15592015-03-02 Florian Weimer <fweimer@redhat.com>
1560
1561 * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1562 Return error status.
1563
e7f07af5
AO
15642015-02-27 Alexandre Oliva <aoliva@redhat.com>
1565
1566 [BZ #15969]
1567 * locale/findlocale.c (_nl_find_locale): Introduce const
1568 version of loc_name and drop unsafe type casts.
1569
c7b19ca9
RM
15702015-02-27 Roland McGrath <roland@hack.frob.com>
1571
1572 * dlfcn/tststatic2.c (main): Converted to ...
1573 (do_test): ... this.
1574 (TEST_FUNCTION): New macro.
1575 Include test-skeleton.c.
1576
ef4ad06f
L
15772015-02-27 H.J. Lu <hongjiu.lu@intel.com>
1578
1579 [BZ #17711]
1580 * elf/Makefile (tests): Add vismain only if PIE is enabled.
1581 (tests-pie): Add vismain.
1582 (CFLAGS-vismain.c): New.
1583 * elf/vismain.c: Add comments for PIE requirement.
1584
2ca725c5
JM
15852015-02-27 Joseph Myers <joseph@codesourcery.com>
1586
1587 [BZ #18046]
1588 [BZ #18047]
1589 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1590 0x1p-56L as threshold for just returning the argument.
1591 * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1592 0x1p-32L as threshold for just returning the argument.
1593 * math/auto-libm-test-in: Add more tests of atanh.
1594 * math/auto-libm-test-out: Regenerated.
1595 * sysdeps/i386/fpu/libm-test-ulps: Update.
1596 * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1597
af96be34
WD
15982015-02-27 Wilco Dijkstra wdijkstr@arm.com
1599
1600 * string/bcopy.c (bcopy): Call memmove for performance.
1601
ddcf6798
WD
16022015-02-27 Wilco Dijkstra wdijkstr@arm.com
1603
1604 * string/bzero.c (__bzero): Call memset for performance.
1605
49f476f4
JDA
16062015-02-27 John David Anglin <dave.anglin@bell.net>
1607
b42e14ff 1608 [BZ #18068]
49f476f4
JDA
1609 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1610 to 00100000.
1611
f8ab5d38
JM
16122015-02-27 Joseph Myers <joseph@codesourcery.com>
1613
1614 * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1615
380bd0fd
JM
16162015-02-26 Joseph Myers <joseph@codesourcery.com>
1617
31331a07
JM
1618 * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1619 (__kernel_standard): Use CSTR macro when setting exc.name.
1620 * sysdeps/ieee754/Makefile [$(subdir) = math]
1621 (CFLAGS-k_standard.c): Remove variable.
1622
09220e66
JM
1623 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1624 setting p and q from "else if" to "else".
1625 (qzero): Likewise.
1626 * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1627 (qone): Likewise.
1628 * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1629 (qzerof): Likewise.
1630 * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1631 (qonef): Likewise.
1632 * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1633 (qzero): Likewise.
1634 * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1635 (qone): Likewise.
1636
1d9ab20c
JM
1637 [BZ #18038]
1638 [BZ #18039]
1639 * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1640 return pi/2 for arguments below 0x1p-113L.
1641 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1642 return pi/2 for arguments below 0x1p-106L.
1643 * math/auto-libm-test-in: Add more tests of acos.
1644 * math/auto-libm-test-out: Regenerated.
1645
ec0ce0d3
JM
1646 [BZ #16351]
1647 * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1648 (MO): New macro.
1649 (__ieee754_asin): Force underflow exception for results with small
1650 absolute value.
1651 * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1652 (MO): New macro.
1653 (__ieee754_asinf): Force underflow exception for results with
1654 small absolute value.
1655 * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1656 (__ieee754_asin): Force underflow exception for results with small
1657 absolute value.
1658 * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1659 (__ieee754_asinf): Force underflow exception for results with
1660 small absolute value.
1661 * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1662 (__ieee754_asinl): Force underflow exception for results with
1663 small absolute value.
1664 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1665 (__ieee754_asinl): Force underflow exception for results with
1666 small absolute value.
1667 * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1668 (__ieee754_asinl): Force underflow exception for results with
1669 small absolute value.
1670 * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1671 Include <math.h>.
1672 * math/auto-libm-test-in: Do not mark underflow exceptions as
1673 possibly missing for bug 16351.
1674 * math/auto-libm-test-out: Regenerated.
1675
380bd0fd
JM
1676 [BZ #18030]
1677 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1678 of power of 2 down when low part has opposite sign.
1679 * math/libm-test.inc (logb_test_data): Add more tests.
1680
4a28f4d5
AS
16812015-02-26 Andreas Schwab <schwab@suse.de>
1682
1683 [BZ #18032]
1684 * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1685 over collating symbol inside a bracket expression. Minor cleanup.
1686 * posix/tst-fnmatch3.c (do_test): Add test case.
1687
524ae9ea
JM
16882015-02-26 Joseph Myers <joseph@codesourcery.com>
1689
1690 [BZ #18029]
1691 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1692 Adjust exponent of power of 2 down when low part has opposite
1693 sign.
1694 * math/libm-test.inc (ilogb_test_data): Add more tests.
1695
23d43090
AO
16962015-02-26 Alexandre Oliva <aoliva@redhat.com>
1697
1698 [BZ #15969]
1699 * locale/findlocale.c (_nl_find_locale): Fix constness error in
1700 the previous change.
0d822a01
AO
1701
1702 [BZ #15969]
1703 * locale/findlocale.c (_nl_find_locale): Retry archive search
1704 after alias expansion.
1705
d19df6ac
RM
17062015-02-25 Roland McGrath <roland@hack.frob.com>
1707
ca681b7b
RM
1708 * iconv/tst-iconv3.c (main): Converted to ...
1709 (do_test): ... this.
1710 (TEST_FUNCTION): New macro.
1711 Include test-skeleton.c.
1712
fd1f2f1c
RM
1713 * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1714 (convert): Make function static.
1715 (test_unalign): Likewise. Add const to argument pointee types.
1716 (main): Replace with static function do_test.
1717 Print "Succeeded." only if RET is zero.
1718 (TEST_FUNCTION): New macro.
1719 Include test-skeleton.c.
1720
d19df6ac
RM
1721 * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1722 returns a null pointer.
1723
115e0de7
AZ
17242015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1725
1726 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1727 to __memcpy_ppc only for static builds.
1728
137cef7d
JM
17292015-02-25 Joseph Myers <joseph@codesourcery.com>
1730
1731 [BZ #18020]
1732 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1733 2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1734 * math/auto-libm-test-in: Add more tests of asinh.
1735 * math/auto-libm-test-out: Regenerated.
1736 * sysdeps/i386/fpu/libm-test-ulps: Update.
1737 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1738
cb43bb0d
CW
17392015-02-25 Cong Wang <xiyou.wangcong@gmail.com>
1740
1741 [BZ #15850]
1742 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1743 and ip6_mtuinfo definitions here.
1744 * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1745 in this define too. Update comment.
1746
9be1052b
BS
17472015-02-24 Benno Schulenberg <bensberg@justemail.net>
1748
1749 * elf/sprof.c (load_shobj): Tweak error message to match others.
1750
6807b1db
KE
17512015-02-24 Kevin Easton <kevin@guarana.org>
1752
1753 [BZ #16145] (partial fix)
1754 * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1755 to reduce lock contention.
1756
b433df00
ML
17572015-02-24 Miroslav Lichvar <mlichvar@redhat.com>
1758
1759 * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1760 (struct timex): Update time comment.
1761 (ADJ_SETOFFSET): Define.
1762
440169d6
JM
17632015-02-24 Joseph Myers <joseph@codesourcery.com>
1764
1765 [BZ #18019]
1766 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1767 2**56 not 2**28 as threshold for log (2x) formula.
1768 * math/auto-libm-test-in: Add more tests of acosh.
1769 * math/auto-libm-test-out: Regenerated.
1770 * sysdeps/i386/fpu/libm-test-ulps: Update.
1771 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1772
ba7d2c54
MF
17732015-02-24 Mike Frysinger <vapier@gentoo.org>
1774
1775 * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1776 parenthesis around the buf assignment.
1777 [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1778
9438b237
JM
17792015-02-24 Joseph Myers <joseph@codesourcery.com>
1780
1781 [BZ #16783]
1782 * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1783 arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1784 * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1785 * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1786 * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1787 * math/libm-test.inc (scalb_test_data): Add more tests.
1788
6909d276
PP
17892015-02-24 Paul Pluzhnikov <ppluzhnikov@google.com>
1790
1791 [BZ #17916]
1792 * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1793 * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1794
65f6f938
ER
17952015-02-24 Eric Rannaud <e@nanocritical.com>
1796
1797 [BZ #17523]
1798 * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1799 * io/bits/fcntl2.h (open): Use it.
1800 (openat): Likewise.
1801 * io/open.c (__libc_open): Likewise.
1802 * io/open64.c (__libc_open64): Likewise.
1803 * io/open64_2.c (__open64_2): Likewise.
1804 * io/open_2.c (__open_2): Likewise.
1805 * io/openat.c (__openat): Likewise.
1806 * io/openat64.c (__openat64): Likewise.
1807 * io/openat64_2.c (__openat64_2): Likewise.
1808 * io/openat_2.c (__openat_2): Likewise.
1809 * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1810 * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1811 * sysdeps/posix/open64.c (__libc_open64): Likewise.
1812 * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1813 * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1814 (__open_nocancel): Likewise.
1815 * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1816 * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1817 * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1818
3e3002ff
SP
18192015-02-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1820
1821 [BZ #14841]
1822 * resolv/gethnamaddr.c (getanswer): Skip logging if
1823 RES_USE_DNSSEC is set.
1824 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1825
9813dd58
MF
18262015-02-24 Mike Frysinger <vapier@gentoo.org>
1827
1828 * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1829
7b1ec6a0
AO
18302015-02-23 Alexandre Oliva <aoliva@redhat.com>
1831
1832 * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1833 201304L, for Unicode 7.
1834
d49499c1
L
18352015-02-23 H.J. Lu <hongjiu.lu@intel.com>
1836
1837 [BZ #17836]
1838 * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1839 shared library. Add gmon-start.os otherwise.
1840 ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1841 $(objpfx)gmon-start.os if builing shared library.
1842 ($(objpfx)g$(static-start-installed-name)): Likewise.
1843
51225803
AS
18442015-02-23 Andreas Schwab <schwab@suse.de>
1845
1846 * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1847
bdf1ff05
PP
18482015-02-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1849
1850 [BZ #17269]
1851 * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1852 (enlarge_userbuf): Likewise.
1853
95296112
CLT
18542015-02-22 Chung-Lin Tang <cltang@codesourcery.com>
1855
1856 * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1857 * math/atest-exp.c (TIMEOUT): Adjust to 200.
1858 * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1859 * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1860
e4a399dc
JM
18612015-02-20 Joseph Myers <joseph@codesourcery.com>
1862
1863 * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1864 expression inside statement expression.
1865
7133957f
SL
18662015-02-20 Stefan Liebler <stli@linux.vnet.ibm.com>
1867
1868 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1869 <sysdeps/nptl/lowlevellock.h> and remove macros and
1870 functions that are now defined there.
1871 (SYS_futex): Remove.
1872 (lll_compare_and_swap): Remove.
1873 * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1874
40176158
JM
18752015-02-19 Joseph Myers <joseph@codesourcery.com>
1876
1877 [BZ #17999]
1878 * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1879 instead of scandirat.
1880 * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1881 [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1882 [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1883 __scandirat.
1884 * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1885 (__scandirat): Declare. Use libc_hidden_proto.
1886 * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1887 Remove variable.
1888 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1889
4629c866
JM
18902015-02-18 Joseph Myers <joseph@codesourcery.com>
1891
1892 [BZ #15319]
1893 * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1894 (MO): New macro.
1895 (__ieee754_atan2): For results with small absolute value, force
1896 underflow exception and remove excess range and precision from
1897 return value.
1898 * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1899 (MO): New macro.
1900 (__ieee754_atan2f): For results with small absolute value, force
1901 underflow exception and remove excess range and precision from
1902 return value.
1903 * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1904 (MO): New macro.
1905 (__atan): For results with small absolute value, force underflow
1906 exception and remove excess range and precision from return value.
1907 * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1908 (MO): New macro.
1909 (__atanf): For results with small absolute value, force underflow
1910 exception and remove excess range and precision from return value.
1911 * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1912 <math.h>.
1913 (__ieee754_atan2): Force underflow exception for results with
1914 small absolute value.
1915 * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1916 <math_private.h>.
1917 (atan): Force underflow exception for results with small absolute
1918 value.
1919 * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1920 (__atanf): Force underflow exception for results with small
1921 absolute value.
1922 * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1923 <math.h>.
1924 (__atanl): Force underflow exception for results with small
1925 absolute value.
1926 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1927 (__atanl): Force underflow exception for results with small
1928 absolute value.
1929 * sysdeps/x86/fpu/bits/mathinline.h
1930 [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1931 (__ieee754_atan2): Only define inline for long double.
1932 * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1933 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1934 * math/auto-libm-test-in: Do not mark underflow exceptions as
1935 possibly missing for bug 15319. Add more tests of atan2.
1936 * math/auto-libm-test-out: Regenerated.
1937 * math/libm-test.inc (casin_test_data): Do not mark underflow
1938 exceptions as possibly missing for bug 15319.
1939 (casinh_test_data): Likewise.
1940 * sysdeps/i386/fpu/libm-test-ulps: Update.
1941
9ee16d8b
SE
19422015-02-18 Steve Ellcey <sellcey@imgtec.com>
1943
1944 * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1945 * sysdeps/mips/bits/endian.h: Fix comments.
1946
4ffb1771
JM
19472015-02-18 Joseph Myers <joseph@codesourcery.com>
1948
1949 [BZ #17996]
1950 * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1951 (hdestroy_r): Likewise.
1952 (hsearch_r): Likewise.
1953 (__hcreate_r): Declare and use libc_hidden_proto.
1954 (__hdestroy_r): Likewise.
1955 (__hsearch_r): Likewise.
1956 * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1957 (hcreate): Call __hcreate_r instead of hcreate_r.
1958 (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1959 * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1960 as weak alias of __hcreate_r.
1961 (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1962 __hdestroy_r.
1963 (hsearch_r): Rename to __hsearch_r and define as weak alias of
1964 __hsearch_r.
1965 * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1966 Remove variable.
1967 (test-xfail-XPG4/search.h/linknamespace): Likewise.
1968 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1969 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1970 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1971
94c5a52a
SP
19722015-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
1973
1974 * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1975 arena_lock into a single arena_get.
1976
8a35c3fe
CD
19772015-02-17 Carlos O'Donell <carlos@redhat.com>
1978
1979 * dl-reloc.c: Inlucde libc-internal.h.
1980 (_dl_try_allocate_static_tls): Call ALIGN_UP.
1981 (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1982 (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1983 * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1984 (grow_heap): Likewise.
1985 * malloc/malloc.c: Include libc-internal.h.
1986 (do_check_malloc): Call powerof2.
1987 (sysmalloc): Use pagesize. Call ALIGN_UP.
1988 (systrim): Use pagesize.
1989 (mremap_chunk): Use pagesize. Call ALIGN_UP.
1990 (__libc_valloc): Use pagesize.
1991 (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1992
1a2325c0
JM
19932015-02-17 Joseph Myers <joseph@codesourcery.com>
1994
1995 [BZ #17991]
1996 * include/sys/resource.h (__getrlimit64): Declare. Use
1997 libc_hidden_proto.
1998 * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1999 and define as weak alias of __getrlimit64. Use libc_hidden_weak.
2000 * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
2001 getrlimit64.
2002 * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
2003 __getrlimit64.
2004 [!getrlimit64] (getrlimit64): Define as weak alias of
2005 __getrlimit64. Use libc_hidden_weak.
2006 * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
2007 using __getrlimit64 not __new_getrlimit64.
2008 (__GI_getrlimit64): Likewise.
2009 * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
2010 Likewise.
2011 (__GI_getrlimit64): Likewise.
2012 (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
2013 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
2014 (getrlimit): Add __getrlimit64 alias.
2015 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
2016 Likewise.
2017 * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
2018 Remove variable.
2019 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2020 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2021
8ae4bb5a
PP
20222015-02-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2023
2024 * libio/fileops.c: Add missing sys/mman.h
2025 * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
2026
18a218b7
JM
20272015-02-17 Joseph Myers <joseph@codesourcery.com>
2028
2029 * manual/math.texi (Errors in Math Functions): Clarify goals
2030 regarding inexact and underflow exceptions.
2031
e72ad0ef
SE
20322015-02-17 Steve Ellcey <sellcey@imgtec.com>
2033
2034 * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
2035 * sysdeps/mips/memset.S: Ditto.
2036
2caa4099
SE
20372015-02-17 Steve Ellcey <sellcey@imgtec.com>
2038
2039 * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
2040
f20bfc9b
SL
20412015-02-17 Stefan Liebler <stli@linux.vnet.ibm.com>
2042
2043 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
2044 (__v1longjmp): Remove versioned symbol.
2045 (__v1siglongjmp): Remove alias and versioned symbol.
2046 (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
2047 (__v2siglongjmp): Likewise.
2048
71c06b69
TR
20492015-02-16 Torvald Riegel <triegel@redhat.com>
2050
2051 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
2052
a9a05adb
MF
20532015-02-16 Mike Frysinger <vapier@gentoo.org>
2054
2055 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
2056
ce8fc784
JM
20572015-02-16 Joseph Myers <joseph@codesourcery.com>
2058
2059 [BZ #17987]
2060 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
2061 zero result does not depend on the sign resulting from
2062 subtraction.
2063 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2064 Likewise.
2065 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2066 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2067 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2068 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2069 * math/libm-test.inc (remquo_test_data): Add more tests.
2070
0d7036bd
PE
20712015-02-16 Paul Eggert <eggert@cs.ucla.edu>
2072
2073 * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
2074 Problem reported by J William Piggott.
2075
86c56b16
JM
20762015-02-16 Joseph Myers <joseph@codesourcery.com>
2077
a820f9b3
JM
2078 [BZ #17978]
2079 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
2080 products 4 * y and 2 * y where those would overflow.
2081 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2082 Likewise.
2083 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2084 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2085 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2086 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2087 * math/libm-test.inc (remquo_test_data): Add more tests.
2088
be802953
JM
2089 * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
2090
e5e72fe9
JM
2091 * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
2092 [defined _COMPILING_NEWLIB].
2093 * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
2094 * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
2095
86c56b16
JM
2096 * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
2097 [!defined __mips_isa_rev || __mips_isa_rev < 6].
2098
35264d14
TR
20992015-02-16 Torvald Riegel <triegel@redhat.com>
2100
2101 * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
2102 acquired.
2103
6f49e32a
MF
21042015-02-15 Matthew Fortune <Matthew.Fortune@imgtec.com>
2105
2106 [BZ #17792]
2107 * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
2108 (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
2109 HOST_STACK_END_ADDR): Likewise.
2110
e525154e
SE
21112015-02-13 Steve Ellcey <sellcey@imgtec.com>
2112
2113 * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
2114 * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
2115 * sysdeps/mips/memset.S (__MIPSEB): Ditto.
2116
4ab770b7
RM
21172015-02-13 Roland McGrath <roland@hack.frob.com>
2118
2119 * sysdeps/generic/c++-types.data: New file.
2120 * sysdeps/generic/ld.abilist: New file.
2121 * sysdeps/generic/libBrokenLocale.abilist: New file.
2122 * sysdeps/generic/libanl.abilist: New file.
2123 * sysdeps/generic/libc.abilist: New file.
2124 * sysdeps/generic/libcrypt.abilist: New file.
2125 * sysdeps/generic/libdl.abilist: New file.
2126 * sysdeps/generic/libm.abilist: New file.
2127 * sysdeps/generic/libpthread.abilist: New file.
2128 * sysdeps/generic/libresolv.abilist: New file.
2129 * sysdeps/generic/librt.abilist: New file.
2130
d9afe48d
JM
21312015-02-13 Joseph Myers <joseph@codesourcery.com>
2132
2133 [BZ #17569]
2134 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2135 Compute absolute value of x as modified by fmod, not original
2136 value of x.
2137 * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
2138 RUN_TEST_ffI_f1_mod8. Check extra return value mod 8.
2139 (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8. Call
2140 RUN_TEST_ffI_f1_mod8.
2141 (remquo_test_data): Add more tests.
2142
3846188b
RM
21432015-02-13 Roland McGrath <roland@hack.frob.com>
2144
2145 * sysdeps/init_array/pt-crti.S: New file.
2146
95c26233
JM
21472015-02-13 Joseph Myers <joseph@codesourcery.com>
2148
2149 [BZ #17967]
2150 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
2151 __builtin_fmaf instead of relying on contraction of a * b + c.
2152
3f293d61
WP
21532015-02-12 J William Piggott <elseifthen@gmx.com>
2154
2155 [BZ #17969]
2156 * manual/time.texi: correct the zoneinfo path in the TZ Variable
2157 node.
2158
e8bd5286
JM
21592015-02-12 Joseph Myers <joseph@codesourcery.com>
2160
2161 [BZ #17964]
2162 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
2163 __builtin_fma instead of relying on contraction of a * b + c.
2164
04f5a636
RM
21652015-02-12 Roland McGrath <roland@hack.frob.com>
2166
96a15749
RM
2167 * Makeconfig (ASFLAGS): Add -Werror=undef.
2168 * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
2169 * sysdeps/unix/make-syscalls.sh: Always emit #define's for
2170 SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
2171
04f5a636
RM
2172 * Makeconfig (after-link): New variable.
2173 (+link-pie, +link-pie-tests): Use it.
2174 (+link-static, +link-static-tests): Likewise.
2175 (+link, +link-tests): Likewise.
2176 * Makerules (build-module, build-module-asneeded): Likewise.
2177 (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
2178 Likewise.
2179 * elf/Makefile ($(objpfx)ld.so): Likewise.
2180
87a629c5
RS
21812015-02-12 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
2182
2183 [BZ #17965]
2184 * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
2185 both struct timeval and struct timespec.
2186
03d95bd4
JM
21872015-02-12 Joseph Myers <joseph@codesourcery.com>
2188
2189 [BZ #16560]
2190 * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2191 and redefine.
2192 (__ieee754_exp2l): Do not multiply small fractional parts by
2193 M_LN2l.
2194 * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
2195 small argument.
2196 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
2197 * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2198 * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
2199 * math/auto-libm-test-in: Add more tests of exp2.
2200 * math/auto-libm-test-out: Regenerated.
2201
98408b95
RS
22022015-02-12 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2203
2204 * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2205 unaligned path.
2206
6f741503
AZ
22072015-02-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2208
2209 * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2210 little endian.
2211
2868e070
AS
22122015-02-12 Andreas Schwab <schwab@suse.de>
2213
2214 [BZ #15790]
2215 * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2216 Filter out elision flags from value returned in kind.
2217 * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2218 * nptl/tst-pthread-mutexattr.c: New file.
2219
ebf27d12
ST
22202015-02-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
2221
2222 * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2223 * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2224 into gnu-gnu, and update comment to refer to abi-tags.
2225
d435569c
JM
22262015-02-11 Joseph Myers <joseph@codesourcery.com>
2227
2228 [BZ #15467]
2229 * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2230 (__sincos): Set errno to EDOM for infinite argument.
2231 * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2232 (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2233 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2234 (__sincosl): Set errno to EDOM for infinite argument.
2235 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2236 (__sincosl): Set errno to EDOM for infinite argument.
2237 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2238 (__sincosl): Set errno to EDOM for infinite argument.
2239 * math/libm-test.inc (sincos_test_data): Test errno setting.
2240
d35273f2
LH
22412015-02-11 Leonhard Holz <leonhard.holz@web.de>
2242
2243 * string/strxfrm_l.c: Remove #define STRCMP.
2244 * string/strcoll_l.c: Remove #define STRLEN.
2245 * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2246 * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2247
306bc0d1
JM
22482015-02-10 Joseph Myers <joseph@codesourcery.com>
2249
2250 * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2251 * sysdeps/mips/mips32/sfp-machine.h: ... here.
2252 * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2253 * sysdeps/mips/mips64/Makefile: ... here.
2254 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2255 * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2256 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2257 * sysdeps/mips/mips64/sfp-machine.h: ... here.
2258 * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2259 * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2260 * sysdeps/mips/mips64/n64/Implies: Likewise.
2261
92b67e8d
RM
22622015-02-10 Roland McGrath <roland@hack.frob.com>
2263
2264 * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2265 <sys/time.h>, <string.h>, and <errno.h>.
2266 (dest_offset, dest_address, value, zero): Remove unused variables.
2267 (ldouble): Remove typedef.
2268 (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2269 signature. Pass 1 to siglongjmp rather than 0 (which is converted to
2270 1). Fix code style.
2271 (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2272 (check): Function removed.
2273 (CHECK): New macro.
2274 (TEST_FUNC): Fix code style. Use CHECK macro rather than repeating
2275 boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2276 Don't call set_sigaction_FP and remove_sigaction_FP here.
2277 (ldouble_test): Just use 'long double' as macro argument, no need for
2278 the 'ldouble' typedef.
2279 (do_test): Set up SIGFPE handler at start, using plain signal rather
2280 than sigaction. Fix code style.
2281
132a1328
EF
22822015-02-10 Evangelos Foutras <evangelos@foutrelis.com>
2283
2284 [BZ #17949]
2285 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
2286 jump label.
2287
3001e54c
AZ
22882015-02-09 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
2289
bc0cdc49
AZ
2290 * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
2291 * sysdeps/powerpc/powerpc32/configure: Regenerated.
2292
83658961
AZ
2293 * sysdeps/powerpc/configure.ac: Remove file.
2294 * sysdeps/powerpc/configure: Likewise.
2295
10169938
AZ
2296 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2297 [sysdep_routines]: Remove wordcopy-power6 object.
2298 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2299 (__memmove_power7): Use local call for wordcopy and memcpy symbols.
2300 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
2301 (__memmove_ppc32): Likewise.
2302 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
2303 file.
2304 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
2305 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
2306 Remove preprocessor.
2307
8548a53d
AZ
2308 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2309 [sysdep_routines]: Remove wide chars objects.
2310 [wcsmbs]: New rule for wide char objects.
2311
b2692114
AZ
2312 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2313 Remove wordcopy-power6 obejct.
2314 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
2315 Use local call for wordcopy and memcpy symbols.
2316 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
2317 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
2318 implementation for loader.
2319 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
2320
18e270aa
AZ
2321 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2322 Remove wordcopy-power7 object.
2323 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
2324 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
2325 (_wordcopy_fwd_aligned): Remove POWER7 specialization.
2326 (_wordcopy_fwd_dest_aligned): Likewise.
2327 (_wordcopy_bwd_aligned): Likewise.
2328 (_wordcopy_bwd_dest_aligned): Likewise.
2329
6f0993a6
AZ
2330 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
2331 Rewrite to call __memmove_ppc instead of include default
2332 implementation.
2333
3001e54c
AZ
2334 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2335 Remove wide chars objects.
2336 [wcsmbs]: New rule for wide char objects.
2337
59b61c82
AS
23382015-02-09 Andreas Schwab <schwab@suse.de>
2339
2340 [BZ #17912]
2341 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2342 in terms of __O_DIRECTORY.
2343
ebd7aede
ST
23442015-02-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
2345
2346 * time/getdate.c: Include <stdbool.h>.
28b06757
ST
2347 * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
2348 call PTR_MANGLE.
2349 [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
2350 PTR_DEMANGLE.
ebd7aede 2351
3999d26e
PE
23522015-02-07 Paul Eggert <eggert@cs.ucla.edu>
2353
2354 Add ersatz _Static_assert on older C hosts
2355 * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
2356 pre-C11 C platform that is not known to support _Static_assert.
2357
e9a5bc1c
ST
23582015-02-07 Richard Braun <rbraun@sceen.net>
2359
2360 * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2361 sigstate.
e86c5b64 2362 * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
e9a5bc1c 2363
e2049d17
ST
23642015-02-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
2365
2366 * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2367 priority against unexistent AIO_PRIO_DELTA_MAX.
5d2556c4
ST
2368 * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2369 instead of int.
2370 * misc/fchflags.c (fchflags): Likewise.
2371 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2372 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2373 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2374 UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2375 SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2376 Declare macros.
2377 [__USE_MISC] (chflags, fchflags): Declare functions.
d5131d3c
ST
2378 * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2379 EINVAL when nfds is greater than FD_SETSIZE.
bd959902
ST
2380 * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2381 NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2382 45.
a9a002fb
ST
2383 * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2384 __mach_msg. If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
c187253f
ST
2385 * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2386 MACH_RCV_TIMED_OUT.
f96ec27a
ST
2387 * hurd/hurd/signal.h (_hurd_self_sigstate,
2388 _hurd_critical_section_lock, _hurd_critical_section_unlock):
2389 Explicit casts from void *.
4fc81a77 2390 * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
ae20c9a1 2391 * abi-tags: Rename gnu-gnu os into gnu.
e2049d17 2392
f05826f0
ST
2393 [BZ #4719]
2394 * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2395 _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2396 _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2397 _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2398 _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2399 _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2400
a5eb23de
ST
2401 [BZ #17944]
2402 * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2403 duplicates ADDR->sun_path with sockaddr LEN limitation.
2404 * sysdeps/mach/hurd/connect.c: Include <string.h>
2405 (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2406 * sysdeps/mach/hurd/sendmsg.c: Likewise.
2407 * sysdeps/mach/hurd/sendto.c: Likewise.
2408 * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2409 implementing it by hand.
2410
ac9e0e5e
RM
24112015-02-06 Roland McGrath <roland@hack.frob.com>
2412
f8d1bb4c
RM
2413 * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2414 Use sfi_breg on ldr.
2415 [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2416 Likewise.
2417
022f4812
RM
2418 * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2419 it's defined.
2420 * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2421 Test SIGSETXID only if it's defined.
2422
1ac074e6
RM
2423 * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2424
f50ad78b
RM
2425 * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2426 will not be used. Use NULL rather than 0 for .sigev_notify_attributes.
2427
9e7265f4
RM
2428 * nptl/tst-align2.c: Moved ...
2429 * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2430 * nptl/Makefile (tests): Remove tst-align2.
2431 * sysdeps/unix/sysv/linux/Makefile
2432 [$(subdir) = nptl] (tests): Add tst-align-clone.
2433 * nptl/tst-getpid1.c: Moved ...
2434 * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2435 * nptl/tst-getpid2.c: Moved ...
2436 * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2437 * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2438 * sysdeps/unix/sysv/linux/Makefile
2439 [$(subdir) = nptl] (tests): ... here.
2440 * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2441 * sysdeps/unix/sysv/linux/Makefile
2442 [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2443
62ad2abc
RM
2444 * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2445 Drop trailing \n from perror argument. Use return rather than exit.
2446
cfa69b0b
RM
2447 * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2448 on [SA_SIGINFO].
2449 * nptl/tst-cancel21.c (do_test): Likewise.
2450 * debug/tst-backtrace6.c: Include <signal.h> first thing.
2451 Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2452 [!SA_SIGINFO]: Make it a stub test.
2453
82727806
RM
2454 * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2455 SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2456
da3a1594
RM
2457 * posix/tst-getlogin.c: Move to ...
2458 * login/tst-getlogin.c: ... here.
2459 * posix/Makefile (tests): Move tst-getlogin to ...
2460 * login/Makefile (tests): ... here.
2461
b65c0ff9
RM
2462 * libio/tst-atime.c (do_test): Move local variables SV and E
2463 inside [ST_NOATIME] conditional.
2464
56606ab3
RM
2465 * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2466
ebf7d6ee
RM
2467 * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2468
ca0e0675
RM
2469 * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2470 (wait_code): New function replaces macro.
2471 Call nanosleep rather than syscall.
2472
8c28bbc6
RM
2473 * nptl/pt-system.c: Rewritten. Put everything under
2474 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2475 Use IFUNC to redirect when possible.
2476
ec2a88b3
RM
2477 * nptl/pt-longjmp.c: Rewritten. Put everything under
2478 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2479 Use IFUNC to redirect when possible.
2480
beff1d13
RM
2481 * nptl/pt-fork.c: Rewritten. Put everything under
2482 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2483 Use IFUNC to redirect when possible.
2484 * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2485
ea02c6b8
RM
2486 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2487 code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2488 unconditionally nowadays. This included the only reference to
2489 __vdso_clock_gettime that appears outside libc proper.
2490 * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2491 Remove version set (containing only __vdso_clock_gettime).
2492 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2493 Add attribute_hidden.
2494 * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2495 Likewise. Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2496 libc_hidden_data_def.
2497 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2498 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2499
a1309c2b
RM
2500 * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2501 getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2502 setrpcent, and getrpcport to ...
2503 * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2504 * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2505 getrpcbynumber_r, and getrpcent_r to ...
2506 * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2507 * inet/getrpcbyname.c: Moved ...
2508 * sunrpc/getrpcbyname.c: ... here.
2509 * inet/getrpcbyname_r.c: Moved ...
2510 * sunrpc/getrpcbyname_r.c: ... here.
2511 * inet/getrpcbynumber.c: Moved ...
2512 * sunrpc/getrpcbynumber.c: ... here.
2513 * inet/getrpcbynumber_r.c: Moved ...
2514 * sunrpc/getrpcbynumber_r.c: ... here.
2515 * inet/getrpcent.c: Moved ...
2516 * sunrpc/getrpcent.c: ... here.
2517 * inet/getrpcent_r.c: Moved ...
2518 * sunrpc/getrpcent_r.c: ... here.
2519 * inet/Makefile (routines): Move those to ...
2520 * sunrpc/Makefile (routines): ... here.
2521 * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2522 the $(subdirs) list.
2523 (CPPFLAGS-getent.c): New variable. Pass -D option to set HAVE_SUNRPC
2524 to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2525 * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2526 (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2527
ac9e0e5e
RM
2528 * elf/Makefile (routines): Include $(all-dl-routines), not just
2529 $(dl-routines).
2530 (rtld-routines): Likewise. Use = rather than :=.
2531 * sysdeps/aarch64/Makefile [$(subdir) = elf]
2532 (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2533 dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2534 * sysdeps/arm/Makefile: Likewise.
2535 * sysdeps/i386/Makefile: Likewise.
2536 * sysdeps/x86_64/Makefile: Likewise.
2537 * sysdeps/hppa/Makefile [$(subdir) = elf]
2538 (sysdep_routines, sysdep-rtld-routines): Don't add
2539 $(sysdep-dl-routines) to these.
2540 * sysdeps/ia64/Makefile: Likewise.
2541 * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2542 * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2543 [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2544 Don't add dl-static to these; sysdep-dl-routines alone is enough.
2545 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2546 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2547 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2548 * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2549 * sysdeps/powerpc/Makefile [$(subdir) = elf]
2550 (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2551 these; sysdep-dl-routines alone is enough.
2552
639e42eb
JM
25532015-02-06 Joseph Myers <joseph@codesourcery.com>
2554
1c7a4a51
JM
2555 [BZ #17932]
2556 * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2557 where multiplication results in zero and third argument is finite
2558 and nonzero.
2559 * math/auto-libm-test-in: Add more tests of fma.
2560 * math/auto-libm-test-out: Regenerated.
2561
61f006c1
JM
2562 * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2563 (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2564 (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2565 (_FP_CMP_EQ): Likewise.
2566 (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2567
639e42eb
JM
2568 * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2569 extra argument CHECK_NAN. Redefine as wrapper around
2570 _FP_EXTEND_CNAN.
2571
3c0c543b
CD
25722015-02-06 Carlos O'Donell <carlos@systemhalted.org>
2573
4e42b5b8
CD
2574 * version.h (RELEASE): Set to "stable".
2575 (VERSION): Set to "2.21"
2576 * include/features.h (__GLIBC_MINOR__): Set to 21.
2577
3c0c543b
CD
2578 * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2579
5bd80bfe 25802015-02-05 Paul Pluzhnikov <ppluzhnikov@google.com>
76c109f2 2581 Paul Eggert <eggert@cs.ucla.edu>
5bd80bfe
PP
2582
2583 [BZ #16618]
2584 * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2585 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2586 size in bytes. Store needed elements in wpmax. Use needed size
2587 in bytes for extend_alloca.
2588
3f823f48
CD
25892015-02-05 Carlos O'Donell <carlos@systemhalted.org>
2590
04cb913d
CD
2591 * manual/install.texi: Latest tested versions are GCC 4.9.2,
2592 binutls 2.25, and texinfo 5.2.
2593 * INSTALL: Regenerate.
2594 * sysdeps/nios2/configure: Regenerate.
2595 * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2596 * manual/contrib.texi: Update.
2597 * po/be.po: Update.
2598 * po/bg.po: Update.
2599 * po/ca.po: Update.
2600 * po/cs.po: Update.
2601 * po/da.po: Update.
2602 * po/de.po: Update.
2603 * po/el.po: Update.
2604 * po/eo.po: Update.
2605 * po/es.po: Update.
2606 * po/fi.po: Update.
2607 * po/fr.po: Update.
2608 * po/gl.po: Update.
2609 * po/hr.po: Update.
2610 * po/hu.po: Update.
2611 * po/ia.po: Update.
2612 * po/id.po: Update.
2613 * po/it.po: Update.
2614 * po/ja.po: Update.
2615 * po/ko.po: Update.
2616 * po/lt.po: Update.
2617 * po/nb.po: Update.
2618 * po/nl.po: Update.
2619 * po/pl.po: Update.
2620 * po/pt_BR.po: Update.
2621 * po/ru.po: Update.
2622 * po/rw.po: Update.
2623 * po/sk.po: Update.
2624 * po/sl.po: Update.
2625 * po/sv.po: Update.
2626 * po/tr.po: Update.
2627 * po/uk.po: Update.
2628 * po/vi.po: Update.
2629 * po/zh_CN.po: Update.
2630 * po/zh_TW.po: Update.
2631
3f823f48
CD
2632 * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2633 * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2634 * sysdeps/hppa/dl-irel.h: Remove #warning.
2635 * sysdeps/hppa/entry.h: Provide prototype for
2636 __canonicalize_funcptr_for_compare and cast argument.
2637 * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2638 * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2639 * sysdeps/hppa/sotruss-lib.c: New file.
2640 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2641 (atomic_compare_and_exchange_val_acq): Use __typeof__.
2642 (atomic_compare_and_exchange_bool_acq): Likewise.
2643 * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2644 * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2645
2646 * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2647 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2648 * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2649
34c56048
CLT
26502015-02-05 Chung-Lin Tang <cltang@codesourcery.com>
2651
2652 * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2653 called function in non-PIC case.
2654
d4abeca5
DM
26552015-01-31 David S. Miller <davem@davemloft.net>
2656
edac0a60
DM
2657 * sysdeps/sparc/sparc32/bits/atomic.h
2658 (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2659 unlock not after it.
2660 (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2661 volatile register usage warnings from the compiler.
2662
d4abeca5
DM
2663 * sysdeps/sparc/nptl/sem_init.c: Delete.
2664 * sysdeps/sparc/nptl/sem_post.c: Delete.
2665 * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2666 * sysdeps/sparc/nptl/sem_wait.c: Delete.
2667 * sysdeps/sparc/sparc32/sem_init.c: New file.
2668 * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2669 * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2670 padding explicitly initialized.
2671 * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2672 padding for in-semaphore spinlock.
2673 * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2674 * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2675 * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2676 * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2677 * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2678 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2679 * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2680 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2681 version.
2682 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2683 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2684
5f3d0b78
L
26852015-01-30 H.J. Lu <hongjiu.lu@intel.com>
2686
2687 [BZ #17801]
2688 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2689 Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2690 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2691 New.
2692 (index_AVX_Fast_Unaligned_Load): Likewise.
2693 (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2694 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2695 bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2696 * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2697 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2698 * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2699 * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2700 HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2701 * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2702
b658fdd8
AS
27032015-01-29 Andreas Schwab <schwab@suse.de>
2704
2705 * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2706
3cb26316
SP
27072015-01-29 Siddhesh Poyarekar <siddhesh@redhat.com>
2708
2709 [BZ #17892]
2710 * nscd/nscd_stat.c (send_stats): Initialize DATA.
2711
527de9e4
MS
27122015-01-28 Martin Sebor <msebor@redhat.com>
2713
2714 * math/README.libm-test: Clarify. Add "How to read the test output."
2715
06991eb8
CM
27162015-01-28 Chris Metcalf <cmetcalf@ezchip.com>
2717
2718 * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2719 Define to 0.
2720
df341342
JM
27212015-01-28 Joseph Myers <joseph@codesourcery.com>
2722
2723 * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2724 (__HAVE_64B_ATOMICS): Define to 0.
2725
08cee2a4
AZ
27262015-01-28 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
2727
d4d0ecb2
AZ
2728 [BZ #17885]
2729 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2730 value to set as new flag.
2731
08cee2a4
AZ
2732 [BZ #16576]
2733 * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2734 and use _ARCH_PPCSQ instead.
2735 (__ieee754_sqrt): Likewise.
2736 (__ieee754_sqrtf): Likewise.
2737 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2738 _ARCH_PPCSQ is defined.
2739 (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2740 fsqrt instruction.
2741 * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2742 _ARCH_PPCSQ is defined.
2743 (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2744 fsqrts instruction.
2745 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2746
5fe8e359
AK
27472015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2748
2749 * iconv/loop.c: Suppress array out of bound warning caused by GCC
2750 bug (GCC BZ #64739).
2751
24bb7432
AS
27522015-01-25 Andreas Schwab <schwab@linux-m68k.org>
2753
fa20da31
AS
2754 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2755 Mark _retval as used.
2756 (lll_futex_wake_unlock): Likewise.
2757 (lll_futex_timed_wait_requeue_pi): Likewise.
2758
45819cbc
AS
2759 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2760 (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2761 register variables.
2762
403cc231
AS
2763 * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2764 libm_hidden_def.
2765
24bb7432
AS
2766 * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2767 (__bswap_64): Mark as __always_inline.
2768
9317ea65
B
27692015-01-25 Bram <bug_rh@spam.wizbit.be>
2770
2771 [BZ #15378]
2772 * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2773 when none of the search directories exist.
2774
0e87343e
AZ
27752015-01-24 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
2776
bea58013
AZ
2777 [BZ #17869]
2778 * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2779 power8 in .machine directive.
2780
0e87343e
AZ
2781 [BZ #17868]
2782 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2783 set dependency from opd value.
2784
ede0236c
L
27852015-01-23 H.J. Lu <hongjiu.lu@intel.com>
2786
2787 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
972af9e8
L
2788 Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2789 architecture.
ede0236c 2790
22971c35
L
27912015-01-23 H.J. Lu <hongjiu.lu@intel.com>
2792
2793 [BZ #17870]
2794 * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2795 with uint64_t.
2796 * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2797 (uint64_t) 1.
e0da28a1 2798 (__new_sem_wait_fast): Replace unsigned long with uint64_t.
22971c35
L
2799 (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2800 Replace 1UL with (uint64_t) 1.
2801 * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2802 int with uint64_t.
2803
da5bf245
RM
28042015-01-23 Roland McGrath <roland@hack.frob.com>
2805
2ec2d703
RM
2806 * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2807 (if_freenameindex): Likewise.
2808
da5bf245
RM
2809 * resource/getrlimit64.c: Add missing libc_hidden_def.
2810
d7423856
JM
28112015-01-22 Joseph Myers <joseph@codesourcery.com>
2812
2813 * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2814 __label__.
2815 (_FP_FMA): Likewise.
2816 (_FP_TO_INT_ROUND): Likewise.
2817 (_FP_FROM_INT): Likewise.
2818
6b2ba95b
AZ
28192015-01-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2820
2821 [BZ #16418]
2822 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2823 Make code racy and cancel safe.
2824
ccdb048d
CD
28252015-01-21 Carlos O'Donell <carlos@redhat.com>
2826
191220b3
CD
2827 * sysdeps/arm/unwind-resume.h: Fix copyright year.
2828 * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2829 attribution.
2830
0897c551
CD
2831 * pwd/tst-getpw.c: Rewrite.
2832
ccdb048d
CD
2833 [BZ #17702]
2834 * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2835 (modules-names): Add moddummy1 and moddummy2.
2836 ($(objpfx)tst-rec-dlopen): Define.
2837 * dlfcn/moddummy1.c: New file.
2838 * dlfcn/moddummy2.c: New file.
2839 * dlfcn/tst-rec-dlopen.c: New file.
2840 * elf/dl-cache.c (_dl_load_cache_lookup):
2841 Return char*. Copy result with alloca/strcpy/strdup.
2842 * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2843 returns char*. Free cached. If not saving realname
2844 free cached.
2845 * elf/dl-open.c (dl_open_worker): Do not assert that
2846 _r_debug->r_state is RT_CONSISTENT.
2847 * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2848 returns char*.
2849
042e1521
CD
28502015-01-21 Torvald Riegel <triegel@redhat.com>
2851 Carlos O'Donell <carlos@redhat.com>
2852
2853 [BZ #12674]
2854 * nptl/sem_waitcommon.c: New file.
2855 * nptl/sem_wait.c: Include sem_waitcommon.c.
2856 (__sem_wait_cleanup, do_futex_wait): Remove.
2857 (__new_sem_wait): Adapt.
2858 (__new_sem_trywait): New function.
2859 (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2860 * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2861 (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2862 (sem_timedwait): Adapt.
2863 * nptl/sem_post.c (__new_sem_post): Adapt.
2864 (futex_wake): New function.
2865 (__old_sem_post): Add release MO fence.
2866 * nptl/sem_open.c (sem_open): Adapt.
2867 * nptl/sem_init.c (__new_sem_init): Adapt.
2868 (futex_private_if_supported): New function.
2869 * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2870 (__old_sem_getvalue): Add using previous code.
2871 * sysdeps/nptl/internaltypes.h: Adapt.
2872 * nptl/tst-sem13.c (do_test): Adapt.
2873 * nptl/tst-sem11.c (main): Adapt.
2874 * nptl/sem_trywait.c: Remove.
2875 * nptl/DESIGN-sem.txt: Remove.
2876 * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2877 (gen-as-const-headers): Remove structsem.sym.
2878 * nptl/structsem.sym: Remove.
2879 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2880 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2881 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2882 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2883 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2884 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2885 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2886 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2887 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2888 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2889 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2890 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2891 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2892 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2893 * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2894 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2895 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2896 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2897 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2898 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2899 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2900 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2901
fe0e85af
CD
29022015-01-20 Carlos O'Donell <carlos@redhat.com>
2903
a8db092e
CD
2904 * INSTALL: Regenerated.
2905
fe0e85af
CD
2906 * po/libc.pot: Regenerated.
2907
522e6ee3
CLT
29082015-01-18 Chung-Lin Tang <cltang@codesourcery.com>
2909 Sandra Loosemore <sandra@codesourcery.com>
2910 Andrew Jenner <andrew@codesourcery.com>
2911 Joseph Myers <joseph@codesourcery.com>
2912 Nathan Sidwell <nathan@codesourcery.com>
2913
2914 * NEWS: Mention new Nios II port.
2915 * sysdeps/nios2/Implies: New file.
2916 * sysdeps/nios2/Makefile: New file.
2917 * sysdeps/nios2/Subdirs: New file.
2918 * sysdeps/nios2/Versions: New file.
2919 * sysdeps/nios2/__longjmp.S: New file.
2920 * sysdeps/nios2/abort-instr.h: New file.
2921 * sysdeps/nios2/backtrace.c: New file.
2922 * sysdeps/nios2/bits/endian.h: New file.
2923 * sysdeps/nios2/bits/fenv.h: New file.
2924 * sysdeps/nios2/bits/link.h: New file.
2925 * sysdeps/nios2/bits/setjmp.h: New file.
2926 * sysdeps/nios2/bsd-_setjmp.S: New file.
2927 * sysdeps/nios2/bsd-setjmp.S: New file.
2928 * sysdeps/nios2/configure: New generated file.
2929 * sysdeps/nios2/configure.ac: New file.
2930 * sysdeps/nios2/crti.S: New file.
2931 * sysdeps/nios2/crtn.S: New file.
2932 * sysdeps/nios2/dl-init.c: New file.
2933 * sysdeps/nios2/dl-machine.h: New file.
2934 * sysdeps/nios2/dl-sysdep.h: New file.
2935 * sysdeps/nios2/dl-tls.h: New file.
2936 * sysdeps/nios2/dl-trampoline.S: New file.
2937 * sysdeps/nios2/gccframe.h: New file.
2938 * sysdeps/nios2/gmp-mparam.h: New file.
2939 * sysdeps/nios2/jmpbuf-offsets.h: New file.
2940 * sysdeps/nios2/jmpbuf-unwind.h: New file.
2941 * sysdeps/nios2/ldsodefs.h: New file.
2942 * sysdeps/nios2/libc-tls.c: New file.
2943 * sysdeps/nios2/libm-test-ulps: New file.
2944 * sysdeps/nios2/machine-gmon.h: New file.
2945 * sysdeps/nios2/math-tests.h: New file.
2946 * sysdeps/nios2/math_private.h: New file.
2947 * sysdeps/nios2/memusage.h: New file.
2948 * sysdeps/nios2/nptl/Makefile: New file.
2949 * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2950 * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2951 * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2952 * sysdeps/nios2/nptl/pthreaddef.h: New file.
2953 * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2954 * sysdeps/nios2/nptl/tls.h: New file.
2955 * sysdeps/nios2/preconfigure: New file.
2956 * sysdeps/nios2/s_fma.c: New file.
2957 * sysdeps/nios2/s_fmaf.c: New file.
2958 * sysdeps/nios2/setjmp.S: New file.
2959 * sysdeps/nios2/sfp-machine.h: New file.
2960 * sysdeps/nios2/sotruss-lib.c: New file.
2961 * sysdeps/nios2/stackguard-macros.h: New file.
2962 * sysdeps/nios2/stackinfo.h: New file.
2963 * sysdeps/nios2/start.S: New file.
2964 * sysdeps/nios2/sysdep.h: New file.
2965 * sysdeps/nios2/tls-macros.h: New file.
2966 * sysdeps/nios2/tst-audit.h: New file.
2967 * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2968 * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2969 * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2970 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2971 * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2972 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2973 * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2974 * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2975 * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2976 * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2977 * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2978 * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2979 * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2980 * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2981 * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2982 * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2983 * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2984 * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2985 * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2986 * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2987 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2988 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2989 * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2990 * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2991 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2992 * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2993 * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2994 * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2995 * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2996 * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2997 * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2998 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2999 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
3000 * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
3001 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
3002 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
3003 * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
3004 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
3005 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
3006 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
3007 * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
3008 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
3009 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
3010 * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
3011
026eb207
SL
30122015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
3013
3014 [BZ #17844]
3015 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
3016 (getutent): Use weak_alias in non SHARED case
3017 and default_symbol_version in SHARED case.
3018 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
3019 (getutent_r, pututline): Likewise.
3020 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
3021 (getutid): Likewise.
3022 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
3023 (getutid_r): Likewise.
3024 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
3025 (getutline): Likewise.
3026 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
3027 (getutline_r): Likewise.
3028 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
3029 (updwtmp): Likewise.
3030
1d532483
SL
30312015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
3032
3033 [BZ #17848]
3034 * sysdeps/s390/s390-32/memcmp.S
3035 (memcmp_g5): Rename to __memcmp_g5.
3036 * sysdeps/s390/s390-32/memcpy.S
3037 (memcpy_g5): Rename to __memcpy_g5.
3038 Jump to __memcpy_mvcle instead of memcpy_mvcle.
3039 (memcpy_mvcle) Rename to __memcpy_mvcle.
3040 * sysdeps/s390/s390-32/memset.S
3041 (memset_g5): Rename to __memset_g5.
3042 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
3043 (IFUNC_RESOLVE): Prefix ifunc-resolve function
3044 and use prefixed functions.
3045 * sysdeps/s390/s390-32/multiarch/memcmp.S
3046 (memcmp_z196): Rename to __memcmp_z196.
3047 (memcmp_z10): Rename to __memcmp_z10.
3048 (memcmp): Set alias to __memcmp_g5.
3049 (bcmp): Set alias to __memcmp_g5.
3050 * sysdeps/s390/s390-32/multiarch/memcpy.S
3051 (memcpy_z196): Rename to __memcpy_z196.
3052 Jump to __memcpy_mvcle instead of memcpy_mvcle.
3053 (memcpy_z10): Rename to __memcpy_z10.
3054 Jump to __memcpy_mvcle instead of memcpy_mvcle.
3055 (memcpy): Set alias to __memcpy_g5.
3056 * sysdeps/s390/s390-32/multiarch/memset.S
3057 (memset_z196): Rename to __memset_z196.
3058 Jump to __memset_mvcle instead of memset_mvcle.
3059 (memset_z10): Rename to __memset_z10.
3060 Jump to __memset_mvcle instead of memset_mvcle.
3061 (memset_mvcle) Rename to __memset_mvcle.
3062 (memset): Set alias to __memset_g5.
3063 * sysdeps/s390/s390-64/memcmp.S
3064 (memcmp_z900): Rename to __memcmp_z900.
3065 * sysdeps/s390/s390-64/memcpy.S
3066 (memcpy_z900): Rename to __memcpy_z900.
3067 Jump to __memcpy_mvcle instead of memcpy_mvcle.
3068 (memcpy_mvcle) Rename to __memcpy_mvcle.
3069 * sysdeps/s390/s390-64/memset.S
3070 (memset_z900): Rename to __memset_z900.
3071 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
3072 (IFUNC_RESOLVE): Prefix ifunc-resolve function
3073 and use prefixed functions.
3074 * sysdeps/s390/s390-64/multiarch/memcmp.S
3075 (memcmp_z196): Rename to __memcmp_z196.
3076 (memcmp_z10): Rename to __memcmp_z10.
3077 (memcmp): Set alias to __memcmp_z900.
3078 (bcmp): Set alias to __memcmp_z900.
3079 * sysdeps/s390/s390-64/multiarch/memcpy.S
3080 (memcpy_z196): Rename to __memcpy_z196.
3081 Jump to __memcpy_mvcle instead of memcpy_mvcle.
3082 (memcpy_z10): Rename to __memcpy_z10.
3083 Jump to __memcpy_mvcle instead of memcpy_mvcle.
3084 (memcpy): Set alias to __memcpy_z900.
3085 * sysdeps/s390/s390-64/multiarch/memset.S
3086 (memset_z196): Rename to __memset_z196.
3087 Jump to __memset_mvcle instead of memset_mvcle.
3088 (memset_z10): Rename to __memset_z10.
3089 Jump to __memset_mvcle instead of memset_mvcle.
3090 (memset_mvcle) Rename to __memset_mvcle.
3091 (memset): Set alias to __memset_z900.
3092
53fbd169
JM
30932015-01-14 Joseph Myers <joseph@codesourcery.com>
3094
3095 [BZ #17748]
3096 * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
3097 __fesetenv instead of fesetenv.
3098
d639a363
SP
30992015-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
3100
3101 * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
3102 macro.
3103
d3b00f46
AZ
31042015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3105
ce6615c9
AZ
3106 * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
3107 regression on LE.
3108
d3b00f46
AZ
3109 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
3110 * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
3111 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3112 strncmp-power8 object.
3113 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3114 (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
3115 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
3116 * NEWS: Update.
3117
72607db0
RS
31182015-01-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3119 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3120
3121 * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
3122 trailing byte check.
3123
54dc5461
DM
31242015-01-13 David S. Miller <davem@davemloft.net>
3125
3126 * include/signal.h (__sigreturn): Guard with __USE_MISC.
3127
1c6e6f23
RM
31282015-01-13 Roland McGrath <roland@hack.frob.com>
3129
3130 * login/logout.c (logout): Use memset rather than bzero.
3131 * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
3132 * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
3133 * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
3134 (_gethtbyaddr): Likewise.
3135 * locale/programs/simple-hash.c (bcopy): Macro removed.
3136
96d6fd6c
AZ
31372015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3138
8bedcb5f
AZ
3139 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3140 Add strcmp-power8 object.
3141 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3142 (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
3143 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
3144 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
3145 __strcmp_power8 implementation.
3146 * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
3147 * NEWS: Update.
3148
f06a4faf
AZ
3149 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3150 Add strncpy-power8 and stpncpy-power8 objects.
3151 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3152 (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
3153 implementations.
3154 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
3155 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
3156 __stpncpy_power8 implementation.
3157 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
3158 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
3159 __strncpy_power8 implementation.
3160 * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
3161 * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
3162 * NEWS: Update.
3163
9f2f36e5
AZ
3164 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
3165 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
3166 * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
3167
96d6fd6c 3168 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
94c96809
AZ
3169 strncat-power8 object.
3170 * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
3171 __strcat_power8 implementation.
3172 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3173 (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
3174 * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
3175 optimized strcat for power8.
3176
3177 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
96d6fd6c
AZ
3178 strcpy-power8 and stpcpy-power8 objects.
3179 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3180 (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
3181 implementations.
3182 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
3183 multiarch stpcpy implementation for POWER8.
3184 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
3185 multiarch strcpy implementation for POWER8.
3186 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
3187 __strcpy_power8 function.
3188 * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
3189 stpcpy for POWER8.
3190 * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
3191 strcpy for POWER8.
3192 * NEWS: Update.
3193
0f9e5854
LH
31942015-01-13 Leonhard Holz <leonhard.holz@web.de>
3195
3196 [BZ #16009]
3197 * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
3198 weights and rules. Use do_xfrm_cached if data fits in cache,
3199 do_xfrm otherwise. Moved former main loop to...
3200 * (do_xfrm_cached): New function.
3201 * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3202 find_idx, find_position and stack_push.
3203 * (find_idx): New function.
3204 * (find_position): Likewise.
3205 * localedata/sort-test.sh: Added test run for do_xfrm.
3206 * localedata/xfrm-test.c (main): Added command line option
3207 -nocache to run the test with strings that are too large for
3208 the STRXFRM cache.
3209
c60ec0e0
TR
32102015-01-13 Torvald Riegel <triegel@redhat.com>
3211
3212 * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3213 variable to lll_futex_wake call, not the value itself.
3214
34e93d6c
JM
32152015-01-12 Joseph Myers <joseph@codesourcery.com>
3216
5a9e4c09
JM
3217 [BZ #17803]
3218 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3219 twom64. Adjust value to 0x1p-64L.
3220 (__scalblnl): Only return standard underflowing result for K <=
3221 -64 not K <= -63; adjust exponent for underflowing result by 64
3222 not 63.
3223 * math/libm-test.inc (scalbn_test_data): Add more tests.
3224 (scalbln_test_data): Likewise.
3225
34e93d6c
JM
3226 [BZ #17834]
3227 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3228 0x1p63L.
3229 (__scalblnl): Get new exponent of adjusted subnormal value from ES
3230 not HX.
3231 * math/libm-test.inc (scalbn_test_data): Add more tests.
3232 (scalbln_test_data): Likewise.
3233
ca677d3c
AZ
32342015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3235 Stefani Seibold <stefani@seibold.net>
3236
3237 * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3238 (sysdep_routines): Add dl-vdso here, ...
3239 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3240 (sysdep_routines): ... not here.
3241 * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3242 fallback when vDSO is not presented.
3243 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3244 Define with libc_hidden_proto/libc_hidden_data_def definitions.
3245 (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3246 * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3247 * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3248 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3249 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3250 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3251 * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3252 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3253 * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here. Also added
3254 fallback configurable symbol when vDSO is not available.
3255 * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3256 * sysdeps/unix/sysv/linux/x86/time.c: ... here. Also refactored to
3257 be able to redefine fallback symbol when vDSO is not available.
3258 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3259 * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3260
49a9f6ab 32612015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8d2c0a59 3262
56cf2763
AZ
3263 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3264 (TLS_INIT_TP): Add tm_capable initialization.
3265 (TLS_DEFINE_INIT_TP): Likewise.
3266 (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3267 TCB.
3268 (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3269 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3270 calculation.
3271 * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3272 transactoion is lock elision is built and TCB tm_capable is set.
3273 * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3274 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3275 (INTERNAL_SYSCALL_NCS): Likewise.
3276 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3277 (INTERNAL_SYSCALL_NCS): Likewise.
3278 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3279
4b45943a
AZ
3280 * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3281 for powerpc.
3282 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3283 [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3284 and remove it for 32 bits case.
3285 [pthread_rwlock_t] (__rwelision): New field for lock elision.
3286 (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
3287 initialization.
3288 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
3289 Disable lock elision with rdlocks if elision is not available.
3290
8d2c0a59
AZ
3291 * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
3292 (sysdep_routines): Add lock elision objects.
3293 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3294 [pthread_mutex_t] (__spins): Rework to add lock elision field.
3295 [pthread_mutex_t] (__elision): Add field.
3296 [__PTHREAD_SPINS]: Adjust to init lock elision field.
3297 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
3298 elision definitions for powerpc.
3299 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
3300 implementation of lock elision for powerpc.
3301 * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
3302 implementation of timed lock elision for powerpc.
3303 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
3304 implementation of trylock with lock elision for powerpc.
3305 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
3306 implementaion of unlock for lock elision for powerpc.
3307 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
3308 automatic enable lock elision for mutexes.
3309 * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
3310 transaction execution definitions for powerpc.
3311 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
3312 definitions.
3313 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
3314 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
3315 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
3316 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
3317 * NEWS: Update.
3318
bc0ed9f7
RM
33192015-01-09 Roland McGrath <roland@hack.frob.com>
3320
3321 * sysdeps/posix/shm-directory.c: Use <> rather than ""
3322 for #include of <shm-directory.h>.
3323
585d9c18
CLT
33242015-01-09 Chung-Lin Tang <cltang@codesourcery.com>
3325
3326 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
3327 assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
3328
aee6626c
MF
33292015-01-09 Matthew Fortune <matthew.fortune@imgtec.com>
3330
3331 [BZ #17791]
3332 * NEWS: Mention bug fix.
3333 * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
3334 (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
3335 (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
3336
9e560f48
TR
33372015-01-09 Torvald Riegel <triegel@redhat.com>
3338
3339 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
3340
e1cfbd0c
TR
33412015-01-09 Torvald Riegel <triegel@redhat.com>
3342
3343 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
3344
cf71e44f
DH
33452015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
3346
3347 * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
3348 pointer and cast to uintptr_t.
3349
b360ee62
DH
33502015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
3351
3352 * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
3353 removed.
3354 (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
3355
caff764e
DH
33562015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
3357
3358 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3359 of 0.
3360
59ff172f
RM
33612015-01-08 Roland McGrath <roland@hack.frob.com>
3362
c97d27f1
RM
3363 * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3364 <nptl/pthreadP.h> instead.
3365 * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3366
08734ccd
RM
3367 * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3368 already defined.
3369 [__SIGRTMIN] (init): Function removed.
3370 [__SIGRTMIN] (initialized): Variable removed.
3371 [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3372 [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3373 __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3374 (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3375 (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3376 (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3377 (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3378 (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3379 (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3380 (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3381 (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3382 * sysdeps/nptl/allocrtsig.c: New file.
3383 * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3384 * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3385 * sysdeps/generic/testrtsig.h: File removed.
3386
7b052e33
RM
3387 * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3388 (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3389
cc40d25e
RM
3390 * nptl/nptl-init.c (pthread_functions): Conditionalize
3391 .ptr__nptl_setxid initialization on [SIGSETXID].
3392
9287adf0
RM
3393 * sysdeps/nptl/sys/procfs.h: New file.
3394 * nptl_db/Makefile (headers): Add it.
3395 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3396
59ff172f
RM
3397 * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3398 * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3399 * nptl/pthread_attr_setaffinity.c: Include it.
3400 * nptl/pthread_setattr_default_np.c: Likewise.
3401 * nptl/check-cpuset.h: New file.
3402
b9205857
RH
34032015-01-08 Richard Henderson <rth@redhat.com>
3404
3405 * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3406 (CFLAGS-tst-execstack-prog.c): Likewise.
3407 * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3408
1a0a8d15
CLT
34092015-01-08 Chung-Lin Tang <cltang@codesourcery.com>
3410 Sandra Loosemore <sandra@codesourcery.com>
3411 Andrew Jenner <andrew@codesourcery.com>
3412 Joseph Myers <joseph@codesourcery.com>
3413 Nathan Sidwell <nathan@codesourcery.com>
3414
3415 * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3416 (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3417 (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3418 (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3419 (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3420 (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3421 (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
00b8b9ba
SP
3422 (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3423 (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3424 (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3425 (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3426 (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3427 (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1a0a8d15
CLT
3428 (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3429 (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3430 (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3431 (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3432
dd6e8af6
AZ
34332015-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3434
3435 * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3436 timespec struct member in syscall macro.
3437 * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3438 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3439 first timeval struct member in syscall macro.
3440 * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3441
8116321f
JM
34422015-01-07 Joseph Myers <joseph@codesourcery.com>
3443
3444 [BZ #17748]
3445 * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3446 * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3447 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3448 __feupdateenv and define as weak alias of __feupdateenv. Use
3449 libm_hidden_weak.
3450 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3451 libm_hidden_def.
3452 * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3453 and define as weak alias of __feupdateenv. Use libm_hidden_weak.
3454 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3455 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3456 libm_hidden_def.
3457 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3458 __feupdateenv and define as weak alias of __feupdateenv. Use
3459 libm_hidden_weak.
3460 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3461 libm_hidden_def.
3462 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3463 __feupdateenv and define as weak alias of __feupdateenv. Use
3464 libm_hidden_weak.
3465 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3466 libm_hidden_def.
3467 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3468 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3469 (__feupdateenv): Likewise.
3470 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3471 __feupdateenv and define as weak alias of __feupdateenv. Use
3472 libm_hidden_weak.
3473 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3474 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3475 libm_hidden_def.
3476 * sysdeps/tile/math_private.h (__feupdateenv): New inline
3477 function.
3478 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3479 libm_hidden_def.
3480 * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3481 __feupdateenv instead of feupdateenv.
3482 (default_libc_feupdateenv_test): Likewise.
3483 (libc_feresetround_ctx): Likewise.
3484
882dfe18
AZ
34852015-01-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3486
3487 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3488 prototype.
3489
39a12f8d
CM
34902015-01-07 Chris Metcalf <cmetcalf@ezchip.com>
3491
3492 * posix/regcomp.c (parse_bracket_exp): Initialize type to
3493 COLL_SYM in a couple of places to avoid uninitialized variable
3494 wanings on tilegx gcc 4.8.2.
3495
dc400d7b
RE
34962015-01-07 Richard Earnshaw <rearnsha@arm.com>
3497
3498 * sysdeps/aarch64/strcpy.S: New file.
3499 * sysdeps/aarch64/stpcpy.S: New file.
3500 * NEWS: Updated.
3501
ec582ca0
RE
35022015-01-07 Richard Earnshaw <rearnsha@arm.com>
3503
3504 * sysdeps/aarch64/strrchr.S: New file.
3505 * NEWS: Updated.
3506
d5b1c5ed
EB
35072015-01-07 Eric Biggers <ebiggers3@gmail.com>
3508
3509 [BZ #17658]
3510 * stdlib/setenv.c: Fix memory leak when setting large,
3511 duplicate string.
3512
fb87ee96
VN
35132015-01-06 Vladimir A. Nazarenko <naszar@ya.ru>
3514
60f046a8 3515 [BZ #17273]
fb87ee96
VN
3516 * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3517 and tabs from buffer before parsing fstab entry.
3518 * misc/tst-mntent.c (main): Add test for mount entry with
3519 trailing spaces and tabs.
3520
cd42798a
JM
35212015-01-06 Joseph Myers <joseph@codesourcery.com>
3522
01238691
JM
3523 [BZ #17748]
3524 * include/fenv.h (__fesetround): Declare. Use libm_hidden_proto.
3525 * math/fesetround.c (fesetround): Rename to __fesetround and
3526 define as weak alias of __fesetround. Use libm_hidden_weak.
3527 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3528 * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3529 * sysdeps/arm/fesetround.c (fesetround): Likewise.
3530 * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3531 * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3532 * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3533 * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3534 * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3535 * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3536 __fesetround_inline.
3537 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3538 __fesetround_inline instead of __fesetround.
3539 * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3540 __fesetround and define as weak alias of __fesetround. Use
3541 libm_hidden_weak. Call __fesetround_inline instead of
3542 __fesetround.
3543 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3544 __fesetround and define as weak alias of __fesetround. Use
3545 libm_hidden_weak.
3546 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3547 Likewise.
3548 * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3549 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3550 * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3551 * sysdeps/tile/math_private.h (__fesetround): New inline function.
3552 * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3553 __fesetround and define as weak alias of __fesetround. Use
3554 libm_hidden_weak.
3555 * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3556 __fesetround instead of fesetround.
3557 (default_libc_feholdexcept_setround): Likewise.
3558 (libc_feholdsetround_ctx): Likewise.
3559 (libc_feholdsetround_noex_ctx): Likewise.
3560
cd42798a
JM
3561 [BZ #17748]
3562 * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3563 * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3564 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3565 and define as weak alias of __fesetenv. Use libm_hidden_weak.
3566 * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3567 * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3568 define as weak alias of __fesetenv. Use libm_hidden_weak.
3569 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3570 * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3571 * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3572 define as weak alias of __fesetenv. Use libm_hidden_weak.
3573 * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3574 * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3575 define as weak alias of __fesetenv. Use libm_hidden_weak.
3576 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3577 libm_hidden_def.
3578 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3579 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3580 Likewise.
3581 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3582 define as weak alias of __fesetenv. Use libm_hidden_weak.
3583 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3584 * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3585 * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3586 * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3587 and define as weak alias of __fesetenv. Use libm_hidden_weak.
3588 * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3589 __fesetenv instead of fesetenv.
3590 (libc_feresetround_noex_ctx): Likewise.
3591 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3592 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3593 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3594 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3595 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3596 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3597 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3598 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3599 (__feupdateenv): Likewise.
3600 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3601 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3602 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3603 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3604
38949026
AJ
36052015-01-06 Aurelien Jarno <aurelien@aurel32.net>
3606
1cf98e27 3607 [BZ #17806]
38949026
AJ
3608 * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3609 addresses have been freed.
3610
5fe55e9c
AJ
36112015-01-06 Aurelien Jarno <aurelien@aurel32.net>
3612
3613 * resolv/res_init.c (__res_vinit): Improve comments about nserv
3614 and nservall.
3615
dc8ab018
OB
36162015-01-06 Ondřej Bílka <neleai@seznam.cz>
3617
3618 * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3619 Clean up check_pf allocation pattern. addresses
3620
14bb4e57
AZ
36212015-01-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3622
3623 * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3624 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3625 * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3626 * nptl/pthread_exit.c (__pthread_exit): Likewise.
3627 * nptl/pthread_join.c (pthread_join): Likewise.
3628 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3629 * sysdeps/posix/waitid.c (__waitid): Likewise.
3630 * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3631 * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3632 * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3633 * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3634 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3635 Likewise.
3636 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3637 (__libc_pread64): Likewise.
3638 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3639 (__libc_pwrite): Likewise.
3640 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3641 (__libc_pwrite64): Likewsie.
3642 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3643 * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3644 * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3645 * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3646 * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3647 * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3648 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3649 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3650 Likewise.
3651 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3652 (__libc_pread64): Likewise.
3653 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3654 Likewise.
3655 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3656 (__libc_pwrite64): Likewise.
3657 * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3658 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3659 * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3660 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3661 * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3662 * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3663 * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3664 * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3665 * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3666 * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3667 * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3668 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3669 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3670 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3671 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3672 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3673 Likewise.
3674
10a5e112
AS
36752015-01-06 Andrew Senkevich <andrew.n.senkevich@gmail.com>
3676
3677 * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3678 (CFLAGS-test-double.c): Likewise.
3679 (CFLAGS-test-ldouble.c): Likewise.
3680 (CPPFLAGS-test-ifloat.c): Likewise.
3681 (CPPFLAGS-test-idouble.c): Likewise.
3682 (CPPFLAGS-test-ildoubl.c): Likewise.
3683 (CFLAGS-test-test-fenv.c): Remove variable.
3684 (CFLAGS-test-misc.c): Likewise.
3685
57ada0e7
L
36862015-01-06 H.J. Lu <hongjiu.lu@intel.com>
3687
3688 [BZ #17797]
3689 * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3690 * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3691 * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3692 CLOCKS_PER_SEC == 1000000.
3693 * time/clocktest.c (main): Replace %ld with %jd and cast to
3694 intmax_t.
3695
46abb64d
RM
36962015-01-05 Roland McGrath <roland@hack.frob.com>
3697
3698 * sysdeps/generic/unwind-resume.h: New file.
3699 * sysdeps/gnu/unwind-resume.c: Include it.
3700 (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3701 (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3702 argument list.
3703 (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3704 global rather than static.
3705 (_Unwind_Resume): Update user.
3706 Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3707 (init): Likewise. Renamed to __libgcc_s_init, made hidden global
3708 rather than static. Add __attribute__ ((cold)).
3709 (_Unwind_Resume, __gcc_personality_v0): Update callers.
3710 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3711 * sysdeps/arm/arm-unwind-resume.S: New file.
3712 * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3713 * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3714 * sysdeps/arm/Makefile [$(subdir) = csu]
3715 (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3716 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3717 Add rt-arm-unwind-resume.
3718 [$(subdir) = nptl]
3719 (libpthread-sysdep_routines, libpthread-shared-only-routines):
3720 Add pt-arm-unwind-resume.
3721 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3722 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3723
ef9faf13
JM
37242015-01-05 Joseph Myers <joseph@codesourcery.com>
3725
3726 [BZ #17748]
3727 * include/fenv.h (__feholdexcept): Declare. Use
3728 libm_hidden_proto.
3729 * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3730 define as weak alias of __feholdexcept. Use libm_hidden_weak.
3731 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3732 * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3733 * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3734 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3735 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3736 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3737 * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3738 * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3739 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3740 * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3741 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3742 (feholdexcept): Likewise.
3743 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3744 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3745 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3746 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3747 * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3748 __feholdexcept instead of feholdexcept.
3749 (default_libc_feholdexcept_setround): Likewise.
3750
295a453e
SE
37512015-01-05 Steve Ellcey <sellcey@imgtec.com>
3752
3753 * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3754 to avoid using stl/str to align destination.
3755
882c4b9f
SE
37562015-01-05 Steve Ellcey <sellcey@imgtec.com>
3757
3758 * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3759
ac4c11f5
JM
37602015-01-05 Joseph Myers <joseph@codesourcery.com>
3761
3762 [BZ #17796]
3763 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3764 [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3765 Define as weak alias not strong alias.
3766
03403e30
SE
37672015-01-05 Steve Ellcey <sellcey@imgtec.com>
3768
3769 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3770 bltzal with addiupc.
3771 (RTLD_START): Ditto.
3772
1dca195e
CM
37732015-01-05 Chris Metcalf <cmetcalf@ezchip.com>
3774
00b8b9ba
SP
3775 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3776 for __vdso_* functions in declarations.
3777 * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3778 definitions.
3779 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3780 INTERNAL_VSYSCALL): Use struct return types to check for error.
7ea793f3 3781
1dca195e
CM
3782 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3783 && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3784 function with cast from llround().
3785 * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3786 * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3787 Define.
3788
a287953a
JM
37892015-01-05 Joseph Myers <joseph@codesourcery.com>
3790
ab70da77
JM
3791 [BZ #17793]
3792 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3793 Define as weak alias not strong alias.
3794
b8986484
JM
3795 [BZ #17635]
3796 * ctype/ctype-c99.c: New file. isblank implementation moved from
3797 ...
3798 * ctype/ctype-extn.c: ... here.
3799 (__isblank_l): Move to ...
3800 * ctype/ctype-c99_l.c: ... here. New file.
3801 * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3802 * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3803 Remove variable.
3804 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3805 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3806 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3807 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3808 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3809
a287953a
JM
3810 [BZ #17777]
3811 * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3812 (posix_fadvise64): Define as weak alias not strong alias.
3813 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3814 (posix_fallocate64): Likewise.
3815 * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3816 Remove variable.
3817 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3818 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3819 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3820 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3821 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3822
b1efe3bb
MF
38232015-01-05 Matthew Fortune <matthew.fortune@imgtec.com>
3824
3825 [BZ #16191]
3826 * NEWS: Mention bug fix.
3827 * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3828 (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3829 (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3830 (HOST_STACK_END_ADDR): Likewise.
3831
9706dc5f
JM
38322015-01-02 Joseph Myers <joseph@codesourcery.com>
3833
b93c2205
JM
3834 [BZ #17748]
3835 * include/fenv.h (__fegetround): Declare. Use libm_hidden_proto.
3836 * math/fegetround.c (fegetround): Rename to __fegetround and
3837 define as weak alias of __fegetround. Use libm_hidden_weak.
3838 * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3839 * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3840 * sysdeps/arm/fegetround.c (fegetround): Likewise.
3841 * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3842 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3843 * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3844 * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3845 * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3846 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3847 Undefine after rather than before function definition; use
3848 parentheses around function name in definition.
3849 (__fegetround): Also undefine macro after function definition.
3850 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3851 __fegetround and define as weak alias of __fegetround. Use
3852 libm_hidden_weak. Do not undefine as macro.
3853 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3854 Likewise.
3855 * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3856 __fegetround and define as weak alias of __fegetround. Use
3857 libm_hidden_weak.
3858 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3859 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3860 * sysdeps/tile/math_private.h (__fegetround): New inline function.
3861 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3862 __fegetround and define as weak alias of __fegetround. Use
3863 libm_hidden_weak.
3864 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3865 __fegetround instead of fegetround.
3866
253a59cc
JM
3867 [BZ #17782]
3868 * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3869 Condition macro definition on [__USE_MISC].
3870
27dae011
JM
3871 [BZ #17781]
3872 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3873 (struct sigaction): Change type of sa_flags field to int.
3874
172019c0
JM
3875 [BZ #17780]
3876 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3877 [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3878 __glibc_reserved0.
3879
522ad1d6
JM
3880 * nptl/version.c (banner): Use single year in copyright notice.
3881
9706dc5f
JM
3882 * NEWS: Update copyright dates.
3883 * catgets/gencat.c (print_version): Likewise.
3884 * csu/version.c (banner): Likewise.
3885 * debug/catchsegv.sh: Likewise.
3886 * debug/pcprofiledump.c (print_version): Likewise.
3887 * debug/xtrace.sh (do_version): Likewise.
3888 * elf/ldconfig.c (print_version): Likewise.
3889 * elf/ldd.bash.in: Likewise.
3890 * elf/pldd.c (print_version): Likewise.
3891 * elf/sotruss.sh: Likewise.
3892 * elf/sprof.c (print_version): Likewise.
3893 * iconv/iconv_prog.c (print_version): Likewise.
3894 * iconv/iconvconfig.c (print_version): Likewise.
3895 * locale/programs/locale.c (print_version): Likewise.
3896 * locale/programs/localedef.c (print_version): Likewise.
3897 * login/programs/pt_chown.c (print_version): Likewise.
3898 * malloc/memusage.sh (do_version): Likewise.
3899 * malloc/memusagestat.c (print_version): Likewise.
3900 * malloc/mtrace.pl: Likewise.
3901 * manual/libc.texinfo: Likewise.
3902 * nptl/version.c (banner): Likewise.
3903 * nscd/nscd.c (print_version): Likewise.
3904 * nss/getent.c (print_version): Likewise.
3905 * nss/makedb.c (print_version): Likewise.
3906 * posix/getconf.c (main): Likewise.
3907 * scripts/test-installation.pl: Likewise.
3908 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3909
b8607aac
WN
39102015-01-02 Will Newton <will.newton@linaro.org>
3911
3912 * sysdeps/arm/armv7/configure: Removed.
3913 * sysdeps/arm/armv7/configure.ac: Likewise.
3914
b168057a
JM
39152015-01-02 Joseph Myers <joseph@codesourcery.com>
3916
3917 * All files with FSF copyright notices: Update copyright dates
3918 using scripts/update-copyrights.
3919 * intl/plural.c: Regenerated.
3920 * locale/programs/charmap-kw.h: Likewise.
3921 * locale/programs/locfile-kw.h: Likewise.
3922
b217c15f
SP
39232015-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
3924
3925 * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3926
73a268c7
JM
39272014-12-31 Joseph Myers <joseph@codesourcery.com>
3928
3929 [BZ #17748]
3930 * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3931 * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3932 * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3933 and define as weak alias of __fegetenv. Use libm_hidden_weak.
3934 * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3935 * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3936 define as weak alias of __fegetenv. Use libm_hidden_weak.
3937 * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3938 * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3939 * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3940 define as weak alias of __fegetenv. Use libm_hidden_weak.
3941 * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3942 * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3943 define as weak alias of __fegetenv. Use libm_hidden_weak.
3944 * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3945 libm_hidden_def.
3946 * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3947 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3948 Likewise.
3949 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3950 define as weak alias of __fegetenv. Use libm_hidden_weak.
3951 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3952 * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3953 * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3954 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3955 and define as weak alias of __fegetenv. Use libm_hidden_weak.
3956 * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3957 __fegetenv instead of fegetenv.
3958 (libc_feholdsetround_noex_ctx): Likewise.
3959
0bd95672
MF
39602014-12-31 Matthew Fortune <matthew.fortune@imgtec.com>
3961
3962 * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3963 (Elf_MIPS_ABIFlags_v0): New structure.
3964 (EF_MIPS_FP64): Define.
3965 (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3966 (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3967 (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3968 (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3969 (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3970 (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3971 (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3972 (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3973 (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3974 (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3975 (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3976 (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3977 (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3978 (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3979 (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3980 (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3981 (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3982 (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3983 (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3984 * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3985 tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3986 * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3987 field.
3988 * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3989 EF_MIPS_FP64.
3990 * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3991 * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3992 * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3993 * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3994 * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3995 * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3996 * sysdeps/mips/tst-abi-interlink.c: Likewise.
3997 * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3998 * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3999 * sysdeps/mips/tst-mode-switch-3.c: Likewise.
4000 * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
4001 record the current FP ABI extension.
4002 (mips-mode-switch): Define to show if kernel headers support mode
4003 switching.
4004 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
4005 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
4006 supported SYSV ABI version to 3.
4007 * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
4008 feature.
4009
f59ad976
RS
40102014-12-31 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4011 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4012
4013 * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
4014 path.
4015 * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
4016
4a3d3999
JM
40172014-12-31 Joseph Myers <joseph@codesourcery.com>
4018
4019 * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
4020 __fegetround and redefine to call __fegetround. Remove condition
4021 on [!__NO_MATH_INLINES].
4022 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
4023 function.
4024 * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
4025 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
4026 Remove macro.
4027 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
4028 instead of <fenv_libc.h>.
4029 (__llrintl): Call fegetround instead of __fegetround.
4030 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
4031 instead of <fenv_libc.h>.
4032 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
4033 (__lrintl): Call fegetround instead of __fegetround.
4034 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
4035 instead of <fenv_libc.h>.
4036 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
4037 (__rintl): Call fegetround instead of __fegetround.
4038
195f3afc
SP
40392014-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
4040
4041 * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
4042 arrays.
4043
7062bd42
L
40442014-12-30 H.J. Lu <hongjiu.lu@intel.com>
4045
4046 [BZ #17775]
4047 * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
4048 (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
4049 (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
4050
07256e18
AS
40512014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
4052
4053 * sysdeps/i386/tls-macros.h: Include <features.h>.
4054 (TLS_LE): Use non-PIC version for GCC >= 5.0.
4055 (TLS_IE): Likewise.
4056 (TLS_LD): Likewise.
4057 (TLS_GD): Likewise.
4058 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
4059 define for GCC >= 5.0.
4060
1ff950ad
CM
40612014-12-30 Chris Metcalf <cmetcalf@ezchip.com>
4062
4063 * math/test-fenv.c (test_single_exception, set_single_exc,
4064 feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
4065 feexcp_mask_test, feenable_test, fe_single_test): Add
4066 [!FE_ALL_EXCEPT] test so these routines are not compiled in the
4067 case where they are not used.
4068 * math/libm-test.inc: Likewise.
4069 * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
4070 unused in the absence of FP rounding/exception support.
4071 * stdio-common/tst-printf-round.c: Likewise.
4072 * stdlib/tst-strtod-round.c: Likewise.
4073 * stdlib/tst-strtod-underflow.c: Likewise.
4074
0747f818
JM
40752014-12-30 Joseph Myers <joseph@codesourcery.com>
4076
4077 [BZ #17723]
4078 * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
4079 * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
4080 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4081 __feraiseexcept and define as weak alias of __feraiseexcept. Use
4082 libm_hidden_weak.
4083 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
4084 * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4085 * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
4086 libm_hidden_def.
4087 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4088 __feraiseexcept and define as weak alias of __feraiseexcept. Use
4089 libm_hidden_weak.
4090 * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
4091 Likewise.
4092 * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
4093 * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4094 __feraiseexcept and define as weak alias of __feraiseexcept. Use
4095 libm_hidden_weak.
4096 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4097 libm_hidden_def.
4098 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
4099 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
4100 (__feraiseexcept): Likewise.
4101 * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4102 __feraiseexcept and define as weak alias of __feraiseexcept. Use
4103 libm_hidden_weak.
4104 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4105 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4106 libm_hidden_def.
4107 * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
4108 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
4109 Use libm_hidden_def.
4110 * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
4111 libm_hidden_def.
4112 (feraiseexcept): Define as weak not strong alias. Use
4113 libm_hidden_weak.
4114 * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
4115 New inline function. Factored out of ...
4116 (feraiseexcept): ... here. Use __feraiseexcept_invalid_divbyzero.
4117 * sysdeps/x86/fpu/include/bits/fenv.h: New file.
4118 * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
4119 feraiseexcept.
4120 * math/w_acos.c (__acos): Likewise.
4121 * math/w_asin.c (__asin): Likewise.
4122 * math/w_ilogb.c (__ilogb): Likewise.
4123 * math/w_j0.c (y0): Likewise.
4124 * math/w_j1.c (y1): Likewise.
4125 * math/w_jn.c (yn): Likewise.
4126 * math/w_log.c (__log): Likewise.
4127 * math/w_log10.c (__log10): Likewise.
4128 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
4129 * sysdeps/aarch64/fpu/math_private.h
4130 (libc_feupdateenv_test_aarch64): Likewise.
4131 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4132 * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
4133 * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
4134 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4135 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4136 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4137 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
4138 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4139 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4140 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4141
8d2b2763
L
41422014-12-30 H.J. Lu <hongjiu.lu@intel.com>
4143
4144 [BZ #17732]
4145 * io/test-utime.c (main): Replace %ld with %jd and cast to
4146 intmax_t.
41fad830 4147 * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
e401d5ca
L
4148 * nptl/tst-mutex5.c: Include <stdint.h>.
4149 (do_test): Replace %ld with %jd and cast to intmax_t.
6490d945
L
4150 * posix/tst-regex.c (run_test): Likewise.
4151 (run_test_backwards): Likewise.
5d619de4
L
4152 * rt/tst-clock.c: Include <stdint.h>.
4153 (clock_test): Replace %ld with %jd and cast to intmax_t.
4154 * rt/tst-cpuclock1.c: Include <stdint.h>.
4155 (do_test): Replace %lu with %ju and cast to uintmax_t.
4156 * rt/tst-cpuclock2.c: Include <stdint.h>.
4157 (do_test): Replace %lu with %ju and cast to uintmax_t.
4158 * rt/tst-mqueue1.c: Include <stdint.h>.
4159 (check_attrs): Replace %ld with %jd and cast to intmax_t.
4160 * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
4161 intmax_t.
4162 * rt/tst-mqueue4.c (do_test): Likewise.
4163 * rt/tst-timer4.c: Include <stdint.h>.
4164 (check_ts): Replace %ld with %jd and cast to intmax_t.
4165 (do_test): Likewise.
ad86fbc3
L
4166 * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
4167 and cast to intmax_t.
37f46900 4168 * sysdeps/pthread/tst-timer.c (main): Likewise.
fe342f50
L
4169 * time/clocktest.c (main): Likewise.
4170 * time/tst-posixtz.c (do_test): Likewise.
126f6c72 4171 * timezone/tst-timezone.c (main): Likewise.
8d2b2763 4172
8b4416d8
AS
41732014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
4174 H.J. Lu <hongjiu.lu@intel.com>
4175
4176 * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
4177 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
4178 * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
4179 * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
4180 * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
4181 version if bit_Fast_Unaligned_Load is set.
4182 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4183 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4184 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4185 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4186 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4187 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4188 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4189 bcopy-sse2-unaligned, memcpy-sse2-unaligned,
4190 memmove-sse2-unaligned and mempcpy-sse2-unaligned.
4191 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
4192 to 4.
4193 (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
4194 __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
4195 __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
4196 __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
4197
e47b8d3b
CM
41982014-12-29 Chris Metcalf <cmetcalf@ezchip.com>
4199
6d6d7fde
CM
4200 * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
4201 instead of #if to avoid a Wundef warning.
4202 * stdlib/tst-limits.c (do_test): Likewise.
4203
cd2c37c9
CM
4204 * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4205 parallel other exception macros.
4206 (fegetenv): Convert from macro to extern inline so that it applies
4207 retroactively to inline functions already seen by the compiler.
4208 (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4209
e47b8d3b
CM
4210 * posix/Makefile (before-compile): Use $(objpfx) for
4211 posix-conf-vars-def.h.
4212
4a6aca7b
SP
42132014-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
4214
7910c2ae
SP
4215 * posix/getconf.c (main): Use size_t for type of I.
4216 * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4217 NSPEC.
4218
50cbbaa9
SP
4219 * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4220 * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4221 * posix/posix-envs.def: Likewise.
4222 * sysdeps/posix/sysconf.c: Likewise.
4223 * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4224 (specs): Remove array.
4225 * scripts/gen-posix-conf-vars.awk: Support generation of specs
4226 array.
4227
3b566046
SP
4228 * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4229 * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4230 (__sysconf): Use CONF_IS_* macros.
4231
4a6aca7b
SP
4232 * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4233 ($(objpfx)posix-conf-vars-def.h): New target.
4234 * posix/posix-conf-vars.list: New file.
4235 * posix/posix-conf-vars.h: New file.
4236 * posix/confstr.c: Include posix-conf-vars.h.
4237 (confstr): Use CONF_IS_* macros.
4238 * posix/posix-envs.def: Include posix-conf-vars.h. Use
4239 CONF_IS_* macros.
4240 * scripts/gen-posix-conf-vars.awk: New file.
4241
7c1395a7
CM
42422014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
4243
0025b4cc
CM
4244 * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4245 fegetround): Add no-op macros to avoid linknamespace issues.
4246
d8aaf74b
CM
4247 * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4248 definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4249
5d24aa60
CM
4250 * sysdeps/unix/sysv/linux/tile/sysdep.h
4251 (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4252 assembly-specific section to avoid a redefinition warning.
4253
7c1395a7
CM
4254 * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4255 long before casting to pointer to avoid a cast warning.
4256
3c87c616
CM
42572014-12-23 Chris Metcalf <cmetcalf@ezchip.com>
4258
4259 * sysdeps/tile/tilegx/Implies: New file.
4260
f559d8cf
RE
42612014-12-23 Richard Earnshaw <rearnsha@arm.com>
4262
4263 * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4264
7d81e8d6
FW
42652014-12-23 Florian Weimer <fweimer@redhat.com>
4266
4267 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4268
90aa3d09
JM
42692014-12-22 Joseph Myers <joseph@codesourcery.com>
4270
4271 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4272 not define.
4273 * sysdeps/unix/sysv/linux/utimes.c: Do not include
4274 <kernel-features.h>.
4275 (__utimes) [__NR_utimes]: Make code unconditional.
4276 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4277 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4278 (__ASSUME_UTIMES): Do not undefine.
4279 * sysdeps/unix/sysv/linux/tile/kernel-features.h
4280 (__ASSUME_UTIMES): Likewise.
4281 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4282 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4283 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4284 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
4285
4c0c0e2a
SE
42862014-12-22 Steve Ellcey <sellcey@imgtec.com>
4287
4288 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4289
0dacd7a3
CM
42902014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
4291
b638f96a
CM
4292 [BZ #17747]
4293 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
4294 alias to weak alias for j0l, y0l.
4295 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
4296 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
4297
0dacd7a3
CM
4298 [BZ #17746]
4299 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
4300 conversion.
4301
528479c4
SE
43022014-12-22 Steve Ellcey <sellcey@imgtec.com>
4303
4304 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4305 to zero if not already defined.
4306
f56f9124
JM
43072014-12-22 Joseph Myers <joseph@codesourcery.com>
4308
4309 [BZ #17724]
4310 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
4311 (__kernel_standard_f): Remove. Moved to k_standardf.c.
4312 (__kernel_standard_l): Remove. Moved to k_standardl.c with
4313 (char *) casts added.
4314 * sysdeps/ieee754/k_standardf.c: New file.
4315 * sysdeps/ieee754/k_standardl.c: Likewise.
4316 * math/Makefile (libm-support): Remove k_standard.
4317 (libm-calls): Add k_standard.
4318
8622d556
WD
43192014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
4320
4321 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4322 Optimize to avoid an unnecessary FPCR read.
4323
f3806bdb
WD
43242014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
4325
4326 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4327 Optimize to reduce FPCR/FPSR accesses.
4328
9b47df58
WD
43292014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
4330
4331 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
4332 Call libc_fetestexcept_aarch64.
4333
97be3cac
WD
43342014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
4335
4336 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
4337 Call libc_fesetround_aarch64.
4338
935ab817
JM
43392014-12-22 Joseph Myers <joseph@codesourcery.com>
4340
4341 [BZ #17733]
4342 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
4343 (__bind): Do not define as weak alias.
4344 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
4345 define.
4346 (__getsockname): Do not define as weak alias.
4347
cc8623f1
WN
43482014-12-22 Will Newton <will.newton@linaro.org>
4349
4350 * manual/install.texi: Document that we require bison 2.7
4351 or above.
4352 * INSTALL: Regenerate.
4353 * configure.ac: Use AC_CHECK_PROG_VER instead of
4354 AC_PATH_PROG when checking for bison and check for
4355 version 2.7 or above.
4356 * configure: Regenerate.
4357
a19ca65a
CM
43582014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
4359
92901170 4360 [BZ #17745]
e969965a
CM
4361 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4362 * sysdeps/tile/ffsll.c (ffsll): To here.
4363
a19ca65a
CM
4364 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4365
050f7298
L
43662014-12-21 H.J. Lu <hongjiu.lu@intel.com>
4367
4368 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4369 if not defined.
4370 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4371 definition.
4372 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4373 hidden ___tls_get_addr.
4374 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4375 hidden __tls_get_addr.
4376 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4377 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4378 Likewise.
4379
6df5547e
AS
43802014-12-21 Andreas Schwab <schwab@linux-m68k.org>
4381
4382 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4383 _dl_init call.
4384
7432d613
L
43852014-12-21 H.J. Lu <hongjiu.lu@intel.com>
4386
4387 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4388 from "call _dl_init@PLT".
4389 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
7432d613 4390
98fe149e
AK
43912014-12-21 Anders Kaseorg <andersk@mit.edu>
4392
4393 * manual/search.texi: (Array Sort Function): Clarify stable sorting
4394 guarantees.
4395
d12455f5
CM
43962014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
4397
4398 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4399
95dee05f
CM
44002014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
4401
92901170 4402 [BZ #17744]
95dee05f
CM
4403 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4404 strnlen.
4405
2ef4b74a
SE
44062014-12-19 Steve Ellcey <sellcey@imgtec.com>
4407
4408 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4409 of multu on MIPSr6.
4410 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4411 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4412 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4413 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4414 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4415
44162014-12-19 Steve Ellcey <sellcey@imgtec.com>
4417
4418 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4419 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4420 (PTR_SUBU): Use subu for mips32r6/mips64r6.
4421 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
9d1fc928 4422 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2ef4b74a
SE
4423 mips32r6/mips64r6.
4424 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4425
3eb38795
OB
44262014-12-19 Ondřej Bílka <neleai@seznam.cz>
4427
4428 * string/strncat.c (STRNCAT): Simplify implementation.
4429
6d4188dd
DM
44302014-12-19 David S. Miller <davem@davemloft.net>
4431
0d4ba8be
DM
4432 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4433 access the quad as both a long double and as a series of 4 words.
4434
6d4188dd
DM
4435 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4436 link_map->l_info array access.
4437
4ef91cdc
CM
44382014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
4439
804c54f7
CM
4440 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4441
4ef91cdc
CM
4442 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4443 * math/atest-exp2.c (TIMEOUT): Likewise.
4444 * math/atest-sincos.c (TIMEOUT): Likewise.
4445
afd176d6
L
44462014-12-19 H.J. Lu <hongjiu.lu@intel.com>
4447
4448 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4449 -Wno-error with -fno-builtin-lround.
4450
a4a43a90
TR
44512014-12-19 Torvald Riegel <triegel@redhat.com>
4452
4453 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4454 Contains futex constants and functions moved over from ...
4455 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
4456 <lowlevellock-futex.h>.
4457 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4458 (lll_timedwait_tid): Add comments and parentheses around macro
4459 arguments.
4460
76f71081
TR
44612014-12-19 Torvald Riegel <triegel@redhat.com>
4462
4463 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4464 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
4465 (__lll_private_flag): Remove.
4466 (lll_futex_wait): Likewise.
4467 (lll_futex_timed_wait): Likewise.
4468 (lll_futex_wake): Likewise.
4469 (lll_futex_requeue): Likewise.
4470 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4471 (__lll_timedwait_tid): Spell out argument names.
4472 (lll_timedwait_tid): Add comments and parentheses around macro
4473 arguments.
4474 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4475 LLL_SHARED and LLL_PRIVATE usable from assembly code.
4476
6b814909
TR
44772014-12-19 Torvald Riegel <triegel@redhat.com>
4478
4479 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4480 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4481 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4482 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4483 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4484 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4485 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4486 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4487 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4488 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4489 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4490 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4491 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4492 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4493 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4494 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4495 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4496 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4497 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4498
9cd4d4ab
L
44992014-12-19 H.J. Lu <hongjiu.lu@intel.com>
4500
4501 * sysdeps/x86_64/x32/Makefile: New file.
4502
c9c1a2d0
L
45032014-12-19 H.J. Lu <hongjiu.lu@intel.com>
4504
4505 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4506 1L with (mp_limb_t) 1.
4507
af102d95
RM
45082014-12-17 Roland McGrath <roland@hack.frob.com>
4509
dd690454
RM
4510 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4511 * nptl/libc_pthread_init.c: ... here.
4512 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4513 * nptl/register-atfork.c: ... here.
4514
74eb826c
RM
4515 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4516 Use pthread_sigmask rather than INTERNAL_SYSCALL.
4517 Use assert_perror to check its return value.
4518 (__gai_create_helper_thread): Likewise.
4519
c9ce306b
RM
4520 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4521
af102d95
RM
4522 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4523
8ac5a76a
JM
45242014-12-17 Joseph Myers <joseph@codesourcery.com>
4525
ea41469b
JM
4526 [BZ #17725]
4527 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4528 __profil_counter.
4529 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4530 Likewise.
4531 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4532 Likewise.
4533 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4534 Likewise.
4535 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4536 (profil_counter): Likewise.
4537 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4538 (profil_counter): Likewise.
4539 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4540 Likewise.
4541 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4542 Likewise.
4543 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4544 (profil_counter): Likewise.
4545 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4546 Likewise.
4547 [!__profil_counter] (profil_counter): Define as weak alias of
4548 __profil_counter.
4549 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4550 (profil_counter): Rename to __profil_counter.
4551 [!__profil_counter] (profil_counter): Define as weak alias of
4552 __profil_counter.
4553 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4554 (profil_counter): Rename to __profil_counter.
4555 [!__profil_counter] (profil_counter): Define as weak alias of
4556 __profil_counter.
4557 * sysdeps/posix/profil.c: Update comment referring to
4558 profil_counter.
4559 (__profil): Use __profil_counter instead of profil_counter.
4560 * sysdeps/posix/sprofil.c (profil_counter): Rename to
4561 __profil_counter. Use __profil_counter_ushort and
4562 __profil_counter_uint in definitions.
4563 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4564 instead of profil_counter_uint and profil_counter_ushort.
4565
8ac5a76a
JM
4566 [BZ #17722]
4567 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4568 define as weak alias of __inet_makeaddr.
4569 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4570 as weak alias of __inet_addr.
4571 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4572 as weak alias of __inet_pton. Use libc_hidden_weak.
4573 * include/arpa/inet.h (__inet_pton): Declare. Use
4574 libc_hidden_proto.
4575 (inet_makeaddr): Don't use libc_hidden_proto.
4576 (__inet_makeaddr): Declare. Use libc_hidden_proto.
4577 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4578 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
4579 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4580 Remove variable.
4581 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4582 (test-xfail-POSIX/time.h/linknamespace): Likewise.
4583
66ce3cb1
SE
45842014-12-17 Steve Ellcey <sellcey@imgtec.com>
4585
4586 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4587
d22ce01b
SL
45882014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
4589
4590 * stdio-common/bug-vfprintf-nargs.c (do_test):
4591 Cast value to intptr_t to avoid format warning
4592 for usage with PRIdPTR printing macro.
4593
eca2772b
SL
45942014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
4595
4596 * libio/tst-widetext.c (do_test):
4597 Use format type %td instead of %Zd for ptrdiff_t
4598 in order to avoid format warning.
4599
bdf079da
AS
46002014-12-17 Andreas Schwab <schwab@suse.de>
4601
4602 * nscd/mem.c (gc): Add size_t cast to match printf format.
4603
3eb5d2fc
RM
46042014-12-16 Roland McGrath <roland@hack.frob.com>
4605
4606 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4607 (init): Apply PTR_MANGLE to pointers before storing them.
4608 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4609 before using them.
4610
d003ada2
JM
46112014-12-16 Joseph Myers <joseph@codesourcery.com>
4612
380292ba
JM
4613 [BZ #17719]
4614 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4615 define as weak alias of __memrchr.
4616 (__memrchr): Do not define as strong alias of memrchr.
4617 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4618 Remove variable.
4619 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4620 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4621 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4622
9a44d530
JM
4623 [BZ #17717]
4624 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4625 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
4626 (if_indextoname): Rename to __if_indextoname and define as weak
4627 alias of __if_indextoname. Use libc_hidden_weak.
4628 (if_freenameindex): Rename to __if_freenameindex and define as
4629 weak alias of __if_freenameindex.
4630 (if_nameindex): Rename to __if_nameindex and define as weak alias
4631 of __if_nameindex.
4632 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4633 __if_nametoindex and define as weak alias of __if_nametoindex.
4634 Use libc_hidden_weak.
4635 (if_freenameindex): Rename to __if_freenameindex and define as
4636 weak alias of __if_freenameindex.
4637 (if_nameindex): Rename to __if_nameindex and define as weak alias
4638 of __if_nameindex.
4639 (if_indextoname): Rename to __if_indextoname and define as weak
4640 alias of __if_indextoname. Use libc_hidden_weak.
4641 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4642 __if_nametoindex and define as weak alias of __if_nametoindex.
4643 Use libc_hidden_weak.
4644 (if_freenameindex): Rename to __if_freenameindex and define as
4645 weak alias of __if_freenameindex. Use libc_hidden_weak.
4646 (if_nameindex_netlink): Use __if_freenameindex instead of
4647 if_freenameindex.
4648 (if_nameindex): Rename to __if_nameindex and define as weak alias
4649 of __if_nameindex. Use libc_hidden_weak.
4650 (if_indextoname): Rename to __if_indextoname and define as weak
4651 alias of __if_indextoname. Use libc_hidden_weak.
4652 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4653 libc_hidden_proto.
4654 [!_ISOMAC] (__if_freenameindex): Likewise.
4655 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4656 if_nametoindex.
4657 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4658 variable.
4659 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4660 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4661 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4662 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4663 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4664 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4665 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4666
d003ada2
JM
4667 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4668 Remove variable.
4669 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4670 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4671
a0d424ef
SP
46722014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4673
0cd85520
SP
4674 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4675 subscript above bounds'
4676
a0d424ef
SP
4677 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4678 bounds.
4679
0e426475
AS
46802014-12-16 Arjun Shankar <arjun.is@lostca.se>
4681
8b460906
AS
4682 * libio/tst-fopenloc.c: Use test-skeleton.c.
4683
fa13e15b
AS
4684 * stdlib/tst-bsearch.c: Use test-skeleton.c.
4685 (entry): Rename to ITEM.
4686 (do_test, comp): Adjust.
4687
0e426475
AS
4688 * stdio-common/tst-fseek.c: Use test-skeleton.c.
4689
4f646bce
TR
46902014-12-16 Torvald Riegel <triegel@redhat.com>
4691
4692 * string/tester.c: Include <libc-internal.h>.
4693 (test_memset): Ignore -Wmemset-transposed-args.
4694
a07c4427
TR
46952014-12-16 Torvald Riegel <triegel@redhat.com>
4696
4697 * misc/tst-mntent2.c (do_test): Fix warning.
4698
1469f466
TR
46992014-12-16 Torvald Riegel <triegel@redhat.com>
4700
4701 * elf/tst-unique4lib.cc(a): Mark as used.
4702
11e3417a
FW
47032014-12-16 Florian Weimer <fweimer@redhat.com>
4704
4705 [BZ #17630]
4706 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4707 names.
4708
ae61fc7b
AM
47092014-12-16 Allan McRae <allan@archlinux.org>
4710
4711 * stdio-common/Makefile (tests): Re-add bug26.
4712
363a9899
OB
47132014-12-15 Ondřej Bílka <neleai@seznam.cz>
4714
4715 [BZ #17657]
4716 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4717 static array.
4718
d52c62df
TR
47192014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
4720
4721 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4722 (__lll_lock_wait): Likewise.
4723 (__lll_timedlock_wait): Likewise.
4724 (__lll_timedwait_tid): Likewise.
4725 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4726 (__lll_robust_timedlock_wait): Likewise.
4727 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4728 (lll_cond_trylock): Likewise.
4729 (__lll_lock): Likewise.
4730 (__lll_robust_lock): Likewise.
4731 (__lll_cond_lock): Likewise.
4732 (lll_robust_cond_lock): Likewise.
4733 (__lll_timedlock): Likewise.
4734 (__lll_robust_timedlock): Likewise.
4735 (__lll_unlock): Likewise.
4736 (__lll_robust_unlock): Likewise.
4737 (lll_wait_tid): Likewise.
4738 (lll_timedwait_tid): Likewise.
4739
045a6bcd
TR
47402014-12-15 Torvald Riegel <triegel@redhat.com>
4741
4742 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4743
7f786dc1
TR
47442014-12-15 Torvald Riegel <triegel@redhat.com>
4745
4746 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4747
e7e21cba
AZ
47482014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
4749
4750 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4751 * stdio-common/tst-sprintf.c: Likewise.
4752
bc89c0fc
TR
47532014-12-15 Torvald Riegel <triegel@redhat.com>
4754
4755 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4756
a5357b7c
JL
47572014-12-15 Jeff Law <law@redhat.com>
4758
4759 [BZ #16617]
4760 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4761 on the heap. (CVE-2012-3406)
4762 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4763 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
4764 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4765
3a12c70f
WN
47662014-12-15 Will Newton <will.newton@linaro.org>
4767
4768 * manual/install.texi: Bump required version of texinfo
4769 to 4.7 from 4.5.
4770 * INSTALL: Regenerated.
4771 * configure.ac: Check for makeinfo version 4.7 and above.
4772 * configure: Regenerated.
4773
e4f639e4
RM
47742014-12-12 Roland McGrath <roland@hack.frob.com>
4775
4776 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4777 PREFIX, string constant to insert between directory and name.
4778 * sysdeps/posix/shm_open.c: Update caller.
4779 * sysdeps/posix/shm_unlink.c: Likewise.
4780 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4781 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4782 (SEM_SHM_PREFIX): New macro.
4783 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4784 [$(have-thread-library) = no].
4785 * nptl/Makefile (libpthread-routines): Add shm-directory.
4786 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4787 * sysdeps/nptl/shm-directory.h: New file.
4788 * sysdeps/posix/shm-directory.c
4789 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4790 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4791 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4792 INTERNAL_SYSCALL.
4793 (__where_is_shmfs): Function removed.
4794 (mountpoint, defaultmount, defaultdir, __namedsem_once):
4795 Variables removed.
4796 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4797 Use SHM_GET_NAME.
4798 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
4799
4800 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4801 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4802 unconditional for use inside libpthread.
4803 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4804
439c43f6
RM
48052014-12-12 Roland McGrath <roland@hack.frob.com>
4806
c76d1ff5
RM
4807 * nptl/pthread_getaffinity.c: New file.
4808 * nptl/pthread_setaffinity.c: New file.
4809 * nptl/pthread_getname.c: New file.
4810 * nptl/pthread_setname.c: New file.
4811
439c43f6
RM
4812 * nptl/pthread_create.c (START_THREAD_DEFN)
4813 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4814
48e435cd
SL
48152014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
4816 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4817
4818 * resolv/res_send.c (send_vc): Disable warning resplen may
4819 be used uninitialized.
4820
9d9c0019
SL
48212014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
4822
4823 * nptl/tst-mutex6.c
4824 (ATTR_NULL): New define checks ATTR against NULL.
4825 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4826 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4827
9173840b
JL
48282014-12-11 James Lemke <jwlemke@codesourcery.com>
4829
4830 [BZ #17581]
4831 * malloc/hooks.c
4832 (mem2mem_check): Revert my previous change.
4833 (malloc_check_get_size): Revert my previous change.
4834 (mem2chunk_check): Revert my previous change.
4835
78e21c5d
RM
48362014-12-11 Roland McGrath <roland@hack.frob.com>
4837
4838 * sysdeps/posix/shm-directory.c: New file.
4839 * sysdeps/posix/shm-directory.h: New file.
4840 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4841 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4842 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
4843 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4844 Transmute EPERM to EACCES.
4845 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4846 from ...
4847 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
4848 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4849
f82c43af
KK
48502014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4851
4852 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4853 pointer and cast to uintptr_t.
4854 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4855 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4856 Add cast to avoid warning.
4857 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4858
fc00cf7b
JM
48592014-12-11 Joseph Myers <joseph@codesourcery.com>
4860
4861 * nptl/semaphore.h: Move to ...
4862 * sysdeps/pthread/semaphore.h: ... here.
4863 * Makefile (installed-headers): Change nptl/semaphore.h to
4864 sysdeps/pthread/semaphore.h.
4865
1c4053db
RM
48662014-12-11 Roland McGrath <roland@hack.frob.com>
4867
73b0c1a1
RM
4868 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4869 generated error format strings.
4870
1c4053db
RM
4871 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4872 -Wformat-extra-args warnings for scanf formats.
4873 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4874 test of zero-length format (duh).
4875 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4876 corner-case scanf format test.
4877 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4878 generated fprintf format string.
4879 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4880 corner-case sprintf format tests.
4881 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4882 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4883 -Wformat-extra-args warnings throughout.
4884 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4885 (CFLAGS-scanf4.c): Likewise.
4886 (CFLAGS-scanf7.c): Likewise.
4887 (CFLAGS-tst-sprintf.c): Likewise.
4888 (CFLAGS-tst-printf.c): Likewise.
4889 (CFLAGS-tst-printfsz.c): Likewise.
4890
47d51f4f
JM
48912014-12-11 Joseph Myers <joseph@codesourcery.com>
4892
a1edbf3c
JM
4893 * include/cpio.h: New file.
4894 * include/fmtmsg.h: Likewise.
4895
47d51f4f
JM
4896 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
4897 corresponding format argument to size_t.
4898 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
4899 arguments.
4900 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
4901 corresponding format argument to size_t.
4902 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
4903 arguments.
4904 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
4905 corresponding format argument to size_t.
4906 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4907 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4908 (CFLAGS-tst-mbswcs2.c): Likewise.
4909 (CFLAGS-tst-mbswcs3.c): Likewise.
4910 (CFLAGS-tst-mbswcs4.c): Likewise.
4911 (CFLAGS-tst-mbswcs5.c): Likewise.
4912 (CFLAGS-tst-trans.c): Likewise
4913
e9813cfb
RM
49142014-12-11 Roland McGrath <roland@hack.frob.com>
4915
4916 * posix/regexbug1.c (main): Use "%s" format with regerror results,
4917 rather than assuming they won't contain any '%'s.
4918
f627ca82
CM
49192014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
4920
4921 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4922 inhibit_loop_to_libcall to avoid recursive calls.
4923 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4924 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4925
7f296942
AZ
49262014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
4927
4928 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4929 prototype.
4930
d0276e18
SE
49312014-12-11 Steve Ellcey <sellcey@imgtec.com>
4932
4933 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4934 integer value instead of boolean.
4935
fc56e970
SE
49362014-12-11 Steve Ellcey <sellcey@imgtec.com>
4937
4938 * malloc/malloc.c: Fix powerof2 check.
4939
40e53917
SL
49402014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
4941
4942 * locale/programs/locfile.h (maybe_swap_uint32):
4943 Remove inline and add unused attribute.
4944
1ea166df
SL
49452014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
4946
9d9c0019 4947 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1ea166df
SL
4948 Truncating assembler expression to a .long expression.
4949
acf869f4
AS
49502014-12-11 Andreas Schwab <schwab@suse.de>
4951
4952 * elf/rtld.c (struct map_args): Constify str member.
4953 (do_preload): Constify fname argument.
4954
9d969099
AZ
49552014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4956
4957 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4958 constants definition.
4959
da5bcaa4
AS
49602014-12-11 Andreas Schwab <schwab@suse.de>
4961
b0a3c164
AS
4962 [BZ #16657]
4963 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4964 FORCE_ELISION instead of DO_ELISION.
4965 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4966 Remove.
4967 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4968 Likewise.
4969
da5bcaa4
AS
4970 * iconvdata/gconv-modules: Remove duplicate entry.
4971
6d248857
WN
49722014-12-11 Will Newton <will.newton@linaro.org>
4973
4974 Merge gettext 0.19.3 into intl/.
4975
4976 This involves a number of cosmetic changes to comments
4977 and ANSI function definitions and prototypes throughout
4978 all the files. The gettext copyright header is used but
4979 with the date ranges taken from the glibc copy.
4980
4981 * NEWS: Add gettext merge to 2.21.
4982 * intl/bindtextdom.c: Switch to gettext copyright.
4983 Use ANSI definitions and prototypes.
4984 Use gl_* locking primitives rather than __libc_* ones.
4985 Use __builtin_expect rather than __glibc_likely/unlikely.
4986 * intl/dcgettext.c: Switch to gettext copyright.
4987 Use ANSI definitions and prototypes.
4988 * intl/dcigettext.c: Switch to gettext copyright.
4989 Use ANSI definitions and prototypes.
4990 (INTDIV0_RAISES_SIGFPE): New define.
4991 Use gl_* locking primitives rather than __libc_* ones.
4992 Include eval-plural.h instead of plural-eval.c.
4993 Use __builtin_expect rather than __glibc_likely/unlikely.
4994 * intl/dcngettext.c: Switch to gettext copyright.
4995 Use ANSI definitions and prototypes.
4996 * intl/dgettext.c: Likewise.
4997 * intl/dngettext.c: Likewise.
4998 * intl/plural-eval.c: Renamed to...
4999 * intl/eval-plural.h: ...this.
5000 * intl/explodename.c: Switch to gettext copyright.
5001 Use ANSI definitions and prototypes.
5002 (_nl_explode_name): Use strchr instead of __rawmemchr.
5003 * intl/finddomain.c: Switch to gettext copyright.
5004 Use ANSI definitions and prototypes.
5005 Use gl_* locking primitives rather than __libc_* ones.
5006 (_nl_find_domain): Use malloc rather than alloca for
5007 allocation of temporary locale name.
5008 * intl/gettext.c: Switch to gettext copyright.
5009 Use ANSI definitions and prototypes.
5010 * intl/gettextP.h: Switch to gettext copyright.
5011 Use ANSI definitions and prototypes.
5012 Use gl_* locking primitives rather than __libc_* ones.
5013 * intl/gmo.h: Switch to gettext copyright.
5014 (struct sysdep_string): Move struct segment_pair outside of
5015 struct definition.
5016 * intl/hash-string.c: Use ANSI definitions and prototypes.
5017 * intl/hash-string.h: Switch to gettext copyright.
5018 Use ANSI definitions and prototypes.
5019 * intl/l10nflist.c: Switch to gettext copyright.
5020 Use ANSI definitions and prototypes.
5021 (_nl_normalize_codeset): Avoid integer overflow.
5022 * intl/loadinfo.h: Switch to gettext copyright.
5023 Use ANSI definitions and prototypes.
5024 (LIBINTL_DLL_EXPORTED): New define.
5025 (PATH_SEPARATOR): New define.
5026 * intl/loadmsgcat.c: Switch to gettext copyright.
5027 * intl/localealias.c: Switch to gettext copyright.
5028 Use ANSI definitions and prototypes.
5029 (_nl_expand_alias): Use PATH_SEPARATOR.
5030 * intl/ngettext.c: Switch to gettext copyright.
5031 Use ANSI definitions and prototypes.
5032 * intl/plural-exp.c: Likewise.
5033 * intl/plural-exp.h: Switch to gettext copyright.
5034 Use ANSI definitions and prototypes.
5035 (struct expression): Move definition of enum operator outside
5036 of struct definition.
5037 * intl/plural.c: Regenerate.
5038 * intl/plural.y: Switch to gettext copyright.
5039 Use ANSI definitions and prototypes.
5040 Port to bison 3.0.
5041 * intl/textdomain.c: Switch to gettext copyright.
5042 Use ANSI definitions and prototypes.
5043 Use gl_* locking primitives rather than __libc_* ones.
5044
48c43298
SE
50452014-12-10 Steve Ellcey <sellcey@imgtec.com>
5046
5047 * debug/warning-nop.c: Add used atrribute.
5048
2b89bce9
JM
50492014-12-10 Joseph Myers <joseph@codesourcery.com>
5050
c153ac9f
JM
5051 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
5052
2b89bce9
JM
5053 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
5054 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
5055 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
5056
2cfbdb9a
JM
50572014-12-10 Joseph Myers <joseph@codesourcery.com>
5058 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5059
5060 [BZ #17634]
5061 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
5062 Undefine after defining function. Define as weak alias of
5063 __wcschr. Use libc_hidden_weak.
5064 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
5065 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
5066 (libc_hidden_def): Also define __GI___wcschr alias.
5067 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
5068 __wcschr and define as weak alias of __wcschr.
5069 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
5070 __wcschr.
5071 [!WCSCHR] (DEFAULT_WCSCHR): Define.
5072 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
5073 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
5074 libc_hidden_weak. Do not use libc_hidden_def.
5075 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
5076 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
5077 __GI___wcschr alias.
5078 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
5079 [IS_IN (libc)] (wcschr): Define as macro expanding to
5080 __redirect_wcschr.
5081 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
5082 [IS_IN (libc)] (__wcschr_power6): Likewise.
5083 [IS_IN (libc)] (__wcschr_power7): Likewise.
5084 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
5085 instead of wcschr.
5086 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
5087 __libc_wcschr.
5088 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
5089 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
5090 __wcschr and define as weak alias of __wcschr. Use
5091 libc_hidden_builtin_def.
5092 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
5093 as weak alias of __wcschr. Use libc_hidden_weak.
5094 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
5095 wcschr.
5096 * time/era.c (_nl_init_era_entries): Likewise.
5097 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
5098 variable.
5099 (test-xfail-XPG3/time.h/linknamespace): Likewise.
5100 (test-xfail-XPG4/time.h/linknamespace): Likewise.
5101
1b8bf351
JM
51022014-12-10 Joseph Myers <joseph@codesourcery.com>
5103
5104 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
5105 format for long int variable.
5106
f5f46d51
AK
51072014-12-10 Anders Kaseorg <andersk@MIT.EDU>
5108
5109 [BZ #10672]
07008f7d 5110 * manual/search.texi: (Array Sort Function): Remove claim how to make
f5f46d51
AK
5111 qsort stable.
5112
217a74a8
AS
51132014-12-10 Andreas Schwab <schwab@suse.de>
5114
5115 [BZ #12847]
5116 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
5117 user-controlled locks.
5118
aa76a5c7
RE
51192014-12-10 Richard Earnshaw <rearnsha@arm.com>
5120
5121 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
5122 register.
5123
2084e7ca
JM
51242014-12-10 Joseph Myers <joseph@codesourcery.com>
5125
a4ecc9eb
JM
5126 * configure.ac (--disable-werror): New configure option.
5127 (enable_werror): New AC_SUBST.
5128 * configure: Regenerated.
5129 * config.make.in (enable-werror): New variable.
5130 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
5131 -Wno-error=undef.
5132 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
5133 * manual/install.texi (Configuring and compiling): Document
5134 --disable-werror.
5135 * INSTALL: Regenerated.
5136 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
5137 (CFLAGS-tst-chk2.c): Likewise.
5138 (CFLAGS-tst-chk3.c): Likewise.
5139 (CFLAGS-tst-chk4.cc): Likewise.
5140 (CFLAGS-tst-chk5.cc): Likewise.
5141 (CFLAGS-tst-chk6.cc): Likewise.
5142 (CFLAGS-tst-lfschk1.c): Likewise.
5143 (CFLAGS-tst-lfschk2.c): Likewise.
5144 (CFLAGS-tst-lfschk3.c): Likewise.
5145 (CFLAGS-tst-lfschk4.cc): Likewise.
5146 (CFLAGS-tst-lfschk5.cc): Likewise.
5147 (CFLAGS-tst-lfschk6.cc): Likewise.
5148
0f88636c
JM
5149 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
5150 (main): Disable -Wdeprecated-declarations around calls to
5151 register_printf_function.
5152
c81e9deb
JM
5153 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
5154 (do_test): Disable -Wdiv-by-zero around some calls to
5155 fwrite_unlocked and fread_unlocked.
5156
2084e7ca
JM
5157 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
5158 (DIAG_POP_NEEDS_COMMENT): Likewise.
5159 (_DIAG_STR1): Likewise.
5160 (_DIAG_STR): Likewise.
5161 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
5162 * stdio-common/bug21.c: Include <libc-internal.h>.
5163 (do_test): Disable -Wformat around call to sscanf.
5164 * stdio-common/scanf14.c: Include <libc-internal.h>.
5165 (main): Disable -Wformat around some calls to scanf functions.
5166
df7ecc6b
TR
51672014-12-09 Torvald Riegel <triegel@redhat.com>
5168
5169 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
5170
2aa3862e
AZ
51712014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5172
5173 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
5174 stack variable alignment.
5175
c5c2b7c3
JM
51762014-12-06 Joseph Myers <joseph@codesourcery.com>
5177
5178 [BZ #17682]
5179 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
5180 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
5181 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
5182 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
5183 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
5184 __getrlimit instead of getrlimit.
5185 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
5186 __gettimeofday instead of gettimeofday.
5187 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
5188 Likewise.
5189 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
5190 Likewise.
5191 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
5192 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
5193 Remove variable.
5194 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5195 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5196
9752c3cd
AZ
51972014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5198
5199 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
5200 for wide-character tests.
5201
4bee4cd9
RM
52022014-12-04 Roland McGrath <roland@hack.frob.com>
5203
5204 * io/openat64.c: #include <libc-internal.h>
5205 (__openat64): Prototypify. Use ignore_value on MODE.
5206 * io/openat.c: Likewise.
5207 * misc/reboot.c: #include <libc-internal.h>
5208 (reboot): Prototypify. Use ignore_value on HOWTO.
5209 * misc/ptrace.c: #include <libc-internal.h>
5210 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
5211
84dbedb6
JM
52122014-12-04 Joseph Myers <joseph@codesourcery.com>
5213
5214 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5215 XPG4, UNIX98 and XOPEN2K.
5216 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5217 Remove variable.
5218 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5219
b7a3e1c4 52202014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
be349d70 5221
af50dfc1 5222 * libio/fileops.c: Use ISO C style for function definitions.
24b97882
SP
5223 * libio/iofopen.c: Likewise.
5224 * libio/wfileops.c: Likewise.
5225
fe8b4d98
SP
5226 [BZ #17653]
5227 * libio/fileops.c (_IO_new_file_underflow): Unset cached
5228 offset on EOF.
5229 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5230 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5231 (fgets_func): Function pointer to fgets and fgetws.
5232 (do_ftell_test): Add test to verify ftell value after read
5233 EOF.
5234 (do_test): Set fgets_func.
5235
61b4f792
SP
5236 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5237 O_TRUNC flag for w and w+ modes.
5238 (do_rewind_test): Likewise.
5239 (do_ftell_test): Likewise.
5240 (do_write_test): Likewise.
5241
be349d70
SP
5242 [BZ #17647]
5243 * libio/fileops.c (do_ftell): Seek only when there are
5244 unflushed writes.
5245 * libio/wfileops.c (do_ftell_wide): Likewise.
5246 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5247 test case.
5248 (do_one_test): Call it.
5249
e3d6dba5
JM
52502014-12-03 Joseph Myers <joseph@codesourcery.com>
5251
5252 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5253 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5254 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5255 Remove variable.
5256 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5257 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5258 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5259
7f994279
JM
52602014-12-02 Joseph Myers <joseph@codesourcery.com>
5261
28a91e8f
JM
5262 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5263 Remove variable.
5264 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5265
7f994279
JM
5266 [BZ #17668]
5267 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5268 as weak alias of __getifaddrs. Use libc_hidden_weak.
5269 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5270 __freeifaddrs. Use libc_hidden_weak.
5271 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5272 define as weak alias of __getifaddrs. Use libc_hidden_weak.
5273 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5274 __freeifaddrs. Use libc_hidden_weak.
5275 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5276 __getifaddrs and define as weak alias of __getifaddrs. Use
5277 libc_hidden_weak.
5278 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5279 __freeifaddrs. Use libc_hidden_weak.
5280 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5281 Remove variable.
5282 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5283 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5284
bbe4c142
PJ
52852014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
5286
5287 [BZ #17601]
5288 * sysdeps/mips/start.S (__start): Use indirect jump to call
5289 __libc_start_main.
5290
66cadc05
JM
52912014-12-02 Joseph Myers <joseph@codesourcery.com>
5292
909e16d9
JM
5293 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
5294
4e0b9016
JM
5295 * nptl/tst-mutex1.c: Include <stdbool.h>.
5296 [!ATTR] (ATTR_NULL): New macro.
5297 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
5298 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
5299 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
5300
b1aff6a4
JM
5301 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
5302 to char *.
5303
266865c0
JM
5304 [BZ #17665]
5305 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
5306 Change conditional to [__USE_MISC].
5307
84e5e756
JM
5308 [BZ #17664]
5309 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
5310 fgets_unlocked.
5311 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
5312 __fgets_unlocked.
5313 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
5314 fgets_unlocked.
5315 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
5316 Remove variable.
5317 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5318 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5319 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5320 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5321 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5322 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5323 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5324 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5325 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5326
66cadc05
JM
5327 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
5328
2e8a2de2 53292014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
0f0a1c82
AZ
5330
5331 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5332 Remove strpbrk objects.
5333 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5334 (__libc_ifunc_impl_list): Remove strpbrk implementation.
5335 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
5336 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
5337 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
5338 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
5339
bb2542e0
AZ
5340 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5341 Remove strcspn objects.
5342 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5343 (__libc_ifunc_impl_list): Remove strcspn implementation.
5344 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
5345 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
5346 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
5347 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2e8a2de2
AZ
5348
5349 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5350 Remove strspn objetcs.
5351 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5352 (__libc_ifunc_impl_list): Remove strspn implementation.
5353 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
5354 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5355 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
5356 * sysdeps/powerpc/powerpc64/strspn.S: New file.
5357
08f1e1d2
JL
53582014-12-01 James Lemke <jwlemke@codesourcery.com>
5359
5360 [BZ #17581]
5361 * malloc/hooks.c
5362 (mem2mem_check): Add a terminator to the chain of checking blocks.
5363 (malloc_check_get_size): Use it here.
5364 (mem2chunk_check): Ditto.
5365
a8a7d7d2
RS
53662014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5367
5368 * sysdeps/powerpc/powerpc64/strtok.S: New file.
5369 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5370
97114a38
CD
53712014-11-29 Carlos O'Donell <carlos@redhat.com>
5372
c8dc1727
CD
5373 * bits/ioctl-types.h: Indent preprocessor directives correctly.
5374
6d03458e
CD
5375 * nptl/nptl-init.c: Include libc-internal.h.
5376 (__pthread_initialize_minimal_internal): Use ROUND_UP.
5377
97114a38
CD
5378 * elf/ldconfig.c (search_dir): Expand comment.
5379
0e7e69ba
JM
53802014-11-29 Joseph Myers <joseph@codesourcery.com>
5381
5382 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5383 variable.
5384 (linknamespace-symlist-stdlibs-tests): Likewise.
5385 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5386 instead of $(objpfx)symlist-stdlibs.
5387 (linknamespace-libs-isoc): New variable.
5388 (linknamespace-libs): Use $(linknamespace-libs-isoc).
5389 (linknamespace-libs-ISO): New variable.
5390 (linknamespace-libs-ISO99): Likewise.
5391 (linknamespace-libs-ISO11): Likewise.
5392 (linknamespace-libs-XPG3): Likewise.
5393 (linknamespace-libs-XPG4): Likewise.
5394 (linknamespace-libs-POSIX): Likewise.
5395 (linknamespace-libs-UNIX98): Likewise.
5396 (linknamespace-libs-XOPEN2K): Likewise.
5397 (linknamespace-libs-POSIX2008): Likewise.
5398 (linknamespace-libs-XOPEN2K8): Likewise.
5399 ($(objpfx)symlist-stdlibs): Replace by
5400 $(linknamespace-symlist-stdlibs-tests). Use
5401 $(linknamespace-libs-$*) as set of libraries.
5402 ($(linknamespace-header-tests)): Update dependencies. Use
5403 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5404 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5405 * conform/linknamespace.pl: Remove comment about considering
5406 definitions of symbols from irrelevant libraries.
5407
d8dd0080
L
54082014-11-28 H.J. Lu <hongjiu.lu@intel.com>
5409
5410 [BZ #13862]
5411 * elf/dl-tls.c: Include <atomic.h>.
5412 (oom): Remove #ifdef SHARED/#endif.
5413 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5414 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
5415 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5416 big enough.
5417 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5418 * nptl/Makefile (tests): Add tst-stack4.
5419 (modules-names): Add tst-stack4mod.
5420 ($(objpfx)tst-stack4): New.
5421 (tst-stack4mod.sos): Likewise.
5422 ($(objpfx)tst-stack4.out): Likewise.
5423 ($(tst-stack4mod.sos)): Likewise.
5424 (clean): Likewise.
5425 * nptl/tst-stack4.c: New file.
5426 * nptl/tst-stack4mod.c: Likewise.
5427
167da422
B
54282014-11-27 J. Brown <jb999@gmx.de>
5429
5430 * sysdeps/x86/bits/string.h: Add recent CPUs.
5431
9114625b
JM
54322014-11-27 Joseph Myers <joseph@codesourcery.com>
5433
6b5189eb
JM
5434 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5435 sigblock.
5436
49051f8e
JM
5437 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5438 feof.
5439
9114625b
JM
5440 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5441 variable.
5442
e7300fef
SL
54432014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
5444
5445 * nscd/connections.c: Include libc-internal.h because of macro
5446 usage ignore_value.
5447
1721f0a4
SP
54482014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
5449
5450 * string/bits/string3.h (__warn_memset_zero_len): Don't
5451 declare for gcc newer than 5.0.
5452 (memset): Don't test for zero-length __LEN for gcc newer than
5453 5.0.
5454
be970916
JM
54552014-11-27 Joseph Myers <joseph@codesourcery.com>
5456
d88548f4
JM
5457 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5458 size_t for %zu format.
5459
be970916
JM
5460 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5461 difference, not %ju.
5462
3b20fd5c
JM
54632014-11-26 Joseph Myers <joseph@codesourcery.com>
5464
8915eace
JM
5465 * include/libc-internal.h (ignore_value): New macro.
5466 * nscd/connections.c (restart): Wrap calls to setuid and setgid
5467 with ignore_value.
5468
f1a5a0e3
JM
5469 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5470 definition.
5471
59ef1715
JM
5472 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5473 pthread_cleanup_push to void *.
5474
a6f3079b
JM
5475 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5476 Undefine.
5477
706688aa
JM
5478 [BZ #16619]
5479 [BZ #16740]
5480 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5481 instead of 1L << 52.
5482
12da14a5
JM
5483 * libio/bug-rewind.c (do_test): Check fwscanf return values.
5484 * libio/bug-rewind2.c (do_test): Likewise.
5485
bd5dadac
JM
5486 * debug/test-stpcpy_chk-ifunc.c: Remove file.
5487 * debug/test-strcpy_chk-ifunc.c: Likewise.
5488 * wcsmbs/test-wcschr-ifunc.c: Likewise.
5489 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5490 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5491 * wcsmbs/test-wcslen-ifunc.c: Likewise.
5492 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5493 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5494 * Rules [$(multi-arch) = no] (tests): Do not filter out
5495 $(tests-ifunc).
5496 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5497 * debug/Makefile (tests-ifunc): Remove variable.
5498 (tests): Do not add $(tests-ifunc).
5499 * wcsmbs/Makefile (tests-ifunc): Remove variable.
5500 (tests): Do not add $(tests-ifunc).
5501 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5502 [TEST_IFUNC]: Remove conditionals.
5503 * string/test-string.h (TEST_IFUNC): Remove macro.
5504 [TEST_IFUNC]: Remove conditionals.
5505
3b20fd5c
JM
5506 * string/test-strchr.c [!WIDE] (L): New macro.
5507 [WIDE] (L): Likewise.
5508 (check1): Use CHAR instead of char. Use L on string and character
5509 constants.
5510
704f7947
AZ
55112014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
5512
5513 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5514 tests.
5515 * sysdeps/powerpc/bits/atomic.h
5516 (__arch_atomic_exchange_and_add_32_acq): Add definition.
5517 (__arch_atomic_exchange_and_add_32_rel): Likewise.
5518 (atomic_exchange_and_add_acq): Likewise.
5519 (atomic_exchange_and_add_rel): Likewise.
5520 * sysdeps/powerpc/powerpc32/bits/atomic.h
5521 (__arch_atomic_exchange_and_add_64_acq): Add definition.
5522 (__arch_atomic_exchange_and_add_64_rel): Likewise.
5523 * sysdeps/powerpc/powerpc64/bits/atomic.h
5524 (__arch_atomic_exchange_and_add_64_acq): Add definition.
5525 (__arch_atomic_exchange_and_add_64_rel): Likewise.
5526
cdcb42d7
TR
55272014-11-26 Torvald Riegel <triegel@redhat.com>
5528
5529 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5530 Change synchronization of __sched_fifo_min_prio and
5531 __sched_fifo_max_prio.
5532 * nptl/pthread_mutexattr_getprioceiling.c
5533 (pthread_mutexattr_getprioceiling): Likewise.
5534 * nptl/pthread_mutexattr_setprioceiling.c
5535 (pthread_mutexattr_setprioceiling): Likewise.
5536 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5537 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5538 Likewise.
5539
c82f5c0c
JM
55402014-11-26 Joseph Myers <joseph@codesourcery.com>
5541
5542 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5543 void.
5544
439e1ad6
JM
55452014-11-25 Joseph Myers <joseph@codesourcery.com>
5546
5547 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5548 third argument const.
5549
b1eda10e
PE
55502014-11-25 Paul Eggert <eggert@cs.ucla.edu>
5551
5552 fnmatch: work around GCC compiler warning bug with uninit var
5553 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5554 This works around a bug with x86-64 GCC 4.9.2 and earlier
5555 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5556 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5557 used uninitialized in this function [-Wmaybe-uninitialized]".
5558
bde2667a
JM
55592014-11-25 Joseph Myers <joseph@codesourcery.com>
5560
5561 * posix/bug-regex31.c (main): Return RES not 0.
5562
5fbb5691
AB
55632014-11-25 Anton Blanchard <anton@samba.org>
5564
5565 * sysdeps/powerpc/bits/atomic.h
5566 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5567
467fec0b
BM
55682014-11-24 Sterling Augustine <saugustine@google.com>
5569
5570 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5571
e9ff8efb
RC
55722014-11-24 Ryan Cumming <etaoins@gmail.com>
5573
5574 [BZ #17608]
5575 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5576
9744496f
JM
55772014-11-24 Joseph Myers <joseph@codesourcery.com>
5578
5579 [BZ #17633]
5580 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5581 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5582 variable.
5583 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5584 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5585
6423d475
WD
55862014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
5587
5588 * string/strncpy.c (strncpy): Improve performance by using memset.
5589
55902014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
5591
5592 * string/strcpy.c (strcpy):
5593 Improve performance by using strlen and memcpy.
5594
5d178c37
LH
55952014-11-24 Leonhard Holz <leonhard.holz@web.de>
5596
5597 * string/strcoll_l.c (get_next_seq): __always_inline.
5598 * string/strcoll_l.c (do_compare): __always_inline.
5599
279bc5b3
SP
56002014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
5601
7a9ebfa1
SP
5602 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5603 defined.
5604 * include/mqueue.h: Likewise.
5605 * include/stdlib.h: Likewise.
5606
4f41c682
SP
5607 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5608 (get_null_defines): Adjust.
5609 * sunrpc/Makefile: Adjust comment.
5610 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5611 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5612 (CFLAGS-interp.c): Likewise.
5613 (CFLAGS-ldconfig.c): Likewise.
5614 (CPPFLAGS-.os): Likewise.
5615 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5616 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5617 * extra-modules.mk (extra-modules.mk): Likewise.
5618 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5619 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5620 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5621 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5622 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5623 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5624 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5625 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5626 * iconvdata/Makefile (CPPFLAGS): Likewise.
5627 (cpp-srcs-left): Add libof for all iconvdata routines.
5628 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5629 * include/assert.h: Likewise.
5630 * include/ctype.h: Likewise.
5631 * include/errno.h: Likewise.
5632 * include/libc-symbols.h: Likewise.
5633 * include/math.h: Likewise.
5634 * include/netdb.h: Likewise.
5635 * include/resolv.h: Likewise.
5636 * include/stdio.h: Likewise.
5637 * include/stdlib.h: Likewise.
5638 * include/string.h: Likewise.
5639 * include/sys/stat.h: Likewise.
5640 * include/wctype.h: Likewise.
5641 * intl/l10nflist.c: Likewise.
5642 * libidn/idn-stub.c: Likewise.
5643 * libio/libioP.h: Likewise.
5644 * nptl/libc_multiple_threads.c: Likewise.
5645 * nptl/pthreadP.h: Likewise.
5646 * posix/regex_internal.h: Likewise.
5647 * resolv/res_hconf.c: Likewise.
5648 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5649 * sysdeps/arm/memmove.S: Likewise.
5650 * sysdeps/arm/sysdep.h: Likewise.
5651 * sysdeps/generic/_itoa.h: Likewise.
5652 * sysdeps/generic/symbol-hacks.h: Likewise.
5653 * sysdeps/gnu/errlist.awk: Likewise.
5654 * sysdeps/gnu/errlist.c: Likewise.
5655 * sysdeps/i386/i586/memcpy.S: Likewise.
5656 * sysdeps/i386/i586/memset.S: Likewise.
5657 * sysdeps/i386/i686/memcpy.S: Likewise.
5658 * sysdeps/i386/i686/memmove.S: Likewise.
5659 * sysdeps/i386/i686/mempcpy.S: Likewise.
5660 * sysdeps/i386/i686/memset.S: Likewise.
5661 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5662 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5663 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5664 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5665 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5666 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5667 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5668 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5669 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5670 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5671 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5672 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5673 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5674 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5675 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5676 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5677 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5678 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5679 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5680 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5681 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5682 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5683 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5684 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5685 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5686 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5687 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5688 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5689 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5690 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5691 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5692 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5693 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5694 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5695 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5696 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5697 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5698 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5699 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5700 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5701 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5702 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5703 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5704 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5705 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5706 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5707 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5708 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5709 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5710 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5711 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5712 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5713 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5714 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5715 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5716 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5717 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5718 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5719 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5720 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5721 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5722 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5723 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5724 * sysdeps/nptl/bits/libc-lock.h: Likewise.
5725 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5726 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5727 * sysdeps/posix/closedir.c: Likewise.
5728 * sysdeps/posix/opendir.c: Likewise.
5729 * sysdeps/posix/readdir.c: Likewise.
5730 * sysdeps/posix/rewinddir.c: Likewise.
5731 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5732 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5733 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5734 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5735 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5736 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5737 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5738 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5739 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5740 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5741 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5742 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5743 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5744 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5745 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5746 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5747 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5748 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5749 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5750 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5751 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5752 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5753 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5754 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5755 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5756 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5757 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5758 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5759 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5760 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5761 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5762 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5763 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5764 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5765 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5766 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5767 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5768 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5769 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5770 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5771 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5772 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5773 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5774 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5775 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5776 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5777 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5778 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5779 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5780 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5781 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5782 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5783 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5784 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5785 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5786 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5787 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5788 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5789 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5790 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5791 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5792 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5793 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5794 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5795 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5796 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5797 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5798 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5799 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5800 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5801 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5802 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5803 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5804 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5805 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5806 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5807 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5808 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5809 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5810 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5811 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5812 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5813 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5814 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5815 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5816 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5817 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5818 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5819 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5820 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5821 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5822 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5823 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5824 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5825 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5826 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5827 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5828 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5829 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5830 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5831 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5832 * sysdeps/unix/alpha/sysdep.S: Likewise.
5833 * sysdeps/unix/alpha/sysdep.h: Likewise.
5834 * sysdeps/unix/make-syscalls.sh: Likewise.
5835 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5836 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5837 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5838 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5839 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5840 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5841 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5842 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5843 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5844 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5845 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5846 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5847 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5848 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5849 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5850 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5851 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5852 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5853 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5854 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5855 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5856 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5857 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5858 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5859 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5860 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5861 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5862 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5863 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5864 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5865 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5866 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5867 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5868 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5869 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5870 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5871 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5872 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5873 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5874 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5875 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5876 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5877 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5878 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5879 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5880 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5881 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5882 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5883 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5884 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5885 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5886 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5887 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5888 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5889 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5890 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5891 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5892 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5893 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5894 * sysdeps/x86_64/memcpy.S: Likewise.
5895 * sysdeps/x86_64/memmove.c: Likewise.
5896 * sysdeps/x86_64/memset.S: Likewise.
5897 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5898 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5899 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5900 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5901 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5902 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5903 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5904 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5905 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5906 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5907 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5908 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5909 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5910 * sysdeps/x86_64/multiarch/memset.S: Likewise.
5911 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5912 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5913 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5914 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5915 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5916 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5917 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5918 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5919 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5920 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5921 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5922 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5923 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5924 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5925 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5926 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5927 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5928 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5929 * sysdeps/x86_64/strcmp.S: Likewise.
5930
76ca86a5
SP
5931 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5932
a3848485
SP
5933 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5934 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5935 * elf/rtld-Rules: Likewise.
5936 * elf/setup-vdso.h: Likewise.
5937 * include/assert.h: Likewise.
5938 * include/bits/stdlib-float.h: Likewise.
5939 * include/errno.h: Likewise.
5940 * include/sys/stat.h: Likewise.
5941 * include/unistd.h: Likewise.
5942 * sysdeps/aarch64/setjmp.S: Likewise.
5943 * sysdeps/alpha/setjmp.S: Likewise.
5944 * sysdeps/arm/__longjmp.S: Likewise.
5945 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5946 * sysdeps/arm/setjmp.S: Likewise.
5947 * sysdeps/arm/sysdep.h: Likewise.
5948 * sysdeps/generic/_itoa.h: Likewise.
5949 * sysdeps/generic/dl-sysdep.h: Likewise.
5950 * sysdeps/generic/ldsodefs.h: Likewise.
5951 * sysdeps/i386/dl-tls.h: Likewise.
5952 * sysdeps/i386/setjmp.S: Likewise.
5953 * sysdeps/m68k/setjmp.c: Likewise.
5954 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5955 * sysdeps/mach/hurd/opendir.c: Likewise.
5956 * sysdeps/posix/getcwd.c: Likewise.
5957 * sysdeps/posix/opendir.c: Likewise.
5958 * sysdeps/posix/profil.c: Likewise.
5959 * sysdeps/powerpc/dl-procinfo.h: Likewise.
5960 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5961 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5962 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5963 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5964 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5965 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5966 * sysdeps/s390/dl-tls.h: Likewise.
5967 * sysdeps/s390/s390-32/setjmp.S: Likewise.
5968 * sysdeps/s390/s390-64/setjmp.S: Likewise.
5969 * sysdeps/sh/sh3/setjmp.S: Likewise.
5970 * sysdeps/sh/sh4/setjmp.S: Likewise.
5971 * sysdeps/unix/alpha/sysdep.h: Likewise.
5972 * sysdeps/unix/arm/sysdep.S: Likewise.
5973 * sysdeps/unix/i386/sysdep.S: Likewise.
5974 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5975 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5976 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5977 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5978 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5979 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5980 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5981 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5982 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5983 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5984 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5985 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5986 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5987 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5988 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5989 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5990 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5991 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5992 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5993 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5994 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5995 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5996 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5997 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5998 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5999 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6000 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6001 * sysdeps/unix/x86_64/sysdep.S: Likewise.
6002 * sysdeps/x86_64/setjmp.S: Likewise.
6003
a109996e
SP
6004 * include/math.h: Use IS_IN instead of IS_IN_libm.
6005 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
6006 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6007 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
6008 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
6009 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
6010 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
6011 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
6012 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
6013 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
6014 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
6015 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
6016 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
6017 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
6018 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
6019 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
6020 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
6021 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
6022 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
6023 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
6024 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
6025 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
6026 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
6027 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
6028 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
6029 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
6030 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
6031 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
6032 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
6033 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
6034 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
6035 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
6036 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
6037 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
6038 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
6039 Likewise.
6040 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
6041 Likewise.
6042 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
6043 Likewise.
6044 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
6045 Likewise.
6046 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
6047 Likewise.
6048 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
6049 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
6050 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
6051 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
6052 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
6053 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
6054 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
6055 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
6056 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
6057 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
6058 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
6059 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
6060 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
6061 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
6062 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
6063 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
6064 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
6065 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
6066 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
6067 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
6068 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
6069 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
6070 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
6071 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
6072 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
6073 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
6074 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
6075
ce9f10f7
SP
6076 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
6077 * nptl/pthreadP.h: Likewise.
6078 * nptl_db/structs.def: Likewise.
6079 * sysdeps/arm/sysdep.h: Likewise.
6080 * sysdeps/nptl/bits/libc-lock.h: Likewise.
6081 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6082 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
6083 * sysdeps/unix/alpha/sysdep.h: Likewise.
6084 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6085 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6086 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6087 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6088 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6089 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6090 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6091 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6092 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6093 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6094 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6095 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6096 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6097 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6098 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6099 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6100 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6101 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6102 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6103 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6104 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6105 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6106 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6107 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6108 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
6109 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6110
016afc75
SP
6111 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
6112 * nptl/pthreadP.h: Likewise.
6113 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6114 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6115 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6116 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6117 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6118 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6119 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6120 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6121 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6122 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6123 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6124 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6125 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6126 Likewise.
6127 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6128 Likewise.
6129 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6130 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6131 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6132 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6133 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6134 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6135 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6136 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6137
9b42a0b3
SP
6138 * dlfcn/dladdr.c: Use IS_IN.
6139 * dlfcn/dladdr1.c: Likewise.
6140 * dlfcn/dlclose.c: Likewise.
6141 * dlfcn/dlerror.c: Likewise.
6142 * dlfcn/dlinfo.c: Likewise.
6143 * dlfcn/dlmopen.c: Likewise.
6144 * dlfcn/dlopen.c: Likewise.
6145 * dlfcn/dlsym.c: Likewise.
6146 * dlfcn/dlvsym.c: Likewise.
6147
85f36372
SP
6148 * include/ifaddrs.h: Use IS_IN.
6149 * inet/check_pf.c: Likewise.
6150 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6151 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
6152
fb6784e3
SP
6153 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
6154 IS_IN_ldconfig.
6155 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
6156 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
6157
2886d2d1
SP
6158 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
6159 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
6160 IS_IN (libc).
6161
9a484857
SP
6162 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
6163
a10178bd
SP
6164 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
6165 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6166 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6167 * include/libc-symbols.h (IS_IN_LIB): New macro.
6168 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
6169 * include/netdb.h: Likewise.
6170 * include/stap-probe.h: Remove all uses of IN_LIB.
6171
279bc5b3
SP
6172 * Makeconfig (module-cppflags-real): Define MODULE_NAME
6173 instead of IN_MODULE.
6174 * include/libc-symbols.h (IN_MODULE): Define using
6175 MODULE_NAME.
6176 (PASTE_NAME, PASTE_NAME1): New macros.
6177 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
6178 of IN_LIB.
6179 (STAP_PROBE_ASM): Likewise.
6180
e0cfa510
ST
61812014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
6182
6183 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
6184 __mach_init in dlopened libc.
6185
34d97d87
MF
61862014-11-22 Mike Frysinger <vapier@gentoo.org>
6187
6188 * sysdeps/arm/preconfigure.ac: Delete EABI check.
6189 * sysdeps/arm/preconfigure: Regenerate.
6190
33cd1f74
RM
61912014-11-21 Roland McGrath <roland@hack.frob.com>
6192
6193 * nptl/pthread_create.c (__pthread_create_2_1): Set
6194 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
6195 when copying values from IATTR into PD.
6196
8c230039
WN
61972014-11-21 Will Newton <will.newton@linaro.org>
6198 Andrew Pinski <andrew.pinski@caviumnetworks.com>
6199
6d3db89b
AP
6200 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
6201 Refactor inline-asm. Also add comment.
6202
01194ba1
WN
6203 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6204 ElfW macro instead of hardcoded Elf64 types.
6205 (la_aarch64_gnu_pltenter): Likewise.
6206 * sysdeps/aarch64/dl-machine.h
6207 (elf_machine_runtime_setup): Use ElfW(Addr).
6208
8c230039
WN
6209 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6210 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6211 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6212 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6213 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6214 (R_AARCH64_TLS_DTPMOD64): Rename to ..
6215 (R_AARCH64_TLS_DTPMOD): This.
6216 (R_AARCH64_TLS_DTPREL64): Rename to ...
6217 (R_AARCH64_TLS_DTPREL): This.
6218 (R_AARCH64_TLS_TPREL64): Rename to ...
6219 (R_AARCH64_TLS_TPREL): This.
6220 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6221 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6222 R_AARCH64_TLS_TPREL64.
6223 (elf_machine_rela): Likewise.
6224
0d79fa53
TR
62252014-11-21 Torvald Riegel <triegel@redhat.com>
6226
6227 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6228 by setting it to 0. 64b atomics are not supported currently.
6229
b59d114b
AO
62302014-11-21 Alexandre Oliva <aoliva@redhat.com>
6231
6232 [BZ #16469]
6233 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6234 search domain names.
6235
f3d945d5
AO
62362014-11-21 Alexandre Oliva <aoliva@redhat.com>
6237
6238 [BZ #16469]
6239 * NEWS: Update.
6240 * resolv/res_query.c (__libc_res_nquerydomain): Retain
6241 trailing dot.
6242 * posix/tst-getaddrinfo5.c: New.
6243 * posix/Makefile (tests): Add it.
6244
49698902
AO
62452014-11-21 Alexandre Oliva <aoliva@redhat.com>
6246
6247 [BZ #14498]
6248 * NEWS: Fixed.
6249 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6250 after parsing line but before break_if_match.
6251 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6252 if there is a protocol mismatch.
6253
81959214
MS
62542014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6255
6256 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6257 because the potential race is on the user-supplied stream.
6258
7729e0e9
AO
62592014-11-21 Alexandre Oliva <aoliva@redhat.com>
6260
6261 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6262 string literal if not passed a buffer.
6263 * manual/job.texi (ctermid): Update reasoning, note deviation
6264 from posix, suggest mtasurace when not passed a buffer, for
6265 future non-preliminary safety notes.
6266
a4ea5e28
AO
62672014-11-21 Alexandre Oliva <aoliva@redhat.com>
6268
6269 * manual/users.texi (cuserid): Fix MT-Safety note for the case
6270 of not passing it a buffer.
6271 Reported by Peng Haitao.
6272
a2b581cb
AO
62732014-11-21 Alexandre Oliva <aoliva@redhat.com>
6274
6275 * manual/Makefile ($(objpfx)stamp-summary): Require
6276 check-safety.sh to pass.
6277 * manual/check-safety.sh: Wish for verification that every
6278 @deftypefn and @deftypefun is followed by a @safety remark.
6279
f214ff74
RM
62802014-11-20 Roland McGrath <roland@hack.frob.com>
6281
7f0dfae0
RM
6282 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6283
2f531bbb
RM
6284 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6285 PTHREAD_CANCEL_ASYNCHRONOUS.
6286 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
6287 send SIGCANCEL.
6288
f214ff74
RM
6289 * nptl/default-sched.h: New file.
6290 * sysdeps/unix/sysv/linux/default-sched.h: New file.
6291 * nptl/pthread_create.c: Include it.
6292 (__pthread_create_2_1): Use collect_default_sched instead of making
6293 Linux syscalls here directly.
6294
e37c91d4
TR
62952014-11-20 Torvald Riegel <triegel@redhat.com>
6296
6297 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
6298 __pthread_once): Use C11 atomics.
6299
1eccfecd
TR
63002014-11-20 Torvald Riegel <triegel@redhat.com>
6301
6302 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
6303
ff871426
TR
63042014-11-20 Torvald Riegel <triegel@redhat.com>
6305
6306 * include/atomic.h (__atomic_link_error, __atomic_check_size,
6307 atomic_thread_fence_acquire, atomic_thread_fence_release,
6308 atomic_thread_fence_seq_cst, atomic_load_relaxed,
6309 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
6310 atomic_compare_exchange_weak_relaxed,
6311 atomic_compare_exchange_weak_acquire,
6312 atomic_compare_exchange_weak_release,
6313 atomic_exchange_acquire, atomic_exchange_release,
6314 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
6315 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
6316 atomic_fetch_and_acquire,
6317 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
6318
1ea339b6
TR
63192014-11-20 Torvald Riegel <triegel@redhat.com>
6320
6321 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
6322 USE_ATOMIC_COMPILER_BUILTINS): Define.
6323 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
6324 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6325 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
6326 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6327 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
6328 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6329 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
6330 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6331 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
6332 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6333 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
6334 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6335 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
6336 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6337 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
6338 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6339 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6340 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6341 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6342 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6343 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
6344 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6345 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6346 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6347 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
6348 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6349 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6350 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6351 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
6352 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6353 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
6354 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6355 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
6356 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6357 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6358 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6359 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6360 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6361 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6362 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6363
cbd463e2
RM
63642014-11-19 Roland McGrath <roland@hack.frob.com>
6365
d960211f
RM
6366 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6367 the sched_priority value here. It was already checked when the user
6368 called pthread_attr_setschedparam.
6369
cbd463e2
RM
6370 * nptl/tst-bad-schedattr.c: New file.
6371 * nptl/Makefile (tests): Add it.
6372
a39208bd
CD
63732014-11-19 Carlos O'Donell <carlos@redhat.com>
6374 Florian Weimer <fweimer@redhat.com>
6375 Joseph Myers <joseph@codesourcery.com>
6376 Adam Conrad <adconrad@0c3.net>
6377 Andreas Schwab <schwab@suse.de>
6378 Brooks <bmoses@google.com>
6379
6380 [BZ #17625]
6381 * wordexp-test.c (__dso_handle): Add prototype.
6382 (__register_atfork): Likewise.
6383 (__app_register_atfork): New function.
6384 (registered_forks): New global.
6385 (register_fork): New function.
6386 (test_case): Add 3 new tests for WRDE_CMDSUB.
6387 (main): Call __app_register_atfork.
6388 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6389 fork count is non-zero fail the test.
6390 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6391 is set.
6392 (parse_dollars): Remove check for WRDE_NOCMD.
6393 (parse_dquote): Likewise.
6394
9cd47470
SP
63952014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6396
130ac68c
SP
6397 * Makeconfig (built-modules): List non-library modules to be
6398 built.
6399 (module-cppflags): Include libc-modules.h for
6400 everything except shlib-versions.v.i.
6401 (CPPFLAGS): Use it.
6402 (before-compile): Add libc-modules.h.
6403 ($(common-objpfx)libc-modules.h,
6404 $(common-objpfx)libc-modules.stmp): New targets.
6405 (common-generated): Add libc-modules.h and libc-modules.stmp.
6406 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6407 * include/libc-symbols.h: Don't include libc-modules.h.
6408 * include/libc-modules.h: Remove file.
6409 * scripts/gen-libc-modules.awk: New script to generate
6410 libc-modules.h.
6411 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6412 Depend on libc-modules.stmp.
6413
286663c3
SP
6414 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6415
9cd47470
SP
6416 * Makeconfig (in-module): Get value of libof set for the
6417 translation unit.
6418 (CPPFLAGS): Use $(in-module).
6419 * Makerules: Don't suffix routine names for nonlib.
6420 * include/libc-modules.h: New file.
6421 * include/libc-symbols.h: Include libc-modules.h
6422 (IS_IN): New macro to replace IS_IN_* macros.
6423 * elf/Makefile: Set libof-* for each routine.
6424 * elf/rtld-Rules: Likewise.
6425 * extra-modules.mk: Likewise.
6426 * iconv/Makefile: Likewise.
6427 * iconvdata/Makefile: Likewise.
6428 * locale/Makefile: Likewise.
6429 * malloc/Makefile: Likewise.
6430 * nss/Makefile: Likewise.
6431 * sysdeps/gnu/Makefile: Likewise.
6432 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6433 * sysdeps/unix/sysv/linux/Makefile: Likewise.
6434 * sysdeps/s390/s390-64/Makefile: Likewise.
6435 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
6436 CPPFLAGS for nscd instead of nonlib.
6437
32fed10f
RM
64382014-11-18 Roland McGrath <roland@hack.frob.com>
6439
d71035bd
RM
6440 * nptl/createthread.c: New file.
6441
6540b991
RM
6442 * nptl/createthread.c: Moved ...
6443 * sysdeps/unix/sysv/linux/createthread.c: ... here.
6444
32fed10f
RM
6445 * nptl/createthread.c: Add proper top-line comment.
6446 (do_clone): Folded into ...
6447 (create_thread): ... here. Take new arguments STOPPED_START and
6448 THREAD_RAN. Always set PD->stopped_start to something here. Don't
6449 increment __nptl_threads, do event-reporting logic, do
6450 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6451 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
6452 resource cleanup if sched_setaffinity or sched_setscheduler fails,
6453 just send SIGCANCEL.
6454 * nptl/pthread_create.c: Forward-declare create_thread before
6455 including createthread.c.
6456 (start_thread): Use new macro START_THREAD_DEFN to replace defining
6457 declaration, and new macro START_THREAD_SELF to replace argument.
6458 Remove return statement.
6459 (report_thread_creation): New function.
6460 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
6461 synchronization logic, and __nptl_nthreads increment here, around
6462 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
6463 PD->parent_cancelhandling here, before create_thread. When
6464 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6465 __deallocate_stack, and ENOMEM translation here.
6466
107a5bf0
JM
64672014-11-18 Joseph Myers <joseph@codesourcery.com>
6468
6469 [BZ #17616]
6470 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6471 (mptwo): Rename to __mptwo.
6472 (__inv): Use __mptwo instead of mptwo.
6473 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6474 (mptwo): Rename to __mptwo.
6475 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6476 of mpone and __mptwo instead of mptwo.
6477 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6478 instead of mpone.
6479 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6480 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6481 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6482 of mpone and __mptwo instead of mptwo.
6483 (__mpranred): Use __mpone instead of mpone.
6484 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6485 variable.
6486 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6487 (test-xfail-ISO99/math.h/linknamespace): Likewise.
6488 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6489 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6490 (test-xfail-ISO11/math.h/linknamespace): Likewise.
6491 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6492 (test-xfail-XPG3/math.h/linknamespace): Likewise.
6493 (test-xfail-XPG4/math.h/linknamespace): Likewise.
6494 (test-xfail-POSIX/math.h/linknamespace): Likewise.
6495 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6496 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6497 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6498 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6499 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6500 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6501 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6502 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6503 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6504 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6505
3b679ab3
TV
65062014-11-18 Tom de Vries <tom@codesoucery.com>
6507
6508 * manual/signal.texi (Primitives Interrupted by Signals): In section,
6509 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
6510
65112014-11-17 Richard Henderson <rth@redhat.com>
6512
6513 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6514 (_FP_PACK_RAW_2): Remove.
6515 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6516 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6517 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6518 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6519 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6520 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6521 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6522 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6523 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6524 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6525 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6526 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6527 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6528 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6529 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6530 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6531
0781a777
RM
65322014-11-14 Roland McGrath <roland@hack.frob.com>
6533
6534 * signal/signal.h [__USE_MISC]
6535 (struct sigvec): Remove type.
6536 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6537 (sigvec): Remove declaration.
6538 * sysdeps/posix/sigvec.c: Moved ...
6539 * signal/sigvec.c: ... here, replacing old file.
6540 (struct sigvec): New type, copied from old signal.h definition.
6541 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6542 (__sigvec): Convert definition to prototype.
6543 (sigvec): Replace weak_alias with compat_symbol.
6544 * signal/Versions (libc: GLIBC_2.21): New version set.
6545 * include/signal.h: Remove __sigvec declaration.
6546 * sysdeps/unix/bsd/sigvec.c: Remove file.
6547 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6548 * manual/signal.texi (BSD Handler): Remove subsection.
6549 Move siginterrupt up to ...
6550 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
6551 (Blocking in BSD): Fold subsection into its parent.
6552 * NEWS: Mention sigvec removal.
6553
a4733812
JM
65542014-11-14 Joseph Myers <joseph@codesourcery.com>
6555
5ae4fe60
JM
6556 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6557 (DLA_FMS): Make definition conditional only on [__FMA4__].
6558 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6559 definition.
6560
6a0dd472
JM
6561 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6562 Make definition conditional only on [PROF].
6563 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6564 definition.
6565 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6566 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6567
a4733812
JM
6568 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6569 !__GNUC__].
6570 * include/signal.h (__sigpause): Move declaration above call to
6571 libc_hidden_proto.
6572 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6573 variable.
6574 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6575 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6576
cf7246dd
DM
65772014-11-14 David S. Miller <davem@davemloft.net>
6578
6579 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6580 Define before including <string/memcpy.c> and <string/mempcpy.c>.
6581
c1b0aadc
JM
65822014-11-14 Joseph Myers <joseph@codesourcery.com>
6583
4863355a
JM
6584 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6585 * configure: Regenerated.
6586 * manual/install.texi (Tools for Compilation): Document a
6587 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6588 compiler verified to work.
6589 * INSTALL: Regenerated.
6590
c1b0aadc
JM
6591 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6592 redeclare with asm name.
6593 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6594 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6595 including <string.h>.
6596 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6597 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6598 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6599 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6600 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6601 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6602 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6603
2a1cfd94
JM
66042014-11-13 Joseph Myers <joseph@codesourcery.com>
6605
bf438382
JM
6606 * stdlib/strtol.c (__strtol): Use prototype definition.
6607
2a1cfd94
JM
6608 [BZ #17594]
6609 * stdlib/strtol.c (SYM__): New macro.
6610 (SYM__1): Likewise.
6611 (__strtol): Likewise.
6612 (strtol): Rename to __strtol and define as weak alias of
6613 __strtol. Use libc_hidden_weak.
6614
20ed0d26
SL
66152014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
6616
6617 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6618 Use numbered labels in inline assembly.
6619
53244a4e
SL
66202014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
6621
6622 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6623 Add setjmp LIBC_PROBE.
6624 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6625 Likewise.
6626 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6627 Add longjmp, longjmp_target LIBC_PROBE.
6628 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6629 Likewise.
6630
47df8251
SL
66312014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
6632
6633 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6634 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6635 to get rid of unused variable warning.
6636
618cebef
SL
66372014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
6638
6639 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6640 Check for unwind_backtrace == NULL only in SHARED case.
6641 (__backchain_backtrace): Compile only in SHARED case.
6642 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6643 Likewise.
6644 (__backchain_backtrace): Declare as static.
6645
c6aab2cb
RM
66462014-11-12 Roland McGrath <roland@hack.frob.com>
6647
6648 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6649 (__libc_multiple_threads_ptr): Variable moved ...
6650 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6651
5a6fa4d7
JM
66522014-11-12 Joseph Myers <joseph@codesourcery.com>
6653
24f4f825
JM
6654 * conform/GlibcConform.pm: New file.
6655 * conform/conformtest.pl: Use GlibcConform module.
6656 * conform/linknamespace.pl: New file.
6657 * conform/list-header-symbols.pl: Likewise.
6658 * conform/Makefile (linknamespace-symlists-base): New variable.
6659 (linknamespace-symlists-tests): Likewise.
6660 (linknamespace-header-base): Likewise.
6661 (linknamespace-header-tests): Likewise.
6662 (tests-special): Add new tests.
6663 ($(linknamespace-symlists-tests)): New rule.
6664 (linknamespace-libs): New variable.
6665 ($(objpfx)symlist-stdlibs): New rule.
6666 ($(linknamespace-header-tests)): Likewise.
6667 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6668 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6669 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6670 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6671 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6672 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6673 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6674 (test-xfail-ISO/math.h/linknamespace): Likewise.
6675 (test-xfail-ISO/signal.h/linknamespace): Likewise.
6676 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6677 (test-xfail-ISO/time.h/linknamespace): Likewise.
6678 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6679 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6680 (test-xfail-ISO99/math.h/linknamespace): Likewise.
6681 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6682 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6683 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6684 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6685 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6686 (test-xfail-ISO11/math.h/linknamespace): Likewise.
6687 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6688 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6689 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6690 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6691 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6692 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6693 (test-xfail-XPG3/math.h/linknamespace): Likewise.
6694 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6695 (test-xfail-XPG3/search.h/linknamespace): Likewise.
6696 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6697 (test-xfail-XPG3/time.h/linknamespace): Likewise.
6698 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6699 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6700 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6701 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6702 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6703 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6704 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6705 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6706 (test-xfail-XPG4/math.h/linknamespace): Likewise.
6707 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6708 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6709 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6710 (test-xfail-XPG4/search.h/linknamespace): Likewise.
6711 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6712 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6713 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6714 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6715 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6716 (test-xfail-XPG4/time.h/linknamespace): Likewise.
6717 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6718 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6719 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6720 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6721 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6722 (test-xfail-POSIX/math.h/linknamespace): Likewise.
6723 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6724 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6725 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6726 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6727 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6728 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6729 (test-xfail-POSIX/time.h/linknamespace): Likewise.
6730 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6731 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6732 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6733 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6734 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6735 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6736 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6737 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6738 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6739 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6740 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6741 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6742 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6743 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6744 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6745 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6746 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6747 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6748 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6749 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6750 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6751 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6752 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6753 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6754 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6755 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6756 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6757 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6758 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6759 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6760 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6761 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6762 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6763 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6764 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6765 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6766 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6767 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6768 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6769 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6770 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6771 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6772 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6773 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6774 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6775 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6776 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6777 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6778 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6779 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6780 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6781 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6782 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6783 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6784 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6785 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6786 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6787 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6788 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6789 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6790 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6791 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6792 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6793 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6794 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6795 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6796 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6797 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6798 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6799 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6800 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6801 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6802 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6803 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6804 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6805 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6806 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6807 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6808 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6809 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6810 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6811 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6812 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6813 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6814 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6815 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6816 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6817 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6818 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6819 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6820 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6821 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6822 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6823 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6824 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6825 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6826 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6827 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6828
cc67478e
JM
6829 [BZ #17589]
6830 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6831 of fgets_unlocked.
6832
9975e3d3
JM
6833 [BZ #17585]
6834 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6835 (memmem): Rename to __memmem and define as weak alias of
6836 __memmem. Use libc_hidden_weak.
6837 (__memmem): Use libc_hidden_def.
6838 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
6839 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6840 memmem.
6841
c4eae752
JM
6842 [BZ #17582]
6843 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6844 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
6845 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6846 and define as weak alias of __fgets_unlocked. Use
6847 libc_hidden_weak.
6848 (__fgets_unlocked): Use libc_hidden_def.
6849 * include/stdio.h (__fgets_unlocked): Declare. Use
6850 libc_hidden_proto.
6851 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6852 __fgets_unlocked instead of fgets_unlocked.
6853 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6854 (GET_NPROCS_CONF_PARSER): Likewise.
6855 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6856 (GET_NPROCS_CONF_PARSER): Likewise.
6857
01cad84e
JM
6858 [BZ #17574]
6859 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6860 weak alias of __wmemset. Use libc_hidden_weak.
6861 (__wmemset): Use libc_hidden_def.
6862 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
6863 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6864 of wmemset.
6865
939da411
JM
6866 [BZ #17573]
6867 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6868 with asm name __mempcpy.
6869 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6870
293d9a41
JM
6871 [BZ #17572]
6872 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6873 and define as weak alias of __rawmemchr.
6874 (__rawmemchr): Do not define as strong alias of rawmemchr.
6875
bef8fd60
JM
6876 [BZ #17571]
6877 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6878 alias of __qsort_r.
6879 (qsort): Call __qsort_r instead of qsort_r.
6880 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6881 (__qsort_r): Declare. Call libc_hidden_proto.
6882 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6883 instead of qsort_r.
6884 * nscd/gai.c (__qsort_r): Define to qsort_r.
6885 * posix/tst-rfc3484.c (__qsort_r): Likewise.
6886 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6887 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6888
c52ff39e
JM
6889 [BZ #17570]
6890 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6891 define as weak alias of __malloc_info.
6892
2f5c1b00
JM
6893 [BZ #17584]
6894 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6895 as weak alias of __rewinddir. Don't use libc_hidden_def.
6896 (__rewinddir): Use libc_hidden_def.
6897 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6898 as weak alias of __rewinddir. Don't use libc_hidden_def.
6899 (__rewinddir): Use libc_hidden_def.
6900 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6901 weak alias of __rewinddir. Don't use libc_hidden_def.
6902 (__rewinddir): Use libc_hidden_def.
6903 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6904 (__rewinddir): Use libc_hidden_proto.
6905 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6906 rewinddir.
6907 (__getcwd): Use __rewinddir instead of rewinddir.
6908
5a6fa4d7
JM
6909 [BZ #17583]
6910 * libio/fileno.c (fileno): Rename to __fileno and define as weak
6911 alias of __fileno. Use libc_hidden_weak.
6912 (__fileno): Use libc_hidden_def.
6913 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6914 * libio/ftello.c (ftello): Rename to __ftello and define as weak
6915 alias of __ftello.
6916 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6917 __ftello.
6918 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6919 (__fread_unlocked): Define as strong alias of _IO_fread. Use
6920 libc_hidden_def.
6921 (fread_unlocked): Don't use libc_hidden_ver.
6922 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6923 and define as weak alias of __fread_unlocked. Don't use
6924 libc_hidden_def.
6925 (__fread_unlocked): Use libc_hidden_def.
6926 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
6927 (ftello): Don't use libc_hidden_proto.
6928 (__ftello): Declare. Use libc_hidden_proto.
6929 (fread_unlocked): Don't use libc_hidden_proto.
6930 (__fread_unlocked): Declare. Use libc_hidden_proto.
6931 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6932 and __ftello instead of fileno, fread_unlocked and ftello.
6933
2581b98e
SP
69342012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
6935
6936 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6937 GOT12.
6938 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6939 Likewise.
6940 (_dl_start_user): Likewise.
6941 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6942
533bb7c2
SP
69432014-11-12 Carlos O'Donell <carlos@redhat.com>
6944 Siddhesh Poyarekar <siddhesh@redhat.com>
6945
6946 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6947 Move argv and envp down instead of moving argc up.
6948 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6949
fffa1cf8
LH
69502014-11-12 Leonhard Holz <leonhard.holz@web.de>
6951
6952 [BZ #17506]
6953 * test-skeleton.c (main): Return successful if one of
6954 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6955 * string/tst-strcoll-overflow.c: Define expected status.
6956
fb89b46d
TU
69572014-11-12 Tatiana Udalova <t.udalova@samsung.com>
6958
6959 [BZ #17475]
6960 * locale/iso-639.def: Define Bhili and Tulu language codes.
6961
5c40c3ba
AH
69622014-11-11 Alan Hayward <alan.hayward@arm.com>
6963
6964 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6965
b17fe01b 69662014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
6967
6968 [BZ #17555]
6969 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6970
bd805071
AS
69712014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
6972
6973 * configure.ac: Updated check of minimal required version to
6974 2.22.
6975 * manual/install.texi (Tools for Compilation): Updated version
6976 number.
6977 * configure: Regenerated.
6978 * INSTALL: Likewise.
6979
1400983e
AS
69802014-11-07 Andreas Schwab <schwab@linux-m68k.org>
6981
6982 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6983 __tls_get_addr.
6984
2c46a66a
JM
69852014-11-07 Joseph Myers <joseph@codesourcery.com>
6986
6987 * include/sys/wait.h (__libc_waitpid): Remove declaration.
6988 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6989 (__waitpid): Don't define as alias. Use libc_hidden_def not
6990 libc_hidden_weak.
6991 (waitpid): Define as alias of __waitpid.
6992 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6993 __waitpid.
6994 (__waitpid): Don't define as alias. Use libc_hidden_def not
6995 libc_hidden_weak.
6996 (waitpid): Define as alias of __waitpid.
6997 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6998 __libc_waitpid alias.
6999 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
7000 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
7001 Likewise.
7002 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
7003 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
7004 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
7005 alias.
7006 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
7007 __waitpid.
7008 (__waitpid): Don't define as alias. Use libc_hidden_def not
7009 libc_hidden_weak.
7010 (waitpid): Define as alias of __waitpid.
7011
da53d6db
CD
70122014-11-06 Carlos O'Donell <carlos@redhat.com>
7013
a2887bdb
CD
7014 * manual/llio.texi: Add comment that write safety has been
7015 fixed in Linux.
7016
da53d6db
CD
7017 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
7018 (localplt-build-dso): Add elf/ld.so.
7019 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
7020 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
7021 and free for ld.so.
7022 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
7023 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
7024 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
7025 Likewise.
7026 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7027 Likewise.
7028 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
7029 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
7030 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
7031 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
7032 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
7033 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
7034 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
7035 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
7036 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
7037 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
7038 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
7039
9cf27b8d
JM
70402014-11-05 Joseph Myers <joseph@codesourcery.com>
7041
7042 [BZ #14132]
7043 * include/libc-symbols.h (INTUSE): Remove macro.
7044 (INTDEF): Likewise.
7045 (INTVARDEF): Likewise.
7046 (_INTVARDEF): Likewise.
7047 (INTDEF2): Likewise.
7048 (INTVARDEF2): Likewise.
7049 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
7050 rtld_hidden_def instead of INTVARDEF.
7051 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
7052 (_dl_starting_up_internal): Remove declaration.
7053 (_dl_starting_up): Use rtld_hidden_proto.
7054 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
7055 declaration.
7056 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
7057 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
7058 _dl_starting_up.
7059 * elf/dl-writev.h (_dl_writev): Likewise.
7060 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
7061 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
7062 _dl_starting_up_internal.
7063
af83568d
AZ
70642014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7065
7066 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
7067 test-skeleton.c.
7068
b01ee67c
WN
70692014-11-05 Will Newton <will.newton@linaro.org>
7070
7071 * benchtests/Makefile: (bench-malloc): Add malloc thread
7072 scalability benchmark.
7073 * benchtests/bench-malloc-threads.c: New file.
7074
be9d4ccc
RE
70752014-11-05 Richard Earnshaw <rearnsha@arm.com>
7076
7077 * sysdeps/aarch64/strchrnul.S: New file.
7078
7110166d
AZ
70792014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7080
7081 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
7082 definition.
7083 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7084 Likwise.
7085 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7086 Likewise.
7087 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7088 Likewise.
7089 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7090 Likewise.
7091 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7092 Likewise.
7093
70942014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
7095
7096 * catgets/test-gencat.c: Use test-skeleton.c.
7097 * catgets/tst-catgets.c: Likewise.
7098 * csu/tst-empty.c: Likewise.
7099 * elf/tst-audit2.c: Likewise.
7100 * elf/tst-global1.c: Likewise.
7101 * elf/tst-pathopt.c: Likewise.
7102 * elf/tst-piemod1.c: Likewise.
7103 * elf/tst-tls10.c: Likewise.
7104 * elf/tst-tls11.c: Likewise.
7105 * elf/tst-tls12.c: Likewise.
7106 * gnulib/tst-gcc.c: Likewise.
7107 * iconvdata/tst-e2big.c: Likewise.
7108 * iconvdata/tst-loading.c: Likewise.
7109 * iconv/tst-iconv1.c: Likewise.
7110 * iconv/tst-iconv2.c: Likewise.
7111 * inet/test-inet6_opt.c: Likewise.
7112 * inet/tst-gethnm.c: Likewise.
7113 * inet/tst-network.c: Likewise.
7114 * inet/tst-ntoa.c: Likewise.
7115 * intl/tst-codeset.c: Likewise.
7116 * intl/tst-gettext2.c: Likewise.
7117 * intl/tst-gettext3.c: Likewise.
7118 * intl/tst-ngettext.c: Likewise.
7119 * intl/tst-translit.c: Likewise.
7120 * io/test-stat.c: Likewise.
7121 * libio/test-fmemopen.c: Likewise.
7122 * libio/tst-freopen.c: Likewise.
7123 * libio/tst-sscanf.c: Likewise.
7124 * libio/tst-ungetwc1.c: Likewise.
7125 * libio/tst-ungetwc2.c: Likewise.
7126 * libio/tst-widetext.c: Likewise.
7127 * localedata/tst-ctype.c: Likewise.
7128 * localedata/tst-digits.c: Likewise.
7129 * localedata/tst-leaks.c: Likewise.
7130 * localedata/tst-mbswcs1.c: Likewise.
7131 * localedata/tst-mbswcs2.c: Likewise.
7132 * localedata/tst-mbswcs3.c: Likewise.
7133 * localedata/tst-mbswcs4.c: Likewise.
7134 * localedata/tst-mbswcs5.c: Likewise.
7135 * localedata/tst-setlocale.c: Likewise.
7136 * localedata/tst-trans.c: Likewise.
7137 * localedata/tst-wctype.c: Likewise.
7138 * localedata/tst-xlocale1.c: Likewise.
7139 * login/tst-grantpt.c: Likewise.
7140 * malloc/tst-calloc.c: Likewise.
7141 * malloc/tst-malloc.c: Likewise.
7142 * malloc/tst-mallocstate.c: Likewise.
7143 * malloc/tst-mcheck.c: Likewise.
7144 * malloc/tst-mtrace.c: Likewise.
7145 * malloc/tst-obstack.c: Likewise.
7146 * math/atest-exp2.c: Likewise.
7147 * math/atest-exp.c: Likewise.
7148 * math/atest-sincos.c: Likewise.
7149 * math/test-matherr.c: Likewise.
7150 * math/test-misc.c: Likewise.
7151 * math/test-powl.c: Likewise.
7152 * math/tst-definitions.c: Likewise.
7153 * misc/tst-dirname.c: Likewise.
7154 * misc/tst-efgcvt.c: Likewise.
7155 * misc/tst-fdset.c: Likewise.
7156 * misc/tst-hsearch.c: Likewise.
7157 * misc/tst-mntent2.c: Likewise.
7158 * nptl/tst-sem7.c: Likewise.
7159 * nptl/tst-sem8.c: Likewise.
7160 * nptl/tst-sem9.c: Likewise.
7161 * nss/test-netdb.c: Likewise.
7162 * posix/tst-fnmatch.c: Likewise.
7163 * posix/tst-getlogin.c: Likewise.
7164 * posix/tst-gnuglob.c: Likewise.
7165 * posix/tst-mmap.c: Likewise.
7166 * pwd/tst-getpw.c: Likewise.
7167 * resolv/tst-inet_ntop.c: Likewise.
7168 * rt/tst-timer.c: Likewise.
7169 * stdio-common/test-fseek.c: Likewise.
7170 * stdio-common/test-popen.c: Likewise.
7171 * stdio-common/test-vfprintf.c: Likewise.
7172 * stdio-common/tst-cookie.c: Likewise.
7173 * stdio-common/tst-fileno.c: Likewise.
7174 * stdio-common/tst-gets.c: Likewise.
7175 * stdio-common/tst-obprintf.c: Likewise.
7176 * stdio-common/tst-perror.c: Likewise.
7177 * stdio-common/tst-sprintf2.c: Likewise.
7178 * stdio-common/tst-sprintf3.c: Likewise.
7179 * stdio-common/tst-sprintf.c: Likewise.
7180 * stdio-common/tst-swprintf.c: Likewise.
7181 * stdio-common/tst-tmpnam.c: Likewise.
7182 * stdio-common/tst-unbputc.c: Likewise.
7183 * stdio-common/tst-wc-printf.c: Likewise.
7184 * stdlib/tst-environ.c: Likewise.
7185 * stdlib/tst-fmtmsg.c: Likewise.
7186 * stdlib/tst-limits.c: Likewise.
7187 * stdlib/tst-rand48-2.c: Likewise.
7188 * stdlib/tst-rand48.c: Likewise.
7189 * stdlib/tst-random2.c: Likewise.
7190 * stdlib/tst-random.c: Likewise.
7191 * stdlib/tst-strtol.c: Likewise.
7192 * stdlib/tst-strtoll.c: Likewise.
7193 * stdlib/tst-tls-atexit.c: Likewise.
7194 * stdlib/tst-xpg-basename.c: Likewise.
7195 * string/test-ffs.c: Likewise.
7196 * string/tst-bswap.c: Likewise.
7197 * string/tst-inlcall.c: Likewise.
7198 * string/tst-strtok.c: Likewise.
7199 * string/tst-strxfrm.c: Likewise.
7200 * sysdeps/x86_64/tst-audit10.c: Likewise.
7201 * sysdeps/x86_64/tst-audit3.c: Likewise.
7202 * sysdeps/x86_64/tst-audit4.c: Likewise.
7203 * sysdeps/x86_64/tst-audit5.c: Likewise.
7204 * time/tst-ftime_l.c: Likewise.
7205 * time/tst-getdate.c: Likewise.
7206 * time/tst-mktime3.c: Likewise.
7207 * time/tst-mktime.c: Likewise.
7208 * time/tst-posixtz.c: Likewise.
7209 * time/tst-strptime2.c: Likewise.
7210 * time/tst-strptime3.c: Likewise.
7211 * wcsmbs/tst-btowc.c: Likewise.
7212 * wcsmbs/tst-mbrtowc.c: Likewise.
7213 * wcsmbs/tst-mbsrtowcs.c: Likewise.
7214 * wcsmbs/tst-wchar-h.c: Likewise.
7215 * wcsmbs/tst-wcpncpy.c: Likewise.
7216 * wcsmbs/tst-wcrtomb.c: Likewise.
7217 * wcsmbs/tst-wcsnlen.c: Likewise.
7218 * wcsmbs/tst-wcstof.c: Likewise.
7219
2004e7fb
JM
72202014-11-04 Joseph Myers <joseph@codesourcery.com>
7221
ab97ee8f
JM
7222 [BZ #14132]
7223 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7224 INTDEF.
7225 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7226 declaration.
7227 (_dl_mcount): Use rtld_hidden_proto.
7228 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7229 _dl_mcount.
7230 * elf/rtld.c (_rtld_global_ro): Likewise.
7231
c5684fdb
JM
7232 [BZ #14132]
7233 * elf/dl-init.c (_dl_init): Don't use INTDEF.
7234 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7235 of _dl_init_internal.
7236 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7237 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7238 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7239 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7240 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7241 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7242 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7243 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7244 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7245 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7246 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7247 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7248 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7249 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7250 * sysdeps/tile/dl-start.S (_start): Likewise.
7251 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7252 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7253
4243cbea
JM
7254 [BZ #14132]
7255 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7256 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7257 (rtld_progname): Make macro definition unconditional.
7258 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7259 INTDEF.
7260 (dlmopen_doit): Do not use INTUSE with _dl_argv.
7261 (dl_main): Likewise.
7262 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7263 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7264 instead of _dl_argv_internal.
7265 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7266 __GI__dl_argv instead of INTUSE(_dl_argv).
7267 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7268 __GI__dl_argv instead of _dl_argv_internal.
7269
2004e7fb
JM
7270 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7271 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7272 macro.
7273 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7274 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7275 New macro.
7276 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7277 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7278 macro.
7279 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7280 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7281
97827bfc
AS
72822014-11-04 Andreas Schwab <schwab@suse.de>
7283
7284 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
7285
5e4df284
AZ
72862014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7287
7288 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
7289 mtvsrd instruction in binary form.
7290
04b76b5a
AS
72912014-11-03 Andreas Schwab <schwab@suse.de>
7292
7293 [BZ #17522]
7294 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
7295 for less than MB_LEN_MAX use a local buffer of that size.
7296 * libio/tst-fputws.c: New file.
7297 * libio/Makefile (tests): Add tst-fputws.
7298
4c6da7da
JM
72992014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
7300
7301 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
7302 the size of the fpu_fr.fpu_dregs[] array.
7303
1679ba8e
JM
73042014-11-01 Joseph Myers <joseph@codesourcery.com>
7305
7306 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
7307 (__nanosleep): Do not define as alias.
7308 (nanosleep): Define as alias of __nanosleep.
7309 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
7310 __libc_nanosleep name.
7311
2626c183
JM
73122014-10-31 Joseph Myers <joseph@codesourcery.com>
7313
7314 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
7315 install.texi in comment.
7316
7f981fc2
TR
73172014-10-31 Torvald Riegel <triegel@redhat.com>
7318
7319 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
7320 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
7321 ... add here and use lwsync or sync ...
7322 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
7323 ... and add here using lwsync.
7324
d6f373d2
MF
73252014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
7326
7327 * elf/dl-machine-reject-phdr.h: New file.
7328 * elf/dl-load.c: #include that.
7329 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
7330 if that returned true.
7331
67c37987
RM
73322014-10-31 Roland McGrath <roland@hack.frob.com>
7333
7334 [BZ #17496]
7335 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
7336 gen-as-const-headers chunk. Add a big scare comment after the last
7337 safe place to touch before-compile.
7338
94a42455 73392014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 7340
f3f5d895
JM
7341 * manual/install.texi (Tools for Compilation): Update autoconf
7342 version requirements.
7343 * INSTALL: Regenerated.
7344
f62ff286
JM
7345 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
7346 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
7347 (__libc_pselect): Likewise.
94a42455
JM
7348
7349 [BZ #14138]
7350 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
7351 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7352 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7353 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7354
ff9dbdc0
TR
73552014-10-31 Torvald Riegel <triegel@redhat.com>
7356
7357 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7358 correct barrier instruction.
7359 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7360 Likewise.
7361 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7362 Likewise.
7363
b4f66884
RM
73642014-10-30 Roland McGrath <roland@hack.frob.com>
7365
7366 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7367 after defining inlines. Instead, just use parens to defeat macro
7368 expansion of __isctype in its declaration.
7369
e19c95fd
JM
73702014-10-30 Joseph Myers <joseph@codesourcery.com>
7371
7372 * include/sys/uio.h (__libc_readv): Remove declaration.
7373 (__libc_writev): Likewise.
7374 * misc/readv.c (__libc_readv): Rename to __readv.
7375 (__readv): Do not define as alias.
7376 (readv): Define as alias of __readv.
7377 * misc/writev.c (__libc_writev): Rename to __writev.
7378 (__writev): Do not define as alias.
7379 (writev): Define as alias of __writev.
7380 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7381 (__readv): Do not define as alias.
7382 (readv): Define unconditionally as alias of __readv.
7383 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7384 (__writev): Do not define as alias.
7385 (writev): Define unconditionally as alias of __writev.
7386 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7387 name.
7388 (writev): Do not define __libc_writev name.
7389
65b00b6c
RM
73902014-10-30 Roland McGrath <roland@hack.frob.com>
7391
7392 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7393 (convert_charseq): New function, broken out of ...
7394 (use_from_charmap): ... here. Call it.
7395 (use_to_charmap): Use convert_charseq and free instead of duplicating
7396 its code with a variable-length stack struct.
7397
d4e157aa
JM
73982014-10-30 Joseph Myers <joseph@codesourcery.com>
7399
7400 * include/fcntl.h (__libc_creat): Remove declaration.
7401 * io/creat.c (__libc_creat): Rename to creat.
7402 (creat): Do not define as alias.
7403 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7404 of creat instead of __libc_creat.
7405 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7406 to creat.
7407 (creat): Do not define as alias.
7408 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7409 __libc_creat.
7410 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7411 __libc_creat name.
7412 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7413 Likewise.
7414
0c6891a0
CD
74152014-10-29 Carlos O'Donell <carlos@redhat.com>
7416
7417 * manual/llio.texi: Add comments discussing why write() may be
7418 considered MT-unsafe on Linux.
7419
cc00cece
CD
74202014-10-28 Carlos O'Donell <carlos@redhat.com>
7421
7422 * dl-load.c (local_strdup): Remove.
7423 (expand_dynamic_string_token): Use __strdup.
7424 (decompose_rpath): Likewise.
7425 (_dl_map_object): Likewise.
7426
51e623f2
JM
74272014-10-28 Joseph Myers <joseph@codesourcery.com>
7428
7429 [BZ #14132]
7430 * sysdeps/generic/unwind-dw2-fde.c
7431 (__register_frame_info_bases_internal): Do not declare.
7432 (__register_frame_info_table_bases_internal): Likewise.
7433 (__deregister_frame_info_bases_internal): Likewise.
7434 (__register_frame_info_bases): Declare and use hidden_proto before
7435 definition. Use hidden_def instead of INTDEF.
7436 (__register_frame_info_table_bases): Likewise.
7437 (__deregister_frame_info_bases): Likewise.
7438 (__register_frame_info): Do not use INTUSE.
7439 (__register_frame): Likewise.
7440 (__register_frame_info_table): Likewise.
7441 (__register_frame_table): Likewise.
7442 (__deregister_frame_info): Likewise.
7443 (__deregister_frame): Likewise.
7444
03d41216
GC
74452014-10-27 Gratian Crisan <gratian.crisan@ni.com>
7446
7447 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7448 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7449 not undefine.
7450 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7451 Likewise.
7452 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7453 Likewise.
7454
a4b3624d
JM
74552014-10-27 Joseph Myers <joseph@codesourcery.com>
7456
7457 [BZ #14138]
7458 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7459 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7460 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7461 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7462 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7463 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7464 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7465 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7466 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7467 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7468 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7469 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7470 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7471 syscall.
7472 (setfsuid): Likewise.
7473 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7474 (setfsuid): Likewise.
7475 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7476 (setfsuid): Likewise.
7477 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7478 Likewise.
7479 (setfsuid): Likewise.
7480 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7481 (setfsuid): Likewise.
7482 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7483 Likewise.
7484 (setfsuid): Likewise.
7485
3574f2fd
AS
74862014-10-27 Andreas Schwab <schwab@suse.de>
7487
7488 [BZ #17501]
7489 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7490 check for Slow_SSE4_2 feature bit.
7491 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7492 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7493 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7494 Likewise. Fix check for Fast_Unaligned_Load feature bit.
7495
70996a37
RM
74962014-10-24 Roland McGrath <roland@hack.frob.com>
7497
461a7b1e
RM
7498 * configure.ac: Validate compiler version with a empirical test of
7499 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7500 $CC -v output.
7501 * configure: Regenerated.
7502
70996a37
RM
7503 * inet/htons.c (htons): Prototypify.
7504 * inet/htonl.c (htonl): Likewise.
7505
e80514b5
WD
75062014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7507
7508 * string/strncat.c (strncat): Improve performance by using strlen.
7509
6e46de42
WD
75102014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7511
7512 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7513
6a9ad2fa
WD
75142014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7515
7516 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7517 Call libc_fetestexcept_aarch64.
7518
1c8810ed
WD
75192014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7520
7521 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7522 Call libc_feholdexcept_aarch64.
7523
8b1af712
WD
75242014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7525
7526 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7527 Call get_rounding_mode.
7528
a7b00c11
WD
75292014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7530
7531 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7532 Simplify logic.
7533
3a84f1a6
WD
75342014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7535
7536 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7537 Simplify logic.
7538
48eb7a94
JM
75392014-10-24 Joseph Myers <joseph@codesourcery.com>
7540
c8bc4038
JM
7541 [BZ #14138]
7542 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7543 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7544 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7545 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7546 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7547 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7548 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7549 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7550 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7551 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7552 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7553 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7554 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7555 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7556 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7557 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7558 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7559 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7560 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7561 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7562 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7563 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7564 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7565 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7566 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7567 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7568 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7569 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7570 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7571 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7572 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7573 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7574 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7575 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7576 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7577 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7578 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7579 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7580 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7581 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7582 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7583 syscall.
7584 (geteuid): Likewise.
7585 (getgid): Likewise.
7586 (getuid): Likewise.
7587 (getresgid): Likewise.
7588 (getresuid): Likewise.
7589 (getgroups): Likewise.
7590 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7591 (geteuid): Likewise.
7592 (getgid): Likewise.
7593 (getuid): Likewise.
7594 (getresgid): Likewise.
7595 (getresuid): Likewise.
7596 (getgroups): Likewise.
7597 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7598 (geteuid): Likewise.
7599 (getgid): Likewise.
7600 (getuid): Likewise.
7601 (getresgid): Likewise.
7602 (getresuid): Likewise.
7603 (getgroups): Likewise.
7604 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7605 Likewise.
7606 (geteuid): Likewise.
7607 (getgid): Likewise.
7608 (getuid): Likewise.
7609 (getresgid): Likewise.
7610 (getresuid): Likewise.
7611 (getgroups): Likewise.
7612 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7613 (geteuid): Likewise.
7614 (getgid): Likewise.
7615 (getuid): Likewise.
7616 (getresgid): Likewise.
7617 (getresuid): Likewise.
7618 (getgroups): Likewise.
7619 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7620 Likewise.
7621 (geteuid): Likewise.
7622 (getgid): Likewise.
7623 (getuid): Likewise.
7624 (getgroups): Likewise.
7625
48eb7a94
JM
7626 [BZ #14138]
7627 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7628 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7629 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7630 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7631 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7632 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7633 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7634 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7635 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7636 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7637 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7638 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7639 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7640 __chown.
7641 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7642 (lchown): Likewise.
7643 (fchown): Likewise.
7644 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7645 Likewise.
7646 (lchown): Likewise.
7647 (fchown): Likewise.
7648 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7649 (lchown): Likewise.
7650 (fchown): Likewise.
7651 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7652 Likewise.
7653 (lchown): Likewise.
7654 (fchown): Likewise.
7655
ea9a7c8b
WD
76562014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7657
7658 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7659 Simplify logic.
7660
e226de33
WD
76612014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7662
7663 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7664 Cleanup logic.
7665
6e3d8ed3
WD
76662014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7667
7668 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7669 Remove unused include.
7670
eb04247d
WD
76712014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7672
7673 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7674 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7675 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7676 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7677
13d84554
CD
76782014-10-23 Carlos O'Donell <carlos@systemhalted.org>
7679 Helge Deller <deller@gmx.de>
7680
7681 [BZ #17508]
7682 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7683 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7684 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7685
15f9c5df
JM
76862014-10-23 Joseph Myers <joseph@codesourcery.com>
7687
7688 [BZ #14132]
7689 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7690 Remove macro definition.
7691 (__ashrdi3_v_glibc20): Likewise.
7692 (__lshrdi3_v_glibc20): Likewise.
7693 (__cmpdi2_v_glibc20): Likewise.
7694 (__ucmpdi2_v_glibc20): Likewise.
7695 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7696 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7697 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7698 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7699 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7700 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7701
c6dfed24
RM
77022014-10-22 Roland McGrath <roland@hack.frob.com>
7703
7704 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7705 old GNU extension [0] syntax.
7706 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7707 alloca rather than an array member with variable length.
7708 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7709 * nscd/nscd.c (invalidate_db): New function, broken out of ...
7710 (parse_opt): ... here. Likewise use alloca there.
7711 Validate the -i argument before checking for rootness.
7712 (send_shutdown): New function, broken out of ...
7713 (parse_opt): ... here.
7714
8c2b1ed8
RM
77152014-10-22 Roland McGrath <roland@hack.frob.com>
7716
7717 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7718 macro to get at the _rt_local_ro field.
7719 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7720 ([PIC] case) or _dl_hwcap ([!PIC] case).
7721 * sysdeps/arm/setjmp.S: Likewise.
7722
7723 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7724 * sysdeps/arm/configure.ac: New check to define it.
7725 * sysdeps/arm/configure: Regenerated.
7726 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7727 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7728 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7729 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7730 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7731 Use move/movt pair instead of a load.
7732 (LDST_GLOBAL): Macro removed.
7733 (LDR_GLOBAL): New macro replaces it.
7734 (LDR_HIDDEN): New macro.
7735 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7736 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7737
7738 * setjmp/tst-setjmp-static.c: New file.
7739 * setjmp/Makefile (tests): Add it.
7740 (tests-static): New variable.
7741
b5af9297
MR
77422014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
7743
7744 [BZ #17485]
7745 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7746
a13d0d74
JM
77472014-10-21 Joseph Myers <joseph@codesourcery.com>
7748
7749 [BZ #14132]
7750 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7751
f05e73f6
RM
77522014-10-21 Roland McGrath <roland@hack.frob.com>
7753
7754 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7755
6ab1d1ea
RM
77562014-10-20 Roland McGrath <roland@hack.frob.com>
7757
7758 * io/fts.c (dirent_not_directory): New function.
7759 (fts_build): Call it.
7760
ab49e763
RM
77612014-10-20 Roland McGrath <roland@hack.frob.com>
7762
e436eb79
RM
7763 * nptl/version.c (__nptl_main): Use normal __write rather than
7764 INTERNAL_SYSCALL.
7765 (banner): Update copyright years.
7766
6af246cf
RM
7767 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7768 gettimeofday.
7769 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7770 * nptl/pthread_cond_timedwait.c: Likewise.
7771 * nptl/pthread_mutex_timedlock.c: Likewise.
7772 * nptl/sem_timedwait.c: Likewise.
7773
ab49e763
RM
7774 * sysdeps/nptl/bits/libc-lock.h
7775 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7776 (__libc_lock_init_recursive): Return void, not 0.
7777 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7778 (__libc_rwlock_init): Likewise.
7779 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7780
f50277c1
TR
77812014-10-20 Torvald Riegel <triegel@redhat.com>
7782
7783 [BZ #15215]
7784 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7785 (__pthread_once_slow): ... here.
7786 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7787 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7788
63668b70
TR
77892014-10-20 Torvald Riegel <triegel@redhat.com>
7790
7791 [BZ #15215]
7792 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7793 __PTHREAD_ONCE_FORK_GEN_INCR): New.
7794 * sysdeps/nptl/fork.c (__libc_fork): Use them.
7795 * nptl/pthread_once.c (__pthread_once): Likewise.
7796 Update comments.
7797
42b7f5d4
JM
77982014-10-20 Joseph Myers <joseph@codesourcery.com>
7799
7800 [BZ #14138]
7801 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7802 name.
7803 (writev): Use __libc_writev as strong name.
7804 * sysdeps/unix/sysv/linux/readv.c: Remove file.
7805 * sysdeps/unix/sysv/linux/writev.c: Likewise.
7806
b0643088
RM
78072014-10-17 Roland McGrath <roland@hack.frob.com>
7808
114c4e09
RM
7809 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7810
674b8978
RM
7811 * sysdeps/i386/nptl/tls.h
7812 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7813 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7814 New macros.
7815 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7816 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7817 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7818 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7819 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7820 Call CHECK_THREAD_SYSINFO instead of doing an assert.
7821
184ee940
RM
7822 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7823 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7824 on [__NR_futex].
7825 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7826 broken out of ...
7827 (__pthread_mutex_init): ... here. Call it.
7828 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7829 Conditionalize PI cases on [__NR_futex].
7830 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7831 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7832 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7833
327ae257
RM
7834 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7835 conditional on [SIGSETXID].
7836 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7837 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7838 is defined. Likewise for SIGSETXID.
7839 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7840 Conditionalize definitions on [SIGSETXID].
7841 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7842 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7843 unblocking on [SIGCANCEL].
7844
b0643088
RM
7845 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7846 [__NR_set_robust_list].
7847
33cc770b
SP
78482014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
7849
7850 * string/strcoll_l.c (get_next_seq): Fix up formatting.
7851 (do_compare): Likewise.
7852
0742aef6
LH
78532014-10-17 Leonhard Holz <leonhard.holz@web.de>
7854
7855 [BZ #15884]
7856 * string/strcoll_l.c: Don't include stdio.h.
7857 (coll_seq): Remove members idxarr and rulearr.
7858 (get_next_seq_cached): Remove function.
7859 (get_next_seq): Likewise.
7860 (get_next_seq_nocache): Rename to get_next_seq.
7861 (do_compare): Remove function.
7862 (do_compare_nocache): Rename to do_compare.
7863 (STRCOLL): Remove weight and rules cache.
7864
ee54ce44
RM
78652014-10-16 Roland McGrath <roland@hack.frob.com>
7866
7867 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7868 * sysdeps/arm/sfp-machine.h: ... to here.
7869 * sysdeps/arm/Implies: Remove arm/soft-fp.
7870
a75d3b02
JM
78712014-10-14 Joseph Myers <joseph@codesourcery.com>
7872
7873 * conform/data/sys/utsname.h-data (*_t): Allow.
7874 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7875 [POSIX] (WEXITED): Do not expect constant.
7876 [POSIX] (WSTOPPED): Likewise.
7877 [POSIX] (WNOHANG): Likewise.
7878 [POSIX] (WNOWAIT): Likewise.
7879 [POSIX] (siginfo_t): Do not expect type or elements.
7880 [POSIX] (pid_t): Do not expect type.
7881 [POSIX] (signal.h): Do not allow header.
7882 [POSIX] (sys/resource.h): Likewise.
7883 [POSIX] (si_*): Do not allow pattern.
7884 [POSIX] (W*): Likewise.
7885 [POSIX] (P_*): Likewise.
7886 [POSIX] (BUS_*): Likewise.
7887 [POSIX] (CLD_*): Likewise.
7888 [POSIX] (FPE_*): Likewise.
7889 [POSIX] (ILL_*): Likewise.
7890 [POSIX] (POLL_*): Likewise.
7891 [POSIX] (SEGV_*): Likewise.
7892 [POSIX] (SI_*): Likewise.
7893 [POSIX] (TRAP_*): Likewise.
7894 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7895 variable.
7896
fda389c8
SP
78972014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7898
7899 [BZ #12926]
7900 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7901 infinite loop when __recvmsg returns 0.
7902
6bc6bd3b
JM
79032014-10-10 Joseph Myers <joseph@codesourcery.com>
7904
fcb32af1
JM
7905 * CANCEL-FCT-WAIVE: Remove file.
7906 * CANCEL-FILE-WAIVE: Likewise.
7907
6bc6bd3b
JM
7908 [BZ #14132]
7909 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7910 instead of INTVARDEF.
7911 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7912 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7913 rtld_hidden_data_def instead of INTVARDEF.
7914 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7915 * elf/dl-deps.c (expand_dst): Likewise.
7916 * elf/dl-load.c (_dl_dst_count): Likewise.
7917 (_dl_dst_substitute): Likewise.
7918 (decompose_rpath): Likewise.
7919 (_dl_init_paths): Likewise.
7920 (open_path): Likewise.
7921 (_dl_map_object): Likewise.
7922 * elf/rtld.c (dl_main): Likewise.
7923 (process_dl_audit): Likewise.
7924 (process_envvars): Likewise.
7925 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7926 Remove declaration.
7927 (__libc_enable_secure): Use rtld_hidden_proto.
7928
b8c80a7e
KS
79292014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7930
7931 * elf/dl-load.c
7932 (add_path): New function broken out of _dl_rtld_di_serinfo.
7933 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
7934
ff12c11f
JM
79352014-10-09 Joseph Myers <joseph@codesourcery.com>
7936
5c0508a3
JM
7937 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7938 parentheses around macro arguments.
7939 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7940 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7941 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7942 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7943 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7944 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7945 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7946 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7947 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7948 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7949 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7950 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7951 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7952 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7953 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7954 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7955 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7956 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7957 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7958 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7959 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7960 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7961 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7962 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7963 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7964 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7965 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7966 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7967 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7968 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7969 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7970 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7971 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7972 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7973 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7974 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7975 Likewise.
7976 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7977 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7978 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7979 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7980 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7981 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7982 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7983 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7984 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7985 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7986 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7987 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7988 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7989 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7990 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7991 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7992 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7993 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7994 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7995 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7996 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7997 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7998 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7999 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
8000 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
8001 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
8002 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
8003 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
8004 (_FP_FRAC_SRS_1): Likewise.
8005 (_FP_FRAC_CLZ_1): Likewise.
8006 (_FP_MUL_MEAT_1_imm): Likewise.
8007 (_FP_MUL_MEAT_1_wide): Likewise.
8008 (_FP_MUL_MEAT_1_hard): Likewise.
8009 (_FP_SQRT_MEAT_1): Likewise.
8010 (_FP_FRAC_ASSEMBLE_1): Likewise.
8011 (_FP_FRAC_DISASSEMBLE_1): Likewise.
8012 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
8013 (__FP_CLZ_2): Likewise.
8014 (_FP_MUL_MEAT_2_wide): Likewise.
8015 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8016 (_FP_MUL_MEAT_2_gmp): Likewise.
8017 (_FP_MUL_MEAT_2_120_240_double): Likewise.
8018 (_FP_SQRT_MEAT_2): Likewise.
8019 (_FP_FRAC_ASSEMBLE_2): Likewise.
8020 (_FP_FRAC_DISASSEMBLE_2): Likewise.
8021 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
8022 (_FP_FRAC_CLZ_4): Likewise.
8023 (_FP_MUL_MEAT_4_wide): Likewise.
8024 (_FP_MUL_MEAT_4_gmp): Likewise.
8025 (_FP_SQRT_MEAT_4): Likewise.
8026 (_FP_FRAC_ASSEMBLE_4): Likewise.
8027 (_FP_FRAC_DISASSEMBLE_4): Likewise.
8028 * soft-fp/op-common.h (_FP_CMP): Likewise.
8029 (_FP_CMP_EQ): Likewise.
8030 (_FP_CMP_UNORD): Likewise.
8031 (_FP_TO_INT): Likewise.
8032 (_FP_FROM_INT): Likewise.
8033 [!__FP_CLZ] (__FP_CLZ): Likewise.
8034 (_FP_DIV_HELP_imm): Likewise.
8035 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
8036 Likewise.
8037 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
8038 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
8039 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
8040 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
8041 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
8042 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8043 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8044 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
8045 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
8046 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
8047 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
8048 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
8049 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
8050 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
8051 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
8052 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
8053 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
8054 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
8055 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
8056 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
8057 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
8058 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
8059 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
8060 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8061 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8062 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
8063 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
8064 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
8065 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
8066 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
8067 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
8068 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
8069 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
8070 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
8071 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
8072 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
8073 (FP_UNPACK_RAW_SP): Likewise.
8074 (FP_PACK_RAW_S): Likewise.
8075 (FP_PACK_RAW_SP): Likewise.
8076 (FP_UNPACK_S): Likewise.
8077 (FP_UNPACK_SP): Likewise.
8078 (FP_UNPACK_SEMIRAW_S): Likewise.
8079 (FP_UNPACK_SEMIRAW_SP): Likewise.
8080 (FP_PACK_S): Likewise.
8081 (FP_PACK_SP): Likewise.
8082 (FP_PACK_SEMIRAW_S): Likewise.
8083 (FP_PACK_SEMIRAW_SP): Likewise.
8084 (_FP_SQRT_MEAT_S): Likewise.
8085 (FP_CMP_S): Likewise.
8086 (FP_CMP_EQ_S): Likewise.
8087 (FP_CMP_UNORD_S): Likewise.
8088 (FP_TO_INT_S): Likewise.
8089 (FP_FROM_INT_S): Likewise.
8090
a736ec37
JM
8091 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
8092
ff12c11f
JM
8093 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
8094 (FP_EX_INVALID_IMZ): Likewise.
8095 (FP_EX_INVALID_IMZ_FMA): Likewise.
8096 (FP_EX_INVALID_ISI): Likewise.
8097 (FP_EX_INVALID_ZDZ): Likewise.
8098 (FP_EX_INVALID_IDI): Likewise.
8099 (FP_EX_INVALID_SQRT): Likewise.
8100 (FP_EX_INVALID_CVI): Likewise.
8101 (FP_EX_INVALID_VC): Likewise.
8102 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
8103 "invalid" exceptions.
8104 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
8105 (_FP_ADD_INTERNAL): Likewise.
8106 (_FP_MUL): Likewise.
8107 (_FP_FMA): Likewise.
8108 (_FP_DIV): Likewise.
8109 (_FP_CMP_CHECK_NAN): Likewise.
8110 (_FP_SQRT): Likewise.
8111 (_FP_TO_INT): Likewise.
8112 (FP_EXTEND): Likewise.
8113
b6dcfe8c
AM
81142014-10-09 Allan McRae <allan@archlinux.org>
8115
8116 * po/fr.po: Update French translation from translation project.
8117
2d6a47ba
JM
81182014-10-09 Joseph Myers <joseph@codesourcery.com>
8119
cb831245
JM
8120 [BZ #14132]
8121 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
8122 of INTDEF.
8123 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
8124 (__cxa_atexit): Use libc_hidden_proto.
8125 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
8126
5deeb190
JM
8127 [BZ #14132]
8128 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
8129 declaration.
8130 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
8131 [!_ISOMAC] (__iswspace_l_internal): Likewise.
8132 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
8133 [!_ISOMAC] (__iswctype_internal): Likewise.
8134 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
8135 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
8136 alias.
8137 (fcntl): Remove __fcntl_internal alias.
8138 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
8139 __connect_internal alias.
8140 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
8141 Likewise.
8142
454ac701
JM
8143 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
8144 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
8145 FP_DENORM_ZERO.
8146 (_FP_CHECK_FLUSH_ZERO): New macro.
8147 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
8148 (_FP_CMP): Likewise.
8149 (_FP_CMP_EQ): Likewise.
8150 (_FP_TO_INT): Do not set inexact for subnormal arguments if
8151 FP_DENORM_ZERO.
8152 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
8153 (FP_TRUNC): Likewise.
8154
0022e688
JM
8155 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
8156 treated as invalid conversion, not as normal exponent.
8157
73e28d9c
JM
8158 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
8159 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
8160 (_FP_CMP_EQ): Likewise.
8161 (_FP_CMP_UNORD): Likewise.
8162 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
8163 (FP_CMP_EQ_D): Likewise.
8164 (FP_CMP_UNORD_D): Likewise.
8165 * soft-fp/extended.h (FP_CMP_E): Likewise.
8166 (FP_CMP_EQ_E): Likewise.
8167 (FP_CMP_UNORD_E): Likewise.
8168 * soft-fp/quad.h (FP_CMP_Q): Likewise.
8169 (FP_CMP_EQ_Q): Likewise.
8170 (FP_CMP_UNORD_Q): Likewise.
8171 * soft-fp/single.h (FP_CMP_S): Likewise.
8172 (FP_CMP_EQ_S): Likewise.
8173 (FP_CMP_UNORD_S): Likewise.
8174 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
8175 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
8176 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
8177 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
8178 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
8179 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
8180 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
8181 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
8182 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
8183 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
8184 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
8185 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
8186 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
8187 to FP_CMP_Q.
8188 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
8189 FP_CMP_Q.
8190 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
8191 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
8192 FP_CMP_EQ_Q.
8193 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
8194 FP_CMP_Q.
8195 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
8196 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
8197 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
8198 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
8199 FP_CMP_EQ_Q.
8200 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
8201 FP_CMP_Q.
8202 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8203 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8204 FP_CMP_EQ_Q.
8205 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8206 FP_CMP_Q.
8207 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8208 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8209 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8210 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8211 FP_CMP_EQ_Q.
8212
43059f42
JM
8213 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8214 a subnormal result, set the underflow exception if trapping on
8215 underflow is enabled.
8216 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8217 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8218 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8219 redefine to 0.
8220 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8221 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8222 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8223 * soft-fp/extendxftf2.c (__extendxftf2): Use
8224 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8225
2d6a47ba
JM
8226 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8227 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8228 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8229 FP_HANDLE_EXCEPTIONS.
8230 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8231 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8232 FP_HANDLE_EXCEPTIONS.
8233 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8234 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8235 FP_HANDLE_EXCEPTIONS.
8236 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8237 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8238 FP_HANDLE_EXCEPTIONS.
8239
620f462e
JM
82402014-10-08 Joseph Myers <joseph@codesourcery.com>
8241
8242 [BZ #14132]
8243 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8244 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8245 use INTUSE.
8246 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8247 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8248 Remove alias.
8249 (__adjtimex): Define using libc_hidden_ver.
8250 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8251 Remove declaration.
8252 (ntp_gettime): Call __adjtimex directly.
8253 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8254 Remove declaration.
8255 (ntp_gettimex): Call __adjtimex directly.
8256 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8257 __adjtimex_internal alias.
8258
c763c5d2
RM
82592014-10-08 Roland McGrath <roland@hack.frob.com>
8260
8261 [BZ #17460]
8262 * nscd/nscd.c (more_help): Rewrite list of tables collection
8263 using xstrdup and asprintf.
8264
8265 * nscd/nscd_conf.c: Remove local xstrdup declaration.
8266
7b8fb2b8
RM
82672014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8268 Roland McGrath <roland@hack.frob.com>
8269
8270 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8271 (do_lookup_unique): ... local function 'enter' here; update callers.
8272
abb280f7
JM
82732014-10-06 Joseph Myers <joseph@codesourcery.com>
8274
f7b42517
JM
8275 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8276 compat_symbol calls on [SHARED].
8277 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8278 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8279 Remove.
8280 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8281 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8282 (oldsetrlimit): Remove.
8283 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8284 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8285 (lchown): New syscall entry.
8286 (oldsetrlimit): Remove.
8287 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8288 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
8289 (oldsetrlimit): Remove.
8290 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8291
abb280f7
JM
8292 [BZ #14138]
8293 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
8294 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
8295 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
8296 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
8297 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8298 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
8299 (fchown): Likewise.
8300 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
8301 (fchown): Likewise.
8302 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
8303 Likewise.
8304
47d46237
AZ
83052014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8306
8307 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
8308 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
8309 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
8310 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
8311 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
8312 Likewise.
8313 (__old_sem_post): Likewise.
8314
83152014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 8316
845a7343
CM
8317 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
8318 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
8319 HAVE_CLOCK_GETTIME_VSYSCALL macros.
8320 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
8321 Use INLINE_VSYSCALL macro.
8322 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
8323 __vdso_clock_gettime.
8324 * sysdeps/unix/sysv/linux/tile/init-first.c
8325 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
8326 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
8327 __vdso_clock_gettime.
8328
83d641ef
CM
8329 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
8330 to set up frame more cleanly.
8331
d9cd52e6
CM
8332 * sysdeps/tile/memcmp.c: New file.
8333
4b68ea11
CM
8334 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
8335
c86f7b80
CM
8336 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
8337 * sysdeps/tile/tilegx/strcasestr.c: New file.
8338 * sysdeps/tile/tilegx/strnlen.c: New file.
8339 * sysdeps/tile/tilegx/strstr.c: New file.
8340
1c4c1a6f
CM
8341 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
8342
99d86ea3
AS
83432014-10-06 Arjun Shankar <arjun.is@lostca.se>
8344
8345 * nptl/tst-setuid3.c: Write errors to stdout.
8346
06210a44
KS
83472014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8348
8349 * elf/dl-deps.c
8350 (preload): New functions broken out of _dl_map_object_deps.
8351 (_dl_map_object_deps): Remove a nested function. Update call sites.
8352
6268f532
JM
83532014-10-01 Joseph Myers <joseph@codesourcery.com>
8354
8355 [BZ #14138]
8356 * sysdeps/unix/sysv/linux/execve.c: Remove file.
8357 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8358
b925285f
SE
83592014-10-01 Steve Ellcey <sellcey@mips.com>
8360
8361 * sysdeps/mips/strcmp.S: New.
8362
754a15c6
JM
83632014-09-30 Joseph Myers <joseph@codesourcery.com>
8364
8365 [BZ #14138]
8366 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8367 (linkat): Likewise.
8368 (mkdirat): Likewise.
8369 (readlinkat): Likewise.
8370 (renameat): Likewise.
8371 (symlinkat): Likewise.
8372 (unlinkat): Likewise.
8373 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8374 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8375 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8376 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8377 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8378 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8379 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8380
85bb81c9
WN
83812014-09-30 Will Newton <will.newton@linaro.org>
8382
dc6fe23b
WN
8383 * math/math.h: Define long double math functions if
8384 _LIBC_TEST is defined.
8385 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8386
85bb81c9
WN
8387 * localedata/Makefile: Move assignment to tests-special
8388 into an ifdef testing run-built-tests.
8389 * timezone/Makefile: Likewise.
8390
b7e02da4
JM
83912014-09-29 Joseph Myers <joseph@codesourcery.com>
8392
8393 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8394 with $(BASH) not $(SHELL).
8395
62058ce6
CD
83962014-09-29 Carlos O'Donell <carlos@redhat.com>
8397 Matthew LeGendre <legendre1@llnl.gov>
8398
8399 [BZ #17411]
8400 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8401 l_reloc_result.
8402
8e257a29
KS
84032014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8404
8405 * stdio-common/printf_fp.c
8406 (hack_digit): New function, broken out of ...
8407 (__printf_fp): ... local function here. Update call sites.
8408 hack_digit now takes an additional parameter that is a pointer
8409 to a struct of the referenced locals. Those locals moved inside
8410 the struct and references updated.
8411
f4a58f0d
L
84122014-09-29 H.J. Lu <hongjiu.lu@intel.com>
8413
8414 * aclocal.m4: Require autoconf 2.69.
8415 * configure: Regenerated.
8416 * sysdeps/aarch64/configure: Likewise.
8417 * sysdeps/alpha/configure: Likewise.
8418 * sysdeps/arm/armv7/configure: Likewise.
8419 * sysdeps/arm/configure: Likewise.
8420 * sysdeps/ia64/configure: Likewise.
8421 * sysdeps/mach/configure: Likewise.
8422 * sysdeps/mips/configure: Likewise.
8423 * sysdeps/s390/configure: Likewise.
8424 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8426
8427 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8428 file.
8429 * sysdeps/ia64/configure.ac: Likewise.
8430
93ae1eba
JM
84312014-09-26 Joseph Myers <joseph@codesourcery.com>
8432
1810d3ab
JM
8433 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8434 specify symbol version for ld.so. Do not include entry for
8435 libpthread.
8436 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8437 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8438 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8439
93ae1eba
JM
8440 [BZ #14171]
8441 * Makeconfig [$(build-shared) = yes]
8442 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8443 makefiles.
8444 [$(build-shared) = yes && $(soversions.mk-done) = t]
8445 ($(common-objpfx)gnu/lib-names.h): Remove rule.
8446 [$(build-shared) = yes && $(soversions.mk-done) = t]
8447 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
8448 to Makerules.
8449 [$(build-shared) = yes && $(soversions.mk-done) = t]
8450 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8451 here.
8452 [$(build-shared) = yes && $(soversions.mk-done) = t]
8453 (common-generated): Don't append gnu/lib-names.h and
8454 gnu/lib-names.stmp here.
8455 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8456 (lib-names-h-abi): New variable.
8457 [$(build-shared) = yes && $(soversions.mk-done) = t]
8458 (lib-names-stmp-abi): Likewise.
8459 [$(build-shared) = yes && $(soversions.mk-done) = t &&
8460 abi-variants] (before-compile): Append
8461 $(common-objpfx)$(lib-names-h-abi).
8462 [$(build-shared) = yes && $(soversions.mk-done) = t &&
8463 abi-variants] (common-generated): Append gnu/lib-names.h.
8464 [$(build-shared) = yes && $(soversions.mk-done) = t &&
8465 abi-variants] (install-others-nosubdir): Depend on
8466 $(inst_includedir)/$(lib-names-h-abi).
8467 [$(build-shared) = yes && $(soversions.mk-done) = t &&
8468 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8469 [$(build-shared) = yes && $(soversions.mk-done) = t]
8470 ($(common-objpfx)$(lib-names-h-abi)): New rule.
8471 [$(build-shared) = yes && $(soversions.mk-done) = t]
8472 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8473 [$(build-shared) = yes && $(soversions.mk-done) = t]
8474 (common-generated): Append $(lib-names-h-abi) and
8475 $(lib-names-stmp-abi).
8476 * scripts/lib-names.awk: Do not handle multi being set.
8477 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8478 Remove variable.
8479 (abi-lp64_be-ld-soname): Likewise.
8480 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8481 Likewise.
8482 (abi-hard-ld-soname): Likewise.
8483 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8484 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8485 Remove variable.
8486 (abi-o32_hard-ld-soname): Likewise.
8487 (abi-o32_soft_2008-ld-soname): Likewise.
8488 (abi-o32_hard_2008-ld-soname): Likewise.
8489 (abi-n32_soft-ld-soname): Likewise.
8490 (abi-n32_hard-ld-soname): Likewise.
8491 (abi-n32_soft_2008-ld-soname): Likewise.
8492 (abi-n32_hard_2008-ld-soname): Likewise.
8493 (abi-n64_soft-ld-soname): Likewise.
8494 (abi-n64_hard-ld-soname): Likewise.
8495 (abi-n64_soft_2008-ld-soname): Likewise.
8496 (abi-n64_hard_2008-ld-soname): Likewise.
8497 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8498 Likewise.
8499 (abi-64-v2-ld-soname): Likewise.
8500 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8501 ld.so entries.
8502 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8503 variable.
8504 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8505 entry.
8506 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8507 variable.
8508 (abi-64-ld-soname): Likewise.
8509 (abi-x32-ld-soname): Likewise.
8510 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8511 entry.
8512 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8513
68870f12
JM
85142014-09-23 Joseph Myers <joseph@codesourcery.com>
8515
8516 [BZ #14138]
8517 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8518 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8519 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8520 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8521 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8522 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8523 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8524 syscall entry for GLIBC_2.2 symbol version.
8525 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8526 Likewise.
8527 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8528 (setrlimit): Likewise.
8529 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8530 Likewise.
8531
ea58f202
WN
85322014-09-23 Will Newton <will.newton@linaro.org>
8533
8534 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8535 _LINUX_ARM_SYSDEP_H include guard too.
8536 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8537 define.
8538
69eb9a18
RV
85392014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
8540
8541 * sysdeps/unix/sysv/linux/eventfd.c:
8542 Make first argument unsigned.
8543 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8544 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8545
20e5a5f7
OB
85462014-09-20 Ondřej Bílka <neleai@seznam.cz>
8547
8548 * socket/recvmmsg.c (recvmmsg): Drop const argument.
8549 * socket/sys/socket.h: Likewise
8550 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8551
d3c827e7
AK
85522014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8553
8554 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8555
fe1cc35a
AS
85562014-09-17 Arjun Shankar <arjun.is@lostca.se>
8557
8558 * time/tst-ftime.c: New test.
8559 * time/Makefile (tests): Add tst-ftime.
8560
4e8afe69
JM
85612014-09-17 Joseph Myers <joseph@codesourcery.com>
8562
c4fe3ea7
JM
8563 * soft-fp/extended.h: Fix comment formatting.
8564 * soft-fp/op-1.h: Likewise.
8565 * soft-fp/op-2.h: Likewise.
8566 * soft-fp/op-4.h: Likewise.
8567 * soft-fp/op-8.h: Likewise.
8568 * soft-fp/op-common.h: Likewise.
8569 * soft-fp/soft-fp.h: Likewise.
8570
4e8afe69
JM
8571 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8572
af296fcd
JM
85732014-09-16 Joseph Myers <joseph@codesourcery.com>
8574
8575 [BZ #6652]
8576 * Makeconfig (soversions-default-setname): Remove variable.
8577 ($(common-objpfx)soversions.i): Don't pass default_setname to
8578 soversions.awk.
8579 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8580 oldest_abi to abi-versions.awk.
8581 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8582 * config.make.in (oldest-abi): Remove variable.
8583 * configure.ac (--enable-oldest-abi): Remove configure option.
8584 * configure: Regenerated.
8585 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8586 text.
8587 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8588 * scripts/soversions.awk: Do not handle default_setname variable.
8589 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8590 variable.
8591 * sysdeps/mach/hurd/configure: Regenerated.
8592 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8593 variable.
8594 * sysdeps/unix/sysv/linux/configure: Regenerated.
8595
545583d6
SP
85962014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
8597
d330b980
SP
8598 * elf/Makefile (CFLAGS-interp.c): Remove.
8599 ($(elf-objpfx)runtime-linker.h): Generate header with linker
8600 path string.
8601 * elf/interp.c: Include generated runtime-linker.h
8602
02657da2
SP
8603 * Makerules (lib%.so): Don't include $(+interp) in
8604 prerequisites.
8605 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8606 * dlfcn/eval.c: Remove file.
8607
653b1080
SP
8608 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8609 macros.
8610
602f80ec
SP
8611 [BZ #17266]
8612 * misc/sys/cdefs.h: Define __extern_always_inline for clang
8613 4.2 and newer.
8614
545583d6
SP
8615 [BZ #17370]
8616 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8617
884ddc50
SP
86182014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
8619 Jakub Jelinek <jakub@redhat.com>
8620
8621 [BZ #17266]
8622 * libio/stdio.h: Check definition of __fortify_function
8623 instead of __extern_always_inline to include bits/stdio2.h.
8624 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8625 check if __extern_always_inline is defined.
8626 [__USE_MISC || __USE_XOPEN]: Likewise.
8627 [__USE_ISOC99] Likewise.
8628 * misc/sys/cdefs.h (__fortify_function): Define only if
8629 __extern_always_inline is defined.
8630 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8631 __extern_always_inline and __extern_inline only for g++-4.3
8632 and newer or a compatible gcc.
8633
a7b87268
AS
86342014-09-15 Andreas Schwab <schwab@linux-m68k.org>
8635
8636 [BZ #17371]
8637 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8638 last change to handle zero prefix length.
8639
3f41521d
SP
86402014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8641
61fe374a
SP
8642 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8643 _SC_REGEX_VERSION.
8644
3f41521d
SP
8645 * posix/getconf.c (vars): Add _POSIX_IPV6 and
8646 _POSIX_RAW_SOCKETS.
8647
d8f879ee
AM
86482014-09-13 Allan McRae <allan@archlinux.org>
8649
8650 * po/ru.po: Update Russian translation from translation project.
8651
c079afb7
RM
86522014-09-12 Roland McGrath <roland@hack.frob.com>
8653
a62b3c15
RM
8654 * locale/programs/locale.c (show_locale_vars): Inline local function
8655 into its sole call site. Clean up some style nits.
8656 (print_item): New function, broken out of ...
8657 (show_info): ... local function here. Clean up style nits.
8658
d7e49b19
RM
8659 * locale/programs/ld-ctype.c (set_one_default): New function, broken
8660 out of ...
8661 (set_class_defaults): ... local function set_default here.
8662 Define set_default as a macro locally to pass constant parameters.
8663 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8664 rather than a shared local.
8665
c079afb7
RM
8666 * stdlib/rpmatch.c (try): New function, broken out of ...
8667 (rpmatch): ... local function here. Also, prototypify definition.
8668
0bd72468
JM
86692014-09-12 Joseph Myers <joseph@codesourcery.com>
8670
ba90e050
JM
8671 * scripts/soversions.awk: Do not handle configuration names.
8672 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8673 vendor and os variables to soversions.awk.
8674 * configure.ac: Do not modify gnu-* host_os.
8675 * configure: Regenerated
8676 * shlib-versions: Remove first column with configuration names.
8677 * nptl/shlib-versions: Likewise.
8678 * nptl_db/shlib-versions: Likewise.
8679 * sysdeps/hppa/shlib-versions: Likewise.
8680 * sysdeps/m68k/shlib-versions: Likewise.
8681 * sysdeps/mach/hurd/shlib-versions: Likewise.
8682 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8683 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8684 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8685 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8686 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8687 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8688 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8689 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8690 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8691 Likewise.
8692 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8693 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8694 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8695 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8696 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8697 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8698 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8699 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8700
73a39112
JM
8701 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8702 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8703 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8704 Regenerated.
8705 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8707 Condition symbol version definitions on [HAVE_ELFV2_ABI].
8708
c729e7c1
JM
8709 * shlib-versions: Remove OS-specific entries. Moved to files in
8710 sysdeps.
8711 * sysdeps/mach/hurd/shlib-versions: New file.
8712 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8713
dc932a24
JM
8714 * nptl/shlib-versions: Remove architecture-specific entries.
8715 Moved to files in sysdeps.
8716 * shlib-versions: Likewise.
8717 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8718 file.
8719 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8720 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8721 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8722 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8723
0bd72468
JM
8724 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8725 (UDP_NO_CHECK6_RX): Likewise.
8726
920238e0
SP
87272014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
8728
8729 * sysdeps/posix/sysconf.c (__sysconf): Spell
8730 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8731
ba7b4d29
FW
87322014-08-12 Florian Weimer <fweimer@redhat.com>
8733
8734 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8735 loading.
8736 * iconv/Versions (__gconv_transliterate): Export for use from
8737 gconv modules.
8738 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8739 (struct __gconv_trans_data, __gconv_trans_fct,
8740 __gconv_trans_context_fct, __gconv_trans_query_fct,
8741 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8742 definitions.
8743 (struct __gconv_step_data): Remove __trans member.
8744 (__gconv_transliterate): Declaration moved from gconv_int.h. No
8745 longer hidden. Remove unused trans_data argument.
8746 * iconv/gconv_int.h (struct trans_struct): Remove definition.
8747 (__gconv_translit_find): Remove declaration.
8748 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
8749 prototype.
8750 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8751 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8752 trans_data argument. Add hidden definition.
8753 (__gconv_translit_find): Remove.
8754 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8755 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8756 * iconv/skeleton.c: Remove transliteration initialization.
8757 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8758 __gconv_step_data initialization.
8759 * libio/iofwide.c (__libio_translit_): Remove.
8760 (_IO_fwide): Adjust struct __gconv_step_data initialization.
8761 * wcsmbs/btowc.c (__btowc): Likewise.
8762 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8763 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8764 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8765 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8766 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8767 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8768 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8769 * wcsmbs/wctob.c (wctob): Likewise.
8770
5379aebd
SP
87712014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
8772
8773 [BZ #16194]
8774 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8775 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
8776 register usage.
8777 * sysdeps/x86/Makefile: Adjust.
8778
8c0ab919
RM
87792014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8780 Roland McGrath <roland@hack.frob.com>
8781
8782 * locale/weight.h: Add include guard.
8783 (findidx): Make static rather than auto; take new parameters
8784 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8785 * locale/weightwc.h: Likewise.
8786 * posix/fnmatch_loop.c
8787 (FCT): Change type of EXTRA from int32_t to wint_t.
8788 Don't include either header inside the function.
8789 Call FINDIDX rather than findidx, and pass new arguments.
8790 #undef FINDIDX at the end of the file.
8791 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8792 FINDIDX before including fnmatch_loop.c for the non-wide version.
8793 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8794 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8795 for the wide version.
8796 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8797 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8798 Pass new arguments to findidx.
8799 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8800 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8801 Don't #include it inside the function. Pass new arguments to findidx.
8802 * posix/regex_internal.h
8803 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8804 (re_string_elem_size_at): Don't #include it inside the function.
8805 Pass new arguments to findidx.
8806 * string/strcoll_l.c: #include WEIGHT_H at top level.
8807 (get_next_seq): Don't #include it inside the function.
8808 Pass new arguments to findidx.
8809 (get_next_seq_nocache): Likewise.
8810 * string/strxfrm_l.c: #include WEIGHT_H at top level.
8811 (STRXFRM): Don't #include it inside the function.
8812 Pass new arguments to findidx.
8813
52ffbdf2
FW
88142014-09-11 Florian Weimer <fweimer@redhat.com>
8815
8816 [BZ #17344]
8817 * malloc/malloc.c (unlink): Turn asserts into a call to
8818 malloc_printerr.
8819
984c0ea9
TL
88202014-09-11 Tim Lammens <tim.lammens@gmail.com>
8821
8822 [BZ #17370]
8823 * libio/wfileops (do_ftell_wide): Free OUT.
8824
3daee107
CM
88252014-09-10 Chris Metcalf <cmetcalf@tilera.com>
8826
8827 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8828
58b930ae
SP
88292014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
8830
8831 [BZ #17363]
8832 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8833 group if the current group is empty.
8834
3b473fec
AZ
88352014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8836
71ae8647
AZ
8837 * benchtests/bench-memset.c (test_main): Add more test from size
8838 from 32 to 512 bytes.
8839 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8840 Add POWER8 memset object.
8841 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8842 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8843 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8844 implementation.
8845 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8846 Likewise.
8847 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8848 multiarch POWER8 memset optimization.
8849 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8850 POWER8 memset optimization.
8851
3b473fec
AZ
8852 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8853 Remove bzero multiarch objects.
8854 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8855 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8856 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8857 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8858 Remove define.
8859 [__bzero]: Redefine to specific name.
8860 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8861 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8862 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8863 define.
8864 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8865 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8866
e6fb9587
FW
88672014-09-10 Florian Weimer <fweimer@redhat.com>
8868
8869 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8870 warnings into errors.
8871
8872 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8873 __cxa_thread_atexit_impl prototype.
8874
9d3a350b
SE
88752014-09-09 Steve Ellcey <sellcey@mips.com>
8876
8877 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8878 Fix capitalization of error message.
8879
0febba23
SE
88802014-09-09 Steve Ellcey <sellcey@mips.com>
8881
8882 * sysdeps/mips/preconfigure: Modify ABI tests.
8883
645a0e9c
CD
88842014-09-07 Carlos O'Donell <carlos@systemhalted.org>
8885
8886 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8887
d83f0734
CD
88882014-09-07 Roland McGrath <roland@hack.frob.com>
8889 Carlos O'Donell <carlos@systemhalted.org>
8890
8891 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8892 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8893 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8894 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8895 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8896 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8897 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8898 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8899 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8900 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8901 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8902 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8903 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8904 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8905 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8906 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8907 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8908 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8909 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8910 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8911 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8912 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8913 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8914 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8915 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8916 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8917 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8918 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8919 Deconditionalize the code that was previously under [RESET_PID].
8920 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8921 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8922 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8923 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8924 include sysdep.h.
8925
21c83793
AM
89262014-09-08 Allan McRae <allan@archlinux.org>
8927
8928 * version.h (RELEASE): Set to "development".
8929 (VERSION): Set to "2.20.90"
8930
1cd9b65c
AM
89312014-09-07 Allan McRae <allan@archlinux.org
8932
b8079dd0
AM
8933 * version.h (RELEASE): Set to "stable".
8934 (VERSION): Set to "2.20"
8935 * include/features.h (__GLIBC_MINOR__): Set to 20.
8936
c46303ef
AM
8937 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8938 Liebler.
8939
1cd9b65c
AM
8940 * po/ko.po: Update Korean translation from translation project.
8941
8622092d
CM
89422014-09-06 Chris Metcalf <cmetcalf@tilera.com>
8943
8944 [BZ #17354]
8945 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8946 macro for handling signed relocations.
8947
41488498
FW
89482014-09-03 Florian Weimer <fweimer@redhat.com>
8949
8950 [BZ #17325]
8951 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8952 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8953 assert.
8954 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8955 * iconvdata/ibm935.c (BODY): Likewise.
8956 * iconvdata/ibm937.c (BODY): Likewise.
8957 * iconvdata/ibm939.c (BODY): Likewise.
8958 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8959 assert.
8960 * iconvdata/Makefile (iconv-test.out): Pass module list to test
8961 script.
8962 * iconvdata/run-iconv-test.sh: New test loop for checking for
8963 decoder crashers.
8964
a78b712d
KR
89652014-09-02 Khem Raj <raj.khem@gmail.com>
8966
8967 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8968 libm_hidden_ver.
8969
cb08abc6
AM
89702014-09-01 Allan McRae <allan@archlinux.org>
8971
2c31e102
AM
8972 * po/eo.po: Update Esperanto translation from translation project.
8973
cb08abc6
AM
8974 * po/ca.po: Update Catalan translation from translation project.
8975
17a62de1
ST
89762014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
8977
8978 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8979 __proc_dostop call.
8980
9570bc53
MW
89812014-08-27 Mark Wielaard <mjw@redhat.com>
8982
8983 [BZ #17319]
8984 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8985 to call set_thread_area instead of hand written asm.
8986 (__NR_set_thread_area): Removed define.
8987 (TLS_FLAG_WRITABLE): Likewise.
8988 (__ASSUME_SET_THREAD_AREA): Remove check.
8989 (TLS_EBX_ARG): Remove define.
8990 (TLS_LOAD_EBX): Likewise.
8991
b0f955c9
ST
89922014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
8993
8994 Simplify atomicity of socket creation in bind.
8995
8996 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8997 looking up the name after linking the file.
8998
529bf515
AM
89992014-08-27 Allan McRae <allan@archlinux.org>
9000
9001 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9002
a1a6a401
FW
90032014-08-26 Florian Weimer <fweimer@redhat.com>
9004
9005 [BZ #17187]
9006 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
9007 trans_compare, open_translit, __gconv_translit_find):
9008 Remove module loading code.
9009
686ab290
AM
90102014-08-26 Allan McRae <allan@archlinux.org>
9011
e4e7cfd2
AM
9012 * po/vi.po: Update Vietnamese translation from translation project.
9013
6aa09f71
AM
9014 * po/uk.po: Update Ukrainian translation from translation project.
9015
edc0660e
AM
9016 * po/fr.po: Update French translation from translation project.
9017
7eea72ac
AM
9018 * po/ru.po: Update Russian translation from translation project.
9019
93c49eff
AM
9020 * po/pl.po: Update Polish translation from translation project.
9021
46acaf63
AM
9022 * po/cs.po: Update Czech translation from translation project.
9023
a9f5ce98
AM
9024 * po/de.po: Update German translation from translation project.
9025
373f2b78
AM
9026 * po/bg.po: Update Bulgarian translation from translation project.
9027
e7548bd8
AM
9028 * po/sv.po: Update Sweedish translation from translation project.
9029
c526bf4d
AM
9030 * po/nl.po: Update Dutch translation from translation project.
9031
686ab290
AM
9032 * po/es.po: Update Spanish translation from translation project.
9033
eb72478a
SP
90342014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9035
dd763fdb
SP
9036 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
9037
318c7a58
SP
9038 * catgets/Makefile (CPPFLAGS-gencat): Remove.
9039 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
9040 (CPPFLAGS-iconvconfig): Likewise.
9041 * timezone/Makefile (CPPFLAGS-zic): Likewise.
9042
eb72478a
SP
9043 * include/libc-symbols.h: Remove unnecessary check for
9044 NOT_IN_libc.
9045 * nptl/pthreadP.h: Likewise.
9046 * sysdeps/aarch64/setjmp.S: Likewise.
9047 * sysdeps/alpha/setjmp.S: Likewise.
9048 * sysdeps/arm/sysdep.h: Likewise.
9049 * sysdeps/i386/setjmp.S: Likewise.
9050 * sysdeps/m68k/setjmp.c: Likewise.
9051 * sysdeps/posix/getcwd.c: Likewise.
9052 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
9053 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
9054 * sysdeps/s390/s390-32/setjmp.S: Likewise.
9055 * sysdeps/s390/s390-64/setjmp.S: Likewise.
9056 * sysdeps/sh/sh3/setjmp.S: Likewise.
9057 * sysdeps/sh/sh4/setjmp.S: Likewise.
9058 * sysdeps/unix/alpha/sysdep.h: Likewise.
9059 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
9060 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
9061 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
9062 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9063 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
9064 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9065 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
9066 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
9067 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
9068 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
9069 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
9070 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
9071 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
9072 * sysdeps/x86_64/setjmp.S: Likewise.
9073
d44a052c
JM
90742014-08-13 Joseph Myers <joseph@codesourcery.com>
9075
9076 [BZ #17263]
9077 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
9078 <stdint.h>.
9079 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
9080 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
9081
508ce3ac
SP
90822014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
9083
e44c8b0e
SP
9084 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
9085
508ce3ac
SP
9086 [BZ #17262]
9087 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
9088 and __x86_64__ when disabling x87 inline functions.
9089
b4acef1f
L
90902014-08-12 H.J. Lu <hongjiu.lu@intel.com>
9091
9092 [BZ #17259]
9093 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
9094 asm statement with __cpuid_count.
9095
61b1ef6e
MF
90962014-08-12 Mike Frysinger <vapier@gentoo.org>
9097
9098 * configure.ac: Change __ehdr_start code to dereference the struct.
9099 Run readelf on the output to look for relocations.
9100 * configure: Regenerated.
9101
898c62f4
JM
91022014-08-12 Joseph Myers <joseph@codesourcery.com>
9103
9104 [BZ #17261]
9105 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
9106 value to 0.
9107 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
9108
9a8a5720
RM
91092014-08-12 Roland McGrath <roland@hack.frob.com>
9110
9111 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
9112
4e75751c
BO
91132014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
9114
9115 [BZ #16892]
9116 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
9117 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
9118
bb2ce416
SA
91192014-08-12 Sean Anderson <seanga2@gmail.com>
9120
9121 * malloc/malloc.c: Fix typo in comment.
9122
7950a4ee
AM
91232014-08-09 Allan McRae <allan@archlinux.org>
9124
9125 * Regenerate libc.po.
9126
f469c49f
MF
91272014-08-08 Mike Frysinger <vapier@gentoo.org>
9128
9129 * intl/tst-gettext2.sh: Check every lang file for creation.
9130
656b84c2
WD
91312014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
9132
9133 * sysdeps/aarch64/fpu/math_private.h
9134 (libc_feholdsetround_noex_aarch64_ctx): New function.
9135
538e9e45
W
91362014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
9137
9138 * sysdeps/arm/armv6/strcpy.S (strcpy):
9139 Fix performance issue in misaligned cases.
9140
d4795e4a
AZ
91412014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9142
9143 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
9144 Move definition from termios.h.
9145 (struct termio): Likewise.
9146 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9147 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9148 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9149 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9150 Likewise.
9151 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
9152 Move definition to ioctl-types.h
9153 (struct termio): Likewise.
9154 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9155 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9156 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9157 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9158 Likewise.
9159
64accb62
RH
91602014-08-05 Richard Henderson <rth@redhat.com>
9161
27bb6dc0
RH
9162 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
9163 exceptions.
9164 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
9165 Add fraiseexcpt.
9166 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
9167 Use __feraiseexcept.
9168 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
9169 Protect libm symbols with IS_IN_libm.
9170
64accb62
RH
9171 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
9172
e5292691
BO
91732014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
9174
9175 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
9176
5b4bd2d4
WN
91772014-08-04 Will Newton <will.newton@linaro.org>
9178
9179 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
9180 file.
9181
fcadaeef
MF
91822014-08-04 Mike Frysinger <vapier@gentoo.org>
9183
9184 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
9185 variants for each function.
9186
43a94c64
RM
91872014-08-04 Roland McGrath <roland@hack.frob.com>
9188
9189 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
9190 appended ...
9191 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
9192 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
9193 appended ...
9194 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
9195 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
9196 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
9197 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
9198 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
9199 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
9200 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
9201 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9202 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9203 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9204 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9205 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9206 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9207 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9208 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9209 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9210 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9211 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9212 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9213 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9214 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9215 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9216 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9217 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9218 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9219 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9220 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9221 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9222 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9223 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9224 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9225 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9226 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9227 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9228 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9229 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9230 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9231 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9232 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9233 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9234 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9235 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9236 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9237 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9238 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9239 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9240 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9241 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9242 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9243 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9244 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9245 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9246 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9247 Update #include.
9248 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9249 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9250
8f3c1fa4
RM
92512014-08-04 Roland McGrath <roland@hack.frob.com>
9252
9253 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9254 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9255 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9256 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9257 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9258 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9259
ca08746f
RM
92602014-08-04 Roland McGrath <roland@hack.frob.com>
9261
9262 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9263 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9264 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9265 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9266
9c925ff9
RM
92672014-08-04 Roland McGrath <roland@hack.frob.com>
9268
9269 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9270 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9271 (__libc_vfork): Define function under this name.
9272 (__vfork): Define as an alias.
9273 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9274 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9275
e641054c
RM
92762014-08-04 Roland McGrath <roland@hack.frob.com>
9277
9278 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9279 that was previously under [RESET_PID].
9280 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9281
dacdc867
AS
92822014-08-04 Andreas Schwab <schwab@suse.de>
9283
9284 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
9285
41f725ff
MF
92862014-08-03 Mike Frysinger <vapier@gentoo.org>
9287
9288 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
9289 (main): Likewise.
9290
277cfb31
RM
92912014-08-01 Roland McGrath <roland@hack.frob.com>
9292
9293 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
9294
4896f049
RH
92952014-08-01 Richard Henderon <rth@redhat.com>
9296
9297 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
9298 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9299 typo in exact zero test.
9300 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9301 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9302 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9303
6f64e7d7
RM
93042014-08-01 Roland McGrath <roland@hack.frob.com>
9305
9306 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
9307 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
9308 * sysdeps/arm/sysdep.h: ... here.
9309 [!__ASSEMBLER__]: Include <stdint.h>.
9310
3f3dd810
SP
93112014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
9312
a476ac4b
SP
9313 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
9314 (HAVE_WCTYPE_H): Likewise.
9315 (HAVE_ISWCTYPE): Likewise.
9316 (ENABLE_NLS): Likewise.
9317 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
9318 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
9319
78dd658a
SP
9320 * posix/regex_internal.c: Check if DEBUG is defined and is
9321 set.
9322
3f3dd810
SP
9323 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
9324 (HAVE_MBSRTOWCS): Likewise.
9325 * posix/fnmatch.c: Include string.h unconditionally.
9326
95ee7fb1
SL
93272014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
9328
9329 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
9330 reversal.
9331
23fe486b
RM
93322014-07-31 Roland McGrath <roland@hack.frob.com>
9333
f61a113f
RM
9334 * sysdeps/generic/safe-fatal.h: New file.
9335 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
9336 * nptl/forward.c: Include it.
9337 (__pthread_unwind): Use __safe_fatal as default action, rather
9338 than a bogus use of INTERNAL_SYSCALL that could never work.
9339
9fe7e787
RM
9340 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
9341 * configure.ac (libc_cv_builtin_trap): New test.
9342 * configure: Regenerated.
9343 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
9344 (ABORT_INSTRUCTION): Define using __builtin_trap.
9345
23fe486b
RM
9346 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
9347 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
9348 * sysdeps/nptl/nptl-signals.h: New file.
9349 * nptl/pthreadP.h: Include <nptl-signals.h>.
9350
f349489e
SL
93512014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
9352
9353 * sysdeps/s390/s390-64/utf16-utf32-z9.c
9354 (ONE_DIRECTION): Define.
9355 * sysdeps/s390/s390-64/utf8-utf16-z9.c
9356 (ONE_DIRECTION): Define.
9357 * sysdeps/s390/s390-64/utf8-utf32-z9.c
9358 (ONE_DIRECTION): Define.
9359
2f438e20
SL
93602014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
9361
9362 * sysdeps/s390/Makefile: Delete file.
9363 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9364 * sysdeps/s390/__longjmp.c: Delete file.
9365 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9366 Remove fields __flags and __reserved.
9367 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9368 and add versioning.
9369 * sysdeps/s390/rtld-__longjmp.c: Delete file.
9370 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9371 * sysdeps/s390/rtld-setjmp.S: Likewise.
9372 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9373 * sysdeps/s390/s390-32/__longjmp.c: ... here.
9374 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9375 * sysdeps/s390/s390-32/setjmp.S: ... here.
9376 Add versioning.
9377 (__sigsetjmp): Remove setting __flags field.
9378 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9379 * sysdeps/s390/s390-64/__longjmp.c: ... here.
9380 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9381 * sysdeps/s390/s390-64/setjmp.S: ... here.
9382 Add versioning.
9383 (__sigsetjmp): Remove setting __flags field.
9384 * sysdeps/s390/setjmp.S: Delete file.
9385 * sysdeps/s390/sigjmp.c: Likewise.
9386 * sysdeps/s390/v1-longjmp.c: Likewise.
9387 * sysdeps/s390/v1-setjmp.h: Likewise.
9388 * sysdeps/s390/v1-sigjmp.c: Likewise.
9389 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9390 Remove v1-longjmp_chk.
9391 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9392 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9393 Include debug/longjmp_chk.c and add versioning.
9394 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9395 Include nptl/pt-longjmp.c and add versioning.
9396 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9397 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9398 Include __longjmp.c.
9399 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9400 Move to ...
9401 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9402 (__getcontext): Remove setting __flags field.
9403 Add versioning.
9404 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9405 Don't restore upper high grps.
9406 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9407 Likewise.
9408 (__swapcontext): Remove setting uc_flags field.
9409 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9410 Delete file.
9411 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9412 Include __longjmp.c.
9413 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9414 Move to ...
9415 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9416 (__getcontext): Remove setting __flags field.
9417 Add versioning.
9418 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9419 (__swapcontext): Remove setting uc_flags field.
9420 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9421 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9422 Remove fields uc_high_gprs and __reserved.
9423 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9424 New file with reverted content.
9425 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9426 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9427 Regenerated.
9428 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9429 Regenerated.
9430
6c9578a2
AS
94312014-07-31 Andreas Schwab <schwab@suse.de>
9432
9433 * config.h.in (HAVE_IFUNC): Define to 0.
9434 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9435 definedness.
9436
05f3633d
LM
94372014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
9438
9439 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9440 memmove-avx-unaligned, memcpy-avx-unaligned and
9441 mempcpy-avx-unaligned.
9442 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9443 Add tests for AVX memcpy functions.
9444 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9445 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9446 memcpy_chk.
9447 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9448 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9449 memmove_chk.
9450 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9451 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9452 mempcpy_chk.
9453 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9454 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9455 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9456
a53fbd8e
AZ
94572013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9458
9459 [BZ #17213]
9460 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9461 powerpc64le.
9462
0961f7e1
JL
94632014-07-29 Jeff Layton <jlayton@poochiereds.net>
9464
9465 [BZ #16839]
9466 * manual/llio.texi: Add section about open file description locks.
9467 * manual/examples/ofdlocks.c: Example of open file description
9468 lock usage.
9469 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9470 F_OFD_SETLK, and F_OFD_SETLKW.
9471
cc5fb300
AM
94722014-07-23 Allan McRae <allan@archlinux.org>
9473
9474 * po/es.po: Update Spanish translation from translation project.
9475
23329dca
AS
94762014-07-18 Andreas Schwab <schwab@linux-m68k.org>
9477
9478 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9479
9c82da17
MR
94802014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
9481
9482 [BZ #17078]
9483 * sysdeps/arm/dl-machine.h (elf_machine_rela)
9484 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9485 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9486
29c4f53e
JM
94872014-07-17 Joseph Myers <joseph@codesourcery.com>
9488
831b9896
JM
9489 [BZ #17088]
9490 * math/fesetenv.c (__fesetenv)
9491 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9492 * math/feupdateenv.c (__feupdateenv)
9493 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9494
b21c2d50
JM
9495 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9496 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9497 (__ASSUME_SOCKETCALL): Do not define.
9498
067764ef
JM
9499 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9500 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9501 (__ASSUME_SOCKETCALL): Do not define.
9502 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9503 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9504 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9505 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9506 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9507 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9508 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9509 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9510
642530c1
JM
9511 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9512 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9513 (__ASSUME_SOCKETCALL): Do not define.
9514 (__ASSUME_IPC64): Define unconditionally.
9515 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9516 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9517 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9518 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9519 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9520 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9521 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9522 Likewise.
9523
03f77315
JM
9524 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9525 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9526 (__ASSUME_SOCKETCALL): Do not define.
9527 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9528 (__ASSUME_FUTEX_LOCK_PI): Likewise.
9529 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9530 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9531 (__ASSUME_REQUEUE_PI): Define unconditionally.
9532 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9533 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9534 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9535 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9536 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9537 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9538
083b1f7c
JM
9539 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9540 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9541 (__ASSUME_SOCKETCALL): Do not define.
9542 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9543 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9544 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9545 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9546 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9547 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9548
5be44ea6
JM
9549 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9550 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9551 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9552 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9553 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9554 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9555 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9556 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9557 (__ASSUME_GETCPU_SYSCALL): Likewise.
9558
d95ffd4c
JM
9559 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9560 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
9561 cases for individual architectures.
9562 * sysdeps/gnu/configure: Regenerated.
9563 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9564 LIBC_SLIBDIR_RTLDDIR.
9565 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9566 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9567 LIBC_SLIBDIR_RTLDDIR.
9568 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9569 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9570 LIBC_SLIBDIR_RTLDDIR.
9571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9572 Regenerated.
9573 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9574 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9575 file.
9576 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9577 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9578 file.
9579 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9580 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9581 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9582 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9583
29c4f53e
JM
9584 * sysdeps/aarch64/shlib-versions: Move to ...
9585 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9586 * sysdeps/alpha/shlib-versions: Move to ...
9587 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9588 * sysdeps/arm/shlib-versions: Move to ...
9589 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9590 * sysdeps/hppa/shlib-versions: Move all contents except for
9591 libgcc_s entry to ...
9592 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
9593 entry from ...
9594 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
9595 * sysdeps/ia64/shlib-versions: Move to ...
9596 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
9597 entry from ...
9598 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
9599 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9600 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9601 * sysdeps/microblaze/shlib-versions: Move to ...
9602 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9603 * sysdeps/mips/shlib-versions: Move to ...
9604 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
9605 entry from ...
9606 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
9607 * sysdeps/tile/shlib-versions: Move to ...
9608 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9609 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9610 from ...
9611 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
9612 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9613 entry from ...
9614 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
9615
32bead5b
WN
96162014-07-17 Will Newton <will.newton@linaro.org>
9617
57977c4b
WN
9618 * sysdeps/arm/bits/atomic.h
9619 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9620 (__arch_compare_and_exchange_bool_16_int): Likewise.
9621 (__arch_compare_and_exchange_bool_64_int): Likewise.
9622
32bead5b
WN
9623 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9624 into an #else block.
9625
37fccd41
RM
96262014-07-16 Roland McGrath <roland@hack.frob.com>
9627
9628 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9629 just Linux configurations. Test empirically that the compiler sets
9630 __ARM_EABI__, rather than using the tuple to decide.
9631 * sysdeps/arm/preconfigure: Regenerated.
9632 * sysdeps/unix/sysv/linux/arm/configure: File removed.
9633 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9634 contents appended ...
9635 * sysdeps/arm/configure.ac: ... here.
9636 * sysdeps/arm/configure: Regenerated.
9637
b365f3ec
RM
96382014-07-15 Roland McGrath <roland@hack.frob.com>
9639
8badf496
RM
9640 * nptl/pthread_kill.c: New file.
9641 * nptl/pthread_sigmask.c: New file.
9642 * nptl/pthread_sigqueue.c: New file.
9643
3df6f22e
RM
9644 * sysdeps/nptl/lowlevellock.h: New file.
9645 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9646 * sysdeps/nptl/lowlevellock-futex.h: New file.
9647
b365f3ec
RM
9648 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9649 Remove dead declarations.
9650
f2fef657
L
96512014-07-14 H.J. Lu <hongjiu.lu@intel.com>
9652
9653 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9654 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9655 config-cflags-avx2.
9656 * sysdeps/x86_64/configure.ac: Likewise.
9657 * sysdeps/i386/configure: Regenerated.
9658 * sysdeps/x86_64/configure: Likewise.
9659 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9660 memset-avx2 only if config-cflags-avx2 is yes.
9661 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9662 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9663 defined.
9664 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9665 only if HAVE_AVX2_SUPPORT is defined.
9666 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9667
f6c44d47
AM
96682014-07-14 Alan Modra <amodra@gmail.com>
9669
9670 [BZ #17153]
9671 * elf/elf.h (DT_PPC64_NUM): Correct value.
9672 * NEWS: Add to fixed bug list.
9673
7ee03f00
JM
96742014-07-13 Jim Meyering <meyering@fb.com>
9675
9676 [BZ 17150]
9677 regex: don't deref NULL upon heap allocation failure
9678 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9679 failure in one more place.
9680 To trigger the segfault, configure grep -with-included-regex,
9681 build it, and run these commands:
9682 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9683
9d39d517
AS
96842014-07-13 Andreas Schwab <schwab@linux-m68k.org>
9685
9686 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9687
a75b89b7
RH
96882014-07-11 Richard Henderson <rth@redhat.com>
9689
9690 * sysdeps/aarch64/libm-test-ulps: Update.
9691
771eb141
FW
96922014-07-10 Florian Weimer <fweimer@redhat.com>
9693
9694 [BZ #17135]
9695 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9696 * nptl/allocatestack.c (__nptl_setxid_error): New function.
9697 (__nptl_setxid): Initialize error member. Call
9698 __nptl_setxid_error.
9699 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9700 * nptl/descr.h (struct xid_command): Add error member.
9701 * nptl/tst-setuid3.c: New file.
9702 * nptl/Makefile (tests): Add it.
9703
bc1da176
AZ
97042014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9705
9706 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9707 New define.
9708 (__lll_trylock): Use __lll_base_trylock.
9709 (__lll_cond_trylock): Likewise.
9710
887865fc
RM
97112014-07-10 Roland McGrath <roland@hack.frob.com>
9712
c0c6bac9
RM
9713 * nptl/pthread_create.c (start_thread): Use atomic_or and
9714 lll_futex_wake directly rather than lll_robust_dead.
9715 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9716 (lll_robust_dead): Macro removed.
6a42be57 9717 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
9718 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9719 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9720 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9721 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9722 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9723 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9724 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9725 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9726 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9727 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9728 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9729 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9730 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9731 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9732
887865fc
RM
9733 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9734 Use atomic_compare_and_exchange_val_acq directly rather than
9735 lll_robust_trylock.
9736 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9737 (__lll_robust_trylock, lll_robust_trylock): Removed.
9738 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9739 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9740 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9741 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9742 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9743 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9744 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9745 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9746 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9747 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9748 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9749 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9750 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9751 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9752
58536726
FW
97532014-07-02 Florian Weimer <fweimer@redhat.com>
9754
9755 * manual/locale.texi (Locale Names): New section documenting
9756 locale name syntax. Adjust menu and node chaining accordingly.
9757 (Choosing Locale): Reference Locale Names, Locale Categories.
9758 Mention setting LC_ALL=C. Reflect that name syntax is now
9759 documented.
9760 (Locale Categories): New section title. Reference Locale Names.
9761 LC_ALL is an environment variable, but not a category.
9762 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9763 description, now in Locale Name. Reference that section. Locale
9764 name syntax is now documented.
9765
4e8f95a0
FW
97662014-07-02 Florian Weimer <fweimer@redhat.com>
9767
9768 [BZ #17137]
9769 * locale/findlocale.c (name_present, valid_locale_name): New
9770 functions.
9771 (_nl_find_locale): Use the loc_name variable to store name
9772 candidates. Call name_present and valid_locale_name to check and
9773 validate locale names. Return an error if the locale is invalid.
9774
d1836456
FW
97752014-07-02 Florian Weimer <fweimer@redhat.com>
9776
9777 * locale/setlocale.c (setlocale): Use strdup for allocating
9778 composite name copy.
9779
d69b7f5a
SP
97802014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
9781
888c679b
SP
9782 Sync up with gnulib.
9783 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9784 [!_LIBC && ENABLE_NLS]: Include gettext.h.
9785 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9786 and _GL_ARG_NONNULL.
9787 [USE_UNLOCKED_IO]: Include unlocked-io.h.
9788 [!_LIBC]: Include code for Windows and Cygwin.
9789 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9790 Include prototype for int strerror_r.
9791 [!_LIBC] (is_open): New function.
9792 (flush_stdout): New function.
9793 (print_errno_message): Use it.
9794 (error): Likewise.
9795 (error_at_line): Likewise.
9796 (error_tail) Add function attribute macros. Use
9797 __builtin_expect.
9798
180e0e4b
SP
9799 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9800
d22f1fe2
SP
9801 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9802
12f2254b
SP
9803 * io/ftw.c: Include sys/param.h unconditionally.
9804
c3c7c360
SP
9805 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9806
d62aa75a
SP
9807 [BZ #17125]
9808 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9809 libc_freeres_ptr.
9810 (freecache): New function to free CACHE on exit.
9811
d69b7f5a
SP
9812 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9813 initialization.
9814
5efe06a1
DM
98152014-07-09 David S. Miller <davem@davemloft.net>
9816
9817 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9818
7000d82e
DM
9819 * sysdeps/sparc/nptl/internaltypes.h: Delete.
9820 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9821 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9822 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9823 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9824 * sysdeps/sparc/nptl/sem_init.c: Likewise.
9825 * sysdeps/sparc/nptl/sem_post.c: Likewise.
9826 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9827 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9828 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9829 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9830 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9831 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9832
c213442d
AS
98332014-07-09 Andreas Schwab <schwab@suse.de>
9834
4a2552c3
AS
9835 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9836 output.
9837 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9838 (do_test): Likewise.
9839
c213442d
AS
9840 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9841
82374e65
WN
98422014-07-09 Will Newton <will.newton@linaro.org>
9843
9844 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9845 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9846 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9847 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9848 * sysdeps/hppa/start.S (_start): Likewise.
9849
6680738a
SP
98502014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
9851
6ee3eab4
SP
9852 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9853
6680738a
SP
9854 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9855 defined.
9856
80b5c505
SP
98572014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
9858
e35c53e3
SP
9859 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9860 after checking that it is non-NULL.
9861
80b5c505
SP
9862 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9863
91f4b564
AZ
98642014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9865
27b75f56
AZ
9866 * sysdeps/powerpc/memmove.c: Remove file.
9867 * sysdeps/powerpc/powerpc32/power4/memcopy.h
9868 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9869 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9870 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9871 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9872 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9873 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9874 string memmove instead of removed powerpc one.
9875
e7f95bb5
AZ
9876 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9877 [weak_alias]: Fix compiler warning due trailing data.
9878 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9879 [weak_alias]: Likewise.
9880 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9881 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9882
91f4b564
AZ
9883 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9884 (__libc_ifunc_impl_list): Add memmove functions.
9885
7c33f1e5
SP
98862014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
9887
9888 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9889 Remove code.
9890 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9891 Likewise
9892 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9893 Likewise
9894 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9895 Likewise
9896 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9897 Likewise
9898 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9899 Likewise
9900 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9901 Likewise
9902 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9903 Likewise
9904 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9905 Likewise
9906 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9907 Likewise
9908 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9909 Likewise
9910 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9911 Likewise
9912 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9913 Likewise
9914 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9915 Likewise
9916 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9917 Likewise
9918 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9919 Likewise
9920 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9921 Likewise
9922
3f17b03b
AZ
99232014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9924
87868c24
AZ
9925 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9926 to avoid alignment traps in non-cacheable memory.
9927 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9928
07aedd78
AZ
9929 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9930 multiarch objects.
9931 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9932 file: multiarch power7 memmove.
9933 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9934 multiarch default memmove.
9935 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9936 multiarch memove for powerpc32/power4.
9937
17762f66
AZ
9938 * string/bcopy.c: Use full path to include memmove.c.
9939 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9940 multiarch objects.
9941 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9942 bcopy for powerpc64.
9943 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9944 bcopy for powerpc64.
9945 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9946 and memmove implementations.
9947 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9948 optimized multiarch memmove for POWER7/powerpc64.
9949 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9950 default multiarch memmove for powerpc64.
9951 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9952 multiarch for powerpc64.
9953 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9954 for POWER7/powerpc64.
9955 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9956 memmove for POWER7/powerpc64.
9957
d6f68bbe
AZ
9958 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9959 glibc default one.
9960
3f17b03b
AZ
9961 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9962 __ELF_NATIVE_CLASS equal to 64.
9963
08192659
RM
99642014-07-07 Roland McGrath <roland@hack.frob.com>
9965
f4c4021b
RM
9966 * sysdeps/nptl/lowlevellock.h: File removed.
9967
f083450f
RM
9968 * NEWS: NPTL is no longer an add-on!
9969 * nptl/internaltypes.h: Moved ...
9970 * sysdeps/nptl/internaltypes.h: ... here.
9971 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9972 * sysdeps/nptl/fork.c: Likewise.
9973 * sysdeps/nptl/gai_misc.h: Likewise.
9974 * sysdeps/nptl/librt-cancellation.c: Likewise.
9975 * sysdeps/nptl/jmp-unwind.c: Likewise.
9976 * sysdeps/nptl/setxid.h: Likewise.
9977 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9978 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9979 * sysdeps/unix/sysv/linux/arm/Implies: New file.
9980 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9981 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9982 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9983 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9984 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9985 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9986 * sysdeps/unix/sysv/linux/mips/Implies: New file.
9987 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9988 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9989 * sysdeps/unix/sysv/linux/sh/Implies: New file.
9990 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9991 * sysdeps/unix/sysv/linux/tile/Implies: New file.
9992 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9993 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9994 * nptl/Makeconfig: Moved ...
9995 * sysdeps/nptl/Makeconfig: ... here.
9996 * nptl/configure: File removed.
9997 * nptl/ANNOUNCE: File removed.
9998 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9999 * sysdeps/unix/sysv/linux/configure: Regenerated.
10000
08192659
RM
10001 * nptl/Makefile (routines): Add libc_pthread_init,
10002 libc_multiple_threads, register-atfork and unregister-atfork.
10003 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
10004 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
10005 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
10006 pthread-pi-defines.sym, structsem.sym.
10007 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
10008 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
10009 [$(subdir) = nptl] (tests): Add tst-setgetname.
10010 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
10011 * sysdeps/unix/sysv/linux/sigaction.c: Just include
10012 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
10013 [!LIBC_SIGACTION]: Remove aliases.
10014 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10015 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10016 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10017 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
10018 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10019 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
10020 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
10021 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
10022 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10023 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
10024 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
10025 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
10026 __libc_allocate_rtsig_private.
10027 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
10028 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
10029 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
10030 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
10031 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
10032 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
10033 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
10034 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
10035 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
10036 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
10037 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
10038 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
10039 * nptl/internaltypes.h: ... here.
10040 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
10041 * sysdeps/nptl/jmp-unwind.c: ... here.
10042 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
10043 * nptl/libc-lowlevellock.c: ... here.
10044 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
10045 * nptl/libc_multiple_threads.c: ... here.
10046 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
10047 * nptl/libc_pthread_init.c: ... here.
10048 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
10049 * nptl/lowlevelbarrier.sym: ... here.
10050 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
10051 * nptl/lowlevelcond.sym: ... here.
10052 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
10053 * nptl/lowlevellock.c: ... here.
10054 * nptl/lowlevellock.h: Moved ...
10055 * sysdeps/nptl/lowlevellock.h: ... here.
10056 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
10057 * nptl/lowlevelrobustlock.c: ... here.
10058 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
10059 * nptl/lowlevelrobustlock.sym: ... here.
10060 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
10061 * nptl/lowlevelrwlock.sym: ... here.
10062 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
10063 * nptl/pt-fork.c: ... here.
10064 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
10065 * nptl/pthread-pi-defines.sym: ... here.
10066 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
10067 * nptl/pthread_attr_getaffinity.c: ... here.
10068 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
10069 * nptl/pthread_attr_setaffinity.c: ... here.
10070 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
10071 * nptl/pthread_mutex_cond_lock.c: ... here.
10072 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10073 Update #include.
10074 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
10075 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
10076 * nptl/pthread_once.c: ... here, replacing old file.
10077 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
10078 * nptl/pthread_yield.c: ... here.
10079 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
10080 * nptl/register-atfork.c: ... here.
10081 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
10082 * nptl/sem_post.c: ... here.
10083 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
10084 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
10085 * nptl/sem_timedwait.c: ... here.
10086 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
10087 * nptl/sem_trywait.c: ... here.
10088 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
10089 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
10090 * nptl/sem_wait.c: ... here.
10091 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
10092 * nptl/structsem.sym: ... here.
10093 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
10094 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
10095 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
10096 * nptl/unregister-atfork.c: ... here.
10097 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
10098 * nptl/unwindbuf.sym: ... here.
10099 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
10100 * sysdeps/nptl/fork.c: ... here.
10101 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
10102 * sysdeps/nptl/fork.h: ... here.
10103 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
10104 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
10105 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
10106 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
10107 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
10108 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
10109 * sysdeps/unix/sysv/linux/getpid.c: ... here.
10110 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
10111 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
10112 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
10113 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
10114 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
10115 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
10116 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
10117 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
10118 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
10119 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
10120 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
10121 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
10122 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
10123 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
10124 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
10125 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
10126 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
10127 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
10128 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
10129 * sysdeps/unix/sysv/linux/raise.c: ... here.
10130 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
10131 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
10132 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
10133 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
10134 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
10135 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
10136 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
10137 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
10138 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
10139 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
10140 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
10141 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
10142 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
10143 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
10144 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
10145
96baf6ff
SP
101462014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
10147
10148 * sysdeps/generic/memcopy.h: Add comment for
10149 MEMCPY_OK_FOR_FWD_MEMMOVE.
10150
6b7b14b2
WN
101512014-07-04 Will Newton <will.newton@linaro.org>
10152
1570a72b
WN
10153 * string/memchr.c: Merge from gnulib.
10154 [_LIBC]: Remove conditionals.
10155 (__ptr_t): Remove define.
10156 (LONG_MAX_32_BITS): Likewise.
10157 (LONG_MAX): Likewise.
10158 (MEMCHR): Use ANSI prototype and optimize algorithm.
10159
6b7b14b2
WN
10160 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
10161
38851324
SP
101622014-07-03 Roland McGrath <roland@hack.frob.com>
10163
3d9eb57c
RM
10164 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
10165 (lll_futex_timed_wait_bitset): Fix syscall argument count.
10166
78b984ae
RM
10167 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
10168 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
10169 in a bare environment with no <stdlib.h> installed.
10170 * sysdeps/nptl/configure: Regenerated.
10171
2d5976a5
RM
10172 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
10173
c1f5acd4
RM
10174 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
10175 AC_EGREP_CPP for kernel header checks, so they only succeed if
10176 including <linux/version.h> actually works right.
10177 * sysdeps/unix/sysv/linux/configure: Regenerated.
10178
4d614fe5
RM
10179 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
10180 value so it's not diagnosed as unused.
10181
38851324
SP
10182 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
10183 thing) with "ifeq ($(subdir),rt)".
10184
b3ec00e5
RH
101852014-07-03 Richard Henderson <rth@redhat.com>
10186
69862e25
RH
10187 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
10188 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
10189 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
10190
d5e16ade
RH
10191 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
10192 (math_force_eval): New.
10193
ca7b945c
RH
10194 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
10195 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
10196
cd1175a3
RH
10197 * sysdeps/alpha/fpu/s_round.c: Remove file.
10198 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
10199
b3ec00e5
RH
10200 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
10201 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10202 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10203 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10204 (_dl_start, print_statistics): Likewise.
10205 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10206 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10207
10208 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10209 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10210 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10211 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10212 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10213 (HP_SMALL_TIMING_AVAIL): Define.
10214 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10215 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10216 (HP_SMALL_TIMING_AVAIL): Define.
10217 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10218 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10219
10220 * sysdeps/aarch64/hp-timing.h: New file.
10221
10222 * sysdeps/generic/hp-timing.h: Remove dead comment.
10223 * sysdeps/generic/hp-timing-common.h: New file.
10224 * sysdeps/alpha/hp-timing.h: Include it.
10225 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10226 * sysdeps/i386/i686/hp-timing.h: Likewise.
10227 * sysdeps/ia64/hp-timing.h: Likewise.
10228 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10229 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10230 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10231 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10232 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10233 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10234 (hp_timing_t): New.
10235
10236 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10237 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10238 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10239 * elf/rtld.c (_dl_start_final): Likewise.
10240 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10241 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10242 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10243 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10244 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10245 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10246 (HP_TIMING_DIFF_INIT): Remove.
10247 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10248 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10249 (HP_TIMING_DIFF_INIT): Remove.
10250 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10251 * sysdeps/i386/i686/hp-timing.c: Remove file.
10252 * sysdeps/x86_64/hp-timing.c: Remove file.
10253 * sysdeps/ia64/hp-timing.c: Remove file.
10254 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10255 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10256 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10257 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10258
10259 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10260 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10261 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10262 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10263 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10264 (HP_TIMING_ACCUM): Remove.
10265 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10266 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10267 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10268
10269 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10270 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10271 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10272 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10273 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10274 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10275 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10276 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10277
10278 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10279
225f410f
MR
102802014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
10281
10282 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10283
3247f285
SP
102842014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
10285
10286 Sync up with gettext.
10287 * intl/loadmsgcat.c: Define O_BINARY if not defined.
10288 [_MSC_VER]: Include malloc.h
10289 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
10290 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
10291 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
10292 TEMP_FAILURE_RETRY. Cast return of alloca.
10293 [!_LIBC] Call gl_rwlock_init.
10294 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
10295
d12704c7
SP
102962014-07-02 Roland McGrath <roland@hack.frob.com>
10297
10298 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
10299 before checking its value.
10300
99f8dc92
SP
103012014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
10302
05fdac77
SP
10303 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
10304
99f8dc92
SP
10305 * debug/memcpy_chk.c: Don't include pagecopy.h.
10306 * debug/mempcpy_chk.c: Likewise.
10307 * string/memcpy.c: Likewise.
10308 * string/memmove.c: Likewise.
10309 * sysdeps/powerpc/memmove.c: Likewise.
10310 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
10311 definition of PAGE_COPY_FWD_MAYBE here...
10312 * sysdeps/generic/pagecopy.h: ... from here.
10313 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
10314
bc8ea385
VR
103152014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
10316 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10317
10318 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
10319 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
10320 optimizations.
10321 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10322 (__libc_ifunc_impl_list): Likewise.
10323 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
10324 multiarch strcat for PPC64.
10325 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
10326 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
10327
fe5f34e4
RM
103282014-07-02 Roland McGrath <roland@hack.frob.com>
10329
10330 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
10331
256aa665
SP
103322014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
10333
d4eb8195
SP
10334 * intl/loadmsgcat.c: Remove declaration of
10335 get_sysdep_segment_value.
10336 (get_sysdep_segment_value): Use ISO C style.
10337 (_nl_load_domain): Use ISO C style. Get rid of redundant
10338 semicolon. Fix typo and formatting in comment.
10339 (_nl_unload_domain): Use ISO C style.
10340
256aa665
SP
10341 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
10342
b100f9aa
WN
103432014-07-02 Will Newton <will.newton@linaro.org>
10344
10345 * malloc/obstack.c: Merge from gnulib master.
10346 [HAVE_CONFIG_H]: Remove conditional code.
10347 [!_LIBC]: Include config.h.
10348 [!ELIDE_CODE]: Don't include inttypes.h, include
10349 stdint.h unconditionally.
10350 (print_and_abort): Mark as _Noreturn.
10351 (_obstack_allocated_p): Mark as __attribute_pure__.
10352 (obstack_free): Rename to __obstack_free.
10353 [!__attribute__]: Remove conditional code.
10354 * malloc/obstack.h: Merge from gnulib master.
10355 [__cplusplus]: Move conditional down.
10356 [!__attribute_pure__]: Define __attribute_pure__ here
10357 if it is not already defined.
10358 (_obstack_memory_used): Mark as __attribute_pure__.
10359 [!__obstack_free]: Define as obstack_free.
10360 [__GNUC__]: Remove check for ancient NeXT gcc.
10361
c4c41244
PE
103622014-07-02 Will Newton <will.newton@linaro.org>
10363 Paul Eggert <eggert@cs.ucla.edu>
10364
10365 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10366
e1e041c4
SP
103672014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
10368
10369 * resolv/gethnamaddr.c: Add comment warning that the file is
10370 not maintained.
10371
ccf431ff
CD
103722014-07-01 Carlos O'Donell <carlos@redhat.com>
10373
d34570a6
CD
10374 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10375 entries.
10376
ccf431ff
CD
10377 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10378 entry for aio_cancel and aio_cancel64.
10379 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10380 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10381 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10382 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10383 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10384 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10385 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10386 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10387 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10388 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10389 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10390 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10391 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10392
ca06321d
RM
103932014-07-01 Roland McGrath <roland@hack.frob.com>
10394
10395 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10396 * nptl/pthread_mutex_lock.c: Likewise.
10397 * nptl/pthread_mutex_timedlock.c: Likewise.
10398 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10399
a1ac3184
RH
104002014-07-01 Richard henderson <rth@redhat.com>
10401
631021e0
RH
10402 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10403 (__isnan, __isnanl): Remove.
10404 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10405
a1ac3184
RH
10406 * sysdeps/alpha/fpu/libm-test-ulps: Update.
10407
0c1d731f
SL
104082014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
10409
10410 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10411
76985d3e
SP
104122014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
10413
10414 * resolv/nss_dns/dns-host.c (getanswer_r)
10415 [MULTI_PTRS_ARE_ALIASES]: Remove code.
10416
b0cb3096
JM
104172014-07-01 Joseph Myers <joseph@codesourcery.com>
10418
10419 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10420 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10421 undefine.
10422 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10423 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10424
4d76cb39
RM
104252014-07-01 Roland McGrath <roland@hack.frob.com>
10426
10427 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10428 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10429
10430 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10431 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10432
10433 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10434 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10435 ... here.
10436 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10437 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10438
10439 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10440 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10441 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10442 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10443
10444 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10445 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10446 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10447 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10448 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10449 Moved ...
10450 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10451 ... here.
10452 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10453 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10454 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10455 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10456 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10457 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10458 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10459 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10460 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10461 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10462 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10463 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10464 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10465 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10466 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10467 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10468 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10469 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10470 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10471 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10472 ... here.
10473 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10474 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10475 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10476 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10477 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10478 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10479 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10480 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10481
0cdcad17
DH
104822014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
10483
10484 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10485 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10486 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10487 Add sysdep.
10488
9b71d0e3
AZ
104892014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10490
10491 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10492
665390c2
JM
104932014-06-30 Joseph Myers <joseph@codesourcery.com>
10494
ae05a9d7
JM
10495 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10496 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10497
a7672a2f
JM
10498 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10499
665390c2
JM
10500 * sysdeps/arm/libm-test-ulps: Regenerated.
10501
d7a05d07
MR
105022014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
10503 Roland McGrath <roland@hack.frob.com>
10504
10505 * test-skeleton.c (signal_handler): Kill the whole process group
10506 before killing the child individually.
10507 (main): Report any failure on `setpgid'.
10508
46f1d8a6
RM
105092014-06-30 Roland McGrath <roland@hack.frob.com>
10510
10511 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10512 from _TLS_H to _ARM_NPTL_TLS_H.
10513 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10514 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10515
9c37ec0b
JM
105162014-06-30 Joseph Myers <joseph@codesourcery.com>
10517
ce9c5b3e
JM
10518 [BZ #16539]
10519 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10520 (__expm1l): Return argument unchanged when small but not
10521 subnormal.
10522
3a6e9887
JM
10523 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10524 include macro name.
10525 (_FP_UNPACK_RAW_1_P): Likewise.
10526 (_FP_PACK_RAW_1): Likewise.
10527 (_FP_PACK_RAW_1_P): Likewise.
10528 (_FP_MUL_MEAT_1_wide): Likewise.
10529 (_FP_MUL_MEAT_DW_1_hard): Likewise.
10530 (_FP_MUL_MEAT_1_hard): Likewise.
10531 (_FP_DIV_MEAT_1_imm): Likewise.
10532 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10533 (_FP_DIV_MEAT_1_udiv): Likewise.
10534 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10535 (_FP_UNPACK_RAW_2): Likewise.
10536 (_FP_UNPACK_RAW_2_P): Likewise.
10537 (_FP_PACK_RAW_2): Likewise.
10538 (_FP_PACK_RAW_2_P): Likewise.
10539 (_FP_MUL_MEAT_DW_2_wide): Likewise.
10540 (_FP_MUL_MEAT_2_wide): Likewise.
10541 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10542 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10543 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10544 (_FP_MUL_MEAT_2_gmp): Likewise.
10545 (_FP_DIV_MEAT_2_udiv): Likewise.
10546 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10547 (_FP_FRAC_SRL_4): Likewise.
10548 (_FP_FRAC_SRST_4): Likewise.
10549 (_FP_FRAC_SRS_4): Likewise.
10550 (_FP_UNPACK_RAW_4): Likewise.
10551 (_FP_UNPACK_RAW_4_P): Likewise.
10552 (_FP_PACK_RAW_4): Likewise.
10553 (_FP_PACK_RAW_4_P): Likewise.
10554 (_FP_MUL_MEAT_DW_4_wide): Likewise.
10555 (_FP_MUL_MEAT_4_wide): Likewise.
10556 (_FP_MUL_MEAT_4_gmp): Likewise.
10557 (umul_ppppmnnn): Likewise.
10558 (_FP_DIV_MEAT_4_udiv): Likewise.
10559 (__FP_FRAC_ADD_4): Likewise.
10560 (__FP_FRAC_SUB_3): Likewise.
10561 (__FP_FRAC_SUB_4): Likewise.
10562 (__FP_FRAC_DEC_3): Likewise.
10563 (__FP_FRAC_DEC_4): Likewise.
10564 (__FP_FRAC_ADDI_4): Likewise.
10565 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10566 (_FP_FRAC_SRL_8): Likewise.
10567 (_FP_FRAC_SRS_8): Likewise.
10568
9c37ec0b
JM
10569 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10570 include macro name.
10571 (FP_UNPACK_RAW_EP): Likewise.
10572 (FP_PACK_RAW_E): Likewise.
10573 (FP_PACK_RAW_EP): Likewise.
10574 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10575 (_FP_ISSIGNAN): Likewise.
10576 (_FP_ADD_INTERNAL): Likewise.
10577 (_FP_FMA): Likewise.
10578 (_FP_CMP): Likewise.
10579 (_FP_SQRT): Likewise.
10580 (_FP_TO_INT): Likewise.
10581 (_FP_FROM_INT): Likewise.
10582 (FP_EXTEND): Likewise.
10583 (_FP_DIV_MEAT_N_loop): Likewise.
10584
2125f674
MR
105852014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
10586
10587 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10588 throughout.
10589
edea4028
JM
105902014-06-29 Joseph Myers <joseph@codesourcery.com>
10591
10592 [BZ #17097]
10593 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10594 result with correct sign in case of exponents that produce
10595 overflow except for X very close to 1.
10596
dd0ba018
PE
105972014-06-28 Paul Eggert <eggert@cs.ucla.edu>
10598
10599 mktime: merge #if/#ifdef usage from glibc
10600 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10601 as that works with both Glibc's and Gnulib's style.
10602 See thread starting at Siddhesh Poyarekar's bug report at:
10603 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10604
64df73c2
SP
106052014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
10606
10607 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10608 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10609 * sysdeps/tile/tilegx/memmove.c: Remove file.
10610
f1eafb41
JM
106112014-06-27 Joseph Myers <joseph@codesourcery.com>
10612
10613 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10614 abi-name definition.
10615 * scripts/soversions.awk: Do not handle or generate ABI lines.
10616 * shlib-versions: Remove ABI entries.
10617 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10618 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10619
58eb0862
RM
106202014-06-27 Roland McGrath <roland@hack.frob.com>
10621
37caf178
RM
10622 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10623 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10624 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10625 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10626 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10627 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10628 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10629 Moved ...
10630 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10631 ... here.
10632 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10633 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10634 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10635 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10636 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10637 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10638 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10639 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10640 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10641 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10642 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10643 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10644 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10645 Moved ...
10646 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10647 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10648 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10649 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10650 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10651 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10652 Moved ...
10653 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10654 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10655 Moved ...
10656 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10657 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10658 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10659 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10660 Moved ...
10661 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10662 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10663 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10664 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10665 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10666 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10667 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10668 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10669 Moved ...
10670 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10671 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10672 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10673 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10674 Moved ...
10675 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10676 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10677 Moved ...
10678 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10679 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10680 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10681 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10682 Moved ...
10683 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10684 ... here.
10685 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10686 Identical file removed.
10687 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10688 Moved ...
10689 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10690 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10691 Identical file removed.
10692 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10693 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10694 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10695 Moved ...
10696 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10697 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10698 Identical file removed.
10699 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10700 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10701 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10702 Identical file removed.
10703 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10704 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10705 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10706 Identical file removed.
10707 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10708 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10709 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10710 Identical file removed.
10711 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10712 Moved ...
10713 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10714 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10715 Identical file removed.
10716 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10717 Moved ...
10718 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10719 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10720 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10721 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10722 Identical file removed.
10723 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10724 Moved ...
10725 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10726 ... here.
10727 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10728 Identical file removed.
10729 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10730 Moved ...
10731 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10732 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10733 Identical file removed.
10734 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10735 Moved ...
10736 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10737 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10738 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10739 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10740 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10741 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10742 Moved ...
10743 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10744 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10745 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10746
58eb0862
RM
10747 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10748 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10749 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10750 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10751 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10752
6f12d062
AS
107532014-06-27 Arjun Shankar <arjun.is@lostca.se>
10754
10755 [BZ #17092]
10756 * nscd/nscd.c (monitor_child): Return exit status of child
10757 instead of return value from wait syscall.
10758
be254932
JM
107592014-06-27 Joseph Myers <joseph@codesourcery.com>
10760
cb403c34
JM
10761 * configure.ac (libc_commonpagesize): Remove variable.
10762 (libc_relro_required): Likewise.
10763 (libc_cv_z_relro): Remove configure test.
10764 * configure: Regenerated.
10765 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10766 variable.
10767 (libc_relro_required): Likewise.
10768 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10769 (libc_relro_required): Likewise.
10770 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10771 (libc_relro_required): Likewise.
10772 * sysdeps/arm/preconfigure: Regenerated.
10773 * sysdeps/ia64/preconfigure: Remove file.
10774 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10775 variable.
10776 (libc_relro_required): Likewise.
10777
be254932
JM
10778 [BZ #16561]
10779 [BZ #16562]
10780 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10781 (__ieee754_yn): Set FE_TONEAREST mode internally and then
10782 recompute overflowing results in original rounding mode.
10783 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10784 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10785 recompute overflowing results in original rounding mode.
10786 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10787 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10788 recompute overflowing results in original rounding mode.
10789 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10790 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10791 recompute overflowing results in original rounding mode.
10792 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10793 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10794 recompute overflowing results in original rounding mode.
10795 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10796 (libc_feholdsetround_ctx): New macro.
10797 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10798 * sysdeps/i386/fpu/libm-test-ulps: Update.
10799 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10800
b351d85a
JM
108012014-06-26 Joseph Myers <joseph@codesourcery.com>
10802
10803 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10804 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10805 corresponding .cpsetup call.
10806
3cb4de47
RM
108072014-06-26 Roland McGrath <roland@hack.frob.com>
10808
10809 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10810 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10811 * sysdeps/arm/Makefile [$(subdir) = csu]
10812 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10813 (static-only-routines): Add aeabi_read_tp here.
10814 (shared-only-routines): Add libc-aeabi_read_tp here.
10815 (CFLAGS-libc-start.c): Add -fexceptions here.
10816 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10817 (sysdep_routines, static-only-routines, shared-only-routines):
10818 Don't add to these here.
10819 (CFLAGS-libc-start.c): Likewise.
10820
10821 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10822 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10823 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10824 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10825 * sysdeps/arm/Makefile [$(subdir) = rt]
10826 (librt-sysdep_routines, librt-shared-only-routines):
10827 Append rt-aeabi_unwind_cpp_pr1 here.
10828 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10829 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10830 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10831 (libpthread-sysdep_routines, libpthread-shared-only-routines):
10832 Append nptl-aeabi_unwind_cpp_pr1 here.
10833 (tests): Filter out tst-cleanupx4 here.
10834 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10835 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10836 Don't do those here.
10837
354426bb
JM
108382014-06-26 Joseph Myers <joseph@codesourcery.com>
10839
10840 * scripts/list-sources.sh: Do not handle ports specially.
10841
28b0a8c9
RM
108422014-06-26 Roland McGrath <roland@hack.frob.com>
10843
a3dd035d
RM
10844 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10845 * sysdeps/arm/feupdateenv.c: Likewise.
10846
28b0a8c9
RM
10847 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10848
e66a8203
JM
108492014-06-26 Joseph Myers <joseph@codesourcery.com>
10850
10851 * manual/texinfo.tex: Update to version 2014-05-05.10 with
10852 trailing whitespace removed.
10853 * scripts/config.guess: Update to version 2014-03-23.
10854 * scripts/config.sub: Update to version 2014-05-01
10855 * scripts/install-sh: Update to version 2013-12-25.23.
10856 * scripts/move-if-change: Update from gnulib.
10857
74171115
SP
108582014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
10859
b97c9ce5
SP
10860 * debug/memmove_chk.c: Remove pagecopy.h include.
10861
4000f892
SP
108622014-06-26 Paul Eggert <eggert@cs.ucla.edu>
10863
74171115
SP
10864 * time/mktime.c (leapyear): Remove inline keyword. The code is now
10865 identical to gnulib mktime.
10866
a8779c28
JM
108672014-06-26 Joseph Myers <joseph@codesourcery.com>
10868
e64708de
JM
10869 * configure.ac: Do not test for machine being rs6000. Do not test
10870 for powerpc*-*soft.
10871 * configure: Regenerated.
10872
6a9350c8 10873 [BZ #11505]
a8779c28
JM
10874 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10875 test.
10876 * configure: Regenerated.
10877 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10878 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10879 Remove configure test.
10880 * sysdeps/arm/configure: Regenerated.
10881 * sysdeps/nptl/configure.ac: Do not check
10882 libc_cv_asm_cfi_directives.
10883 * sysdeps/nptl/configure: Regenerated.
10884 * sysdeps/x86_64/nptl/configure.ac: Remove file.
10885 * sysdeps/x86_64/nptl/configure: Remove generated file.
10886 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10887 unconditional.
10888 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10889
2aac0a86
SP
108902014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
10891
059bf913
SP
10892 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10893 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10894 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10895 it is defined.
10896
4cf5b6d0
SP
10897 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10898 instead of whether it is defined.
10899 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10900 * sysdeps/hppa/dl-machine.h: Likewise.
10901 * sysdeps/ia64/dl-machine.h: Likewise.
10902 * sysdeps/m68k/dl-machine.h: Likewise.
10903 * sysdeps/microblaze/dl-machine.h: Likewise.
10904 * sysdeps/mips/dl-machine.: Likewise.
10905 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10906 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10907 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10908 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10909 * sysdeps/sh/dl-machine.h: Likewise.
10910 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10911 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10912 * sysdeps/tile/dl-machine.h: Likewise.
10913 * sysdeps/x86_64/dl-machine.h: Likewise.
10914
2aac0a86
SP
10915 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10916 code.
10917 (verify_persistent_db): Likewise.
10918
6ad2df0b
RM
109192014-06-26 Roland McGrath <roland@hack.frob.com>
10920
d8a483f3
RM
10921 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10922 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10923 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10924 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10925 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10926 Moved ...
10927 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10928 ... here.
10929 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10930 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10931 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10932 Identical file removed.
10933 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10934 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10935 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10936 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10937 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10938 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10939 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10940 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10941 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10942 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10943 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10944 Moved ...
10945 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10946 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10947 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10948 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10949 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10950 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10951 Moved ...
10952 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10953 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10954 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10955 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10956 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10957 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10958 Identical file removed.
10959 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10960 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10961 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10962 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10963 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10964 Moved ...
10965 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10966 ... here.
10967 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10968 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10969 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10970 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10971 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10972 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10973 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10974 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10975 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10976 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10977 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10978 Moved ...
10979 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10980 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10981 Moved ...
10982 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10983 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10984 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10985 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10986 Moved ...
10987 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10988 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10989 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10990
52ae23b4
RM
10991 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10992 folded into ...
10993 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10994 * sysdeps/unix/sysv/linux/s390/Versions
10995 (libpthread: GLIBC_2.19): New version set.
10996 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10997 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10998 (librt: GLIBC_2.3.3): New version set.
10999 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
11000 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
11001 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
11002 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
11003 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
11004 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
11005 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
11006 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
11007 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
11008 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
11009 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
11010 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
11011 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
11012 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
11013 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
11014 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
11015 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
11016 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
11017 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
11018 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
11019 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
11020 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
11021 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
11022 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
11023 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
11024 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
11025 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
11026 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
11027 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
11028 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
11029 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
11030 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
11031 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
11032 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
11033 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
11034 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
11035 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
11036 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
11037 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
11038 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
11039 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
11040 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
11041 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
11042 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
11043 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
11044
39507e4a
RM
11045 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
11046 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
11047 (__libc_vfork): Define the function under this name.
11048 [!NOT_IN_libc] (__vfork): Make this an alias.
11049 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11050 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
11051 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
11052 (__libc_vfork): Define the function under this name.
11053 [!NOT_IN_libc] (__vfork): Make this an alias.
11054 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11055 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
11056 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
11057 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
11058 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
11059 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
11060
e549ee56
RM
11061 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
11062 code that was previously under [RESET_PID].
11063 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
11064 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
11065 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
11066
6ad2df0b
RM
11067 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
11068 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
11069 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
11070 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
11071 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
11072 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
11073 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
11074 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
11075 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
11076 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
11077 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
11078 Moved ...
11079 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
11080 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
11081 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
11082 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
11083 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
11084 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
11085 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
11086 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
11087 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
11088 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
11089 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
11090 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
11091 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
11092 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
11093 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
11094 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
11095 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
11096 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
11097 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
11098 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
11099 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
11100 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
11101 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
11102 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
11103 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
11104 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
11105 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
11106 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
11107 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
11108
7c1c1d8e
RM
111092014-06-25 Roland McGrath <roland@hack.frob.com>
11110
11111 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
11112 that was previously under [RESET_PID].
11113 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
11114
3e239be6
JM
111152014-06-25 Joseph Myers <joseph@codesourcery.com>
11116
74385da5
JM
11117 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
11118 not undefine and redefine.
11119 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
11120 [O_CLOEXEC]: Make code unconditional.
11121 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
11122 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
11123 <kernel-features.h>.
11124 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
11125 conditional variable definition.
11126 (shm_open) [O_CLOEXEC]: Make code unconditional.
11127 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
11128 code.
11129
c2570a0b
JM
11130 * configure.ac (USE_REGPARMS): Don't define here.
11131 * configure: Regenerated.
11132 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
11133 * sysdeps/i386/configure: Regenerated.
11134
11b076bb
JM
11135 * nptl/createthread.c: Don't include kernel-features.h.
11136 * nptl/pthread_cancel.c: Likewise.
11137 * nptl/pthread_condattr_setclock.c: Likewise.
11138 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
11139 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
11140 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
11141 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
11142 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
11143 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
11144 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
11145 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
11146 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
11147 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
11148 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
11149 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
11150 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
11151 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
11152 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
11153 * nscd/gai.c: Likewise.
11154 * nss/nss_db/db-open.c: Likewise.
11155 * sysdeps/generic/ldsodefs.h: Likewise.
11156 * sysdeps/sh/nptl/tls.h: Likewise.
11157 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
11158 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
11159 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
11160 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
11161 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
11162 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
11163 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
11164 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
11165 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11166 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
11167 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
11168 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11169 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
11170 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
11171 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
11172 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
11173 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
11174 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
11175 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
11176 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
11177 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
11178 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
11179 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
11180 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
11181 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
11182 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
11183 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
11184 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
11185 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
11186 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
11187 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
11188 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
11189 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
11190 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
11191 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
11192 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11193 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
11194 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11195 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
11196 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
11197 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
11198 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
11199 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
11200 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11201 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11202 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11203 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11204 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11205 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11206 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11207 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11208 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11209 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11210 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11211 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11212 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11213 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11214 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11215 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11216 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11217 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11218 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11219 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11220 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11221 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11222 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11223 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11224 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11225 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11226 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11227 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11228 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11229 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11230 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11231 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11232 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11233 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11234 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11235 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11236 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11237 * sysdeps/unix/sysv/linux/pread.c: Likewise.
11238 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11239 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11240 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11241 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11242 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11243 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11244 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11245 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11246 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11247 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11248 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11249 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11250 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11251 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11252 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11253 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11254 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11255 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11256 * sysdeps/unix/sysv/linux/system.c: Likewise.
11257 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11258 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11259 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11260 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11261 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11262 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11263 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11264
92072d57
JM
11265 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11266 * configure: Regenerated.
11267 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11268
3e239be6
JM
11269 * configure.ac (base_machine): Do not set specially for particular
11270 machines here.
11271 * configure: Regenerated.
11272 * sysdeps/powerpc/preconfigure: Move machine and base_machine
11273 settings from configure.ac.
11274 * sysdeps/i386/preconfigure: New file.
11275 * sysdeps/s390/preconfigure: Likewise.
11276 * sysdeps/sh/preconfigure: Likewise.
11277 * sysdeps/sparc/preconfigure: Likewise.
11278
06d50baa
RM
112792014-06-25 Roland McGrath <roland@hack.frob.com>
11280
74836003
RM
11281 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11282 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11283 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11284 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11285 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
11286 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
11287 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
11288 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
11289 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
11290 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
11291 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
11292 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11293 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
11294 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
11295 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
11296 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
11297 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
11298 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
11299 * sysdeps/sparc/sparc64/Makefile: ... appended here.
11300
11301 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
11302 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
11303 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
11304 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
11305 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
11306 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
11307 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
11308 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
11309 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
11310 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
11311 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
11312 * sysdeps/sparc/sparc32/sem_post.c: ... here.
11313 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
11314 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
11315 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
11316 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
11317 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
11318 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
11319 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
11320 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
11321 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
11322 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
11323 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
11324 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
11325 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
11326 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
11327 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
11328 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
11329 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
11330 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
11331 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
11332 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
11333 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
11334 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
11335 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
11336 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
11337 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
11338 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
11339
06d50baa
RM
11340 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
11341 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
11342 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
11343 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
11344 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
11345 Moved ...
11346 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11347 ... here.
11348 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
11349 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
11350 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
11351 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
11352 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
11353 Moved ...
11354 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
11355 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
11356 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
11357 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11358 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11359 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11360 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11361 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11362 Moved ...
11363 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11364 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11365 Moved ...
11366 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11367 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11368 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11369 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11370 Moved ...
11371 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11372 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11373 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11374 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11375 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11376 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11377 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11378 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11379 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11380 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11381 Moved ...
11382 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11383 ... here.
11384 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11385 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11386 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11387 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11388 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11389 Moved ...
11390 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11391 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11392 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11393 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11394 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11395 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11396 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11397 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11398 Moved ...
11399 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11400 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11401 Moved ...
11402 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11403 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11404 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11405 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11406 Moved ...
11407 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11408 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11409 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11410 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11411 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11412
a4ccbc9b
JM
114132014-06-25 Joseph Myers <joseph@codesourcery.com>
11414
0828edbf
JM
11415 * timezone/checktab.awk: Update from tzcode 2014e.
11416 * timezone/private.h: Likewise.
11417 * timezone/tzfile.h: Likewise.
11418 * timezone/zdump.c: Likewise.
11419 * timezone/zic.c: Likewise.
11420
a4ccbc9b
JM
11421 * sysdeps/unix/sysv/linux/kernel-features.h
11422 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11423 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11424 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11425 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11426 Remove conditional code.
11427
9aea0cb8
WN
114282014-06-25 Will Newton <will.newton@linaro.org>
11429
11430 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11431 (_dl_arm_cap_flags): Add HWCAP2 values.
11432 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11433 (_DL_HWCAP_COUNT): Increase to 37.
11434 (_DL_HWCAP_LAST): New define.
11435 (_DL_HWCAP2_LAST): New define.
11436 (_dl_procinfo): Add support for printing
11437 AT_HWCAP2 entries.
11438 (_dl_string_hwcap): Use _dl_hwcap_string.
11439
6eaa65ce
AZ
114402014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11441
11442 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11443
0f5b7185
JM
114442014-06-25 Joseph Myers <joseph@codesourcery.com>
11445
cfd2ea50
JM
11446 * README: Do not mention ports directory.
11447
cecf2ed4
JM
11448 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11449 Remove macro.
11450 * sysdeps/unix/sysv/linux/futimes.c: Do not include
11451 <kernel-features.h>.
11452 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11453 conditional variable definition.
11454 (__futimes): Update comment.
11455 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11456 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11457
a638de82
JM
11458 [BZ #16560]
11459 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11460 arguments close to 0.
11461 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11462 Likewise.
11463 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11464 Likewise.
11465 * math/auto-libm-test-in: Add more tests of exp10.
11466 * math/auto-libm-test-out: Regenerated.
11467 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11468
0f5b7185
JM
11469 * sysdeps/unix/sysv/linux/kernel-features.h
11470 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11471 * sysdeps/unix/sysv/linux/readv.c: Do not include
11472 <kernel-features.h>.
11473 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11474 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11475 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11476 unconditional.
11477 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11478 conditional code.
11479 * sysdeps/unix/sysv/linux/writev.c: Do not include
11480 <kernel-features.h>.
11481 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11482 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11483 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11484 unconditional.
11485 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11486 conditional code.
11487
c7aec4be
WN
114882014-06-25 Will Newton <will.newton@linaro.org>
11489
11490 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11491 comment changes throughout the file. Remove checks
11492 for HAVE_*_H definitions that are not required.
11493 (__gen_tempname): Call abort if an unknown kind value is
11494 passed.
11495
c5241f95
AS
114962014-06-25 Andreas Schwab <schwab@suse.de>
11497
11498 [BZ #17086]
11499 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11500 scalbln, scalblnf, scalblnl in libc.
11501
911422da
SP
115022014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
11503
11504 [BZ #17086]
11505 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11506 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11507 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11508
0d749bbe
RM
115092014-06-24 Roland McGrath <roland@hack.frob.com>
11510
11511 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11512 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11513 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11514 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11515 Update #include.
11516 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11517 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11518 Update #include.
11519 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11520 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11521 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11522 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11523 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11524 * sysdeps/x86/bits/pthreadtypes.h: ... here.
11525 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11526 * sysdeps/x86/bits/semaphore.h: ... here.
11527 * sysdeps/x86/nptl/elide.h: Moved ...
11528 * sysdeps/x86/elide.h: ... here.
11529 * sysdeps/x86_64/nptl/Implies: File removed.
11530 * sysdeps/i386/nptl/Implies: File removed.
11531
0ea5d373
JM
115322014-06-24 Joseph Myers <joseph@codesourcery.com>
11533
4060283d
JM
11534 [BZ #16539]
11535 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11536 return the argument for normal arguments with exponent below -64.
11537 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11538 Likewise.
11539 * math/auto-libm-test-in: Add another test of expm1.
11540 * math/auto-libm-test-out: Regenerated.
11541
e7dd3c8c
JM
11542 [BZ #16287]
11543 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11544 calling __erfcl for arguments at least 16.
11545 * math/auto-libm-test-in: Add more tests of erf.
11546 * math/auto-libm-test-out: Regenerated.
11547
0ea5d373
JM
11548 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11549 individual architectures.
11550 * sysdeps/unix/sysv/linux/configure: Regenerated.
11551 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11552 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11553 * sysdeps/unix/sysv/linux/powerpc/configure.ac
11554 (ldd_rewrite_script): Define variable.
11555 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11556 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11557 file.
11558 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11559 generated file.
11560 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11561 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11562 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11563 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11564 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11565 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11566 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11567 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11568
2307e126
SP
115692014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
11570
11571 [BZ #17084]
11572 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11573 Rename member __data.d to __data.__elision_data.
11574
c0a4ed77
W
115752014-06-24 Wilco <wdijkstr@arm.com>
11576
11577 * NEWS: Add 16918 to fixed bug list.
11578
b8c00573
W
115792014-06-24 Wilco <wdijkstr@arm.com>
11580
11581 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11582
b5570d92
W
115832014-06-24 Wilco <wdijkstr@arm.com>
11584
11585 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11586 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11587 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11588 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11589 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11590 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11591 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11592 Use _FPU_MASK_RM.
11593
947bdca2
W
115942014-06-24 Wilco <wdijkstr@arm.com>
11595
11596 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11597
00f669ed
W
115982014-06-24 Wilco <wdijkstr@arm.com>
11599
11600 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11601 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11602 * sysdeps/arm/fesetround.c (fesetround): Remove space.
11603 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11604
db59bad3
W
116052014-06-24 Wilco <wdijkstr@arm.com>
11606
11607 [BZ #16918]
11608 * sysdeps/arm/feupdateenv.c (feupdateenv):
11609 Rewrite to reduce FPSCR accesses and fix return value.
11610
001f7b77
W
116112014-06-24 Wilco <wdijkstr@arm.com>
11612
11613 * sysdeps/arm/fclrexcpt.c (feclearexcept):
11614 Optimize to avoid unnecessary FPSCR writes.
11615 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11616 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11617 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11618 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11619
4841e6a6
W
116202014-06-24 Wilco <wdijkstr@arm.com>
11621
11622 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11623 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11624 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11625 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11626 Call libc_fetestexcept_vfp.
11627 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11628 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11629 __SOFTFP__ ifdef so that they can be built for softfp.
11630
0813022c
SP
116312014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
11632
08e5862f
SP
11633 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11634 argument type signed char.
11635
0813022c
SP
11636 * Makerules (check-abi): Dump diff of symlist if the test
11637 fails.
11638
3fc7236a
RM
116392014-06-23 Roland McGrath <roland@hack.frob.com>
11640
aba8ef95
RM
11641 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11642 using abort.
11643
3fc7236a
RM
11644 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11645 Remove unused variable ST.
11646
4da6db51
JM
116472014-06-23 Joseph Myers <joseph@codesourcery.com>
11648
4648909d
JM
11649 [BZ #16354]
11650 [BZ #17061]
11651 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11652 small arguments before calling __expm1.
11653 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11654 small arguments before calling __expm1f.
11655 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11656 small arguments before calling __expm1l.
11657 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11658 Likewise.
11659 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11660 * math/auto-libm-test-in: Add more cosh tests. Do not allow
11661 spurious underflow for some cosh tests.
11662 * math/auto-libm-test-out: Regenerated.
11663 * sysdeps/i386/fpu/libm-test-ulps: Update.
11664
46a3d3c7
JM
11665 [BZ #17050]
11666 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11667 (__ieee754_y1): Set errno if return value overflows.
11668 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11669 (__ieee754_y1f): Set errno if return value overflows.
11670 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11671 (__ieee754_y1l): Set errno if return value overflows.
11672 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11673 (__ieee754_y1l): Set errno if return value overflows.
11674 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11675 * math/auto-libm-test-out: Regenerated.
11676
863893ec
JM
11677 * math/gen-auto-libm-tests.c: Document use of
11678 ignore-zero-inf-sign.
11679 (input_flag_type): Add value flag_ignore_zero_inf_sign.
11680 (input_flags): Add ignore-zero-inf-sign.
11681 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11682 * math/gen-libm-test.pl (generate_testfile): Handle
11683 ignore-zero-inf-sign.
11684 * math/auto-libm-test-in: Mark some cpow tests with
11685 ignore-zero-inf-sign and some with xfail-rounding.
11686 * math/auto-libm-test-out: Regenerated.
11687 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11688 * sysdeps/i386/fpu/libm-test-ulps: Update.
11689 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11690
4da6db51
JM
11691 [BZ #16315]
11692 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11693 overflowing or underflowing operations take place with sign of
11694 result.
11695 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11696 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11697 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11698 (__ieee754_pow): Recompute overflowing and underflowing results in
11699 original rounding mode.
11700 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11701 (__powl_helper): Allow negative argument X and scale negated value
11702 as needed. Avoid passing value outside [-1, 1] to f2xm1.
11703 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11704 overflowing or underflowing operations take place with sign of
11705 result.
11706 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11707 Include <math.h>.
11708 * math/auto-libm-test-in: Add more tests of pow.
11709 * math/auto-libm-test-out: Regenerated.
11710 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11711 (pow_tonearest_test_data): Remove.
11712 (pow_test_tonearest): Likewise.
11713 (pow_towardzero_test_data): Likewise.
11714 (pow_test_towardzero): Likewise.
11715 (pow_downward_test_data): Likewise.
11716 (pow_test_downward): Likewise.
11717 (pow_upward_test_data): Likewise.
11718 (pow_test_upward): Likewise.
11719 (main): Don't call removed functions.
11720 * sysdeps/i386/fpu/libm-test-ulps: Update.
11721 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11722
5686b236
RM
117232014-06-23 Roland McGrath <roland@hack.frob.com>
11724
11725 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11726 Moved ...
11727 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11728 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11729 Moved ...
11730 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11731 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11732 Moved ...
11733 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11734 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11735 Moved ...
11736 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11737 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11738 File removed.
11739 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11740 File removed.
11741 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11742 File removed.
11743 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11744 File removed.
11745 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11746 File removed.
11747 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11748 File removed.
11749 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11750 File removed.
11751 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11752 File removed.
11753 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11754 File removed.
11755 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11756 File removed.
11757 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11758 File removed.
11759 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11760 File removed.
11761 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11762 Moved ...
11763 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11764 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11765 Moved ...
11766 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11767 ... here.
11768 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11769 Moved ...
11770 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11771 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11772 Moved ...
11773 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11774 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11775 Moved ...
11776 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11777 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11778 Moved ...
11779 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11780 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11781 Moved ...
11782 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11783 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11784 Moved ...
11785 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11786 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11787 Moved ...
11788 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11789 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11790 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11791 ... here.
11792 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11793 Moved ...
11794 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11795 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11796 Moved ...
11797 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11798 ... here.
11799 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11800 Moved ...
11801 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11802 ... here.
11803 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11804 Moved ...
11805 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11806 ... here.
11807 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11808 Moved ...
11809 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11810 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11811 Moved ...
11812 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11813 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11814 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11815 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11816 Moved ...
11817 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11818 ... here.
11819 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11820 Moved ...
11821 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11822 ... here.
11823 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11824 Moved ...
11825 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11826 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11827 Moved ...
11828 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11829 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11830 Moved ...
11831 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11832 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11833 Moved ...
11834 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11835 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11836 Moved ...
11837 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11838 ... here.
11839 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11840 Moved ...
11841 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11842 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11843 Moved ...
11844 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11845 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11846 Moved ...
11847 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11848 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11849 Moved ...
11850 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11851 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11852 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11853 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11854 Moved ...
11855 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11856 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11857 Moved ...
11858 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11859 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11860 Moved ...
11861 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11862 ... here.
11863 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11864 Moved ...
11865 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11866 ... here.
11867 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11868 Moved ...
11869 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11870 ... here.
11871 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11872 Moved ...
11873 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11874 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11875 Moved ...
11876 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11877 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11878 Moved ...
11879 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11880 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11881 Moved ...
11882 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11883 ... here.
11884 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11885 Moved ...
11886 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11887 ... here.
11888 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11889 Moved ...
11890 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11891 ... here.
11892 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11893 Moved ...
11894 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11895 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11896 Moved ...
11897 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11898
e6d90d67
WD
118992014-06-23 Will Newton <will.newton@linaro.org>
11900 Wilco <wdijkstr@arm.com>
11901
11902 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11903 implementation. Include get-rounding-mode.h.
11904 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11905 [!libc_feholdsetround_noex_ctx]: Define
11906 libc_feholdsetround_noex_ctx.
11907 [!libc_feholdsetround_noexf_ctx]: Define
11908 libc_feholdsetround_noexf_ctx.
11909 [!libc_feholdsetround_noexl_ctx]: Define
11910 libc_feholdsetround_noexl_ctx.
11911 (libc_feholdsetround_ctx): New function.
11912 (libc_feresetround_ctx): New function.
11913 (libc_feholdsetround_noex_ctx): New function.
11914 (libc_feresetround_noex_ctx): New function.
11915
d42df555
RM
119162014-06-23 Roland McGrath <roland@hack.frob.com>
11917
88a46474
RM
11918 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11919 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11920 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11921 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11922 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11923 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11924
15bed472
RM
11925 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11926 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11927 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11928 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11929 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11930 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11931 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11932 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11933 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11934 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11935 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11936 Moved ...
11937 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11938 ... here.
11939 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11940 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11941 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11942 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11943 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11944 Moved ...
11945 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11946 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11947 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11948 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11949 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11950 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11951 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11952 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11953 Moved ...
11954 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11955 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11956 Moved ...
11957 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11958 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11959 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11960 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11961 Moved ...
11962 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11963 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11964 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11965 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11966 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11967 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11968 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11969 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11970 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11971 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11972 Moved ...
11973 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11974 ... here.
11975 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11976 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11977 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11978 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11979 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11980 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11981 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11982 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11983 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11984 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11985 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11986 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11987 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11988 Moved ...
11989 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11990 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11991 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11992 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11993 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11994 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11995 Moved ...
11996 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11997 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11998 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11999 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
12000 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
12001
d42df555
RM
12002 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
12003 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
12004 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
12005 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
12006 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
12007 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
12008 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
12009 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
12010 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
12011 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
12012 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
12013 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
12014 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
12015 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
12016 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
12017 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
12018 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
12019 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
12020 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
12021 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
12022 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
12023 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
12024 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
12025 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
12026 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
12027 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
12028 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
12029 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
12030
76e5216e
JM
120312014-06-23 Joseph Myers <joseph@codesourcery.com>
12032
12033 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
12034 (FALLOC_FL_COLLAPSE_RANGE): New macro.
12035 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
12036 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
12037 (IPV6_PMTUDISC_INTERFACE): Likewise.
12038 (IPV6_PMTUDISC_OMIT): Likewise.
12039
7a81cbcc
AS
120402014-06-23 Andreas Schwab <schwab@suse.de>
12041
12042 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
12043 Remove unused errout label.
12044
db224009
AZ
120452014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12046
12047 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
12048 macro: hardware supports Vector Crypto instructions.
12049
f393b4aa
WN
120502014-06-23 Will Newton <will.newton@linaro.org>
12051
cc7d0447
WN
12052 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
12053 rather than __builtin_expect.
12054
d6d06225
WN
12055 * elf/dl-lookup.c (undefined_msg): Remove variable.
12056 (_dl_lookup_symbol_x): Replace undefined_msg with string
12057 literal.
12058
f393b4aa
WN
12059 * elf/dl-lookup.c (do_lookup_unique): New function.
12060 (do_lookup_x): Move STB_GNU_UNIQUE handling code
12061 to a separate function.
12062
ac60763e
AS
120632014-06-23 Andreas Schwab <schwab@suse.de>
12064
12065 [BZ #17079]
12066 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
12067 before reading the next line.
12068
c5c13355
WN
120692014-06-23 Will Newton <will.newton@linaro.org>
12070
12071 * test-skeleton.c (signal_handler): Use printf and %m
12072 rather than perror. Use printf rather than fprintf to
12073 stderr. Use puts rather than fputs to stderr.
12074 (main): Likewise.
12075
bd3675f9
LC
120762014-06-22 Ludovic Courtès <ludo@gnu.org>
12077
12078 * nscd/nscd.c (thread_info_t): Remove typedef.
12079 (thread_info): Remove variable.
12080
d03efb2f
AM
120812014-06-21 Allan McRae <allan@archlinux.org>
12082
12083 * NEWS: Mention CVE-2014-4043.
12084
bc4a86fa
RM
120852014-06-20 Roland McGrath <roland@hack.frob.com>
12086
dc9a54f8
RM
12087 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
12088 * nptl/smp.h: ... here.
12089
bd7022c4
RM
12090 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
12091
26ffd5e6
RM
12092 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
12093 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
12094 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
12095 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
12096
93a6d082
RM
12097 * nptl/allocatestack.c: Include <stack-aliasing.h>.
12098 * nptl/stack-aliasing.h: New file.
12099 * sysdeps/i386/i686/stack-aliasing.h: New file.
12100 * sysdeps/i386/i686/nptl/Makefile: File removed.
12101 * sysdeps/x86_64/stack-aliasing.h: New file.
12102 * sysdeps/x86_64/nptl/Makefile
12103 (CFLAGS-pthread_create.c): Variable removed.
12104
bc4a86fa
RM
12105 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
12106 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
12107 old file.
12108 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
12109 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
12110 old file.
12111
2272ffc1
JM
121122014-06-21 Joseph Myers <joseph@codesourcery.com>
12113
12114 * sysdeps/unix/sysv/linux/arm/kernel-features.h
12115 (__ASSUME_SIGFRAME_V2): Remove macro.
12116 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
12117 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
12118 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
12119 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
12120 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
12121 Declare as function. Remove conditional macro definitions.
12122 (__default_rt_sa_restorer): Likewise.
12123 (__default_sa_restorer_v1): Remove declaration.
12124 (__default_sa_restorer_v2): Likewise.
12125 (__default_rt_sa_restorer_v1): Likewise.
12126 (__default_rt_sa_restorer_v2): Likewise.
12127 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
12128 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
12129 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
12130
4b88139b
RM
121312014-06-20 Roland McGrath <roland@hack.frob.com>
12132
12133 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
12134 (libpthread-routines): Add sysdep.
12135 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
12136 * sysdeps/unix/sysv/linux/sparc/Versions
12137 (libpthread: GLIBC_2.3.3): New version set.
12138 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
12139 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
12140 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
12141 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
12142 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
12143 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
12144 Moved ...
12145 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
12146 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
12147 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
12148 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
12149 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
12150 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
12151 * sysdeps/sparc/nptl/sem_init.c: ... here.
12152 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
12153 * sysdeps/sparc/nptl/sem_post.c: ... here.
12154 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
12155 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
12156 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
12157 * sysdeps/sparc/nptl/sem_wait.c: ... here.
12158 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
12159 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
12160 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
12161 (libpthread-routines): Add cpu_relax.
12162 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
12163 File removed.
12164 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
12165 (librt: GLIBC_2.3.3): New version set.
12166 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
12167 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
12168 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
12169 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
12170 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
12171 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
12172 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
12173 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
12174 Moved ...
12175 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
12176 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
12177 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
12178 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
12179 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
12180 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
12181 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
12182 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
12183 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
12184 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
12185 Moved ...
12186 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
12187 Update #include.
12188 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
12189 Moved ...
12190 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
12191 Update #include.
12192 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
12193 Moved ...
12194 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
12195 Update #include.
12196 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
12197 Moved ...
12198 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
12199 Update #include.
12200 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
12201 Moved ...
12202 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12203 Update #include.
12204 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12205 Moved ...
12206 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12207 Update #include.
12208 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12209 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12210 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12211 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12212 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12213 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12214 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12215 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12216 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12217 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12218 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12219 Moved ...
12220 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12221 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12222 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12223 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12224 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12225
d7109027
JM
122262014-06-20 Joseph Myers <joseph@codesourcery.com>
12227
9bc6103d
JM
12228 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12229 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12230 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12231 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12232 * nscd/nscd.c: Likewise.
12233 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12234 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12235 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12236 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12237
d7109027
JM
12238 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12239 <kernel-features.h>.
12240 (init_mq_netlink): Remove conditional have_sock_cloexec
12241 definitions. Remove code conditional on have_sock_cloexec < 0.
12242 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12243 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12244 * sysdeps/unix/sysv/linux/opensock.c: Do not include
12245 <kernel-features.h>.
12246 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12247 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12248
d92d8f8a
L
122492014-06-20 H.J. Lu <hongjiu.lu@intel.com>
12250
12251 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12252 Add tests for memset_chk and memset.
12253
12254 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12255 with AVX2_Usable.
12256
4e6d2347
MR
122572014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
12258
257ce712
MR
12259 [BZ #16046]
12260 * elf/tst-dl-iter-static.c: New file.
12261 * elf/Makefile (tests-static): Add tst-dl-iter-static.
12262
4e6d2347
MR
12263 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12264 error.
12265
a2a76afe
JM
122662014-06-20 Joseph Myers <joseph@codesourcery.com>
12267
7fd00f99
JM
12268 * sysdeps/unix/sysv/linux/kernel-features.h
12269 (__ASSUME_F_GETOWN_EX): Remove macro.
12270 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12271 <kernel-features.h>.
12272 (miss_F_GETOWN_EX): Remove variable or macro.
12273 (do_fcntl): Do not check miss_F_GETOWN_EX.
12274 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12275
4a103975
JM
12276 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12277 Remove macro.
12278 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12279 [!__ASSUME_AT_RANDOM]: Remove conditional code.
12280 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12281
a2a76afe
JM
12282 * sysdeps/unix/sysv/linux/kernel-features.h
12283 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12284 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12285 [ADJ_OFFSET_SS_READ]: Make code unconditional.
12286 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
12287
90e5dd48
MR
122882014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
12289
12290 [BZ #17075]
12291 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
12292 Fix calculation of the symbol's value.
12293 * sysdeps/arm/tst-armtlsdescloc.c: New file.
12294 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
12295 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
12296 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
12297 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
12298 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
12299 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
12300 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
12301 (modules-names): Add `tst-armtlsdescmod',
12302 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
12303 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
12304 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12305 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
12306 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
12307 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12308 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
12309 ($(objpfx)tst-armtlsdescloc): New dependency.
12310 ($(objpfx)tst-armtlsdescextnow): Likewise.
12311 ($(objpfx)tst-armtlsdescextlazy): Likewise.
12312 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
12313 TLS scheme support.
12314 * sysdeps/arm/configure: Regenerate.
12315
809fdf0d
JM
123162014-06-20 Joseph Myers <joseph@codesourcery.com>
12317
12318 * include/fcntl.h (__atfct_seterrno): Remove prototype.
12319 (__atfct_seterrno_2): Likewise.
12320 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
12321 <kernel-features.h>.
12322 (__ASSUME_ATFCTS): Do not undefine and redefine.
12323 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
12324 (__have_atfcts): Remove conditional definition.
12325 (__fxstatat([__NR_fstatat64]: Make code unconditional.
12326 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
12327 unreachable if [__ASSUME_ATFCTS].
12328 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
12329 not undefine and redefine.
12330 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
12331 <kernel-features.h>.
12332 (faccessat) [__NR_faccessat]: Make code unconditional.
12333 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
12334 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
12335 <kernel-features.h>.
12336 (fchmodat) [__NR_fchmodat]: Make code unconditional.
12337 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12338 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
12339 <kernel-features.h>.
12340 (fchownat) [__NR_fchownat]: Make code unconditional.
12341 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
12342 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
12343 <kernel-features.h>.
12344 (futimesat) [__NR_futimesat]: Make code unconditional.
12345 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
12346 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
12347 <kernel-features.h>.
12348 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12349 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12350 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
12351 <kernel-features.h>.
12352 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
12353 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12354 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
12355 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
12356 <kernel-features.h>.
12357 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12358 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12359 * sysdeps/unix/sysv/linux/linkat.c: Do not include
12360 <kernel-features.h>.
12361 (linkat) [__NR_linkat]: Make code unconditional.
12362 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12363 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12364 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12365 <kernel-features.h>.
12366 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12367 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12368 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12369 <kernel-features.h>.
12370 (mkdirat) [__NR_mkdirat]: Make code unconditional.
12371 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12372 * sysdeps/unix/sysv/linux/openat.c: Do not include
12373 <kernel-features.h>.
12374 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12375 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12376 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12377 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12378 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12379 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12380 <kernel-features.h>.
12381 (readlinkat) [__NR_readlinkat]: Make code unconditional.
12382 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
12383 result of INLINE_SYSCALL directly, not via int variable.
12384 * sysdeps/unix/sysv/linux/renameat.c: Do not include
12385 <kernel-features.h>.
12386 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12387 (renameat) [__NR_renameat]: Make code unconditional.
12388 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12389 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12390 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12391 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12392 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12393 (__ASSUME_ATFCTS): Do not undefine and redefine.
12394 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12395 <kernel-features.h>.
12396 (symlinkat) [__NR_symlinkat]: Make code unconditional.
12397 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12398 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12399 <kernel-features.h>.
12400 (unlinkat) [__NR_unlinkat]: Make code unconditional.
12401 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12402 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12403 (__ASSUME_ATFCTS): Do not undefine and redefine.
12404 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12405 <kernel-features.h>.
12406 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12407 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12408 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12409 <kernel-features.h>.
12410 (__xmknodat) [__NR_mknodat]: Make code unconditional.
12411 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12412
224c6c51
L
124132014-06-20 H.J. Lu <hongjiu.lu@intel.com>
12414
12415 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12416
aa6ec754
AS
124172014-06-20 Andreas Schwab <schwab@linux-m68k.org>
12418
12419 [BZ #17069]
12420 * posix/regcomp.c (parse_reg_exp): Deallocate partially
12421 constructed tree before returning error.
12422 * posix/bug-regexp36.c: Expand test case.
12423
d8c2869d
SL
124242014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
12425
3ef6b850
SL
12426 [BZ #6803]
12427 * math/libm-test.inc (scalbln_test_date):
12428 Add errno expectations.
12429 * math/w_scalblnf.c: New File.
12430 Add wrapper which checks for setting errno to ERANGE.
12431 Add weak_alias for corresponding scalbln function.
12432 * math/w_scalbln.c: Likewise.
12433 * math/w_scalblnl.c: Likewise.
12434 * math/Makefile (libm-calls): Add w_scalbln.
12435 * sysdeps/ieee754/flt-32/s_scalblnf.c:
12436 Remove weak_alias for corresponding scalbln function.
12437 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12438 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12439 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12440 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12441 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12442 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12443 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12444 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12445 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12446 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12447 Remove long_double_symbol for scalblnl function in libm, libc.
12448 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12449 Add wrapper which checks for setting errno to ERANGE.
12450 Add long_double_symbol for scalblnl function in libm, libc.
12451 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12452 Remove long_double_symbol for scalblnl in libm.
12453 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12454 Add wrapper which checks for setting errno to ERANGE.
12455 Add long_double_symbol for scalblnl function in libm.
12456 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12457 Do not use wrapper because of own implementation.
12458
c8daec5c
L
124592014-06-19 H.J. Lu <hongjiu.lu@intel.com>
12460
12461 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12462 3 bytes for __pad1 for x32.
12463 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12464
5c74e47c
LM
124652014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
12466 H.J. Lu <hongjiu.lu@intel.com>
12467
12468 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12469 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12470 * sysdeps/x86_64/multiarch/memset.S: Likewise.
12471 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12472 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12473
4d43ef1e
AS
124742014-06-19 Andreas Schwab <schwab@linux-m68k.org>
12475
12476 [BZ #17069]
12477 * posix/regcomp.c (parse_expression): Deallocate partially
12478 constructed tree before returning error.
12479 * posix/Makefile.c (tests): Add bug-regex36.
12480 (generated): Add bug-regex36.mtrace.
12481 (tests-special): Add $(objpfx)bug-regex36-mem.out
12482 (bug-regex36-ENV): New variable.
12483 ($(objpfx)bug-regex36-mem.out): New rule.
12484 * posix/bug-regex36.c: New file.
12485
51a7380b
WN
124862014-06-19 Will Newton <will.newton@linaro.org>
12487
12488 * malloc/malloc.c (systrim): If extra is zero then return
12489 early.
12490
91b84fe5
SP
124912014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
12492
12493 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12494
f940b965
RE
124952014-06-19 Richard Earnshaw <rearnsha@arm.com>
12496
12497 * sysdeps/aarch64/strchr.S: New file.
12498
4ba7a00f
JM
124992014-06-18 Joseph Myers <joseph@codesourcery.com>
12500
12501 [BZ #17022]
12502 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12503 from arguments -2 or below.
12504 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12505 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12506
b3a9f56b
AS
125072014-06-18 Andreas Schwab <schwab@suse.de>
12508
12509 [BZ #17062]
12510 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12511 of a bracket expr not to run off the end of the string.
12512 * posix/Makefile (tests): Add tst-fnmatch3.
12513 * posix/tst-fnmatch3.c: New file.
12514
85d89278
JM
125152014-06-18 Joseph Myers <joseph@codesourcery.com>
12516
12517 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12518 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12519 [$(cross-compiling) = no]: Likewise.
12520 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12521 [$(cross-compiling) = no]: Likewise.
12522
754c5a08
RS
125232014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12524
12525 [BZ #17031]
12526 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12527 double, adjusted for any remainder from the high double.
12528 * math/libm-test.inc (nearbyint): Add tests.
12529 (rint): Likewise.
12530
556f529d
AZ
125312014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12532
12533 * nptl/sysdeps/powerpc/Makefile: Moved ...
12534 * sysdeps/powerpc/nptl/Makefile: ... here.
12535 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12536 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12537 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12538 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12539 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12540 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12541 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12542 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12543 * nptl/sysdeps/powerpc/tls.h: Moved ...
12544 * sysdeps/powerpc/nptl/tls.h: ... here.
12545
91c03c53
JM
125462014-06-16 Joseph Myers <joseph@codesourcery.com>
12547
12548 [BZ #16681]
12549 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12550 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12551 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12552 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12553 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12554 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12555 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12556 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12557 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12558
a76e63c5
AS
125592014-06-17 Andreas Schwab <schwab@linux-m68k.org>
12560
12561 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12562
f2f6d82f
AS
125632014-06-16 Andreas Schwab <schwab@linux-m68k.org>
12564
ea8a15f6
AS
12565 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12566 defined operator.
12567
f2f6d82f
AS
12568 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12569 $TIMEOUTFACTOR.
12570
a7291117
FW
125712014-06-16 Florian Weimer <fweimer@redhat.com>
12572
12573 [BZ #17058]
12574 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12575 non-executed part of the test.
12576
3d7c00e3
AS
125772014-06-16 Andreas Schwab <schwab@suse.de>
12578
12579 * string/bits/string2.h (strdup, strndup): Update feature guard.
12580
6957fb31
DM
125812014-06-14 David S. Miller <davem@davemloft.net>
12582
12583 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12584
11b9e55b
AS
125852014-06-14 Andreas Schwab <schwab@linux-m68k.org>
12586
1d2a0492
AS
12587 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12588 that was previously under [RESET_PID].
12589 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12590
11b9e55b
AS
12591 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12592 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12593 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12594 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12595 (__libc_vfork): New strong alias.
12596 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12597
0f6901d0
AK
125982014-06-14 Andi Kleen <ak@linux.intel.com>
12599
12600 * sysdeps/generic/elide.h: New file.
12601
38bbbb9f
SL
126022014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
12603
12604 * Makefile (installed-headers): Adjust path of pthread.h header.
12605
45193bb8
RM
126062014-06-13 Roland McGrath <roland@hack.frob.com>
12607
9a25fd1e
RM
12608 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12609 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12610 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12611 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12612
4004f7e4
RM
12613 * nptl/sysdeps/s390/Makefile: Moved ...
12614 * sysdeps/s390/nptl/Makefile: ... here.
12615 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12616 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12617 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12618 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12619 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12620 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12621 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12622 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12623 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12624 * sysdeps/s390/nptl/pthreaddef.h: ... here.
12625 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12626 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12627 * nptl/sysdeps/s390/tls.h: Moved ...
12628 * sysdeps/s390/nptl/tls.h: ... here.
12629
45193bb8
RM
12630 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12631 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12632
f6fdf533
DM
126332014-06-13 David S. Miller <davem@davemloft.net>
12634
12635 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12636 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12637 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12638 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12639 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12640 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12641 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12642 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12643 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12644 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12645 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12646 Remove RESET_PID cpp guards.
12647 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12648 Remove RESET_PID cpp guards.
12649 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12650
f5d71e14
AS
126512014-06-13 Andreas Schwab <schwab@linux-m68k.org>
12652
12653 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12654 __sp to uintptr_t.
12655
b7aa8caa
AK
126562014-06-13 Andi Kleen <ak@linux.intel.com>
12657
4b266200
AZ
12658 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12659 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12660 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12661 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12662 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12663 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12664 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12665 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12666 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12667 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12668 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12669 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12670 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12671 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12672 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12673 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12674 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12675 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12676 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12677 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
12678
12679 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
12680 (pthread_rwlock_rdlock): Add elision.
12681 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12682 (pthread_rwlock_wrlock): Add elision.
12683 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12684 (pthread_rwlock_trywrlock): Add elision.
12685 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12686 (pthread_rwlock_tryrdlock): Add elision.
12687 * nptl/pthread_rwlock_unlock.c: Include elide.h.
12688 (pthread_rwlock_tryrdlock): Add elision unlock.
12689 * nptl/sysdeps/pthread/pthread.h:
12690 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12691 (PTHREAD_RWLOCK_INITIALIZER,
12692 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12693 Handle new elision field.
12694 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12695 * sysdeps/arm/nptl/bits/pthreadtypes.h
12696 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12697 * sysdeps/sh/nptl/bits/pthreadtypes.h
12698 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12699 * sysdeps/tile/nptl/bits/pthreadtypes.h
12700 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12701 * sysdeps/a/nptl/bits/pthreadtypes.h
12702 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12703 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12704 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12705 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12706 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12707 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12708 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12709 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12710 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12711 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12712 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12713 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12714 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12715 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12716 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12717 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12718 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12719 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12720 (elision_init): Set try_xbegin to zero when no RTM.
12721 * sysdeps/x86/nptl/bits/pthreadtypes.h
12722 (pthread_rwlock_t): Change __pad1 to __rwelision.
12723 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 12724
a832bdd3
AK
127252014-06-13 Andi Kleen <ak@linux.intel.com>
12726
12727 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12728 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12729 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12730 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12731
995a46bb
MI
127322014-06-13 Meador Inge <meadori@codesourcery.com>
12733
12734 [BZ #16996]
03ed7738 12735 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
12736 that the cached result has been set before returning it.
12737
45262aee
RM
127382014-06-12 Roland McGrath <roland@hack.frob.com>
12739
febf6cc5
RM
12740 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12741 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12742 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12743 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12744 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12745 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12746
e2682246
RM
12747 * nptl/sysdeps/sparc/Makefile: Moved ...
12748 * sysdeps/sparc/nptl/Makefile: ... here.
12749 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12750 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12751 * nptl/sysdeps/sparc/tls.h: Moved ...
12752 * sysdeps/sparc/nptl/tls.h: ... here.
12753 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12754 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12755 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12756 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12757 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12758 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12759 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12760 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12761 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12762 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12763 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12764 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12765 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12766 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12767 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12768 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12769 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12770 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12771 Update #include.
12772 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12773 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12774 Update #include.
12775 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12776 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12777 Update #include.
12778 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12779 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12780 Update #include.
12781
b0725f43
RM
12782 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12783
b14368b8
RM
12784 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12785 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12786
c5620eb3
RM
12787 * sysdeps/pthread/posix-timer.h: Include <list.h>.
12788 (struct list_links): Type removed.
12789 (struct thread_node, struct timer_node): Replace struct list_links
12790 with struct list_head.
12791 (list_unlink_ip): Likewise.
12792 * sysdeps/pthread/timer_routines.c
12793 (timer_free_list, thread_free_list, thread_active_list): Likewise.
12794 (list_append, list_insbefore): Likewise.
12795 (list_init): Function removed.
12796 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
12797 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12798 * sysdeps/pthread/Makefile: ... here, new file.
12799
12800 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12801 * sysdeps/nptl/Implies: ... here.
12802 * sysdeps/unix/sysv/linux/Implies: Add nptl.
12803 * nptl/sysdeps/pthread/list.h: Moved ...
12804 * include/list.h: ... here.
12805 * nptl/sysdeps/pthread/createthread.c: Moved ...
12806 * nptl/createthread.c: ... here.
12807 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12808 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12809 * nptl/pt-longjmp.c: ... here.
12810 * nptl/sysdeps/pthread/Makefile: Moved ...
12811 * sysdeps/nptl/Makefile: ... here.
12812 * nptl/sysdeps/pthread/Subdirs: Moved ...
12813 * sysdeps/nptl/Subdirs: ... here.
12814 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12815 * sysdeps/nptl/aio_misc.h: ... here.
12816 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12817 * sysdeps/nptl/bits/libc-lock.h: ... here.
12818 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12819 * sysdeps/nptl/bits/libc-lockP.h: ... here.
12820 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12821 * sysdeps/nptl/bits/stdio-lock.h: ... here.
12822 * nptl/sysdeps/pthread/configure: Moved ...
12823 * sysdeps/nptl/configure: ... here.
12824 * nptl/sysdeps/pthread/configure.ac: Moved ...
12825 * sysdeps/nptl/configure.ac: ... here.
12826 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12827 * sysdeps/nptl/gai_misc.h: ... here.
12828 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12829 * sysdeps/nptl/librt-cancellation.c: ... here.
12830 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12831 * sysdeps/nptl/malloc-machine.h: ... here.
12832 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12833 * sysdeps/nptl/pthread-functions.h: ... here.
12834 * nptl/sysdeps/pthread/pthread.h: Moved ...
12835 * sysdeps/nptl/pthread.h: ... here.
12836 * nptl/sysdeps/pthread/setxid.h: Moved ...
12837 * sysdeps/nptl/setxid.h: ... here.
12838 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12839 * sysdeps/nptl/sigfillset.c: ... here.
12840 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12841 * sysdeps/nptl/tcb-offsets.h: ... here.
12842 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12843 * sysdeps/nptl/tst-mqueue8x.c: ... here.
12844 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12845 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12846 * nptl/sysdeps/pthread/allocalim.h: Moved ...
12847 * sysdeps/pthread/allocalim.h: ... here.
12848 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12849 * sysdeps/pthread/bits/sigthread.h: ... here.
12850 * nptl/sysdeps/pthread/flockfile.c: Moved ...
12851 * sysdeps/pthread/flockfile.c: ... here.
12852 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12853 * sysdeps/pthread/ftrylockfile.c: ... here.
12854 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12855 * sysdeps/pthread/funlockfile.c: ... here.
12856 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12857 * sysdeps/pthread/posix-timer.h: ... here.
12858 * nptl/sysdeps/pthread/timer_create.c: Moved ...
12859 * sysdeps/pthread/timer_create.c: ... here.
12860 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12861 * sysdeps/pthread/timer_delete.c: ... here.
12862 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12863 * sysdeps/pthread/timer_getoverr.c: ... here.
12864 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12865 * sysdeps/pthread/timer_gettime.c: ... here.
12866 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12867 * sysdeps/pthread/timer_routines.c: ... here.
12868 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12869 * sysdeps/pthread/timer_settime.c: ... here.
12870 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12871 * sysdeps/pthread/tst-timer.c: ... here.
12872 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12873 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12874
e876b090
RM
12875 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12876 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12877
f6b07b3d
RM
12878 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12879 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12880 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12881 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12882 Update #include target.
12883 * nptl/sysdeps/i386/i686/Makefile: Moved ...
12884 * sysdeps/i386/i686/nptl/Makefile: ... here.
12885 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12886 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12887 Update #include target.
12888 * nptl/sysdeps/i386/i686/tls.h: Moved ...
12889 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
12890 * nptl/sysdeps/i386/Makefile: Moved ...
12891 * sysdeps/i386/nptl/Makefile: ... here.
12892 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12893 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12894 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12895 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12896 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12897 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12898 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12899 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12900 * sysdeps/i386/nptl/pthreaddef.h: ... here.
12901 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12902 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12903 * nptl/sysdeps/i386/tls.h: Moved ...
12904 * sysdeps/i386/nptl/tls.h: ... here.
12905
45262aee
RM
12906 * sysdeps/sh/Makefile [$(subdir) = csu]
12907 (gen-as-const-headers): Add tcb-offsets.sym.
12908 * nptl/sysdeps/sh/Makefile: File removed.
12909 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12910 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12911 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12912 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12913 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12914 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12915 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12916 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12917 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12918 * sysdeps/sh/nptl/pthreaddef.h: ... here.
12919 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12920 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12921 * nptl/sysdeps/sh/tls.h: Moved ...
12922 * sysdeps/sh/nptl/tls.h: ... here.
12923 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12924 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12925 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12926 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12927 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12928 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12929 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12930 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12931 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12932 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12933 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12934 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12935 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12936 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12937 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12938 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12939 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12940 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12941 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12942 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12943 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12944 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12945 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12946 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12947 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12948 Moved ...
12949 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12950 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12951 Moved ...
12952 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12953 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12954 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12955 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12956 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12957 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12958 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12959 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12960 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12961 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12962 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12963 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12964 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12965 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12966 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12967 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12968 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12969 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12970 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12971
35a5e3e3
SL
129722014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
12973
12974 * posix/spawn_faction_addopen.c: Include string.h.
12975
14642b85
RM
129762014-06-11 Roland McGrath <roland@hack.frob.com>
12977
12978 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12979 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12980 * nptl/sysdeps/x86_64/Makefile: Moved ...
12981 * sysdeps/x86_64/nptl/Makefile: ... here.
12982 * nptl/sysdeps/x86_64/configure: Moved ...
12983 * sysdeps/x86_64/nptl/configure: ... here.
12984 * nptl/sysdeps/x86_64/configure.ac: Moved ...
12985 * sysdeps/x86_64/nptl/configure.ac: ... here.
12986 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12987 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12988 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12989 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12990 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12991 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12992 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12993 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12994 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12995 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12996 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12997 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12998 * nptl/sysdeps/x86_64/tls.h: Moved ...
12999 * sysdeps/x86_64/nptl/tls.h: ... here.
13000 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
13001 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
13002 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
13003 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
13004
13005 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
13006
31c44fea
AZ
130072014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13008
13009 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13010
e81a4f9a
JM
130112014-06-11 Joseph Myers <joseph@codesourcery.com>
13012
13013 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
13014 type.
13015 [POSIX] (off_t): Likewise.
13016 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
13017 [POSIX] (S_ISBLK): Require macro.
13018 [POSIX] (S_ISCHR): Likewise.
13019 [POSIX] (S_ISDIR): Likewise.
13020 [POSIX] (S_ISFIFO): Likewise.
13021 [POSIX] (S_ISREG): Likewise.
13022 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
13023 optional-macro.
13024 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
13025 type.
13026 [POSIX] (time_t): Likewise.
13027 [POSIX] (timer_t): Likewise.
13028
89e435f3
FW
130292014-06-11 Florian Weimer <fweimer@redhat.com>
13030
13031 [BZ #17048]
13032 * posix/spawn_int.h (struct __spawn_action): Make the path string
13033 non-const to support deallocation.
13034 * posix/spawn_faction_addopen.c
13035 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
13036 * posix/spawn_faction_destroy.c
13037 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
13038 path in all spawn_do_open actions.
13039 * posix/tst-spawn.c (do_test): Exercise the copy operation in
13040 posix_spawn_file_actions_addopen.
13041
c3a2ebe1
CM
130422014-06-11 Chris Metcalf <cmetcalf@tilera.com>
13043
13044 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
13045 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
13046 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
13047 conditional code always true.
13048 (__libc_vfork): New alias.
13049
9503784a
RM
130502014-06-11 Roland McGrath <roland@hack.frob.com>
13051
c9cab3d2
RM
13052 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13053 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
13054
d3996c79
RM
13055 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
13056
ba5ec611
RM
13057 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13058 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
13059
f12b4814
RM
13060 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13061 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
13062
9503784a
RM
13063 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13064 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
13065
e23d3d26
VR
130662014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
13067
13068 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
13069 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
13070 multiarch strcmp for PPC64.
13071 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
13072 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
13073 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
13074 multiarch optimizations.
13075 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13076 (__libc_ifunc_impl_list): Likewise.
13077
42b1161e
SP
130782014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
13079
13080 * benchtests/scripts/validate_benchout.py: New script.
13081 * benchtests/Makefile (bench-func): Call it.
13082 * benchtests/scripts/benchout.schema.json: New file.
13083
2d0fc4dc
CM
130842014-06-10 Chris Metcalf <cmetcalf@tilera.com>
13085
4a594c34
AZ
13086 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
13087 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
13088 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
13089 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
13090 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
13091 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
13092 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
13093 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
13094 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
13095 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
13096 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
13097 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
13098 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
13099 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
13100 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
13101 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
13102 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 13103 Moved ...
4a594c34 13104 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 13105 ... here.
4a594c34 13106 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 13107 Moved ...
4a594c34
AZ
13108 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
13109 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 13110 Moved ...
4a594c34 13111 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 13112 ... here.
4a594c34 13113 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 13114 Moved ...
4a594c34 13115 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 13116 ... here.
4a594c34 13117 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 13118 Moved ...
4a594c34
AZ
13119 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
13120 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 13121 Moved ...
4a594c34 13122 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 13123 ... here.
4a594c34 13124 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 13125 Moved ...
4a594c34 13126 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 13127 ... here.
4a594c34 13128 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 13129 Moved ...
4a594c34
AZ
13130 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
13131 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 13132 Moved ...
4a594c34 13133 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 13134 ... here.
4a594c34 13135 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 13136 Moved ...
4a594c34 13137 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 13138 ... here.
4a594c34 13139 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 13140 Moved ...
4a594c34 13141 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 13142 ... here.
4a594c34 13143 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 13144 Moved ...
4a594c34
AZ
13145 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
13146 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 13147 Moved ...
4a594c34 13148 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 13149 ... here.
4a594c34 13150 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 13151 Moved ...
4a594c34 13152 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 13153 ... here.
4a594c34 13154 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 13155 Moved ...
4a594c34 13156 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 13157 ... here.
4a594c34 13158 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 13159 Moved ...
4a594c34
AZ
13160 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
13161 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 13162 Moved ...
4a594c34 13163 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 13164 ... here.
4a594c34 13165 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 13166 Moved ...
4a594c34 13167 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 13168 ... here.
4a594c34 13169 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 13170 Moved ...
4a594c34
AZ
13171 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
13172 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 13173 Moved ...
4a594c34 13174 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 13175 ... here.
4a594c34 13176 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 13177 Moved ...
4a594c34
AZ
13178 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
13179 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 13180 Moved ...
4a594c34
AZ
13181 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
13182 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 13183 Moved ...
4a594c34 13184 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 13185 ... here.
4a594c34 13186 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 13187 Moved ...
4a594c34 13188 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 13189 ... here.
4a594c34 13190 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 13191 Moved ...
4a594c34 13192 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 13193 ... here.
4a594c34 13194 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 13195 Moved ...
4a594c34
AZ
13196 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
13197 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 13198 Moved ...
4a594c34 13199 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 13200 ... here.
4a594c34 13201 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 13202 Moved ...
4a594c34 13203 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 13204 ... here.
4a594c34
AZ
13205 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13206 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13207 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13208 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13209 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 13210 Moved ...
4a594c34 13211 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 13212 ... here.
4a594c34
AZ
13213 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13214 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13215 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13216 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13217 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13218 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13219 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13220 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13221 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13222 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13223 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13224 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13225 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 13226 Moved ...
4a594c34
AZ
13227 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13228 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 13229 Moved ...
4a594c34
AZ
13230 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13231 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13232 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13233 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 13234 Moved ...
4a594c34
AZ
13235 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13236 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13237 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13238 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13239 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13240 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13241 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 13242
0570cfed
W
132432014-06-10 Wilco <wdijkstr@arm.com>
13244
13245 * math/test-fenv-return.c: New file.
13246 * math/Makefile: Add new test test-fenv-return.
13247
f8ba1b56
JM
132482014-06-10 Joseph Myers <joseph@codesourcery.com>
13249
13250 [BZ #17042]
13251 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13252 when x - 1 is zero.
13253 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13254 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13255 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13256 0.0L for an argument of 1.0L.
13257 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13258 Likewise.
13259 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13260 value when x - 1 is zero.
13261 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13262 * sysdeps/i386/fpu/libm-test-ulps: Update.
13263 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13264
2c3520d9
BO
132652014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
13266
13267 [BZ #15119]
13268 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13269
acaa4d24
RM
132702014-06-09 Roland McGrath <roland@hack.frob.com>
13271
13272 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13273 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13274
962b744d
RM
132752014-06-09 Roland McGrath <roland@hack.frob.com>
13276
d752f0cc
RM
13277 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13278 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13279
34eda6d1
RM
13280 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13281 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13282
50f0a637
RM
13283 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13284 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
13285
08f41f04
RM
13286 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13287 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
13288
962b744d
RM
13289 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
13290 if not already defined.
13291 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
13292 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13293 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
13294 (TLS_INIT_TP): Use it.
13295 (TLS_DEFINE_INIT_TP): New macro.
13296 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
13297
09f19b05
JM
132982014-06-09 Joseph Myers <joseph@codesourcery.com>
13299
13300 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
13301 constant.
13302 [POSIX] (IXANY): Likewise.
13303 [POSIX] (OLCUC): Likewise.
13304 [POSIX || POSIX2008] (CBAUD): Do not allow.
13305 [POSIX || POSIX2008] (DEFECHO): Likewise.
13306 [POSIX || POSIX2008] (ECHOCTL): Likewise.
13307 [POSIX || POSIX2008] (ECHOKE): Likewise.
13308 [POSIX || POSIX2008] (ECHOPRT): Likewise.
13309 [POSIX || POSIX2008] (EXTA): Likewise.
13310 [POSIX || POSIX2008] (EXTB): Likewise.
13311 [POSIX || POSIX2008] (FLUSHO): Likewise.
13312 [POSIX || POSIX2008] (LOBLK): Likewise.
13313 [POSIX || POSIX2008] (PENDIN): Likewise.
13314 [POSIX || POSIX2008] (SWTCH): Likewise.
13315 [POSIX || POSIX2008] (VDISCARD): Likewise.
13316 [POSIX || POSIX2008] (VDSUSP): Likewise.
13317 [POSIX || POSIX2008] (VLNEXT): Likewise.
13318 [POSIX || POSIX2008] (VREPRINT): Likewise.
13319 [POSIX || POSIX2008] (VSTATUS): Likewise.
13320 [POSIX || POSIX2008] (VWERASE): Likewise.
13321 (B*): Change to B[0123456789]*.
13322 * conform/data/time.h-data [POSIX || UNIX98]
13323 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
13324 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13325 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
13326 [POSIX] (tm_*): Do not allow.
13327
686554bf
JM
133282014-06-07 Joseph Myers <joseph@codesourcery.com>
13329
13330 * Makefile (install): Don't set LANGUAGE.
13331 * Makefile.in (install): Likewise.
13332 * assert/Makefile (test-assert-ENV): Remove variable.
13333 (test-assert-perr-ENV): Likewise.
13334 * elf/Makefile (neededtest4-ENV): Likewise.
13335 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13336 [$(cross-compiling) = no]: Don't set LANGUAGE.
13337 * io/ftwtest-sh (LANG): Remove variable.
13338 * libio/Makefile (tst-widetext-ENV): Likewise.
13339 * manual/install.texi (Running make install): Don't refer to
13340 environment settings for make install.
13341 * INSTALL: Regenerated.
13342 * nptl/tst-tls6.sh: Don't set LANG.
13343 * posix/globtest.sh (LANG): Remove variable.
13344 * string/Makefile (tester-ENV): Likewise.
13345 (inl-tester-ENV): Likewise.
13346 (noinl-tester-ENV): Likewise.
13347 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13348 [$(cross-compiling) = no]: Don't set LANGUAGE.
13349 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
13350 without explicit environment settings.
13351
68e6b6b1
RM
133522014-06-06 Roland McGrath <roland@hack.frob.com>
13353
13354 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
13355 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
13356 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
13357 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13358
4d3ae034
CM
133592014-06-06 Chris Metcalf <cmetcalf@tilera.com>
13360
13361 * crypt/crypt-private.h [DOS]: Add some includes taken from the
13362 other files in the crypt directory.
13363 * crypt/crypt.c: Remove duplicate includes.
13364 * crypt/crypt-entry.c: Likewise.
13365 * crypt/crypt_util.c: Likewise.
13366
8540f6d2
JM
133672014-06-06 Joseph Myers <joseph@codesourcery.com>
13368
13369 * Makeconfig (run-program-env): New variable.
13370 (run-program-prefix-before-env): Likewise.
13371 (run-program-prefix-after-env): Likewise.
13372 (run-program-prefix): Define in terms of new variables.
13373 (built-program-cmd-before-env): New variable.
13374 (built-program-cmd-after-env): Likewise.
13375 (built-program-cmd): Define in terms of new variables.
13376 (test-program-prefix-before-env): New variable.
13377 (test-program-prefix-after-env): Likewise.
13378 (test-program-prefix): Define in terms of new variables.
13379 (test-program-cmd-before-env): New variable.
13380 (test-program-cmd-after-env): Likewise.
13381 (test-program-cmd): Define in terms of new variables.
13382 * Rules (make-test-out): Use $(run-program-env).
13383 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13384 (help): Do not mention environment variables. Mention
13385 --timeoutfactor option.
13386 (timeoutfactor): New variable.
13387 (blacklist_exports): Remove function.
13388 (exports): Remove variable.
13389 (command): Do not include ${exports}.
13390 * manual/install.texi (Configuring and compiling): Do not mention
13391 test wrappers preserving environment variables. Mention that last
13392 assignment to a variable must take precedence.
13393 * INSTALL: Regenerated.
13394 * benchtests/Makefile (run-bench): Use $(run-program-env).
13395 * catgets/Makefile ($(objpfx)test1.cat): Use
13396 $(built-program-cmd-before-env), $(run-program-env) and
13397 $(built-program-cmd-after-env).
13398 ($(objpfx)test2.cat): Do not specify environment variables
13399 explicitly.
13400 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13401 $(run-program-env) and $(built-program-cmd-after-env).
13402 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13403 $(run-program-env) and $(test-program-cmd-after-env).
13404 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13405 explicitly.
13406 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13407 run_program_env and test_program_cmd_after_env arguments.
13408 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13409 * elf/tst-pathopt.sh: Use run_program_env argument.
13410 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13411 $(test-wrapper-env) and $(run-program-env).
13412 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13413 run_program_env arguments.
13414 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13415 * intl/Makefile ($(objpfx)tst-gettext.out): Use
13416 $(test-program-prefix-before-env), $(run-program-env) and
13417 $(test-program-prefix-after-env).
13418 ($(objpfx)tst-gettext2.out): Likewise.
13419 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13420 run_program_env and test_program_prefix_after_env arguments.
13421 * intl/tst-gettext2.sh: Likewise.
13422 * intl/tst-gettext4.sh: Do not set environment variables
13423 explicitly.
13424 * intl/tst-gettext6.sh: Likewise.
13425 * intl/tst-translit.sh: Likewise.
13426 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13427 $(test-program-prefix-before-env), $(run-program-env) and
13428 $(test-program-prefix-after-env).
13429 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13430 run_program_env and test_program_prefix_after_env arguments.
13431 * math/Makefile (run-regen-ulps): Use $(run-program-env).
13432 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13433 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
13434 explicitly with each use of ${test_wrapper_env}.
13435 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13436 $(test-program-prefix-before-env), $(run-program-env) and
13437 $(test-program-prefix-after-env).
13438 * posix/tst-getconf.sh: Do not set environment variables
13439 explicitly.
13440 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13441 run_program_env and test_program_prefix_after_env arguments.
13442 * stdio-common/tst-printf.sh: Do not set environment variables
13443 explicitly.
13444 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13445 $(test-program-prefix-before-env), $(run-program-env) and
13446 $(test-program-prefix-after-env).
13447 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13448 run_program_env and test_program_prefix_after_env arguments.
13449 Split $test calls into $test_pre and $test.
13450 * timezone/Makefile (build-testdata): Use
13451 $(built-program-cmd-before-env), $(run-program-env) and
13452 $(built-program-cmd-after-env).
13453
ed36bfa1
AZ
134542014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13455
13456 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13457 strlen for non SHARED builds.
13458
fc75bf46
SP
134592014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
13460
13461 * nptl/allocatestack.c (check_list): Inlined function...
13462 (__reclaim_stacks): ... here.
13463
d89b3d80
OB
134642014-06-05 Ondřej Bílka <neleai@seznam.cz>
13465
13466 [BZ #15698]
13467 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13468 memory overrun.
13469
2bf18041
JM
134702014-06-05 Joseph Myers <joseph@codesourcery.com>
13471
13472 * Rules (make-test-out): Include
13473 LOCPATH=$(common-objpfx)localedata in default environment.
13474 * debug/Makefile (tst-chk1-ENV): Remove variable.
13475 (tst-chk2-ENV): Likewise.
13476 (tst-chk3-ENV): Likewise.
13477 (tst-chk4-ENV): Likewise.
13478 (tst-chk5-ENV): Likewise.
13479 (tst-chk6-ENV): Likewise.
13480 (tst-lfschk1-ENV): Likewise.
13481 (tst-lfschk2-ENV): Likewise.
13482 (tst-lfschk3-ENV): Likewise.
13483 (tst-lfschk4-ENV): Likewise.
13484 (tst-lfschk5-ENV): Likewise.
13485 (tst-lfschk6-ENV): Likewise.
13486 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13487 (tst-iconv7-ENV): Likewise.
13488 * intl/Makefile (LOCPATH-ENV): Likewise.
13489 (tst-codeset-ENV): Likewise.
13490 (tst-gettext3-ENV): Likewise.
13491 (tst-gettext5-ENV): Likewise.
13492 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13493 (tst-fopenloc-ENV): Likewise.
13494 (tst-fgetws-ENV): Remove variable.
13495 (tst-ungetwc1-ENV): Likewise.
13496 (tst-ungetwc2-ENV): Likewise.
13497 (bug-ungetwc2-ENV): Likewise.
13498 (tst-swscanf-ENV): Likewise.
13499 (bug-ftell-ENV): Likewise.
13500 (tst-fgetwc-ENV): Likewise.
13501 (tst-fseek-ENV): Likewise.
13502 (tst-ftell-partial-wide-ENV): Likewise.
13503 (tst-ftell-active-handler-ENV): Likewise.
13504 (tst-ftell-append-ENV): Likewise.
13505 * posix/Makefile (tst-fnmatch-ENV): Likewise.
13506 (tst-regexloc-ENV): Likewise.
13507 (bug-regex1-ENV): Likewise.
13508 (tst-regex-ENV): Likewise.
13509 (tst-regex2-ENV): Likewise.
13510 (bug-regex5-ENV): Likewise.
13511 (bug-regex6-ENV): Likewise.
13512 (bug-regex17-ENV): Likewise.
13513 (bug-regex18-ENV): Likewise.
13514 (bug-regex19-ENV): Likewise.
13515 (bug-regex20-ENV): Likewise.
13516 (bug-regex22-ENV): Likewise.
13517 (bug-regex23-ENV): Likewise.
13518 (bug-regex25-ENV): Likewise.
13519 (bug-regex26-ENV): Likewise.
13520 (bug-regex30-ENV): Likewise.
13521 (bug-regex32-ENV): Likewise.
13522 (bug-regex33-ENV): Likewise.
13523 (bug-regex34-ENV): Likewise.
13524 (bug-regex35-ENV): Likewise.
13525 (tst-rxspencer-ENV): Likewise.
13526 (tst-rxspencer-no-utf8-ENV): Likewise.
13527 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13528 (tst-sscanf-ENV): Likewise.
13529 (tst-swprintf-ENV): Likewise.
13530 (tst-swscanf-ENV): Likewise.
13531 (test-vfprintf-ENV): Likewise.
13532 (scanf13-ENV): Likewise.
13533 (bug14-ENV): Likewise.
13534 (tst-grouping-ENV): Likewise.
13535 * stdlib/Makefile (tst-strtod-ENV): Likewise.
13536 (tst-strtod3-ENV): Likewise.
13537 (tst-strtod4-ENV): Likewise.
13538 (tst-strtod5-ENV): Likewise.
13539 (testmb2-ENV): Likewise./
13540 * string/Makefile (tst-strxfrm-ENV): Likewise.
13541 (tst-strxfrm2-ENV): Likewise.
13542 (bug-strcoll1-ENV): Likewise.
13543 (test-strcasecmp-ENV): Likewise.
13544 (test-strncasecmp-ENV): Likewise.
13545 * time/Makefile (tst-strptime-ENV): Likewise.
13546 (tst-ftime_l-ENV): Likewise.
13547 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13548 (tst-mbrtowc-ENV): Likewise.
13549 (tst-wcrtomb-ENV): Likewise.
13550 (tst-mbrtowc2-ENV): Likewise.
13551 (tst-c16c32-1-ENV): Likewise.
13552 (tst-mbsnrtowcs-ENV): Likewise.
13553
cd1fb604
OB
135542014-06-05 Ondřej Bílka <neleai@seznam.cz>
13555
13556 * manual/resource.texi (How to get information about the memory
13557 subsystem?): Fix typo.
13558 Reported by Peon de la Parra Ivan <peon@keba.com>
13559
b42eca7d
GY
135602014-06-03 Guo Yixuan <culu.gyx@gmail.com>
13561
13562 [BZ #16882]
13563 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13564 (pthread_spin_lock): Branch out of spin loop to proper location.
13565 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13566 (pthread_spin_lock): Likewise.
13567
902b71f9
DM
13568 * nptl/tst-spin4.c: New test.
13569 * nptl/Makefile (tests): Add tst-spin4.
13570
f9d2d032
AS
135712014-06-03 Andreas Schwab <schwab@suse.de>
13572
13573 [BZ #15946]
13574 * resolv/res_send.c (send_dg): Reload file descriptor after
13575 calling reopen.
13576
cf7bfd28
SL
135772014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
13578
13579 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13580
111cc714
RH
135812014-06-03 Richard Henderson <rth@redhat.com>
13582
89b4bd6b
RH
13583 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13584 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13585 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13586 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
13587 in the SAVE_PID block.
13588 (__libc_vfork): New alias.
71840409 13589 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 13590
111cc714
RH
13591 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13592 child in registers, not on the stack. Remove RESET_PID conditionals.
13593 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13594
ccc39911
MS
135952014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
13596
13597 * sysdeps/aarch64/libm-test-ulps: Regenerate.
13598
693096cc
W
135992014-06-03 Wilco <wdijkstr@arm.com>
13600
13601 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13602 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13603 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13604 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13605 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13606 Likewise.
13607
0b4366bc
W
136082014-06-03 Wilco <wdijkstr@arm.com>
13609
13610 * sysdeps/aarch64/fpu/math_private.h
13611 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13612 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13613 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13614 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13615 Fix declarations.
13616
8747cd03
KS
136172014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
13618
13619 * crypt/crypt-private.h: Include ufc-crypt.h.
13620 (__b64_from_24bit): Declare extern.
13621 * crypt/crypt_util.c(__b64_from_24bit): New function.
13622 (b64t): New static const variable.
13623 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13624 (b64t): Remove variable.
13625 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13626 * crypt/sha256-crypt.c: Include crypt-private.h.
13627 (b64t): Remove variable.
13628 (__sha256_crypt_r): Remove b64_from_24bit and replace
13629 with __b64_from_24bit.
13630 * crypt/sha512-crypt.c: Likewise.
13631
d936d379
RM
136322014-06-02 Roland McGrath <roland@hack.frob.com>
13633
13634 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13635 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13636 Label the code __libc_vfork rather than __vfork.
13637 [!NOT_IN_libc] (vfork): Define as weak alias.
13638 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13639 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13640 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13641
9fa76613
SP
136422014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
13643
13644 * malloc/malloc.c (malloc_info): Fix format specifier for
13645 n_mmaps.
13646
a88dadbe
W
136472014-06-02 Wilco <wdijkstr@arm.com>
13648
13649 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13650 FPCR write.
13651
c95b3011
W
136522014-06-02 Wilco <wdijkstr@arm.com>
13653
13654 [BZ #17009]
13655 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13656 Rewrite to reduce FPCR/FPSR accesses.
13657
6b4d7a90
DM
136582014-06-01 David S. Miller <davem@davemloft.net>
13659
13660 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13661
30f3d07c
DM
136622014-05-31 David S. Miller <davem@davemloft.net>
13663
13664 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13665 to occur in round to nearest mode when |x| >= 2.0
13666
74f31c18
RH
136672014-05-30 Richard Henderson <rth@twiddle.net>
13668
f0712b54
RH
13669 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13670 (PSEUDO_RET_NOERRNO): Remove.
13671 (ret): Don't redefine.
13672 (ret_NOERRNO): Define in terms of ret.
13673 (ret_ERRVAL): Likewise.
13674
74f31c18
RH
13675 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13676 use of PSEUDO_RET; perform the error check directly.
13677
30477995
MM
136782014-05-30 Marko Myllynen <myllynen@redhat.com>
13679
13680 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13681 with __int128_t.
13682
62a58816
SP
136832014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13684
13685 * malloc/malloc (malloc_info): Fix formatting.
13686
4d653a59
SP
136872014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13688 Roland McGrath <roland@hack.frob.com>
13689
13690 * malloc/malloc (malloc_info): Also print mmapped statistics.
13691
5190c17f
RM
136922014-05-30 Roland McGrath <roland@hack.frob.com>
13693
13694 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13695 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13696
987c0269
OB
136972014-05-30 Ondřej Bílka <neleai@seznam.cz>
13698
13699 * malloc/malloc.c (malloc_info): Inline mi_arena.
13700
af4e8ef9
RH
137012014-05-29 Richard Henderson <rth@twiddle.net>
13702
1670e207
RH
13703 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13704 Remove comma before expanding ASM_ARGS_##nr.
13705 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13706 Make _x0 a strict output; make _x8 a strict input; adjust expansion
13707 of ASM_ARGS_##nr.
13708 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13709 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13710 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13711 (ASM_ARGS_1): Add leading comma.
13712
11a28aee
RH
13713 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13714 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13715 to __errno_location.
13716 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13717 Remove the expected plt for __errno_location.
13718
a17e5ffb 13719 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 13720 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
13721 call to __read_tp.
13722
b5be4597
RH
13723 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13724 Always allocate 64 bytes of stack frame. Use ldp/stp to create
13725 it and break it down.
13726 (DOCARGS_0, DOCARGS_1): Do nothing.
13727 (DOCARGS_2): Update to store into the new stack frame.
13728 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13729 (UNDOCARGS_1): Update to restore from the new stack frame.
13730 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13731 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13732
645d44ab
RH
13733 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13734 (SINGLE_THREAD_P): New parameter for result regno.
13735 (PSEUDO): Update to match; use cbz instead of beq.
13736
a8b4f04a
RH
13737 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13738 Use ENTRY to define the _nocancel entry point. Share the syscall
13739 and syscall error check paths with the cancel path.
13740 (PSEUDO_END): New.
13741
af4e8ef9
RH
13742 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13743 whitespace; tabs before and after asm mnemonics.
13744
26b0d2e1
EW
137452014-05-29 Eric Wong <normalperson@yhbt.net>
13746
13747 [BZ #15132]
13748 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13749 Call fstat64 or stat64 internally, depending on arguments passed.
13750 Replace stat buffer argument with file descriptor argument.
13751 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13752 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13753 Pass fd to __internal_statvfs instead of calling fstat64.
13754 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13755 Pass fd to __internal_statvfs64 instead of calling fstat64.
13756 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13757 Pass -1 to __internal_statvfs instead of calling stat64.
13758 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13759 Pass -1 to __internal_statvfs64 instead of calling stat64.
13760
1efe2bd9
RM
137612014-05-28 Roland McGrath <roland@hack.frob.com>
13762
0d3b7a19
RM
13763 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13764 that was previously under [RESET_PID].
13765 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13766
1efe2bd9
RM
13767 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13768 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13769
a6bea3ca
RM
137702014-05-27 Roland McGrath <roland@hack.frob.com>
13771
30b6629e
RM
13772 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13773
a6bea3ca
RM
13774 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13775 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13776
3dfb9a5c
OB
137772014-05-27 Ondřej Bílka <neleai@seznam.cz>
13778
13779 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13780
774f9285
AS
137812014-05-27 Andreas Schwab <schwab@suse.de>
13782
13783 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13784 TLS_INIT_TP macro.
13785 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13786 * elf/rtld.c (init_tls, dl_main): Likewise.
13787 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13788 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13789 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13790 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13791 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13792 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13793 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13794 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13795 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13796 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13797 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13798 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13799 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13800 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13801 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13802 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13803 * sysdeps/generic/tls.h: Update description.
13804
36ffe739
WN
138052014-05-27 Will Newton <will.newton@linaro.org>
13806
13807 [BZ #16990]
13808 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13809 and restore r2 rather than just restoring.
13810
2482ae43
SP
138112014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13812
13813 [BZ #16724]
13814 * libio/tst-ftell-append.c: New test case.
13815 * libio/Makefile (tests): Add test case.
13816 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13817 append mode.
13818 * libio/wfileops.c (do_ftell_wide): Likewise.
13819
3d1024e8
AZ
138202014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13821
bab90016
AZ
13822 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13823
c7a8d667
AZ
13824 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13825 ...
13826 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13827 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13828 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13829 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13830 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13831 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13832 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13833 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13834 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13835 Moved ...
13836 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13837 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13838 Moved ...
13839 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13840 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13841 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13842 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13843 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13844 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13845 ...
13846 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13847 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13848 Moved ...
13849 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13850 here.
13851 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13852 ...
13853 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13854 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13855 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13856
daee7851
AZ
13857 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13858 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13859 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13860 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13861
50a40819
AZ
13862 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13863 merge into ...
13864 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13865 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13866 ...
13867 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13868 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13869 ...
13870 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13871 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13872 Moved ...
13873 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13874 here.
13875 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13876 Moved ...
13877 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13878 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13879 Moved ...
13880 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13881
8464c2a1
AZ
13882 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13883 conditional [RESET_PID].
13884 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13885 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13886 removed.
13887 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13888 removed.
13889
3d1024e8
AZ
13890 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13891 <tcb-offsets.h>.
13892 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13893 (__libc_vfork): New strong alias.
13894 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13895 removed.
13896 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13897 Removed.
13898
13899 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13900 <tcb-offsets.h>.
13901 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13902 (__libc_vfork): New strong alias.
13903 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13904 removed.
13905 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13906 removed.
13907
fdfd175d
CD
139082014-05-26 Carlos O'Donell <carlos@redhat.com>
13909
13910 * malloc/malloc.c (mi_arena): New function.
13911 (malloc_info): Remove nested function mi_arena. Call non-nosted
13912 function mi_arena.
13913
d298c416
AZ
139142014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13915
13916 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13917 by insrwi.
13918 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13919 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13920 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13921 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13922 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13923 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13924 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13925
b60ea6ff
AS
139262014-05-26 Andreas Schwab <schwab@suse.de>
13927
13928 [BZ #16984]
13929 * locale/programs/repertoire.c (repertoire_read): Add slash
13930 between I18NPATH element and file name.
13931 * locale/programs/locfile.c (locfile_read): Likewise.
13932
67365926
SL
139332014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
13934
13935 * nptl/pthread_mutexattr_settype.c
13936 (__pthread_mutexattr_settype):
13937 Disable lock elision for PTHREAD_MUTEX_NORMAL.
13938
f8bdf1f0
SL
139392014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
13940
13941 * nptl/tst-mutex5 (do_test):
13942 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13943
15eaf6ff
SP
139442014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
13945
13946 * benchtests/README: Document 'init' directive.
13947 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13948 BENCH_INIT.
13949 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13950 (parse_file): Recognize 'init' directive.
13951
75f11331
KM
139522014-05-26 Kyle McMartin <kyle@redhat.com>
13953
13954 [BZ #16796]
13955 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13956 alignment of struct pthread.
13957
c3ec475c
SP
139582014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
13959
13960 [BZ #16878]
13961 * nscd/netgroupcache.c (addgetnetgrentX): Look for
13962 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13963 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13964 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13965
82aab97c
RH
139662014-05-25 Richard Henderson <rth@twiddle.net>
13967
aa2f176d
RH
13968 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13969 (SINGLE_THREAD_P_PIC): Remove.
13970 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13971 (SINGLE_THREAD_P_PIC): Remove.
13972
ca3cfa40
RH
13973 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13974 branch to syscall error ...
13975 (PSEUDO): ... here.
13976 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13977 from __local_syscall_error to .Lsyscall_error.
13978 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13979 (SYSCALL_ERROR): Update label name.
13980
6e6c2d01
RH
13981 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13982 Do not use DOARGS/UNDOARGS.
13983 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13984 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13985 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13986 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13987 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13988
c69abcee
RH
13989 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13990 block comment.
13991
82aab97c
RH
13992 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13993 define if !NOT_IN_libc.
13994 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13995 define with non-default symbol versions.
13996
8820e3ac
RH
139972014-05-23 Richard Henderson <rth@twiddle.net>
13998
900e445f
RH
13999 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
14000 (vfork, __vfork): Define via compat_symbol.
14001
8820e3ac
RH
14002 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
14003 [!HAVE_IFUNC] (vfork_compat): Remove.
14004 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
14005
e59252a5
JM
140062014-05-23 Joseph Myers <joseph@codesourcery.com>
14007
14008 [BZ #16978]
14009 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
14010 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
14011 variable.
14012
132c7f5f
RH
140132014-05-23 Richard Henderson <rth@twiddle.net>
14014
bc89e962
RH
14015 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
14016 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
14017 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
14018 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
14019
14020 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
14021 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
14022 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
14023 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
14024 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
14025 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
14026 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
14027 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
14028 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
14029 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
14030 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
14031 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
14032 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
14033 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
14034 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
14035 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
14036 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
14037 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
14038 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
14039 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
14040 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
14041 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
14042 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
14043 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
14044 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
14045 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
14046 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
14047 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
14048 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
14049 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
14050 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
14051 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
14052 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
14053 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
14054 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
14055 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
14056 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
14057 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
14058 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
14059 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
14060 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
14061 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
14062 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
14063 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
14064 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
14065 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
14066 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
14067 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
14068 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
14069 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
14070 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
14071 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
14072 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
14073 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
14074 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
14075 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
14076
e2fa4bc2
RH
14077 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
14078 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
14079 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
14080 before exiting on error.
14081 (__libc_vfork): New strong alias.
14082 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
14083 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
14084
279b24e2
RH
14085 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
14086 that was previously under [RESET_PID].
14087 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
14088
132c7f5f
RH
14089 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
14090
b72592e7
JM
140912014-05-23 Joseph Myers <joseph@codesourcery.com>
14092
14093 [BZ #16977]
14094 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
14095 value when x - 1 is zero.
14096 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
14097 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
14098 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
14099 0.0L for an argument of 1.0L.
14100 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
14101 Likewise.
14102 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
14103 value when x - 1 is zero.
14104 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
14105 * sysdeps/i386/fpu/libm-test-ulps: Update.
14106 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14107
2302d679
RV
141082014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
14109
14110 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
14111 alphasort and versionsort.
14112
32999d63
AZ
141132014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14114
14115 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
14116 macro.
14117 [copysignf]: Likewise.
14118
019324d0
SP
141192014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
14120
14121 * crypt/md5-crypt.c: Fix formatting.
14122
34fff5c2
KS
141232014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
14124
14125 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
14126 (b64_from_24bit): New function.
14127
3d2badac
AZ
141282014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14129
14130 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
14131 libc_hidden_builtin_def to ifunc.
14132 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14133 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
14134
f7bb179f 141352014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
14136
14137 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
14138 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
14139
4134b50d
JM
141402014-05-21 Joseph Myers <joseph@codesourcery.com>
14141
bb7d0337
JM
14142 * nscd/Depend (linuxthreads): Remove.
14143 (nptl): Add.
14144 * resolv/Depend (linuxthreads): Remove.
14145 * rt/Depend (linuxthreads): Remove.
14146
4134b50d
JM
14147 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
14148 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
14149 $(common-objpfx)elf/.
14150 (link-libc-before-gnulib): Likewise.
14151 (elfobjdir): Remove variable.
14152 * Makefile (install): Use $(elf-objpfx) instead of
14153 $(common-objpfx)elf/.
14154 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
14155 $(elfobjdir)/.
14156 (link-libc-deps): Likewise.
14157 ($(common-objpfx)libc.so): Likewise.
14158 ($(common-objpfx)linkobj/libc.so): Likewise.
14159 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
14160 instead of $(common-objpfx)elf/.
14161 (symbolic-link-list): Likewise.
14162 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14163 [$(cross-compiling) = no]: Likewise.
14164 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
14165 $(elfobjdir)/.
14166 (static-gnulib-arch): Likewise.
14167 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14168 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
14169 $(common-objpfx)elf/.
14170
3612eb8f
RH
141712014-05-21 Richard Henderson <rth@redhat.com>
14172
a6b3657b
RH
14173 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14174 (SINGLE_THREAD_P): Use the correct width load. Fold
14175 into the ldr offset.
14176
3612eb8f
RH
14177 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
14178 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
14179
175cef41
JM
141802014-05-20 Joseph Myers <joseph@codesourcery.com>
14181
14182 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
14183 (libgcc_s_resume): Use __attribute_used__.
14184 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
14185 Likewise.
14186
e13bccd3
AZ
141872014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14188
14189 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
14190 optimization when used with float constants.
14191
7c112a38
AZ
14192 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14193
ae75a883
AJ
141942014-05-20 Aurelien Jarno <aurelien@aurel32.net>
14195
14196 [BZ #16915]
14197 * locale/nl_langinfo_l.c: Make direct reference to every
14198 _nl_current_CATEGORY symbol.
14199 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
14200 (tests-static): Add tst-langinfo-static.
14201 (tests-special): Add tst-langinfo-static.out.
14202 ($(objpfx)tst-langinfo.out): Redirect output.
14203 ($(objpfx)tst-langinfo-static.out): New.
14204 * localedata/tst-langinfo.sh: Send output to stdout.
14205 * localedata/tst-langinfo-static.c: New file.
14206
4406c41c
AJ
14207 [BZ #16965]
14208 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14209 when the shift amount is modulo the limb size.
14210
4c0a1e63
RH
142112014-05-20 Richard Henderson <rth@redhat.com>
14212
de9d8f20
RH
14213 [BZ #16967]
14214 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14215 Change type of sa_flags from unsigned int to int.
14216
4c0a1e63
RH
14217 [BZ #16966]
14218 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
14219
14220 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14221
a60339aa
WN
142222014-05-20 Will Newton <will.newton@linaro.org>
14223
14224 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14225 Test the return value of the system call in the nocancel case.
14226
7d05a816
YR
142272014-05-20 Will Newton <will.newton@linaro.org>
14228 Yvan Roux <yvan.roux@linaro.org>
14229
14230 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14231 #include of asm/ptrace.h.
14232 (PTRACE_GET_THREAD_AREA): Remove #undef.
14233 (PTRACE_GETHBPREGS): Likewise.
14234 (PTRACE_SETHBPREGS): Likewise.
14235 (struct user_regs_struct): New structure.
14236 (struct user_fpsimd_struct): New structure.
14237 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14238 #include of asm/ptrace.h and second #include of sys/user.h.
14239 (PTRACE_GET_THREAD_AREA): Remove #undef.
14240 (PTRACE_GETHBPREGS): Likewise.
14241 (PTRACE_SETHBPREGS): Likewise.
14242 (ELF_NGREG): Use new struct user_regs_struct.
14243 (elf_fpregset_t): Use new struct user_fpsimd_struct.
14244
af121e37
AZ
142452014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14246
14247 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14248 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14249
834caf06
JM
142502014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14251
14252 [BZ #16958]
14253 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14254 membar to avoid block loads/stores to overlap previous stores.
14255
e184a918
RH
142562014-05-17 Richard Henderson <rth@redhat.com>
14257
14258 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14259 Create the __##syscall_name##_nocancel entry point.
14260 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14261 Remove; let the sysdep-cancel.h code create it.
14262
f56c7a6a
DM
142632014-05-17 David S. Miller <davem@davemloft.net>
14264
14265 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14266 Protect with __USE_GNU.
14267 (TIOCSET_TEMPT): Likewise.
14268 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14269 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14270 these are already provided in bits/ioctl-types.h
14271
f75616b2
RM
142722014-05-16 Roland McGrath <roland@hack.frob.com>
14273
3edeca86
RM
14274 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14275 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14276
f75616b2
RM
14277 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14278 Use wait4 regardless of [__NR_waitpid].
14279
deb0f7f6
MR
142802014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
14281
14282 PR libgcc/60166
14283 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14284 (_FP_NANSIGN_Q): Set the quiet bit.
14285
79520f4b
JM
142862014-05-16 Joseph Myers <joseph@codesourcery.com>
14287
14288 * benchtests/Makefile
14289 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
14290 not $(common-objpfx)math/libm.so.
14291 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
14292 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14293 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
14294 $(common-objpfx)dlfcn/libdl.so.
14295 ($(objpfx)tst-audit8): Depend on $(libm), not
14296 $(common-objpfx)math/libm.so.
14297 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
14298 not $(common-objpfx)dlfcn/libdl.so.
14299 * math/Makefile
14300 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14301 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
14302 [$(build-shared) = yes].
14303 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
14304 $(common-objpfx)nptl/libpthread.so.
14305 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
14306 $(common-objpfx)math/libm.so$(libm.so-version) or
14307 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
14308 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
14309 $(common-objpfx)dlfcn/libdl.so.
14310 * setjmp/Makefile (link-libm): Remove variable.
14311 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
14312 * stdio-common/Makefile (link-libm): Remove variable.
14313 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
14314 * stdlib/Makefile (link-libm): Remove variable.
14315 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
14316 ($(objpfx)tst-strtod-round): Likewise.
14317 ($(objpfx)tst-tininess): Likewise.
14318 ($(objpfx)tst-strtod-underflow): Likewise.
14319 ($(objpfx)tst-strtod6): Likewise.
14320 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
14321 $(libdl), not $(common-objpfx)nptl/libpthread.so and
14322 $(common-objpfx)dlfcn/libdl.so.
14323
026b0fe4
AZ
143242014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14325
14326 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
14327 BSD terminal modes definitions.
14328
def4bcb2
RM
143292014-05-16 Roland McGrath <roland@hack.frob.com>
14330
fe39b021
RM
14331 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
14332 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
14333
1d1fc46e 14334 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
14335 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
14336 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
14337 Don't do #include_next.
14338 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
14339 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
14340 Don't do #include_next.
14341 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
14342 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
14343 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
14344 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
14345
c72399fb
AM
143462014-05-16 Allan McRae <allan@archlinux.org>
14347
d51d659d
AM
14348 * po/sv.po: Update Swedish translation from translation project.
14349
c72399fb
AM
14350 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
14351 in sed expression.
14352
d0583c40
AJ
143532014-05-16 Aurelien Jarno <aurelien@aurel32.net>
14354
14355 [BZ #16917]
14356 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
14357 errno if the TIOCGPTN ioctl fails with an error different than
14358 EINVAL.
14359 * login/tst-ptsname.c: New file.
14360 * login/Makefile (tests): Add tst-ptsname.
14361
d16e6ec7
AJ
14362 [BZ #16943]
14363 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14364 and prlimit64.
14365
cf26a0cb
SP
143662014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
14367
14368 [BZ #16849]
14369 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14370 herrno to return EAI_AGAIN.
14371
5675da1e
RM
143722014-05-14 Roland McGrath <roland@hack.frob.com>
14373
a5d87b3d
RM
14374 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14375 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14376 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14377 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14378 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14379 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14380 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14381 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14382 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14383 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14384 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14385 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14386 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14387 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14388 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14389 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14390 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14391 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14392 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14393 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14394 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14395 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14396 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14397 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14398 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14399 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14400 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14401 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14402 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14403 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14404 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14405 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14406 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14407 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14408 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14409 Moved ...
14410 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14411 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14412 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14413 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14414 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14415 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14416 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14417 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14418 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14419 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14420 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14421 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14422 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14423 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14424 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14425 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14426 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14427 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14428 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14429 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14430 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14431 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14432 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14433 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14434 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14435 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14436 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14437 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14438 Moved ...
14439 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14440 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14441 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14442 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14443 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14444 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14445 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14446 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14447 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14448 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14449 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14450 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14451 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14452 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14453 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14454 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14455 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14456 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14457 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14458 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14459 Moved ...
14460 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14461 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14462 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14463
039890a6
RM
14464 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14465 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14466 (libpthread-sysdep_routines): Add elision-related stuff here instead.
14467 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14468 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14469 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14470 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14471 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14472 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14473 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14474 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14475 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14476 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14477 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14478 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14479 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14480 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14481 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14482 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14483 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14484 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14485 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14486 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14487 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14488 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14489 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14490 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14491 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14492 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14493 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14494 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14495
65c89320
RM
14496 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14497 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14498
348f8e8c
RM
14499 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14500 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14501 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14502 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14503 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14504 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14505 Moved ...
14506 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14507 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14508 Moved ...
14509 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14510 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14511 Moved ...
14512 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14513 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14514 Moved ...
14515 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14516 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14517 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14518 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14519 Moved ...
14520 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14521 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14522 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14523 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14524 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14525 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14526 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14527 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14528 Moved ...
14529 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14530 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14531 Moved ...
14532 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14533 ... here.
14534 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14535 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14536 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14537 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14538 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14539 Moved ...
14540 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14541 ... here.
14542 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14543 Moved ...
14544 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14545 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14546 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14547 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14548 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14549 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14550 Moved ...
14551 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14552 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14553 Moved ...
14554 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14555 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14556 Moved ...
14557 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14558 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14559 Moved ...
14560 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14561 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14562 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14563 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14564 Moved ...
14565 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14566 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14567 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14568 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14569 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14570 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14571 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14572 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14573 Moved ...
14574 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14575 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14576 Moved ...
14577 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14578 ... here.
14579 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14580 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14581 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14582 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14583 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14584 Moved ...
14585 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14586 ... here.
14587 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14588 Moved ...
14589 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14590 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14591 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14592 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14593 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14594 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14595 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14596 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14597 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14598 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14599 Moved ...
14600 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14601 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14602 Moved ...
14603 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14604 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14605 Moved ...
14606 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14607 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14608 Moved ...
14609 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14610 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14611 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14612 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14613 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14614 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14615 Moved ...
14616 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14617 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14618 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14619 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14620 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14621 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14622 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14623 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14624 Moved ...
14625 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14626 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14627 Moved ...
14628 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14629 ... here.
14630 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14631 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14632 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14633 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14634 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14635 Moved ...
14636 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14637 ... here.
14638 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14639 Moved ...
14640 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14641 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14642 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14643 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14644 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14645 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14646 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14647 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14648 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14649 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14650 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14651
5085af05
RM
14652 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14653 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14654
708f0813
RM
14655 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14656 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14657
c96067bc
RM
14658 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14659 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14660 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14661 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14662 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14663 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14664 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14665 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14666 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14667 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14668 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14669 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14670 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14671 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14672 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14673 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14674 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14675 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14676 Moved ...
14677 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14678 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14679 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14680 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14681 Moved ...
14682 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14683 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14684 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14685 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14686 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14687 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14688 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14689 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14690 Moved ...
14691 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14692 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14693 Moved ...
14694 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14695 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14696 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14697 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14698 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14699 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14700 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14701 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14702 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14703 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14704 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14705 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14706 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14707 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14708 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14709 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14710 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14711
ec136444
RM
14712 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14713 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14714 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14715 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14716 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14717
2fbdf533
RM
14718 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14719 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14720 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14721 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14722 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14723 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14724 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14725 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14726 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14727 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14728
4c68138b
RM
14729 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14730 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14731
4eaae765
RM
14732 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14733 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
14734 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14735 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14736 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14737 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14738 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14739 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14740 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14741 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14742 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14743 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14744 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14745 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14746 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14747 Update #include.
14748 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14749 Likewise.
14750 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14751 Likewise.
14752 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14753 Likewise.
14754 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14755 Likewise.
14756 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14757 Likewise.
14758 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14759 Likewise.
14760 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14761 Likewise.
14762 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14763 Likewise.
14764 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14765 Likewise.
4ef6befa
RM
14766 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14767 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14768 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14769 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14770 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
14771 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14772 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14773 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14774 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14775 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14776 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14777 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14778 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14779 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
14780 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 14781
941d7dfd
RM
14782 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14783 that was previously under [RESET_PID].
14784 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14785 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14786 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14787
1b731c35
RM
14788 * sysdeps/i386/nptl/Implies: New file.
14789 * sysdeps/x86_64/nptl/Implies: New file.
14790 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14791 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14792 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14793 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14794
e2787137
RM
14795 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14796 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14797 (__libc_vfork): New strong alias.
14798 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14799 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14800
14801 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14802 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14803 (__libc_vfork): New strong alias.
14804 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14805 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14806
5675da1e
RM
14807 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14808 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14809 (__libc_vfork): New strong alias.
14810 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14811 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14812 * nptl/pt-vfork.c: New file.
14813 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14814 (libpthread: GLIBC_2.20): New version set (empty).
14815
4f02e2b8
WN
148162014-05-14 Will Newton <will.newton@linaro.org>
14817
14818 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14819 rather than #if.
14820
0bf061d3
JM
148212014-05-14 Joseph Myers <joseph@codesourcery.com>
14822
1a84c3d6
JM
14823 [BZ #16564]
14824 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14825 arguments with exponent 65 or above.
14826 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14827 arguments 0x1p113L or above.
14828 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14829 to arguments 0x1p107L or above.
14830 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14831 positive arguments with exponent 65 or above.
14832 * math/auto-libm-test-in: Add more tests of log1p.
14833 * math/auto-libm-test-out: Regenerated.
14834
01dbacd2
JM
14835 [BZ #16928]
14836 * math/s_cacos.c (__cacos): Ensure zero real part of result from
14837 non-finite arguments is +0.
14838 * math/s_cacosf.c (__cacosf): Likewise.
14839 * math/s_cacosl.c (__cacosl): Likewise.
14840 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14841 * sysdeps/i386/fpu/libm-test-ulps: Update.
14842 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14843
913d03c8
JM
14844 [BZ #16927]
14845 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14846 value.
14847 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14848 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14849 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14850 for explicit high bit of mantissa when testing for argument equal
14851 to 1.
14852 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14853 * sysdeps/i386/fpu/libm-test-ulps: Update.
14854 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14855
0bf061d3
JM
14856 [BZ #16516]
14857 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14858 (__erf): Scale by 16 instead of 8 in potentially underflowing
14859 case. Ensure exception if result actually underflows.
14860 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14861 (__erff): Scale by 16 instead of 8 in potentially underflowing
14862 case. Ensure exception if result actually underflows.
14863 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14864 (efx8): Remove variable.
14865 (__erfl): Scale by 16 instead of 8 in potentially underflowing
14866 case. Ensure exception if result actually underflows.
14867 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14868 (efx8): Remove variable.
14869 (__erfl): Scale by 16 instead of 8 in potentially underflowing
14870 case. Ensure exception if result actually underflows.
14871 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14872 (efx8): Remove variable.
14873 (__erfl): Scale by 16 instead of 8 in potentially underflowing
14874 case. Ensure exception if result actually underflows.
14875 * math/auto-libm-test-in: Add more tests of erf.
14876 * math/auto-libm-test-out: Regenerated.
14877
73ba67cb
AS
148782014-05-14 Andreas Schwab <schwab@suse.de>
14879
3d8c8bff
AS
14880 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14881 Remove code conditionalized on USE___THREAD.
14882
73ba67cb
AS
14883 * config.h.in (HAVE_PT_CHOWN): Define as 0.
14884 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14885 not definedness.
14886
5c521ecd
JM
148872014-05-14 Joseph Myers <joseph@codesourcery.com>
14888
5e7698c6
JM
14889 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14890 Define unconditionally.
14891 (__ASSUME_O_CLOEXEC): Likewise.
14892 (__ASSUME_SOCK_CLOEXEC): Likewise.
14893 (__ASSUME_IN_NONBLOCK): Likewise.
14894 (__ASSUME_PIPE2): Likewise.
14895 (__ASSUME_EVENTFD2): Likewise.
14896 (__ASSUME_SIGNALFD4): Likewise.
14897 (__ASSUME_DUP3): Likewise.
14898 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14899 (__ASSUME_DUP3): Do not define.
14900 (__ASSUME_EVENTFD2): Likewise.
14901 (__ASSUME_IN_NONBLOCK): Likewise.
14902 (__ASSUME_O_CLOEXEC): Likewise.
14903 (__ASSUME_PIPE2): Likewise.
14904 (__ASSUME_SIGNALFD4): Likewise.
14905 (__ASSUME_SOCK_CLOEXEC): Likewise.
14906 (__ASSUME_UTIMES): Undefine.
14907 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14908 (__ASSUME_UTIMES): Do not define.
14909 (__ASSUME_O_CLOEXEC): Likewise.
14910 (__ASSUME_SOCK_CLOEXEC): Likewise.
14911 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14912 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14913 0x020621].
14914 (__ASSUME_PIPE2): Likewise.
14915 (__ASSUME_EVENTFD2): Likewise.
14916 (__ASSUME_SIGNALFD4): Likewise.
14917 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14918 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14919 Do not define.
14920 (__ASSUME_EVENTFD2): Likewise.
14921 (__ASSUME_SIGNALFD4): Likewise.
14922 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14923 (__ASSUME_32BITUIDS): Likewise.
14924 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14925 (__ASSUME_IPC64): Likewise.
14926 (__ASSUME_ST_INO_64_BIT): Likewise.
14927 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14928 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14929 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14930 (__ASSUME_UTIMES): Do not define.
14931 (__ASSUME_PSELECT): Likewise.
14932 (__ASSUME_PPOLL): Likewise.
14933 (__ASSUME_O_CLOEXEC): Likewise.
14934 (__ASSUME_SOCK_CLOEXEC): Likewise.
14935 (__ASSUME_IN_NONBLOCK): Likewise.
14936 (__ASSUME_PIPE2): Likewise.
14937 (__ASSUME_EVENTFD2): Likewise.
14938 (__ASSUME_SIGNALFD4): Likewise.
14939 (__ASSUME_DUP3): Likewise.
14940 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14941 (__ASSUME_UTIMES): Likewise.
14942 (__ASSUME_O_CLOEXEC): Likewise.
14943 (__ASSUME_SOCK_CLOEXEC): Likewise.
14944 (__ASSUME_IN_NONBLOCK): Likewise.
14945 (__ASSUME_PIPE2): Likewise.
14946 (__ASSUME_EVENTFD2): Likewise.
14947 (__ASSUME_SIGNALFD4): Likewise.
14948 (__ASSUME_DUP3): Likewise.
14949 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14950 (__ASSUME_UTIMES): Likewise.
14951 (__ASSUME_O_CLOEXEC): Likewise.
14952 (__ASSUME_SOCK_CLOEXEC): Likewise.
14953 (__ASSUME_IN_NONBLOCK): Likewise.
14954 (__ASSUME_PIPE2): Likewise.
14955 (__ASSUME_EVENTFD2): Likewise.
14956 (__ASSUME_SIGNALFD4): Likewise.
14957 (__ASSUME_DUP3): Likewise.
14958 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14959 Likewise.
14960 (__ASSUME_UTIMES): Likewise.
14961 (__ASSUME_EVENTFD2): Likewise.
14962 (__ASSUME_SIGNALFD4): Likewise.
14963 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14964 (__ASSUME_O_CLOEXEC): Likewise.
14965 (__ASSUME_SOCK_CLOEXEC): Likewise.
14966 (__ASSUME_IN_NONBLOCK): Likewise.
14967 (__ASSUME_PIPE2): Likewise.
14968 (__ASSUME_EVENTFD2): Likewise.
14969 (__ASSUME_SIGNALFD4): Likewise.
14970 (__ASSUME_DUP3): Likewise.
14971 (__ASSUME_UTIMES): Undefine.
14972
5c521ecd
JM
14973 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14974 feclearexcept. Remove symbol versioning code.
14975 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
14976 symbol versioning code.
14977 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
14978 symbol versioning code.
14979 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14980 feupdateenv. Remove symbol versioning code.
14981 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14982 fegetexceptflag. Remove symbol versioning code.
14983 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14984 fesetexceptflag. Remove symbol versioning code.
14985 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14986 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
14987 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14988 (__posix_fadvise64_l32): Remove prototype.
14989 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14990 code.
14991
5da9dfad
RM
149922014-05-13 Roland McGrath <roland@hack.frob.com>
14993
14994 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14995 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14996 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14997 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14998
893b4f37
SK
149992014-05-13 Sami Kerola <kerolasa@iki.fi>
15000
15001 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
15002 current working directory
15003
e0db6517
RM
150042014-05-13 Roland McGrath <roland@hack.frob.com>
15005
58aa195d
RM
15006 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
15007 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
15008 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
15009 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
15010 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
15011 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
15012 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
15013 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
15014 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
15015 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
15016 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
15017 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
15018 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
15019 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
15020 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
15021 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
15022 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
15023 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
15024 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
15025 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
15026 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
15027 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
15028 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
15029 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
15030 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
15031 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
15032 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
15033 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
15034 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
15035 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
15036 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
15037 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
15038 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
15039 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
15040 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
15041 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
15042 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
15043 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
15044 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
15045 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
15046 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
15047 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
15048
8c6d01f0
RM
15049 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
15050 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
15051
15052 * sysdeps/unix/sysv/linux/arm/Makefile
15053 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
15054 Add rt-aeabi_unwind_cpp_pr1.
15055 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
15056 Add nptl-aeabi_unwind_cpp_pr1.
15057 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
15058 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
15059 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
15060 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
15061 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
15062 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
15063
15064 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
15065 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
15066 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
15067 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
15068
bba6da4e
RM
15069 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
15070 Deconditionalize the code that was previously under [RESET_PID].
15071 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
15072
e0db6517
RM
15073 * sysdeps/generic/exit-thread.h: New file.
15074 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
15075 * include/unistd.h (__exit_thread): Remove declaration.
15076 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
15077 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
15078 * csu/libc-start.c: Include <exit-thread.h>.
15079 (LIBC_START_MAIN): Pass no argument to __exit_thread.
15080 * nptl/pthread_create.c: Include <exit-thread.h>.
15081 (start_thread): Call __exit_thread in place of __exit_thread_inline.
15082 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
15083 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
15084 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
15085 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
15086 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
15087 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
15088 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
15089 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
15090 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
15091 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
15092 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
15093 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
15094 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
15095 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
15096 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
15097 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
15098
01eb16fd
AS
150992014-05-13 Andreas Schwab <schwab@suse.de>
15100
15101 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
15102
637461d9
JM
151032014-05-12 Joseph Myers <joseph@codesourcery.com>
15104
15105 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
15106 (__ASSUME_UTIMES): Do not condition on kernel version.
15107 (__ASSUME_PSELECT): Define unconditionally.
15108 (__ASSUME_PPOLL): Likewise.
15109 (__ASSUME_ATFCTS): Likewise.
15110 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
15111 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
15112 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
15113 (__ASSUME_UTIMENSAT): Define unconditionally.
15114 (__ASSUME_PRIVATE_FUTEX): Likewise.
15115 (__ASSUME_FALLOCATE): Likewise.
15116 (__ASSUME_O_CLOEXEC): Likewise.
15117 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
15118 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
15119 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
15120 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
15121 (__ASSUME_IN_NONBLOCK): Likewise.
15122 (__ASSUME_PIPE2): Likewise.
15123 (__ASSUME_EVENTFD2): Likewise.
15124 (__ASSUME_SIGNALFD4): Likewise.
15125 (__ASSUME_DUP3): Likewise.
15126 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15127 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
15128 (__ASSUME_AT_RANDOM): Likewise.
15129 (__ASSUME_PREADV): Likewise.
15130 (__ASSUME_PWRITEV): Likewise.
15131 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
15132 (__ASSUME_F_GETOWN_EX): Define unconditionally.
15133 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
15134 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
15135 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
15136 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15137 (__ASSUME_O_CLOEXEC): Define unconditionally.
15138 (__ASSUME_PSELECT): Do not undefine conditionally.
15139 (__ASSUME_PPOLL): Likewise.
15140 (__ASSUME_ATFCTS): Likewise.
15141 (__ASSUME_SET_ROBUST_LIST): Likewise.
15142 (__ASSUME_UTIMENSAT): Likewise.
15143 (__ASSUME_FDATASYNC): Define unconditionally.
15144 * sysdeps/unix/sysv/linux/arm/kernel-features.h
15145 (__ASSUME_SIGFRAME_V2): Likewise.
15146 )__ASSUME_EVENTFD2): Likewise.
15147 (__ASSUME_SIGNALFD4): Likewise.
15148 (__ASSUME_PSELECT): Do not undefine conditionally.
15149 (__ASSUME_PPOLL): Likewise.
15150 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15151 (__ASSUME_PSELECT): Define unconditionally.
15152 (__ASSUME_PPOLL): Likewise.
15153 (__ASSUME_O_CLOEXEC): Likewise.
15154 (__ASSUME_SOCK_CLOEXEC): Likewise.
15155 (__ASSUME_IN_NONBLOCK): Likewise.
15156 (__ASSUME_PIPE2): Likewise.
15157 (__ASSUME_EVENTFD2): Likewise.
15158 (__ASSUME_SIGNALFD4): Likewise.
15159 (__ASSUME_DUP3): Likewise.
15160 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15161 (__ASSUME_O_CLOEXEC): Likewise.
15162 (__ASSUME_SOCK_CLOEXEC): Likewise.
15163 (__ASSUME_IN_NONBLOCK): Likewise.
15164 (__ASSUME_PIPE2): Likewise.
15165 (__ASSUME_EVENTFD2): Likewise.
15166 (__ASSUME_SIGNALFD4): Likewise.
15167 (__ASSUME_DUP3): Likewise.
15168 * sysdeps/unix/sysv/linux/mips/kernel-features.h
15169 (__ASSUME_EVENTFD2): Likewise.
15170 (__ASSUME_SIGNALFD4): Likewise.
15171 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15172
315eb1d8
AS
151732014-05-12 Andreas Schwab <schwab@suse.de>
15174
15175 [BZ #16932]
15176 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
15177 (_nss_nis_gethostbyname4_r): Return error if item length is larger
15178 than maximum RPC packet size.
15179 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
15180 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
15181 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
15182 (_nss_nis_getservbyport_r): Likewise.
15183
91df99f7
WN
151842014-05-12 Will Newton <will.newton@linaro.org>
15185
15186 * malloc/Makefile (tests): Add tst-mallopt.
15187 * malloc/tst-mallopt.c: New file.
15188
0a982a29
RM
151892014-05-09 Roland McGrath <roland@hack.frob.com>
15190
15191 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
15192 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
15193
0ded08a5
AZ
151942014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15195
15196 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
15197 (tst-tlsmod6.so): Likewise.
15198
55d4d550
RM
151992014-05-09 Roland McGrath <roland@hack.frob.com>
15200
15201 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15202
77d08aca
JM
152032014-05-09 Joseph Myers <joseph@codesourcery.com>
15204
15205 [BZ #16064]
15206 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15207 and <dl-procinfo.h>.
15208 (__fegetenv): Save SSE state in envp->__eip if supported.
15209 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15210 envp->__eip if supported.
15211 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15212 and <dl-procinfo.h>.
15213 (__fesetenv): Always set __eip, __cs_selector, __opcode,
15214 __data_offset and __data_selector in environment to 0. Set SSE
15215 state if supported.
15216 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15217 test-fenv-sse.
15218 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15219 -mfpmath=sse.
15220 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15221
28162f4d
WN
152222014-05-09 Will Newton <will.newton@linaro.org>
15223
15224 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15225 and libc_relro_required for ARM.
15226 * sysdeps/arm/preconfigure: Regenerate.
15227
5a414ff7
DV
152282014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
15229 Stefan Liebler <stli@linux.vnet.ibm.com>
15230
15231 * config.make.in (enable-lock-elision): New Makefile variable.
15232 * configure.ac: Likewise.
15233 * configure: Regenerate.
15234 * sysdeps/s390/configure.ac:
15235 Add check for gcc transactions support.
15236 * sysdeps/s390/configure: Regenerate.
15237 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15238 Build elision files if enabled.
15239 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15240 Add lock elision support for s390.
15241 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15242 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15243 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15244 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15245 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15246 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15247 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15248 Likewise.
15249 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15250 Likewise.
15251 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15252 Likewise.
15253 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15254 Likewise.
15255 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15256 (__lll_timedlock_elision, __lll_lock_elision)
15257 (__lll_unlock_elision, __lll_trylock_elision)
15258 (lll_timedlock_elision, lll_lock_elision)
15259 (lll_unlock_elision, lll_trylock_elision): Add.
15260 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15261 (pthread_mutex_t): Add lock elision support for s390.
15262
1a2f40e5
W
152632014-05-14 Wilco <wdijkstr@arm.com>
15264
15265 * sysdeps/arm/fclrexcpt.c: Cleanup.
15266 * sysdeps/arm/fedisblxcpt.c: Cleanup.
15267 * sysdeps/arm/feenablxcpt.c: Cleanup.
15268 * sysdeps/arm/fegetenv.c: Cleanup.
15269 * sysdeps/arm/fegetexcept.c: Cleanup.
15270 * sysdeps/arm/fegetround.c: Cleanup.
15271 * sysdeps/arm/feholdexcpt.c: Cleanup.
15272 * sysdeps/arm/fesetenv.c: Cleanup.
15273 * sysdeps/arm/fesetround.c: Cleanup.
15274 * sysdeps/arm/feupdateenv.c: Cleanup.
15275 * sysdeps/arm/fgetexcptflg.c: Cleanup.
15276 * sysdeps/arm/fraiseexcpt.c: Cleanup.
15277 * sysdeps/arm/fsetexcptflg.c: Cleanup.
15278 * sysdeps/arm/ftestexcept.c: Cleanup.
15279 * sysdeps/arm/get-rounding-mode.h: Cleanup.
15280 * sysdeps/arm/setfpucw.c: Cleanup.
15281
f63c86fe
WN
152822014-05-09 Will Newton <will.newton@linaro.org>
15283
15284 * sysdeps/arm/armv7/strcmp.S: New file.
15285 * NEWS: Mention addition of ARMv7 optimized strcmp.
15286
7a1a51b5
RM
152872014-05-08 Roland McGrath <roland@hack.frob.com>
15288
95afbbe5
RM
15289 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
15290 look for %.ac rather than %.in.
15291
15292 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15293 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
15294 * sysdeps/mach/hurd/configure: Regenerated.
15295 * sysdeps/unix/sysv/linux/configure: Regenerated.
15296
7a1a51b5
RM
15297 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
15298
5057ad3b
SE
152992014-05-07 Steve Ellcey <sellcey@mips.com>
15300
15301 [BZ# 16922]
15302 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
15303 (LONG_SUB): Ditto.
15304 (PTR_SUB): Ditto.
15305
8dc97517
AS
153062014-05-07 Andreas Schwab <schwab@suse.de>
15307
15308 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
15309 when skipping over non-matching result from nscd.
15310
ce0c5b8f
OB
153112014-05-07 Ondřej Bílka <neleai@seznam.cz>
15312
15313 [BZ #16876]
15314 * nptl/sockperf.c (client): Check socket return value.
8dc97517 15315
a1189263
OB
15316 [BZ #16877]
15317 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
15318 nscd security class.
ce0c5b8f 15319
0f58d252
RM
153202014-05-06 Roland McGrath <roland@hack.frob.com>
15321
15322 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
15323 * sysdeps/arm/unwind.h: ... here.
15324
83df9ad0
AJ
153252014-05-06 Aurelien Jarno <aurelien@aurel32.net>
15326
ce0c5b8f
OB
15327 [BZ# 16916]
15328 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
15329 Define.
83df9ad0 15330
f360f94a
VR
153312014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
15332
15333 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
15334 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
15335 multiarch strncpy for PPC64.
15336 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
15337 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
15338 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
15339 multiarch optimizations.
15340 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15341 (__libc_ifunc_impl_list): Likewise.
15342 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
15343 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
15344 multiarch stpncpy for PPC64.
15345 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
15346 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
15347
978a41c3
AS
153482014-05-06 Andreas Schwab <schwab@suse.de>
15349
15350 [BZ #16912]
15351 * gmon/mcount.c (_MCOUNT_DECL): Use
15352 atomic_compare_and_exchange_bool_acq instead of
15353 catomic_compare_and_exchange_bool_acq.
15354
eb1ed03d
RM
153552014-05-05 Roland McGrath <roland@hack.frob.com>
15356
fe658845
RM
15357 * elf/Makefile (others, install-bin): Remove pldd.
15358 (pldd-modules): Variable removed.
15359 ($(objpfx)pldd): Target removed.
15360 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15361 (others, install-bin): Append pldd here.
15362 ($(objpfx)pldd): New target.
15363
eb1ed03d
RM
15364 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15365 to 0, so the first #if test emitted later doesn't see it undefined.
15366 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15367 * sysdeps/gnu/errlist.c: Regenerated.
15368
19c4bec0
AZ
153692014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15370
15371 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15372 [libc_hidden_builtin_def]: Define to empty value.
15373 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15374 [libc_hidden_builtin_def]: Likewise.
15375 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15376 [libc_hidden_builtin_def]: Likewise.
15377 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15378 [libc_hidden_builtin_def]: Likewise.
15379 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15380 __redirect_memcpy and define ifunc as default hidden symbol.
15381 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15382 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15383
7776e669
AC
153842014-05-04 Adam Conrad <adconrad@0c3.net>
15385
15386 * locale/iso-4217.def: Reintroduce XDR currency.
15387
d69aeb12
AM
153882014-05-04 Allan McRae <allan@archlinux.org>
15389
15390 * po/eo.po: Update Esperanto translation from translation project.
15391
8f1df5cf
CD
153922014-05-02 Carlos O'Donell <carlos@redhat.com>
15393
15394 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15395 and FEATURE_INDEX_MAX to 1.
15396 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15397
13e402e7
SE
153982014-05-01 Steve Ellcey <sellcey@mips.com>
15399
15400 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15401 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15402 * iconvdata/big5.c (ONE_DIRECTION): Define.
15403 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15404 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15405 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15406 * iconvdata/cp932.c (ONE_DIRECTION): Define.
15407 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15408 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15409 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15410 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15411 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15412 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15413 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15414 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15415 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15416 * iconvdata/gbk.c (ONE_DIRECTION): Define.
15417 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15418 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15419 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15420 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15421 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15422 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15423 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15424 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15425 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15426 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15427 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15428 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15429 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15430 * iconvdata/iso646.c (ONE_DIRECTION): Define.
15431 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15432 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15433 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15434 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15435 * iconvdata/johab.c (ONE_DIRECTION): Define.
15436 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15437 * iconvdata/sjis.c (ONE_DIRECTION): Define.
15438 * iconvdata/t.61.c (ONE_DIRECTION): Define.
15439 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15440 * iconvdata/tscii.c (ONE_DIRECTION): Define.
15441 * iconvdata/uhc.c (ONE_DIRECTION): Define.
15442 * iconvdata/unicode.c (ONE_DIRECTION): Define.
15443 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15444 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15445 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15446
c727f032
RM
154472014-05-01 Roland McGrath <roland@hack.frob.com>
15448
8f2f08d0
RM
15449 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15450 (_IO_JUMPS_OFFSET): Define to 0.
15451
c727f032
RM
15452 * nptl/sysdeps/pthread/bits/libc-lock.h
15453 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15454 (__libc_lock_define_initialized_recursive): Always define using
15455 initializer. Modern compilers treat uninitialized (implicit zero) and
15456 explicit zero initializers the same (i.e. put the datum in bss).
15457
a849e800
AS
154582014-05-01 Andreas Schwab <schwab@linux-m68k.org>
15459
15460 * nscd/nscd-client.h: Include <string.h>.
15461
5331255b
DM
154622014-05-01 David S. Miller <davem@davemloft.net>
15463
15464 [BZ #16885]
15465 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15466 multiple zero bytes exist at the end of a string.
15467 Reported by Aurelien Jarno <aurelien@aurel32.net>
15468
15469 * string/test-strcmp.c (check): Add explicit test for situations where
15470 there are multiple zero bytes after the first.
15471
4fdfe821
AS
154722014-05-01 Andreas Schwab <schwab@linux-m68k.org>
15473
15474 [BZ #16890]
15475 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15476 when compiling wprintf.
15477 * stdio-common/tstdiomisc.c (t3): New function.
15478 (main): Call it.
15479
0cdddc25
SE
154802014-05-01 Steve Ellcey <sellcey@mips.com>
15481
15482 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15483 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15484 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15485 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15486
6426d77e
SE
154872014-05-01 Steve Ellcey <sellcey@mips.com>
15488
15489 * stdlib/longlong.h: Updated from GCC.
15490
6d96f5e4
WN
154912014-05-01 Will Newton <will.newton@linaro.org>
15492 Bernard Ogden <bernie.ogden@linaro.org>
15493
7470db0c
WN
15494 * NEWS: Update fixed bug list.
15495
6d96f5e4
WN
15496 [BZ #15119]
15497 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15498
211d653c
DM
154992014-04-30 David S. Miller <davem@davemloft.net>
15500
4fa262fa
DM
15501 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15502 (libc_feholdexcept_setround_sparc_ctx): New function.
15503 (libc_fesetenv_sparc_ctx): Likewise.
15504 (libc_feupdateenv_sparc_ctx): Likewise.
15505 (libc_feholdsetround_sparc_ctx): Likewise.
15506 (libc_feholdexcept_setround_ctx): Define.
15507 (libc_feholdexcept_setroundf_ctx): Likewise.
15508 (libc_feholdexcept_setroundl_ctx): Likewise.
15509 (libc_fesetenv_ctx): Likewise.
15510 (libc_fesetenvf_ctx): Likewise.
15511 (libc_fesetenvl_ctx): Likewise.
15512 (libc_feupdateenv_ctx): Likewise.
15513 (libc_feupdateenvf_ctx): Likewise.
15514 (libc_feupdateenvl_ctx): Likewise.
15515 (libc_feresetround_ctx): Likewise.
15516 (libc_feresetroundf_ctx): Likewise.
15517 (libc_feresetroundl_ctx): Likewise.
15518 (libc_feholdsetround_ctx): Likewise.
15519 (libc_feholdsetroundf_ctx): Likewise.
15520 (libc_feholdsetroundl_ctx): Likewise.
15521
1d3d93ef
DM
15522 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15523 with __USE_GNU instead of XOPEN cpp guards.
15524
8aa583c3
DM
15525 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15526 0.
15527
211d653c
DM
15528 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15529 with XOPEN cpp guards.
15530
60c8f1f6
JB
155312014-04-30 Julian Brown <julian@codesourcery.com>
15532
15533 [BZ #16888]
15534 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15535 handling.
15536
9a461d46
JM
155372014-04-30 Joseph Myers <joseph@codesourcery.com>
15538
d0f5b3f8
JM
15539 [BZ #9894]
15540 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15541 Change to 2.6.32.
15542 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15543 * sysdeps/unix/sysv/linux/configure: Regenerated.
15544 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15545 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15546 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15547 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15548 * README: Update reference to required Linux kernel version.
15549 * manual/install.texi (Linux): Update reference to required Linux
15550 kernel headers version.
15551 * INSTALL: Regenerated.
15552
9a461d46
JM
15553 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15554 header inclusion.
15555 [POSIX] (limits.h): Likewise.
15556 [POSIX] (math.h): Likewise.
15557 [POSIX] (sys/wait.h): Likewise.
15558 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15559 function.
15560 [POSIX] (stddef.h): Do not allow header inclusion.
15561
1775babf
AZ
155622014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15563
57f41c40 15564 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 15565
8f630cca
YY
155662014-04-30 Yang Yingliang <yangyingliang@huawei.com>
15567
15568 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15569 Return immediately after lll_futex_wake.
15570
1cdeb237
SP
155712014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
15572
bc8f194c
SP
15573 [BZ #16791]
15574 * nscd/nscd-client.h (datahead_init_common): Initialize entire
15575 structure.
15576 (datahead_init_pos): Call datahead_init_common early.
15577 (datahead_init_neg): Likewise.
15578
1cdeb237
SP
15579 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15580 datahead_init_neg): New functions.
15581 * nscd/aicache.c (addhstaiX): Use them.
15582 * nscd/grpcache.c (cache_addgr): Likewise.
15583 * nscd/hstcache.c (cache_addhst): Likewise.
15584 * nscd/initgrcache.c (addinitgroupsX): Likewise.
15585 * nscd/netgroupcache.c (do_notfound): Likewise.
15586 (addgetnetgrentX): Likewise.
15587 (addinnetgrX): Likewise.
15588 * nscd/pwdcache.c (cache_addpw): Likewise.
15589 * nscd/servicescache.c (cache_addserv): Likewise.
15590
16b293a7
SP
155912014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
15592 Atsushi Onoe <atsushi@onoe.org>
15593
15594 [BZ #14308]
15595 [BZ #12994]
15596 [BZ #13651]
15597 * resolv/res_query.c (__libc_res_nsearch): Return if at least
15598 one response is valid.
15599 * resolv/res_send.c (send_dg): Check for validity of other
15600 response if the current response is a referral.
15601
a28a9b94
SE
156022014-04-29 Steve Ellcey <sellcey@mips.com>
15603
15604 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15605
2ca180e9
SL
156062014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
15607
15608 [BZ #16823]
15609 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15610 Always divide by positive zero when computing -Inf result.
15611 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15612 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15613
18f2945a
AZ
156142014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15615
15616 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15617 FPSCR if value do not change.
15618 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15619 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15620 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15621 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15622 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15623 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15624 function.
15625
5abebba4
CD
156262014-05-29 Carlos O'Donell <carlos@systemhalted.org>
15627
15628 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15629 * sysdeps/unix/sysv/linux/hppa: Move directory from
15630 ports/systeps/unix/sysv/linux/hppa.
15631 * README: Update listing for hppa-*-linux-gnu.
15632
f7ed60c2
OB
156332014-04-28 Ondřej Bílka <neleai@seznam.cz>
15634
fff763a5
OB
15635 [BZ #16754]
15636 * manual/stdio.texi (Hook functions): Fix types of stream hook
15637 functions.
f7ed60c2
OB
15638 [BZ #16854]
15639 * socket/sys/socket.h: Fix typo in comment.
15640
df639d73
WD
156412014-04-28 Wilco <wdijkstr@arm.com>
15642
f7ed60c2 15643 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
15644 * sysdeps/arm/math_private.h: New file.
15645 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15646
48332d82
L
156472014-04-25 H.J. Lu <hongjiu.lu@intel.com>
15648
15649 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15650 with __int128_t.
15651 (La_x86_64_retval): Likewise.
15652
e5e0d9a4
IB
156532014-04-24 Ian Bolton <ian.bolton@arm.com>
15654
15655 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15656 fpsr if value didn't change.
15657 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15658 to fpcr if value didn't change.
15659 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15660 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15661 fpsr or fpcr if value didn't change.
15662 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15663 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15664 fpcr if value didn't change.
15665 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15666 to fpsr if value didn't change.
15667
bacc75f7
SP
156682014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
15669
15670 * nptl/tst-sem3.c: Use test-skeleton.c
15671 (main): Rename to do_test. Use return instead of
15672 exit.
15673 * nptl/tst-sem4.c: Use test-skeleton.c
15674 (main): Rename to do_test.
15675
a059d359
DM
156762014-04-22 David S. Miller <davem@davemloft.net>
15677
15678 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15679 (struct sigaction): New struct member __glibc_reserved0, change
15680 type of sa_flags to int.
15681
ea6c92f3
YZ
156822014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
15683
15684 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15685 (COUNT_LEADING_ZEROS_0): Define for AArch64.
15686
766c4a36
SP
156872014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
15688
15689 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15690 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15691
140cc7ab
VK
156922014-04-22 Will Newton <will.newton@linaro.org>
15693 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
15694
15695 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15696 (__longjmp): Add longjmp and longjmp_target SystemTap
15697 probes.
15698 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15699 (__sigsetjmp): Add setjmp SystemTap probe.
15700
c54e5cf7
CD
157012014-04-17 Carlos O'Donell <carlos@redhat.com>
15702
15703 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15704 match manual order.
15705
75ffb047
AZ
157062014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15707
15708 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15709
2cd925f7
AZ
15710 * sysdeps/powerpc/fpu/fenv_private.h
15711 (libc_feholdexcept_setroundl_ctx): Define to
15712 libc_feholdexcept_setround_ppc_ctx.
15713 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15714 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15715 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15716 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15717
39e6cd8d
IB
157182014-04-17 Ian Bolton <ian.bolton@arm.com>
15719
15720 * sysdeps/aarch64/math-tests.h: New file.
15721
f9281df9
SY
157222014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
15723
15724 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15725 New.
15726 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15727 Check and set bit_AVX2_Usable.
15728 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15729 macro.
15730 (bit_AVX2): Likewise.
15731 (index_AVX2_Usable): Likewise.
15732 (CPUID_AVX2): Likewise.
15733 (HAS_AVX2): Likewise.
15734
37d35007
WN
157352014-04-17 Will Newton <will.newton@linaro.org>
15736
7c677662
WN
15737 * manual/setjmp.texi (System V contexts): Add note that
15738 calling setcontext on a context created by a call to a
15739 signal handler is undefined. Update text to note that
15740 setcontext from a signal handler is possible but not
15741 recommended.
15742
37d35007 15743 [BZ #16629]
e04a4e9d
WN
15744 * stdlib/tst-setcontext.c: Include signal.h.
15745 (main): Check that the signal stack before and
15746 after swapcontext is the same.
15747
37d35007
WN
15748 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15749 Re-implement to restore registers in user code and avoid
15750 rt_sigreturn system call.
15751
423a7160
W
157522014-04-17 Wilco <wdijkstr@arm.com>
15753
15754 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15755 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15756 * math/test-fenv.c: Skip exception trap tests on targets which only
15757 support non-stop mode.
15758
bc93ab29
IB
157592014-04-17 Ian Bolton <ian.bolton@arm.com>
15760 Wilco Dijkstra <wilco.dijkstra@arm.com>
15761
15762 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15763 (libc_feholdsetround_aarch64_ctx)
15764 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15765 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15766 (libc_feresetround_ctx, libc_feresetroundf_ctx)
15767 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15768 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15769 (libc_feresetround_noexl_ctx): Define.
15770
95fc5fa3
RH
157712014-04-16 Richard Henderson <rth@redhat.com>
15772
ddb04724
RH
15773 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15774
d77c0899
RH
15775 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15776 unwind tables.
15777
a3df56fc
RH
15778 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15779 const from the non-libc, non-ldso copy.
15780
95fc5fa3
RH
15781 * sysdeps/alpha/libm-test-ulps: Regenerate.
15782
7e0b6763
IB
157832014-04-16 Ian Bolton <ian.bolton@arm.com>
15784 Wilco Dijkstra <wilco.dijkstra@arm.com>
15785
15786 * sysdeps/aarch64/fpu/math_private.h: New file.
15787
a9ea2e0c
MS
157882014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
15789
15790 * sysdeps/aarch64/libm-test-ulps: Regenerate.
15791
ea8ba7cd
IZ
157922014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
15793
7e54fd04 15794 [BZ #16275]
ea8ba7cd
IZ
15795 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15796 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15797 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15798 Intel MPX bound registers before _dl_profile_fixup.
15799 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15800 registers after _dl_profile_fixup. Save and restore bound
15801 registers bnd0/bnd1 when calling _dl_call_pltexit.
15802 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15803 (LR_BND_OFFSET): Likewise.
15804 (LRV_BND0_OFFSET): Likewise.
15805 (LRV_BND1_OFFSET): Likewise.
15806
9f2a4fbc
ST
158072014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
15808
15809 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15810 to...
15811 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
15812 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15813 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15814 fields.
9f2a4fbc 15815
fd15a59b
ST
158162014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
15817
15818 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15819
f19dfa0a
SL
158202014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
15821
15822 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15823
4fa8bc3b
SL
158242014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
15825
15826 [BZ #14770]
15827 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15828 * sysdeps/s390/configure: Regenerate.
15829
8ea587db
SL
15830 [BZ #16824]
15831 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15832 Set round-to-nearest internally to reduce error accumulation.
15833
aa5f0ff1
AM
158342014-04-16 Alan Modra <amodra@gmail.com>
15835
15836 [BZ #16740]
15837 [BZ #16619]
15838 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15839 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 15840 * NEWS: Update fixed bug list.
aa5f0ff1 15841
bb9c256f
SP
158422014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
15843
15844 * benchtests/Makefile: Depend on libraries in build directory.
15845 (bench-math): Separate out math tests.
15846 (bench-pthread): Separate out pthread tests.
15847 (bench): Include math and pthread tests.
15848
f737dfd0
CD
158492014-04-14 Carlos O'Donell <carlos@redhat.com>
15850
15851 [BZ #16831]
15852 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15853 _dl_debug_initialize.
15854
0699f766
CD
15855 * configure.ac: Remove SELinux header check.
15856 * configure: Regenerate.
15857 * nscd/selinux.c (perms): Array of const char* to permission names.
15858 (nscd_request_avc_has_perm): Call security_deny_unknown to find
15859 default policy. Call string_to_security_class and string_to_av_perm to
15860 translate strings. Enforce default policy and call avs_has_perm with
15861 results of translated strings.
15862
809bd45f
DM
158632014-04-13 David S. Miller <davem@davemloft.net>
15864
15865 * sysdeps/sparc/fpu/libm-test-ulps: Update.
15866
89e691f2
AM
158672014-04-12 Allan McRae <allan@archlinux.org>
15868
15869 [BZ #16838]
15870 * manual/string.texi (Collation Functions): Fix qsort argument
15871 order in example.
15872 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15873
9c9daaeb
CM
158742014-04-11 Chris Metcalf <cmetcalf@tilera.com>
15875
15876 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15877 Make the test a no-op if there are no exceptions defined.
15878
95561fb9
PP
158792014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
15880
fe8d072c 15881 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
15882 enable-hardcoded-path-in-tests
15883
970c602a
WN
158842014-04-11 Will Newton <will.newton@linaro.org>
15885
15886 * benchtests/Makefile (extra-objs): Add json-lib.o.
15887 (bench-func): Tidy up JSON output.
15888 * benchtests/bench-skeleton.c: Include json-lib.h.
15889 (main): Use JSON library functions to do output of
15890 benchmark results.
15891 * benchtests/bench-timing-type.c (main): Output the
15892 timing type simply, leaving formatting to the user.
15893 * benchtests/json-lib.c: New file.
15894 * benchtests/json-lib.h: Likewise.
15895
36875b06
TR
158962014-04-11 Torvald Riegel <triegel@redhat.com>
15897
15898 [BZ #15215]
15899 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15900 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
15901 memory barriers. Add comments.
15902 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15903 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15904 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15905 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15906 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15907 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15908
579db35a
SL
159092014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
15910
15911 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15912 * sysdeps/s390/s390-64/configure.ac: ... this ...
15913 * sysdeps/s390/configure.ac: ... to here.
15914 * sysdeps/s390/s390-32/configure: Delete file.
15915 * sysdeps/s390/s390-64/configure: Delete file.
15916 * sysdeps/s390/configure: Regenerate.
15917
c12e9f37
JAPH
159182014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
15919
15920 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15921
439bda32
WN
159222014-04-11 Will Newton <will.newton@linaro.org>
15923
15924 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15925 to zero if it is not defined elsewhere. (mtrim): Test
15926 the value of MALLOC_DEBUG with #if rather than #ifdef.
15927
6a5d6ea1
TR
159282014-04-10 Torvald Riegel <triegel@redhat.com>
15929
15930 * benchtests/pthread_once-inputs: New file.
15931 * benchtests/pthread_once-source.c: New file.
15932 * benchtests/README: Update documentation.
15933
a4c75cfd
IZ
159342014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
15935 H.J. Lu <hongjiu.lu@intel.com>
15936
7e54fd04 15937 [BZ #16275]
a4c75cfd
IZ
15938 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15939 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15940 * sysdeps/x86_64/configure: Regenerated.
15941 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15942 macro.
15943 (REGISTER_SAVE_RAX): Likewise.
15944 (REGISTER_SAVE_RCX): Likewise.
15945 (REGISTER_SAVE_RDX): Likewise.
15946 (REGISTER_SAVE_RSI): Likewise.
15947 (REGISTER_SAVE_RDI): Likewise.
15948 (REGISTER_SAVE_R8): Likewise.
15949 (REGISTER_SAVE_R9): Likewise.
15950 (REGISTER_SAVE_BND0): Likewise.
15951 (REGISTER_SAVE_BND1): Likewise.
15952 (REGISTER_SAVE_BND2): Likewise.
15953 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
15954 bound registers when calling _dl_fixup.
15955
27822ce6
AZ
159562014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15957
15958 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
15959 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15960 of its definition.
27822ce6
AZ
15961 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15962 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15963 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15964 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15965 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15966 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15967 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15968
a88ddc90
PTB
159692014-04-09 Peter Brett <peter@peter-b.co.uk>
15970
15971 [BZ #15514]
15972 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15973 pathconf(_PC_NAME_MAX).
15974
01f8eac2
AZ
159752014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15976
15977 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15978 Remove macro usage.
15979 (__PTHREAD_SPINS): Move definition to ...
15980 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15981 (__PTHREAD_SPINS): ... here.
15982 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15983 (__PTHREAD_SPIN): Likewise.
15984 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15985 (__PTHREAD_SPIN): Likewise.
15986 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15987 (__PTHREAD_SPIN): Likewise.
15988 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15989 (__PTHREAD_SPIN): Likewise.
15990 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15991 (__PTHREAD_SPIN): Likewise.
15992 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15993 (__PTHREAD_SPIN): Likewise.
15994 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15995 (__PTHREAD_SPIN): Likewise.
15996 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15997 (__PTHREAD_SPIN): Likewise.
15998 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15999 (__PTHREAD_SPIN): Likewise.
16000 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
16001 (__PTHREAD_SPIN): Likewise.
16002 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
16003 (__PTHREAD_SPIN): Likewise.
16004 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
16005 (__PTHREAD_SPIN): Likewise.
16006
de21c33c
AZ
16007 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
16008 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
16009 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
16010 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
16011 imply folder.
16012 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
16013 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
16014 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
16015 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
16016 correct imply path.
16017 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
16018 strlen symbol for non multi-arch builds.
16019 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
16020 missing hidden_def and weak_alias.
16021
862c472e
CD
160222014-04-08 Carlos O'Donell <carlos@redhat.com>
16023
16024 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
16025
8667f90e
WN
160262014-04-07 Will Newton <will.newton@linaro.org>
16027
16028 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
16029 and contents. [!_LIBC] Remove #ifndef and contents.
16030 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
16031 * string/memccpy.c (__memccpy): Use ANSI prototype.
16032 * string/memfrob.c (memfrob): Likewise.
16033 * string/strcoll.c (STRCOLL): Likewise.
16034 * string/strlen.c (strlen): Likewise.
16035 * string/strtok.c (STRTOK): Likewise.
16036 * string/strcat.c: Remove unused #include of memcopy.h.
16037 (strcat): Use ANSI prototype.
16038 * string/strchr.c: Remove unused #include of memcopy.h.
16039 (strchr): Use ANSI prototype.
16040 * string/strcmp.c: Remove unused #include of memcopy.h.
16041 (strcmp): Use ANSI prototype.
16042 * string/strcpy.c: Remove unused #include of memcopy.h.
16043 (strcpy): Use ANSI prototype.
16044
7ffa9423
AZ
160452014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16046
16047 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
16048 * config.make.in (config-extra-cppflags): Set it from
16049 libc_extra_cppflags.
16050 * configure.ac (libc_extra_cflags): Make it accumulate over
16051 configure fragments.
16052 (libc_extra_cppflags): New flag.
16053 * configure. Regenerate.
16054 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
16055 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
16056 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
16057 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
16058
8bd70862
AZ
16059 [BZ #16815]
16060 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
16061 result for FE_DOWNWARD rounding mode.
16062 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
16063 Likewise.
16064 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16065
d42f3448
CM
160662014-04-04 Chris Metcalf <cmetcalf@tilera.com>
16067
16068 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
16069 in function argument name.
16070
1c21d115
DS
160712014-04-03 David Svoboda <svoboda@cert.org>
16072
16073 [BZ #5666]
16074 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
16075 explicitly.
16076
fcccd512
RM
160772014-04-03 Roland McGrath <roland@hack.frob.com>
16078
16079 * elf/dl-unmap-segments.h: New file.
16080 * sysdeps/generic/ldsodefs.h
16081 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
16082 * elf/dl-close.c: Include <dl-unmap-segments.h>.
16083 * elf/dl-fptr.c: Likewise.
16084 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
16085 * sysdeps/aarch64/tlsdesc.c: Likewise.
16086 * sysdeps/arm/tlsdesc.c: Likewise.
16087 * sysdeps/i386/tlsdesc.c: Likewise.
16088 * sysdeps/tile/dl-runtime.c: Likewise.
16089 * sysdeps/x86_64/tlsdesc.c: Likewise.
16090 * elf/dl-load.h: New file.
16091 * elf/dl-load.c: Include it.
16092 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
16093 Macros moved to dl-load.h.
16094 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
16095 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
16096 Use _dl_unmap_segments in place of __munmap.
16097 Break out segment-mapping loop into ...
16098 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
16099
f6488e2b
WN
161002014-04-03 Will Newton <will.newton@linaro.org>
16101
16102 * elf/dl-lookup.c (do_lookup_x): Remove comment
16103 referring to nested function and move variable
16104 declarations down to before first use.
16105
6f05bafe
JM
161062014-04-02 Joseph Myers <joseph@codesourcery.com>
16107
a84e78c8
JM
16108 [BZ #16799]
16109 [BZ #16800]
16110 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
16111 with 0 numerator.
16112 * math/s_catanf.c (__catanf): Likewise.
16113 * math/s_catanh.c (__catanh): Likewise.
16114 * math/s_catanhf.c (__catanhf): Likewise.
16115 * math/s_catanhl.c (__catanhl): Likewise.
16116 * math/s_catanl.c (__catanl): Likewise.
16117 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
16118 by positive zero when computing -Inf result.
16119 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
16120 (catanh_test): Likewise.
16121 * sysdeps/i386/fpu/libm-test-ulps: Update.
16122 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16123
6f05bafe
JM
16124 [BZ #16789]
16125 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
16126 instead of using underflowing value in computing result.
16127 * math/s_clog10.c (__clog10): Likewise.
16128 * math/s_clog10f.c (__clog10f): Likewise.
16129 * math/s_clog10l.c (__clog10l): Likewise.
16130 * math/s_clogf.c (__clogf): Likewise.
16131 * math/s_clogl.c (__clogl): Likewise.
16132 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
16133 (clog10_test): Likewise.
16134 * sysdeps/i386/fpu/libm-test-ulps: Update.
16135 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16136
b0abbc21
AM
161372014-04-02 Alan Modra <amodra@gmail.com>
16138
16139 [BZ #16739]
16140 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
16141 output when value is near a power of two. Use int64_t for lx and
16142 remove casts. Use decimal rather than hex exponent constants.
16143 Don't use long double multiplication when double will suffice.
16144 * math/libm-test.inc (nextafter_test_data): Add tests.
16145 * NEWS: Add 16739 and 16786 to bug list.
16146
af6b1797
AM
16147 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
16148
483818d7
AM
16149 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
16150
f6c55796
WN
161512014-04-01 Will Newton <will.newton@linaro.org>
16152
16153 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
16154 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
16155
13f7fe35
FW
161562014-04-01 Florian Weimer <fweimer@redhat.com>
16157
16158 [BZ #13347]
16159 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
16160 * nptl/tst-setuid2.c: New file.
16161 * nptl/Makefile (xtests): Add tst-setuid2.
16162
c859b32e
AM
161632014-04-01 Alan Modra <amodra@gmail.com>
16164
16165 [BZ #16786]
16166 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
16167
54fa2475
JM
161682014-03-31 Joseph Myers <joseph@codesourcery.com>
16169
8795b4a4
JM
16170 [BZ #6803]
16171 [BZ #6804]
16172 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
16173 set errno as appropriate.
16174 * math/w_scalbf.c (__scalbf): Likewise.
16175 * math/w_scalbl.c (__scalbl): Likewise.
16176 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
16177 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
16178 * math/libm-test.inc (scalb_test_data): Add errno expectations.
16179 Add more NaN tests.
16180
54fa2475
JM
16181 [BZ #16349]
16182 * math/w_atan2.c: Include <errno.h>.
16183 (__atan2): Set errno for result underflowing to zero.
16184 * math/w_atan2f.c: Include <errno.h>.
16185 (__atan2f): Set errno for result underflowing to zero.
16186 * math/w_atan2l.c: Include <errno.h>.
16187 (__atan2l): Set errno for result underflowing to zero.
16188 * math/auto-libm-test-in: Don't allow missing errno for some atan2
16189 tests.
16190 * math/auto-libm-test-out: Regenerated.
16191
757d9dd5
AZ
161922014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16193
16194 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
16195 Encode instruction correctly in little endian.
16196 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
16197 Likewise.
16198 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
16199 Likewise.
16200 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
16201 Likewise.
16202 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16203 Likewise.
16204
d7a68734
JM
162052014-03-31 Joseph Myers <joseph@codesourcery.com>
16206
47c5adeb
JM
16207 [BZ #9894]
16208 * sysdeps/unix/sysv/linux/kernel-features.h
16209 [__sparc__ && !__arch64__ && !__sparc_v9__]
16210 (__ASSUME_SET_ROBUST_LIST): Do not define.
16211 [__sparc__ && !__arch64__ && !__sparc_v9__]
16212 (__ASSUME_FUTEX_LOCK_PI): Likewise.
16213 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16214 Likewise.
16215 * sysdeps/unix/sysv/linux/arm/kernel-features.h
16216 (__ASSUME_FUTEX_LOCK_PI): Undefine.
16217 (__ASSUME_REQUEUE_PI): Likewise.
16218 (__ASSUME_SET_ROBUST_LIST): Likewise.
16219 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16220 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16221 Undefine.
16222 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16223 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16224 Likewise.
16225 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16226 Likewise.
16227 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16228 Likewise.
16229 * sysdeps/unix/sysv/linux/mips/kernel-features.h
16230 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16231 Undefine.
16232 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16233 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16234 Likewise.
16235
d7a68734
JM
16236 [BZ #16648]
16237 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16238 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16239 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16240
c760f5c2
WN
162412014-03-31 Will Newton <will.newton@linaro.org>
16242
16243 * benchtests/Makefile (bench): Add ffs and ffsll to list
16244 of tests.
16245 * benchtests/ffs-inputs: New file.
16246 * benchtests/ffsll-inputs: Likewise.
16247
ea6029b1
JM
162482014-03-29 Joseph Myers <joseph@codesourcery.com>
16249
16250 [BZ #16770]
16251 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16252 too large before casting to int.
16253 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16254 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16255 * math/libm-test.inc (scalb_test_data): Add more tests.
16256
cf806aff
SP
162572014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
16258
56737508
SP
16259 * benchtests/Makefile (DETAILED_OPT): New make option.
16260 (bench-func): Run benchmark program with -d if DETAILED_OPT is
16261 set.
16262 * benchtests/bench-skeleton.c: Include stdbool.h.
16263 (main): Store and print timings per input.
16264 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16265 member to each argument value.
16266 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16267 (_print_arg_data): Initialize per-input timing to 0.
16268
cb5e4aad
SP
16269 * benchtests/Makefile (timing-type): New binary.
16270 (bench-clean): Also remove bench-timing-type.
16271 (bench): New target for timing-type.
16272 (bench-func): Print output in JSON format.
16273 * benchtests/bench-skeleton.c (main): Print output in JSON
16274 format.
16275 * benchtests/bench-timing-type.c: New file.
16276 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16277 (TIMING_PRINT_STATS): Remove.
16278 * benchtests/scripts/bench.py (_print_arg_data): Store variant
16279 name separately.
16280
cf806aff
SP
16281 * benchtests/bench-modf.c: Remove.
16282 * benchtests/modf-inputs: New inputs file.
16283
289e0779
JM
162842014-03-28 Joseph Myers <joseph@codesourcery.com>
16285
16286 [BZ #16362]
16287 * math/s_clog10.c (M_PI_LOG10E): New macro.
16288 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
16289 imaginary parts are 0.
16290 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
16291 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
16292 imaginary parts are 0.
16293 * math/s_clog10l.c (M_PI_LOG10El): New macro.
16294 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
16295 imaginary parts are 0.
16296 * math/libm-test.inc (clog10_test_data): Update expected results
16297 for when real and imaginary parts are 0.
16298
277ae3f1
PP
162992014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
16300
16301 * elf/dl-load.c: Finish conversion of __builtin_expect into
16302 __glibc_{un}likely.
16303
03a7091f
JM
163042014-03-27 Joseph Myers <joseph@codesourcery.com>
16305
16306 [BZ #16348]
16307 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
16308 1+x for argument with exponent below -67.
16309 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
16310 Likewise.
16311 * math/auto-libm-test-in: Add more tests of exp.
16312 * math/auto-libm-test-out: Regenerated.
16313
ea7d8b95
SP
163142014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
16315
dd3022d7
SP
16316 [BZ #16759]
16317 * inet/getnetgrent_r.c (get_nonempty_val): New function.
16318 (nscd_getnetgrent): Use it.
16319
ea7d8b95
SP
16320 [BZ #16760]
16321 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
16322 of stpcpy.
16323
df5b85da
AK
163242014-03-27 Andi Kleen <ak@linux.intel.com>
16325
57f41c40
AS
16326 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
16327 (lll_robust_lock, lll_cond_lock, lll_timedlock)
16328 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16329 (lll_robust_unlock): Remove out of line section. Use cfi
16330 intrinsics.
df5b85da 16331 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
16332 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
16333 (lll_robust_lock, lll_cond_lock, lll_timedlock)
16334 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16335 (lll_robust_unlock): Remove out of line section. Use cfi
16336 intrinsics.
df5b85da
AK
16337 (LLL_STUB_UNWIND_INFO*): Remove.
16338
fbd6b5a4
SP
163392014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
16340
16341 [BZ #16758]
16342 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
16343 blank values.
16344
1b26b855
PP
163452014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
16346
16347 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
16348
9be36fb8
JM
163492014-03-26 Joseph Myers <joseph@codesourcery.com>
16350
16351 [BZ #16198]
16352 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
16353 fnstenv.
16354 * math/test-fenv-preserve.c: New file.
16355 * math/Makefile (tests): Add test-fenv-preserve.
16356
60a2f3c1
WN
163572014-03-26 Will Newton <will.newton@linaro.org>
16358
16359 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16360
a5e5f1e2
RM
163612014-03-25 Roland McGrath <roland@hack.frob.com>
16362
16363 * scripts/versionlist.awk: Partition the version sets and emit all
16364 GLIBC_* (sorted) before all others (sorted).
16365
00f4012a
JM
163662014-03-25 Joseph Myers <joseph@codesourcery.com>
16367
16368 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16369 GLIBC_2.2.5 version.
16370
7bc5a741
AZ
163712014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16372
16373 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16374 calls.
16375
7578473b
AZ
16376 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16377 previous change.
16378
f3f1dab3
AZ
16379 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16380
6da36183
AS
163812014-03-25 Andreas Schwab <schwab@suse.de>
16382
16383 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16384 label to be used after in6ailist is initialized.
16385
f3f1dab3 163862014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 16387
7578473b 16388 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
16389 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16390
046651c1
JM
163912014-03-25 Joseph Myers <joseph@codesourcery.com>
16392
16393 [BZ #16357]
16394 [BZ #16599]
16395 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16396 min_plus_half.
16397 (fp_formats): Update initializers.
16398 (init_fp_formats): Initialize new field.
16399 (output_for_one_input_case): Allow underflow for results up to
16400 min_plus_half.
16401 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16402 * math/auto-libm-test-in: Don't mark some underflows from asin and
16403 atanh as spurious.
16404 * math/auto-libm-test-out: Regenerated.
16405 * sysdeps/i386/fpu/libm-test-ulps: Update.
16406 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16407
003e49ed
AS
164082014-03-25 Andreas Schwab <schwab@suse.de>
16409
16410 * libio/Makefile (tst-ftell-partial-wide-ENV)
16411 (tst-ftell-active-handler-ENV): Define.
16412
de031874
SL
164132014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
16414
16415 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16416
55a81e3b
PP
164172014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
16418
16419 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16420
f3426898
JM
164212014-03-24 Joseph Myers <joseph@codesourcery.com>
16422
16423 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16424 * sysdeps/x86_64/fpu/multiarch/e_exp.c
16425 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16426
a42faf59
PP
164272014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
16428
16429 [BZ #16634]
a42faf59 16430 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
16431 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16432 (open_path): Change from boolean 'secure' to complete flag 'mode'
16433 (_dl_map_object): Adjust.
a42faf59
PP
16434 * elf/Makefile (tests): Add tst-dlopen-aout.
16435 * elf/tst-dlopen-aout.c: New test.
16436
50936127
SL
164372014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
16438
16439 [BZ #16714]
16440 * sysdeps/unix/sysv/linux/s390/bits/stat.h
16441 (struct stat): Rename member pad0 to __glibc_reserved0.
16442
26011b5c
SL
16443 [BZ #16712]
16444 * sysdeps/s390/s390-32/bits/wordsize.h
16445 (__WORDSIZE32_SIZE_ULONG): New define.
16446 * sysdeps/s390/s390-64/bits/wordsize.h
16447 (__WORDSIZE32_SIZE_ULONG): Likewise.
16448 * sysdeps/generic/stdint.h (SIZE_MAX):
16449 Define as UL if __WORDSIZE32_SIZE_ULONG.
16450
a2d86bf1
SL
16451 [BZ #16713]
16452 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16453 (__glibc_reserved0): New variable.
16454 (sa_flags): Change type to int.
16455
78b6eebc
SL
16456 * posix/Makefile (before-compile): Use += before-compile instead
16457 of a :=.
16458
f1399b5a
SL
16459 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16460 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16461
a071766e
AS
164622014-03-20 Andreas Schwab <schwab@suse.de>
16463
16464 [BZ #16743]
16465 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16466 non-matching result from nscd.
16467
27c673b8
SP
164682014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
16469
16470 * scripts/bench.py: Moved to ...
16471 * benchtests/scripts/bench.py: ... here.
16472 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16473
44152e4b
AS
164742014-03-24 Andreas Schwab <schwab@suse.de>
16475
16476 [BZ #16002]
16477 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16478 alloca_account and account alloca use for struct in6ailist.
16479
b376a11a
JM
164802014-03-24 Joseph Myers <joseph@codesourcery.com>
16481
16482 [BZ #16284]
16483 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16484 rounding mode to recompute results that overflow to infinity or
16485 underflow to zero.
16486 * math/auto-libm-test-in: Don't mark tests as expected to fail for
16487 bug 16284.
16488 * math/auto-libm-test-out: Regenerated.
16489 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16490 (ccosh_test): Likewise.
16491 (csin_test_data): Use plus_oflow.
16492 (csin_test): Use ALL_RM_TEST.
16493 (csinh_test_data): Use plus_oflow.
16494 (csinh_test): Use ALL_RM_TEST.
16495 * sysdeps/i386/fpu/libm-test-ulps: Update.
16496 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16497
f7be7376
JM
164982014-03-21 Joseph Myers <joseph@codesourcery.com>
16499
1ca2d03e
JM
16500 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16501 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16502 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16503
f7be7376
JM
16504 [BZ #16731]
16505 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16506 when x - 1 is zero.
16507 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16508 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16509 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16510 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16511 argument is 1.
16512 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16513 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16514 zero.
16515 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16516 * sysdeps/i386/fpu/libm-test-ulps: Update.
16517 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16518
fdf4534d
SP
165192014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
16520
df26ea53
SP
16521 * scripts/bench.pl: Remove file.
16522 * scripts/bench.py: New benchmark script.
16523 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16524 * benchtests/README: Mention python dependency.
16525 * scripts/pylintrc: New file.
16526 * scripts/pylint: New file.
16527
fdf4534d
SP
16528 * bits/mathdef.h: Use #ifdef instead of #if.
16529 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16530 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16531 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16532 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16533 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16534 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16535
6f23d093
AZ
165362014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16537 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
16538
16539 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16540 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16541 and strpbrk-ppc64 objects.
16542 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16543 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16544 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16545 multiarch strpbrk for POWER7.
16546 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16547 multiarch strpbrk for PPC64.
16548 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16549 ifunc selector.
16550 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16551 strpbrk for POWER7.
16552
8c92dfff
JM
165532014-03-20 Joseph Myers <joseph@codesourcery.com>
16554
16555 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16556 (atan_test): Likewise.
16557 (atanh_test_data): Use NO_TEST_INLINE for two tests.
16558 (atanh_test): Use ALL_RM_TEST.
16559 (atan2_test_data): Likewise.
16560 (cabs_test): Likewise.
16561 (cacosh_test): Likewise.
16562 (carg_test): Likewise.
16563 (casin_test): Likewise.
16564 (casinh_test): Likewise.
16565 (cbrt_test): Likewise.
16566 (csqrt_test): Likewise.
16567 (erf_test): Likewise.
16568 (erfc_test): Likewise.
16569 (pow10_test): Likewise.
16570 (exp2_test): Likewise.
16571 (hypot_test): Likewise.
16572 (j0_test): Likewise.
16573 (j1_test): Likewise.
16574 (lgamma_test): Likewise.
16575 (gamma_test): Likewise.
16576 (sincos_test): Likewise.
16577 (tanh_test): Likewise.
16578 (y0_test): Likewise.
16579 (y1_test): Likewise.
16580 * sysdeps/i386/fpu/libm-test-ulps: Update.
16581 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16582
6eaf95cb
AZ
165832014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16584
a387428c
SP
16585 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16586 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
16587 and strcspn-ppc64 objects.
16588 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16589 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16590 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16591 multiarch strcspn for POWER7.
16592 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16593 multiarch strcspn for PPC64.
16594 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16595 ifunc selector.
16596 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16597 strcspn for POWER7.
16598
ae3a5dff
JM
165992014-03-20 Joseph Myers <joseph@codesourcery.com>
16600
16601 * math/gen-libm-test.pl (generate_testfile): Expect only function
16602 name as argument to AUTO_TESTS_* and pass results for all rounding
16603 modes to parse_args.
16604 (parse_auto_input): Separate inputs of automatic tests from
16605 outputs before storing in %auto_tests.
16606 * math/libm-test.inc (acos_test_data): Update call to
16607 AUTO_TESTS_f_f.
16608 (acos_test): Use ALL_RM_TEST.
16609 (acos_tonearest_test_data): Remove.
16610 (acos_test_tonearest): Likewise.
16611 (acos_towardzero_test_data): Likewise.
16612 (acos_test_towardzero): Likewise.
16613 (acos_downward_test_data): Likewise.
16614 (acos_test_downward): Likewise.
16615 (acos_upward_test_data): Likewise.
16616 (acos_test_upward): Likewise.
16617 (acosh_test_data): Update call to AUTO_TESTS_f_f.
16618 (asin_test_data): Likewise.
16619 (asin_test): Use ALL_RM_TEST.
16620 (asin_tonearest_test_data): Remove.
16621 (asin_test_tonearest): Likewise.
16622 (asin_towardzero_test_data): Likewise.
16623 (asin_test_towardzero): Likewise.
16624 (asin_downward_test_data): Likewise.
16625 (asin_test_downward): Likewise.
16626 (asin_upward_test_data): Likewise.
16627 (asin_test_upward): Likewise.
16628 (asinh_test_data): Update call to AUTO_TESTS_f_f.
16629 (atan_test_data): Likewise.
16630 (atanh_test_data): Likewise.
16631 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16632 (cabs_test_data): Update call to AUTO_TESTS_c_f.
16633 (carg_test_data): Likewise.
16634 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16635 (ccos_test_data): Update call to AUTO_TESTS_c_c.
16636 (ccosh_test_data): Likewise.
16637 (cexp_test_data): Likewise.
16638 (clog_test_data): Likewise.
16639 (clog10_test_data): Likewise.
16640 (cos_test_data): Update call to AUTO_TESTS_f_f.
16641 (cos_test): Use ALL_RM_TEST.
16642 (cos_tonearest_test_data): Remove.
16643 (cos_test_tonearest): Likewise.
16644 (cos_towardzero_test_data): Likewise.
16645 (cos_test_towardzero): Likewise.
16646 (cos_downward_test_data): Likewise.
16647 (cos_test_downward): Likewise.
16648 (cos_upward_test_data): Likewise.
16649 (cos_test_upward): Likewise.
16650 (cosh_test_data): Update call to AUTO_TESTS_f_f.
16651 (cosh_test): Use ALL_RM_TEST.
16652 (cosh_tonearest_test_data): Remove.
16653 (cosh_test_tonearest): Likewise.
16654 (cosh_towardzero_test_data): Likewise.
16655 (cosh_test_towardzero): Likewise.
16656 (cosh_downward_test_data): Likewise.
16657 (cosh_test_downward): Likewise.
16658 (cosh_upward_test_data): Likewise.
16659 (cosh_test_upward): Likewise.
16660 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16661 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16662 (ctan_test_data): Likewise.
16663 (ctan_test): Use ALL_RM_TEST.
16664 (ctan_tonearest_test_data): Remove.
16665 (ctan_test_tonearest): Likewise.
16666 (ctan_towardzero_test_data): Likewise.
16667 (ctan_test_towardzero): Likewise.
16668 (ctan_downward_test_data): Likewise.
16669 (ctan_test_downward): Likewise.
16670 (ctan_upward_test_data): Likewise.
16671 (ctan_test_upward): Likewise.
16672 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16673 (ctanh_test): Use ALL_RM_TEST.
16674 (ctanh_tonearest_test_data): Remove.
16675 (ctanh_test_tonearest): Likewise.
16676 (ctanh_towardzero_test_data): Likewise.
16677 (ctanh_test_towardzero): Likewise.
16678 (ctanh_downward_test_data): Likewise.
16679 (ctanh_test_downward): Likewise.
16680 (ctanh_upward_test_data): Likewise.
16681 (ctanh_test_upward): Likewise.
16682 (erf_test_data): Update call to AUTO_TESTS_f_f.
16683 (erfc_test_data): Likewise.
16684 (exp_test_data): Likewise.
16685 (exp_test): Use ALL_RM_TEST.
16686 (exp_tonearest_test_data): Remove.
16687 (exp_test_tonearest): Likewise.
16688 (exp_towardzero_test_data): Likewise.
16689 (exp_test_towardzero): Likewise.
16690 (exp_downward_test_data): Likewise.
16691 (exp_test_downward): Likewise.
16692 (exp_upward_test_data): Likewise.
16693 (exp_test_upward): Likewise.
16694 (exp10_test_data): Update call to AUTO_TESTS_f_f.
16695 (exp10_test): Use ALL_RM_TEST.
16696 (exp10_tonearest_test_data): Remove.
16697 (exp10_test_tonearest): Likewise.
16698 (exp10_towardzero_test_data): Likewise.
16699 (exp10_test_towardzero): Likewise.
16700 (exp10_downward_test_data): Likewise.
16701 (exp10_test_downward): Likewise.
16702 (exp10_upward_test_data): Likewise.
16703 (exp10_test_upward): Likewise.
16704 (exp2_test_data): Update call to AUTO_TESTS_f_f.
16705 (expm1_test_data): Likewise.
16706 (expm1_test): Use ALL_RM_TEST.
16707 (expm1_tonearest_test_data): Remove.
16708 (expm1_test_tonearest): Likewise.
16709 (expm1_towardzero_test_data): Likewise.
16710 (expm1_test_towardzero): Likewise.
16711 (expm1_downward_test_data): Likewise.
16712 (expm1_test_downward): Likewise.
16713 (expm1_upward_test_data): Likewise.
16714 (expm1_test_upward): Likewise.
16715 (fma_test_data): Update call to AUTO_TESTS_fff_f.
16716 (fma_test): Use ALL_RM_TEST.
16717 (fma_towardzero_test_data): Remove.
16718 (fma_test_towardzero): Likewise.
16719 (fma_downward_test_data): Likewise.
16720 (fma_test_downward): Likewise.
16721 (fma_upward_test_data): Likewise.
16722 (fma_test_upward): Likewise.
16723 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16724 (j0_test_data): Update call to AUTO_TESTS_f_f.
16725 (j1_test_data): Likewise.
16726 (jn_test_data): Update call to AUTO_TESTS_if_f.
16727 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16728 (log_test_data): Update call to AUTO_TESTS_f_f.
16729 (log10_test_data): Likewise.
16730 (log1p_test_data): Likewise.
16731 (log2_test_data): Likewise.
16732 (pow_test_data): Update call to AUTO_TESTS_ff_f.
16733 (pow_tonearest_test_data): Likewise.
16734 (sin_test_data): Update call to AUTO_TESTS_f_f.
16735 (sin_test): Use ALL_RM_TEST.
16736 (sin_tonearest_test_data): Remove.
16737 (sin_test_tonearest): Likewise.
16738 (sin_towardzero_test_data): Likewise.
16739 (sin_test_towardzero): Likewise.
16740 (sin_downward_test_data): Likewise.
16741 (sin_test_downward): Likewise.
16742 (sin_upward_test_data): Likewise.
16743 (sin_test_upward): Likewise.
16744 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16745 (sinh_test_data): Update call to AUTO_TESTS_f_f.
16746 (sinh_test): Use ALL_RM_TEST.
16747 (sinh_tonearest_test_data): Remove.
16748 (sinh_test_tonearest): Likewise.
16749 (sinh_towardzero_test_data): Likewise.
16750 (sinh_test_towardzero): Likewise.
16751 (sinh_downward_test_data): Likewise.
16752 (sinh_test_downward): Likewise.
16753 (sinh_upward_test_data): Likewise.
16754 (sinh_test_upward): Likewise.
16755 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16756 (sqrt_test): Use ALL_RM_TEST.
16757 (sqrt_tonearest_test_data): Remove.
16758 (sqrt_test_tonearest): Likewise.
16759 (sqrt_towardzero_test_data): Likewise.
16760 (sqrt_test_towardzero): Likewise.
16761 (sqrt_downward_test_data): Likewise.
16762 (sqrt_test_downward): Likewise.
16763 (sqrt_upward_test_data): Likewise.
16764 (sqrt_test_upward): Likewise.
16765 (tan_test_data): Update call to AUTO_TESTS_f_f.
16766 (tan_test): Use ALL_RM_TEST.
16767 (tan_tonearest_test_data): Remove.
16768 (tan_test_tonearest): Likewise.
16769 (tan_towardzero_test_data): Likewise.
16770 (tan_test_towardzero): Likewise.
16771 (tan_downward_test_data): Likewise.
16772 (tan_test_downward): Likewise.
16773 (tan_upward_test_data): Likewise.
16774 (tan_test_upward): Likewise.
16775 (tanh_test_data): Update call to AUTO_TESTS_f_f.
16776 (tgamma_test_data): Likewise.
16777 (y0_test_data): Likewise.
16778 (y1_test_data): Likewise.
16779 (yn_test_data): Update call to AUTO_TESTS_if_f.
16780 (main): Do not call removed functions.
16781
d71aeee8
JM
167822014-03-19 Joseph Myers <joseph@codesourcery.com>
16783
16784 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16785 (ldexp_test_data): Remove.
16786 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
16787 scalbn_test_data.
16788 (scalb_test): Use ALL_RM_TEST.
16789
baaf1ded
AS
167902014-03-19 Andreas Schwab <schwab@suse.de>
16791
16792 * nscd/nscd.service: Also invalidate netgroup cache on reload.
16793
b1115e91
JM
167942014-03-19 Joseph Myers <joseph@codesourcery.com>
16795
16796 [BZ #16649]
16797 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16798 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16799 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16800 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16801 (__ASSUME_PREADV): Undefine.
16802 (__ASSUME_PWRITEV): Likewise.
16803
0283ecca
RM
168042014-03-18 Roland McGrath <roland@hack.frob.com>
16805
7d375303
RM
16806 * bits/mman-linux.h: Add comment about non-Linux use.
16807 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16808 bits/mman-linux.h resting place.
16809
0283ecca
RM
16810 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16811 * bits/mman-linux.h: ... here.
16812
aebe1003
AZ
168132014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16814
16815 * conform/conformtest.pl: Add standard definition when calling C
16816 preprocessor on data files.
16817 (checknamespace): Remove unused variable.
16818
b29b6bb8
JM
168192014-03-18 Joseph Myers <joseph@codesourcery.com>
16820
16821 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16822 minus_oflow, plus_uflow and minus_uflow in expected results.
16823 * math/libm-test.inc (scalbn_test_data): Add more tests of
16824 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
16825 minus_uflow.
16826 (scalbn_test): Use ALL_RM_TEST.
16827 (scalbln_test_data): Add more tests of negative arguments. Use
16828 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16829 (scalbln_test): Use ALL_RM_TEST.
16830
c8f8fa15
RM
168312014-03-18 Roland McGrath <roland@hack.frob.com>
16832
16833 * scripts/abilist.awk: Ignore symbols marked with .hidden.
16834
fede7a5f
WN
168352014-03-18 Will Newton <will.newton@linaro.org>
16836
16837 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16838 inaccurate comment.
16839
80cf0a58
JM
168402014-03-18 Joseph Myers <joseph@codesourcery.com>
16841
16842 * Makerules [!subdir] (check-abi): Exit with error status if a
16843 test failed.
16844
b3620862
JM
168452014-03-17 Joseph Myers <joseph@codesourcery.com>
16846
16847 * math/libm-test.inc (nearbyint_test_data): Include all tests used
16848 for rint. Include results for all rounding modes.
16849 (nearbyint_test): Use ALL_RM_TEST.
16850 (rint_test_data): Include all tests used for nearbyint.
16851
788bba36
WN
168522014-03-17 Will Newton <will.newton@linaro.org>
16853
04ec140a
WN
16854 * nptl/sysdeps/pthread/pthread.h: Revert previous
16855 change.
16856
7579d8d5
WN
16857 * sysdeps/generic/ldsodefs.h: Revert previous
16858 change.
16859
c15cf13a
WN
16860 * libio/genops.c: Revert previous change.
16861 * libio/libioP.h: Likewise.
16862 * stdio-common/vfprintf.c: Likewise.
16863
d0ac1324
WN
16864 * sysdeps/generic/math_private.h: Revert previous
16865 change.
16866
9290130a
WN
16867 * sysdeps/generic/math_private.h: Check whether
16868 HAVE_RM_CTX is defined with #ifdef rather
16869 than #if.
16870
afb466fc
WN
16871 * argp/argp-fmtstream.h: Check whether
16872 __STRICT_ANSI__ is defined with #ifdef rather
16873 than #if.
16874 * argp/argp.h: Likewise.
16875
f7efd7c3
WN
16876 * libio/genops.c: Check whether
16877 _IO_JUMPS_OFFSET is defined with #ifdef rather
16878 than #if.
16879 * libio/libioP.h: Likewise.
16880 * stdio-common/vfprintf.c: Likewise.
16881
53f1bed3
WN
16882 * sysdeps/generic/ldsodefs.h: Check whether
16883 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16884 than #if.
16885
788bba36
WN
16886 * nptl/sysdeps/pthread/pthread.h: Check
16887 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16888 its value.
16889
fcd89ebe
SP
168902014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
16891
ae42bbc5
SP
16892 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16893 setting O_APPEND.
16894 * libio/tst-ftell-active-handler.c (do_append_test): Add a
16895 test case.
16896
ea33158c
SP
16897 [BZ #16680]
16898 * libio/fileops.c (_IO_file_open): Seek to end of file but
16899 don't cache the offset.
16900 (get_file_offset): Remove function.
16901 (do_ftell): Use cached offset when available.
16902 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16903 don't cache the offset.
16904 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16905 case.
16906 (do_one_test): Call it.
16907 (do_ftell_test): Fix up expected old offset for a+ mode.
16908 * libio/wfileops.c (do_ftell_wide): Used cached offset when
16909 available.
16910
b1dbb426
SP
16911 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16912 up test status with function return status.
16913 (do_write_test): Likewise.
16914 (do_append_test): Likewise.
16915
fcd89ebe
SP
16916 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16917 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16918 Remove.
16919
9962a2d3
JM
169202014-03-17 Joseph Myers <joseph@codesourcery.com>
16921
16922 * math/gen-libm-test.pl (parse_args): Handle results specified for
16923 each rounding mode separately.
16924 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16925 tests and results from lrint_tonearest_test_data,
16926 lrint_towardzero_test_data, lrint_downward_test_data and
16927 lrint_upward_test_data.
16928 (lrint_test): Use ALL_RM_TEST.
16929 (lrint_tonearest_test_data): Remove.
16930 (lrint_test_tonearest): Likewise.
16931 (lrint_towardzero_test_data): Likewise.
16932 (lrint_test_towardzero): Likewise.
16933 (lrint_downward_test_data): Likewise.
16934 (lrint_test_downward): Likewise.
16935 (lrint_upward_test_data): Likewise.
16936 (lrint_test_upward): Likewise.
16937 (llrint_test_data): Merge in per-rounding-mode tests and results
16938 from llrint_tonearest_test_data, llrint_towardzero_test_data,
16939 llrint_downward_test_data and llrint_upward_test_data.
16940 (llrint_test): Use ALL_RM_TEST.
16941 (llrint_tonearest_test_data): Remove.
16942 (llrint_test_tonearest): Likewise.
16943 (llrint_towardzero_test_data): Likewise.
16944 (llrint_test_towardzero): Likewise.
16945 (llrint_downward_test_data): Likewise.
16946 (llrint_test_downward): Likewise.
16947 (llrint_upward_test_data): Likewise.
16948 (llrint_test_upward): Likewise.
16949 (rint_test_data): Merge in per-rounding-mode tests and results
16950 from rint_tonearest_test_data, rint_towardzero_test_data,
16951 rint_downward_test_data and rint_upward_test_data. Add
16952 per-rounding-mode results for tests not in those arrays.
16953 (rint_test): Use ALL_RM_TEST.
16954 (rint_tonearest_test_data): Remove.
16955 (rint_test_tonearest): Likewise.
16956 (rint_towardzero_test_data): Likewise.
16957 (rint_test_towardzero): Likewise.
16958 (rint_downward_test_data): Likewise.
16959 (rint_test_downward): Likewise.
16960 (rint_upward_test_data): Likewise.
16961 (rint_test_upward): Likewise.
16962 (main): Don't call removed functions.
16963
5006148e
RM
169642014-03-14 Roland McGrath <roland@hack.frob.com>
16965
16966 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16967 "Compiled on ..." crapola. It is anti-useful.
16968
d6fe5e58
JM
169692014-03-14 Joseph Myers <joseph@codesourcery.com>
16970
16971 * scripts/evaluate-test.sh: Handle fourth argument to determine
16972 whether test run should stop on failure.
16973 * Makeconfig (stop-on-test-failure): New variable.
16974 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16975 $(stop-on-test-failure).
16976 * Makefile (tests): Give a summary of results from testing and
16977 exit with failure status if they include an ERROR or FAIL.
16978 (xtests): Likewise.
16979 * manual/install.texi (Configuring and compiling): Mention
16980 stop-on-test-failure=y.
16981 * INSTALL: Regenerated.
16982
498a2233
RM
169832014-03-14 Roland McGrath <roland@hack.frob.com>
16984
22dbc19d
RM
16985 * scripts/versionlist.awk: New file.
16986 * Makerules [$(build-shared) = yes]
16987 (postclean-generated): Add Versions.def, not Versions.def.v and
16988 Versions.def.v.i.
16989 ($(common-objpfx)Versions.def.v.i): Target removed.
16990 ($(common-objpfx)Versions.def): New target.
16991 ($(common-objpfx)Versions.all): Depend on that rather that
16992 $(common-objpfx)Versions.def.v.
16993 * Versions.def: File removed.
16994
498a2233
RM
16995 * Makeconfig (+gccwarn): Add -Wundef.
16996 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16997 a dl-sysdep.h breaking its contract.
16998 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16999 * include/stackinfo.h: New file.
17000 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
17001 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
17002 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
17003 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
17004 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
17005 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
17006 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17007 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17008 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17009 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17010 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17011 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
17012 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17013 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17014 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17015
c7de5025
AZ
170162014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17017
17018 [BZ #16707]
17019 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
17020 implementation.
17021 * math/libm-test.inc (round_test_data): Add more tests.
17022
98fb27a3
AZ
17023 [BZ #16706]
17024 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
17025 implementation.
17026 * math/libm-test.inc (nearbyint_test_data): Add more tests.
17027
374f7f61
AZ
17028 [BZ #16701]
17029 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
17030 implementation.
17031 * math/libm-test.inc (ceil_test_data): Add more tests.
17032
4655c291
AZ
17033 * math/libm-test.inc (trunc_test_data): Add more tests related to
17034 BZ#16414.
17035
d7329d4b
RM
170362014-03-14 Roland McGrath <roland@hack.frob.com>
17037
17038 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
17039 with #if rather than #ifdef.
17040 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
17041
aa4de9ce
L
170422014-03-14 H.J. Lu <hongjiu.lu@intel.com>
17043
17044 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
17045 first. Disable AVX-512 GCC support if assembler doesn't support
17046 it.
17047 * sysdeps/x86_64/configure: Regenerated.
17048
2e03fae7
CD
170492014-03-13 Carlos O'Donell <carlos@redhat.com>
17050
17051 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
17052 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
17053 (__old_pthread_attr_setstack): Likewise.
17054 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
17055 [!_STACK_GROWS_DOWN]: Likewise.
17056
43ca83ec
MF
170572014-03-13 Mike Frysinger <vapier@gentoo.org>
17058
17059 * config.make.in (have-bash2): Delete.
17060 * configure.ac (libc_cv_have_bash2): Delete.
17061 * configure: Regenerate.
17062 * elf/Makefile (common-ldd-rewrite): Rename to ...
17063 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
17064 (sh-ldd-rewrite): Delete.
17065 (bash-ldd-rewrite): Delete.
17066 (have-bash2): Delete checks.
57f41c40
AS
17067 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
17068 ldd-rewrite.
c66e48b4
MF
17069
17070 * config.make.in (have-ksh): Delete.
17071 (KSH): Delete.
17072 * configure.ac (libc_cv_have_ksh): Delete.
17073 * configure: Regenerate.
17074
b93834ef
MF
17075 * elf/Makefile: Delete $(have-ksh) check.
17076 ($(objpfx)sotruss): Change KSH to BASH.
17077 * elf/sotruss.ksh: Rename to ...
17078 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
17079 function style to match POSIX. Drop ksh vim mode setting.
17080
f3a4632a
MF
17081 * manual/time.texi (Specifying the Time Zone with TZ): Change
17082 Tuesday to Thursday.
17083
5896c8bd
MF
17084 * debug/tst-longjmp_chk2.c: Update header comment.
17085 (stackoverflow_handler): Add comment. Call assert on pass value.
17086
2d63a517
IZ
170872014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
17088
7e54fd04 17089 [BZ #16194]
2d63a517
IZ
17090 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
17091 (HAVE_AVX512_ASM_SUPPORT): Likewise.
17092 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
17093 (La_x86_64_vector): Add zmm.
17094 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
17095 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
17096 ($(objpfx)tst-audit10): New target.
17097 ($(objpfx)tst-audit10.out): Likewise.
17098 (tst-audit10-ENV): New.
17099 (AVX512-CFLAGS): Likewise.
17100 (CFLAGS-tst-audit10.c): Likewise.
17101 (CFLAGS-tst-auditmod10a.c): Likewise.
17102 (CFLAGS-tst-auditmod10b.c): Likewise.
17103 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
17104 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
17105 * sysdeps/x86_64/configure: Regenerated.
17106 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
17107 AVX-512 zmm register support.
17108 (_dl_x86_64_save_sse): Likewise.
17109 (_dl_x86_64_restore_sse): Likewise.
17110 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
17111 size vector registers.
17112 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
17113 (ZMM_SIZE): Likewise.
17114 * sysdeps/x86_64/tst-audit10.c: New file.
17115 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
17116 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
17117
44c4e5d5
RM
171182014-03-13 Roland McGrath <roland@hack.frob.com>
17119
17120 * configure.ac (HAVE_EHDR_START): New check.
17121 * configure: Regenerated.
17122 * config.h.in (HAVE_EHDR_START): New #undef.
17123 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
17124 assuming the lowest-addressed segment maps the start of the file.
17125
acd6e389
JM
171262014-03-13 Joseph Myers <joseph@codesourcery.com>
17127
17128 * INSTALL: Regenerated.
17129
6f918f36
WN
171302014-03-13 Will Newton <will.newton@linaro.org>
17131
17132 * manual/setjmp.texi (System V contexts): Improve
17133 clarity and grammar of documentation.
17134
798212a0
PP
171352014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
17136
17137 [BZ #16381]
798212a0 17138 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 17139 (tests-pie): Add tst-pie2.
798212a0
PP
17140 * elf/tst-pie2.c: New file.
17141 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
17142 for ET_EXEC.
17143 * elf/rtld.c (map_doit): Load executable as lt_executable.
17144 (dl_main): Likewise.
17145
abe6d90c
JM
171462014-03-12 Joseph Myers <joseph@codesourcery.com>
17147
17148 [BZ #16642]
17149 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17150 (__ASSUME_PSELECT): Undefine.
17151
dd3946c6
AZ
171522014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17153
17154 [BZ #16689]
17155 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
17156 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
17157 static build.
17158 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
17159 selector for static builds.
17160
c44496df
SP
171612014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
17162
17163 [BZ #16695]
17164 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
17165 key in the buffer.
17166
27c7220a
AZ
171672014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17168
57f41c40
AS
17169 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
17170 IFUNC selector for static builds.
27c7220a 17171
600fa361
JM
171722014-03-11 Joseph Myers <joseph@codesourcery.com>
17173
76c96cf7
JM
17174 * sysdeps/mips/math_private.h [__mips_hard_float]
17175 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
17176 libc_feresetround_mips_ctx.
17177 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
17178 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
17179 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
17180
600fa361
JM
17181 [BZ #16677]
17182 * math/s_nextafter.c (__nextafter): Do not return value from
17183 overflowing computation.
17184 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
17185 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
17186 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
17187 Likewise.
17188 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
17189 Likewise.
17190 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
17191 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
17192
d7706c32
RM
171932014-03-11 Roland McGrath <roland@hack.frob.com>
17194
17195 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
17196 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
17197 Move sfi_sp use from the load-multiple (that no longer sets sp) to
17198 the new mov targetting sp.
17199
4facea47
AZ
172002014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17201
17202 [BZ #16683]
17203 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17204 Define it for static builds as well.
17205 (NO_BZERO_IMPL): Likewise.
17206
e65caf1f
VR
172072014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
17208
17209 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17210 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17211 multiarch strspn for PPC64.
17212 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17213 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17214 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17215 (__libc_ifunc_impl_list): Likewise.
17216 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17217 multiarch optimizations
17218 * string/strspn.c (strspn): Using macro to redefine symbol name.
17219
ba9cc071
AZ
172202014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
17221 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17222
17223 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17224 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17225 multiarch strncat for PPC64.
17226 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17227 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17228 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17229 (__libc_ifunc_impl_list): Likewise.
17230 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17231 multiarch optimizations
17232
8b4ff974
SP
172332014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
17234
17235 [BZ #16639]
17236 * nscd/nscd.service: Make service type forking.
17237
54b46a4b
AZ
172382014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17239
17240 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17241 sign in non default rounding modes.
17242 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17243
e9996ef7
JM
172442014-03-08 Joseph Myers <joseph@codesourcery.com>
17245
17246 * math/libm-test.inc (ALL_RM_TEST): New macro.
17247 (ceil_test): Use ALL_RM_TEST.
17248 (cimag_test): Likewise.
17249 (conj_test): Likewise.
17250 (copysign_test): Likewise.
17251 (cproj_test): Likewise.
17252 (creal_test): Likewise.
17253 (fabs_test): Likewise.
17254 (floor_test): Likewise.
17255 (fmax_test): Likewise.
17256 (fmin_test): Likewise.
17257 (fmod_test): Likewise.
17258 (fpclassify_test): Likewise.
17259 (frexp_test): Likewise.
17260 (ilogb_test): Likewise.
17261 (isfinite_test): Likewise.
17262 (finite_test): Likewise.
17263 (isgreater_test): Likewise.
17264 (isgreaterequal_test): Likewise.
17265 (isinf_test): Likewise.
17266 (isless_test): Likewise.
17267 (islessequal_test): Likewise.
17268 (islessgreater_test): Likewise.
17269 (isnan_test): Likewise.
17270 (isnormal_test): Likewise.
17271 (issignaling_test): Likewise.
17272 (isunordered_test): Likewise.
17273 (logb_test): Likewise.
17274 (logb_downward_test_data): Remove.
17275 (logb_test_downward): Likewise.
17276 (lround_test): Use ALL_RM_TEST.
17277 (llround_test): Likewise.
17278 (modf_test): Likewise.
17279 (nexttoward_test): Likewise.
17280 (remainder_test): Likewise.
17281 (drem_test): Likewise.
17282 (remainder_tonearest_test_data): Likewise.
17283 (remainder_test_tonearest): Likewise.
17284 (drem_test_tonearest): Likewise.
17285 (remainder_towardzero_test_data): Likewise.
17286 (remainder_test_towardzero): Likewise.
17287 (drem_test_towardzero): Likewise.
17288 (remainder_downward_test_data): Likewise.
17289 (remainder_test_downward): Likewise.
17290 (drem_test_downward): Likewise.
17291 (remainder_upward_test_data): Likewise.
17292 (remainder_test_upward): Likewise.
17293 (drem_test_upward): Likewise.
17294 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
17295 (round_test): Use ALL_RM_TEST.
17296 (signbit_test): Likewise.
17297 (trunc_test): Likewise.
17298 (significand_test): Likewise.
17299 (main): Don't call removed functions.
17300
bc61d27c
JM
173012014-03-07 Joseph Myers <joseph@codesourcery.com>
17302
5c780849
JM
17303 [BZ #16674]
17304 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
17305 || __USE_XOPEN2K8].
17306 (ILL_ILLOPN): Likewise.
17307 (ILL_ILLADR): Likewise.
17308 (ILL_ILLTRP): Likewise.
17309 (ILL_PRVOPC): Likewise.
17310 (ILL_PRVREG): Likewise.
17311 (ILL_COPROC): Likewise.
17312 (ILL_BADSTK): Likewise.
17313 (FPE_INTDIV): Likewise.
17314 (FPE_INTOVF): Likewise.
17315 (FPE_FLTDIV): Likewise.
17316 (FPE_FLTOVF): Likewise.
17317 (FPE_FLTUND): Likewise.
17318 (FPE_FLTRES): Likewise.
17319 (FPE_FLTINV): Likewise.
17320 (FPE_FLTSUB): Likewise.
17321 (SEGV_MAPERR): Likewise.
17322 (SEGV_ACCERR): Likewise.
17323 (BUS_ADRALN): Likewise.
17324 (BUS_ADRERR): Likewise.
17325 (BUS_OBJERR): Likewise.
17326 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17327 (TRAP_TRACE): Likewise.
17328 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17329 __USE_XOPEN2K8].
17330 (CLD_KILLED): Likewise.
17331 (CLD_DUMPED): Likewise.
17332 (CLD_TRAPPED): Likewise.
17333 (CLD_STOPPED): Likewise.
17334 (CLD_CONTINUED): Likewise.
17335 (POLL_IN): Likewise.
17336 (POLL_OUT): Likewise.
17337 (POLL_MSG): Likewise.
17338 (POLL_ERR): Likewise.
17339 (POLL_PRI): Likewise.
17340 (POLL_HUP): Likewise.
17341 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
17342 Likewise.
17343 (ILL_ILLOPN): Likewise.
17344 (ILL_ILLADR): Likewise.
17345 (ILL_ILLTRP): Likewise.
17346 (ILL_PRVOPC): Likewise.
17347 (ILL_PRVREG): Likewise.
17348 (ILL_COPROC): Likewise.
17349 (ILL_BADSTK): Likewise.
17350 (FPE_INTDIV): Likewise.
17351 (FPE_INTOVF): Likewise.
17352 (FPE_FLTDIV): Likewise.
17353 (FPE_FLTOVF): Likewise.
17354 (FPE_FLTUND): Likewise.
17355 (FPE_FLTRES): Likewise.
17356 (FPE_FLTINV): Likewise.
17357 (FPE_FLTSUB): Likewise.
17358 (SEGV_MAPERR): Likewise.
17359 (SEGV_ACCERR): Likewise.
17360 (BUS_ADRALN): Likewise.
17361 (BUS_ADRERR): Likewise.
17362 (BUS_OBJERR): Likewise.
17363 (BUS_MCEERR_AR): Likewise.
17364 (BUS_MCEERR_AO): Likewise.
17365 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17366 (TRAP_TRACE): Likewise.
17367 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17368 __USE_XOPEN2K8].
17369 (CLD_KILLED): Likewise.
17370 (CLD_DUMPED): Likewise.
17371 (CLD_TRAPPED): Likewise.
17372 (CLD_STOPPED): Likewise.
17373 (CLD_CONTINUED): Likewise.
17374 (POLL_IN): Likewise.
17375 (POLL_OUT): Likewise.
17376 (POLL_MSG): Likewise.
17377 (POLL_ERR): Likewise.
17378 (POLL_PRI): Likewise.
17379 (POLL_HUP): Likewise.
17380 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17381 (ILL_ILLOPN): Likewise.
17382 (ILL_ILLADR): Likewise.
17383 (ILL_ILLTRP): Likewise.
17384 (ILL_PRVOPC): Likewise.
17385 (ILL_PRVREG): Likewise.
17386 (ILL_COPROC): Likewise.
17387 (ILL_BADSTK): Likewise.
17388 (FPE_INTDIV): Likewise.
17389 (FPE_INTOVF): Likewise.
17390 (FPE_FLTDIV): Likewise.
17391 (FPE_FLTOVF): Likewise.
17392 (FPE_FLTUND): Likewise.
17393 (FPE_FLTRES): Likewise.
17394 (FPE_FLTINV): Likewise.
17395 (FPE_FLTSUB): Likewise.
17396 (SEGV_MAPERR): Likewise.
17397 (SEGV_ACCERR): Likewise.
17398 (BUS_ADRALN): Likewise.
17399 (BUS_ADRERR): Likewise.
17400 (BUS_OBJERR): Likewise.
17401 (BUS_MCEERR_AR): Likewise.
17402 (BUS_MCEERR_AO): Likewise.
17403 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17404 (TRAP_TRACE): Likewise.
17405 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17406 __USE_XOPEN2K8].
17407 (CLD_KILLED): Likewise.
17408 (CLD_DUMPED): Likewise.
17409 (CLD_TRAPPED): Likewise.
17410 (CLD_STOPPED): Likewise.
17411 (CLD_CONTINUED): Likewise.
17412 (POLL_IN): Likewise.
17413 (POLL_OUT): Likewise.
17414 (POLL_MSG): Likewise.
17415 (POLL_ERR): Likewise.
17416 (POLL_PRI): Likewise.
17417 (POLL_HUP): Likewise.
17418 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17419 Likewise.
17420 (ILL_ILLOPN): Likewise.
17421 (ILL_ILLADR): Likewise.
17422 (ILL_ILLTRP): Likewise.
17423 (ILL_PRVOPC): Likewise.
17424 (ILL_PRVREG): Likewise.
17425 (ILL_COPROC): Likewise.
17426 (ILL_BADSTK): Likewise.
17427 (ILL_BADIADDR): Likewise.
17428 (ILL_BREAK): Likewise.
17429 (FPE_INTDIV): Likewise.
17430 (FPE_INTOVF): Likewise.
17431 (FPE_FLTDIV): Likewise.
17432 (FPE_FLTOVF): Likewise.
17433 (FPE_FLTUND): Likewise.
17434 (FPE_FLTRES): Likewise.
17435 (FPE_FLTINV): Likewise.
17436 (FPE_FLTSUB): Likewise.
17437 (FPE_DECOVF): Likewise.
17438 (FPE_DECDIV): Likewise.
17439 (FPE_DECERR): Likewise.
17440 (FPE_INVASC): Likewise.
17441 (FPE_INVDEC): Likewise.
17442 (SEGV_MAPERR): Likewise.
17443 (SEGV_ACCERR): Likewise.
17444 (SEGV_PSTKOVF): Likewise.
17445 (BUS_ADRALN): Likewise.
17446 (BUS_ADRERR): Likewise.
17447 (BUS_OBJERR): Likewise.
17448 (BUS_MCEERR_AR): Likewise.
17449 (BUS_MCEERR_AO): Likewise.
17450 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17451 (TRAP_TRACE): Likewise.
17452 (TRAP_BRANCH): Likewise.
17453 (TRAP_HWBKPT): Likewise.
17454 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17455 __USE_XOPEN2K8].
17456 (CLD_KILLED): Likewise.
17457 (CLD_DUMPED): Likewise.
17458 (CLD_TRAPPED): Likewise.
17459 (CLD_STOPPED): Likewise.
17460 (CLD_CONTINUED): Likewise.
17461 (POLL_IN): Likewise.
17462 (POLL_OUT): Likewise.
17463 (POLL_MSG): Likewise.
17464 (POLL_ERR): Likewise.
17465 (POLL_PRI): Likewise.
17466 (POLL_HUP): Likewise.
17467 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17468 (ILL_ILLOPN): Likewise.
17469 (ILL_ILLADR): Likewise.
17470 (ILL_ILLTRP): Likewise.
17471 (ILL_PRVOPC): Likewise.
17472 (ILL_PRVREG): Likewise.
17473 (ILL_COPROC): Likewise.
17474 (ILL_BADSTK): Likewise.
17475 (FPE_INTDIV): Likewise.
17476 (FPE_INTOVF): Likewise.
17477 (FPE_FLTDIV): Likewise.
17478 (FPE_FLTOVF): Likewise.
17479 (FPE_FLTUND): Likewise.
17480 (FPE_FLTRES): Likewise.
17481 (FPE_FLTINV): Likewise.
17482 (FPE_FLTSUB): Likewise.
17483 (SEGV_MAPERR): Likewise.
17484 (SEGV_ACCERR): Likewise.
17485 (BUS_ADRALN): Likewise.
17486 (BUS_ADRERR): Likewise.
17487 (BUS_OBJERR): Likewise.
17488 (BUS_MCEERR_AR): Likewise.
17489 (BUS_MCEERR_AO): Likewise.
17490 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17491 (TRAP_TRACE): Likewise.
17492 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17493 __USE_XOPEN2K8].
17494 (CLD_KILLED): Likewise.
17495 (CLD_DUMPED): Likewise.
17496 (CLD_TRAPPED): Likewise.
17497 (CLD_STOPPED): Likewise.
17498 (CLD_CONTINUED): Likewise.
17499 (POLL_IN): Likewise.
17500 (POLL_OUT): Likewise.
17501 (POLL_MSG): Likewise.
17502 (POLL_ERR): Likewise.
17503 (POLL_PRI): Likewise.
17504 (POLL_HUP): Likewise.
17505 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17506 (ILL_ILLOPN): Likewise.
17507 (ILL_ILLADR): Likewise.
17508 (ILL_ILLTRP): Likewise.
17509 (ILL_PRVOPC): Likewise.
17510 (ILL_PRVREG): Likewise.
17511 (ILL_COPROC): Likewise.
17512 (ILL_BADSTK): Likewise.
17513 (FPE_INTDIV): Likewise.
17514 (FPE_INTOVF): Likewise.
17515 (FPE_FLTDIV): Likewise.
17516 (FPE_FLTOVF): Likewise.
17517 (FPE_FLTUND): Likewise.
17518 (FPE_FLTRES): Likewise.
17519 (FPE_FLTINV): Likewise.
17520 (FPE_FLTSUB): Likewise.
17521 (SEGV_MAPERR): Likewise.
17522 (SEGV_ACCERR): Likewise.
17523 (BUS_ADRALN): Likewise.
17524 (BUS_ADRERR): Likewise.
17525 (BUS_OBJERR): Likewise.
17526 (BUS_MCEERR_AR): Likewise.
17527 (BUS_MCEERR_AO): Likewise.
17528 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17529 (TRAP_TRACE): Likewise.
17530 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17531 __USE_XOPEN2K8].
17532 (CLD_KILLED): Likewise.
17533 (CLD_DUMPED): Likewise.
17534 (CLD_TRAPPED): Likewise.
17535 (CLD_STOPPED): Likewise.
17536 (CLD_CONTINUED): Likewise.
17537 (POLL_IN): Likewise.
17538 (POLL_OUT): Likewise.
17539 (POLL_MSG): Likewise.
17540 (POLL_ERR): Likewise.
17541 (POLL_PRI): Likewise.
17542 (POLL_HUP): Likewise.
17543 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17544 (ILL_ILLOPN): Likewise.
17545 (ILL_ILLADR): Likewise.
17546 (ILL_ILLTRP): Likewise.
17547 (ILL_PRVOPC): Likewise.
17548 (ILL_PRVREG): Likewise.
17549 (ILL_COPROC): Likewise.
17550 (ILL_BADSTK): Likewise.
17551 (FPE_INTDIV): Likewise.
17552 (FPE_INTOVF): Likewise.
17553 (FPE_FLTDIV): Likewise.
17554 (FPE_FLTOVF): Likewise.
17555 (FPE_FLTUND): Likewise.
17556 (FPE_FLTRES): Likewise.
17557 (FPE_FLTINV): Likewise.
17558 (FPE_FLTSUB): Likewise.
17559 (SEGV_MAPERR): Likewise.
17560 (SEGV_ACCERR): Likewise.
17561 (BUS_ADRALN): Likewise.
17562 (BUS_ADRERR): Likewise.
17563 (BUS_OBJERR): Likewise.
17564 (BUS_MCEERR_AR): Likewise.
17565 (BUS_MCEERR_AO): Likewise.
17566 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17567 (TRAP_TRACE): Likewise.
17568 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17569 __USE_XOPEN2K8].
17570 (CLD_KILLED): Likewise.
17571 (CLD_DUMPED): Likewise.
17572 (CLD_TRAPPED): Likewise.
17573 (CLD_STOPPED): Likewise.
17574 (CLD_CONTINUED): Likewise.
17575 (POLL_IN): Likewise.
17576 (POLL_OUT): Likewise.
17577 (POLL_MSG): Likewise.
17578 (POLL_ERR): Likewise.
17579 (POLL_PRI): Likewise.
17580 (POLL_HUP): Likewise.
17581 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17582 (ILL_ILLOPN): Likewise.
17583 (ILL_ILLADR): Likewise.
17584 (ILL_ILLTRP): Likewise.
17585 (ILL_PRVOPC): Likewise.
17586 (ILL_PRVREG): Likewise.
17587 (ILL_COPROC): Likewise.
17588 (ILL_BADSTK): Likewise.
17589 (ILL_DBLFLT): Likewise.
17590 (ILL_HARDWALL): Likewise.
17591 (FPE_INTDIV): Likewise.
17592 (FPE_INTOVF): Likewise.
17593 (FPE_FLTDIV): Likewise.
17594 (FPE_FLTOVF): Likewise.
17595 (FPE_FLTUND): Likewise.
17596 (FPE_FLTRES): Likewise.
17597 (FPE_FLTINV): Likewise.
17598 (FPE_FLTSUB): Likewise.
17599 (SEGV_MAPERR): Likewise.
17600 (SEGV_ACCERR): Likewise.
17601 (BUS_ADRALN): Likewise.
17602 (BUS_ADRERR): Likewise.
17603 (BUS_OBJERR): Likewise.
17604 (BUS_MCEERR_AR): Likewise.
17605 (BUS_MCEERR_AO): Likewise.
17606 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17607 (TRAP_TRACE): Likewise.
17608 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17609 __USE_XOPEN2K8].
17610 (CLD_KILLED): Likewise.
17611 (CLD_DUMPED): Likewise.
17612 (CLD_TRAPPED): Likewise.
17613 (CLD_STOPPED): Likewise.
17614 (CLD_CONTINUED): Likewise.
17615 (POLL_IN): Likewise.
17616 (POLL_OUT): Likewise.
17617 (POLL_MSG): Likewise.
17618 (POLL_ERR): Likewise.
17619 (POLL_PRI): Likewise.
17620 (POLL_HUP): Likewise.
17621 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17622 (ILL_ILLOPN): Likewise.
17623 (ILL_ILLADR): Likewise.
17624 (ILL_ILLTRP): Likewise.
17625 (ILL_PRVOPC): Likewise.
17626 (ILL_PRVREG): Likewise.
17627 (ILL_COPROC): Likewise.
17628 (ILL_BADSTK): Likewise.
17629 (FPE_INTDIV): Likewise.
17630 (FPE_INTOVF): Likewise.
17631 (FPE_FLTDIV): Likewise.
17632 (FPE_FLTOVF): Likewise.
17633 (FPE_FLTUND): Likewise.
17634 (FPE_FLTRES): Likewise.
17635 (FPE_FLTINV): Likewise.
17636 (FPE_FLTSUB): Likewise.
17637 (SEGV_MAPERR): Likewise.
17638 (SEGV_ACCERR): Likewise.
17639 (BUS_ADRALN): Likewise.
17640 (BUS_ADRERR): Likewise.
17641 (BUS_OBJERR): Likewise.
17642 (BUS_MCEERR_AR): Likewise.
17643 (BUS_MCEERR_AO): Likewise.
17644 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17645 (TRAP_TRACE): Likewise.
17646 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17647 __USE_XOPEN2K8].
17648 (CLD_KILLED): Likewise.
17649 (CLD_DUMPED): Likewise.
17650 (CLD_TRAPPED): Likewise.
17651 (CLD_STOPPED): Likewise.
17652 (CLD_CONTINUED): Likewise.
17653 (POLL_IN): Likewise.
17654 (POLL_OUT): Likewise.
17655 (POLL_MSG): Likewise.
17656 (POLL_ERR): Likewise.
17657 (POLL_PRI): Likewise.
17658 (POLL_HUP): Likewise.
17659 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17660 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17661
bc61d27c
JM
17662 [BZ #16670]
17663 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17664 before #include of <time.h>.
17665 [!__USE_XOPEN2K] (__need_timespec): Likewise.
17666 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17667 (test-xfail-UNIX98/sched.h/conform): Likewise.
17668
302949e2
MS
176692014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
17670
17671 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17672 error absence of trapping exception support.
17673 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17674
a00f522a
JM
176752014-03-07 Joseph Myers <joseph@codesourcery.com>
17676
6f99f280
JM
17677 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17678 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17679 * timezone/Makefile (testdata): Move definition above include of
17680 Rules.
17681 (test-zones): New variable.
17682 (tests-special): Add zone files.
17683 (build-testdata): Use $(evaluate-test).
17684
0b20a9e8
JM
17685 * elf/Makefile (tests-special): Rename tests to end with .out.
17686 ($(objpfx)noload-mem): Likewise.
17687 ($(objpfx)tst-leaks1-mem): Likewise.
17688 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17689 * iconv/Makefile (xtests-special): Change test-iconvconfig to
17690 $(objpfx)test-iconvconfig.out.
17691 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
17692 set -e inside subshell and redirect output to file.
17693 * iconvdata/Makefile (generated): Rename tests to end with .out.
17694 Correct type.
17695 (tests-special): Rename tests to end with .out.
17696 ($(objpfx)mtrace-tst-loading): Likewise.
17697 * intl/Makefile (generated): Likewise.
17698 (tests-special): Likewise.
17699 ($(objpfx)mtrace-tst-gettext): Likewise.
17700 * misc/Makefile (generated): Likewise.
17701 (tests-special): Likewise.
17702 ($(objpfx)tst-error1-mem): Likewise.
17703 * nptl/Makefile (tests-special): Likewise.
17704 ($(objpfx)tst-stack3-mem): Likewise.
17705 (generated): Likewise.
17706 * posix/Makefile (generated): Likewise.
17707 (tests-special): Likewise.
17708 (xtests-special): Likewise.
17709 ($(objpfx)tst-fnmatch-mem): Likewise.
17710 ($(objpfx)bug-regex2-mem): Likewise.
17711 ($(objpfx)bug-regex14-mem): Likewise.
17712 ($(objpfx)bug-regex21-mem): Likewise.
17713 ($(objpfx)bug-regex31-mem): Likewise.
17714 ($(objpfx)tst-vfork3-mem): Likewise.
17715 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17716 ($(objpfx)tst-pcre-mem): Likewise.
17717 ($(objpfx)tst-boost-mem): Likewise.
17718 ($(objpfx)bug-ga2-mem): Likewise.
17719 ($(objpfx)bug-glob2-mem): Likewise.
17720 * resolv/Makefile (generate): Likewise.
17721 (tests-special): Likewise.
17722 (xtests-special): Likewise.
17723 (generated): Likewise.
17724 ($(objpfx)mtrace-tst-leaks): Likewise.
17725 ($(objpfx)mtrace-tst-leaks2): Likewise.
17726
265d52ab
JM
17727 * scripts/merge-test-results.sh: New file.
17728 * Makefile (tests-special-notdir): New variable.
17729 (tests): Run merge-test-results.sh.
17730 (xtests): Likewise.
17731 * Rules (tests-special-notdir): New variable.
17732 (xtests-special-notdir): Likewise.
17733 (tests): Run merge-test-results.sh
17734 (xtests): Likewise.
17735
54ee292d
JM
17736 * Makeconfig (test-xfail-name): New variable.
17737 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17738 compute variable name for expected failures.
17739 * conform/Makefile (conformtest-headers-data): New variable.
17740 (conformtest-standards): Likewise.
17741 (conformtest-headers-ISO): Likewise.
17742 (conformtest-headers-ISO99): Likewise.
17743 (conformtest-headers-ISO11): Likewise.
17744 (conformtest-headers-POSIX): Likewise.
17745 (conformtest-headers-XPG3): Likewise.
17746 (conformtest-headers-XPG4): Likewise.
17747 (conformtest-headers-UNIX98): Likewise.
17748 (conformtest-headers-XOPEN2K): Likewise.
17749 (conformtest-headers-POSIX2008): Likewise.
17750 (conformtest-headers-XOPEN2K8): Likewise.
17751 (conformtest-header-list-base): Likewise.
17752 (conformtest-header-list-tests): Likewise.
17753 (conformtest-header-base): Likewise.
17754 (conformtest-header-tests): Likewise.
17755 (tests-special): Add $(conformtest-header-list-tests). If
17756 [$(fast-check) && !$(cross-compiling)], add
17757 $(conformtest-header-tests) instead of
17758 $(objpfx)run-conformtest.out.
17759 (generated): Add $(conformtest-header-list-base). If
17760 [$(fast-check) && !$(cross-compiling)], add
17761 $(conformtest-header-base). Remove previous setting.
17762 ($(conformtest-header-list-tests)): New target.
17763 (test-xfail-run-conformtest): Remove variable.
17764 ($(objpfx)run-conformtest.out): Remove target.
17765 (test-xfail-ISO11/complex.h/conform): New variable.
17766 (test-xfail-ISO11/stdalign.h/conform): Likewise.
17767 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17768 (test-xfail-XPG3/varargs.h/conform): Likewise.
17769 (test-xfail-XPG4/varargs.h/conform): Likewise.
17770 (test-xfail-UNIX98/varargs.h/conform): Likewise.
17771 (test-xfail-XPG4/ndbm.h/conform): Likewise.
17772 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17773 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17774 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17775 (test-xfail-XPG3/fcntl.h/conform): Likewise.
17776 (test-xfail-XPG3/ftw.h/conform): Likewise.
17777 (test-xfail-XPG3/grp.h/conform): Likewise.
17778 (test-xfail-XPG3/langinfo.h/conform): Likewise.
17779 (test-xfail-XPG3/limits.h/conform): Likewise.
17780 (test-xfail-XPG3/pwd.h/conform): Likewise.
17781 (test-xfail-XPG3/search.h/conform): Likewise.
17782 (test-xfail-XPG3/signal.h/conform): Likewise.
17783 (test-xfail-XPG3/stdio.h/conform): Likewise.
17784 (test-xfail-XPG3/stdlib.h/conform): Likewise.
17785 (test-xfail-XPG3/string.h/conform): Likewise.
17786 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17787 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17788 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17789 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17790 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17791 (test-xfail-XPG3/sys/types.h/conform): Likewise.
17792 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17793 (test-xfail-XPG3/termios.h/conform): Likewise.
17794 (test-xfail-XPG3/time.h/conform): Likewise.
17795 (test-xfail-XPG3/unistd.h/conform): Likewise.
17796 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17797 (test-xfail-XPG4/fcntl.h/conform): Likewise.
17798 (test-xfail-XPG4/langinfo.h/conform): Likewise.
17799 (test-xfail-XPG4/netdb.h/conform): Likewise.
17800 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17801 (test-xfail-XPG4/signal.h/conform): Likewise.
17802 (test-xfail-XPG4/stdio.h/conform): Likewise.
17803 (test-xfail-XPG4/stdlib.h/conform): Likewise.
17804 (test-xfail-XPG4/stropts.h/conform): Likewise.
17805 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17806 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17807 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17808 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17809 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17810 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17811 (test-xfail-XPG4/sys/time.h/conform): Likewise.
17812 (test-xfail-XPG4/sys/types.h/conform): Likewise.
17813 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17814 (test-xfail-XPG4/termios.h/conform): Likewise.
17815 (test-xfail-XPG4/ucontext.h/conform): Likewise.
17816 (test-xfail-XPG4/unistd.h/conform): Likewise.
17817 (test-xfail-XPG4/utmpx.h/conform): Likewise.
17818 (test-xfail-POSIX/sched.h/conform): Likewise.
17819 (test-xfail-POSIX/signal.h/conform): Likewise.
17820 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17821 (test-xfail-POSIX/tar.h/conform): Likewise.
17822 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17823 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17824 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17825 (test-xfail-UNIX98/netdb.h/conform): Likewise.
17826 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17827 (test-xfail-UNIX98/sched.h/conform): Likewise.
17828 (test-xfail-UNIX98/signal.h/conform): Likewise.
17829 (test-xfail-UNIX98/stdio.h/conform): Likewise.
17830 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17831 (test-xfail-UNIX98/stropts.h/conform): Likewise.
17832 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17833 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17834 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17835 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17836 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17837 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17838 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17839 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17840 (test-xfail-UNIX98/unistd.h/conform): Likewise.
17841 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17842 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17843 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17844 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17845 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17846 (test-xfail-XOPEN2K/math.h/conform): Likewise.
17847 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17848 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17849 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17850 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17851 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17852 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17853 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17854 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17855 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17856 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17857 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17858 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17859 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17860 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17861 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17862 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17863 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17864 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17865 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17866 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17867 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17868 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17869 (test-xfail-POSIX2008/signal.h/conform): Likewise.
17870 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17871 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17872 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17873 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17874 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17875 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17876 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17877 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17878 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17879 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17880 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17881 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17882 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17883 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17884 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17885 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17886 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17887 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17888 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17889 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17890 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17891 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17892 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17893 (conformtest-cc-flags): Likewise.
17894 ($(conformtest-header-tests): New target.
17895 * conform/check-header-lists.sh: New file.
17896 * conform/run-conformtest.sh: Remove.
17897
a00f522a
JM
17898 * conform/conformtest.pl: Allow ' and \ in values given for
17899 constants.
17900 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17901 inclusion.
17902 [POSIX] (sys/types.h): Likewise.
17903 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17904 inclusion.
17905 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17906 inclusion.
17907 * conform/data/signal.h-data (SIGIO): Remove expectation.
17908 [XPG3] (SIGBUS): Do not expect.
17909 [POSIX || XPG3] (SIGPOLL): Likewise.
17910 [POSIX || XPG3] (SIGPROF): Likewise.
17911 [POSIX || XPG3] (SIGSYS): Likewise.
17912 [XPG3] (SIGTRAP): Likewise.
17913 [POSIX || XPG3] (SIGURG): Likewise.
17914 [POSIX || XPG3] (SIGVTALRM): Likewise.
17915 [POSIX || XPG3] (SIGXCPU): Likewise.
17916 [POSIX || XPG3] (SIGXFSZ): Likewise.
17917 [POSIX] (SA_SIGINFO): Expect.
17918 [XPG3] (siginfo_t): Do not expect type or contents.
17919 [POSIX] (si_pid): Do not expect element.
17920 [POSIX] (si_uid): Likewise.
17921 [POSIX] (si_addr): Likewise.
17922 [POSIX] (si_status): Likewise.
17923 [POSIX] (si_band): Likewise.
17924 [XPG4] (si_value): Likewise.
17925 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17926 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17927 [POSIX || XPG3] (ILL_ILLADR): Likewise.
17928 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17929 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17930 [POSIX || XPG3] (ILL_PRVREG): Likewise.
17931 [POSIX || XPG3] (ILL_COPROC): Likewise.
17932 [POSIX || XPG3] (ILL_BADSTK): Likewise.
17933 [POSIX || XPG3] (FPE_INTDIV): Likewise.
17934 [POSIX || XPG3] (FPE_INTOVF): Likewise.
17935 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17936 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17937 [POSIX || XPG3] (FPE_FLTUND): Likewise.
17938 [POSIX || XPG3] (FPE_FLTRES): Likewise.
17939 [POSIX || XPG3] (FPE_FLTINV): Likewise.
17940 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17941 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17942 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17943 [POSIX || XPG3] (BUS_ADRALN): Likewise.
17944 [POSIX || XPG3] (BUS_ADRERR): Likewise.
17945 [POSIX || XPG3] (BUS_OBJERR): Likewise.
17946 [POSIX || XPG3] (CLD_EXITED): Likewise.
17947 [POSIX || XPG3] (CLD_KILLED): Likewise.
17948 [POSIX || XPG3] (CLD_DUMPED): Likewise.
17949 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17950 [POSIX || XPG3] (CLD_STOPPED): Likewise.
17951 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17952 [POSIX || XPG3] (POLL_IN): Likewise.
17953 [POSIX || XPG3] (POLL_OUT): Likewise.
17954 [POSIX || XPG3] (POLL_MSG): Likewise.
17955 [POSIX || XPG3] (POLL_ERR): Likewise.
17956 [POSIX || XPG3] (POLL_PRI): Likewise.
17957 [POSIX || XPG3] (POLL_HUP): Likewise.
17958 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17959 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17960 (SIG*): Do not allow.
17961 [XPG3] (si_*): Likewise.
17962 [XPG3] (SI_*): Likewise.
17963 [XPG3 || XPG4] (sigev_*): Likewise.
17964 [XPG3 || XPG4] (SIGEV_*): Likewise.
17965 [XPG3 || XPG4] (sival_*): Likewise.
17966 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17967 [POSIX || XPG3] (BUS_*): Likewise.
17968 [POSIX || XPG3] (CLD_*): Likewise.
17969 [POSIX || XPG3] (FPE_*): Likewise.
17970 [POSIX || XPG3] (ILL_*): Likewise.
17971 [POSIX || XPG3] (POLL_*): Likewise.
17972 [POSIX || XPG3] (SEGV_*): Likewise.
17973 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17974 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17975 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17976 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17977 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17978 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17979 Specify type and value.
17980 (TVERSLEN): Likewise.
17981 (REGTYPE): Likewise.
17982 (AREGTYPE): Likewise.
17983 (LNKTYPE): Likewise.
17984 (SYMTYPE): Likewise.
17985 (CHRTYPE): Likewise.
17986 (BLKTYPE): Likewise.
17987 (DIRTYPE): Likewise.
17988 (FIFOTYPE): Likewise.
17989 (CONTTYPE): Likewise.
17990 (TSUID): Likewise.
17991 (TSGID): Likewise.
17992 (TSVTX): Likewise.
17993 (TUREAD): Likewise.
17994 (TUWRITE): Likewise.
17995 (TUEXEC): Likewise.
17996 (TGREAD): Likewise.
17997 (TGWRITE): Likewise.
17998 (TGEXEC): Likewise.
17999 (TOREAD): Likewise.
18000 (TOWRITE): Likewise.
18001 (TOEXEC): Likewise.
18002 [POSIX] (TSVTX): Expect constant.
18003
aa97dee1
JM
180042014-03-06 Joseph Myers <joseph@codesourcery.com>
18005
f214606a
JM
18006 * Makefile (tests): Change dependencies to ....
18007 (tests-special): ... additions to this variable.
18008 (tests): Depend on $(tests-special).
18009 * Makerules (check-abi-list): New variable.
18010 (check-abi): Depend on $(check-abi-list).
18011 [$(subdir) = elf] (tests-special): Add
18012 $(objpfx)check-abi-libc.out.
18013 [$(build-shared) = yes && subdir] (tests-special): Add
18014 $(check-abi-list).
18015 [$(build-shared) = yes && subdir] (tests): Do not depend on
18016 check-abi.
18017 * Rules (tests): Depend on $(tests-special).
18018 (xtests): Depend on $(xtests-special).
18019 * catgets/Makefile (tests): Change dependencies to ....
18020 (tests-special): ... additions to this variable.
18021 * conform/Makefile (tests): Change dependencies to ....
18022 (tests-special): ... additions to this variable.
18023 * elf/Makefile (tests): Change dependencies to ....
18024 (tests-special): ... additions to this variable.
18025 * grp/Makefile (tests): Change dependencies to ....
18026 (tests-special): ... additions to this variable.
18027 * iconv/Makefile (xtests): Change dependencies to ....
18028 (xtests-special): ... additions to this variable.
18029 * iconvdata/Makefile (tests): Change dependencies to ....
18030 (tests-special): ... additions to this variable.
18031 * intl/Makefile (tests): Change dependencies to ....
18032 (tests-special): ... additions to this variable. Also add
18033 $(objpfx)tst-gettext.out.
18034 * io/Makefile (tests): Change dependencies to ....
18035 (tests-special): ... additions to this variable.
18036 * libio/Makefile (tests): Change dependencies to ....
18037 (tests-special): ... additions to this variable.
18038 * malloc/Makefile (tests): Change dependencies to ....
18039 (tests-special): ... additions to this variable.
18040 * misc/Makefile (tests): Change dependencies to ....
18041 (tests-special): ... additions to this variable.
18042 * nptl/Makefile (tests): Change dependencies to ....
18043 (tests-special): ... additions to this variable.
18044 * nptl_db/Makefile (tests): Change dependencies to ....
18045 (tests-special): ... additions to this variable.
18046 * posix/Makefile (tests): Change dependencies to ....
18047 (tests-special): ... additions to this variable.
18048 (xtests): Change dependencies to ....
18049 (xtests-special): ... additions to this variable.
18050 * resolv/Makefile (tests): Change dependencies to ....
18051 (tests-special): ... additions to this variable.
18052 (xtests): Change dependencies to ....
18053 (xtests-special): ... additions to this variable.
18054 * stdio-common/Makefile (tests): Change dependencies to ....
18055 (tests-special): ... additions to this variable.
18056 (do-tst-unbputc): Remove target.
18057 (do-tst-printf): Likewise.
18058 * stdlib/Makefile (tests): Change dependencies to ....
18059 (tests-special): ... additions to this variable.
18060 * string/Makefile (tests): Change dependencies to ....
18061 (tests-special): ... additions to this variable.
18062 * sysdeps/x86/Makefile (tests): Change dependencies to ....
18063 (tests-special): ... additions to this variable.
18064
81700b53
JM
18065 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
18066 whole file.
18067 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
18068 whole file.
18069 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
18070 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
18071
2ea18461
JM
18072 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
18073 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
18074 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
18075 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
18076 * conform/data/libgen.h-data [XPG3]: Likewise.
18077 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
18078 * conform/data/ndbm.h-data [XPG3]: Likewise.
18079 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18080 * conform/data/netdb.h-data [XPG3]: Likewise.
18081 * conform/data/netinet/in.h-data [XPG3]: Likewise.
18082 * conform/data/poll.h-data [XPG3]: Likewise.
18083 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18084 * conform/data/strings.h-data [XPG3]: Likewise.
18085 * conform/data/stropts.h-data [XPG3]: Likewise.
18086 * conform/data/sys/mman.h-data [XPG3]: Likewise.
18087 * conform/data/sys/resource.h-data [XPG3]: Likewise.
18088 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
18089 Likewise.
18090 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
18091 * conform/data/sys/time.h-data [XPG3]: Likewise.
18092 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
18093 * conform/data/sys/uio.h-data [XPG3]: Likewise.
18094 * conform/data/sys/un.h-data [XPG3]: Likewise.
18095 * conform/data/syslog.h-data [XPG3]: Likewise.
18096 * conform/data/ucontext.h-data [XPG3]: Likewise.
18097 * conform/data/utmpx.h-data [XPG3]: Likewise.
18098 * conform/data/varargs.h-data [UNIX98]: Enable file.
18099
355bc986
JM
18100 * manual/Makefile (INSTALL_INFO): Remove variable setting.
18101
215db402
JM
18102 * math/libm-test.inc (struct test_f_f_data): Move expected results
18103 into structure for each rounding mode.
18104 (struct test_ff_f_data): Likewise.
18105 (struct test_ff_f_data_nexttoward): Likewise.
18106 (struct test_fi_f_data): Likewise.
18107 (struct test_fl_f_data): Likewise.
18108 (struct test_if_f_data): Likewise.
18109 (struct test_fff_f_data): Likewise.
18110 (struct test_c_f_data): Likewise.
18111 (struct test_f_f1_data): Likewise.
18112 (struct test_fF_f1_data): Likewise.
18113 (struct test_ffI_f1_data): Likewise.
18114 (struct test_c_c_data): Likewise.
18115 (struct test_cc_c_data): Likewise.
18116 (struct test_f_i_data): Likewise.
18117 (struct test_ff_i_data): Likewise.
18118 (struct test_f_l_data): Likewise.
18119 (struct test_f_L_data): Likewise.
18120 (struct test_fFF_11_data): Likewise.
18121 (RM_): New macro.
18122 (RM_FE_DOWNWARD): Likewise.
18123 (RM_FE_TONEAREST): Likewise.
18124 (RM_FE_TOWARDZERO): Likewise.
18125 (RM_FE_UPWARD): Likewise.
18126 (RUN_TEST_LOOP_f_f): Update references to expected results.
18127 (RUN_TEST_LOOP_2_f): Likewise.
18128 (RUN_TEST_LOOP_fff_f): Likewise.
18129 (RUN_TEST_LOOP_c_f): Likewise.
18130 (RUN_TEST_LOOP_f_f1): Likewise.
18131 (RUN_TEST_LOOP_fF_f1): Likewise.
18132 (RUN_TEST_LOOP_fI_f1): Likewise.
18133 (RUN_TEST_LOOP_ffI_f1): Likewise.
18134 (RUN_TEST_LOOP_c_c): Likewise.
18135 (RUN_TEST_LOOP_cc_c): Likewise.
18136 (RUN_TEST_LOOP_f_i): Likewise.
18137 (RUN_TEST_LOOP_f_i_tg): Likewise.
18138 (RUN_TEST_LOOP_ff_i_tg): Likewise.
18139 (RUN_TEST_LOOP_f_b): Likewise.
18140 (RUN_TEST_LOOP_f_b_tg): Likewise.
18141 (RUN_TEST_LOOP_f_l): Likewise.
18142 (RUN_TEST_LOOP_f_L): Likewise.
18143 (RUN_TEST_LOOP_fFF_11): Likewise.
18144 * math/gen-libm-test.pl (parse_args): Output four copies of
18145 expected results for each test.
18146
67737b8f
JM
18147 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18148 (__ASSUME_UTIMES): Remove.
18149 * sysdeps/unix/sysv/linux/tile/kernel-features.h
18150 (__ASSUME_UTIMES): Likewise.
18151
aa97dee1
JM
18152 * math/gen-auto-libm-tests.c: Update comment on output format.
18153 (output_for_one_input_case): Generate before-rounding and
18154 after-rounding information as conditions on output flags not
18155 floating-point format.
18156 * math/auto-libm-test-out: Regenerated.
18157 * math/gen-libm-test.pl (cond_value): New function.
18158 (or_cond_value): Use cond_value.
18159 (generate_testfile): Handle conditional exceptions.
18160
e6b6a857
JM
181612014-03-05 Joseph Myers <joseph@codesourcery.com>
18162
2f0a0f44
JM
18163 * math/libm-test.inc (max_valid_error): New variable.
18164 (init_max_error): Take new argument specifying whether function
18165 results are exactly determined. Set max_valid_error and bound
18166 other variables for errors based on this argument.
18167 (set_max_error): Do not record results above max_valid_error.
18168 (check_float_internal): Only accept errors of up to 0.5ulps if
18169 also at most max_valid_error.
18170 (START): Take new argument EXACT and pass it to init_max_error.
18171 (acos_test): Update call to START.
18172 (acos_test_tonearest): Likewise.
18173 (acos_test_towardzero): Likewise.
18174 (acos_test_downward): Likewise.
18175 (acos_test_upward): Likewise.
18176 (acosh_test): Likewise.
18177 (asin_test): Likewise.
18178 (asin_test_tonearest): Likewise.
18179 (asin_test_towardzero): Likewise.
18180 (asin_test_downward): Likewise.
18181 (asin_test_upward): Likewise.
18182 (asinh_test): Likewise.
18183 (atan_test): Likewise.
18184 (atanh_test): Likewise.
18185 (atan2_test): Likewise.
18186 (cabs_test): Likewise.
18187 (cacos_test): Likewise.
18188 (cacosh_test): Likewise.
18189 (carg_test): Likewise.
18190 (casin_test): Likewise.
18191 (casinh_test): Likewise.
18192 (catan_test): Likewise.
18193 (catanh_test): Likewise.
18194 (cbrt_test): Likewise.
18195 (ccos_test): Likewise.
18196 (ccosh_test): Likewise.
18197 (ceil_test): Likewise.
18198 (cexp_test): Likewise.
18199 (cimag_test): Likewise.
18200 (clog_test): Likewise.
18201 (clog10_test): Likewise.
18202 (conj_test): Likewise.
18203 (copysign_test): Likewise.
18204 (cos_test): Likewise.
18205 (cos_test_tonearest): Likewise.
18206 (cos_test_towardzero): Likewise.
18207 (cos_test_downward): Likewise.
18208 (cos_test_upward): Likewise.
18209 (cosh_test): Likewise.
18210 (cosh_test_tonearest): Likewise.
18211 (cosh_test_towardzero): Likewise.
18212 (cosh_test_downward): Likewise.
18213 (cosh_test_upward): Likewise.
18214 (cpow_test): Likewise.
18215 (cproj_test): Likewise.
18216 (creal_test): Likewise.
18217 (csin_test): Likewise.
18218 (csinh_test): Likewise.
18219 (csqrt_test): Likewise.
18220 (ctan_test): Likewise.
18221 (ctan_test_tonearest): Likewise.
18222 (ctan_test_towardzero): Likewise.
18223 (ctan_test_downward): Likewise.
18224 (ctan_test_upward): Likewise.
18225 (ctanh_test): Likewise.
18226 (ctanh_test_tonearest): Likewise.
18227 (ctanh_test_towardzero): Likewise.
18228 (ctanh_test_downward): Likewise.
18229 (ctanh_test_upward): Likewise.
18230 (erf_test): Likewise.
18231 (erfc_test): Likewise.
18232 (exp_test): Likewise.
18233 (exp_test_tonearest): Likewise.
18234 (exp_test_towardzero): Likewise.
18235 (exp_test_downward): Likewise.
18236 (exp_test_upward): Likewise.
18237 (exp10_test): Likewise.
18238 (exp10_test_tonearest): Likewise.
18239 (exp10_test_towardzero): Likewise.
18240 (exp10_test_downward): Likewise.
18241 (exp10_test_upward): Likewise.
18242 (pow10_test): Likewise.
18243 (exp2_test): Likewise.
18244 (expm1_test): Likewise.
18245 (expm1_test_tonearest): Likewise.
18246 (expm1_test_towardzero): Likewise.
18247 (expm1_test_downward): Likewise.
18248 (expm1_test_upward): Likewise.
18249 (fabs_test): Likewise.
18250 (fdim_test): Likewise.
18251 (floor_test): Likewise.
18252 (fma_test): Likewise.
18253 (fma_test_towardzero): Likewise.
18254 (fma_test_downward): Likewise.
18255 (fma_test_upward): Likewise.
18256 (fmax_test): Likewise.
18257 (fmin_test): Likewise.
18258 (fmod_test): Likewise.
18259 (fpclassify_test): Likewise.
18260 (frexp_test): Likewise.
18261 (hypot_test): Likewise.
18262 (ilogb_test): Likewise.
18263 (isfinite_test): Likewise.
18264 (finite_test): Likewise.
18265 (isgreater_test): Likewise.
18266 (isgreaterequal_test): Likewise.
18267 (isinf_test): Likewise.
18268 (isless_test): Likewise.
18269 (islessequal_test): Likewise.
18270 (islessgreater_test): Likewise.
18271 (isnan_test): Likewise.
18272 (isnormal_test): Likewise.
18273 (issignaling_test): Likewise.
18274 (isunordered_test): Likewise.
18275 (j0_test): Likewise.
18276 (j1_test): Likewise.
18277 (jn_test): Likewise.
18278 (ldexp_test): Likewise.
18279 (lgamma_test): Likewise.
18280 (gamma_test): Likewise.
18281 (lrint_test): Likewise.
18282 (lrint_test_tonearest): Likewise.
18283 (lrint_test_towardzero): Likewise.
18284 (lrint_test_downward): Likewise.
18285 (lrint_test_upward): Likewise.
18286 (llrint_test): Likewise.
18287 (llrint_test_tonearest): Likewise.
18288 (llrint_test_towardzero): Likewise.
18289 (llrint_test_downward): Likewise.
18290 (llrint_test_upward): Likewise.
18291 (log_test): Likewise.
18292 (log10_test): Likewise.
18293 (log1p_test): Likewise.
18294 (log2_test): Likewise.
18295 (logb_test): Likewise.
18296 (logb_test_downward): Likewise.
18297 (lround_test): Likewise.
18298 (llround_test): Likewise.
18299 (modf_test): Likewise.
18300 (nearbyint_test): Likewise.
18301 (nextafter_test): Likewise.
18302 (nexttoward_test): Likewise.
18303 (pow_test): Likewise.
18304 (pow_test_tonearest): Likewise.
18305 (pow_test_towardzero): Likewise.
18306 (pow_test_downward): Likewise.
18307 (pow_test_upward): Likewise.
18308 (remainder_test): Likewise.
18309 (drem_test): Likewise.
18310 (remainder_test_tonearest): Likewise.
18311 (drem_test_tonearest): Likewise.
18312 (remainder_test_towardzero): Likewise.
18313 (drem_test_towardzero): Likewise.
18314 (remainder_test_downward): Likewise.
18315 (drem_test_downward): Likewise.
18316 (remainder_test_upward): Likewise.
18317 (drem_test_upward): Likewise.
18318 (remquo_test): Likewise.
18319 (rint_test): Likewise.
18320 (rint_test_tonearest): Likewise.
18321 (rint_test_towardzero): Likewise.
18322 (rint_test_downward): Likewise.
18323 (rint_test_upward): Likewise.
18324 (round_test): Likewise.
18325 (scalb_test): Likewise.
18326 (scalbn_test): Likewise.
18327 (scalbln_test): Likewise.
18328 (signbit_test): Likewise.
18329 (sin_test): Likewise.
18330 (sin_test_tonearest): Likewise.
18331 (sin_test_towardzero): Likewise.
18332 (sin_test_downward): Likewise.
18333 (sin_test_upward): Likewise.
18334 (sincos_test): Likewise.
18335 (sinh_test): Likewise.
18336 (sinh_test_tonearest): Likewise.
18337 (sinh_test_towardzero): Likewise.
18338 (sinh_test_downward): Likewise.
18339 (sinh_test_upward): Likewise.
18340 (sqrt_test): Likewise.
18341 (sqrt_test_tonearest): Likewise.
18342 (sqrt_test_towardzero): Likewise.
18343 (sqrt_test_downward): Likewise.
18344 (sqrt_test_upward): Likewise.
18345 (tan_test): Likewise.
18346 (tan_test_tonearest): Likewise.
18347 (tan_test_towardzero): Likewise.
18348 (tan_test_downward): Likewise.
18349 (tan_test_upward): Likewise.
18350 (tanh_test): Likewise.
18351 (tgamma_test): Likewise.
18352 (trunc_test): Likewise.
18353 (y0_test): Likewise.
18354 (y1_test): Likewise.
18355 (yn_test): Likewise.
18356 (significand_test): Likewise.
18357
e6b6a857
JM
18358 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18359 individual tests in comment.
18360 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18361 (prev_max_error): New variable.
18362 (prev_real_max_error): Likewise.
18363 (prev_imag_max_error): Likewise.
18364 (compare_ulp_data): Don't refer to test names in comment.
18365 (find_test_ulps): Remove function.
18366 (find_function_ulps): Likewise.
18367 (find_complex_function_ulps): Likewise.
18368 (init_max_error): Take function name as argument. Look up ulps
18369 for that function.
18370 (print_ulps): Remove function.
18371 (print_max_error): Use prev_max_error instead of calling
18372 find_function_ulps.
18373 (print_complex_max_error): Use prev_real_max_error and
18374 prev_imag_max_error instead of calling find_complex_function_ulps.
18375 (check_float_internal): Take max_ulp parameter instead of calling
18376 find_test_ulps. Don't call print_ulps.
18377 (check_float): Update call to check_float_internal.
18378 (check_complex): Update calls to check_float_internal.
18379 (START): Pass argument to init_max_error.
18380 * math/gen-libm-test.pl (%results): Don't include "kind"
18381 information.
18382 (parse_ulps): Don't handle ulps of individual tests.
18383 (print_ulps_file): Likewise.
18384 (output_ulps): Likewise.
18385 * math/README.libm-test: Update.
18386 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18387 individual tests.
18388 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18389 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18390 * sysdeps/arm/libm-test-ulps: Likewise.
18391 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18392 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18393 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18394 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18395 * sysdeps/microblaze/libm-test-ulps: Likewise.
18396 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18397 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18398 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18399 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18400 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18401 * sysdeps/sh/libm-test-ulps: Likewise.
18402 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18403 * sysdeps/tile/libm-test-ulps: Likewise.
18404 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18405
45adef3c
JM
184062014-03-04 Joseph Myers <joseph@codesourcery.com>
18407
18408 * math/libm-test.inc (print_complex_max_error): Check separately
18409 whether real and imaginary errors are within allowed range and
18410 pass 0 to print_complex_function_ulps instead of value within
18411 allowed range.
18412
000232b9
SP
184132014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
18414
d4b17258
SP
18415 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18416 formatting.
18417 (get_handles_fopen): Likewise.
18418 (do_write_test): Likewise.
18419
091eff71
SP
18420 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18421
fa3cd248
SP
18422 * libio/fileops.c (do_ftell): Use cached offset when
18423 available.
18424 * libio/iofwide.c (do_ftell_wide): Likewise.
18425 * libio/iofdopen.c (_IO_new_fdopen): Don't use
18426 _IO_file_attach.
18427 * libio/wfileops.c (_IO_fwide): Don't cache offset.
18428
000232b9
SP
18429 [BZ #16532]
18430 * libio/libioP.h (get_file_offset): New function.
18431 * libio/fileops.c (get_file_offset): Likewise.
18432 (do_ftell): Likewise.
18433 (_IO_new_file_seekoff): Split out ftell logic.
18434 * libio/wfileops.c (do_ftell_wide): Likewise.
18435 (_IO_wfile_seekoff): Split out ftell logic.
18436 * libio/tst-ftell-active-handler.c: New test case.
18437 * libio/Makefile (tests): Add it.
18438
116f4d1a
RM
184392014-03-03 Roland McGrath <roland@hack.frob.com>
18440
18441 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18442 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18443
532a6035
SP
184442014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
18445
18446 [BZ #16639]
18447 * nscd/connections.c (nscd_init): Call do_exit.
18448 (start_threads): Call do_exit and notify_parent.
18449 (begin_drop_privileges): Call do_exit.
18450 (finish_drop_privileges): Likewise.
18451 * nscd/selinux.c (preserve_capabilities): Likewise.
18452 (install_real_capabilities): Likewise.
18453 (nscd_selinux_enabled): Likewise.
18454 (avc_create_thread): Likewise.
18455 (avc_alloc_lock): Likewise.
18456 (nscd_avc_init): Likewise.
18457 * nscd/nscd.c (parent_fd): New static variable.
18458 (main): Create a pipe between parent and child processes.
18459 Skip closing parent_fd.
18460 (monitor_child): New function.
18461 (do_exit): Likewise.
18462 (notify_parent): Likewise.
18463 * nscd/nscd.h (notify_parent): Likewise.
18464 (do_exit): Likewise.
18465
d6285c9f
CD
184662014-03-03 Carlos O'Donell <carlos@redhat.com>
18467
18468 * malloc/malloc.c (__libc_calloc): Revert last change.
18469
2b85d2a0
AZ
184702014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18471
18472 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18473
c7debbdf
RS
184742014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18475
18476 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18477 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18478 implementation.
18479 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18480 (__libc_ifunc_impl_list): Likewise.
18481 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18482 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18483 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18484 * string/strrchr.c: Define STRRCHR.
18485
235eed86
OB
184862014-02-28 Ondřej Bílka <neleai@seznam.cz>
18487
18488 * benchtest/bench-strtok.c (simple_strtok): Delete.
18489 (strtok_string): Use as benchmark.
18490 * string/strtok (STRTOK): New macro.
18491
8e25d1e7
CD
184922014-02-28 Carlos O'Donell <carlos@redhat.com>
18493
ef563f92
CD
18494 * manual/threads.texi: Add header and standard comments to all
18495 functions.
18496
8e25d1e7
CD
18497 * elf/dl-lookup.c (check_match): New function.
18498 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18499 (do_lookup_x): Remove nested function check_match. Use non-nested
18500 function check_match.
18501
ff71cc37
RM
185022014-02-28 Roland McGrath <roland@hack.frob.com>
18503
f08e9a26
RM
18504 * csu/Makefile (generated, before-compile): Use += rather than =.
18505 * catgets/Makefile (generated, generated-dirs): Likewise.
18506 * debug/Makefile (generated): Likewise.
18507 * dlfcn/Makefile (generated): Likewise.
18508 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18509 * iconvdata/Makefile (before-compile, generated): Likewise.
18510 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18511 * libio/Makefile (generated): Likewise.
18512 * malloc/Makefile (generated): Likewise.
18513 * manual/Makefile (generated, generated-dirs): Likewise.
18514 * misc/Makefile (generated): Likewise.
18515 * posix/Makefile (generated): Likewise.
18516 * resolv/Makefile (generated): Likewise.
18517 * sunrpc/Makefile (generated, generated-dirs): Likewise.
18518 * timezone/Makefile (generated, generated-dirs): Likewise.
18519
ff71cc37
RM
18520 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18521
fe13a20c
AZ
185222014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18523
57f41c40
AS
18524 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18525 power8 implementation.
18526 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18527 file: POWER8 llround ifunc implementation.
18528 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18529 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
18530 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18531 POWER8 llround implementation.
18532
57f41c40
AS
18533 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18534 power8 implementation.
18535 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18536 file: POWER8 llrint ifunc implementation.
18537 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18538 Add POWER8 implementation.
1ad8950a
AZ
18539 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18540 POWER8 llrint implementation.
18541
57f41c40
AS
18542 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18543 power8 implementation.
18544 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18545 file: POWER8 finite ifunc implementation.
18546 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18547 Add POWER8 implementation.
cac626d6
AZ
18548 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18549 Likewise.
18550 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18551 POWER8 finite implementation.
18552 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18553
57f41c40
AS
18554 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18555 power8 implementation.
18556 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18557 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
18558 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18559 POWER8 implementation.
18560 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18561 Likewise.
57f41c40
AS
18562 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18563 isinf implementation.
4393fc11
AZ
18564 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18565
57f41c40
AS
18566 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18567 (INIT_ARCH): Add hwcap2 initialization.
18568 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18569 power8 implementation.
18570 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18571 file: POWER8 isnan ifunc implementation.
487972ae
AZ
18572 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18573 POWER8 implementation.
18574 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18575 Likewise.
57f41c40
AS
18576 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18577 isnan implementation.
487972ae
AZ
18578 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18579
7d92b787
JY
185802014-02-27 Joey Ye <joey.ye@arm.com>
18581
18582 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18583 (_FP_NANFRAC_Q): Set to zero.
18584
1cadc858
SP
185852014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
18586
18587 [BZ #16623]
18588 * math/auto-libm-test-in: New test inputs.
18589 * math/auto-libm-test-out: Regenerate.
18590 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18591 and DA.
18592 (__cos): Likewise.
18593 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18594
f8c17e79
JM
185952014-02-27 Joseph Myers <joseph@codesourcery.com>
18596
18597 * scripts/evaluate-test.sh: Take new argument indicating whether
18598 failure is expected.
18599 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18600 indicating whether failure is expected.
18601 * conform/Makefile (test-xfail-run-conformtest): New variable.
18602 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18603 level.
18604 * posix/Makefile (test-xfail-annexc): New variable.
18605 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18606
a5f891ac
JM
186072014-02-26 Joseph Myers <joseph@codesourcery.com>
18608
18609 * argp/Makefile: Include Makeconfig immediately after defining
18610 subdir.
18611 * assert/Makefile: Likewise.
18612 * benchtests/Makefile: Likewise.
18613 * catgets/Makefile: Likewise.
18614 * conform/Makefile: Likewise.
18615 * crypt/Makefile: Likewise.
18616 * csu/Makefile: Likewise.
18617 (all): Remove target.
18618 * ctype/Makefile: Include Makeconfig immediately after defining
18619 subdir.
18620 * debug/Makefile: Likewise.
18621 * dirent/Makefile: Likewise.
18622 * dlfcn/Makefile: Likewise.
18623 * gmon/Makefile: Likewise.
18624 * gnulib/Makefile: Likewise.
18625 * grp/Makefile: Likewise.
18626 * gshadow/Makefile: Likewise.
18627 * hesiod/Makefile: Likewise.
18628 * hurd/Makefile: Likewise.
18629 (all): Remove target.
18630 * iconvdata/Makefile: Include Makeconfig immediately after
18631 defining subdir.
18632 * inet/Makefile: Likewise.
18633 * intl/Makefile: Likewise.
18634 * io/Makefile: Likewise.
18635 * libio/Makefile: Likewise.
18636 (all): Remove target.
18637 * locale/Makefile: Include Makeconfig immediately after defining
18638 subdir.
18639 * login/Makefile: Likewise.
18640 * mach/Makefile: Likewise.
18641 (all): Remove target.
18642 * malloc/Makefile: Include Makeconfig immediately after defining
18643 subdir.
18644 (all): Remove target.
18645 * manual/Makefile: Include Makeconfig immediately after defining
18646 subdir.
18647 * math/Makefile: Likewise.
18648 * misc/Makefile: Likewise.
18649 * nis/Makefile: Likewise.
18650 * nss/Makefile: Likewise.
18651 * po/Makefile: Likewise.
18652 (all): Remove target.
18653 * posix/Makefile: Include Makeconfig immediately after defining
18654 subdir.
18655 * pwd/Makefile: Likewise.
18656 * resolv/Makefile: Likewise.
18657 * resource/Makefile: Likewise.
18658 * rt/Makefile: Likewise.
18659 * setjmp/Makefile: Likewise.
18660 * shadow/Makefile: Likewise.
18661 * signal/Makefile: Likewise.
18662 * socket/Makefile: Likewise.
18663 * soft-fp/Makefile: Likewise.
18664 * stdio-common/Makefile: Likewise.
18665 * stdlib/Makefile: Likewise.
18666 * streams/Makefile: Likewise.
18667 * string/Makefile: Likewise.
18668 * sunrpc/Makefile: Likewise.
18669 (all): Remove target.
18670 * sysvipc/Makefile: Include Makeconfig immediately after defining
18671 subdir.
18672 * termios/Makefile: Likewise.
18673 * time/Makefile: Likewise.
18674 * timezone/Makefile: Likewise.
18675 (all): Remove target.
18676 * wcsmbs/Makefile: Include Makeconfig immediately after defining
18677 subdir.
18678 * wctype/Makefile: Likewise.
18679
5b456e9d
SE
186802014-02-26 Steve Ellcey <sellcey@mips.com>
18681
18682 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18683 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18684 (libc_feholdexcept_setround_mips): Ditto.
18685 (libc_feholdsetround): New.
18686 (libc_feholdsetroundf): New.
18687 (libc_feholdsetroundl): New.
18688 (libc_feupdateenv_test_mips): New.
18689 (libc_feupdateenv_test): New.
18690 (libc_feupdateenv_testf): New.
18691 (libc_feupdateenv_testl): New.
18692 (libc_feresetround): New.
18693 (libc_feresetroundf): New.
18694 (libc_feresetroundl): New.
18695 (libc_fetestexcept_mips): New.
18696 (libc_fetestexcept): New.
18697 (libc_fetestexceptf): New.
18698 (libc_fetestexceptl): New.
18699 (HAVE_RM_CTX): New.
18700 (libc_feholdexcept_setround_mips_ctx): New.
18701 (libc_feholdexcept_setround_ctx): New.
18702 (libc_feholdexcept_setroundf_ctx): New.
18703 (libc_feholdexcept_setroundl_ctx): New.
18704 (libc_fesetenv_mips_ctx): New.
18705 (libc_fesetenv_ctx): New.
18706 (libc_fesetenv_ctxf): New.
18707 (libc_fesetenv_ctxl): New.
18708 (libc_feupdateenv_mips_ctx): New.
18709 (libc_feupdateenv_ctx): New.
18710 (libc_feupdateenvf_ctx): New.
18711 (libc_feupdateenvl_ctx): New.
18712 (libc_feholdsetround_mips_ctx): New.
18713 (libc_feholdsetround_ctx): New.
18714 (libc_feholdsetroundf_ctx): New.
18715 (libc_feholdsetroundl_ctx): New.
18716 (libc_feresetround_mips_ctx): New.
18717 (libc_feresetround_ctx): New.
18718 (libc_feresetroundf_ctx): New.
18719 (libc_feresetroundl_ctx): New.
18720
085d0e35
CD
187212014-02-26 Carlos O'Donell <carlos@redhat.com>
18722
f067bf1f
CD
18723 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18724
085d0e35
CD
18725 * manual/ipc.texi: New file.
18726 * manual/Makefile (chapters): Add ipc.
18727 * manual/job.texi: Add "Inter-Process Communication" to next.
18728 * manual/process.texi: Add "Inter-Process Communication" to prev.
18729
86e58c08
AZ
187302014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18731
18732 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18733
4248f0da
OB
187342014-02-26 Ondřej Bílka <neleai@seznam.cz>
18735
18736 * malloc/malloc.c (__libc_calloc): Simplify implementation.
18737
cf822e3c
OB
18738 * manual/arith.texi: Fix spaces after sentences.
18739 * manual/charset.texi: Likewise.
18740 * manual/errno.texi: Likewise.
18741 * manual/install.texi: Likewise.
18742 * manual/llio.texi: Likewise.
18743 * manual/locale.texi: Likewise.
18744 * manual/maint.texi: Likewise.
18745 * manual/math.texi: Likewise.
18746 * manual/memory.texi: Likewise.
18747 * manual/message.texi: Likewise.
18748 * manual/probes.texi: Likewise.
18749 * manual/resource.texi: Likewise.
18750 * manual/signal.texi: Likewise.
18751 * manual/socket.texi: Likewise.
18752 * manual/stdio.texi: Likewise.
18753 * manual/string.texi: Likewise.
18754 * manual/time.texi: Likewise.
18755 * manual/users.texi: Likewise.
18756
ade40b10
CD
187572014-02-25 Carlos O'Donell <carlos@redhat.com>
18758
18759 [BZ #16632]
18760 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18761 _DEFAULT_SOURCE is defined.
18762
d0503676
CD
187632014-02-25 Ulrich Drepper <drepper@gmail.com>
18764 Carlos O'Donell <carlos@redhat.com>
18765
18766 [BZ #16613]
18767 * elf/dl-tls.c (_dl_count_modids): New function.
18768 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18769 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18770 audit library and increment generation counter.
18771 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18772 * elf/tst-audit9.c: New file.
18773 * elf/tst-auditmod9a.c: New file.
18774 * elf/tst-auditmod9b.c: New file.
18775 * elf/Makefile: Add rules to build and run tst-audit9.
18776
4cbf380c
FW
187772014-02-25 Florian Weimer <fweimer@redhat.com>
18778
18779 [BZ #15347]
18780 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18781
80a56cc3
WN
187822014-02-25 Will Newton <will.newton@linaro.org>
18783
18784 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18785 (__longjmp): Restore sp and lr before restoring callee
18786 saved registers. Add longjmp and longjmp_target
18787 SystemTap probe point.
18788 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18789 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18790 Define to zero to match jmpbuf layout.
18791 * sysdeps/arm/setjmp.S: Include stap-probe.h.
18792 (__sigsetjmp): Save sp and lr before saving callee
18793 saved registers. Add setjmp SystemTap probe point.
18794
3ea0f74e
SL
187952014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
18796
18797 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18798
b04acb26
AS
187992014-02-24 Andreas Schwab <schwab@suse.de>
18800
18801 [BZ #15804]
18802 * elf/pldd.c (wait_for_ptrace_stop): New function.
18803 (main): Call it after attaching.
18804
098ad55c
RM
188052014-02-22 Roland McGrath <roland@hack.frob.com>
18806
d4ec6ae1
RM
18807 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18808 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18809 Versions files is now verboten.
18810 * hurd/Versions (libc: GLIBC_2.0):
18811 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18812 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18813 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18814 * mach/Versions: Likewise.
18815
098ad55c
RM
18816 * csu/Versions: Remove unused %include.
18817 * resolv/Versions: Likewise.
18818
acd7f096
JM
188192014-02-21 Joseph Myers <joseph@codesourcery.com>
18820
f0881698
JM
18821 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18822 ($(objpfx)check-local-headers.out): Likewise.
18823 ($(objpfx)begin-end-check.out): Likewise.
18824 * Makerules (check-abi-%.out): Likewise.
18825 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18826 ($(objpfx)test2.cat): Likewise.
18827 ($(objpfx)de/libc.cat): Likewise.
18828 ($(objpfx)test-gencat.out): Likewise.
18829 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18830 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18831 ($(objpfx)noload-mem): Likewise.
18832 ($(objpfx)tst-pathopt.out): Likewise.
18833 ($(objpfx)tst-rtld-load-self.out): Likewise.
18834 ($(objpfx)tst-array1-cmp.out): Likewise.
18835 ($(objpfx)tst-array1-static-cmp.out): Likewise.
18836 ($(objpfx)tst-array2-cmp.out): Likewise.
18837 ($(objpfx)tst-array3-cmp.out): Likewise.
18838 ($(objpfx)tst-array4-cmp.out): Likewise.
18839 ($(objpfx)tst-array5-cmp.out): Likewise.
18840 ($(objpfx)tst-array5-static-cmp.out): Likewise.
18841 ($(objpfx)check-textrel.out): Likewise.
18842 ($(objpfx)check-execstack.out): Likewise.
18843 ($(objpfx)check-localplt.out): Likewise.
18844 ($(objpfx)order2-cmp.out): Likewise.
18845 ($(objpfx)tst-leaks1-mem): Likewise.
18846 ($(objpfx)tst-leaks1-static-mem): Likewise.
18847 ($(objpfx)tst-initorder-cmp.out): Likewise.
18848 ($(objpfx)tst-initorder2-cmp.out): Likewise.
18849 ($(objpfx)tst-unused-dep.out): Likewise.
18850 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18851 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18852 * iconv/Makefile (test-iconvconfig): Likewise.
18853 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18854 ($(objpfx)iconv-test.out): Likewise.
18855 ($(objpfx)tst-tables.out): Likewise.
18856 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18857 ($(objpfx)tst-gettext.out): Likewise.
18858 ($(objpfx)tst-translit.out): Likewise.
18859 ($(objpfx)tst-gettext2.out): Likewise.
18860 ($(objpfx)tst-gettext4.out): Likewise.
18861 ($(objpfx)tst-gettext6.out): Likewise.
18862 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18863 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18864 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18865 ($(objpfx)tst-fopenloc-mem.out): Likewise.
18866 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18867 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18868 * posix/Makefile ($(objpfx)globtest.out): Likewise.
18869 ($(objpfx)wordexp-tst.out): Likewise.
18870 ($(objpfx)annexc.out): Likewise.
18871 ($(objpfx)tst-fnmatch-mem): Likewise.
18872 ($(objpfx)bug-regex2-mem): Likewise.
18873 ($(objpfx)bug-regex14-mem): Likewise.
18874 ($(objpfx)bug-regex21-mem): Likewise.
18875 ($(objpfx)bug-regex31-mem): Likewise.
18876 ($(objpfx)tst-vfork3-mem): Likewise.
18877 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18878 ($(objpfx)tst-pcre-mem): Likewise.
18879 ($(objpfx)tst-boost-mem): Likewise.
18880 ($(objpfx)tst-getconf.out): Likewise.
18881 ($(objpfx)bug-ga2-mem): Likewise.
18882 ($(objpfx)bug-glob2-mem): Likewise.
18883 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18884 ($(objpfx)mtrace-tst-leaks2): Likewise.
18885 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18886 ($(objpfx)tst-printf.out): Likewise.
18887 ($(objpfx)tst-setvbuf1.out): Likewise.
18888 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18889 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18890 ($(objpfx)tst-fmtmsg.out): Likewise.
18891 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18892 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18893
acd7f096
JM
18894 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18895 * bits/sigaction.h [__USE_MISC]: Likewise.
18896 * bits/waitstatus.h: Update #endif comments.
18897 * ctype/ctype.h: Likewise.
18898 * dirent/dirent.h: Likewise.
18899 [__USE_MISC]: Remove redundant conditionals.
18900 * grp/grp.h: Update #endif comments.
18901 [__USE_GNU]: Remove redundant conditionals.
18902 [__USE_MISC]: Likewise.
18903 * inet/netinet/in.h [__USE_GNU]: Likewise.
18904 * io/sys/stat.h [__USE_MISC]: Likewise.
18905 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18906 * libio/bits/stdio.h: Update #endif comments.
18907 [__USE_MISC]: Remove redundant conditionals.
18908 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18909 * libio/stdio.h: Update #endif comments.
18910 [__USE_MISC]: Remove redundant conditionals.
18911 * math/bits/math-finite.h [__USE_MISC]: Likewise.
18912 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18913 * math/math.h: Update #else and #endif comments.
18914 [__USE_MISC]: Remove redundant conditionals.
18915 * misc/sys/uio.h: Update #endif comments.
18916 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18917 * posix/glob.h [__USE_MISC]: Likewise.
18918 * posix/sys/types.h: Update #endif comments.
18919 [__USE_MISC]: Remove redundant conditionals.
18920 * posix/sys/wait.h: Update #endif comments.
18921 [__USE_MISC]: Remove redundant conditionals.
18922 * posix/unistd.h: Update #endif comments.
18923 [__USE_MISC]: Remove redundant conditionals.
18924 * pwd/pwd.h [__USE_GNU]: Likewise.
18925 [__USE_MISC]: Likewise.
18926 * resolv/netdb.h [__USE_GNU]: Likewise.
18927 * signal/signal.h: Update #endif comments.
18928 [__USE_MISC]: Remove redundant conditionals.
18929 * stdlib/stdlib.h: Update #else and #endif comments.
18930 [__USE_MISC]: Remove redundant conditionals.
18931 [__USE_GNU]: Likewise.
18932 * string/bits/string2.h [__USE_MISC]: Likewise.
18933 * string/string.h: Update #endif comments.
18934 [__USE_MISC]: Remove redundant conditionals.
18935 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18936 Likewise.
18937 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18938 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18939 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18940 Likewise.
18941 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18942 Likewise.
18943 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18944 comments.
18945 [__USE_MISC]: Remove redundant conditionals.
18946 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18947 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18948 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18949 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18950 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18951 Likewise.
18952 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18953 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18954 Likewise.
18955 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18956 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18957 Likewise.
18958 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18959 Likewise.
18960 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18961 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18962 Likewise.
18963 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18964 Likewise.
18965 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18966 * sysdeps/x86/bits/string.h: Update #endif comments.
18967 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18968 conditionals.
18969 * time/sys/time.h: Update #endif comments.
18970 * time/time.h: Likewise.
18971 [__USE_MISC]: Remove redundant conditionals.
18972
a5d82e4e
YG
189732014-02-21 Yury Gribov <y.gribov@samsung.com>
18974
18975 [BZ #16600]
18976 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18977
9a80491d
AS
189782014-02-21 Andreas Schwab <schwab@linux-m68k.org>
18979
18980 * Versions.def (librt): Add GLIBC_2.17.
18981
105fa381
AC
189822014-02-21 Adam Conrad <adconrad@0c3.net>
18983
18984 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18985 synonym for _SYS_AUXV_H to allow direct inclusion.
18986 * sysdeps/sparc/bits/hwcap.h: Likewise.
18987 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18988 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18989 * sysdeps/sparc/sysdep.h: Likewise.
18990
b8cd1c4e
SP
189912014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
18992
18993 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18994
bd939d23
RS
189952014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18996
18997 * benchtests/bench-strrchr.c: Print length instead of position.
18998
5d7b57ca
JM
189992014-02-20 Joseph Myers <joseph@codesourcery.com>
19000
bc688c10
JM
19001 [BZ #16611]
19002 * sysdeps/unix/sysv/linux/kernel-features.h
19003 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
19004 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
19005 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
19006 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
19007 Likewise.
19008 [__i386__ || __powerpc__ || __sh__ || __sparc__]
19009 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19010 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
19011 (__ASSUME_SENDMMSG): Define instead of using previous
19012 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
19013 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19014 (__ASSUME_SENDMMSG_SYSCALL): Define.
19015 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19016 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
19017 Likewise.
19018 * sysdeps/unix/sysv/linux/arm/kernel-features.h
19019 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19020 Likewise.
19021 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19022 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19023 Likewise.
19024 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
19025 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19026 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19027 [__ASSUME_SENDMMSG]: Change conditionals to
19028 [__ASSUME_SENDMMSG_SOCKETCALL].
19029 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19030 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
19031 Define.
19032 * sysdeps/unix/sysv/linux/mips/kernel-features.h
19033 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
19034 Likewise.
19035 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
19036 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19037 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19038 [!__ASSUME_SENDMMSG]: Change conditional to
19039 [!__ASSUME_SENDMMSG_SOCKETCALL].
19040 * sysdeps/unix/sysv/linux/tile/kernel-features.h
19041 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19042 Define.
19043
0e31b18c
JM
19044 [BZ #16610]
19045 * sysdeps/unix/sysv/linux/kernel-features.h
19046 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
19047 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
19048 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
19049 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
19050 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19051 [__i386__ || __sparc__]
19052 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19053 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
19054 (__ASSUME_RECVMMSG): Define instead of using previous
19055 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
19056 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19057 (__ASSUME_RECVMMSG_SYSCALL): Define.
19058 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19059 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19060 Likewise.
19061 * sysdeps/unix/sysv/linux/arm/kernel-features.h
19062 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19063 Likewise.
19064 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19065 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19066 Likewise.
19067 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
19068 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19069 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19070 [__ASSUME_RECVMMSG]: Change condition to
19071 [__ASSUME_RECVMMSG_SOCKETCALL].
19072 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19073 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19074 Define.
19075 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19076 * sysdeps/unix/sysv/linux/mips/kernel-features.h
19077 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19078 Likewise.
19079 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
19080 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19081 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19082 [!__ASSUME_RECVMMSG]: Change condition to
19083 [!__ASSUME_RECVMMSG_SOCKETCALL].
19084 * sysdeps/unix/sysv/linux/tile/kernel-features.h
19085 (__ASSUME_RECVMMSG_SYSCALL): Define.
19086
dd481ccf
JM
19087 [BZ #16609]
19088 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
19089 __powerpc__ || __s390__ || __sh__ || __sparc__]
19090 (__ASSUME_SOCKETCALL): Define.
19091 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
19092 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
19093 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
19094 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
19095 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19096 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
19097 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
19098 (__ASSUME_ACCEPT4): Define instead of using previous
19099 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
19100 __powerpc__ || __sparc__ || __s390__)] condition.
19101 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19102 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19103 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
19104 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19105 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19106 [!__ASSUME_ACCEPT4]: Change condition to
19107 [!__ASSUME_ACCEPT4_SOCKETCALL].
19108 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19109 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
19110 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
19111 * sysdeps/unix/sysv/linux/arm/kernel-features.h
19112 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
19113 __ASSUME_ACCEPT4_SYSCALL.
19114 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
19115 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
19116 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19117 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
19118 __ASSUME_ACCEPT4_SYSCALL.
19119 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
19120 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19121 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19122 [__ASSUME_ACCEPT4]: Change condition to
19123 [__ASSUME_ACCEPT4_SOCKETCALL].
19124 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19125 (__ASSUME_SOCKETCALL): Define.
19126 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
19127 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19128 (__ASSUME_SOCKETCALL): Define.
19129 (__ASSUME_ACCEPT4): Remove.
19130 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
19131 Define.
19132 * sysdeps/unix/sysv/linux/mips/kernel-features.h
19133 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
19134 Likewise.
19135 * sysdeps/unix/sysv/linux/tile/kernel-features.h
19136 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19137
5d7b57ca
JM
19138 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
19139 macro.
19140 (HWCAP_ARM_LPAE): Likewise.
19141 (HWCAP_ARM_EVTSTRM): Likewise.
19142 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
19143 Add vpfd32, lpae and evtstrm.
19144 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
19145 Increase to 22.
19146
63689d61
JM
191472014-02-19 Joseph Myers <joseph@codesourcery.com>
19148
19149 * math/auto-libm-test-in: Add tests of clog10.
19150 * math/auto-libm-test-out: Regenerated.
19151 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
19152 * sysdeps/i386/fpu/libm-test-ulps: Update.
19153 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19154
ab09bf61
AS
191552014-02-18 Andreas Schwab <schwab@suse.de>
19156
19157 [BZ #16574]
19158 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
19159 Store non-zero if the second buffer was newly allocated.
19160 (send_dg): Likewise.
19161 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
19162 to send_vc and send_dg.
19163 (res_nsend): Pass NULL for ansp2_malloced.
19164 * resolv/res_query.c (__libc_res_nquery): Add parameter
19165 answerp2_malloced and pass it down to __libc_res_nsend.
19166 (res_nquery): Pass additional NULL to __libc_res_nquery.
19167 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
19168 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
19169 second answer buffer if answerp2_malloced was set.
19170 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
19171 (__libc_res_nquerydomain): Add parameter
19172 answerp2_malloced and pass it down to __libc_res_nquery.
19173 (res_nquerydomain): Pass additional NULL to
19174 __libc_res_nquerydomain.
19175 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
19176 additional NULL to __libc_res_nsend and __libc_res_nquery.
19177 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
19178 additional NULL to __libc_res_nsearch.
19179 (_nss_dns_gethostbyname4_r): Revert last change. Use new
19180 parameter of __libc_res_nsearch to check for separately allocated
19181 second buffer.
19182 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
19183 __libc_res_nquery.
19184 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
19185 additional NULL to __libc_res_nquery.
19186 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
19187 __libc_res_nsearch.
19188 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
19189 * include/resolv.h: Update prototypes of __libc_res_nquery,
19190 __libc_res_nsearch, __libc_res_nsend.
19191
a4fb7861
JM
191922014-02-18 Joseph Myers <joseph@codesourcery.com>
19193
c6af2d89
JM
19194 * math/auto-libm-test-in: Add tests of fma.
19195 * math/auto-libm-test-out: Regenerated.
19196 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
19197 (fma_towardzero_test_data): Likewise.
19198 (fma_downward_test_data): Likewise.
19199 (fma_upward_test_data): Likewise.
19200 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
19201 mpc_mode.
19202 (rounding_modes): Add values for new field.
19203 (func_calc_method): Add value mpfr_fff_f.
19204 (func_calc_desc): Add mpfr_fff_f union field.
19205 (test_function): Add field exact_args.
19206 (FUNC): Add macro argument EXACT_ARGS.
19207 (FUNC_mpfr_f_f): Update call to FUNC.
19208 (FUNC_mpfr_f_f): Likewise.
19209 (FUNC_mpfr_ff_f): Likewise.
19210 (FUNC_mpfr_if_f): Likewise.
19211 (FUNC_mpc_c_f): Likewise.
19212 (FUNC_mpc_c_c): Likewise.
19213 (test_functions): Add fma. Update calls to FUNC.
19214 (handle_input_arg): Add argument exact_args.
19215 (add_test): Update call to handle_input_arg.
19216 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
19217 (output_for_one_input_case): Update call to calc_generic_results.
19218 Recalculate exact zero results in each rounding mode.
19219
a4fb7861
JM
19220 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19221 non-negative before setting low bit.
19222 * math/auto-libm-test-in: Mark one asin test possibly having
19223 spurious underflow.
19224 * math/auto-libm-test-out: Regenerated.
19225 * sysdeps/i386/fpu/libm-test-ulps: Update.
19226 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19227
ef114eaf
DH
192282014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
19229
2b7f4f2c
SP
19230 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19231 * sysdeps/unix/sysv/linux/microblaze: Move directory from
19232 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
19233 * README: Add missing listing for microblaze*-*-linux-gnu.
19234
8125aedc
AM
192352014-02-16 Ondřej Bílka <neleai@seznam.cz>
19236
19237 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19238 duplicate code
19239
c70a4b1d
MF
192402014-02-16 Mike Frysinger <vapier@gentoo.org>
19241
19242 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19243 * sysdeps/unix/sysv/linux/ia64: Move directory from
19244 ports/sysdeps/unix/sysv/linux/ia64.
19245 * README: Update listing for ia64-*-linux-gnu.
19246
591aeaf7
TD
192472014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
19248 Joseph Myers <joseph@codesourcery.com>
19249
19250 * Makeconfig (test-name): New variable.
19251 (evaluate-test): Likewise.
19252 * Makerules (do-test-clean): Remove .test-result files.
19253 (common-mostlyclean): Likewise.
19254 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19255 * scripts/evaluate-test.sh: New file.
19256
6e89caf1
JM
192572014-02-14 Joseph Myers <joseph@codesourcery.com>
19258
7f98f180
JM
19259 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19260 separate $(objpfx)tst-fopenloc-cmp.out and
19261 $(objpfx)tst-fopenloc-mem.out targets.
19262 (tests): Update dependencies.
19263 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19264 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19265 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19266 (tst-rxspencer-no-utf8-ARGS): New variable.
19267 (tst-rxspencer-no-utf8-ENV): Likewise.
19268 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19269 instead of $(objpfx)tst-rxspencer-mem.
19270 ($(objpfx)tst-rxspencer-mem): Change target to
19271 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
19272 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19273 * posix/tst-rxspencer-no-utf8.c: New file.
19274
6e89caf1
JM
19275 * elf/Makefile ($(objpfx)order.out): Remove rule.
19276 [$(run-built-tests) = yes] (tests): Depend on
19277 $(objpfx)order-cmp.out.
19278 ($(objpfx)order-cmp.out): New rule.
19279 [$(run-built-tests) = yes] (tests): Depend on
19280 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19281 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19282 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19283 $(objpfx)tst-array5-static-cmp.out.
19284 ($(objpfx)tst-array1.out): Remove rule.
19285 ($(objpfx)tst-array1-cmp.out): New rule.
19286 ($(objpfx)tst-array1-static.out): Remove rule.
19287 ($(objpfx)tst-array1-static-cmp.out): New rule.
19288 ($(objpfx)tst-array2.out): Remove rule.
19289 ($(objpfx)tst-array2-cmp.out): New rule.
19290 ($(objpfx)tst-array3.out): Remove rule.
19291 ($(objpfx)tst-array3-cmp.out): New rule.
19292 ($(objpfx)tst-array4.out): Remove rule.
19293 ($(objpfx)tst-array4-cmp.out): New rule.
19294 ($(objpfx)tst-array5.out): Remove rule.
19295 ($(objpfx)tst-array5-cmp.out): New rule.
19296 ($(objpfx)tst-array5-static.out): Remove rule.
19297 ($(objpfx)tst-array5-static-cmp.out): New rule.
19298 [$(run-built-tests) = yes] (tests): Depend on
19299 $(objpfx)order2-cmp.out.
19300 ($(objpfx)order2.out): Remove rule.
19301 ($(objpfx)order2-cmp.out): New rule.
19302 ($(objpfx)tst-initorder.out): Remove rule.
19303 [$(run-built-tests) = yes] (tests): Depend on
19304 $(objpfx)tst-initorder-cmp.out.
19305 ($(objpfx)tst-initorder-cmp.out): New rule.
19306 ($(objpfx)tst-initorder2.out): Remove rule.
19307 [$(run-built-tests) = yes] (tests): Depend on
19308 $(objpfx)tst-initorder2-cmp.out.
19309 ($(objpfx)tst-initorder2-cmp.out): New rule.
19310 [$(run-built-tests) = yes] (tests): Depend on
19311 $(objpfx)tst-unused-dep-cmp.out.
19312 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
19313 ($(objpfx)tst-unused-dep-cmp.out): New rule.
19314 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
19315 on $(objpfx)tst-setvbuf1-cmp.out.
19316 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
19317 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
19318 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
19319 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
19320 ($(objpfx)tst-svc.out): Remove rule.
19321 ($(objpfx)tst-svc-cmp.out): New rule.
19322
ed9a38e2
JM
193232014-02-13 Joseph Myers <joseph@codesourcery.com>
19324
19325 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
19326 * ctype/ctype.h [__USE_MISC]: Likewise.
19327 * dirent/dirent.h [__USE_MISC]: Likewise.
19328 * grp/grp.h [__USE_MISC]: Likewise.
19329 * io/fcntl.h [__USE_MISC]: Likewise.
19330 * io/sys/stat.h [__USE_MISC]: Likewise.
19331 * libio/stdio.h [__USE_MISC]: Likewise.
19332 * posix/unistd.h [__USE_MISC]: Likewise.
19333 * pwd/pwd.h [__USE_MISC]: Likewise.
19334 * stdlib.h [__USE_MISC]: Likewise.
19335 * string/bits/string2.h [__USE_MISC]: Likewise.
19336 * string/string.h [__USE_MISC]: Likewise.
19337 * time/time.h [__USE_MISC]: Likewise.
19338
d6680619
AS
193392014-02-13 Andreas Schwab <schwab@suse.de>
19340
19341 [BZ #16574]
19342 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
19343 second answer buffer if it was separately allocated.
19344
ace614b8
JM
193452014-02-12 Joseph Myers <joseph@codesourcery.com>
19346
743151ae
JM
19347 * sysdeps/mips/math-tests.h: Include <features.h>.
19348 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19349 (ROUNDING_TESTS_long_double): Do not define.
19350 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19351 (EXCEPTION_TESTS_long_double): Likewise.
19352 * sysdeps/mips/mips64/libm-test-ulps: Update.
19353
498afc54
JM
19354 * include/features.h (__USE_BSD): Remove macro definitions.
19355 (__USE_SVID): Likewise.
19356 (_BSD_SOURCE): Likewise.
19357 (_SVID_SOURCE): Likewise.
19358 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19359 from definition of _DEFAULT_SOURCE.
19360 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19361 [_DEFAULT_SOURCE].
19362 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19363 * bits/mman.h [__USE_BSD]: Likewise.
19364 * bits/termios.h [__USE_BSD]: Likewise.
19365 * bits/waitstatus.h [__USE_BSD]: Likewise.
19366 * ctype/ctype.h [__USE_SVID]: Likewise.
19367 * dirent/dirent.h [__USE_BSD]: Likewise.
19368 * grp/grp.h [__USE_SVID]: Likewise.
19369 [__USE_BSD]: Likewise.
19370 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19371 * io/fcntl.h [__USE_BSD]: Likewise.
19372 * io/ftw.h [__USE_BSD]: Likewise.
19373 * io/sys/stat.h [__USE_BSD]: Likewise.
19374 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19375 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19376 * libio/stdio.h [__USE_SVID]: Likewise.
19377 [__USE_BSD]: Likewise.
19378 * math/math.h [__USE_SVID]: Likewise.
19379 [__USE_BSD]: Likewise.
19380 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19381 * misc/bits/syslog.h [__USE_BSD]: Likewise.
19382 * misc/search.h [__USE_SVID]: Likewise.
19383 * misc/sys/mman.h [__USE_BSD]: Likewise.
19384 * misc/sys/syslog.h [__USE_BSD]: Likewise.
19385 * misc/sys/uio.h [__USE_BSD]: Likewise.
19386 * posix/bits/unistd.h [__USE_BSD]: Likewise.
19387 * posix/glob.h [__USE_BSD]: Likewise.
19388 * posix/regex.h [__USE_BSD]: Likewise.
19389 * posix/sys/types.h [__USE_BSD]: Likewise.
19390 [__USE_SVID]: Likewise.
19391 * posix/sys/utsname.h [__USE_SVID]: Likewise.
19392 * posix/sys/wait.h [__USE_BSD]: Likewise.
19393 [__USE_SVID]: Likewise.
19394 * posix/unistd.h [__USE_BSD]: Likewise.
19395 [__USE_SVID]: Likewise.
19396 * pwd/pwd.h [__USE_SVID]: Likewise.
19397 * resolv/netdb.h [__USE_BSD]: Likewise.
19398 * setjmp/setjmp.h [__USE_BSD]: Likewise.
19399 * signal/signal.h [__USE_BSD]: Likewise.
19400 [__USE_SVID]: Likewise.
19401 * socket/sys/socket.h [__USE_BSD]: Likewise.
19402 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19403 * stdlib/stdlib.h [__USE_BSD]: Likewise.
19404 [__USE_SVID]: Likewise.
19405 * string/bits/string2.h [__USE_BSD]: Likewise.
19406 [__USE_SVID]: Likewise.
19407 * string/bits/string3.h [__USE_BSD]: Likewise.
19408 * string/endian.h [__USE_BSD]: Likewise.
19409 * string/string.h [__USE_SVID]: Likewise.
19410 [__USE_BSD]: Likewise.
19411 * string/strings.h [__USE_BSD]: Likewise.
19412 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19413 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19414 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19415 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19416 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19417 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19418 Likewise.
19419 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19420 Likewise.
19421 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19422 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19423 Likewise.
19424 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19425 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19426 Likewise.
19427 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19428 Likewise.
19429 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19430 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19431 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19432 Likewise.
19433 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19434 Likewise.
19435 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19436 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19437 * termios/termios.h [__USE_BSD]: Likewise.
19438 * time/sys/time.h [__USE_BSD]: Likewise.
19439 * time/time.h [__USE_BSD]: Likewise.
19440 [__USE_SVID]: Likewise.
19441
dd7b064c
JM
19442 * Makefile (subdir_targets): Remove subdir_lint.out.
19443
a2c4c199
JM
19444 * stdio-common/Makefile (do-tst-unbputc): Remove target.
19445 (do-tst-printf): Likewise.
19446 (tests): Depend directly on $(objpfx)tst-unbputc.out and
19447 $(objpfx)tst-printf.out.
19448
8756f740
JM
19449 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19450
1b6dd3f1
JM
19451 * Makerules (check-abi-%): Change target to
19452 $(objpfx)check-abi-%.out.
19453 (check-abi target): Update dependencies.
19454 (check-abi-pattern variable): Redirect output of diff to $@.
19455 (check-abi variable): Likewise.
19456 * elf/Makefile (check-abi): Update dependencies.
19457
ace614b8
JM
19458 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19459 unused.
19460 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19461 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19462 subnormal range.
19463 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19464 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19465 value has largest subnormal exponent.
19466 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19467 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19468 * sysdeps/aarch64/soft-fp/sfp-machine.h
19469 (_FP_TININESS_AFTER_ROUNDING): New macro.
19470 * sysdeps/alpha/soft-fp/sfp-machine.h
19471 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19472 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19473 Likewise.
19474 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19475 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19476 * sysdeps/mips/soft-fp/sfp-machine.h
19477 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19478 * sysdeps/powerpc/soft-fp/sfp-machine.h
19479 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19480 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19481 Likewise.
19482 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19483 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19484 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19485 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19486 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19487 Likewise.
19488
fbfdf9cb
DAS
194892014-02-12 Dylan Alex Simon <dylan@dylex.net>
19490
19491 [BZ #16545]
19492 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19493 model 1.
19494
68b7efaa
RH
194952014-02-12 Richard Henderson <rth@redhat.com>
19496
c70a4b1d 19497 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
19498 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19499 * sysdeps/unix/sysv/linux/alpha: Move directory from
19500 ports/sysdeps/unix/sysv/linux/alpha.
19501 * README: Update listing for alpha-*-linux-gnu.
19502
cb4a2928
JM
195032014-02-11 Joseph Myers <joseph@codesourcery.com>
19504
c941736c
JM
19505 * include/features.h: Update comment documenting feature test
19506 macros.
19507 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
19508 _DEFAULT_SOURCE.
19509 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19510 (_SVID_SOURCE): Likewise.
19511 (_DEFAULT_SOURCE): Update description of default features.
19512 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19513 with _GNU_SOURCE.
19514 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19515 (S_ISVTX): Likewise.
19516 * manual/math.texi (Mathematical Constants): Likewise.
19517 * manual/signal.texi (Interrupted Primitives): Likewise.
19518 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19519 * math/test-matherr.c (_SVID_SOURCE): Do not define.
19520 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19521 Don't refer to _SVID_SOURCE in warning text.
19522
e8d8d7ec
JM
19523 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19524
cb4a2928
JM
19525 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19526 already defined.
19527 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19528 * sysdeps/mips/dl-lookup.c: Remove.
19529 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19530
7e6424e3
AK
195312014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
19532
19533 [BZ #16447]
19534 * math/auto-libm-test-in: Add testcase for expl.
19535 * math/auto-libm-test-out: Regenerate.
19536 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19537 calculation of unsafe.
19538 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19539
75eff3fe
MS
195402014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
19541
19542 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19543 * sysdeps/unix/sysv/linux/aarch64: Move directory from
19544 ports/sysdeps/unix/sysv/linux/aarch64.
19545 * README: Update listing for aarch64*-*-linux-gnu.
19546
d35f1e80
WN
195472014-02-11 Will Newton <will.newton@linaro.org>
19548
19549 * manual/probes.texi (Mathematical Function Probes): Use
19550 "triggered" instead of "hit".
19551
7b3436d4
WN
19552 * manual/probes.texi (Internal Probes): Add documentation
19553 of setjmp, longjmp and longjmp_target probes.
19554
b4f12ca3
WN
19555 * include/stap-probe.h: Add comment about probe argument
19556 format.
19557
c13a72b7
WN
19558 * malloc/mtrace.c (attribute_hidden): Remove unused macro
19559 definition. (tr_where, tr_freehook, tr_mallochook,
19560 tr_reallochook, tr_memalignhook): Use ANSI protoype.
19561
195b8165
DM
195622014-02-11 David S. Miller <davem@davemloft.net>
19563
19564 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19565 processing int_tests.
19566
2ad7600b
JM
195672014-02-10 Joseph Myers <joseph@codesourcery.com>
19568
19569 * sysdeps/mips: Move directory from ports/sysdeps/mips.
19570 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19571 * sysdeps/unix/sysv/linux/mips: Move directory from
19572 ports/sysdeps/unix/sysv/linux/mips.
19573 * README: Update listing for mips-*-linux-gnu and
19574 mips64-*-linux-gnu.
19575
73588a72
AS
195762014-02-10 Andreas Schwab <schwab@linux-m68k.org>
19577
19578 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19579 * sysdeps/unix/sysv/linux/m68k: Move directory from
19580 ports/sysdeps/unix/sysv/linux/m68k.
19581 * README: Update listing for m68k-*-linux-gnu.
19582
4372980f
CM
195832014-02-10 Chris Metcalf <cmetcalf@tilera.com>
19584
19585 * sysdeps/tile: Move directory from ports/sysdeps/tile.
19586 * sysdeps/unix/sysv/linux/generic: Move directory from
19587 ports/sysdeps/unix/sysv/linux/generic.
19588 * sysdeps/unix/sysv/linux/tile: Move directory from
19589 ports/sysdeps/unix/sysv/linux/tile.
19590 * README: Update listing for tile*-*-linux-gnu.
19591
a1ffb40e
OB
195922014-02-10 Ondřej Bílka <neleai@seznam.cz>
19593
57f41c40
AS
19594 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19595 __builtin_expect.
a1ffb40e
OB
19596 * benchtests/bench-memmem.c (simple_memmem): Likewise.
19597 * catgets/open_catalog.c (__open_catalog): Likewise.
19598 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19599 * debug/confstr_chk.c: Likewise.
19600 * debug/fread_chk.c (__fread_chk): Likewise.
19601 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19602 * debug/getgroups_chk.c: Likewise.
19603 * debug/mbsnrtowcs_chk.c: Likewise.
19604 * debug/mbsrtowcs_chk.c: Likewise.
19605 * debug/mbstowcs_chk.c: Likewise.
19606 * debug/memcpy_chk.c: Likewise.
19607 * debug/memmove_chk.c: Likewise.
19608 * debug/mempcpy_chk.c: Likewise.
19609 * debug/memset_chk.c: Likewise.
19610 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19611 * debug/strcat_chk.c (__strcat_chk): Likewise.
19612 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19613 * debug/strncat_chk.c (__strncat_chk): Likewise.
19614 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19615 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19616 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19617 * debug/wcpncpy_chk.c: Likewise.
19618 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19619 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19620 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19621 * debug/wcsncpy_chk.c: Likewise.
19622 * debug/wcsnrtombs_chk.c: Likewise.
19623 * debug/wcsrtombs_chk.c: Likewise.
19624 * debug/wcstombs_chk.c: Likewise.
19625 * debug/wmemcpy_chk.c: Likewise.
19626 * debug/wmemmove_chk.c: Likewise.
19627 * debug/wmempcpy_chk.c: Likewise.
19628 * debug/wmemset_chk.c: Likewise.
19629 * dirent/scandirat.c (SCANDIRAT): Likewise.
19630 * dlfcn/dladdr1.c (dladdr1): Likewise.
19631 * dlfcn/dladdr.c (dladdr): Likewise.
19632 * dlfcn/dlclose.c (dlclose_doit): Likewise.
19633 * dlfcn/dlerror.c (__dlerror): Likewise.
19634 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19635 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19636 * dlfcn/dlopen.c (dlopen_doit): Likewise.
19637 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19638 * dlfcn/dlsym.c (dlsym_doit): Likewise.
19639 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19640 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19641 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19642 Likewise.
19643 * elf/dl-conflict.c: Likewise.
19644 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19645 * elf/dl-dst.h: Likewise.
19646 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19647 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19648 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19649 * elf/dl-init.c (call_init, _dl_init): Likewise.
19650 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
19651 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19652 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19653 Likewise.
a1ffb40e
OB
19654 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19655 Likewise.
19656 * elf/dl-minimal.c (__libc_memalign): Likewise.
19657 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19658 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19659 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19660 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
19661 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19662 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
19663 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19664 * elf/dl-writev.h (_dl_writev): Likewise.
19665 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
19666 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19667 (dl_main): Likewise.
a1ffb40e
OB
19668 * elf/setup-vdso.h (setup_vdso): Likewise.
19669 * grp/compat-initgroups.c (compat_call): Likewise.
19670 * grp/fgetgrent.c (fgetgrent): Likewise.
19671 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19672 * grp/putgrent.c (putgrent): Likewise.
19673 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19674 Likewise.
19675 * hurd/hurdinit.c: Likewise.
19676 * iconvdata/8bit-gap.c (struct): Likewise.
19677 * iconvdata/ansi_x3.110.c : Likewise.
19678 * iconvdata/big5.c : Likewise.
19679 * iconvdata/big5hkscs.c : Likewise.
19680 * iconvdata/cp1255.c: Likewise.
19681 * iconvdata/cp1258.c : Likewise.
19682 * iconvdata/cp932.c : Likewise.
19683 * iconvdata/euc-cn.c: Likewise.
19684 * iconvdata/euc-jisx0213.c : Likewise.
19685 * iconvdata/euc-jp.c: Likewise.
19686 * iconvdata/euc-jp-ms.c : Likewise.
19687 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19688 * iconvdata/gb18030.c : Likewise.
19689 * iconvdata/gbbig5.c (const): Likewise.
19690 * iconvdata/gbgbk.c: Likewise.
19691 * iconvdata/gbk.c : Likewise.
19692 * iconvdata/ibm1364.c : Likewise.
19693 * iconvdata/ibm930.c : Likewise.
19694 * iconvdata/ibm932.c: Likewise.
19695 * iconvdata/ibm933.c : Likewise.
19696 * iconvdata/ibm935.c : Likewise.
19697 * iconvdata/ibm937.c : Likewise.
19698 * iconvdata/ibm939.c : Likewise.
19699 * iconvdata/ibm943.c: Likewise.
19700 * iconvdata/iso_11548-1.c: Likewise.
19701 * iconvdata/iso-2022-cn.c : Likewise.
19702 * iconvdata/iso-2022-cn-ext.c : Likewise.
19703 * iconvdata/iso-2022-jp-3.c: Likewise.
19704 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19705 * iconvdata/iso-2022-kr.c : Likewise.
19706 * iconvdata/iso646.c (gconv_end): Likewise.
19707 * iconvdata/iso_6937-2.c : Likewise.
19708 * iconvdata/iso_6937.c : Likewise.
19709 * iconvdata/iso8859-1.c: Likewise.
19710 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19711 * iconvdata/shift_jisx0213.c : Likewise.
19712 * iconvdata/sjis.c : Likewise.
19713 * iconvdata/t.61.c : Likewise.
19714 * iconvdata/tcvn5712-1.c : Likewise.
19715 * iconvdata/tscii.c: Likewise.
19716 * iconvdata/uhc.c : Likewise.
19717 * iconvdata/unicode.c (gconv_end): Likewise.
19718 * iconvdata/utf-16.c (gconv_end): Likewise.
19719 * iconvdata/utf-32.c (gconv_end): Likewise.
19720 * iconvdata/utf-7.c (base64): Likewise.
19721 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19722 * iconv/gconv_close.c (__gconv_close): Likewise.
19723 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
19724 * iconv/gconv_simple.c (internal_ucs4_loop_single)
19725 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19726 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19727 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19728 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
19729 * iconv/iconv.c (iconv): Likewise.
19730 * iconv/iconv_close.c: Likewise.
19731 * iconv/loop.c (SINGLE): Likewise.
19732 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19733 * include/atomic.h: Likewise.
19734 * inet/inet6_option.c (option_alloc): Likewise.
19735 * intl/bindtextdom.c (set_binding_values): Likewise.
19736 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19737 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19738 * intl/localealias.c (read_alias_file): Likewise.
19739 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
19740 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19741 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
19742 * libio/fmemopen.c (fmemopen): Likewise.
19743 * libio/iofgets.c (_IO_fgets): Likewise.
19744 * libio/iofgets_u.c (fgets_unlocked): Likewise.
19745 * libio/iofgetws.c (fgetws): Likewise.
19746 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19747 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
19748 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19749 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
19750 * locale/findlocale.c (_nl_find_locale): Likewise.
19751 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19752 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19753 Likewise.
19754 * locale/setlocale.c (setlocale): Likewise.
19755 * login/programs/pt_chown.c (main): Likewise.
19756 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19757 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
19758 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19759 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
19760 * math/e_exp2l.c: Likewise.
19761 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19762 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19763 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19764 * math/s_catan.c (__catan): Likewise.
19765 * math/s_catanf.c (__catanf): Likewise.
19766 * math/s_catanh.c (__catanh): Likewise.
19767 * math/s_catanhf.c (__catanhf): Likewise.
19768 * math/s_catanhl.c (__catanhl): Likewise.
19769 * math/s_catanl.c (__catanl): Likewise.
19770 * math/s_ccosh.c (__ccosh): Likewise.
19771 * math/s_ccoshf.c (__ccoshf): Likewise.
19772 * math/s_ccoshl.c (__ccoshl): Likewise.
19773 * math/s_cexp.c (__cexp): Likewise.
19774 * math/s_cexpf.c (__cexpf): Likewise.
19775 * math/s_cexpl.c (__cexpl): Likewise.
19776 * math/s_clog10.c (__clog10): Likewise.
19777 * math/s_clog10f.c (__clog10f): Likewise.
19778 * math/s_clog10l.c (__clog10l): Likewise.
19779 * math/s_clog.c (__clog): Likewise.
19780 * math/s_clogf.c (__clogf): Likewise.
19781 * math/s_clogl.c (__clogl): Likewise.
19782 * math/s_csin.c (__csin): Likewise.
19783 * math/s_csinf.c (__csinf): Likewise.
19784 * math/s_csinh.c (__csinh): Likewise.
19785 * math/s_csinhf.c (__csinhf): Likewise.
19786 * math/s_csinhl.c (__csinhl): Likewise.
19787 * math/s_csinl.c (__csinl): Likewise.
19788 * math/s_csqrt.c (__csqrt): Likewise.
19789 * math/s_csqrtf.c (__csqrtf): Likewise.
19790 * math/s_csqrtl.c (__csqrtl): Likewise.
19791 * math/s_ctan.c (__ctan): Likewise.
19792 * math/s_ctanf.c (__ctanf): Likewise.
19793 * math/s_ctanh.c (__ctanh): Likewise.
19794 * math/s_ctanhf.c (__ctanhf): Likewise.
19795 * math/s_ctanhl.c (__ctanhl): Likewise.
19796 * math/s_ctanl.c (__ctanl): Likewise.
19797 * math/w_pow.c: Likewise.
19798 * math/w_powf.c: Likewise.
19799 * math/w_powl.c: Likewise.
19800 * math/w_scalb.c (sysv_scalb): Likewise.
19801 * math/w_scalbf.c (sysv_scalbf): Likewise.
19802 * math/w_scalbl.c (sysv_scalbl): Likewise.
19803 * misc/error.c (error_tail): Likewise.
19804 * misc/pselect.c (__pselect): Likewise.
19805 * nis/nis_callback.c (__nis_create_callback): Likewise.
19806 * nis/nis_call.c (__nisfind_server): Likewise.
19807 * nis/nis_creategroup.c (nis_creategroup): Likewise.
19808 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19809 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19810 * nis/nis_getservlist.c (nis_getservlist): Likewise.
19811 * nis/nis_lookup.c (nis_lookup): Likewise.
19812 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
19813 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19814 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 19815 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
19816 * nis/nss_compat/compat-grp.c (getgrent_next_file)
19817 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19818 * nis/nss_compat/compat-initgroups.c (add_group)
19819 (internal_getgrent_r): Likewise.
19820 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19821 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19822 * nis/nss_compat/compat-spwd.c (getspent_next_file)
19823 (internal_getspnam_r): Likewise.
19824 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19825 (_nss_nis_getaliasbyname_r): Likewise.
19826 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19827 (_nss_nis_getntohost_r): Likewise.
19828 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19829 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19830 (_nss_nis_getgrgid_r): Likewise.
19831 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19832 (internal_nis_gethostent_r, internal_gethostbyname2_r)
19833 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19834 (_nss_nis_gethostbyname4_r): Likewise.
19835 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19836 (initgroups_netid): Likewise.
a1ffb40e 19837 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
19838 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19839 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19840 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19841 (_nss_nis_getprotobynumber_r): Likewise.
19842 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19843 (_nss_nis_getsecretkey): Likewise.
19844 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19845 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19846 (_nss_nis_getpwuid_r): Likewise.
19847 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19848 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19849 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19850 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19851 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19852 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
19853 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19854 Likewise.
57f41c40
AS
19855 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19856 (_nss_nisplus_getntohost_r): Likewise.
19857 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19858 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19859 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19860 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 19861 Likewise.
57f41c40
AS
19862 * nis/nss_nisplus/nisplus-initgroups.c
19863 (_nss_nisplus_initgroups_dyn): Likewise.
19864 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19865 (_nss_nisplus_getnetbyaddr_r): Likewise.
19866 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19867 (_nss_nisplus_getprotobynumber_r): Likewise.
19868 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19869 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
19870 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19871 Likewise.
57f41c40
AS
19872 * nis/nss_nisplus/nisplus-service.c
19873 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19874 (_nss_nisplus_getservbyport_r): Likewise.
19875 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19876 (_nss_nisplus_getspnam_r): Likewise.
19877 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19878 Likewise.
a1ffb40e
OB
19879 * nscd/aicache.c (addhstaiX): Likewise.
19880 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
19881 * nscd/connections.c (register_traced_file, send_ro_fd)
19882 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19883 (main_loop_epoll): Likewise.
a1ffb40e
OB
19884 * nscd/grpcache.c (addgrbyX): Likewise.
19885 * nscd/hstcache.c (addhstbyX): Likewise.
19886 * nscd/initgrcache.c (addinitgroupsX): Likewise.
19887 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
19888 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19889 (addinnetgrX): Likewise.
19890 * nscd/nscd-client.h (__nscd_acquire_maplock)
19891 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
19892 * nscd/nscd_getai.c (__nscd_getai): Likewise.
19893 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19894 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19895 Likewise.
19896 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19897 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
19898 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19899 (__nscd_get_map_ref): Likewise.
a1ffb40e 19900 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
19901 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19902 Likewise.
a1ffb40e
OB
19903 * nscd/pwdcache.c (addpwbyX): Likewise.
19904 * nscd/selinux.c (preserve_capabilities): Likewise.
19905 * nscd/servicescache.c (addservbyX): Likewise.
19906 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19907 * posix/fnmatch.c (fnmatch): Likewise.
19908 * posix/getopt.c (_getopt_internal_r): Likewise.
19909 * posix/glob.c (glob, glob_in_dir): Likewise.
19910 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
19911 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19912 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
19913 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19914 * resolv/res_init.c: Likewise.
19915 * resolv/res_mkquery.c (res_nmkquery): Likewise.
19916 * resolv/res_query.c (__libc_res_nquery): Likewise.
19917 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19918 Likewise.
19919 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19920 * stdio-common/perror.c (perror): Likewise.
19921 * stdio-common/printf_fp.c (___printf_fp): Likewise.
19922 * stdio-common/tmpnam.c (tmpnam): Likewise.
19923 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19924 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
19925 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19926 Likewise.
a1ffb40e
OB
19927 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19928 * stdlib/putenv.c (putenv): Likewise.
19929 * stdlib/setenv.c (__add_to_environ): Likewise.
19930 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19931 * stdlib/strtol_l.c (INTERNAL): Likewise.
19932 * string/memmem.c (memmem): Likewise.
19933 * string/strerror.c (strerror): Likewise.
19934 * string/strnlen.c (__strnlen): Likewise.
19935 * string/test-memmem.c (simple_memmem): Likewise.
19936 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19937 * sunrpc/pm_getport.c (__get_socket): Likewise.
19938 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19939 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
19940 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19941 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
19942 Likewise.
19943 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19944 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19945 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19946 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19947 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
19948 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19949 Likewise.
19950 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19951 Likewise.
a1ffb40e
OB
19952 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19953 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19954 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19955 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19956 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19957 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19958 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19959 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19960 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19961 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19962 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19963 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19964 Likewise.
19965 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19966 Likewise.
19967 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19968 Likewise.
19969 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19970 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19971 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19972 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19973 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19974 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19975 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19976 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19977 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19978 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19979 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19980 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19981 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19982 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19983 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
19984 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19985 Likewise.
a1ffb40e
OB
19986 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19987 Likewise.
19988 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19989 Likewise.
19990 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19991 Likewise.
19992 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19993 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19994 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19995 Likewise.
19996 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19997 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19998 * sysdeps/posix/opendir.c (__opendirat): Likewise.
19999 * sysdeps/posix/sleep.c: Likewise.
20000 * sysdeps/posix/tempname.c: Likewise.
20001 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
20002 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20003 Likewise.
57f41c40
AS
20004 * sysdeps/powerpc/powerpc32/dl-machine.h
20005 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
20006 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20007 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20008 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
20009 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
20010 Likewise.
20011 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
20012 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
20013 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20014 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
20015 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
20016 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
20017 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
20018 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
20019 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20020 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
20021 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
20022 (elf_machine_lazy_rel): Likewise.
a1ffb40e 20023 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
20024 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
20025 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
20026 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
20027 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
20028 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
20029 * sysdeps/unix/grantpt.c (grantpt): Likewise.
20030 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
20031 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
20032 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
20033 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
20034 Likewise.
20035 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
20036 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
20037 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
20038 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
20039 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
20040 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
20041 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
20042 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
20043 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
20044 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
20045 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
20046 Likewise.
20047 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
20048 (__posix_fallocate64_l64): Likewise.
20049 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
20050 (posix_fallocate): Likewise.
57f41c40
AS
20051 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
20052 Likewise.
a1ffb40e 20053 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
20054 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
20055 (getifaddrs_internal): Likewise.
a1ffb40e
OB
20056 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
20057 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
20058 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
20059 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
20060 * sysdeps/unix/sysv/linux/posix_fallocate64.c
20061 (__posix_fallocate64_l64): Likewise.
20062 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
20063 Likewise.
20064 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
20065 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
20066 (__get_clockfreq): Likewise.
a1ffb40e
OB
20067 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
20068 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
20069 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
20070 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20071 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
20072 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
20073 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
20074 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
20075 Likewise.
20076 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
20077 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
20078 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
20079 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
20080 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
20081 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
20082 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
20083 Likewise.
20084 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
20085 (posix_fallocate): Likewise.
20086 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
20087 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
20088 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
20089 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
20090 (elf_machine_rela, elf_machine_rela_relative)
20091 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
20092 * time/asctime.c (asctime_internal): Likewise.
20093 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
20094 * time/tzset.c (__tzset_parse_tz): Likewise.
20095 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
20096 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
20097 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
20098 * wcsmbs/wcsmbsload.h: Likewise.
20099
f3d338c9
OB
20100 [BZ #15894]
20101 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
20102
57f41c40
AS
20103 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
20104 (arena_get2): Remove THREAD_STATS conditionals.
20105 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
20106 (__malloc_stats, int): Likewise.
bdfe308a 20107
d674667c
MF
201082014-02-08 Mike Frysinger <vapier@gentoo.org>
20109
20110 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
20111 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
20112
6349768c
MF
20113 * manual/setjmp.texi: Fix typos/grammar errors.
20114
0b7c7473
MF
20115 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
20116 Only return early when n is <= 0. Delete unused return statement.
20117
ac8cc9e3
MF
20118 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
20119 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
20120 * debug/tst-longjmp_chk3.c: New file.
20121
c5bb8e23
MF
20122 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
20123 (test_main): Replace code with set_fortify_handler call.
20124 * debug/test-strcpy_chk.c: Likewise.
20125 * debug/tst-chk1.c: Likewise.
20126 * debug/tst-longjmp_chk.c: Likewise.
20127 * test-skeleton.c: Include fcntl.h & paths.h
20128 (set_fortify_handler): Define.
20129
10444e42
MF
20130 * debug/tst-longjmp_chk.c: Add header comment and include
20131 ../test-skeleton.c.
20132 (do_test): Mark static.
20133 (TEST_FUNCTION): Define.
20134
1e805e8d
MF
20135 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
20136 (IP_PMTUDISC_INTERFACE): Likewise.
20137 (IP_MULTICAST_IF): Likewise.
20138 (IP_MULTICAST_TTL): Likewise.
20139 (IP_MULTICAST_LOOP): Likewise.
20140 (IP_ADD_MEMBERSHIP): Likewise.
20141 (IP_DROP_MEMBERSHIP): Likewise.
20142 (IP_UNBLOCK_SOURCE): Likewise.
20143 (IP_BLOCK_SOURCE): Likewise.
20144 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
20145 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
20146 (IP_MSFILTER): Likewise.
20147 (MCAST_JOIN_GROUP): Likewise.
20148 (MCAST_BLOCK_SOURCE): Likewise.
20149 (MCAST_UNBLOCK_SOURCE): Likewise.
20150 (MCAST_LEAVE_GROUP): Likewise.
20151 (MCAST_JOIN_SOURCE_GROUP): Likewise.
20152 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
20153 (MCAST_MSFILTER): Likewise.
20154 (IP_MULTICAST_ALL): Likewise.
20155 (IP_UNICAST_IF): Likewise.
20156
73f79bb7
MF
20157 * timezone/Makefile: Delete $(have-ksh) check.
20158 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
20159 * timezone/tzselect.ksh: Add +x mode bits.
20160
8da79b60
MF
20161 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
20162 (ANON_INODE_FS_MAGIC): Likewise.
20163 (BDEVFS_MAGIC): Likewise.
20164 (BINFMTFS_MAGIC): Likewise.
20165 (BTRFS_TEST_MAGIC): Likewise.
20166 (CRAMFS_MAGIC_WEND): Likewise.
20167 (DEBUGFS_MAGIC): Likewise.
20168 (ECRYPTFS_SUPER_MAGIC): Likewise.
20169 (EXT3_SUPER_MAGIC): Likewise.
20170 (EXT4_SUPER_MAGIC): Likewise.
20171 (FUTEXFS_SUPER_MAGIC): Likewise.
20172 (HOSTFS_SUPER_MAGIC): Likewise.
20173 (HUGETLBFS_MAGIC): Likewise.
20174 (MINIX3_SUPER_MAGIC): Likewise.
20175 (MTD_INODE_FS_MAGIC): Likewise.
20176 (NILFS_SUPER_MAGIC): Likewise.
20177 (OPENPROM_SUPER_MAGIC): Likewise.
20178 (PIPEFS_MAGIC): Likewise.
20179 (PSTOREFS_MAGIC): Likewise.
20180 (QNX6_SUPER_MAGIC): Likewise.
20181 (RAMFS_MAGIC): Likewise.
20182 (REISERFS_SUPER_MAGIC_STRING): Likewise.
20183 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
20184 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
20185 (SECURITYFS_MAGIC): Likewise.
20186 (SELINUX_MAGIC): Likewise.
20187 (SMACK_MAGIC): Likewise.
20188 (SOCKFS_MAGIC): Likewise.
20189 (SQUASHFS_MAGIC): Likewise.
20190 (STACK_END_MAGIC): Likewise.
20191 (TMPFS_MAGIC): Likewise.
20192 (USBDEVICE_SUPER_MAGIC): Likewise.
20193 (V9FS_MAGIC): Likewise.
20194 (XENFS_SUPER_MAGIC): Likewise.
20195 (CRAMFS_MAGIC): Fix typo in comment.
20196 (EXT2_SUPER_MAGIC): Update comment.
20197 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
20198
464263cc
JM
201992014-02-08 Joseph Myers <joseph@codesourcery.com>
20200
c6bfe5c4
JM
20201 * sysdeps/arm: Move directory from ports/sysdeps/arm.
20202 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20203 * sysdeps/unix/sysv/linux/arm: Move directory from
20204 ports/sysdeps/unix/sysv/linux/arm.
20205 * README: Update listing for arm-*-linux-gnueabi.
20206
464263cc
JM
20207 * README: Remove mention of am33.
20208
32749f6c
RM
202092014-02-07 Roland McGrath <roland@hack.frob.com>
20210
20211 * bits/sigset.h (__sigemptyset): Use a statement expression rather
20212 than the comma operator, to avoid "rhs of comma has no effect"
20213 compiler warnings.
20214 (__sigfillset, __sigandset, __sigorset): Likewise.
20215 * include/signal.h (__sigemptyset): Likewise.
20216 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20217
d5b396c1
AM
202182014-02-07 Allan McRae <allan@archlinux.org>
20219
20220 * version.h (RELEASE): Set to "development".
20221 (VERSION): Set to "2.19.90"
20222 * NEWS: Add 2.20 section.
20223
3bfff2ed
CD
202242014-02-06 Carlos O'Donell <carlos@redhat.com>
20225
20226 [BZ #16529]
20227 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20228
ee7cc385
SP
202292014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
20230
20231 * manual/contrib.texi: Update entry for Carlos O'Donell,
20232 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20233
f877c4f2
CD
202342014-02-05 Carlos O'Donell <carlos@rehdat.com>
20235
27e839f6
CD
20236 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20237
f877c4f2
CD
20238 * sysdeps/unix/sysv/linux/kernel-features.h
20239 [__LINUX_KERNEL_VERSION >= 0x020621]
20240 (__ASSUME_PROC_PID_TASK_COMM): Define.
20241
68159946
SP
202422014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
20243
ba17cdbd
SP
20244 [BZ #16398]
20245 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20246 conversion when destination buffer does not have enough space.
20247 * libio/tst-ftell-partial-wide.c: New test case.
20248 * libio/Makefile (tests): Add tst-ftell-partial-wide.
20249
68159946
SP
20250 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20251 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
20252 Leonard and Allan McRae.
20253
2b528732
DM
202542014-02-04 David S. Miller <davem@davemloft.net>
20255
20256 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20257 32-bit.
20258
0ff82463
AZ
202592014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20260
57f41c40
AS
20261 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20262 New file
c01603f7
AZ
20263 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20264 New file
57f41c40
AS
20265 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20266 New file.
20267 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20268 New file.
c01603f7
AZ
20269 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20270 New file.
57f41c40
AS
20271 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20272 New file.
20273 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20274 New file.
c01603f7
AZ
20275 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20276 New file.
20277 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20278 New file.
20279 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20280 New file.
20281 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20282 New file.
20283 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20284 New file.
20285 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
20286 New file.
20287
202882014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20289
0ff82463
AZ
20290 * nptl/shlib-versions: Change powerpc*le start to 2.17.
20291 * shlib-versions: Likewise.
20292
1695c773
AZ
202932014-02-04 Roland McGrath <roland@hack.frob.com>
20294 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20295
20296 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
20297 (abilist-pattern): New variable, set to %-le.abilist.
20298
20299 * Makerules (abilist-pattern): New variable.
20300 (vpath): Use $(abilist-pattern) in place of %.abilist.
20301 (check-abi-% pattern rule): Likewise.
20302 (check-abi, update-abi): Likewise.
20303
6c0ce4b4
EW
203042014-02-04 Eric Wong <normalperson@yhbt.net>
20305
20306 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20307
481e3524
CD
203082014-02-03 Carlos O'Donell <carlos@redhat.com>
20309
20310 * manual/startup.texi: Add next, previous, and top entries for
20311 the `Program Arguments' and `Environment Variables' nodes.
20312
375592d3
AO
203132014-02-03 Alexandre Oliva <aoliva@redhat.com>
20314
20315 * manual/macros.texi: Add comments before MTASC-safety macros.
20316
f54838ba
AO
20317 * manual/users.texi: Document MTASC-safety properties.
20318
57f41c40
AS
20319 * manual/threads.texi (pthread_key_create, pthread_key_delete)
20320 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
20321 @deftypefun, and add @safety note.
20322 * manual/signal.texi: Move comments that analyze the above
20323 functions to their home place.
20324
fd3daba4
AM
203252014-02-03 Allan McRae <allan@archlinux.org>
20326
20327 * po/sl.po: Update Slovenian translation from translation project.
20328
597636d7
AO
203292014-02-02 Alexandre Oliva <aoliva@redhat.com>
20330
20331 * manual/time.texi (timegm): Add missing blank after @c.
20332 Reported by Joseph Myers <joseph@codesourcery.com>.
20333
ee196e3c
AO
203342014-02-01 Alexandre Oliva <aoliva@redhat.com>
20335
20336 * manual/check-safety.sh: New.
20337 * manual/Makefile ($(objpfx)stamp-summary): Run it.
20338
f8d529d5
AO
20339 * manual/terminal.texi: Document MTASC-safety properties.
20340
de55fdf4
AO
20341 * manual/filesys.texi: Document MTASC-safety properties.
20342
c3299c08
AO
20343 * manual/errno.texi: Document MTASC-safety properties.
20344
06e90b14
AO
20345 * manual/intro.texi: Document safety identifiers and
20346 conditionals.
20347
1acd4371
AO
20348 * manual/string.texi (wcstok): Fix prototype.
20349 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
20350
23e5b8cb
AO
20351 * manual/time.texi: Document MTASC-safety properties.
20352
11087373
AO
20353 * manual/string.texi: Document MTASC-safety properties.
20354
5da2c93d
AO
20355 * manual/threads.texi: Document MTASC-safety properties.
20356
171e9210
AO
20357 * manual/stdio.texi: Document MTASC-safety properties.
20358
d9e02532
AO
20359 * manual/syslog.texi: Document MTASC-safety properties.
20360
6af8bab7
AO
20361 * manual/sysinfo.texi: Document MTASC-safety properties.
20362
663b02d7
AO
20363 * manual/startup.texi: Document MTASC-safety properties.
20364
973f180b
AO
20365 * manual/socket.texi: Document MTASC-safety properties.
20366
8f3c25c8
AO
20367 * manual/signal.texi: Document MTASC-safety properties.
20368
542210fb
AO
203692014-01-31 Alexandre Oliva <aoliva@redhat.com>
20370
20371 * manual/setjmp.texi: Document MTASC-safety properties.
20372
433c45a2
AO
20373 * manual/search.texi: Document MTASC-safety properties.
20374
c8ce789c
AO
20375 * manual/resource.texi: Document MTASC-safety properties.
20376
19f5d29c
AO
20377 * manual/process.texi: Document MTASC-safety properties.
20378
e2dfb7f4
AO
20379 * manual/platform.texi: Document MTASC-safety properties.
20380
8c1413f5
AO
20381 * manual/pipe.texi: Document MTASC-safety properties.
20382
03483ada
AO
20383 * manual/pattern.texi: Document MTASC-safety properties.
20384
29e7e2df
AO
20385 * manual/message.texi: Document MTASC-safety properties.
20386
9f529d7c
AO
20387 [BZ #12751]
20388 * manual/memory.texi: Document MTASC-safety properties.
20389
27aaa791
AO
20390 * manual/math.texi: Document MTASC-safety properties.
20391
f2d58726
AO
20392 * manual/locale.texi: Document MTASC-safety properties.
20393
2cc3615c
AO
20394 * manual/llio.texi: Document MTASC-safety properties.
20395
d9f0ec97
AO
20396 * manual/libdl.texi: New.
20397
e7c4409a
AO
20398 * manual/lang.texi: Document MTASC-safety properties.
20399
27bdc63c
AO
20400 * manual/job.texi: Document MTASC-safety properties.
20401
a7b90ea9
AO
20402 * manual/getopt.texi: Document MTASC-safety properties.
20403
c49130e3
AO
20404 * manual/ctype.texi: Document MTASC-safety properties.
20405
0d23a5c1
MR
204062014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
20407
20408 [BZ #16046]
20409 * csu/libc-tls.c (static_map): Remove variable.
20410 (__libc_setup_tls): Use main executable's link map for TLS data.
20411 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20412 casing for LM_ID_BASE and GL(dl_nns).
20413 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20414 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
20415 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20416 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20417 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20418 member.
20419 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20420 l_phnum members.
20421
0037bb60
AO
204222014-01-30 Alexandre Oliva <aoliva@redhat.com>
20423
20424 * manual/debug.texi: Document MTASC-safety properties.
20425
409e00bd
L
204262014-01-29 H.J. Lu <hongjiu.lu@intel.com>
20427
20428 [BZ #16510]
20429 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20430 of __x86_64__ when disabling x87 inline functions.
20431
86e60666
AO
204322014-01-29 Alexandre Oliva <aoliva@redhat.com>
20433
20434 * manual/charset.texi: Document MTASC-safety properties.
20435
76167637
AO
20436 * manual/crypt.texi: Document MTASC-safety properties.
20437
e567f2a0
AO
20438 * manual/conf.texi: Document MTASC-safety properties.
20439
b719dafd
AO
20440 * manual/arith.texi: Document MTASC-safety properties.
20441
4a16c662
AO
20442 * manual/argp.texi: Document MTASC-safety properties.
20443
0a57b83e
AO
20444 * manual/macros.texi: Introduce macros to document multi
20445 thread, asynchronous signal and asynchronous cancellation
20446 safety properties.
20447 * manual/intro.texi: Introduce the properties themselves.
20448
feab2397
KK
204492014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20450
20451 * sysdeps/sh/sh4/Makefile: New file.
20452
1c0d11bc
AS
204532014-01-27 Andreas Schwab <schwab@linux-m68k.org>
20454
20455 * math/gen-libm-test.pl ($srcdir): New variable.
20456 ($auto_input): Use it.
20457
af37a8a3
SP
204582014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
20459
d7b00f98
SP
20460 [BZ #16506]
20461 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20462 access beyond array bounds when parsing netgroups file.
20463
af37a8a3
SP
20464 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20465 the old buffer before realloc.
20466
0c00f062
AM
204672014-01-27 Allan McRae <allan@archlinux.org>
20468
20469 * po/fr.po: Update French translation from translation project.
20470
7d69a1b0
KK
204712014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20472
20473 * sysdeps/sh/libm-test-ulps: Regenerate.
20474
6e697ff7
DM
204752014-01-24 David S. Miller <davem@davemloft.net>
20476
20477 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20478
9cadb35c
KK
204792014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20480
20481 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20482 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20483
5d41dadf
SP
204842013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
20485
20486 [BZ #16474]
20487 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20488 string pointers after reallocation.
20489
0bad441c
KK
204902014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20491
20492 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20493 __SH4A__ instead of __SH_FPU_ANY__.
20494
7007c661
KK
204952014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20496
20497 * sysdeps/sh/fpu_control.h: New file.
20498 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20499 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20500 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20501 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20502 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20503 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20504 * sysdeps/sh/sys/ucontext.h: Remove.
20505 * sysdeps/sh/sys: Remove directory.
20506
0f0c35e4
AK
205072014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20508
20509 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20510 s390/sys/ucontext.h.
20511 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20512 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20513
4959e284
L
205142014-01-20 H.J. Lu <hongjiu.lu@intel.com>
20515
20516 [BZ #15605]
20517 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20518
d98720e0
AZ
205192014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20520
20521 [BZ#16431]
20522 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20523 Adjust the vDSO correctly for internal calls.
20524 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20525
91cbd0bc
AM
205262014-01-20 Allan McRae <allan@archlinux.org>
20527
20528 * po/ca.po: Update Catalan translation from translation project.
20529
7a02cfad
MF
205302014-01-16 Mike Frysinger <vapier@gentoo.org>
20531
20532 * sysdeps/s390/sotruss-lib.c: New file.
20533
736c304a
AZ
205342014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20535
20536 [BZ#16430]
6e077ee5 20537 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
20538 (__GI___gettimeofday): Alias for a different internal symbol to avoid
20539 local calls issues by not having a PLT stub required for IFUNC calls.
20540 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20541
94d0cea0
JM
205422014-01-16 Joseph Myers <joseph@codesourcery.com>
20543
20544 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20545 * math/test-fpucw-static.c: Likewise.
20546
980cb518
SP
205472013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
20548
20549 [BZ #16453]
20550 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20551
2393fc01
AZ
205522014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20553
20554 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20555 implementation for powerpc.
20556
d359bcc2
OB
205572014-01-15 Ondřej Bílka <neleai@seznam.cz>
20558
20559 [BZ #14782]
20560 * sysdeps/posix/system.c (__libc_system): Do not enable
20561 asynchronous cancellation.
20562
7beb48cb
AK
205632014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20564
20565 [BZ #16427]
20566 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20567 handling only for numbers special also in the IEEE case.
20568
c20d5bf5
AK
205692014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20570
20571 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20572
e83bd4ee
AM
205732014-01-11 Allan McRae <allan@archlinux.org>
20574
76d0ea69
AM
20575 * po/bg.po: Update Bulgarian translation from translation project.
20576
e83bd4ee
AM
20577 * po/de.po: Update German translation from translation project.
20578
bc2ba20a
RM
205792014-01-10 Roland McGrath <roland@hack.frob.com>
20580
20581 * sysdeps/generic/gcc-compat.h: New file.
20582
649ecea2
SP
205832014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
20584
20585 * benchtests/asin-inputs: Correct slow inputs.
20586 * benchtests/acos-inputs: Likewise.
20587
1b19c006
AM
205882014-01-10 Allan McRae <allan@archlinux.org>
20589
a46dab08
AM
20590 * po:sv.po: Update Swedish translation from translation project.
20591
421df74a
AM
20592 * po/vi.po: Update Vietnamese translation from translation project.
20593
d61c51a7
AM
20594 * po/eo.po: Update Esperanto translation from translation project.
20595
0339a319
AM
20596 * po/cs.po: Update Czech translation from translation project.
20597
94ad3e99
AM
20598 * po/nl.po: Update Dutch translation from translation project.
20599
e349ca71
AM
20600 * po/pl.po: Update Polish translation from translation project.
20601
ddf930c1
AM
20602 * po/ru.po: Update Russian translation from translation project.
20603
1b19c006
AM
20604 * po/uk.po: Update Ukrainian translation from translation project.
20605
9f236c49
BM
206062014-01-08 Brooks Moses <bmoses@google.com>
20607
20608 * elf/dl-load.c: Fix comment typo.
20609
cd6701cf
CD
206102014-01-08 Carlos O'Donell <carlos@redhat.com>
20611
20612 * po/header.pot: Rename to...
20613 * po/pot.header: ... this.
20614 * po/Makefile: Use pot.header.
20615
66671c84
YK
206162014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
20617 Maxim Kuvyrkov <maxim@kugelworks.com>
20618
20619 [BZ #16394]
cd6701cf
CD
20620 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20621 SRC and DEST against LEN.
66671c84 20622
38f34581
AZ
206232014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20624
20625 [BZ #16414]
20626 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20627 implementation.
20628 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20629
206302014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
20631
20632 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20633
4c327f2a
JM
206342014-01-08 Joseph Myers <joseph@codesourcery.com>
20635
20636 [BZ #16408]
20637 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20638 for large positive arguments.
20639
b821f414
JM
206402014-01-07 Joseph Myers <joseph@codesourcery.com>
20641
1f0f2067
JM
20642 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20643
a5a326f6
JM
20644 * math/auto-libm-test-in: Mark various tests with
20645 xfail-rounding:ldbl-128ibm.
20646 * math/auto-libm-test-out: Regenerated.
20647
b821f414
JM
20648 [BZ #16407]
20649 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20650 Increase overflow threshold.
20651
94c8a4bc
OB
206522014-01-07 Ondřej Bílka <neleai@seznam.cz>
20653
20654 [BZ #14286]
20655 * stdio-common/vfprintf.c: Check for integer overflow.
20656
87ded0c3
AK
206572014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20658
20659 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20660 the first argument and return value of __tls_get_addr_internal.
20661
c5eebdd0
AK
206622014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20663
20664 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20665 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20666
05d138ef
AK
206672014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20668
20669 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20670 * sysdeps/s390/rtld-global-offsets.sym: New file.
20671 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20672 GLIBC_2.19 symbol.
20673 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20674 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20675 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20676 ... this.
20677 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20678 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20679 ... this.
20680 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20681 Regenerate.
20682 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20683 Regenerate.
20684 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20685 halfs of GPRs for high_gprs contexts.
20686 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20687 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
20688 field.
20689 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20690 uc_flags field.
20691 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20692 64 bit versions:
20693 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20694 for high GPRs (uc_high_gprs) and for future extensions
20695 (__reserved).
20696 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20697 for future extensions (__reserved).
20698 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20699 64 bit versions:
20700 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20701 SC_HIGHGPRS offset definition.
20702 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20703 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20704
93a45ff1
AK
20705 * Versions.def: Add GLIBC_2.19 for libpthread.
20706 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20707 siglongjmp for libpthread with GLIBC_2.19 symver.
20708 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20709 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20710 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20711 * sysdeps/s390/__longjmp.c: New file.
20712 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20713 * sysdeps/s390/longjmp.c: New file.
20714 * sysdeps/s390/setjmp.S: New file.
20715 * sysdeps/s390/sigjmp.S: New file.
20716 * sysdeps/s390/v1-longjmp.c: New file.
20717 * sysdeps/s390/v1-setjmp.h: New file.
20718 * sysdeps/s390/v1-sigjmp.c: New file.
20719 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20720 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20721 GLIBC_2.19 version.
20722 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20723 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20724 versioned symbols for ____longjmp_chk.
20725 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20726 Likewise.
20727 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20728 Regenerate.
20729 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20730 Regenerate.
20731 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20732 Regenerate.
20733 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20734 Regenerate.
20735 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20736 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20737 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20738 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20739 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20740 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20741 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20742 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20743 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20744 * sysdeps/s390/rtld-__longjmp.c: New file.
20745 * sysdeps/s390/rtld-setjmp.S: New file.
20746
eb3fc44b
JM
207472014-01-06 Joseph Myers <joseph@codesourcery.com>
20748
20749 [BZ #16400]
20750 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20751 Return -__logl (x) for small positive arguments without evaluating
20752 a polynomial.
20753
9341dde4
MF
207542014-01-06 Mike Frysinger <vapier@gentoo.org>
20755
20756 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20757 Rename to ...
20758 (__ptrace_peeksiginfo_args): ... this.
20759 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20760 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20761 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20762
4cff0293
AM
207632014-01-06 Allan McRae <allan@archlinux.org>
20764
20765 * inet/netinet/in.h: Fix typo in comment.
20766
75595dcf
AJ
207672014-01-05 Andreas Jaeger <aj@suse.de>
20768
20769 * sysdeps/i386/fpu/libm-test-ulps: Update.
20770
79c1e109
AM
207712014-01-05 Allan McRae <allan@archlinux.org>
20772
dd804818
AM
20773 * po/libc.pot: Regenerated.
20774
79c1e109
AM
20775 * malloc/memusagestat.c: Fix gettext call formatting.
20776
0c813d1f
SK
207772014-01-04 Sami Kerola <kerolasa@iki.fi>
20778
20779 * nscd/nscd.c: Improve usage() output.
20780
20f4a8d9
MF
207812014-01-04 Mike Frysinger <vapier@gentoo.org>
20782
20783 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20784 * sysdeps/unix/sysv/linux/configure: Regenerated.
20785 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20786 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20787
22562bb2
JM
207882014-01-03 Joseph Myers <joseph@codesourcery.com>
20789
20790 [BZ #16390]
20791 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20792 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20793
d7ad2d9b
AZ
207942014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20795
20796 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20797 extra tokens at end of #undef directive.
20798 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20799 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20800 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20801
7dd009d8
JM
208022014-01-03 Joseph Myers <joseph@codesourcery.com>
20803
24db925a
JM
20804 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20805
7dd009d8
JM
20806 * math/auto-libm-test-in: Mark various tests with
20807 xfail-rounding:ldbl-128ibm.
20808 * math/auto-libm-test-out: Regenerated.
20809
396e3ecf
JM
208102014-01-02 Joseph Myers <joseph@codesourcery.com>
20811
819e5d50
JM
20812 [BZ #16386]
20813 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20814 numbers with subnormal high part when calculating exponent.
20815
90b6a1e5
JM
20816 [BZ #16385]
20817 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20818 fabs.
20819
396e3ecf
JM
20820 [BZ #16384]
20821 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20822 M_LN2l.
20823 (__ieee754_acoshl): Use __log1pl not __log1p.
20824
6c8dbf00
OB
208252013-01-02 Ondřej Bílka <neleai@seznam.cz>
20826
57f41c40
AS
20827 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20828 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20829 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20830 (grow_heap, heap_trim, _int_new_arena, get_free_list)
20831 (reused_arena, arena_get2): Convert to GNU style.
20832 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20833 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20834 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 20835 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
20836 * malloc/malloc.c (__malloc_assert, malloc_init_state)
20837 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20838 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20839 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20840 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20841 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 20842 * malloc/malloc.h: Likewise.
57f41c40
AS
20843 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20844 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 20845 * malloc/mcheck.h: Likewise.
57f41c40
AS
20846 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20847 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
20848 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20849 * malloc/morecore.c (__default_morecore): Likewise.
20850 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
20851 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20852 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20853 (print_and_abort): Likewise.
6c8dbf00
OB
20854 * malloc/obstack.h: Likewise.
20855 * malloc/set-freeres.c (__libc_freeres): Likewise.
20856 * malloc/tst-mallocstate.c (main): Likewise.
20857 * malloc/tst-mtrace.c (main): Likewise.
20858 * malloc/tst-realloc.c (do_test): Likewise.
20859
d4124212
SP
208602013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
20861
9a3c6a6f
SP
20862 [BZ #16366]
20863 * nscd/netgroupcache.c (do_notfound): New function.
20864 (addgetnetgrentX): Use it.
20865
d4124212
SP
20866 [BZ # 16365]
20867 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20868 NSS_STATUS_NOTFOUND.
20869
97b9a009
JM
208702014-01-01 Joseph Myers <joseph@codesourcery.com>
20871
20872 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20873 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20874
d4697bc9
AM
208752014-01-01 Allan McRae <allan@archlinux.org>
20876
ddb3687f
AM
20877 * scripts/update-copyrights: Update configure input file suffix.
20878
88726d48
AM
20879 * NEWS: Update copyright year.
20880 * catgets/gencat.c: Likewise.
20881 * csu/version.c: Likewise.
20882 * debug/catchsegv.sh: Likewise.
20883 * debug/pcprofiledump.c: Likewise.
20884 * debug/xtrace.sh: Likewise.
20885 * elf/ldconfig.c: Likewise.
20886 * elf/ldd.bash.in: Likewise.
20887 * elf/pldd.c: Likewise.
20888 * elf/sotruss.ksh: Likewise.
20889 * elf/sprof.c: Likewise.
20890 * iconv/iconv_prog.c: Likewise.
20891 * iconv/iconvconfig.c: Likewise.
20892 * locale/programs/locale.c: Likewise.
20893 * locale/programs/localedef.c: Likewise.
20894 * login/programs/pt_chown.c: Likewise.
20895 * malloc/memusage.sh: Likewise.
20896 * malloc/memusagestat.c: Likewise.
20897 * malloc/mtrace.pl: Likewise.
20898 * manual/libc.texinfo: Likewise.
20899 * nscd/nscd.c: Likewise.
20900 * nss/getent.c: Likewise.
20901 * nss/makedb.c: Likewise.
20902 * posix/getconf.c: Likewise.
20903 * scripts/test-installation.pl: Likewise.
20904
d4697bc9
AM
20905 * All files with FSF copyright notices: Update copyright dates
20906 using scripts/update-copyrights.
20907 * intl/plural.c: Regenerated.
20908 * locale/programs/charmap-kw.h: Likewise.
20909 * locale/programs/locfile-kw.h: Likewise.
20910
c8590f9d
MF
209112013-12-31 Mike Frysinger <vapier@gentoo.org>
20912
20913 * sysdeps/unix/sysv/linux/configure: Regenerated.
20914 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20915 the linux/fanotify.h header.
20916 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20917 HAVE_LINUX_FANOTIFY_H is defined.
20918
b19221b9
SP
209192013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
20920
dd1d85e5
SP
20921 * benchtests/cos-inputs: New inputs.
20922 * benchtests/sin-inputs: Likewise.
20923
1acbb90f
SP
20924 * benchtests/atan-inputs: New inputs. Fix name of multiple
20925 precision fallback inputs.
20926
4c012ed3
SP
20927 * benchtests/atanh-inputs: New inputs.
20928 * benchtests/tanh-inputs: Likewise.
20929
eff98324
SP
20930 * benchtests/acosh-inputs: New inputs.
20931 * benchtests/asinh-inputs: Likewise.
20932
ce641152
SP
20933 * benchtests/cosh-inputs: New inputs.
20934 * benchtests/sinh-inputs: Likewise.
20935
b19221b9
SP
20936 * benchtests/acos-inputs: Add more inputs.
20937 * benchtests/asin-inputs: Likewise.
20938
030a4976 209392013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 20940
030a4976 20941 [BZ #16375]
9dcc8f11
VS
20942 * manual/arith.texi: Fix spelling.
20943 * manual/charset.texi: Likewise.
20944 * manual/errno.texi: Likewise.
20945 * manual/filesys.texi: Likewise.
20946 * manual/lang.texi: Likewise.
20947 * manual/llio.texi: Likewise.
20948 * manual/locale.texi: Likewise.
20949 * manual/message.texi: Likewise.
20950 * manual/resource.texi: Likewise.
20951 * manual/search.texi: Likewise.
20952 * manual/setjmp.texi: Likewise.
20953 * manual/stdio.texi: Likewise.
20954 * manual/string.texi: Likewise.
20955 * manual/sysinfo.texi: Likewise.
20956 * manual/time.texi: Likewise.
20957
11520a57
CD
209582013-12-27 Carlos O'Donell <carlos@redhat.com>
20959
20960 * po/sl.po: New file.
20961
471103ae
MF
209622013-12-27 Mike Frysinger <vapier@gentoo.org>
20963
20964 * .gitignore: Add core/.gdbinit/.gdb_history.
20965
6c9642ed
AM
209662013-12-27 Allan McRae <allan@archlinux.org>
20967
20968 [BZ #16369]
20969 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20970 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20971
3f637079
BM
209722013-12-24 Brooks Moses <bmoses@google.com>
20973
20974 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20975 all compilers that claim C++98 compliance, not just GCC.
20976 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20977 Likewise.
20978
abc26e99
MK
209792013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
20980
20981 * NEWS: Restore accidentally deleted bug-fix entries.
20982
362b47fe
MK
209832013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
20984 Ondřej Bílka <neleai@seznam.cz>
20985
20986 [BZ #15073]
20987 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 20988 have_lock.
362b47fe 20989
b9bcbbcb
OB
209902013-12-23 Ondřej Bílka <neleai@seznam.cz>
20991
20992 [BZ #12986]
20993 * manual/stdio.texi (String Input Conversions): Clarify that character
20994 classes are not supported.
20995
fb55fcd2
AZ
209962013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20997
20998 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20999
ef7344f0
JM
210002013-12-22 Joseph Myers <joseph@codesourcery.com>
21001
4f40e4b3
JM
21002 [BZ #16337]
21003 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
21004 Calculate results for small negative arguments directly rather
21005 than using reflection formula with special underflow handling.
21006
ef7344f0
JM
21007 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
21008 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
21009 sysdeps/unix/bsd/bsd4.4/syscalls.list.
21010 (fchflags): Likewise.
21011 (revoke): Likewise.
21012 (setlogin): Likewise.
21013 (sigaltstack): Likewise.
21014 (wait4): Likewise.
21015 (sigblock): Remove.
21016 (sigsetmask): Likewise.
21017 (wait3): Likewise.
21018 (waitpid): Likewise.
21019 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
21020 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
21021 file.
21022 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
21023 * sysdeps/unix/bsd/Makefile: ... here.
21024 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
21025 * sysdeps/unix/bsd/Versions: ... here.
21026 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
21027 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
21028 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
21029 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
21030 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
21031 * sysdeps/unix/bsd/sigblock.c: ... here.
21032 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
21033 * sysdeps/unix/bsd/sigsetmask.c: ... here.
21034 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
21035 * sysdeps/unix/bsd/sigvec.c: ... here.
21036 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
21037 * sysdeps/unix/bsd/tcdrain.c: ... here.
21038 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
21039 * sysdeps/unix/bsd/tcgetattr.c: ... here.
21040 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
21041 * sysdeps/unix/bsd/tcsetattr.c: ... here.
21042 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
21043 * sysdeps/unix/bsd/wait.c: ... here.
21044 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
21045 * sysdeps/unix/bsd/wait3.c: ... here.
21046 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
21047 * sysdeps/unix/bsd/waitpid.c: ... here.
21048
5b0626b9
JM
210492013-12-21 Joseph Myers <joseph@codesourcery.com>
21050
21051 [BZ #16356]
21052 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
21053 round-to-nearest for [!USE_AS_EXPM1L].
21054 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
21055 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
21056 more tests of exp and exp10. Expect some exp10 tests to miss
21057 exceptions or fail in directed rounding modes.
21058 * math/auto-libm-test-out: Regenerated.
21059 * math/libm-test.inc (exp10_tonearest_test_data): New array.
21060 (exp10_test_tonearest): New function.
21061 (exp10_towardzero_test_data): New array.
21062 (exp10_test_towardzero): New function.
21063 (exp10_downward_test_data): New array.
21064 (exp10_test_downward): New function.
21065 (exp10_upward_test_data): New array.
21066 (exp10_test_upward): New function.
21067 (main): Call the new functions.
21068 * sysdeps/i386/fpu/libm-test-ulps: Update.
21069 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21070
7fda5682
JM
210712013-12-20 Joseph Myers <joseph@codesourcery.com>
21072
31e3a405
JM
21073 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
21074 asinh, atan, atan2, atanh, cbrt, cos and cosh.
21075 * math/auto-libm-test-out: Regenerated.
21076 * math/libm-test.inc (acosh_test_data): Add more tests.
21077 (atanh_test_data): Likewise.
21078 (ceil_test_data): Likewise.
21079 (copysign_test_data): Likewise.
21080 * sysdeps/i386/fpu/libm-test-ulps: Update.
21081 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21082
85bff96a
JM
21083 * timezone/checktab.awk: Update from tzcode 2013i.
21084 * timezone/private.h: Likewise.
21085 * timezone/scheck.c: Likewise.
21086 * timezone/tzfile.h: Likewise.
21087 * timezone/tzselect.ksh: Likewise.
21088 * timezone/zdump.c: Likewise.
21089 * timezone/zic.c: Likewise.
21090
b7867a3b
JM
21091 * math/auto-libm-test-in: Add tests of cpow.
21092 * math/auto-libm-test-out: Regenerated.
21093 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 21094 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
21095 mpc_cc_c.
21096 (func_calc_desc): Add mpc_cc_c union field.
21097 (test_functions): Add cpow.
21098 (special_fill_2pi): New function.
21099 (special_real_inputs): Add 2pi.
21100 (calc_generic_results): Handle mpc_cc_c.
21101 * sysdeps/i386/fpu/libm-test-ulps: Update.
21102 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21103
7fda5682
JM
21104 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
21105 csqrt, ctan and ctanh.
21106 * math/auto-libm-test-out: Regenerated.
21107 * math/libm-test.inc (TEST_COND_x86_64): New macro.
21108 (TEST_COND_x86): Likewise.
21109 (ccos_test_data): Use AUTO_TESTS_c_c.
21110 (ccosh_test_data): Likewise.
21111 (cexp_test_data): Likewise.
21112 (clog_test_data): Likewise.
21113 (csqrt_test_data): Likewise.
21114 (ctan_test_data): Likewise.
21115 (ctan_tonearest_test_data): Likewise.
21116 (ctan_towardzero_test_data): Likewise.
21117 (ctan_downward_test_data): Likewise.
21118 (ctan_upward_test_data): Likewise.
21119 (ctanh_test_data): Likewise.
21120 (ctanh_tonearest_test_data): Likewise.
21121 (ctanh_towardzero_test_data): Likewise.
21122 (ctanh_downward_test_data): Likewise.
21123 (ctanh_upward_test_data): Likewise.
21124 * math/gen-auto-libm-tests.c (func_calc_method): Add value
21125 mpc_c_c.
21126 (func_calc_desc): Add mpc_c_c union field.
21127 (FUNC_mpc_c_c): New macro.
21128 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
21129 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
21130 ctanh.
21131 (special_fill_min_subnorm_p120): New function.
21132 (special_real_inputs): Add min_subnorm_p120.
21133 (calc_generic_results): Handle mpc_c_c.
21134 * sysdeps/i386/fpu/libm-test-ulps: Update.
21135 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21136
5ff8d60e
SP
211372013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
21138
57f41c40
AS
21139 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
21140 (do_sin_slow): New functions.
21141 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
21142 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 21143
84ba214c
SP
21144 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
21145 Use M to change sign of result instead of X. Assume X is
21146 positive.
21147 (csloww1): Likewise.
21148 (__sin): Adjust.
21149 (__cos): Adjust.
21150
975195e4
SP
21151 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
21152 arguments A and DA.
21153 (__sin): Adjust.
21154 (__cos): Likewise.
21155
5ff8d60e
SP
21156 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
21157 (__cos): Likewise.
21158 (sloww1): Don't adjust sign of DX.
21159 (csloww1): Likewise.
21160 (sloww2): Use X directly and don't adjust sign of DX.
21161 (csloww2): Likewise.
21162
eb983568
JM
211632013-12-19 Joseph Myers <joseph@codesourcery.com>
21164
64a17f1a
JM
21165 * math/auto-libm-test-in: Add tests of cabs and carg.
21166 * math/auto-libm-test-out: Regenerated.
21167 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
21168 (carg_test_data): Likewise.
21169 * math/gen-auto-libm-tests.c (func_calc_method): Add value
21170 mpc_c_f.
21171 (func_calc_desc): Add mpc_c_f union field.
21172 (test_functions): Add cabs and carg.
21173 (calc_generic_results): Handle mpc_c_f.
21174
eb983568
JM
21175 * sysdeps/powerpc/powerpc32/libgcc-compat.S
21176 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
21177 as a macro and a compat symbol.
21178 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
21179 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
21180 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
21181 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
21182 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
21183 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
21184 not use .hidden.
21185 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
21186 Likewise.
21187 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
21188 Likewise.
21189 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
21190 Likewise.
21191 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
21192 Likewise.
21193 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
21194 Likewise.
21195 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
21196 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
21197 from GLIBC_2.3.2.
21198
6eeb678a
AZ
211992013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21200
21201 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21202
6f6fc482
JM
212032013-12-19 Joseph Myers <joseph@codesourcery.com>
21204
21fea2e2
JM
21205 * manual/texinfo.tex: Update to version 2013-11-26.10 with
21206 trailing whitespace removed.
21207 * scripts/config.guess: Update to version 2013-11-29.
21208 * scripts/config.sub: Update to version 2013-10-01.
21209
6f6fc482
JM
21210 * math/auto-libm-test-in: Add tests of sincos.
21211 * math/auto-libm-test-out: Regenerated.
21212 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21213 * math/gen-auto-libm-tests.c (func_calc_method): Add value
21214 mpfr_f_11.
21215 (func_calc_desc): Add mpfr_f_11 union field.
21216 (test_functions): Add sincos.
21217 (calc_generic_results): Handle mpfr_f_11.
21218 * sysdeps/i386/fpu/libm-test-ulps: Update.
21219 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21220
83f5c32d
AS
212212013-12-19 Andreas Schwab <schwab@suse.de>
21222
21223 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21224 CALL_MCOUNT.
21225 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21226 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21227 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21228
c688b419
JM
212292013-12-19 Joseph Myers <joseph@codesourcery.com>
21230
335ee092
JM
21231 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21232 * sysdeps/i386/fpu/libm-test-ulps: Update.
21233 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21234
f88acd39
JM
21235 [BZ #16293]
21236 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21237 round-to-nearest mode when using frndint.
21238 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21239 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21240 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21241 Likewise.
21242 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
21243 sinh test to fail.
21244 * math/auto-libm-test-out: Regenerated.
21245 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21246 (TEST_COND_x86): Likewise.
21247 (expm1_tonearest_test_data): New array.
21248 (expm1_test_tonearest): New function.
21249 (expm1_towardzero_test_data): New array.
21250 (expm1_test_towardzero): New function.
21251 (expm1_downward_test_data): New array.
21252 (expm1_test_downward): New function.
21253 (expm1_upward_test_data): New array.
21254 (expm1_test_upward): New function.
21255 (main): Run the new test functions.
21256 * sysdeps/i386/fpu/libm-test-ulps: Update.
21257 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21258
c688b419
JM
21259 * include/features.h: Update comment documenting feature test
21260 macros. Mention _DEFAULT_SOURCE in comment.
21261 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21262 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21263 _BSD_SOURCE and _SVID_SOURCE.
21264 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21265 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21266 !_SVID_SOURCE]: Likewise.
21267 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21268 (__USE_POSIX_IMPLICITLY): Define.
21269 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21270 (_POSIX_SOURCE): Undefine and redefine.
21271 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21272 (_POSIX_C_SOURCE): Likewise.
21273 * manual/creature.texi (_DEFAULT_SOURCE): Document.
21274 (Feature Test Macros): Update documentation of default features.
21275
9f6e964c
RS
212762013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
21277
21278 * benchtests/Makefile: Add bench-strtok.
21279 * benchtests/bench-strtok.c: New file: strtok benchtest.
21280
ee0a148a
AM
212812013-12-19 Allan McRae <allan@archlinux.org>
21282
21283 * manual/install.texi: Suppress menu for plain text output.
21284 * INSTALL: Regenerated.
21285
b9ab448f
BM
212862013-12-18 Brooks Moses <bmoses@google.com>
21287
21288 [BZ #15846]
21289 * misc/getauxval.c: Include errno.h.
21290 (__getauxval): Set errno to ENOENT if the requested type is not
21291 found.
21292 * misc/sys/auxv.h (getauxval): Document that it may set errno;
21293 don't declare with __attribute_const__.
21294 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
21295 * manual/startup.texi: Document that getauxval sets errno.
21296
23776487
JM
212972013-12-18 Joseph Myers <joseph@codesourcery.com>
21298
f889953b
JM
21299 * math/auto-libm-test-in: Add tests of jn and yn.
21300 * math/auto-libm-test-out: Regenerated.
21301 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
21302 (yn_test_data): Likewise.
21303 * math/gen-auto-libm-tests.c (func_calc_method): Add value
21304 mpfr_if_f.
21305 (func_calc_desc): Add mpfr_if_f union field.
21306 (FUNC_mpfr_if_f): New macro.
21307 (test_functions): Add jn and yn.
21308 (calc_generic_results): Assert type of second input for
21309 mpfr_ff_f. Handle mpfr_if_f.
21310 (output_for_one_input_case): Disable all checking for arguments
21311 fitting floating-point types in case of an integer argument.
21312 * sysdeps/i386/fpu/libm-test-ulps: Update.
21313 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21314
23776487
JM
21315 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21316 Don't expect fegetround reference in libm.so.
21317
cb756c6d
MS
213182013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
21319
21320 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
21321 $(config-cflags-nofma).
21322
2dec468f
JM
213232013-12-18 Joseph Myers <joseph@codesourcery.com>
21324
5953eb3a
JM
21325 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
21326 * math/auto-libm-test-out: Regenerated.
21327
2dec468f
JM
21328 [BZ #16338]
21329 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
21330 to determine exponent and adjust argument to have exponent of -1.
21331 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
21332 log2.
21333 * math/auto-libm-test-out: Regenerated.
21334 * sysdeps/i386/fpu/libm-test-ulps: Update.
21335 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21336
4d84e6ad
OB
213372013-12-18 Ondřej Bílka <neleai@seznam.cz>
21338
21339 * manual/probes.texi: Remove cases when per-thread arenas are
21340 disabled.
21341
1818483b
AS
213422013-12-18 Andreas Schwab <schwab@suse.de>
21343
21344 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
21345 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
21346 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
21347 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
21348 * sysdeps/i386/i686/multiarch/Makefile: Update.
21349 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
21350
25de95bf
JM
213512013-12-17 Joseph Myers <joseph@codesourcery.com>
21352
21353 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
21354 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
21355
674762d9
PE
213562013-12-17 Paul Eggert <eggert@cs.ucla.edu>
21357
ed27ed83 21358 [BZ #15968]
0748546f
PE
21359 Support TZ transition times < 00:00:00.
21360 This is needed for version-3 tz-format files; it supports time
21361 stamps past 2037 for America/Godthab (the only entry in the tz
21362 database for which this change is relevant).
21363 * manual/time.texi (TZ Variable): Document transition times
21364 from -167:59:59 through -00:00:01.
21365 * time/tzset.c (tz_rule): Time of day is now signed.
21366 (__tzset_parse_tz): Parse negative time of day.
21367
4480e934
PE
21368 Document TZ transition times >= 25:00:00.
21369 * manual/time.texi (TZ Variable): Document transition times from
21370 25:00:00 through 167:59:59. These are already supported, and this
21371 support will help with version-3 tz-format files.
21372
69947401
PE
21373 * manual/time.texi (TZ Variable): Modernize North America example
21374 to reflect current (i.e., 2007-and-later) daylight saving rules.
21375
674762d9
PE
21376 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21377
7011c262
JM
213782013-12-17 Joseph Myers <joseph@codesourcery.com>
21379
2fc6557e
JM
21380 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21381 * sysdeps/unix/bsd/bits/stat.h: Likewise.
21382 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21383 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21384 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21385 * sysdeps/unix/bsd/bsdstat.h: Likewise.
21386 * sysdeps/unix/bsd/clock.c: Likewise.
21387 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21388 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21389 * sysdeps/unix/bsd/init-posix.c: Likewise.
21390 * sysdeps/unix/bsd/poll.c: Likewise.
21391 * sysdeps/unix/bsd/ptsname.c: Likewise.
21392 * sysdeps/unix/bsd/seekdir.c: Likewise.
21393 * sysdeps/unix/bsd/setegid.c: Likewise.
21394 * sysdeps/unix/bsd/seteuid.c: Likewise.
21395 * sysdeps/unix/bsd/setgid.c: Likewise.
21396 * sysdeps/unix/bsd/setrgid.c: Likewise.
21397 * sysdeps/unix/bsd/setruid.c: Likewise.
21398 * sysdeps/unix/bsd/setsid.c: Likewise.
21399 * sysdeps/unix/bsd/setuid.c: Likewise.
21400 * sysdeps/unix/bsd/sigaction.c: Likewise.
21401 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21402 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21403 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21404 * sysdeps/unix/bsd/telldir.c: Likewise.
21405 * sysdeps/unix/bsd/times.c: Likewise.
21406 * sysdeps/unix/bsd/usleep.c: Likewise.
21407
029c7b25
JM
21408 * misc/Makefile (install-lib): Remove libbsd-compat.a.
21409 ($(objpfx)libbsd-compat.a): Remove rule.
21410
7011c262
JM
21411 * include/features.h (__FAVOR_BSD): Do not define.
21412 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21413 features conflicting with POSIX.
21414 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21415 (_BSD_SOURCE): Remove description of not being a subset of other
21416 feature test macros.
21417 * manual/job.texi (getpgrp): Do not document BSD version.
21418 (getpgid): Do not document by reference to BSD getpgrp.
21419 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21420 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21421 * signal/signal.h [__FAVOR_BSD]: Likewise.
21422 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21423 instead of making contents conditional on [__FAVOR_BSD].
21424 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21425
affb6f78
AZ
214262013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21427
21428 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21429
c88769dd
JM
214302013-12-17 Joseph Myers <joseph@codesourcery.com>
21431
6432a540
JM
21432 [BZ #16314]
21433 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21434 values below 2**-450, not 2**-500.
21435 * math/auto-libm-test-in: Don't allow spurious underflow from
21436 hypot.
21437 * math/auto-libm-test-out: Regenerated.
21438
c88769dd
JM
21439 [BZ #16316]
21440 [BZ #16330]
21441 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21442 values of ha and hb and sort them after adjusting subnormal
21443 arguments.
21444 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21445 Likewise.
21446 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21447 values of ea and eb and sort them after adjusting subnormal
21448 arguments.
21449 * math/auto-libm-test-in: Do not expect some hypot tests of
21450 subnormals to fail. Add more hypot tests.
21451 * math/auto-libm-test-out: Regenerated.
21452
29618f6b
KK
214532013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21454
21455 [BZ #13304]
21456 * sysdeps/sh/s_fma.c: New file.
21457 * sysdeps/sh/s_fmaf.c: New file.
21458 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
21459 version.
21460 * sysdeps/sh/Implies: Add sh/soft-fp.
21461
eacfdfbf
RM
214622013-12-16 Roland McGrath <roland@hack.frob.com>
21463
21464 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
21465 level of indirection to members `objname', `errstring', `malloced'.
21466 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21467 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
21468 it as the __longjmp argument (just pass 1 instead).
21469 (_dl_catch_error): Initialize C with argument pointers and address of
21470 volatile local ERRCODE rather than copying values out of C at return.
21471
ff362e5b
JM
214722013-12-16 Joseph Myers <joseph@codesourcery.com>
21473
21474 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21475 * math/auto-libm-test-out: Regenerated.
21476 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21477 (hypot_test_data): Likewise.
21478 (pow_test_data): Likewise.
21479 (pow_tonearest_test_data): Likewise.
21480 * math/gen-auto-libm-tests.c (func_calc_method): Add value
21481 mpfr_ff_f.
21482 (func_calc_desc): Add mpfr_ff_f union field.
21483 (FUNC_mpfr_ff_f): New macro.
21484 (test_functions): Add atan2, hypot and pow.
21485 (special_fill_min): New function.
21486 (special_fill_minus_min): Likewise.
21487 (special_fill_min_subnorm): Likewise.
21488 (special_fill_minus_min_subnorm): Likewise.
21489 (special_real_inputs): Add min, -min, min_subnorm and
21490 -min_subnorm.
21491 (calc_generic_results): Handle mpfr_ff_f.
21492 * sysdeps/i386/fpu/libm-test-ulps: Update.
21493 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21494
5764c27f
WN
214952013-12-16 Will Newton <will.newton@linaro.org>
21496
21497 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21498 (Aligned Memory Blocks): Add documentation for aligned_alloc
21499 and suggest it as an alternative to posix_memalign.
21500 (Hooks for Malloc): Document __memalign_hook is also called
21501 for aligned_alloc. (Summary of Malloc): Add summary for
21502 aligned alloc. Document __memalign_hook is also called
21503 for aligned_alloc.
21504
0a096e44
WN
215052013-12-16 Will Newton <will.newton@linaro.org>
21506
21507 * manual/memory.texi (Malloc Examples): Clarify default
21508 alignment documentation. Suggest posix_memalign rather
21509 than memalign or valloc.
21510 (Aligned Memory Blocks): Remove suggestion to use memalign
21511 or valloc. Remove obsolete comment about BSD.
21512 Document memalign errno values and mark the function obsolete.
21513 Document posix_memalign returned error codes. Mark valloc
21514 as obsolete. (Hooks for Malloc): __memalign_hook is also
21515 called for posix_memalign and valloc.
21516 (Summary of Malloc): Add posix_memalign to function summary.
21517 __memalign_hook is also called for posix_memalign and valloc.
21518
8d561986
SP
215192013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
21520
21521 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21522 TAYLOR_SIN.
21523 (__sin): Adjust.
21524 (__cos): Likewise.
21525 (sloww): Use mynumber union. Expand ternary operator into
21526 if-else statements.
21527 (cslow): use mynumber union.
21528
73616a74
AM
215292013-12-16 Allan McRae <allan@archlinux.org>
21530
9e8ac24b
AM
21531 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21532 * configure: Regenerated.
21533
6f8e37eb
AM
21534 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21535
8894bad3
AM
21536 [BZ #14120]
21537 * configure.ac: Added --enable-maintainer-mode. Check for
21538 autoconf when enabled.
21539 * configure: Regenerated.
21540
73616a74
AM
21541 * nscd/nscd.service: New file.
21542 * nscd/nscd.tmpfiles: New file.
21543
584b18eb
OB
215442013-12-14 Ondřej Bílka <neleai@seznam.cz>
21545
21546 [BZ #12100]
21547 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21548 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21549 * sysdeps/x86_64/multiarch/strstr.c: ... here.
21550 (strstr): Add __strstr_sse2_unaligned ifunc.
21551 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21552 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21553 (strcasestr): Remove __strcasestr_sse42 ifunc.
21554 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21555 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21556 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21557
8a5c7897
KK
215582013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21559
21560 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21561 * sysdeps/sh/bits/fenv.h: ... here.
21562 * sysdeps/sh/sh4/fpu/bits: Remove directory.
21563
fd712ef3
AZ
215642013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21565
21566 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21567
42fcb46c
AZ
21568 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21569 hypotf multiarch implementations.
21570 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21571 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21572 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21573 multiarch hypot for PPC64.
21574 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21575 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21576 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21577 multiarch hypotf for PPC64.
21578
83efded4
AZ
21579 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21580 modff multiarch implementations.
21581 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21582 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21583 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21584 multiarch modf for PPC64.
21585 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21586 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21587 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21588 multiarch modff for PPC64.
21589
43e246d2
AZ
21590 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21591 and logl multiarch implementations.
21592 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21593 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21594 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21595 multiarch logb for PPC64.
21596 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21597 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21598 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21599 multiarch logb for PPC64.
21600 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21601 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21602 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21603 multiarch logb for PPC64.
21604
8fdad123
AZ
21605 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21606 isinff multiarch implementation.
21607 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21608 file.
21609 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21610 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21611 multiarch isinf for PPC64.
21612 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21613 file.
21614 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21615 multiarch isinff for PPC64.
21616
1481d706
AZ
21617 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21618 finitef multiarch implementation.
21619 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21620 file.
21621 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21622 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21623 multiarch finite for PPC64.
21624 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21625 file.
21626 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21627 multiarch finitef for PPC64.
21628
5ccd5fc8
AZ
21629 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21630 lrint multiarch implementation.
21631 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21632 file.
21633 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21634 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21635 multiarch llrint for PPC64.
21636 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21637 multiarch lrint for PPC64.
21638
2568f3fa
AZ
21639 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21640 copysignf multiarch implementation.
21641 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21642 file.
21643 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21644 file.
21645 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21646 multiarch copysign for PPC64.
21647 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21648 multiarch copysignf for PPC64.
21649
1cb341fd
AZ
21650 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21651 multiarch implementation.
21652 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21653 file.
21654 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21655 file.
21656 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21657 file.
21658 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21659 file.
21660 multiarch llround for PPC64.
21661 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21662 multiarch trunc for PPC64.
21663 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21664 multiarch truncf for PPC64.
21665
59a3e194
AZ
21666 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21667 multiarch implementation.
21668 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21669 file.
21670 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21671 file.
21672 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21673 file.
21674 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21675 file.
21676 multiarch llround for PPC64.
21677 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21678 multiarch round for PPC64.
21679 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21680 multiarch roundf for PPC64.
21681
357fd3b4
AZ
21682 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21683 multiarch implementation.
21684 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21685 file.
21686 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21687 file.
21688 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21689 file.
21690 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21691 file.
21692 multiarch llround for PPC64.
21693 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21694 multiarch floor for PPC64.
21695 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21696 multiarch floorf for PPC64.
21697
96770f12
AZ
21698 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21699 multiarch implementation.
21700 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21701 file.
21702 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21703 file.
21704 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21705 file.
21706 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21707 file.
21708 multiarch llround for PPC64.
21709 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21710 multiarch ceil for PPC64.
21711 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21712 multiarch ceilf for PPC64.
21713
c3627f6e
AZ
21714 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21715 multiarch implementation.
21716 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21717 file.
21718 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21719 file.
21720 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21721 file.
21722 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21723 multiarch llround for PPC64.
21724 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21725 multiarch lround for PPC64.
21726
b2284ad7
AZ
21727 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21728 multiarch implementation.
21729 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21730 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21731 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21732 file.
21733 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21734 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21735 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21736 multiarch isnan for PPC64.
21737 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21738 multiarch isnanf for PPC64.
21739
69bbc63d
AZ
21740 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21741 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21742 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21743 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21744 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21745 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21746
c24517c9
AZ
21747 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21748 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21749 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21750 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21751
a52374e8
AZ
21752 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21753 multiarch implementations.
21754 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21755 (__libc_ifunc_impl_list): Likewise.
21756 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21757 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21758 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21759 multiarch stpcpy for PPC64.
21760
7f5ec113
AZ
21761 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21762 multiarch implementations.
21763 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21764 (__libc_ifunc_impl_list): Likewise.
21765 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21766 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21767 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21768 multiarch strcpy for PPC64.
21769
e28bcd42
AZ
21770 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21771 redefine function name.
21772 (_wordcopy_fwd_dest_aligned): Likewise.
21773 (_wordcopy_bwd_aligned): Likewise.
21774 (_wordcopy_bwd_dest_aligned): Likewise.
21775 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21776 multiarch implementations.
21777 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21778 (__libc_ifunc_impl_list): Likewise.
21779 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21780 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21781 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21782 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21783 multiarch wcscpy for PPC64.
21784
92cacfce
AZ
21785 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21786 multiarch implementations.
21787 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21788 (__libc_ifunc_impl_list): Likewise.
21789 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21790 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21791 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21792 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21793 multiarch wcscpy for PPC64.
21794
7b714620
AZ
21795 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21796 multiarch implementations.
21797 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21798 (__libc_ifunc_impl_list): Likewise.
21799 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21800 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21801 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21802 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21803 multiarch wcsrchr for PPC64.
21804
16fd2ae3
AZ
21805 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21806 multiarch implementations.
21807 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21808 (__libc_ifunc_impl_list): Likewise.
21809 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21810 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21811 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21812 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21813 multiarch wcschr for PPC64.
21814
9ee2969b
AZ
21815 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21816 multiarch implementations.
21817 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21818 (__libc_ifunc_impl_list): Likewise.
21819 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21820 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21821 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21822 multiarch strchrnul for PPC64.
21823
372dc060
AZ
21824 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21825 implementations.
21826 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21827 (__libc_ifunc_impl_list): Likewise.
21828 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21829 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21830 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21831 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21832 strchr for PPC64.
21833
24c2c3b9
AZ
21834 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21835 implementations.
21836 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21837 (__libc_ifunc_impl_list): Likewise.
21838 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21839 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21840 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21841 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21842 strncmp for PPC64.
21843
1c92d9a0
AZ
21844 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21845 multiarch implementations.
21846 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21847 (__libc_ifunc_impl_list): Likewise.
21848 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21849 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21850 strncasecmp for PPC64.
21851 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21852 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21853 multiarch strncasecmp_l for PPC64.
21854
17de3ee3
AZ
21855 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21856 multiarch implementations.
21857 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21858 (__libc_ifunc_impl_list): Likewise.
21859 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21860 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21861 multiarch strcasecmp for PPC64.
21862 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21863 file.
21864 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21865 multiarch strcasecmp_l for PPC64.
21866
62982bf9
AZ
21867 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21868 implementations.
21869 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21870 (__libc_ifunc_impl_list): Likewise.
21871 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21872 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21873 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21874 strnlen for PPC64.
21875
a65f4904
AZ
21876 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21877 implementations.
21878 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21879 (__libc_ifunc_impl_list): Likewise.
21880 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21881 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21882 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21883 strlen for PPC64.
21884
1fd005ad
AZ
21885 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21886 implementations.
21887 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21888 (__libc_ifunc_impl_list): Likewise.
21889 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21890 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21891 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21892 rawmemrchr for PPC64.
21893
cd05ba91
AZ
21894 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21895 implementation.
21896 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21897 (__libc_ifunc_impl_list): Likewise.
21898 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21899 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21900 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21901 memrchr for PPC64.
21902
870f8676
AZ
21903 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21904 implementation.
21905 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21906 (__libc_ifunc_impl_list): Likewise.
21907 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21908 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21909 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21910 memchr for PPC64.
21911
f00be62b
AZ
21912 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21913 implementation.
21914 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21915 (__libc_ifunc_impl_list): Likewise.
21916 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21917 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21918 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21919 mempcpy for PPC64.
21920
8a29a3d0
AZ
21921 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21922 avoid cretion of __bzero symbol.
21923 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21924 Likewise.
21925 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21926 Likewise.
21927 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21928 Likewise.
21929 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21930 multiarch implementations.
21931 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21932 (__libc_ifunc_impl_list): Likewise.
21933 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21934 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21935 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21936 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21937 bzero for PPC32.
21938 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21939 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21940 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21941 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21942 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21943 memset for PPC64.
21944 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21945
07253fcf
AZ
21946 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21947 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21948 implementations.
21949 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21950 (__libc_ifunc_impl_list): Likewise.
21951 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21952 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21953 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21954 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21955 memcmp for PPC64.
21956
b5beafbc
AZ
21957 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21958 multiarch for POWER/PPC64.
21959 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21960 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21961 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21962 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21963 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21964 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21965 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21966 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21967 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21968 memcpy for PPC64.
21969
5e6a4d4b
AZ
21970 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21971 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21972 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21973 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21974 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21975 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21976 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21977 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21978 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21979 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21980 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21981 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21982 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21983 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21984 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21985 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21986 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21987 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21988 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21989 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21990 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21991 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21992
ddfab6dc
KK
219932013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21994
21995 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21996
19b5525e
SP
219972013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
21998
21999 * benchtests/Makefile (bench): Add exp2 and log2.
22000 (LDLIBS-bench-exp2): Add -lm.
22001 (LDLIBS-bench-log2): Likewise.
22002 * benchtests/exp2-inputs: New inputs file.
22003 * benchtests/log2-inputs: New inputs file.
22004 * benchtests/log-inputs: Add new inputs.
22005 * benchtests/tan-inputs: Likewise.
22006
196f7f5d
SP
220072013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22008
7a74607f
SP
22009 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
22010 definition...
57f41c40
AS
22011 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
22012 (csloww2): ... from here.
7a74607f 22013
196f7f5d
SP
22014 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
22015 instead of structures.
22016 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
22017 (POLYNOMIAL): Likewise.
22018 (TAYLOR_SLOW): Likewise.
22019 (__sin): Likewise.
22020 (__cos): Likewise.
22021 (slow1): Likewise.
22022 (slow2): Likewise.
22023 (sloww): Likewise.
22024 (sloww1); Likewise.
22025 (sloww2): Likewise.
22026 (bsloww1): Likewise.
22027 (bsloww2): Likewise.
22028 (cslow2): Likewise.
22029 (csloww): Likewise.
22030 (csloww1): Likewise.
22031 (csloww2): Likewise.
22032
0dfa665c
OB
220332013-12-10 Ondřej Bílka <neleai@seznam.cz>
22034
22035 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
22036 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
22037 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
22038 * malloc/hooks.c (realloc_check): Likewise.
22039
5782a80f
OB
22040 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
22041 * malloc/arena.c: Remove PER_THREAD conditional.
22042 [!PER_THREAD]: Remove code.
22043 (ptmalloc_unlock_all2): Likewise.
22044 (ptmalloc_init): Likewise.
22045 (_int_new_arena): Likewise.
22046 (arena_get2): Likewise.
22047 * malloc/hooks.c (__malloc_get_state): Likewise.
22048 (__malloc_set_state): Likewise.
22049 * malloc/malloc.c: Likewise.
22050 (struct malloc_state): Likewise.
22051 (struct malloc_par): Likewise.
22052 (__libc_realloc): Likewise.
22053 (__libc_mallopt): Likewise.
22054
aeb95445
AZ
220552013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22056
22057 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
22058
e8349efd
OB
220592013-12-09 Ondřej Bílka <neleai@seznam.cz>
22060
22061 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
22062 macro to a function. Check for zero perturb_byte.
22063 (_int_malloc, _int_free): Remove zero perturb_byte checks.
22064
f3eeb3fc 22065 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
22066 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
22067 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
22068 force_reg by atomic_forced_read.
22069 * malloc/arena.c (ptmalloc_init): Likewise.
22070 * malloc/hooks.c (top_check): Likewise.
22071
be2f9009
AZ
220722013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22073
22074 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22075
e7b914bd
MT
220762013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
22077
22078 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22079
9f0be4f8
JM
220802013-12-08 Joseph Myers <joseph@codesourcery.com>
22081
22082 * math/auto-libm-test-in: Add tests of lgamma.
22083 * math/auto-libm-test-out: Regenerated.
22084 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
22085 (M_LOG_2_SQRT_PIl): Likewise.
22086 (lgamma_test_data): Use AUTO_TESTS_f_f1.
22087 * math/gen-auto-libm-tests.c (func_calc_method): Add value
22088 mpfr_f_f1.
22089 (func_calc_desc): Add mpfr_f_f1 union field.
22090 (ARGS1): New macro.
22091 (ARGS2): Likewise.
22092 (ARGS3): Likewise.
22093 (ARGS4): Likewise.
22094 (RET1): Likewise.
22095 (RET2): Likewise.
22096 (CALC): Likewise.
22097 (FUNC): Likewise.
22098 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
22099 (test_functions): Add lgamma.
22100 (calc_generic_results): Handle mpfr_f_f1.
22101 * sysdeps/i386/fpu/libm-test-ulps: Update.
22102 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22103
24eeafdb
AZ
221042013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22105
22106 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
22107 __mpn_add_n for PowerPC64/POWER7.
22108 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
22109 __mpn_sub_n for PowerPC64/POWER7.
22110
4a2c0fd4
AZ
22111 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
22112 __mpn_addmul_1 for PowerPC64.
22113 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
22114 __mpn_submul_1 for PowerPC64.
22115 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
22116 for PowerPC64.
22117 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
22118 for PowerPC64.
22119
4b5b548c
FS
221202013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
22121
22122 [BZ #15089]
22123 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
22124
0a3ac0aa
AZ
221252013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22126
22127 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
22128
ccdc8438
AZ
22129 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
22130 add multiarch folders.
22131 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
22132 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
22133 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
22134 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
22135 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
22136 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
22137 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
22138 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
22139 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
22140 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
22141 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
22142 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
22143 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
22144 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
22145 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
22146 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
22147 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
22148
2e973d99
AZ
22149 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22150 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
22151 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
22152 New file.
22153 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
22154 New file.
22155 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
22156 multiarch __ieee754_hypot for PowerPC32.
22157 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
22158 New file.
22159 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
22160 New file.
22161 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
22162 multiarch __ieee754_hypotf for PowerPC32.
22163
2d9470b2
AZ
22164 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
22165 long_double_symbol only if __logbl is defined.
22166 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
22167 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
22168 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
22169 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
22170 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
22171 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
22172 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
22173 path for implementation.
22174 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
22175 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
22176 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
22177 logb, and logbl multiarch implementations for PowerPC32.
22178 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
22179 file.
22180 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
22181 file.
22182 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
22183 multiarch logb for PowerPC32.
22184 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
22185 file.
22186 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
22187 file.
22188 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
22189 multiarch logbf for PowerPC32.
22190 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
22191 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
22192 file.
22193 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
22194 multiarch logbl implementation for PowerPC32.
22195
5212ffce
AZ
22196 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
22197 and modff multiarch implementations.
22198 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
22199 New file.
22200 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
22201 New file.
22202 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22203 multiarch modf for PowerPC32.
22204 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22205 New file.
22206 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22207 New file.
22208 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22209 multiarch modff for PowerPC32.
22210
79dccf31
AZ
22211 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22212 and lrintf multiarch implementations.
22213 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22214 New file.
22215 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22216 New file.
22217 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22218 multiarch lrint for PowerPC32.
22219 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22220 file: multiarch lrintf for PowerPC32.
22221
deb66480
AZ
22222 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22223 and lroundf multiarch implementations.
22224 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22225 New file.
22226 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22227 New file.
22228 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22229 New file.
22230 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22231 multiarch lround for PowerPC32.
22232 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22233 file: multiarch lroundf for PowerPC32.
22234
264b036b
AZ
22235 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22236 copysign and copysignf multiarch implementations.
22237 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22238 New file.
22239 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22240 New file.
22241 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22242 file: multiarch copysign for PowerPC32.
22243 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22244 file: multiarch copysignf for PowerPC32.
22245
d47db6c9
AZ
22246 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22247 and truncf multiarch implementations.
22248 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22249 New file.
22250 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22251 file.
22252 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22253 multiarch trunc for PowerPC32.
22254 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22255 New file.
22256 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22257 New file.
22258 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22259 multiarch truncf for PowerPC32.
22260
ddb60b5a
AZ
22261 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22262 and roundf multiarch implementations.
22263 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22264 New file.
22265 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22266 file.
22267 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22268 multiarch round for PowerPC32.
22269 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22270 New file.
22271 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22272 New file.
22273 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22274 multiarch roundf for PowerPC32.
22275
bedcf49b
AZ
22276 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22277 and floorf multiarch implementations.
22278 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22279 New file.
22280 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22281 file.
22282 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22283 multiarch floor for PowerPC32.
22284 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22285 New file.
22286 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
22287 New file.
22288 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
22289 multiarch floorf for PowerPC32.
22290
35ae5b40
AZ
22291 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
22292 and ceilf multiarch implementations.
22293 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
22294 New file.
22295 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
22296 file.
22297 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
22298 multiarch ceil for PowerPC32.
22299 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
22300 New file.
22301 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
22302 file.
22303 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
22304 multiarch ceilf for PowerPC32.
22305
ae1a4cd9
AZ
22306 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
22307 is defined.
22308 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
22309 FINITEF is defined.
22310 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
22311 and finitef multiarch implementations.
22312 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
22313 New file.
22314 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
22315 file.
22316 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
22317 multiarch finite for PowerPC32.
22318 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
22319 New file.
22320 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
22321 file: multiarch finitef for PowerPC32.
22322
64fffd65
AZ
22323 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
22324 and isinff multiarch implementations.
22325 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
22326 file.
22327 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
22328 file.
22329 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
22330 multiarch isinf for PowerPC32.
22331 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
22332 New file.
22333 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
22334 multiarch isinff for PowerPC32.
22335
8e4e7ba2
AZ
22336 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
22337 alias when __isnan is defined.
22338 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
22339 and isnanf multiarch implementations.
22340 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
22341 file.
22342 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
22343 file.
22344 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
22345 file.
22346 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
22347 file.
22348 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
22349 multiarch isnan for PowerPC32.
22350 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
22351 New file.
22352 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
22353 New file.
22354 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
22355 multiarch isnanf for PowerPC32.
22356
ddba588e
AZ
22357 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22358 and sqrtf multiarch implementations.
22359 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22360 file.
22361 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22362 file.
22363 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22364 multiarch sqrt for PowerPC32.
22365 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22366 file.
22367 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22368 file.
22369 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22370 multiarch sqrtf for PowerPC32.
22371
0f96a2f0
AZ
22372 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22373 and llroundf multiarch implementations.
22374 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22375 New file.
22376 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22377 New file.
22378 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22379 New file.
22380 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22381 file: multiarch llround for PowerPC32.
22382 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22383 file: multiarch llroundf for PowerPC32.
22384
c9b5d79e
AZ
22385 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22386 multiarch PowerPC32 fpu implementations.
22387 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22388 New file.
22389 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22390 New file.
22391 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22392 multiarch llrint for PowerPC32.
22393 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22394 New file.
22395 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22396 New file.
22397 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22398 file.
22399
9cbb3aab
AZ
22400 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22401
ea5a72f8
AZ
22402 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22403 file.
22404 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22405 file.
22406 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22407 file.
22408 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22409 multiarch wordcopy for PPC32.
22410 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22411 wordcopy objects.
22412 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22413 (__libc_ifunc_impl_list): Likewise.
22414 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22415 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22416 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22417 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22418 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22419 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22420
93be09e7
AZ
22421 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22422 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22423 file.
22424 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22425 file.
22426 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22427 file.
22428 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22429 multiarch wcscpy for PPC32.
22430 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22431 multiarch objects.
22432 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22433 (__libc_ifunc_impl_list): Likewise.
22434 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22435 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22436 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22437 sysdeps/powerpc/power6/wcscpy.c.
22438
bb04e529
AZ
22439 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22440 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22441 file.
22442 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22443 file.
22444 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22445 file.
22446 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22447 multiarch wcsrchr for PPC32.
22448 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22449 multiarch objects.
22450 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22451 (__libc_ifunc_impl_list): Likewise.
22452 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22453 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22454 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22455 sysdeps/powerpc/power6/wcsrchr.c.
22456
05b5cd1c
AZ
22457 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22458 file.
22459 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22460 file.
22461 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22462 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22463 multiarch wcschr for PPc32.
22464 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22465 multiarch objects.
22466 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22467 (__libc_ifunc_impl_list): Likewise.
22468 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22469 * sysdeps/powerpc/power6/wcschr.c: ... to here.
22470 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22471 sysdeps/powerpc/power6/wcschr.c.
22472
ba964147
AZ
22473 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22474 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22475 file.
22476 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22477 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22478 file: multiarch strchr for PPC32.
22479 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22480 multiarch objects.
22481 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22482 (__libc_ifunc_impl_list): Likewise.
22483
31c81aaa
AZ
22484 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22485 name.
22486 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22487 file.
22488 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22489 file.
22490 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22491 multiarch strchrnul for PPC32.
22492 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22493 multiarch objects.
22494 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22495 (__libc_ifunc_impl_list): Likewise.
22496
0d0607d9
AZ
22497 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22498 file.
22499 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22500 multiarch strncasecmp for PPC32.
22501 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22502 file.
22503 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22504 multiarch strncasecmp_l for PPC32.
22505 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22506 strncasecmp multiarch objects.
22507 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22508 (__libc_ifunc_impl_list): Likewise.
22509
4dfd5c86
AZ
22510 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22511 file.
22512 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22513 multiarch strncasecmp for PPC32.
22514 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22515 New file.
22516 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22517 multiarch strcasecmp_l for PPC32.
22518 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22519 multiarch objects.
22520 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22521 (__libc_ifunc_impl_list): Likewise.
22522
a19e01a3
AZ
22523 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22524 file.
22525 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22526 file.
22527 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22528 multiarch strncmp for PPC32.
22529 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22530 multiarch objects.
22531 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22532 (__libc_ifunc_impl_list): Likewise.
22533
ae9cf7a2
AZ
22534 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22535 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22536 file.
22537 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22538 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22539 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22540 multiarch objects.
22541 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22542 (__libc_ifunc_impl_list): Likewise.
22543
3148bb7d
AZ
22544 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22545 file.
22546 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22547 file.
22548 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22549 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22550 multiarch objects.
22551 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22552 (__libc_ifunc_impl_list): Likewise.
22553
7af8b946
AZ
22554 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22555 file.
22556 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22557 file.
22558 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22559 multiarch rawmemchr for PPC32.
22560 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22561 multiarch objects.
22562 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22563 (__libc_ifunc_impl_list): Likewise.
22564
03a6aa6a
AZ
22565 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22566 file.
22567 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22568 file.
22569 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22570 file: memrchr multiarch for PPC32.
22571 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22572 multiarch objects.
22573 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22574 (__libc_ifunc_impl_list): Likewise.
22575
1c62e6d9
AZ
22576 * string/memchr.c (__memchr): Using macro to redefine symbol name.
22577 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22578 file.
22579 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22580 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22581 multiarch memchr for PPC32.
22582 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22583 multiarch objects.
22584 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22585 (__libc_ifunc_impl_list): Likewise.
22586
87da8bdb
AZ
22587 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22588 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22589 file.
22590 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22591 file.
22592 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22593 file: multiarch mempcpy for PPC32.
22594 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22595 multiarch objects.
22596 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22597 (__libc_ifunc_impl_list): Likewise.
22598
20ed4714
AZ
22599 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22600 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22601 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22602 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22603 multiarch bzero for PPC32.
22604 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22605 file.
22606 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22607 file.
22608 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22609 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22610 file: multiarch memset for PPC32.
22611 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22612 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22613 memset multiarch objects.
22614 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22615 (__libc_ifunc_impl_list): Likewise.
22616
ab3e3a46
AZ
22617 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22618 file.
22619 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22620 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22621 memcmp for PPC32.
22622 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22623 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22624 multiarch objects.
22625 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22626 (__libc_ifunc_impl_list): Likewise.
22627
930de6f0
AZ
22628 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22629 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22630 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22631 file.
22632 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22633 file.
22634 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22635 file.
22636 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22637 multiarch memcpy for PPC32.
22638 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22639 multiarch objects.
22640 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22641 (__libc_ifunc_impl_list): Likewise.
22642
4c628e00
AZ
22643 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22644 support multiarch for POWER/PPC32.
22645 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22646 Likewise.
22647 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22648 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22649 Implies file to make multiarch folder appers before the fpu and
22650 default folder for power4 configuration.
22651
f4479220
SP
226522013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
22653
22654 * scripts/bench.pl: Append volatile keyword to type.
22655
8517800f
KK
226562013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
22657
22658 * sysdeps/sh/sotruss-lib.c: New file.
22659 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22660
180138f1
AZ
226612013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22662
22663 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22664
bbf37bdc
JM
226652013-12-05 Joseph Myers <joseph@codesourcery.com>
22666
e47cc4e0
JM
22667 [BZ #6810]
22668 * math/w_tgamma.c: Include <errno.h>.
22669 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
22670 * math/w_tgammaf.c: Include <errno.h>.
22671 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
22672 * math/w_tgammal.c: Include <errno.h>.
22673 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
22674 * math/auto-libm-test-in: Do not allow missing errno on tgamma
22675 underflow. Add more tgamma tests.
22676 * math/auto-libm-test-out: Regenerated.
22677 * sysdeps/i386/fpu/libm-test-ulps: Update.
22678 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22679
bbf37bdc
JM
22680 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22681 sin, sinh, tan, tanh, tgamma, y0 and y1.
22682 * math/auto-libm-test-out: Regenerated.
22683 * math/libm-test.inc (TEST_COND_x86_64): New macro.
22684 (TEST_COND_x86): Likewise.
22685 (M_E2l): Remove macro.
22686 (M_E3l): Likewise.
22687 (M_2_SQRT_PIl): Likewise.
22688 (M_SQRT_PIl): Likewise.
22689 (M_1_DIV_El): Likewise.
22690 (log_test_data): Use AUTO_TESTS_f_f.
22691 (log10_test_data): Likewise.
22692 (log1p_test_data): Likewise.
22693 (log2_test_data): Likewise.
22694 (sin_test_data): Likewise.
22695 (sin_tonearest_test_data): Likewise.
22696 (sin_towardzero_test_data): Likewise.
22697 (sin_downward_test_data): Likewise.
22698 (sin_upward_test_data): Likewise.
22699 (sinh_test_data): Likewise.
22700 (sinh_tonearest_test_data): Likewise.
22701 (sinh_towardzero_test_data): Likewise.
22702 (sinh_downward_test_data): Likewise.
22703 (sinh_upward_test_data): Likewise.
22704 (tan_test_data): Likewise.
22705 (tan_tonearest_test_data): Likewise.
22706 (tan_towardzero_test_data): Likewise.
22707 (tan_downward_test_data): Likewise.
22708 (tan_upward_test_data): Likewise.
22709 (tanh_test_data): Likewise.
22710 (tgamma_test_data): Likewise.
22711 (y0_test_data): Likewise.
22712 (y1_test_data): Likewise.
22713 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22714 (special_real_inputs): Add pi/4.
22715 * sysdeps/i386/fpu/libm-test-ulps: Update.
22716 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22717
eb5ad6b9
AZ
227182013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22719
22720 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22721 "longjmp_target" static probes.
22722 (__longjmp): Rename to __longjmp_symbol.
22723 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22724 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22725 on which longjmp to generate.
22726 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22727 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22728 probe.
22729 (__sigsetjmp): Rename to __sigsetjmp_symbol.
22730 (__sigjmp_save): Rename to __sigjmp_save_symbol.
22731 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22732 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22733 and __sigjmp_save_symbol based on which sigsetjmp to generated.
22734 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22735 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22736 __longjmp_symbol based on which __longjmp to generate.
22737 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22738 probe.
22739 (setjmp): Rename to setjmp_symbol.
22740 (__sigsetjmp): Rename to __sigsetjmp_symbol.
22741 (_setjmp): Rename to _setjmp_symbol.
22742 (__sigsetjmp): Rename to __sigsetjmp_symbol.
22743 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22744 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22745 which setjmp to generate.
22746 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22747 "longjmp_target" static probes.
22748
d136c6dc
SP
227492013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
22750
9298ecba
SP
22751 * benchtests/README: Add note about output arguments.
22752 * benchtests/bench-sincos.c: Remove file.
22753 * benchtests/sincos-inputs: New file.
22754 * scripts/bench.pl: Identify output arguments and define
22755 static variables for them.
22756
232983e9
SP
22757 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22758
d136c6dc
SP
22759 [BZ #15941]
22760 * Makefile (INSTALL): Add install-plain.texi as the primary
22761 dependency.
22762 * manual/install-plain.texi: New file.
22763 * manual/install.texi: Include node directive only for
22764 non-plaintext output.
22765
699ff837
JM
227662013-12-04 Joseph Myers <joseph@codesourcery.com>
22767
ab07cea8
JM
22768 * stdlib/longlong.h: Update from GCC.
22769
699ff837
JM
22770 [BZ #6807]
22771 [BZ #15901]
22772 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22773 * math/w_j0f.c (y0f): Likewise.
22774 * math/w_j0l.c (__y0l): Likewise.
22775 * math/w_j1.c (y1): Likewise.
22776 * math/w_j1f.c (y1f): Likewise.
22777 * math/w_j1l.c (__y1l): Likewise
22778 * math/w_jn.c (yn): Likewise.
22779 * math/w_jnf.c (ynf): Likewise.
22780 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22781 Bessel function pole errors in _POSIX_ mode. Use NAN as return
22782 value for Bessel function domain errors outside _SVID_ mode.
22783 Adjust sign of return value for yn (negative integer, 0).
22784 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22785 by zero in return for negative x and set sign appropriately for
22786 negative n.
22787 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22788 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22789 * math/libm-test.inc (y0_test_data): Add more tests and adjust
22790 expectations in error cases.
22791 (y1_test_data): Likewise.
22792 (yn_test_data): Likewise.
22793 * sysdeps/i386/fpu/libm-test-ulps: Update.
22794 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22795
5b118558
UW
227962013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22797
22798 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22799 "64" to "64-v1". Add "64-v2".
22800 (abi-64-options): Rename to ...
22801 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
22802 (abi-64-condition): Rename to ...
22803 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
22804 (abi-64-ld-soname): Rename to ...
22805 (abi-64-v1-ld-soname): ... this.
22806 (abi-64-v2-options): Define.
22807 (abi-64-v2-condition): Likewise.
22808 (abi-64-v2-ld-soname): Likewise.
22809 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22810 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22811 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22812 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22813 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22814
61cd8fe4
UW
228152013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22816 Alan Modra <amodra@gmail.com>
22817
22818 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22819 New versions for use with the ELFv2 ABI.
22820 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22821 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22822 declaration.
22823 (struct La_ppc64v2_retval): Likewise.
22824 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22825 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22826 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22827 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22828 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22829 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22830 Do not save or restore CR.
22831 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22832 (_dl_profile_resolve): Do no save or restore CR. Support extended
22833 return values for ELFv2 ABI. Fix location of FPR return registers.
22834 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22835 updated values for _CALL_ELF == 2.
22836 (La_regs, La_retval, int_retval): Likewise.
22837
8b8a692c
UW
228382013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22839
22840 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22841 (FRAME_MIN_SIZE_PARM): Likewise.
22842 (FRAME_BACKCHAIN): Likewise.
22843 (FRAME_CR_SAVE): Likewise.
22844 (FRAME_LR_SAVE): Likewise.
22845 (FRAME_TOC_SAVE): Likewise.
22846 (FRAME_PARM_SAVE): Likewise.
22847 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22848 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22849 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22850 (call_mcount_parm_offset): New macro.
22851 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22852 (PROF): Use symbolic stack frame offsets.
22853 (TAIL_CALL_SYSCALL_ERROR): Likewise.
22854 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22855 Redefine in terms of FRAME_MIN_SIZE.
22856 (_dl_runtime_resolve): Use symbolic stack frame offsets.
22857 (_dl_profile_resolve): Likewise. Update comment.
22858 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22859 symbols stack frame offsets.
22860 (__sigsetjmp): Likewise.
22861 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22862 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22863 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22864 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22865
22866 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22867 (FRAME_BACKCHAIN): Remove.
22868 (FRAME_CR_SAVE): Likewise.
22869 (FRAME_LR_SAVE): Likewise.
22870 (FRAME_COMPILER_DW): Likewise.
22871 (FRAME_LINKER_DW): Likewise.
22872 (FRAME_TOC_SAVE): Likewise.
22873 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
22874 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22875 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22876 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
22877 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22878 (CHECK_SP): Use symbolic stack frame offsets.
22879 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22880 zone" instead of caller's parameter save area for temp storage.
22881 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22882 Likewise. Also, use symbolic stack frame offsets.
22883 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22884 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22885 our own stack frame instead of the caller's.
22886 (__socket): Use symbolic stack frame offsets.
22887
122b66de
UW
228882013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22889 Alan Modra <amodra@gmail.com>
22890
22891 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22892 Define.
57f41c40
AS
22893 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22894 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
22895 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22896 New function.
22897 (elf_machine_fixup_plt): Call it.
22898 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
22899 reloc arguments.
22900 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
22901 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22902 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
22903 r2 before calling target.
22904
696caf1d
UW
229052013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22906 Alan Modra <amodra@gmail.com>
22907
22908 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22909 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22910 versions of macros to support ELFv2 ABI.
22911 (LOCALENTRY): New macro.
22912 (ENTRY, EALIGN): Use it.
22913 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22914 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22915 fall through into ENTRY entry point.
22916 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22917 Only define if _CALL_ELF != 2.
22918
22919 (elf_machine_matches_host): Verify ABI version matches.
22920 (RTLD_START): Use LOCALENTRY.
22921 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22922 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22923 (PLT_ENTRY_WORDS): New macro.
22924 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22925 (elf_machine_runtime_setup): Support ELFv2 ABI.
22926 (elf_machine_fixup_plt): Likewise.
22927 (elf_machine_plt_conflict): Likewise.
22928 (resolve_ifunc): Likewise.
22929 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22930 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22931 Likewise.
22932 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22933 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22934 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22935 (makecontext): Support ELFv2 ABI.
22936 * elf/elf.h (EF_PPC64_ABI): Define.
22937
d31beafa
UW
229382013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22939
57f41c40
AS
22940 * sysdeps/powerpc/powerpc64/sysdep.h
22941 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22942 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22943 (ENTRY) [ASSEMBLER]: ... but instead here ...
22944 (EALIGN) [ASSEMBLER]: ... and here.
22945 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22946 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22947 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
22948 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22949 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
22950 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22951 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
22952 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22953 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22954 Use PPC64_LOAD_FUNCPTR.
22955
b525166b
UW
22956 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22957
7ec07d9a
AM
229582013-12-04 Alan Modra <amodra@gmail.com>
22959
22960 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22961 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22962 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22963 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22964
22965 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22966 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22967 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22968 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22969 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22970 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22971
5162e7dd
UW
229722013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22973
22974 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22975 (__makecontext): Fix incorrect CFI when backtracing out of
22976 context created via makecontext.
22977 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22978 (__setcontext): Fix incorrect CFI during switch to new context.
22979 (__novec_setcontext): Likewise.
22980
19e3372b
OB
229812013-12-04 Ondřej Bílka <neleai@seznam.cz>
22982
22983 [BZ #4772]
22984 * time/strptime_l.c (__strptime_internal): Allow modifiers
22985 in strptime.
22986 * time/tst-strptime.c (day_tests): Add testcase.
22987
ecaf142d
SP
229882013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22989
22990 * scripts/bench.pl: Skip over blank lines.
22991
fbf964ae
PE
229922013-12-04 Paul Eggert <eggert@cs.ucla.edu>
22993
22994 [BZ #926]
22995 * manual/time.texi (Calendar Time): Clarify what timezone functions
22996 use.
22997
fa60a674
AZ
229982013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22999
23000 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23001
d674f0ef
OB
230022013-12-04 Ondřej Bílka <neleai@seznam.cz>
23003
23004 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
23005 implementation.
23006 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
23007 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
23008 * debug/memset_chk.c (__memset_chk): Likewise.
23009 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
23010 * debug/strncpy_chk.c: Likewise.
23011
17dea188
JM
230122013-12-03 Joseph Myers <joseph@codesourcery.com>
23013
749008ff
JM
23014 [BZ #15268]
23015 [BZ #15425]
23016 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
23017 (__ieee754_exp): For possibly underflowing results, check size of
23018 result and force underflow exception if required.
23019 * math/auto-libm-test-in: Add more tests of exp.
23020 * math/auto-libm-test-out: Regenerated.
23021 * sysdeps/i386/fpu/libm-test-ulps: Update.
23022 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23023
17dea188
JM
23024 [BZ #16283]
23025 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
23026 * math/w_exp2f.c (__exp2f): Likewise.
23027 * math/w_exp2l.c (__exp2l): Likewise.
23028 * math/auto-libm-test-in: Do not allow missing errno on exp2
23029 underflow.
23030 * math/auto-libm-test-out: Regenerated.
23031
b20de2c3
OB
230322013-12-03 Ondřej Bílka <neleai@seznam.cz>
23033
23034 [BZ #16274]
23035 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
23036 handle filename validation.
23037 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
23038 (do_open): Delete.
23039
d8e2dbe3
JM
230402013-12-03 Joseph Myers <joseph@codesourcery.com>
23041
34e16df5
JM
23042 [BZ #6786]
23043 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
23044 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
23045 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
23046 <float.h>.
23047 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
23048 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
23049 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23050 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
23051 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23052 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
23053 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23054 * math/auto-libm-test-in: Don't allow missing errno from erfc.
23055 Add more erfc tests.
23056 * math/auto-libm-test-out: Regenerated.
23057 * sysdeps/i386/fpu/libm-test-ulps: Update.
23058 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23059
d8e2dbe3
JM
23060 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
23061 exp2, expm1, j0 and j1.
23062 * math/auto-libm-test-out: Regenerated.
23063 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
23064 (erfc_test_data): Likewise.
23065 (exp_test_data): Likewise.
23066 (exp_tonearest_test_data): Likewise.
23067 (exp_towardzero_test_data): Likewise.
23068 (exp_downward_test_data): Likewise.
23069 (exp_upward_test_data): Likewise.
23070 (exp10_test_data): Likewise.
23071 (exp2_test_data): Likewise.
23072 (expm1_test_data): Likewise.
23073 (j0_test_data): Likewise.
23074 (j1_test_data): Likewise.
23075 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
23076 (input_flag_type): Add flag_xfail_rounding.
23077 (input_flags): Add xfail-rounding.
23078 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
23079 (output_for_one_input_case): Handle flag_xfail_rounding.
23080 * sysdeps/i386/fpu/libm-test-ulps: Update.
23081 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23082
18d14251
AJ
230832013-12-03 Aurelien Jarno <aurelien@aurel32.net>
23084
3d2e6075 23085 [BZ #16289]
18d14251
AJ
23086 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
23087 division by 0.
23088
520d437b
SP
230892013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
23090
23091 [BZ #16195]
23092 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
23093 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
23094 (STAP_PROBE0): New macro.
23095 (STAP_PROBE1): Likewise.
23096 (STAP_PROBE2): Likewise.
23097 (STAP_PROBE3): Likewise.
23098 (STAP_PROBE4): Likewise.
23099
416e0145
OB
231002013-12-02 Ondřej Bílka <neleai@seznam.cz>
23101
23102 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
23103
9d17796a
SE
231042013-12-02 Steve Ellcey <sellcey@mips.com>
23105
23106 * benchtests/Makefile (bench): Add sqrt.
23107 (LDLIBS-bench-sqrt): New.
23108 * benchtests/sqrt-input: New.
23109
f524d6a8
PS
231102013-12-02 Pavel Simerda <psimerda@redhat.com>
23111
639a0ef8
PS
23112 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
23113 (GAIH_EAI): Likewise.
23114 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
23115 (gaih_inet): Likewise.
23116 (getaddrinfo): Don't use GAIH_EAI.
23117
f524d6a8
PS
23118 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
23119 (struct gaih): Remove definition.
23120
df3aedaf
SP
231212013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
23122
23123 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
23124 Use HERRNOP directly.
23125
1ab19dec
AZ
231262013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23127
b42ad38d 23128 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 23129
176b0c79
JM
231302013-11-30 Joseph Myers <joseph@codesourcery.com>
23131
23132 * math/gen-auto-libm-tests.c (test_functions): Add more
23133 single-argument functions.
23134 (special_fill_pi_2): New function.
23135 (special_fill_minus_pi_2): Likewise.
23136 (special_fill_pi_6): Likewise.
23137 (special_fill_minus_pi_6): Likewise.
23138 (special_fill_pi_3): Likewise.
23139 (special_fill_2pi_3): Likewise.
23140 (special_fill_e): Likewise.
23141 (special_fill_1_e): Likewise.
23142 (special_fill_e_minus_1): Likewise.
23143 (special_real_inputs): Add more special inputs.
23144 (output_for_one_input_case): Do not require ERANGE on underflow to
23145 zero if round-to-nearest result does not underflow to zero, unless
23146 exact results required.
23147 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
23148 atan, atanh, cbrt, cos and cosh.
23149 * math/auto-libm-test-out: Regenerated.
23150 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
23151 (acos_tonearest_test_data): Likewise.
23152 (acos_towardzero_test_data): Likewise.
23153 (acos_downward_test_data): Likewise.
23154 (acos_upward_test_data): Likewise.
23155 (acosh_test_data): Likewise.
23156 (asin_test_data): Likewise.
23157 (asin_tonearest_test_data): Likewise.
23158 (asin_towardzero_test_data): Likewise.
23159 (asin_upward_test_data): Likewise.
23160 (asinh_test_data): Likewise.
23161 (atan_test_data): Likewise.
23162 (atanh_test_data): Likewise.
23163 (cbrt_test_data): Likewise.
23164 (cos_test_data): Likewise.
23165 (cos_tonearest_test_data): Likewise.
23166 (cos_towardzero_test_data): Likewise.
23167 (cos_downward_test_data): Likewise.
23168 (cos_upward_test_data): Likewise.
23169 (cosh_test_data): Likewise.
23170 (cosh_tonearest_test_data): Likewise.
23171 (cosh_towardzero_test_data): Likewise.
23172 (cosh_downward_test_data): Likewise.
23173 (cosh_upward_test_data): Likewise.
23174 * sysdeps/i386/fpu/libm-test-ulps: Update.
23175 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23176
ffb536d0
JM
231772013-11-29 Joseph Myers <joseph@codesourcery.com>
23178
2a77a467
JM
23179 [BZ #6787]
23180 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
23181 * math/w_exp10f.c (__exp10f): Likewise.
23182 * math/w_exp10l.c (__exp10l): Likewise.
23183 * math/libm-test.inc (exp10_test_data): Add more tests and expect
23184 errno settings in existing tests.
23185
ea3bc4e8
JM
23186 [BZ #14032]
23187 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
23188 precision control set to double precision.
23189 * sysdeps/i386/fpu/w_sqrt.c: New file.
23190 * math/auto-libm-test-in: Add more tests.
23191 * math/auto-libm-test-out: Update.
23192
0712c9d8
JM
23193 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
23194 (sqrt_test_tonearest): New function.
23195 (sqrt_towardzero_test_data): New variable.
23196 (sqrt_test_towardzero): New function.
23197 (sqrt_downward_test_data): New variable.
23198 (sqrt_test_downward): New function.
23199 (sqrt_upward_test_data): New variable.
23200 (sqrt_test_upward): New function.
23201 (main): Call the new functions.
23202
ffb536d0
JM
23203 * math/gen-auto-libm-tests.c: New file.
23204 * math/auto-libm-test-in: Likewise.
23205 * math/auto-libm-test-out: New generated file.
23206 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23207 variables.
23208 (%beautify): Add generated representations of zero.
23209 (top level): Set $auto_input and call parse_auto_input.
23210 (beautify): Remove trailing "f" from hex float constants.
23211 (parse_args): Handle XFAIL_TEST.
23212 (convert_condition): New function.
23213 (or_value): Likewise.
23214 (or_cond_value): Likewise.
23215 (generate_testfile): Handle AUTO_TESTS_* lines.
23216 (parse_auto_input): New function.
23217 * math/libm-test.inc (XFAIL_TEST): New macro.
23218 (ERRNO_UNCHANGED): Update value.
23219 (ERRNO_EDOM): Likewise.
23220 (ERRNO_ERANGE): Likewise.
23221 (IGNORE_RESULT): Likewise.
23222 (TEST_COND_flt_32): New macro.
23223 (TEST_COND_dbl_64): Likewise.
23224 (TEST_COND_ldbl_96_intel): Likewise.
23225 (TEST_COND_ldbl_96_m68k): Likewise.
23226 (TEST_COND_ldbl_128): Likewise.
23227 (TEST_COND_ldbl_128ibm): Likewise.
23228 (TEST_COND_long32): Likewise.
23229 (TEST_COND_long64): Likewise.
23230 (TEST_COND_before_rounding): Likewise.
23231 (TEST_COND_after_rounding): Likewise.
23232 (enable_test): Handle XFAIL_TEST flag.
23233 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23234 with finite results.
23235 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23236 auto-libm-test-out.
23237
acd98a8e
AK
232382013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
23239 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23240
23241 [BZ #16214]
23242 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23243 __tls_get_addr_internal instead of __tls_get_offset in order to
23244 avoid GOT pointer dependency. Make rtld export
23245 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23246 __tls_get_addr since we are a __tls_get_offset platform.
23247 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23248 GOT pointer being set up before.
23249 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23250
3c1c46a6
JM
232512013-11-28 Joseph Myers <joseph@codesourcery.com>
23252
7475aef5
JM
23253 * manual/math.texi (Errors in Math Functions): Document accuracy
23254 goals.
23255
8bca7cd8
JM
23256 [BZ #15004]
23257 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23258 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23259 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23260 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23261 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23262 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23263 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23264 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23265 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23266 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23267 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23268 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23269 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23270 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23271 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23272 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23273
91a1f3fe
JM
23274 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23275 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23276 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23277 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23278 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23279 Likewise.
23280 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23281 Likewise.
23282 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23283 Likewise.
23284 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23285 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
23286 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
23287 atomic-feupdateenv and flt-rounds.
23288 * sysdeps/powerpc/nofpu/Versions (libc): Add
23289 __atomic_feholdexcept, __atomic_feclearexcept,
23290 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
23291 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
23292 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23293 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
23294 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
23295 here.
23296 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
23297 Update.
23298
c5df7609
JM
23299 * manual/arith.texi (FP Exceptions): Document that exceptions may
23300 not be raised when matherr is used.
23301 (Math Error Reporting): Document overflow in directed rounding
23302 modes. Document that errno may not be set when finite values are
23303 returned on overflow. Document intent to set errno on underflow
23304 only for underflow to zero.
23305
3c1c46a6
JM
23306 [BZ #16271]
23307 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
23308 round-to-nearest then adjust result for other rounding modes.
23309 * include/fenv.h (fegetround): Use libm_hidden_proto.
23310 * math/fegetround.c (fegetround): Use libm_hidden_def.
23311 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
23312 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
23313 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23314 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
23315 Likewise.
23316 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
23317 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
23318 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
23319 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
23320
5a4c6d53
SP
233212013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
23322
23323 [BZ #16077]
23324 * nss/Versions (libnss_files): Add
23325 _nss_files_gethostbyname3_r.
23326 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
23327 New function.
23328 (HOST_DB_LOOKUP): Remove macro.
23329 (_nss_files_gethostbyname_r): Implement function without the
23330 HOST_DB_LOOKUP macro.
23331 (_nss_files_gethostbyname2_r): Likewise.
23332
897b98ba
OB
233332013-11-28 Ondřej Bílka <neleai@seznam.cz>
23334
23335 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
23336
6f476861
UB
233372013-11-26 Uros Bizjak <ubizjak@gmail.com>
23338
23339 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
23340 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
23341 warning.
23342
bd12ab55
AZ
233432013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23344
23345 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
23346 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
23347 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
23348 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
23349 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
23350 __fe_nomask_env_priv and attribute_hidden.
23351 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
23352 (libc_feupdateenv_test_ppc): Likewise.
23353 (libc_feresetround_ppc): Likewise.
23354 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23355 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
23356 compat_symbol macro.
23357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23358 (__fe_nomask_env): Likewise.
23359 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23360
52bb6543
OB
233612013-11-26 Ondřej Bílka <neleai@seznam.cz>
23362
23363 * string/Makefile: Remove ifunc tests.
23364 * string/test-string.h: Define TEST_IFUNC.
23365 * string/test-bcopy-ifunc.c: Remove.
23366 * string/test-bzero-ifunc.c: Likewise.
23367 * string/test-memccpy-ifunc.c: Likewise.
23368 * string/test-memchr-ifunc.c: Likewise.
23369 * string/test-memcmp-ifunc.c: Likewise.
23370 * string/test-memcpy-ifunc.c: Likewise.
23371 * string/test-memmem-ifunc.c: Likewise.
23372 * string/test-memmove-ifunc.c: Likewise.
23373 * string/test-mempcpy-ifunc.c: Likewise.
23374 * string/test-memrchr-ifunc.c: Likewise.
23375 * string/test-memset-ifunc.c: Likewise.
23376 * string/test-rawmemchr-ifunc.c: Likewise.
23377 * string/test-stpcpy-ifunc.c: Likewise.
23378 * string/test-stpncpy-ifunc.c: Likewise.
23379 * string/test-strcasecmp-ifunc.c: Likewise.
23380 * string/test-strcasestr-ifunc.c: Likewise.
23381 * string/test-strcat-ifunc.c: Likewise.
23382 * string/test-strchr-ifunc.c: Likewise.
23383 * string/test-strchrnul-ifunc.c: Likewise.
23384 * string/test-strcmp-ifunc.c: Likewise.
23385 * string/test-strcpy-ifunc.c: Likewise.
23386 * string/test-strcspn-ifunc.c: Likewise.
23387 * string/test-strlen-ifunc.c: Likewise.
23388 * string/test-strncasecmp-ifunc.c: Likewise.
23389 * string/test-strncat-ifunc.c: Likewise.
23390 * string/test-strncmp-ifunc.c: Likewise.
23391 * string/test-strncpy-ifunc.c: Likewise.
23392 * string/test-strnlen-ifunc.c: Likewise.
23393 * string/test-strpbrk-ifunc.c: Likewise.
23394 * string/test-strrchr-ifunc.c: Likewise.
23395 * string/test-strspn-ifunc.c: Likewise.
23396 * string/test-strstr-ifunc.c: Likewise.
23397
ab260039 233982013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
23399
23400 * benchtests/Makefile: Remove ifunc tests.
23401 * benchtests/bench-string.h: Define TEST_IFUNC.
23402 * benchtests/bench-bcopy-ifunc.c: Remove.
23403 * benchtests/bench-bzero-ifunc.c: Likewise.
23404 * benchtests/bench-memccpy-ifunc.c: Likewise.
23405 * benchtests/bench-memchr-ifunc.c: Likewise.
23406 * benchtests/bench-memcmp-ifunc.c: Likewise.
23407 * benchtests/bench-memcpy-ifunc.c: Likewise.
23408 * benchtests/bench-memmem-ifunc.c: Likewise.
23409 * benchtests/bench-memmove-ifunc.c: Likewise.
23410 * benchtests/bench-mempcpy-ifunc.c: Likewise.
23411 * benchtests/bench-memrchr-ifunc.c: Likewise.
23412 * benchtests/bench-memset-ifunc.c: Likewise.
23413 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23414 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23415 * benchtests/bench-stpcpy-ifunc.c: Likewise.
23416 * benchtests/bench-stpncpy-ifunc.c: Likewise.
23417 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23418 * benchtests/bench-strcasestr-ifunc.c: Likewise.
23419 * benchtests/bench-strcat-ifunc.c: Likewise.
23420 * benchtests/bench-strchr-ifunc.c: Likewise.
23421 * benchtests/bench-strchrnul-ifunc.c: Likewise.
23422 * benchtests/bench-strcmp-ifunc.c: Likewise.
23423 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23424 * benchtests/bench-strcpy-ifunc.c: Likewise.
23425 * benchtests/bench-strcspn-ifunc.c: Likewise.
23426 * benchtests/bench-strlen-ifunc.c: Likewise.
23427 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23428 * benchtests/bench-strncat-ifunc.c: Likewise.
23429 * benchtests/bench-strncmp-ifunc.c: Likewise.
23430 * benchtests/bench-strncpy-ifunc.c: Likewise.
23431 * benchtests/bench-strnlen-ifunc.c: Likewise.
23432 * benchtests/bench-strpbrk-ifunc.c: Likewise.
23433 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 23434 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
23435 * benchtests/bench-strspn-ifunc.c: Likewise.
23436 * benchtests/bench-strstr-ifunc.c: Likewise.
23437
234382013-11-26 Ondřej Bílka <neleai@seznam.cz>
23439
ab260039
OB
23440 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23441
d1d9eaf4 234422013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 23443
d1d9eaf4
OB
23444 * resolv/netdb.h: Use __glibc_reserved instead __unused.
23445 * rt/aio.h: Likewise.
23446 * sysdeps/gnu/bits/utmp.h: Likewise.
23447 * sysdeps/gnu/bits/utmpx.h: Likewise.
23448 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23449 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23450 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23451 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23452 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23453 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23454 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23455 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23456 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23457 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23458 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23459 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23460 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23461 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23462 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23463 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23464 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23465 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23466 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23467 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23468 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23469 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23470 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23471 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23472 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23473 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23474 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23475 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23476 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23477 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23478 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23479 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23480 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23481 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23482 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23483 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23484 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23485 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23486 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23487 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23488 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23489 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23490
a7624ed9
CD
234912013-11-25 Carlos O'Donell <carlos@redhat.com>
23492
23493 [BZ #16245]
23494 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23495 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23496
63cfe52b
JM
234972013-11-25 Joseph Myers <joseph@codesourcery.com>
23498
23499 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23500 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23501 Likewise.
23502
41e8926a
AZ
235032013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23504
23505 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23506 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23507 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23508 (__fesetround): Remove define.
23509 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23510 rounding and exceptions handling.
23511 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23512 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23513 (__fe_nomask_env): Likewise.
23514 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23515 __fegetround instead of fegetround.
23516 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23517 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23518
6851bd4d
RM
235192013-11-21 Roland McGrath <roland@hack.frob.com>
23520
070906ff
RM
23521 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23522 it's there.
23523
6851bd4d
RM
23524 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23525
84ae135d
MI
235262013-11-21 Meador Inge <meadori@codesourcery.com>
23527
23528 [BZ #11157]
23529 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23530 (encrypt_r): Likewise.
23531 * malloc/obstack.h (obstack_free): Likewise.
23532 * posix/unistd.h (encrypt): Likewise.
23533
daf75146
GM
235342013-11-21 Guy Martin <gmsoft@tuxicoman.be>
23535
23536 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23537 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23538 DL_CALL_DT_FINI() that call the functions directly.
23539 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23540 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23541 * elf/dl-fini.c: Likewise.
23542
10ad46bc
OB
235432013-11-20 Ondřej Bílka <neleai@seznam.cz>
23544
23545 * malloc/hooks.c (memalign_check): Add alignment rounding.
23546 * malloc/malloc.c (_mid_memalign): New function.
23547 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23548 Implement by calling _mid_memalign.
23549 * manual/probes.texi (Memory Allocation Probes): Remove
23550 memory_valloc_retry and memory_pvalloc_retry.
23551
f3fd2628
SP
235522013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
23553
4712799f
SP
23554 * locale/programs/locarchive.c (open_archive): Add const
23555 qualifier to ARCHIVEFNAME and copy default fname to
23556 DEFAULT_FNAME.
23557
0417b20f
SP
23558 [BZ #15601]
23559 * libio/tst-widetext.input: Rename Oriya to Odia.
23560 * locale/iso-639.def: Likewise.
23561
f3fd2628
SP
23562 * manual/probes.texi (Mathematical Function Probes): Add
23563 documentation for sin, cos, asin and acos probes.
23564 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23565 (__sin32): Add slowasin probe.
23566 (__cos32): Add slowacos probe.
23567 (__mpsin): Add slowsin probe.
23568 (__mpcos): Add slowcos probe.
23569
73c1ce4f
JM
235702013-11-19 Joseph Myers <joseph@codesourcery.com>
23571
23572 [BZ #15483]
23573 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23574 thread-local __sim_exceptions_thread and global
23575 __sim_exceptions_global.
23576 (__sim_disabled_exceptions): Change to thread-local
23577 __sim_disabled_exceptions_thread and global
23578 __sim_disabled_exceptions_global.
23579 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23580 and global __sim_round_mode_global.
23581 (__simulate_exceptions): Use thread-local floating-point state and
23582 set global state from it as needed.
23583 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23584 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23585 __sim_round_mode_thread.
23586 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23587 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23588 and global __sim_exceptions_global.
23589 (__sim_disabled_exceptions): Change to thread-local
23590 __sim_disabled_exceptions_thread and global
23591 __sim_disabled_exceptions_global.
23592 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23593 and global __sim_round_mode_global.
23594 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23595 (SIM_SET_GLOBAL): Likewise.
23596 * sysdeps/powerpc/soft-fp/sfp-machine.h
23597 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23598 __sim_round_mode_thread.
23599 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23600 __sim_disabled_exceptions_thread.
23601 (__sim_exceptions): Change to __sim_exceptions_thread.
23602 (__sim_disabled_exceptions): Change to
23603 __sim_disabled_exceptions_thread.
23604 (__sim_round_mode): Change to __sim_round_mode_thread.
23605 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23606 thread-local floating-point state and set global state from it as
23607 needed.
23608 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23609 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23610 (__sim_disabled_exceptions): Remove extern declaration.
23611 (feenableexcept): Use thread-local floating-point state and set
23612 global state from it as needed.
23613 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23614 extern declaration.
23615 (__sim_disabled_exceptions): Likewise.
23616 (__sim_round_mode): Likewise.
23617 (__fegetenv): Use thread-local floating-point state.
23618 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23619 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23620 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23621 floating-point state and set global state from it as needed.
23622 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23623 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23624 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23625 Likewise.
23626 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23627 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23628 Likewise.
23629 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23630 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23631 Use __sim_round_mode_thread.
23632 * math/test-fenv-tls.c: New file.
23633 * math/Makefile (tests): Add test-fenv-tls.
23634 ($(objpfx)test-fenv-tls): Depend on
23635 $(common-objpfx)nptl/libpthread.so.
23636
b5449b12
AS
236372013-11-19 Andreas Schwab <schwab@suse.de>
23638
23639 * locale/programs/locale.c (show_info): Decode wordarray elements.
23640 * locale/categories.def (LC_MONETARY): Add element for
23641 _NL_MONETARY_CRNCYSTR.
23642 * locale/C-monetary.c (conversion_rate): New variable.
23643 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23644 element.
23645
e186536b
CM
236462013-11-18 Chris Metcalf <cmetcalf@tilera.com>
23647
23648 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23649 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23650
5c349950
PP
236512013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
23652
23653 * elf/Makefile (tst-auxv): New test.
23654 * elf/tst-auxv.c: New
23655 * elf/rtld.c (dl_main): Adjust AT_EXECFN
23656
699df45b
JM
236572013-11-18 Joseph Myers <joseph@codesourcery.com>
23658
23659 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23660 (hidden_proto): Caller changed.
23661 (hidden_tls_proto): New macro.
23662 (libc_hidden_tls_proto): Likewise.
23663 (rtld_hidden_tls_proto): Likewise.
23664 (libm_hidden_tls_proto): Likewise.
23665 (libresolv_hidden_tls_proto): Likewise.
23666 (librt_hidden_tls_proto): Likewise.
23667 (libdl_hidden_tls_proto): Likewise.
23668 (libnss_files_hidden_tls_proto): Likewise.
23669 (libnsl_hidden_tls_proto): Likewise.
23670 (libnss_nisplus_hidden_tls_proto): Likewise.
23671 (libutil_hidden_tls_proto): Likewise.
23672
b7589107
OB
236732013-11-18 Ondřej Bílka <neleai@seznam.cz>
23674
23675 [BZ #10253]
23676 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23677 (decompose_rpath): Defer expansion to fillin_rpath.
23678 (_dl_init_paths): Pass linkmap to fillin_rpath.
23679
250c23bd
RS
236802013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
23681
23682 * benchtests/Makefile: Add strsep.
23683 * benchtests/bench-strsep.c: New file: strsep benchtest.
23684 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23685
a7931fcf
AS
236862013-11-18 Andreas Schwab <schwab@suse.de>
23687
23688 * locale/programs/locale.c (show_info) [case byte]: Check for
23689 '\377' instead of '\177'.
23690 * locale/C-monetary.c (not_available): Always use "\377".
23691 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23692 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
23693 detect unavailable sign_posn locale elements.
23694 * locale/localeconv.c (__localeconv): For grouping and
23695 mon_grouping handle "\177" and "\377" like no grouping.
23696 (INT_ELEM): New macro. Use it to set all numeric members.
23697 * locale/programs/ld-monetary.c (monetary_read)
23698 <tok_mon_grouping>: Normalize single -1 to the empty string.
23699 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23700 Likewise.
23701
728dab0e
OB
237022013-11-07 Ondřej Bílka <neleai@seznam.cz>
23703
23704 [BZ #16055]
23705 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23706 when we match (nil).
23707 * stdio-common/tst-sscanf.c (struct test): Add testcase.
23708
66294491
JM
237092013-11-16 Joseph Myers <joseph@codesourcery.com>
23710
ce665817
JM
23711 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23712 (NO_TEST_INLINE): Update value.
23713 (ERRNO_UNCHANGED): Likewise.
23714 (ERRNO_EDOM): Likewise.
23715 (ERRNO_ERANGE): Likewise.
23716 (IGNORE_RESULT): Likewise.
23717 (check_float_internal): Check signs of NaN results if
23718 TEST_NAN_SIGN used.
23719 (check_complex): Pass TEST_NAN_SIGN flag through to second
23720 check_float_internal call.
23721 (copysign_test_data): Add tests with quiet NaNs as second
23722 argument. Use TEST_NAN_SIGN.
23723 (fabs_test_data): Add test of negative quiet NaN argument. Use
23724 TEST_NAN_SIGN.
23725 (signbit_test_data): Add tests of quiet NaN argument.
23726 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23727
ee1466a9
JM
23728 * math/gen-libm-test.pl (show_exceptions): Take extra argument
23729 $ignore_result.
23730 (parse_args): Handle function results specified as IGNORE.
23731 * math/libm-test.inc (IGNORE_RESULT): New macro.
23732 (check_float_internal): Do not check numerical result if flag
23733 IGNORE_RESULT set.
23734 (check_complex): Pass through IGNORE_RESULT to second
23735 check_float_internal call.
23736 (check_int): Do not check numerical result if flag IGNORE_RESULT
23737 set.
23738 (check_long): Likewise.
23739 (check_bool): Likewise.
23740 (check_longlong): Likewise.
23741 (lrint_test_data): Add tests of infinite and NaN arguments.
23742 (lrint_tonearest_test_data): Likewise.
23743 (lrint_towardzero_test_data): Likewise.
23744 (lrint_downward_test_data): Likewise.
23745 (lrint_upward_test_data): Likewise.
23746 (llrint_test_data): Likewise.
23747 (llrint_tonearest_test_data): Likewise.
23748 (llrint_towardzero_test_data): Likewise.
23749 (llrint_downward_test_data): Likewise.
23750 (llrint_upward_test_data): Likewise.
23751 (lround_test_data): Likewise.
23752 (llround_test_data): Likewise.
23753
14407b7e
JM
23754 * math/libm-test.inc (NO_TEST_INLINE): New macro.
23755 (ERRNO_UNCHANGED): Update value.
23756 (ERRNO_EDOM): Likewise.
23757 (ERRNO_ERANGE): Likewise.
23758 (NO_TEST_INLINE_FLOAT): New macro.
23759 (NO_TEST_INLINE_DOUBLE): Likewise.
23760 (enable_test): New function.
23761 (RUN_TEST_f_f): Check enable_test before running test.
23762 (RUN_TEST_2_f): Likewise.
23763 (RUN_TEST_fff_f): Likewise.
23764 (RUN_TEST_c_f): Likewise.
23765 (RUN_TEST_f_f1): Likewise.
23766 (RUN_TEST_fF_f1): Likewise.
23767 (RUN_TEST_fI_f1): Likewise.
23768 (RUN_TEST_ffI_f1): Likewise.
23769 (RUN_TEST_c_c): Likewise.
23770 (RUN_TEST_cc_c): Likewise.
23771 (RUN_TEST_f_i): Likewise.
23772 (RUN_TEST_f_i_tg): Likewise.
23773 (RUN_TEST_ff_i_tg): Likewise.
23774 (RUN_TEST_f_b): Likewise.
23775 (RUN_TEST_f_b_tg): Likewise.
23776 (RUN_TEST_f_l): Likewise.
23777 (RUN_TEST_f_L): Likewise.
23778 (RUN_TEST_fFF_11): Likewise.
23779 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23780 conditionals.
23781 (cosh_test_data): Likewise.
23782 (exp_test_data): Likewise.
23783 (expm1_test_data): Likewise.
23784 (hypot_test_data): Likewise.
23785 (pow_test_data): Likewise.
23786 (sinh_test_data): Likewise.
23787 (tanh_test_data): Likewise.
23788 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23789 flags argument.
23790
ca07f197
JM
23791 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23792 tests with quiet NaN input and output.
23793 (acosh_test_data): Likewise.
23794 (asin_test_data): Likewise.
23795 (asinh_test_data): Likewise.
23796 (atan_test_data): Likewise.
23797 (atanh_test_data): Likewise.
23798 (atan2_test_data): Likewise.
23799 (cbrt_test_data): Likewise.
23800 (cos_test_data): Likewise.
23801 (cosh_test_data): Likewise.
23802 (erf_test_data): Likewise.
23803 (erfc_test_data): Likewise.
23804 (exp_test_data): Likewise.
23805 (exp10_test_data): Likewise.
23806 (exp2_test_data): Likewise.
23807 (expm1_test_data): Likewise.
23808 (hypot_test_data): Likewise.
23809 (j0_test_data): Likewise.
23810 (j1_test_data): Likewise.
23811 (jn_test_data): Likewise.
23812 (lgamma_test_data): Likewise.
23813 (log_test_data): Likewise.
23814 (log10_test_data): Likewise.
23815 (log1p_test_data): Likewise.
23816 (log2_test_data): Likewise.
23817 (pow_test_data): Likewise.
23818 (scalb_test_data): Likewise.
23819 (sin_test_data): Likewise.
23820 (sincos_test_data): Likewise.
23821 (sinh_test_data): Likewise.
23822 (tan_test_data): Likewise.
23823 (tanh_test_data): Likewise.
23824 (tgamma_test_data): Likewise.
23825 (y0_test_data): Likewise.
23826 (y1_test_data): Likewise.
23827 (yn_test_data): Likewise.
23828
66294491
JM
23829 [BZ #16167]
23830 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23831 argument being NaN and avoid computations with second argument in
23832 that case.
23833 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23834 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23835 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23836
1820b143
CL
238372013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
23838
23839 * locale/iso-639.def: Add Chitwani Tharu (the).
23840
714bd261
AS
238412013-11-14 Andreas Schwab <schwab@suse.de>
23842
23843 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23844 word instead of empty string.
23845
7ab44563
AZ
238462013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23847
23848 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23849 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23850 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23851 (__fe_nomask_env): Likewise.
23852
e8470ea2
SE
238532013-11-13 Steve Ellcey <sellcey@mips.com>
23854
23855 * benchtests/bench-timing.h: Include time.h.
23856
17c1d9f0
L
238572013-11-13 H.J. Lu <hongjiu.lu@intel.com>
23858
23859 [BZ #15997]
23860 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23861 to 3.4.0 for x32.
23862 * sysdeps/unix/sysv/linux/configure: Regenerated.
23863
9310c284
JM
238642013-11-13 Joseph Myers <joseph@codesourcery.com>
23865
23866 [BZ #16151]
23867 * stdlib/strtod_l.c (round_and_return): Do not consider
23868 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23869 exponent one less than half the least subnormal exponent.
23870 * stdlib/test-strtod-round-data: Add more tests.
23871 * stdlib/tst-strtod-round.c (tests): Regenerated.
23872
7a2ad8cf
AZ
238732013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23874
23875 [BZ #14143]
23876 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23877 (__fe_mask_env): Likewise.
23878 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23879 libm_hidden_proto and add function prototype.
23880 (__fe_mask_env): Add function prototype.
23881 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23882 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23883 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23884 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23885 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23886 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23887
50727aa7
MS
238882013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
23889
b2f386c1 23890 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
23891 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23892
a615be46
MS
238932013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
23894
23895 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23896 of htab_find_slot().
23897
7ddace62
DM
238982013-11-11 David S. Miller <davem@davemloft.net>
23899
23900 [BZ #16150]
23901 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23902 symbol in the non-vis3 case in static builds.
23903 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23904 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23905 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23906 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23907
9182aa67
JK
239082013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
23909
23910 [BZ #387]
23911 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23912 it is empty.
23913
450a2e2d
AZ
239142013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23915
b2f386c1
SP
23916 * benchtests/Makefile: Add bench-strtod.
23917 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 23918
8ec3f656
AS
239192013-11-11 Andreas Schwab <schwab@suse.de>
23920
23921 [BZ #16153]
23922 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23923 terminating NUL in key length.
23924
76a9b998
AZ
239252013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23926
23927 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23928 Add artificial ODP entry for vDSO symbol for PPC64.
23929 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23930 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23931
e4368156
OB
239322013-11-07 Ondřej Bílka <neleai@seznam.cz>
23933
23934 [BZ #15374]
23935 * nss/getent.c (services_keys): Recognize services starting with digit.
23936
8d6bb57c
DM
239372013-11-06 David S. Miller <davem@davemloft.net>
23938
23939 [BZ #15985]
23940 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23941 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23942
e256c421
WN
239432013-11-06 Will Newton <will.newton@linaro.org>
23944
23945 * manual/memory.texi (Malloc Examples): Remove register
23946 keyword from examples.
23947
f6e12daa 239482013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 23949
f6e12daa 23950 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 23951
9d880655
AS
239522013-11-04 Joseph Myers <joseph@codesourcery.com>
23953
fd2f9486 23954 [BZ #6981]
9d880655
AS
23955 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23956 depending on [__GCC_IEC_559 > 0].
23957 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23958 depending on [__GCC_IEC_559_COMPLEX > 0].
23959
ae129d3c
CL
239602013-11-03 Chris Leonard <cjl@sugarlabs.org>
23961
23962 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23963 to iso-639.def.
23964
4a15c2a4 239652013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
23966
23967 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23968
8b35e35d
OB
239692013-11-01 Ondřej Bílka <neleai@seznam.cz>
23970
23971 [BZ #16112]
23972 * malloc/malloc (malloc_info): Do not handle first bin as
23973 special case.
23974
1d70fd6c
CL
239752013-11-01 Chris Leonard <cjl@sugarlabs.org>
23976
23977 * locale/iso-639.def: Add Central Nahuatl (nhn).
23978
8c5c2600
BH
239792013-11-01 Bruno Haible <bruno@clisp.org>
23980
23981 [BZ #7003]
23982 * manual/math.texi (BSD Random): Specify range upper bound as
23983 in POSIX.
23984
da5579c2
CL
239852013-10-31 Chris Leonard <cjl@sugarlabs.org>
23986
23987 * locale/iso-639.def: Add Meadow Mari (mhr).
23988
5d30d853
OB
239892013-10-31 Ondřej Bílka <neleai@seznam.cz>
23990
23991 [BZ #14752], [BZ #15763]
23992 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23993 Validate name.
23994 * rt/tst_shm.c: Add test for escaping directory.
23995
a4966c61
AS
239962013-10-31 Andreas Schwab <schwab@suse.de>
23997
8a43e768 23998 [BZ #15917]
a4966c61
AS
23999 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
24000 followed by 'x' as part of digit sequence.
24001 * stdio-common/tst-sscanf.c (double_tests2): New tests.
24002
28d708c4
MAP
240032013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
24004
24005 [BZ #16037]
24006 * configure.ac: allow GNU Make 4.0 and greater.
24007 * configure: Regenerated.
24008
a56ee40b
WN
240092013-10-30 Will Newton <will.newton@linaro.org>
24010
24011 [BZ #16038]
24012 * malloc/hooks.c (memalign_check): Limit alignment to the
24013 maximum representable power of two.
24014 * malloc/malloc.c (__libc_memalign): Likewise.
24015 * malloc/tst-memalign.c (do_test): Add test for very
24016 large alignment values.
24017 * malloc/tst-posix_memalign.c (do_test): Likewise.
24018
c6e4925d
OB
240192013-10-30 Ondřej Bílka <neleai@seznam.cz>
24020
24021 [BZ #11087]
24022 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
24023 (munmap_chunk): Likewise.
24024 (mremap_chunk): Likewise.
24025
240262013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 24027
8a43e768 24028 [BZ #15799]
bbea82f7
OB
24029 * stdlib/div.c (div): Remove obsolete code.
24030 * stdlib/ldiv.c (ldiv): Likewise.
24031 * stdlib/lldiv.c (lldiv): Likewise.
24032
977f4b31
SP
240332013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
24034
24035 [BZ #16071]
24036 * nss/nss_files/files-XXX.c (get_contents_ret): New
24037 enumerator.
24038 (get_contents): New function.
24039 (internal_getent): Use it. Expand size of LINEBUFLEN.
24040
cb8a6dbd
MF
240412013-10-30 Mike Frysinger <vapier@gentoo.org>
24042
24043 * configure.in: Moved to ...
24044 * configure.ac: ... here. Change reference to configure.in
24045 to configure.ac.
24046 * sysdeps/arm/preconfigure.ac: ... here.
24047 configure.in to configure.ac.
24048 * sysdeps/gnu/configure.in: Moved to ...
24049 * sysdeps/gnu/configure.ac: ... here.
24050 * sysdeps/i386/configure.in: Moved to ...
24051 * sysdeps/i386/configure.ac: ... here.
24052 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
24053 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
24054 * sysdeps/mach/configure.in: Moved to ...
24055 * sysdeps/mach/configure.ac: ... here.
24056 * sysdeps/mach/hurd/configure.in: Moved to ...
24057 * sysdeps/mach/hurd/configure.ac: ... here.
24058 * sysdeps/powerpc/configure.in: Moved to ...
24059 * sysdeps/powerpc/configure.ac: ... here.
24060 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
24061 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
24062 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
24063 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
24064 * sysdeps/s390/s390-32/configure.in: Moved to ...
24065 * sysdeps/s390/s390-32/configure.ac: ... here.
24066 * sysdeps/s390/s390-64/configure.in: Moved to ...
24067 * sysdeps/s390/s390-64/configure.ac: ... here.
24068 * sysdeps/sh/configure.in: Moved to ...
24069 * sysdeps/sh/configure.ac: ... here.
24070 * sysdeps/sparc/configure.in: Moved to ...
24071 * sysdeps/sparc/configure.ac: ... here.
24072 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
24073 * sysdeps/unix/sysv/linux/configure.ac: ... here.
24074 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
24075 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
24076 * sysdeps/x86_64/configure.in: Moved to ...
24077 * sysdeps/x86_64/configure.ac: ... here.
24078 * sysdeps/x86_64/preconfigure.in: Moved to ...
24079 * sysdeps/x86_64/preconfigure.ac: ... here.
24080 * aclocal.m4: Change reference to configure.in to configure.ac.
24081 * config.h.in: Likewise.
24082 * manual/install.texi: Likewise.
24083 * manual/maint.texi: Likewise.
24084 * Makefile: Likewise.
24085 * malloc/Makefile: Likewise.
24086 * nscd/Makefile: Likewise.
24087 * Makeconfig: Change reference to configure.in and
24088 preconfigure.in to configure.ac and preconfigure.ac
24089 respectively.
24090 * INSTALL: Regenerated.
24091 * configure: Likewise.
24092 * sysdeps/gnu/configure: Likewise.
24093 * sysdeps/i386/configure: Likewise.
24094 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
24095 * sysdeps/mach/configure: Likewise.
24096 * sysdeps/mach/hurd/configure: Likewise.
24097 * sysdeps/powerpc/configure: Likewise.
24098 * sysdeps/powerpc/powerpc32/configure: Likewise.
24099 * sysdeps/powerpc/powerpc64/configure: Likewise.
24100 * sysdeps/s390/s390-32/configure: Likewise.
24101 * sysdeps/s390/s390-64/configure: Likewise.
24102 * sysdeps/sh/configure: Likewise.
24103 * sysdeps/sparc/configure: Likewise.
24104 * sysdeps/unix/sysv/linux/configure: Likewise.
24105 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
24106 * sysdeps/x86_64/configure: Likewise.
24107 * sysdeps/x86_64/preconfigure: Likewise.
24108
36a4953a
AS
241092013-10-29 Andreas Schwab <schwab@suse.de>
24110
24111 * stdio-common/Makefile (tst-swscanf-ENV): Define.
24112
c79a1204
SP
241132013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
24114
dfa1b402
SP
24115 * benchtests/pow-inputs: Add new inputs.
24116
54f73d9c
SP
24117 * benchtests/exp-inputs: Add new inputs.
24118
c79a1204
SP
24119 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
24120 conditional check for return value.
24121 (__cos32): Likewise.
24122
67beb545 241232013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
24124
24125 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
24126 to provide a boost for large inputs with word alignment.
24127 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
24128 implementation based on optimized PPC64 strcpy.
24129 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
24130 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
24131 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
24132 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
24133
151659f6
OB
241342013-10-25 Ondřej Bílka <neleai@seznam.cz>
24135
482a077e 24136 [BZ #2801]
151659f6
OB
24137 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
24138
10b0f26b
OB
241392013-10-25 Ondřej Bílka <neleai@seznam.cz>
24140
24141 [BZ #14876]
24142 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
24143 * time/tst-strptime.c (day_tests): Add testcase.
24144
ca42d35e
OB
241452013-10-25 Ondřej Bílka <neleai@seznam.cz>
24146
482a077e 24147 [BZ #14029]
ca42d35e
OB
24148 * manual/pattern.texi: Acknowledge that fnmatch can fail.
24149
52e6d801
FB
241502013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
24151
24152 [BZ #16074]
24153 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
24154 MAP_FAILED on error.
24155
7cbcdb36
SP
241562013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
24157
24158 [BZ #16072]
24159 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
24160 heap for large requests.
24161
894f3f10
AM
241622013-10-25 Aurelien Jarno <aurelien@aurel32.net>
24163
24164 [BZ #9954]
24165 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
24166 result if the result has no associated interface.
24167 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
24168 interface for all 127.X.Y.Z addresses.
24169
b85545a6
CL
241702013-10-24 Chris Leonard <cjl@sugarlabs.org>
24171
24172 * locale/iso-639.def: Add Ligurian (lij)
24173
d1f23d46
OB
241742013-10-21 Ondřej Bílka <neleai@seznam.cz>
24175
24176 [BZ #15825]
24177 * sunrpc/rpc_main.c: Document rpcgen -5.
24178
4db5b08f
MS
241792013-10-19 Michael Stahl <mstahl@redhat.com>
24180
24181 * elf/rtld.c (do_preload): Print the reason why preloading failed.
24182
a471e96a
OB
241832013-10-19 Ondřej Bílka <neleai@seznam.cz>
24184
d1f23d46 24185 [BZ #10278]
a471e96a
OB
24186 * posix/glob.c: Match only directories when trailing slash is present.
24187 * posix/tst-gnuglob.c (my_opendir): Do not open files.
24188 (main): Add testcase.
24189
45c30c61
OB
241902013-10-19 Ondřej Bílka <neleai@seznam.cz>
24191
24192 [BZ #15670]
24193 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
24194
484c12fb
CD
241952013-10-18 Carlos O'Donell <carlos@redhat.com>
24196
3d7dc513
CD
24197 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
24198 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
24199 AUTH_DES and cindex for FIPS 140-2.
24200 (DES Encryption): Add cindex FIPS 46-3.
24201
484c12fb
CD
24202 * locale/locarchive.h (struct locarhandle): Add fname.
24203 * locale/programs/localedef.c (main): Pass ARGV[remaining]
24204 if an optional argument was specified to --list-archive,
24205 otherwise NULL.
24206 * locale/programs/locarchive.c (show_archive_content): Take new
24207 argument fname and pass it via ah.fname to open_archive.
24208 * locale/programs/localedef.h: Update decl.
24209 (open_archive): If AH->fname is non-null, open that file
24210 rather than the default file name, and don't ignore ENOENT.
24211 (create_archive): Set AH.fname to NULL.
24212 (delete_locales_from_archive): Likewise.
24213 (add_locales_to_archive): Likewise.
24214 * locale/programs/locfile.c (write_all_categories): Likewise.
24215
3c8325fb
JM
242162013-10-18 Joseph Myers <joseph@codesourcery.com>
24217 Aldy Hernandez <aldyh@redhat.com>
24218
24219 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24220 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24221 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24222 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24223 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24224 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24225 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24226 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24227 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24228 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24229 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24230 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24231 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24232 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24233 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24234 Likewise.
24235 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24236 Likewise.
24237 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24238 Likewise.
24239 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24240 Likewise.
24241 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24242 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24243 Likewise.
24244 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24245 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24246 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24247 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24248 Likewise.
24249 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24250 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24251 * sysdeps/powerpc/preconfigure: Likewise.
24252 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24253 Likewise.
24254 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24255 Replace contents of file by #include of <fenv_libc.h>.
24256 * sysdeps/powerpc/soft-fp/sfp-machine.h
24257 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24258 and <sys/prctl.h>.
24259 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24260 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24261 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24262 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24263 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24264 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24265 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24266 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24267 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24268 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24269 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24270 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24271 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24272 Allow copysignl PLT reference to be missing.
24273
5abe0682
RS
242742013-10-18 Richard Sandiford <richard@codesourcery.com>
24275 Joseph Myers <joseph@codesourcery.com
24276
24277 [BZ #15948]
24278 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24279 single character.
24280 (add_to_tablewc): Assert sequence of wide characters is nonempty.
24281
c7738d08
SP
242822013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
24283
24284 * elf/tst-tls-dlinfo.c: Don't include tls.h.
24285 * elf/tst-tls1.c: Likewise.
24286 * elf/tst-tls10.h: Likewise.
24287 * elf/tst-tls14.c: Likewise.
24288 * elf/tst-tls2.c: Likewise.
24289 * elf/tst-tls3.c: Likewise.
24290 * elf/tst-tls4.c: Likewise.
24291 * elf/tst-tls5.c: Likewise.
24292 * elf/tst-tls6.c: Likewise.
24293 * elf/tst-tls7.c: Likewise.
24294 * elf/tst-tls8.c: Likewise.
24295 * elf/tst-tls9.c: Likewise.
24296 * elf/tst-tlsmod1.c: Likewise.
24297 * elf/tst-tlsmod13.c: Likewise.
24298 * elf/tst-tlsmod13a.c: Likewise.
24299 * elf/tst-tlsmod14a.c: Likewise.
24300 * elf/tst-tlsmod16a.c: Likewise.
24301 * elf/tst-tlsmod16b.c: Likewise.
24302 * elf/tst-tlsmod2.c: Likewise.
24303 * elf/tst-tlsmod3.c: Likewise.
24304 * elf/tst-tlsmod4.c: Likewise.
24305 * elf/tst-tlsmod5.c: Likewise.
24306 * elf/tst-tlsmod6.c: Likewise.
24307
0bfcf2c7
OB
243082013-10-18 Ondřej Bílka <neleai@seznam.cz>
24309
24310 [BZ #12486]
24311 * malloc/malloc.c: remove checks for statistics.
24312
264aad1e
OB
243132013-10-17 Ondřej Bílka <neleai@seznam.cz>
24314
24315 [BZ #15277]
24316 * inet/inet_net.c (inet_network): Detect additional invalid strings.
24317 * inet/tst-network.c: Add testcase.
24318
b957ced8
AS
243192013-10-17 Andreas Schwab <schwab@suse.de>
24320
24321 [BZ #15218]
24322 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
24323 to determine canonical name.
24324
c5d5d574
OB
243252013-10-17 Ondřej Bílka <neleai@seznam.cz>
24326
24327 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
24328 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
24329 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
24330 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
24331 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
24332 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
24333 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
24334 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
24335 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
24336 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
24337 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24338 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
24339 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24340 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
24341 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
24342 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
24343 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
24344 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
24345 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
24346 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
24347 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
24348 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
24349 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24350 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
24351 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
24352 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
24353 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
24354 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
24355 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
24356 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
24357 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24358 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24359 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24360 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24361 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24362 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24363 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24364 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24365 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24366 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24367 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24368 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24369 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24370 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24371 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24372 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24373 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24374 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24375 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24376 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24377 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24378 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24379 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24380 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24381 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24382 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24383 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24384 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24385
e5c2c2d0
JM
243862013-10-17 Joseph Myers <joseph@codesourcery.com>
24387
24388 [BZ #16041]
24389 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24390 make result into a quiet NaN.
24391
51ca9e29
JM
243922013-10-16 Joseph Myers <joseph@codesourcery.com>
24393
24394 * soft-fp/adddf3.c: Fix horizontal whitespace.
24395 * soft-fp/addsf3.c: Likewise.
24396 * soft-fp/addtf3.c: Likewise.
24397 * soft-fp/divdf3.c: Likewise.
24398 * soft-fp/divsf3.c: Likewise.
24399 * soft-fp/divtf3.c: Likewise.
24400 * soft-fp/double.h: Likewise.
24401 * soft-fp/eqdf2.c: Likewise.
24402 * soft-fp/eqsf2.c: Likewise.
24403 * soft-fp/eqtf2.c: Likewise.
24404 * soft-fp/extenddftf2.c: Likewise.
24405 * soft-fp/extended.h: Likewise.
24406 * soft-fp/extendsfdf2.c: Likewise.
24407 * soft-fp/extendsftf2.c: Likewise.
24408 * soft-fp/extendxftf2.c: Likewise.
24409 * soft-fp/fixdfdi.c: Likewise.
24410 * soft-fp/fixdfsi.c: Likewise.
24411 * soft-fp/fixdfti.c: Likewise.
24412 * soft-fp/fixsfdi.c: Likewise.
24413 * soft-fp/fixsfsi.c: Likewise.
24414 * soft-fp/fixsfti.c: Likewise.
24415 * soft-fp/fixtfdi.c: Likewise.
24416 * soft-fp/fixtfsi.c: Likewise.
24417 * soft-fp/fixtfti.c: Likewise.
24418 * soft-fp/fixunsdfdi.c: Likewise.
24419 * soft-fp/fixunsdfsi.c: Likewise.
24420 * soft-fp/fixunsdfti.c: Likewise.
24421 * soft-fp/fixunssfdi.c: Likewise.
24422 * soft-fp/fixunssfsi.c: Likewise.
24423 * soft-fp/fixunssfti.c: Likewise.
24424 * soft-fp/fixunstfdi.c: Likewise.
24425 * soft-fp/fixunstfsi.c: Likewise.
24426 * soft-fp/fixunstfti.c: Likewise.
24427 * soft-fp/floatdidf.c: Likewise.
24428 * soft-fp/floatdisf.c: Likewise.
24429 * soft-fp/floatditf.c: Likewise.
24430 * soft-fp/floatsidf.c: Likewise.
24431 * soft-fp/floatsisf.c: Likewise.
24432 * soft-fp/floatsitf.c: Likewise.
24433 * soft-fp/floattidf.c: Likewise.
24434 * soft-fp/floattisf.c: Likewise.
24435 * soft-fp/floattitf.c: Likewise.
24436 * soft-fp/floatundidf.c: Likewise.
24437 * soft-fp/floatundisf.c: Likewise.
24438 * soft-fp/floatunditf.c: Likewise.
24439 * soft-fp/floatunsidf.c: Likewise.
24440 * soft-fp/floatunsisf.c: Likewise.
24441 * soft-fp/floatunsitf.c: Likewise.
24442 * soft-fp/floatuntidf.c: Likewise.
24443 * soft-fp/floatuntisf.c: Likewise.
24444 * soft-fp/floatuntitf.c: Likewise.
24445 * soft-fp/fmadf4.c: Likewise.
24446 * soft-fp/fmasf4.c: Likewise.
24447 * soft-fp/fmatf4.c: Likewise.
24448 * soft-fp/gedf2.c: Likewise.
24449 * soft-fp/gesf2.c: Likewise.
24450 * soft-fp/getf2.c: Likewise.
24451 * soft-fp/ledf2.c: Likewise.
24452 * soft-fp/lesf2.c: Likewise.
24453 * soft-fp/letf2.c: Likewise.
24454 * soft-fp/muldf3.c: Likewise.
24455 * soft-fp/mulsf3.c: Likewise.
24456 * soft-fp/multf3.c: Likewise.
24457 * soft-fp/negdf2.c: Likewise.
24458 * soft-fp/negsf2.c: Likewise.
24459 * soft-fp/negtf2.c: Likewise.
24460 * soft-fp/op-1.h: Likewise.
24461 * soft-fp/op-2.h: Likewise.
24462 * soft-fp/op-4.h: Likewise.
24463 * soft-fp/op-8.h: Likewise.
24464 * soft-fp/op-common.h: Likewise.
24465 * soft-fp/quad.h: Likewise.
24466 * soft-fp/single.h: Likewise.
24467 * soft-fp/soft-fp.h: Likewise.
24468 * soft-fp/sqrtdf2.c: Likewise.
24469 * soft-fp/sqrtsf2.c: Likewise.
24470 * soft-fp/sqrttf2.c: Likewise.
24471 * soft-fp/subdf3.c: Likewise.
24472 * soft-fp/subsf3.c: Likewise.
24473 * soft-fp/subtf3.c: Likewise.
24474 * soft-fp/truncdfsf2.c: Likewise.
24475 * soft-fp/trunctfdf2.c: Likewise.
24476 * soft-fp/trunctfsf2.c: Likewise.
24477 * soft-fp/trunctfxf2.c: Likewise.
24478 * soft-fp/unorddf2.c: Likewise.
24479 * soft-fp/unordsf2.c: Likewise.
24480 * soft-fp/unordtf2.c: Likewise.
24481
9ebb0332
JM
244822013-10-15 Joseph Myers <joseph@codesourcery.com>
24483
24484 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24485 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24486
4b1a6d8b
OB
244872013-10-15 Ondřej Bílka <neleai@seznam.cz>
24488
24489 * elf/dl-libc.c: Clear initfini list after freeing.
24490
1e145589
JM
244912013-10-14 Joseph Myers <joseph@codesourcery.com>
24492
24493 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24494 * soft-fp/addsf3.c: Likewise.
24495 * soft-fp/addtf3.c: Likewise.
24496 * soft-fp/divdf3.c: Likewise.
24497 * soft-fp/divsf3.c: Likewise.
24498 * soft-fp/divtf3.c: Likewise.
24499 * soft-fp/double.h: Likewise.
24500 * soft-fp/eqdf2.c: Likewise.
24501 * soft-fp/eqsf2.c: Likewise.
24502 * soft-fp/eqtf2.c: Likewise.
24503 * soft-fp/extenddftf2.c: Likewise.
24504 * soft-fp/extended.h: Likewise.
24505 * soft-fp/extendsfdf2.c: Likewise.
24506 * soft-fp/extendsftf2.c: Likewise.
24507 * soft-fp/extendxftf2.c: Likewise.
24508 * soft-fp/fixdfdi.c: Likewise.
24509 * soft-fp/fixdfsi.c: Likewise.
24510 * soft-fp/fixdfti.c: Likewise.
24511 * soft-fp/fixsfdi.c: Likewise.
24512 * soft-fp/fixsfsi.c: Likewise.
24513 * soft-fp/fixsfti.c: Likewise.
24514 * soft-fp/fixtfdi.c: Likewise.
24515 * soft-fp/fixtfsi.c: Likewise.
24516 * soft-fp/fixtfti.c: Likewise.
24517 * soft-fp/fixunsdfdi.c: Likewise.
24518 * soft-fp/fixunsdfsi.c: Likewise.
24519 * soft-fp/fixunsdfti.c: Likewise.
24520 * soft-fp/fixunssfdi.c: Likewise.
24521 * soft-fp/fixunssfsi.c: Likewise.
24522 * soft-fp/fixunssfti.c: Likewise.
24523 * soft-fp/fixunstfdi.c: Likewise.
24524 * soft-fp/fixunstfsi.c: Likewise.
24525 * soft-fp/fixunstfti.c: Likewise.
24526 * soft-fp/floatdidf.c: Likewise.
24527 * soft-fp/floatdisf.c: Likewise.
24528 * soft-fp/floatditf.c: Likewise.
24529 * soft-fp/floatsidf.c: Likewise.
24530 * soft-fp/floatsisf.c: Likewise.
24531 * soft-fp/floatsitf.c: Likewise.
24532 * soft-fp/floattidf.c: Likewise.
24533 * soft-fp/floattisf.c: Likewise.
24534 * soft-fp/floattitf.c: Likewise.
24535 * soft-fp/floatundidf.c: Likewise.
24536 * soft-fp/floatundisf.c: Likewise.
24537 * soft-fp/floatunsidf.c: Likewise.
24538 * soft-fp/floatunsisf.c: Likewise.
24539 * soft-fp/floatuntidf.c: Likewise.
24540 * soft-fp/floatuntisf.c: Likewise.
24541 * soft-fp/floatuntitf.c: Likewise.
24542 * soft-fp/fmadf4.c: Likewise.
24543 * soft-fp/fmasf4.c: Likewise.
24544 * soft-fp/fmatf4.c: Likewise.
24545 * soft-fp/gedf2.c: Likewise.
24546 * soft-fp/gesf2.c: Likewise.
24547 * soft-fp/getf2.c: Likewise.
24548 * soft-fp/ledf2.c: Likewise.
24549 * soft-fp/lesf2.c: Likewise.
24550 * soft-fp/letf2.c: Likewise.
24551 * soft-fp/muldf3.c: Likewise.
24552 * soft-fp/mulsf3.c: Likewise.
24553 * soft-fp/multf3.c: Likewise.
24554 * soft-fp/negdf2.c: Likewise.
24555 * soft-fp/negsf2.c: Likewise.
24556 * soft-fp/negtf2.c: Likewise.
24557 * soft-fp/op-1.h: Likewise.
24558 * soft-fp/op-2.h: Likewise.
24559 * soft-fp/op-4.h: Likewise.
24560 * soft-fp/op-8.h: Likewise.
24561 * soft-fp/op-common.h: Likewise.
24562 * soft-fp/quad.h: Likewise.
24563 * soft-fp/single.h: Likewise.
24564 * soft-fp/soft-fp.h: Likewise.
24565 * soft-fp/sqrtdf2.c: Likewise.
24566 * soft-fp/sqrtsf2.c: Likewise.
24567 * soft-fp/sqrttf2.c: Likewise.
24568 * soft-fp/subdf3.c: Likewise.
24569 * soft-fp/subsf3.c: Likewise.
24570 * soft-fp/subtf3.c: Likewise.
24571 * soft-fp/truncdfsf2.c: Likewise.
24572 * soft-fp/trunctfdf2.c: Likewise.
24573 * soft-fp/trunctfsf2.c: Likewise.
24574 * soft-fp/trunctfxf2.c: Likewise.
24575 * soft-fp/unorddf2.c: Likewise.
24576 * soft-fp/unordsf2.c: Likewise.
24577 * soft-fp/unordtf2.c: Likewise.
24578
17c48a60
OB
245792013-10-14 Ondřej Bílka <neleai@seznam.cz>
24580
24581 [BZ #15672]
24582 * misc/error.c (error_tail): Fix possible buffer overflow.
24583
cabba934
OB
245842013-10-14 Aurelien Jarno <aurelien@aurel32.net>
24585
24586 [BZ #13028]
24587 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24588 address.
24589
94bf958a
PM
245902013-10-14 P. J. McDermott <pj@pehjota.net>
24591
24592 [BZ #832]
24593 * elf/ldd.bash.in (try_trace): New function. Delete previous code
24594 testing pipefail option.
24595
71b4dea7
JM
245962013-10-12 Joseph Myers <joseph@codesourcery.com>
24597
24598 * soft-fp/double.h: Indent preprocessor directives inside #if.
24599 * soft-fp/extended.h: Likewise.
24600 * soft-fp/op-2.h: Likewise.
24601 * soft-fp/op-4.h: Likewise.
24602 * soft-fp/op-common.h: Likewise.
24603 * soft-fp/quad.h: Likewise.
24604 * soft-fp/single.h: Likewise.
24605 * soft-fp/soft-fp.h: Likewise.
24606
55602758
YC
246072013-10-12 Yuri Chornoivan <yurchor@ukr.net>
24608
24609 * iconv/iconv_prog.c: Fix typos.
24610 * stdio-common/psiginfo-data.h: Likewise.
24611
9cd83302
RT
246122013-10-12 Reuben Thomas <rrt@sc3d.org>
24613
24614 [BZ #15764]
24615 * locale/setlocale.c: Fix typo.
24616
99fd9f47
JM
246172013-10-12 Joseph Myers <joseph@codesourcery.com>
24618
b7ea74f0
JM
24619 [BZ #16036]
24620 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24621 signaling NaN arguments.
24622 * soft-fp/unordsf2.c (__unordsf2): Likewise.
24623 * soft-fp/unordtf2.c (__unordtf2): Likewise.
24624
8a509447
JM
24625 [BZ #14910]
24626 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24627 unordered operands.
24628 * soft-fp/gesf2.c (__gesf2): Likewise.
24629 * soft-fp/getf2.c (__getf2): Likewise.
24630 * soft-fp/ledf2.c (__ledf2): Likewise.
24631 * soft-fp/lesf2.c (__lesf2): Likewise.
24632 * soft-fp/letf2.c (__letf2): Likewise.
24633
98998e9f
JM
24634 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24635 * soft-fp/eqsf2.c (__eqsf2): Likewise.
24636 * soft-fp/eqtf2.c (__eqtf2): Likewise.
24637 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24638 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24639 * soft-fp/fixdfti.c (__fixdfti): Likewise.
24640 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24641 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24642 * soft-fp/fixsfti.c (__fixsfti): Likewise.
24643 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24644 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24645 * soft-fp/fixtfti.c (__fixtfti): Likewise.
24646 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24647 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24648 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24649 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24650 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24651 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24652 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24653 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24654 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24655 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24656 * soft-fp/floatdisf.c (__floatdisf): Likewise.
24657 * soft-fp/floatsisf.c (__floatsisf): Likewise.
24658 * soft-fp/floattidf.c (__floattidf): Likewise.
24659 * soft-fp/floattisf.c (__floattisf): Likewise.
24660 * soft-fp/floattitf.c (__floattitf): Likewise.
24661 * soft-fp/floatundidf.c (__floatundidf): Likewise.
24662 * soft-fp/floatundisf.c (__floatundisf): Likewise.
24663 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24664 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24665 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24666 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24667 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24668 * soft-fp/gesf2.c (__gesf2): Likewise.
24669 * soft-fp/getf2.c (__getf2): Likewise.
24670 * soft-fp/ledf2.c (__ledf2): Likewise.
24671 * soft-fp/lesf2.c (__lesf2): Likewise.
24672 * soft-fp/letf2.c (__letf2): Likewise.
24673
8edc4a11
JM
24674 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24675 Undefine and redefine.
24676 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24677 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24678 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24679 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24680 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24681 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24682 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24683 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24684 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24685 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24686 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24687 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24688 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24689 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24690 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24691
8399acaf
JM
24692 [BZ #16032]
24693 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24694 without decrementing exponent if mantissa >= that for the
24695 denominator, not >.
24696 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24697 denominator, not >. Decrement exponent in < case instead of
24698 incrementing in >= case.
24699 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24700 without decrementing exponent if mantissa >= that for the
24701 denominator, not >.
24702
99fd9f47
JM
24703 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24704 computing saturated result for unsigned overflow.
24705
10e1cf6b
SP
247062013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
24707 Jeff Law <law@redhat.com>
24708
24709 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24710 (atan2Mp): Add systemtap probe marker.
24711 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24712 (__ieee754_log): Add systemtap probe marker.
24713 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24714 (atanMp): Add systemtap probe marker.
24715 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24716 (tanMp): Add systemtap probe marker.
24717 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24718 (__slowexp): Add systemtap probe marker.
24719 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24720 (__slowpow): Add systemtap probe marker.
24721 * manual/probes.texi: Document probes.
24722
3d110c7c
EB
247232013-10-11 Eric Biggers <ebiggers3@gmail.com>
24724
24725 [BZ #15362]
24726 * libio/fileops.c (_IO_new_file_write): Return count of bytes
24727 written.
24728 (_IO_new_file_xsputn): Don't return EOF if nothing has been
24729 written.
24730 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24731 written to buffer but not flushed.
24732 * libio/iofwrite_u.c: Likewise.
24733 * libio/iopadn.c: Return bytes returned even if EOF was
24734 encountered.
24735 * libio/iowpadn.c: Likewise.
24736 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24737 if _IO_padn does not write the whole buffer.
24738 [!COMPILE_WPRINTF] (PAD): Likewise.
24739
75b4202a
DM
247402013-10-10 David S. Miller <davem@davemloft.net>
24741
24742 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24743 directory block.
24744
6c6352e6
JM
247452013-10-10 Joseph Myers <joseph@codesourcery.com>
24746
33b853c3
JM
24747 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
24748 instead of FSF address.
24749 * soft-fp/fixdfti.c: Likewise.
24750 * soft-fp/fixsfti.c: Likewise.
24751 * soft-fp/fixtfti.c: Likewise.
24752 * soft-fp/fixunsdfti.c: Likewise.
24753 * soft-fp/fixunssfti.c: Likewise.
24754 * soft-fp/fixunstfti.c: Likewise.
24755 * soft-fp/floattidf.c: Likewise.
24756 * soft-fp/floattisf.c: Likewise.
24757 * soft-fp/floattitf.c: Likewise.
24758 * soft-fp/floatuntidf.c: Likewise.
24759 * soft-fp/floatuntisf.c: Likewise.
24760 * soft-fp/floatuntitf.c: Likewise.
24761 * soft-fp/trunctfxf2.c: Likewise.
24762
6c6352e6
JM
24763 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
24764 * soft-fp/fixdfti.c: Likewise.
24765 * soft-fp/fixsfti.c: Likewise.
24766 * soft-fp/fixtfti.c: Likewise.
24767 * soft-fp/fixunsdfti.c: Likewise.
24768 * soft-fp/fixunssfti.c: Likewise.
24769 * soft-fp/fixunstfti.c: Likewise.
24770 * soft-fp/floattidf.c: Likewise.
24771 * soft-fp/floattisf.c: Likewise.
24772 * soft-fp/floattitf.c: Likewise.
24773 * soft-fp/floatuntidf.c: Likewise.
24774 * soft-fp/floatuntisf.c: Likewise.
24775 * soft-fp/floatuntitf.c: Likewise.
24776 * soft-fp/trunctfxf2.c: Likewise.
24777
3bf78b71
DM
247782013-10-10 David S. Miller <davem@davemloft.net>
24779
24780 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24781
6f10289e
JM
247822013-10-10 Joseph Myers <joseph@codsourcery.com>
24783
bd878fc0
JM
24784 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24785 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24786 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24787 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24788 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24789 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24790 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24791
6f10289e
JM
24792 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24793 for NaNs before doing comparisons on argument.
24794 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24795 Likewise.
24796
321e2684
WN
247972013-10-10 Will Newton <will.newton@linaro.org>
24798
24799 * malloc/hooks.c (memalign_check): Ensure the value of bytes
24800 passed to _int_memalign does not overflow.
24801
40fefba1
TR
248022013-10-10 Torvald Riegel <triegel@redhat.com>
24803
24804 * scripts/bench.pl: Add include-sources directive.
24805 * benchtests/README: Update documentation.
24806
2ae21ed2
JM
248072013-10-10 Joseph Myers <joseph@codesourcery.com>
24808
dcc2dd3f
JM
24809 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24810 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24811 instead of FP_INIT_ROUNDMODE.
24812 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24813 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24814
2ae21ed2
JM
24815 [BZ #16034]
24816 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
24817 copy class of input value.
24818 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
24819 not handle exceptions.
24820 * soft-fp/negsf2.c (__negsf2): Likewise.
24821 * soft-fp/negtf2.c (__negtf2): Likewise.
24822 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24823
cb8f9562
JM
248242013-10-09 Joseph Myers <joseph@codesourcery.com>
24825
24826 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24827 semicolon. From Linux kernel.
24828
5b60c59d
AB
248292013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
24830
24831 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24832
b86835ca
YC
248332013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
24834
24835 [BZ #156]
24836 * manual/socket.texi: Added statement about buffer
24837 for gethostbyname2_r.
24838
e7044ea7
OB
248392013-10-08 Ondřej Bílka <neleai@seznam.cz>
24840
24841 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24842 Use .p2align directive instead, throughout.
24843 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24844 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24845 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24846 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24847 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24848 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24849 * sysdeps/x86_64/strchr.S: Likewise.
24850 * sysdeps/x86_64/strrchr.S: Likewise.
24851
09544cbc
SP
248522013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
24853
88576635
SP
24854 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24855
e7b2d1dd
SP
24856 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24857
09544cbc
SP
24858 * sysdeps/generic/math_private.h (__mpsin1): Remove
24859 declaration.
24860 (__mpcos1): Likewise.
24861 (__mpsin): New argument __range_reduce.
24862 (__mpcos): Likewise.
24863 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24864 (slow): Use __mpsin and __mpcos.
24865 (slow1): Likewise.
24866 (slow2): Likewise.
24867 (sloww): Likewise.
24868 (sloww1): Likewise.
24869 (sloww2): Likewise.
24870 (bsloww): Likewise.
24871 (bsloww1): Likewise.
24872 (bsloww2): Likewise.
24873 (cslow2): Likewise.
24874 (csloww): Likewise.
24875 (csloww1): Likewise.
24876 (csloww2): Likewise.
24877 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24878 range_reduce. Merge in __mpsin1.
24879 (__mpcos): Likewise.
24880 (__mpsin1): Remove.
24881 (__mpcos1): Likewise.
24882
7602d070
JM
248832013-10-07 Joseph Myers <joseph@codesourcery.com>
24884
24885 * locale/loadlocale.c (_nl_intern_locale_data): Use
24886 LOCFILE_ALIGNED_P.
24887 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24888 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24889 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24890 obstack data is appropriately aligned.
24891 (obstack_int32_grow_fast): Likewise.
24892 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24893 * locale/programs/locfile.c (add_locale_uint32): Likewise.
24894 (add_locale_uint32_array): Likewise.
24895
a357259b
SP
248962013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
24897
24898 * benchtests/Makefile: Remove ARGLIST and RET variables.
24899 ($(objpfx)bench-%.c): Pass only function name to the script.
24900 * benchtests/README: Update documentation.
24901 * benchtests/acos-inputs: Add new directives.
24902 * benchtests/acosh-inputs: Likewise.
24903 * benchtests/asin-inputs: Likewise.
24904 * benchtests/asinh-inputs: Likewise.
24905 * benchtests/atan-inputs: Likewise.
24906 * benchtests/atanh-inputs: Likewise.
24907 * benchtests/cos-inputs: Likewise.
24908 * benchtests/cosh-inputs: Likewise.
24909 * benchtests/exp-inputs: Likewise.
24910 * benchtests/log-inputs: Likewise.
24911 * benchtests/pow-inputs: Likewise.
24912 * benchtests/rint-inputs: Likewise.
24913 * benchtests/sin-inputs: Likewise.
24914 * benchtests/sinh-inputs: Likewise.
24915 * benchtests/tan-inputs: Likewise.
24916 * benchtests/tanh-inputs: Likewise.
24917 * scripts/bench.pl: Add support for new directives.
24918
9ec1b13d
AM
249192013-10-07 Alan Modra <amodra@gmail.com>
24920
24921 * README: Fix careless merge.
24922
8b7d57cd
AM
249232013-10-05 Alan Modra <amodra@gmail.com>
24924
24925 * NEWS: Mention powerpc64le support and bugs fixed.
24926 * README: Both big-endian and little-endian powerpc64 supported.
24927
7b7bab13
ST
249282013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
24929
57f41c40
AS
24930 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24931 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
24932 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24933 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24934
d39baad1
RA
249352013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
24936
24937 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24938 match prototype.
24939
cd78f7e7
JM
249402013-10-04 Joseph Myers <joseph@codesourcery.com>
24941
29d73d86
JM
24942 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24943 Move -mhard-float appending from
24944 ports/sysdeps/powerpc/powerpc32/Makefile.
24945 [$(with-fp) = yes] (ASFLAGS): Likewise.
24946 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24947 * sysdeps/powerpc/nofpu: Move directory from
24948 ports/sysdeps/powerpc/nofpu.
24949 * sysdeps/powerpc/soft-fp: Move directory from
24950 ports/sysdeps/powerpc/soft-fp.
24951 * sysdeps/powerpc/powerpc32/405: Move directory from
24952 ports/sysdeps/powerpc/powerpc32/405.
24953 * sysdeps/powerpc/powerpc32/440: Move directory from
24954 ports/sysdeps/powerpc/powerpc32/440.
24955 * sysdeps/powerpc/powerpc32/464: Move directory from
24956 ports/sysdeps/powerpc/powerpc32/464.
24957 * sysdeps/powerpc/powerpc32/476: Move directory from
24958 ports/sysdeps/powerpc/powerpc32/476.
24959 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24960 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24961 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24962 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24963 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24964 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24965 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24966 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24967 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24968 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24969 * README: Update for powerpc-*-linux-gnu software floating point
24970 support in libc.
24971
e246b347
JM
24972 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24973 case to powerpc/powerpc32*.
24974 * sysdeps/unix/sysv/linux/configure: Regenerated.
24975
89c2003e
JM
24976 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24977 (_FPU_MASK_OM): Define as 0x04.
24978 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24979 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24980 0x00c10080.
24981 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24982 0x0000003c.
24983 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24984
cd78f7e7
JM
24985 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24986 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24987 getcontext_e500.
24988 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24989 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24990 setcontext_e500.
24991 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24992 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24993 and setcontext_e500.
24994
c755294d
CL
249952013-10-04 Chris Leonard <cjl@sugarlabs,.org>
24996
24997 * locale/iso-3166.def: Update iso-1366.def and related occurrences
24998
e16d221c
SP
249992013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
25000
25001 * manual/threads.texi (Default Thread Attributes): Fix typo.
25002
215c7d43
WN
250032013-10-04 Will Newton <will.newton@linaro.org>
25004
25005 * malloc/Makefile: Add tst-memalign.
25006 * malloc/tst-memalign.c: New file.
25007
27d0461b
WN
25008 * malloc/tst-posix_memalign.c: Add comments.
25009 (do_test): Add comments and call free on all potentially
25010 allocated pointers. Add space after cast.
25011
1bc92709
WN
25012 * malloc/tst-pvalloc.c: Add comments.
25013 (do_test): Add comments and call free on all potentially
25014 allocated pointers. Remove duplicate check for NULL pointer.
25015 Add space after cast.
25016
66a9be9d
WN
25017 * malloc/tst-valloc.c: Add comments.
25018 (do_test): Add comments and call free on all potentially
25019 allocated pointers. Remove duplicate check for NULL pointer.
25020 Add space after cast.
25021
4cb81307
AM
250222013-10-04 Alan Modra <amodra@gmail.com>
25023
25024 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25025 Use stdint types in rather than __attribute__((mode())).
25026 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25027
f8e3e9f3
AM
250282013-10-04 Alan Modra <amodra@gmail.com>
25029
25030 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25031 Correct handling of unaligned relocs for little-endian.
25032 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25033
8f9ebb08
AM
250342013-10-04 Alan Modra <amodra@gmail.com>
25035
25036 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
25037 * configure: Regenerate.
25038 * nptl/shlib-versions: Powerpc*le starts at 2.18.
25039 * shlib-versions: Likewise.
25040
0edf96c2
AM
250412013-10-04 Alan Modra <amodra@gmail.com>
25042
25043 * string/tester.c (test_memrchr): Increment reported test cycle.
25044
e0f7a380
AM
250452013-10-04 Alan Modra <amodra@gmail.com>
25046
25047 * string/test-memcpy.c (do_one_test): When reporting errors, print
25048 string address and don't overrun end of string.
25049
466b0393
AM
250502013-10-04 Alan Modra <amodra@gmail.com>
25051
25052 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
25053 insrdi. Make better use of reg selection to speed exit slightly.
25054 Schedule entry path a little better. Remove useless "are we done"
25055 checks on entry to main loop. Handle wrapping around zero address.
25056 Correct main loop count. Handle single left-over word from main
25057 loop inline rather than by using loop_small. Remove extra word
25058 case in loop_small caused by wrong loop count. Add little-endian
25059 support.
25060 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25061 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
25062 cache hint.
25063 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25064 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
25065 support. Avoid rlwimi.
25066 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
25067
3be87c77
AM
250682013-10-04 Alan Modra <amodra@gmail.com>
25069
25070 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 25071 insrdi. Formatting.
3be87c77
AM
25072 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
25073 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25074 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
25075 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25076 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25077 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
25078
759cfef3
AM
250792013-10-04 Alan Modra <amodra@gmail.com>
25080
25081 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
25082 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25083 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
25084 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
25085 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25086 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25087 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25088 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
25089 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
25090 use of regs. Use power7 mtocrf. Tidy function tails.
25091
fe6e95d7
AM
250922013-10-04 Alan Modra <amodra@gmail.com>
25093
25094 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
25095 Formatting. Consistently use rXXX register defines or rN defines.
25096 Use early exit labels that avoid restoring unused non-volatile regs.
25097 Make cr field use more consistent with rWORDn compares. Rename
25098 regs used as shift registers for unaligned loop, using rN defines
25099 for short lifetime/multiple use regs.
25100 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25101 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
25102 addi 1,1,64 to pop stack frame. Simplify return value code.
25103 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25104
664318c3
AM
251052013-10-04 Alan Modra <amodra@gmail.com>
25106
25107 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
25108 support. Correct typos, formatting. Optimize tail. Use insrdi
25109 rather than rlwimi.
25110 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
25111 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
25112 little-endian support. Correct typos.
25113 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
25114 rather than rlwimi.
25115 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
25116 in loop and entry code to keep "and." results.
25117 (strchr): Add little-endian support. Comment. Move cntlzd
25118 earlier in tail.
25119 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
25120
43b84013
AM
251212013-10-04 Alan Modra <amodra@gmail.com>
25122
25123 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
25124 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
25125 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
25126 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
25127
8a7413f9
AM
251282013-10-04 Alan Modra <amodra@gmail.com>
25129
25130 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
25131 (rTMP): Define as r11.
25132 (strcmp): Add little-endian support. Optimise tail.
25133 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
25134 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25135 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25136 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25137 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25138 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25139 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25140
33ee81de
AM
251412013-10-04 Alan Modra <amodra@gmail.com>
25142
25143 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
25144 little-endian support. Remove unnecessary "are we done" tests.
25145 Handle "s" wrapping around zero and extremely large "size".
25146 Correct main loop count. Handle single left-over word from main
25147 loop inline rather than by using small_loop. Correct comments.
25148 Delete "zero" tail, use "end_max" instead.
25149 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
25150
db9b4570
AM
251512013-10-04 Alan Modra <amodra@gmail.com>
25152
25153 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
25154 support. Don't branch over align.
25155 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
25156 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
25157 support. Rearrange tmp reg use to suit. Comment.
25158 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
25159
f7c399cf
AM
251602013-10-04 Alan Modra <amodra@gmail.com>
25161
25162 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
25163
0b2c2ace
AM
251642013-10-04 Alan Modra <amodra@gmail.com>
25165
25166 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
25167 conditional form of branch and link when obtaining pc.
25168 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
25169
02f04a6c
AM
251702013-10-04 Alan Modra <amodra@gmail.com>
25171
25172 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
25173 HIWORD/LOWORD.
25174 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
25175 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
25176
9b874b2f
AM
251772013-10-04 Alan Modra <amodra@gmail.com>
25178
25179 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
25180 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
25181 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
25182 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
25183 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25184 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25185 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
25186 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25187 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
25188 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
25189
be1e5d31
AB
251902013-10-04 Anton Blanchard <anton@au1.ibm.com>
25191 Alistair Popple <alistair@ozlabs.au.ibm.com>
25192 Alan Modra <amodra@gmail.com>
25193
25194 [BZ #15723]
25195 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
25196 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
25197 _dl_hwcap access for little-endian.
25198 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
25199 destroy vmx regs when saving unaligned.
25200 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
25201 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
25202 destroy vmx regs when saving unaligned.
25203
fef13a78
AM
252042013-10-04 Alan Modra <amodra@gmail.com>
25205
25206 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25207 Don't use a union to pack hi/low value.
25208
76a66d51
AB
252092013-10-04 Anton Blanchard <anton@au1.ibm.com>
25210
25211 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25212 for little-endian.
25213 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25214 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25215 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25216 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25217 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25218
6a31fe7f
AM
252192013-10-04 Alan Modra <amodra@gmail.com>
25220
25221 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25222 constants to usual value for .cst8 section, and remove redundant
25223 high address load.
25224 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25225 constant for 0x1p52. Load little-endian words of double from
25226 correct stack offsets.
25227
7b88401f
AM
252282013-10-04 Alan Modra <amodra@gmail.com>
25229
25230 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25231 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25232 words of double from correct stack offsets.
25233 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25234 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25235 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25236 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25237 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25238 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25239 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25240 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25241 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25242 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25243 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25244 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25245 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25246 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25247 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25248 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25249 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25250
9c008155
AM
252512013-10-04 Alan Modra <amodra@gmail.com>
25252
25253 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25254 64-bit int/double union.
25255 (_FPU_SETCW): Likewise.
25256 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25257 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25258
da13146d
AM
252592013-10-04 Alan Modra <amodra@gmail.com>
25260
25261 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25262 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25263
603e8410
AM
252642013-10-04 Alan Modra <amodra@gmail.com>
25265
25266 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25267 use vector int constants.
25268 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25269
4a28b3ca
AB
252702013-10-04 Anton Blanchard <anton@au1.ibm.com>
25271
25272 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25273 array with long long.
25274 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25275 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25276 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25277 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25278 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25279 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25280 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25281 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25282 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25283 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25284 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25285 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
25286 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
25287
2ca85d2b
AB
252882013-10-04 Anton Blanchard <anton@au1.ibm.com>
25289
25290 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
25291 (__signbit): Likewise. Correct for little-endian.
25292 (__signbitl): Call __signbit.
25293 (lrint): Correct for little-endian.
25294 (lrintf): Call lrint.
25295
62a728ae
AM
252962013-10-04 Alan Modra <amodra@gmail.com>
25297
25298 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
25299 union 32-bit int array member with 64-bit int array.
25300 (t515, tm256): Double rather than long double.
25301 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
25302
32c301df
AM
253032013-10-04 Alan Modra <amodra@gmail.com>
25304
25305 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
25306 Delete.
25307 (IEEE854_LONG_DOUBLE_BIAS): Delete.
25308 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
25309 version of math_ldbl.h.
25310
650ef4bd
AM
253112013-10-04 Alan Modra <amodra@gmail.com>
25312
25313 [BZ #15734], [BZ #15735]
25314 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
25315 all uses of ieee875 long double macros and unions. Simplify test
25316 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
25317 ldbl_extract_mantissa value for ix,iy exponents. Properly
25318 normalize after ldbl_extract_mantissa, and don't add hidden bit
25319 already handled. Don't treat low word of ieee854 mantissa like
25320 low word of IBM long double and mask off bit when testing for
25321 zero.
25322 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
25323 all uses of ieee875 long double macros and unions. Simplify tests
25324 for 0.0L and inf. Correct double adjustment of k. Delete dead code
25325 adjusting ha,hb. Simplify code setting kld. Delete two600 and
25326 two1022, instead use their values. Recognise that tests for large
25327 "a" and small "b" are mutually exclusive. Rename vars. Comment.
25328 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
25329 Rewrite all uses of ieee875 long double macros and unions. Simplify
25330 test for 0.0L and nan. Correct negation.
25331 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
25332 ieee875 long double macros and unions. Correct output for large
25333 magnitude x. Correct absolute value calculation.
25334 (__erfcl): Likewise.
25335 * math/libm-test.inc: Add tests for errors discovered in IBM long
25336 double versions of fmodl, remainderl, erfl and erfcl.
25337
765714ca
AM
253382013-10-04 Alan Modra <amodra@gmail.com>
25339
25340 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
25341 all uses of ieee854 long double macros and unions. Simplify tests
25342 for long doubles that are fully specified by the high double.
25343 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25344 Likewise.
25345 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
25346 Remove dead code too.
25347 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
25348 (__ieee754_ynl): Likewise.
25349 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
25350 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
25351 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
25352 Remove dead code too.
25353 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25354 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
25355 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
25356 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25357 Simplify.
25358 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25359 Simplify.
25360 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25361 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25362 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25363 Comment on variable precision.
25364 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25365 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25366 Likewise.
25367 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25368 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25369 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25370 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25371 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25372
4ebd120c
AM
253732013-10-04 Alan Modra <amodra@gmail.com>
25374
25375 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25376 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25377 all uses of ieee854 long double macros and unions.
25378 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25379 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25380 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25381 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25382 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25383 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25384 Likewise.
25385 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25386 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25387 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25388 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25389 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25390 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25391 Simplify sign and nan test too.
25392 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25393 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25394 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25395 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25396 Likewise.
25397 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25398 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25399 Likewise.
25400 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25401 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25402 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25403 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25404 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25405 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25406
1b6adf88
AM
254072013-10-04 Alan Modra <amodra@gmail.com>
25408
25409 * stdio-common/printf_size.c (__printf_size): Don't use
25410 union ieee854_long_double in fpnum union.
25411 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
25412 signbit macro to retrieve sign from long double.
25413 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25414 retrieve sign from long double.
25415 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25416 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25417 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25418 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25419 * math/test-misc.c (main): Don't use union ieee854_long_double.
25420
4cf69995
AM
254212013-10-04 Alan Modra <amodra@gmail.com>
25422
25423 [BZ #15680]
25424 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25425 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25426 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25427 calculation. Remove unnecessary test for denormal exponent.
25428 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25429 Correct handling of denormals. Avoid undefined shift behaviour.
25430 Correct normalisation of low mantissa when low double is denormal.
25431 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25432 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
25433 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25434 Correct normalisation of low mantissa. Test for overflow of high
25435 mantissa and normalise.
25436 (ldbl_nearbyint): Use more readable constant for two52.
25437 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25438 (__mpn_construct_long_double): Fix test for overflow of high
25439 mantissa and correct normalisation. Avoid undefined shift.
25440
9605ca6c
AM
254412013-10-04 Alan Modra <amodra@gmail.com>
25442
25443 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25444 (union ibm_extended_long_double): Define as an array of ieee754_double.
25445 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25446 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25447 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25448 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25449 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25450 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25451 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25452 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25453 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25454 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25455 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25456
975569d0
JM
254572013-10-03 Joseph Myers <joseph@codesourcery.com>
25458
d3d23756
JM
25459 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25460 page size instead of calling getpagesize.
25461
975569d0
JM
25462 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25463 (LOCFILE_ALIGN_MASK): Likewise.
25464 (LOCFILE_ALIGN_UP): Likewise.
25465 (LOCFILE_ALIGNED_P): Likewise.
25466 * locale/programs/ld-collate.c (collate_output): Use the new
25467 macros instead of __alignof__ (int32_t).
25468 * locale/weight.h (findidx): Likewise.
25469
b1fe1f2b
OB
254702013-10-03 Ondřej Bílka <neleai@seznam.cz>
25471
25472 [BZ #431]
25473 * manual/string.texi: Fix strncat and wcsncat.
25474
5f855e35
BM
254752013-10-03 Brooks Moses <bmoses@google.com>
25476
25477 [BZ #15915]
25478 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25479 * Makerules: ...here, and adjust associated comments.
25480
3cef6009
WN
254812013-10-02 Will Newton <will.newton@linaro.org>
25482
25483 * malloc/Makefile: Add tst-pvalloc.
25484 * malloc/tst-pvalloc.c: New file.
25485
7815420b
WN
254862013-10-02 Will Newton <will.newton@linaro.org>
25487
25488 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25489 improve test coverage.
25490
4868b204
WN
254912013-10-02 Will Newton <will.newton@linaro.org>
25492
25493 * malloc/Makefile: Add tst-posix_memalign.
25494 * malloc/tst-posix_memalign.c: New file.
25495
29c793b3
EB
254962013-10-01 Eric Blake <eblake@redhat.com>
25497
25498 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25499 Use __THROWNL rather than __THROW on static functions.
25500
fd967522
PM
255012013-09-30 Petr Machata <pmachata@redhat.com>
25502
25503 * elf/elf.h (R_AARCH64_ABS16): New macro.
25504 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25505 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25506 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25507 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25508 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25509 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25510 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25511 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25512 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25513 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25514 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25515 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25516 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25517 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25518 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25519 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25520 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25521 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25522 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25523 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25524 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25525 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25526 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25527 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25528 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25529 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25530 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25531 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25532 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25533 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25534 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25535 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25536 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25537 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25538 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25539 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25540 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25541 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25542 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25543 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25544 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25545 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25546 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25547 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25548 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25549 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25550 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25551 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25552 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25553 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25554 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25555 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25556 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25557 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25558 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25559 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25560 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25561 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25562 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25563 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25564 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25565 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25566 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25567 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25568 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25569 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25570 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25571 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25572 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25573 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25574 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25575 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25576 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25577 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25578 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25579 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25580 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25581 (R_AARCH64_TLSDESC_LDR): Likewise.
25582 (R_AARCH64_TLSDESC_ADD): Likewise.
25583 (R_AARCH64_TLSDESC_CALL): Likewise.
25584
b2179107
AS
255852013-09-30 Andreas Schwab <schwab@suse.de>
25586
25587 [BZ #15048]
25588 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25589 the nss database lookup.
25590 * nscd/initgrcache.c (addinitgroupsX): Likewise.
25591 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25592
47f28d0a
MF
255932013-09-28 Mike Frysinger <vapier@gentoo.org>
25594
25595 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25596
255972013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
25598
25599 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25600 ${Bash-specific parameter/pattern/string} parameter expansion.
25601 * sysdeps/unix/make-syscalls.sh: Likewise.
25602
f4518a17
KK
256032013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
25604
25605 * sysdeps/sh/stackguard-macros.h: New file.
25606
dc1a95c7
OB
256072013-09-26 Ondřej Bílka <neleai@seznam.cz>
25608
25609 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25610 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25611 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25612 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25613 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25614 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25615
5ebbff8f
AZ
256162013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25617
25618 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25619 Fix thread ID register.
25620
4fd2cf9f
JM
256212013-09-25 Joseph Myers <joseph@codesourcery.com>
25622
25623 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25624 [POSIX || UNIX98]: Require rather than permitting all symbols from
25625 <time.h>.
25626 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25627 element of struct sched_param.
25628 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25629 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25630 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25631 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25632 constant.
25633
12c22bc4
OL
256342013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
25635
25636 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25637 argument calculation.
25638
a03d8ea7
JM
256392013-09-24 Joseph Myers <joseph@codesourcery.com>
25640
25641 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25642 Expect macro.
25643 [POSIX] (pthread_attr_t): Do not require type.
25644 [POSIX] (pthread_cond_t): Likewise.
25645 [POSIX] (pthread_condattr_t): Likewise.
25646 [POSIX] (pthread_key_t): Likewise.
25647 [POSIX] (pthread_mutex_t): Likewise.
25648 [POSIX] (pthread_mutexattr_t): Likewise.
25649 [POSIX] (pthread_once_t): Likewise.
25650 [POSIX] (pthread_t): Likewise.
25651 [POSIX-based standards] (pthread_atfork): Expect function.
25652
6055173a
JM
256532013-09-24 Joseph Myers <joseph@codesourcery.com>
25654 Richard Sandiford <richard@codesourcery.com>
25655
25656 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25657 (swap_endianness_p): New extern variable.
25658 (set_big_endian): New inline function.
25659 (maybe_swap_uint32): Likewise.
25660 (maybe_swap_uint32_array): Likewise.
25661 (maybe_swap_uint32_obstack): Likewise.
25662 * locale/programs/locfile.c: Include <stdbool.h>.
25663 (swap_endianness_p): New variable.
25664 (add_locale_uint32): Call maybe_swap_uint32.
25665 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25666 (write_locale_data): Call maybe_swap_uint32_array.
25667 * locale/programs/ld-collate.c (obstack_int32_grow): Call
25668 maybe_swap_uint32.
25669 (obstack_int32_grow_fast): Likewise.
25670 (output_weightwc): Call maybe_swap_uint32_obstack.
25671 (collate_output): Likewise.
25672 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25673 (OPT_LITTLE_ENDIAN): Likewise.
25674 (options): Add --little-endian and --big-endian options.
25675 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25676 * locale/programs/locarchive.c: Include "locfile.h".
25677 (GET): New macro.
25678 (SET): Likewise.
25679 (INC): Likewise.
25680 (create_archive): Use the new macros to access fields of
25681 structures directly mapped from or written to locale archives.
25682 (oldlocrecentcmp): Likewise.
25683 (enlarge_archive): Likewise.
25684 (insert_name): Likewise.
25685 (add_alias): Likewise.
25686 (add_locale): Likewise.
25687 (delete_locales_from_archive): Likewise.
25688 (show_archive_content): Likewise.
25689 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
25690 locale data.
25691
39bf0bb4
RM
256922013-09-24 Roland McGrath <roland@hack.frob.com>
25693
25694 * manual/freemanuals.texi: Updated from (newly) canonical copy at
25695 http://www.gnu.org/doc/freemanuals.texi.
25696 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25697
f02eed10
WN
256982013-09-24 Will Newton <will.newton@linaro.org>
25699
25700 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25701 macro.
25702
a3a6c312
JM
257032013-09-23 Joseph Myers <joseph@codesourcery.com>
25704
25705 * locale/hashval.h (compute_hashval): Interpret bytes of key as
25706 unsigned char.
25707
107375ac
MR
257082013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
25709
25710 * manual/threads.texi (POSIX Threads): Fix a typo.
25711
141f3a77
SP
257122013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
25713
303e567a
SP
25714 [BZ #14547]
25715 * string/tst-strcoll-overflow.c: New test case.
25716 * string/Makefile (xtests): Add tst-strcoll-overflow.
25717 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25718 cache if string sizes may cause integer overflow.
25719
141f3a77
SP
25720 [BZ #14547]
25721 * string/strcoll_l.c (coll_seq): New members rule, idx,
25722 save_idx and back_us.
25723 (get_next_seq_nocache): New function.
25724 (do_compare_nocache): New function.
25725 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25726 when malloc fails.
25727
c61b4d41
CD
257282013-09-23 Carlos O'Donell <carlos@redhat.com>
25729
0b1f8e35
CD
25730 [BZ #15754]
25731 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25732 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25733 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25734
c61b4d41
CD
25735 [BZ #15754]
25736 * elf/Makefile (tests): Add tst-ptrguard1.
25737 (tests-static): Add tst-ptrguard1-static.
25738 (tst-ptrguard1-ARGS): Define.
25739 (tst-ptrguard1-static-ARGS): Define.
25740 * elf/tst-ptrguard1.c: New file.
25741 * elf/tst-ptrguard1-static.c: New file.
25742 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25743 * sysdeps/i386/stackguard-macros.h: Likewise.
25744 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25745 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25746 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25747 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25748 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25749 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25750
257512013-09-23 Hector Marco <hecmargi@upv.es>
25752 Ismael Ripoll <iripoll@disca.upv.es>
25753 Carlos O'Donell <carlos@redhat.com>
25754
25755 [BZ #15754]
25756 * sysdeps/generic/stackguard-macros.h: Define
25757 __pointer_chk_guard_local and POINTER_CHK_GUARD.
25758 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25759 Define __pointer_chk_guard_local.
25760 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25761 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25762
f5f4e7b4
VV
257632013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
25764
25765 [BZ #15859]
25766 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25767
5bb43a43
AS
257682013-09-20 Andreas Schwab <schwab@linux-m68k.org>
25769
25770 * include/string.h (__ffs): Declare as hidden.
25771 * string/ffs.c (__ffs): Define as hidden.
25772 * sysdeps/i386/ffs.c (__ffs): Likewise.
25773 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25774 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25775 * sysdeps/s390/ffs.c (__ffs): Likewise.
25776 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25777
3ea5be54
AO
257782013-09-20 Alexandre Oliva <aoliva@redhat.com>
25779
ffb89e53
AO
25780 * NEWS: Mention malloc probes.
25781
322dea08
AO
25782 * malloc/arena.c (new_heap): New memory_heap_new probe.
25783 (grow_heap): New memory_heap_more probe.
25784 (shrink_heap): New memory_heap_less probe.
25785 (heap_trim): New memory_heap_free probe.
25786 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25787 (systrim): New memory_sbrk_less probe.
25788 * manual/probes.texi: Document them.
25789
655673f3
AO
25790 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25791 * manual/probes.texi: Document it.
25792
35fed6f1
AO
25793 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25794 (__libc_realloc): Add memory_realloc_retry probe.
25795 (__libc_memalign): Add memory_memalign_retry probe.
25796 (__libc_valloc): Add memory_valloc_retry probe.
25797 (__libc_pvalloc): Add memory_pvalloc_retry probe.
25798 (__libc_calloc): Add memory_calloc_retry probe.
25799 * manual/probes.texi: Document them.
25800
6999d38c
AO
25801 * malloc/arena.c (get_free_list): Add probe
25802 memory_arena_reuse_free_list.
25803 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25804 and memory_arena_reuse.
25805 (arena_get2) [!PER_THREAD]: Likewise.
25806 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25807 memory_arena_reuse_realloc.
25808 * manual/probes.texi: Document them.
25809
0653427f
AO
25810 * malloc/malloc.c (__libc_free): Add
25811 memory_mallopt_free_dyn_thresholds probe.
25812 (__libc_mallopt): Add multiple memory_mallopt probes.
25813 * manual/probes.texi: Document them.
25814
3ea5be54
AO
25815 * malloc/malloc.c: Include stap-probe.h.
25816 (__libc_mallopt): Add memory_mallopt probe.
25817 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25818 * manual/probes.texi: New.
25819 * manual/Makefile (chapters): Add probes.
25820 * manual/threads.texi: Set next node.
25821
e35696c3 258222013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 25823
e35696c3
CL
25824 [BZ #15963, #13985]
25825 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25826 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25827 Add `Chinese' to `nan' entry name.
25828
4aafb73c
SP
258292013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
25830
25831 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25832 (POLYNOMIAL): Likewise.
25833 (TAYLOR_SINCOS): Likewise.
25834 (TAYLOR_SLOW): Likewise.
25835 (__sin): Use TAYLOR_SINCOS.
25836 (__cos): Likewise.
25837 (slow): Use TAYLOR_SLOW.
25838 (sloww): Likewise.
25839 (bsloww): Likewise.
25840 (csloww): Likewise.
25841
d84f25c7
LD
258422013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25843
25844 * stdlib/strtod_l.c: Fix buffer overrun.
25845
5eea0404
SP
258462013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
25847
7849ff93
SP
25848 * benchtests/Makefile (bench): Add sincos.
25849 * benchtests/bench-sincos.c: New file.
25850
cfa3c886
SP
25851 * math/libm-test.inc (cos_test_data): New test inputs.
25852 (sin_test_data): Likewise.
25853
b348e1e3
SP
25854 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25855 macro.
25856 (__sin): Use it.
25857 (__cos): Likewise.
25858 (slow1): Likewise.
25859 (slow2): Likewise.
25860 (sloww1): Likewise.
25861 (sloww2): Likewise.
25862 (bsloww1): Likewise.
25863 (bsloww2): Likewise.
25864 (cslow2): Likewise.
25865 (csloww1): Likewise.
25866 (csloww2): Likewise.
25867
6cce25f8
SP
25868 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25869 function.
25870 (__sin): Use it.
25871 (__cos): Likewise.
25872
5eea0404
SP
25873 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25874 gotos.
25875 (__cos): Likewise.
25876
9c21573c
MR
258772013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
25878
25879 * config.h.in (HAVE_MIPS_NAN2008): New macro.
25880 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25881 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25882 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25883 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25884 * elf/cache.c (print_entry): Handle the new cache flags.
25885
24d22e65
JM
258862013-09-18 Joseph Myers <joseph@codesourcery.com>
25887 Aldy Hernandez <aldyh@redhat.com>
25888
25889 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25890 Change condition to [_SOFT_FLOAT].
25891 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25892 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25893 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25894 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25895 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25896 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25897 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25898 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25899 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25900 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25901 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25902 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25903 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25904 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25905 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25906 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25907 declaration.
25908
d13ef066
JM
259092013-09-18 Joseph Myers <joseph@codesourcery.com>
25910
2e071de0
JM
25911 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25912 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25913 (__longjmp): Use LOAD_GP to load saved GPRs.
25914 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25915 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25916 (__sigsetjmp): Use SAVE_GP to save GPRs.
25917
d13ef066
JM
25918 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25919 Do not append -msoft-float.
25920 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25921
97a0650b
SP
259222013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
25923
25924 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25925
11ca09e9
JM
259262013-09-17 Joseph Myers <joseph@codesourcery.com>
25927
25928 [BZ #15966]
25929 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25930 (_FPU_GETCW): Use initial "__" on variable and field names but not
25931 on macro parameter name.
25932 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
25933 parentheses around reference to macro parameter.
25934
08ffcf34
RS
259352013-09-13 Richard Sandiford <richard@codesourcery.com>
25936
25937 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25938 prototype.
25939 (ctype_startup): Use uint32_t in cast and sizeof for
25940 ctype->charnames.
25941
ae7080d3
JL
259422013-09-11 Jia Liu <proljc@gmail.com>
25943
25944 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25945 __daddr_t_defined.
25946 [__FreeBSD__]: Likewise.
25947
5905e7b3
OB
259482013-09-11 Ondřej Bílka <neleai@seznam.cz>
25949
25950 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25951 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25952 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25953 (strchr): Remove __strchr_sse42 ifunc selection.
25954 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25955 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25956
b987c776
WN
259572013-09-11 Will Newton <will.newton@linaro.org>
25958
25959 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25960 parameter to RES. Remove hardcoded 1000 value.
25961 * benchtests/bench-skeleton.c (main): Pass RES parameter
25962 to TIMING_INIT and multiply result by 1000.
25963
ddf985af
AZ
259642013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25965
25966 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25967
ffdd3181
AS
259682013-09-11 Andreas Schwab <schwab@suse.de>
25969
25970 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25971 if not defined.
25972 (O_TMPFILE) [__USE_GNU]: Define.
25973 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25974 Define.
25975
b73ed247
WN
259762013-09-11 Will Newton <will.newton@linaro.org>
25977
25978 [BZ #15857]
25979 * malloc/malloc.c (__libc_memalign): Check the value of bytes
25980 does not overflow.
25981
55e17aad
WN
259822013-09-11 Will Newton <will.newton@linaro.org>
25983
25984 [BZ #15856]
25985 * malloc/malloc.c (__libc_valloc): Check the value of bytes
25986 does not overflow.
25987
1159a193
WN
259882013-09-11 Will Newton <will.newton@linaro.org>
25989
25990 [BZ #15855]
25991 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25992 does not overflow.
25993
5905e7b3 259942013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
25995
25996 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25997 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25998 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25999 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
26000 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
26001
cdfc721b
AM
260022013-09-10 Allan McRae <allan@archlinux.org>
26003
aa04af00
AM
26004 [BZ #15748]
26005 * manual/arith.texi (Parsing of Floats): Clarify
26006 cross-reference.
26007
cdfc721b
AM
26008 [BZ #15849]
26009 * manual/install.texi (Running make install): Mention
26010 --enable-pt-chown.
26011 * INSTALL: Regenerated.
26012
95e7cf29
MR
260132013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
26014
26015 * csu/init-first.c (_init): Remove the !SHARED condition around
26016 FPU control word initialization.
26017 * elf/dl-support.c (_dl_fpu_control): New variable.
26018 (_dl_aux_init) <AT_FPUCW>: Initialize it.
26019 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
26020 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
26021 * math/test-fpucw-static.c: New file.
26022 * math/test-fpucw-ieee.c: New file.
26023 * math/test-fpucw-ieee-static.c: New file.
26024 * math/Makefile (tests): Add `test-fpucw-ieee' and
26025 `$(tests-static)'.
26026 (tests-static): New variable.
26027 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
26028 dependency to...
26029 [($(build-shared),yes)]
26030 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
26031 ... this.
26032 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
26033 New dependency.
26034
83e43bf0
AM
260352013-09-09 Allan McRae <allan@archlinux.org>
26036
a9f5ce09
AM
26037 [BZ #15939]
26038 * manual/string.texi (Collation Functions): Fix typo in
26039 strcoll example.
26040 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
26041
34829bc2
AM
26042 [BZ #15893]
26043 * stdlib/isomac.c (get_null_defines): Fix memory leak.
26044
3932737d
AM
26045 [BZ #15892]
26046 * libio/memstream.c (open_memstream): Fix memory leak.
26047 * libio/wmemstream.c (open_wmemstream): Likewise.
26048
83e43bf0
AM
26049 [BZ #15895]
26050 * nscd/netgroupcache.c: Fix nesting of ifdefs.
26051
0c66b8e9
WN
260522013-09-09 Will Newton <will.newton@linaro.org>
26053
26054 * malloc/Makefile: Add tst-realloc to tests.
26055 * malloc/tst-realloc.c: New file.
26056
f6b00fd1
AM
260572013-09-09 Allan McRae <allan@archlinux.org>
26058
26059 [BZ #15844]
26060 * COPYING: Update from GNU website to fix FSF address.
26061 * COPYING.LIB: Likewise.
26062
eec55e16
DM
260632013-09-06 David S. Miller <davem@davemloft.net>
26064
26065 * po/zh_TW.po: Update Chinese (traditional) translation from
26066 translation project.
26067
1ecbb381
RS
260682013-09-06 Richard Sandiford <richard@codesourcery.com>
26069 Joseph Myers <joseph@codesourcery.com>
26070
26071 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
26072 "localeinfo.h".
26073 (obstack_chunk_alloc): New macro.
26074 (obstack_chunk_free): Likewise.
26075 (record_offset): New function.
26076 (init_locale_data): Likewise.
26077 (align_locale_data): Likewise.
26078 (add_locale_empty): Likewise.
26079 (add_locale_raw_data): Likewise.
26080 (add_locale_raw_obstack): Likewise.
26081 (add_locale_string): Likewise.
26082 (add_locale_wstring): Likewise.
26083 (add_locale_uint32): Likewise.
26084 (add_locale_uint32_array): Likewise.
26085 (add_locale_char): Likewise.
26086 (start_locale_structure): Likewise.
26087 (end_locale_structure): Likewise.
26088 (start_locale_prelude): Likewise.
26089 (end_locale_prelude): Likewise.
26090 (write_locale_data): Take locale_file structure rather than an
26091 iovec.
26092 * locale/programs/locfile.h: Include "obstack.h".
26093 (struct locale_file): Change to store locale file contents instead
26094 of header.
26095 (init_locale_data): New prototype.
26096 (align_locale_data): Likewise.
26097 (add_locale_empty): Likewise.
26098 (add_locale_raw_data): Likewise.
26099 (add_locale_raw_obstack): Likewise.
26100 (add_locale_string): Likewise.
26101 (add_locale_wstring): Likewise.
26102 (add_locale_uint32): Likewise.
26103 (add_locale_uint32_array): Likewise.
26104 (add_locale_char): Likewise.
26105 (start_locale_structure): Likewise.
26106 (end_locale_structure): Likewise.
26107 (start_locale_prelude): Likewise.
26108 (end_locale_prelude): Likewise.
26109 (write_locale_data): Update prototype.
26110 * locale/programs/3level.h (struct TABLE): Remove result field.
26111 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
26112 Use new locale_file interface.
26113 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
26114 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
26115 * locale/programs/ld-address.c (address_output): Use new
26116 locale_file interface.
26117 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
26118 NO_ADD_LOCALE.
26119 (collate_finish): Don't call collseq_table_finalize.
26120 (collate_output): Use new locale_file interface.
26121 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
26122 in file.
26123 (NO_FINALIZE): Change to NO_ADD_LOCALE.
26124 (TABLE): Move defines earlier in file.
26125 (ELEMENT): Likewise.
26126 (DEFAULT): Likewise.
26127 (wctrans_table_add): Move macro and inline function earlier in
26128 file.
26129 (struct wctype_table): Move type earlier in file.
26130 (add_locale_wctype_table): New static prototype.
26131 (struct locale_ctype_t): Use logical types instead of struct iovec
26132 pointers for members.
26133 (ctype_output): Use new locale_file interface.
26134 (wctype_table_finalize): Change to add_locale_wctype_table. Use
26135 new locale_file interface.
26136 (allocate_arrays): Update for use of new locale_file interface.
26137 * locale/programs/ld-identification.c (identification_output): Use
26138 new locale_file interface.
26139 * locale/programs/ld-measurement.c (measurement_output): Likewise.
26140 * locale/programs/ld-messages.c (messages_output): Likewise.
26141 * locale/programs/ld-monetary.c (monetary_output): Likewise.
26142 * locale/programs/ld-name.c (name_output): Likewise.
26143 * locale/programs/ld-numeric.c (numeric_output): Likewise.
26144 * locale/programs/ld-paper.c (paper_output): Likewise.
26145 * locale/programs/ld-telephone.c (telephone_output): Likewise.
26146 * locale/programs/ld-time.c (time_output): Likewise.
26147
e029e2e5
AZ
261482013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26149
26150 * benchtests/Makefile: Add memrchr benchmark.
26151 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
26152 benchmark as memrchr.
26153 * benchtests/bench-memrchr-ifunc.c: New file.
26154 * benchtests/bench-memrchr.c: New file.
26155
bbf6e8e4
WN
261562013-09-06 Will Newton <will.newton@linaro.org>
26157
26158 * benchtests/Makefile (string-bench): Add memcpy.
26159
6c82a2f8
CD
261602013-09-05 Carlos O'Donell <carlos@redhat.com>
26161 Cong Wang <amwang@redhat.com>
26162
e732c5f0 26163 [BZ #15850]
6c82a2f8
CD
26164 * sysdeps/unix/sysv/linux/bits/in.h
26165 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
26166 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
26167 before __USE_KERNEL_IPV6_DEFS uses.
26168 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
26169 IPPROTO_BEETPH.
26170 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
26171 sockaddr_in6, or ipv6_mreq.
26172
5430fc65
AZ
261732013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26174
26175 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
26176 memory access for final bytes in some large inputs.
26177 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
26178
4660856c
AZ
261792013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26180
26181 * string/test-memrchr.c: New file.
26182 * string/test-memrchr-ifunc.c: New file.
26183 * string/Makefile: Add new memrchr testcase.
26184
bb8ea713
MF
261852013-09-05 Mike Frysinger <vapier@gentoo.org>
26186
26187 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
26188 fanotify_init returns EPERM.
26189
b92a20b5
JM
261902013-09-04 Joseph Myers <joseph@codesourcery.com>
26191
26192 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
26193 errors.
26194 (top level): Treat second token from macro or constant entries for
26195 allowed headers as allowed.
26196 * include/complex.h: Condition internal declarations on
26197 [!_ISOMAC].
26198 * include/fenv.h: Condition include of <stdbool.h> and internal
26199 declarations on [!_ISOMAC].
7447ccd9
CL
26200
262012013-09-04 Chris Leonard <cjl@sugarlabs,.org>
26202
3e181dda 26203 [BZ #15923]
7447ccd9
CL
26204 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26205
3f2e46a4
JM
262062013-09-04 Joseph Myers <joseph@codesourcery.com>
26207
26208 * configure.in (--enable-versioning): Remove configure option.
26209 (libc_cv_asm_symver_directive): Remove configure test.
26210 (libc_cv_ld_version_script_option): Likewise.
26211 (VERSIONING): Remove variable and AC_SUBST.
26212 (DO_VERSIONING): Remove AC_DEFINE.
26213 * configure: Regenerated.
26214 * config.h.in (DO_VERSIONING): Remove macro.
26215 * Makerules [$(versioning) = yes]: Change conditionals to
26216 [$(build-shared) = yes].
26217 * config.make.in (versioning): Remove variable.
26218 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26219 [$(build-shared) = yes].
26220 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26221 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26222 * elf/Makefile [$(versioning) = yes]: Change conditionals to
26223 [$(build-shared) = yes].
26224 * extra-lib.mk [$(versioning) = yes]: Likewise.
26225 * hurd/Makefile [$(versioning) = yes]: Likewise.
26226 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26227 [SHARED].
26228 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26229 [SHARED].
26230 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26231 [SHARED && !NO_HIDDEN].
26232 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26233 [SHARED].
26234 [SHARED && DO_VERSIONING]: Likewise..
26235 * libio/Makefile [$(versioning) = yes]: Change conditionals to
26236 [$(build-shared) = yes].
26237 * manual/install.texi (--disable-versioning): Remove
26238 documentation.
26239 * INSTALL: Regenerated.
26240 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26241 to [SHARED].
26242 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26243 [$(build-shared) = yes].
26244 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26245 * sysdeps/i386/i686/multiarch/strstr-c.c
26246 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26247 [SHARED && !NO_HIDDEN].
26248 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26249 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26250 * sysdeps/powerpc/powerpc32/dl-machine.c
26251 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26252 * sysdeps/powerpc/powerpc32/sysdep.h
26253 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26254 to [SHARED && PIC && !NO_HIDDEN].
26255 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26256 conditional to [SHARED].
26257
44558701
WN
262582013-09-04 Will Newton <will.newton@linaro.org>
26259
26260 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26261 * benchtests/bench-string.h: Include bench-timing.h instead
26262 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26263 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26264 call to HP_TIMING_DIFF_INIT.
26265 * benchtests/bench-memccpy.c: Use bench-timing.h macros
26266 instead of hp-timing.h macros.
26267 * benchtests/bench-memchr.c: Likewise.
26268 * benchtests/bench-memcmp.c: Likewise.
26269 * benchtests/bench-memcpy.c: Likewise.
26270 * benchtests/bench-memmem.c: Likewise.
26271 * benchtests/bench-memmove.c: Likewise.
26272 * benchtests/bench-memset.c: Likewise.
26273 * benchtests/bench-rawmemchr.c: Likewise.
26274 * benchtests/bench-strcasecmp.c: Likewise.
26275 * benchtests/bench-strcasestr.c: Likewise.
26276 * benchtests/bench-strcat.c: Likewise.
26277 * benchtests/bench-strchr.c: Likewise.
26278 * benchtests/bench-strcmp.c: Likewise.
26279 * benchtests/bench-strcpy.c: Likewise.
26280 * benchtests/bench-strcpy_chk.c: Likewise.
26281 * benchtests/bench-strlen.c: Likewise.
26282 * benchtests/bench-strncasecmp.c: Likewise.
26283 * benchtests/bench-strncat.c: Likewise.
26284 * benchtests/bench-strncmp.c: Likewise.
26285 * benchtests/bench-strncpy.c: Likewise.
26286 * benchtests/bench-strnlen.c: Likewise.
26287 * benchtests/bench-strpbrk.c: Likewise.
26288 * benchtests/bench-strrchr.c: Likewise.
26289 * benchtests/bench-strspn.c: Likewise.
26290 * benchtests/bench-strstr.c: Likewise.
26291
cae16d66
WN
262922013-09-04 Will Newton <will.newton@linaro.org>
26293
26294 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
26295
ffa3cd7f
JM
262962013-09-03 Joseph Myers <joseph@codesourcery.com>
26297
26298 [BZ #15427]
26299 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
26300 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
26301 * math/libm-test.inc (lgamma_test_data): Add more tests.
26302 * sysdeps/i386/fpu/libm-test-ulps: Update.
26303 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26304
8f02859f
OB
263052013-09-03 Ondřej Bílka <neleai@seznam.cz>
26306
26307 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
26308 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26309 Add ifunc.
26310 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26311 Add strcmp-sse2-unaligned
26312 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
26313
18d43716
MF
263142013-09-02 Mike Frysinger <vapier@gentoo.org>
26315
26316 * Versions.def (libc): Add GLIBC_2.19.
26317
ac444012
MF
263182013-09-02 Mike Frysinger <vapier@gentoo.org>
26319
26320 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
26321 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
26322
b7835e32
JM
263232013-09-02 Joseph Myers <joseph@codesourcery.com>
26324
26325 [BZ #14155]
26326 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
26327 intermediate calculations in recurrence.
26328 (__ieee754_ynf): Likewise.
26329 * math/libm-test.inc (jn_test_data): Do not allow spurious
26330 underflow exception. Add more tests.
26331 (yn_test_data): Add more tests.
26332 * sysdeps/i386/fpu/libm-test-ulps: Update.
26333 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26334
8220f4f0
OB
263352013-09-02 Ondřej Bílka <neleai@seznam.cz>
26336
26337 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
26338
f24a6d08
OB
263392013-08-30 Ondřej Bílka <neleai@seznam.cz>
26340
26341 * csu/init-first.c: Fix then/than typos.
26342 * locale/programs/ld-collate.c: Likewise.
26343 * locale/programs/linereader.h: Likewise.
26344 * manual/charset.texi: Likewise.
26345 * manual/filesys.texi: Likewise.
26346 * manual/stdio.texi: Likewise.
26347 * manual/string.texi: Likewise.
26348 * stdlib/fmtmsg.c: Likewise.
26349 * sysdeps/i386/stpncpy.S: Likewise.
26350 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26351 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
26352 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26353 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
26354
382466e0
OB
263552013-08-30 Ondřej Bílka <neleai@seznam.cz>
26356
26357 * elf/dl-open.c: Fix typos.
26358 * iconvdata/gbbig5.c: Likewise.
26359 * iconvdata/iso-2022-jp.c: Likewise.
26360 * iconv/gconv_int.h: Likewise.
26361 * iconv/loop.c: Likewise.
26362 * nis/rpcsvc/nis.h: Likewise.
26363 * resolv/ns_name.c: Likewise.
26364 * stdio-common/vfscanf.c: Likewise.
26365 * streams/stropts.h: Likewise.
26366 * sunrpc/rpc_thread.c: Likewise.
26367 * sysdeps/i386/strpbrk.S: Likewise.
26368 * sysdeps/ieee754/k_standard.c: Likewise.
26369 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26370 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26371 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26372 * sysdeps/mach/hurd/profil.c: Likewise.
26373 * sysdeps/s390/dl-procinfo.h: Likewise.
26374 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26375 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26376 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26377 * sysdeps/x86_64/dl-trampoline.S: Likewise.
26378 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26379
0186c6e9
OB
263802013-08-30 Ondřej Bílka <neleai@seznam.cz>
26381
26382 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26383 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26384
d4e16af1
OB
263852013-08-29 Ondřej Bílka <neleai@seznam.cz>
26386
26387 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26388 aix specific files.
26389 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26390 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26391 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26392 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26393 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26394 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26395 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26396 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26397
88335980
TS
263982013-08-29 Thomas Schwinge <thomas@codesourcery.com>
26399 Roland McGrath <roland@hack.frob.com>
26400
26401 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26402 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26403
ed479b02
ST
264042013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
26405
26406 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26407 __executable_start symbol instead of _start.
26408
f1cc4c86
TS
264092013-08-29 Thomas Schwinge <thomas@codesourcery.com>
26410
d821f07c
TS
26411 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26412 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26413 Move macros to...
26414 * sysdeps/gnu/ldsodefs.h: ... this new file.
26415
c54290cf
TS
26416 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26417 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26418 instead of ELFOSABI_LINUX.
26419
0007fc9b 26420 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
26421 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26422 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26423 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26424 Likewise.
26425 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26426 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26427 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26428 Likewise.
26429 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26430 (ibm_extended_long_double): Add ieee_nan member.
26431 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26432 (do_test): New function.
26433
f1cc4c86
TS
26434 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26435 TEST_TRUNC.
26436 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26437 functions, renamed from truncdfsf_test, trunctfsf_test,
26438 trunctfdf_test.
26439 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26440 functions.
26441 (do_test): Run all these.
26442
6f65e668
OB
264432013-08-29 Ondřej Bílka <neleai@seznam.cz>
26444
26445 * argp/argp-help.c: Fix typos.
26446 * argp/argp-parse.c: Likewise.
26447 * debug/backtracesyms.c: Likewise.
26448 * elf/elf.h: Likewise.
26449 * malloc/malloc.c: Likewise.
26450 * nis/nis_print.c: Likewise.
26451 * resolv/res_comp.c: Likewise.
26452 * stdlib/stdlib.h: Likewise.
26453 * sunrpc/clnt_tcp.c: Likewise.
26454 * sunrpc/clnt_udp.c: Likewise.
26455 * sunrpc/clnt_unix.c: Likewise.
26456 * sysdeps/unix/bsd/ptsname.c: Likewise.
26457 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26458 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
26459 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26460 Likewise.
26461 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26462 Likewise.
26463 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26464 Likewise.
6f65e668
OB
26465 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26466
3a309239
SP
264672013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
26468
26469 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26470 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26471
3b813b29
MF
264722013-08-27 Mike Frysinger <vapier@gentoo.org>
26473
26474 [BZ #15897]
26475 * dlfcn/Makefile (tests): Add bug-dl-leaf.
26476 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26477 ($(objpfx)bug-dl-leaf): New rule.
26478 ($(objpfx)bug-dl-leaf.so): Likewise.
26479 ($(objpfx)bug-dl-leaf.out): Likewise.
26480 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26481 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26482 * dlfcn/bug-dl-leaf.c: New test.
26483 * dlfcn/bug-dl-leaf-lib.c: Likewise.
26484 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26485 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26486 (dlclose): Likewise.
26487 (dlmopen): Likewise.
26488
8cc3269f
RM
264892013-08-27 Roland McGrath <roland@hack.frob.com>
26490
7f9d0034
RM
26491 * include/netdb.h [!_ISOMAC]:
26492 Don't include <tls.h>.
26493 (h_errno, __libc_h_errno): Move declaration and macros out of
26494 [_LIBC_REENTRANT].
26495
fb431262
RM
26496 * include/resolv.h [_RESOLV_H_]:
26497 Don't include <tls.h>.
26498 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26499 * resolv/res_libc.c: Don't include <tls.h>.
26500 (_res): Use __attribute__ ((nocommon)) in place of
26501 __attribute__ ((section (".bss"))).
26502
bd81123a
RM
26503 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26504 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26505
c4e42566
RM
26506 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26507
f890a59b
RM
26508 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26509 only under [SIOCGIFCONF && SIOCGIFNETMASK].
26510
26511 * resolv/res_mkquery.c: Include <sys/time.h>.
26512
5d1f0a09
RM
26513 * inet/ifreq.c: Moved to ...
26514 * sysdeps/unix/ifreq.c: ... here.
26515 * inet/ifreq.c: New file, true stub version.
26516
6fcf28b3
RM
26517 * socket/sa_len.c: New file.
26518 * socket/Makefile (aux): Add it.
26519 * sysdeps/unix/sysv/linux/Makefile
26520 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26521 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26522 and #include <socket/sa_len.c>.
26523 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26524 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26525
e041fb8b
RM
26526 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26527 * bits/socket.h: ... here.
26528
8cc3269f
RM
26529 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26530 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26531 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26532
5d228a43
AS
265332013-08-27 Andreas Schwab <schwab@suse.de>
26534
45b8accc
AS
26535 [BZ #15736]
26536 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26537 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26538 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26539 * string/test-strcasecmp.c (test_main): Run tests in several
26540 locales.
26541 * string/test-strncasecmp.c (test_main): Likewise.
26542
5d228a43
AS
26543 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26544 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26545 to __strcasecmp_nonascii and __strncasecmp_nonascii.
26546 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26547 (__strncasecmp_ssse3) [PIC]: Likewise.
26548
59d112a4
RM
265492013-08-26 Roland McGrath <roland@hack.frob.com>
26550
53234cc3
RM
26551 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26552
59d112a4
RM
26553 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26554 instead of explicitly declaring xdecrypt.
26555 * nis/nss_nis/nis-publickey.c: Likewise.
26556
595aba70
SP
265572013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
26558
26559 [BZ #15890]
26560 * nscd/aicache.c: Include res_hconf.h.
26561 (addhstaiX): Initialize res_hconf.
26562
ffabd393
AS
265632013-08-26 Andreas Schwab <schwab@suse.de>
26564
26565 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26566 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26567
e0a69f5c
SP
265682013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
26569
26570 * nscd/aicache.c (addhstaiX): Fix indentation.
26571
8c12f01d
MF
265722013-08-25 Mike Frysinger <vapier@gentoo.org>
26573
26574 * configure.ac: Quote $build_pt_chown test.
26575 * configure: Regenerated.
26576
8fe89494
JM
265772013-08-23 Joseph Myers <joseph@codesourcery.com>
26578
26579 [BZ #15532]
26580 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26581 * math/s_cexpf.c (__cexpf): Likewise.
26582 * math/s_cexpl.c (__cexpl): Likewise.
26583 * math/libm-test.inc (cexp_test_data): Correct expected return
26584 value for NaN + i0. Add another test.
26585
75b181d6
DM
265862013-08-22 David S. Miller <davem@davemloft.net>
26587
26588 * po/ca.po: Update Catalan translation from translation project.
936241e4 26589 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 26590
acd06bb1
JM
265912013-08-21 Joseph Myers <joseph@codesourcery.com>
26592
26593 [BZ #15797]
26594 * math/s_fdim.c (__fdim): Check for infinite arguments if result
26595 is infinite, not alongside NaN test.
26596 * math/s_fdimf.c (__fdimf): Likewise.
26597 * math/s_fdiml.c (__fdiml): Likewise.
26598 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
26599 errno is unchanged.
26600
c0c3f78a
OB
266012013-08-21 Ondřej Bílka <neleai@seznam.cz>
26602
26603 * argp/argp-help.c: Fix typos.
26604 * crypt/speeds.c: Likewise.
26605 * csu/check_fds.c: Likewise.
26606 * elf/dl-load.c: Likewise.
26607 * elf/dl-open.c: Likewise.
26608 * elf/reldep3.c: Likewise.
26609 * elf/reldep.c: Likewise.
26610 * elf/sprof.c: Likewise.
26611 * iconv/iconv_charmap.c: Likewise.
26612 * iconv/skeleton.c: Likewise.
26613 * iconv/strtab.c: Likewise.
26614 * io/lockf64.c: Likewise.
26615 * libio/libioP.h: Likewise.
26616 * resolv/gai_notify.c: Likewise.
26617 * resolv/ns_name.c: Likewise.
26618 * resolv/ns_samedomain.c: Likewise.
26619 * resolv/res_send.c: Likewise.
26620 * stdlib/random.c: Likewise.
26621 * sunrpc/rpc/xdr.h: Likewise.
26622 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26623 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26624 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26625 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26626 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26627 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26628 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26629 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26630 * sysdeps/mach/hurd/check_fds.c: Likewise.
26631 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26632 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26633 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26634 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26635 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26636 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26637 * sysdeps/pthread/aio_notify.c: Likewise.
26638 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26639 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26640 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26641 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26642 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26643
46ed1038
LD
266442013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26645
26646 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26647 version if bit_Slow_SSE4_2 is set.
26648 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26649 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26650
d400dcac
AZ
266512013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26652
26653 [BZ #15867]
26654 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26655 trampoline stack frame information.
26656 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26657 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26658 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26659 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26660 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26661 * sysdeps/unix/sysv/linux/powerpc/init-first.c
26662 (_libc_vdso_platform_setup): Initialize the signal trampolines.
26663 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26664 sa_flags value.
26665 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26666 interrupting a syscall and set with option SA_SIGINFO.
26667
42c8fdd8
JM
266682013-08-20 Joseph Myers <joseph@codesourcery.com>
26669
c980f2f4
JM
26670 [BZ #15531]
26671 * math/s_cproj.c (__cproj): Only return an infinity if one part of
26672 argument is infinite.
26673 * math/s_cprojf.c (__cprojf): Likewise.
26674 * math/s_cprojl.c (__cprojl): Likewise.
26675 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26676 * math/libm-test.inc (cproj_test_data): Add more tests.
26677
0716c4fc
JM
26678 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26679
42c8fdd8
JM
26680 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26681 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26682 size. Use __ffs to determine corresponding shift.
26683
b31469d0
JM
266842013-08-20 Joseph Myers <joseph@codesourcery.com>
26685 Roland McGrath <roland@hack.frob.com>
26686
26687 * Makefile (INSTALL): Remove trailing blank lines from output of
26688 makeinfo.
26689
4e39af6e
AK
266902013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26691
26692 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26693 Align 32 bit compat elf_greg to 8 bytes.
26694
f315524e
AA
266952013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
26696
26697 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26698
1326ba1a
SP
266992013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
26700
26701 * string/strcoll_l.c (coll_seq): New structure.
26702 (get_next_seq_cached): New function.
26703 (get_next_seq): New function.
26704 (do_compare): New function.
26705 (STRCOLL): Use GNU style definition. Simplify implementation
26706 by using get_next_seq, get_next_seq_cached and do_compare.
26707
91ce4085
FW
267082013-08-16 Florian Weimer <fweimer@redhat.com>
26709
26710 [BZ #14699]
26711 CVE-2013-4237
26712 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26713 member.
26714 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26715 member.
26716 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26717 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26718 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
26719 conditional.
26720 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26721 GETDENTS_64BIT_ALIGNED.
26722 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26723 * manual/filesys.texi (Reading/Closing Directory): Document
26724 ENAMETOOLONG return value of readdir_r. Recommend readdir more
26725 strongly.
26726 * manual/conf.texi (Limits for Files): Add portability note to
26727 NAME_MAX, PATH_MAX.
26728 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26729
ca0a6bc4
AS
267302013-08-13 Andreas Schwab <schwab@suse.de>
26731
26732 [BZ #15749]
26733 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26734 of fabs.
26735 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26736 LDBL_MAX_EXP >= 16384]: Add tests for it.
26737
6c1fd795
DM
267382013-08-12 David S. Miller <davem@davemloft.net>
26739
26740 * version.h (RELEASE): Set to "development".
26741 (VERSION): Set to "2.18.90".
26742 * NEWS: Add 2.19 section.
26743
31ad488d
DM
267442013-08-03 David S. Miller <davem@davemloft.net>
26745
26746 * po/ko.po: Update Korean translation from translation project.
26747
db24e684
DM
267482013-08-01 David S. Miller <davem@davemloft.net>
26749
26750 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
26751 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26752 Bilka.
26753
f723285b
DM
267542013-07-30 David S. Miller <davem@davemloft.net>
26755
26756 * po/fr.po: Update French translation from translation project.
26757
3cbc52db
DM
267582013-07-28 David S. Miller <davem@davemloft.net>
26759
30bbc0cc
DM
26760 * po/cs.po: Update Czech translation from translation project.
26761
3cbc52db
DM
26762 * po/sv.po: Update Swedish translation from translation project.
26763
d492e6d0
DM
267642013-07-27 David S. Miller <davem@davemloft.net>
26765
f1a7f492
DM
26766 * po/eo.po: Update Esperanto translation from translation project.
26767
90e62a4a
DM
26768 * po/vi.po: Update Vietnamese translation from translation project.
26769
d492e6d0
DM
26770 * po/de.po: Update German translation from translation project.
26771
d4baa62d
DM
267722013-07-26 David S. Miller <davem@davemloft.net>
26773
641aa7b4
DM
26774 * po/bg.po: Update Bulgarian translation from translation project.
26775
d4baa62d
DM
26776 * po/nl.po: Update Dutch translation from translation project.
26777 * po/pl.po: Update Polish translation from translation project.
26778 * po/ru.po: Update Russian translation from translation project.
26779
61a9dcb9
DM
267802013-07-24 David S. Miller <davem@davemloft.net>
26781
26782 * po/libc.pot: Update.
26783
7b1f8b58
AZ
267842013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26785
26786 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26787 variable page size.
26788 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26789 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26790 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26791
a8fc7a03
AK
267922013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26793
26794 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26795
e4608715
CD
267962013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26797 Andreas Schwab <schwab@suse.de>
26798 Roland McGrath <roland@hack.frob.com>
26799 Joseph Myers <joseph@codesourcery.com>
26800 Carlos O'Donell <carlos@redhat.com>
26801
26802 [BZ #15755]
26803 * config.h.in: Define HAVE_PT_CHOWN.
26804 * config.make.in (build-pt-chown): New variable.
26805 * configure.in (--enable-pt_chown): New configure option.
26806 * configure: Regenerate.
26807 * login/Makefile: Include Makeconfig. Build pt_chown only if
26808 build-pt-chown is enabled.
26809 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26810 pt_chown to fix pty ownership.
26811 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26812 CLOSE_ALL_FDS.
26813 * manual/install.texi (Configuring and compiling): Mention
26814 --enable-pt_chown. Add @findex for grantpt.
26815 * INSTALL: Regenerate.
26816
da2d62df
DM
268172013-07-20 David S. Miller <davem@davemloft.net>
26818
26819 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26820 difference between 32-bit and 64-bit.
26821
d7e06450
CD
268222013-07-15 Carlos O'Donell <carlos@redhat.com>
26823
26824 [BZ #15711]
26825 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26826 Avoid system header dependency with -ffreestanding.
26827 ($(objpfx)bits/syscall%d): Likewise.
26828
f959cfd7
DM
268292013-07-13 David S. Miller <davem@davemloft.net>
26830
26831 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26832 underflows from atanl/atan2l due to bug 15319.
26833 (casinh_test_data): Likewise.
26834
c61f8513
DM
268352013-07-07 David S. Miller <davem@davemloft.net>
26836
26837 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26838
72c90ed0
JA
268392013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
26840
26841 * sysdeps/i386/fpu/libm-test-ulps: Update.
26842 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26843
52dfbe13
SP
268442013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
26845
26846 * configure.in (--enable-lock-elision): Fix message text.
26847 * INSTALL: Regenerate.
26848 * configure: Regenerate.
26849
3f169543
AZ
268502013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26851
26852 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26853
521c6785
AJ
268542013-07-03 Andreas Jaeger <aj@suse.de>
26855
26856 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26857 define.
26858 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26859 (ptrace_peeksiginfo_args): Add.
26860 (__ptrace_peeksiginfo_flags): Add.
26861 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26862 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26863 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26864
d2cc15cb
AM
268652013-07-03 Allan McRae <allan@archlinux.org>
26866
26867 * sysdeps/i386/fpu/libm-test-ulps: Update.
26868
3aaeeca7
DM
268692013-07-02 David S. Miller <davem@davemloft.net>
26870
26871 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26872
5314ed1a
MT
268732013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
26874
26875 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26876
67338156
JM
268772013-07-02 Joseph Myers <joseph@codesourcery.com>
26878
26879 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26880 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26881
1717da59
AK
268822013-07-02 Andi Kleen <ak@linux.intel.com>
26883
26884 * config.h.in (ENABLE_LOCK_ELISION): Add.
26885 * configure.in (--enable-lock-elision): Add option.
26886 * manual/install.texi: Document --enable lock elision.
26887 * configure: Regenerate
26888 * INSTALL: Regenerate.
26889
1c81621c
L
268902013-07-02 H.J. Lu <hongjiu.lu@intel.com>
26891
26892 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26893 SSE4.2 strcasecmp for libc.a.
26894 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26895
77f01ab5
JM
268962013-07-02 Joseph Myers <joseph@codesourcery.com>
26897
26898 [BZ #13304]
26899 * soft-fp/op-common.h (_FP_FMA): New macro.
26900 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26901 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
26902 (_FP_MUL_MEAT_1_imm): ... here.
26903 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
26904 (_FP_MUL_MEAT_1_wide): ... here.
26905 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
26906 (_FP_MUL_MEAT_1_hard): ... here.
26907 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26908 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
26909 (_FP_MUL_MEAT_2_wide): ... here.
26910 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
26911 (_FP_MUL_MEAT_2_wide_3mul): ... here.
26912 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
26913 (_FP_MUL_MEAT_2_gmp): ... here.
26914 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26915 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
26916 (_FP_MUL_MEAT_4_wide): ... here.
26917 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
26918 (_FP_MUL_MEAT_4_gmp): ... here.
26919 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26920 (_FP_WFRACBITS_DW_S): Likewise.
26921 (_FP_WFRACXBITS_DW_S): Likewise.
26922 (_FP_HIGHBIT_DW_S): Likewise.
26923 (FP_FMA_S): Likewise.
26924 (_FP_FRAC_HIGH_DW_S): Likewise.
26925 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26926 (_FP_WFRACBITS_DW_D): Likewise.
26927 (_FP_WFRACXBITS_DW_D): Likewise.
26928 (_FP_HIGHBIT_DW_D): Likewise.
26929 (FP_FMA_D): Likewise.
26930 (_FP_FRAC_HIGH_DW_D): Likewise.
26931 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26932 (_FP_WFRACBITS_DW_E): Likewise.
26933 (_FP_WFRACXBITS_DW_E): Likewise.
26934 (_FP_HIGHBIT_DW_E): Likewise.
26935 (FP_FMA_E): Likewise.
26936 (_FP_FRAC_HIGH_DW_E): Likewise.
26937 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26938 (_FP_WFRACBITS_DW_Q): Likewise.
26939 (_FP_WFRACXBITS_DW_Q): Likewise.
26940 (_FP_HIGHBIT_DW_Q): Likewise.
26941 (FP_FMA_Q): Likewise.
26942 (_FP_FRAC_HIGH_DW_Q): Likewise.
26943 * soft-fp/fmasf4.c: New file.
26944 * soft-fp/fmadf4.c: Likewise.
26945 * soft-fp/fmatf4.c: Likewise.
26946
6308fd9a
LD
269472013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26948
26949 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26950 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26951 Silvermont.
26952 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26953 macro.
26954 (index_Slow_SSE4_2): Likewise.
26955 (index_Prefer_PMINUB_for_stringop): Likewise.
26956 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26957 bit_Slow_SSE4_2 is set.
26958 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26959 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26960
89cd9569
RA
269612013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26962
26963 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26964 rtld_global._dl_hwcap2.
26965 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26966 POWER8.
26967 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26968 POWER8 feature descriptions defined in _dl_hwcap2.
26969 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26970 string handling for POWER8 feature bits.
26971 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26972 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26973 _dl_powerpc_cap_flags.
26974 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26975 * sysdeps/powerpc/rtld-global-offsets.sym
26976 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26977 _dl_hwcap2 in the rtld_global_ro structure.
26978
1ae8bfe0
RA
269792013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26980
26981 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26982 hardware capabilities in support of AT_HWCAP2.
26983 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26984 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26985 GLRO(dl_hwcap2).
26986 (_dl_show_auxv): Add support for calling _dl_procinfo to display
26987 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
26988 explicitly the unknown a_type display mechanism is used.
26989 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26990 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26991 struct member.
26992 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26993 to macro prototype for AT_HWCAP2 support.
26994 * sysdeps/i386/dl-procinfo.h: Likewise.
26995 * sysdeps/s390/dl-procinfo.h: Likewise.
26996 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26997 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
26998 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
26999 return -1 for unknown a_type display fallback.
27000 * sysdeps/sparc/dl-procinfo.h: Likewise.
27001 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
27002 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
27003
8fbec010
JM
270042013-06-28 Joseph Myers <joseph@codesourcery.com>
27005
27006 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
27007 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
27008
0432680e
PY
270092013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
27010
27011 [BZ #12492]
27012 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
27013 mprotect making __stack_prot writable.
27014
ce61a2ad
NF
270152013-06-28 Nathan Froyd <froydnj@codesourcery.com>
27016 Joseph Myers <joseph@codesourcery.com>
27017
27018 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
27019 as being properly aligned.
27020
f91f1c0f
MR
270212013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
27022
3d0f5d0c
MR
27023 * dlfcn/modstatic5.c: New file.
27024 * dlfcn/tststatic5.c: New file.
27025 * dlfcn/Makefile (tests): Add tststatic5.
27026 (tests-static): Likewise.
27027 (modules-names): Add modstatic5.
27028 (tststatic5-ENV): New variable.
27029 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
27030
f91f1c0f
MR
27031 [BZ #15022]
27032 * elf/dl-support.c (_dl_main_map): New variable.
27033 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
27034 (_dl_nns, _dl_load_adds): Set to 1.
27035 (_dl_initial_searchlist): Refer to _dl_main_map.
27036 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
27037 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
27038 call to _dl_get_origin.
27039 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
27040 around call_map.
27041 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
27042 * dlfcn/modstatic3.c: New file.
27043 * dlfcn/tststatic3.c: New file.
27044 * dlfcn/tststatic4.c: New file.
27045 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
27046 (tests-static): Likewise.
27047 (modules-names): Add modstatic3.
27048 (tststatic3-ENV, tststatic4-ENV): New variables.
27049 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
27050 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
27051
cbe7d24b
JM
270522013-06-26 Joseph Myers <joseph@codesourcery.com>
27053
27054 * configure.in (CC): Require GCC version 4.4 or later.
27055 * configure: Regenerated.
27056 * manual/install.texi (Tools for Compilation): Update GCC version
27057 requirement.
27058 * INSTALL: Regenerated.
27059
11b8a0e1
LD
270602013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
27061
27062 [BZ #15674]
bb5bb87c
L
27063 * string/test-memcmp.c (check2): New.
27064 (main): Call check2.
27065
11b8a0e1
LD
27066 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
27067
b0037103
MR
270682013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
27069
27070 [BZ #15022]
27071 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
27072 over to...
27073 (dl_open_worker) [!SHARED]: ... here.
27074
c18c701d
RA
270752013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
27076
27077 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
27078
1d17fa5f
RH
270792013-06-25 Richard Henderson <rth@redhat.com>
27080
27081 * locale/programs/locarchive.c: Include <libc-internal.h>
27082
8fcb833a
JM
270832013-06-25 Joseph Myers <joseph@codesourcery.com>
27084
27085 * manual/texinfo.tex: Update to version 2013-06-21.17, with
27086 trailing whitespace removed.
27087
17db6e8d
MF
270882013-06-24 Mike Frysinger <vapier@gentoo.org>
27089
27090 [BZ #10283]
17db6e8d
MF
27091 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
27092 * locale/programs/locarchive.c: Include libc-mmap.h.
27093 (prepare_address_space): Take two new outputs (the mmap base and len).
27094 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
27095 values.
27096 (create_archive): Declare new mmap base and len values for
27097 prepare_address_space, and store the result in ah.
27098 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
27099 (enlarge_archive): If ah->mmap_base is not NULL, use that and
27100 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27101 Declare new mmap base and len values for
27102 prepare_address_space, and store the result in new_ah.
27103 (open_archive): Declare new mmap base and len values for
27104 prepare_address_space, and store the result in ah.
27105 (close_archive): If ah->mmap_base is not NULL, use that and
27106 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27107 * sysdeps/generic/libc-mmap.h: New file.
27108
d605071e
MF
271092013-06-24 Mike Frysinger <vapier@gentoo.org>
27110
27111 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
27112 (ALIGN_UP): Likewise.
27113 (PTR_ALIGN_DOWN): Likewise.
27114 (PTR_ALIGN_UP): Likewise.
27115
2f063a6e
RA
271162013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
27117
27118 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
27119 entry mapped to PPC_PLATFORM_POWER8.
27120 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
27121 POWER8.
27122 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
27123 (_dl_string_platform): Add case for exporting platform position for
27124 POWER8.
27125 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
27126 search path to sysdeps/powerpc/powerpc32/power8 directory.
27127 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
27128 search path to sysdeps/powerpc/powerpc64/power8 directory.
27129 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
27130 power7 directories.
27131 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
27132 power7 directories.
27133
a31ee4b3
SP
271342013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
27135
a74ca98f
SP
27136 * INSTALL: Regenerate.
27137
a31ee4b3
SP
27138 * nscd/connections.c (nscd_init): Fix comment.
27139
695c378f
JM
271402013-06-22 Joseph Myers <joseph@codesourcery.com>
27141
d8412221
JM
27142 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
27143
695c378f
JM
27144 [BZ #15667]
27145 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
27146 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
27147
d1d54715
MR
271482013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
27149
27150 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
27151 DL_DST_REQ_STATIC.
27152 (DL_DST_REQ_STATIC): Remove macro.
27153
8fdda7af
JM
271542013-06-21 Joseph Myers <joseph@codesourcery.com>
27155
27156 [BZ #7006]
27157 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
27158 with a shift of 0 bits.
27159
f3bc5e5a
MR
271602013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
27161
27162 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
27163 $(tststatic-ENV).
27164
be09e8c9
KK
271652013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
27166
27167 [BZ #15655]
27168 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
27169
85c2e611
AZ
271702013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27171
27172 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
27173 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
27174 accepts -fno-tree-loop-distribute-patterns.
27175 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
27176 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
27177 recursive call.
27178 * string/memset.c (memset): Likewise.
27179 * string/test-memmove.c (simple_memmove): Disable loop transformation
27180 to library calls.
27181 * string/test-memset.c (simple_memset): Likewise.
27182 * benchtests/bench-memmove.c (simple_memmove): Likewise.
27183 * benchtests/bench-memset.c (simple_memset): Likewise.
27184 * configure: Regenerated.
27185
c91e0825
JM
271862013-06-20 Joseph Myers <joseph@codesourcery.com>
27187
b8c792af
JM
27188 * math/test-misc.c (main): Ignore fesetround failure when failures
27189 of subsequent rounding tests would be ignored.
27190
c91e0825
JM
27191 [BZ #15654]
27192 * math/fedisblxcpt.c (fedisableexcept): Return 0.
27193 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
27194 * math/fegetenv.c (__fegetenv): Return 0.
27195 * math/fegetexcept.c (fegetexcept): Return 0.
27196 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
27197 FE_TONEAREST.
27198 * math/feholdexcpt.c (feholdexcept): Return 0.
27199 * math/fesetenv.c (__fesetenv): Return 0.
27200 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
27201 argument FE_TONEAREST.
27202 * math/feupdateenv.c (__feupdateenv): Return 0.
27203 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27204
bfcacbde
RM
272052013-06-18 Roland McGrath <roland@hack.frob.com>
27206
27207 * elf/rtld-Rules (rtld-compile-command.S): New variable.
27208 (rtld-compile-command.s, rtld-compile-command.c): New variables.
27209 ($(objpfx)rtld-%.os rules): Use them.
27210
e55a9b25
AZ
272112013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27212
27213 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27214 fields.
27215
346d65b3
RM
272162013-06-17 Roland McGrath <roland@hack.frob.com>
27217
12086fb4
RM
27218 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27219 length of target pattern, then descending length of dependency pattern.
27220 * configure.in (AWK): Require gawk 3.1.2 or newer.
27221 * manual/install.texi (Tools for Compilation): Say that we do.
27222 * configure: Regenerated.
27223
346d65b3
RM
27224 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27225 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27226 * scripts/sysd-rules.awk: ... this new script.
27227 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27228 than a glob-style pattern.
27229
1a846317
JM
272302013-06-17 Joseph Myers <joseph@codesourcery.com>
27231
27232 * math/test-misc.c (main): Do not treat incorrectly rounded
27233 conversions as failure unless ROUNDING_TESTS passes.
27234
8fc75e6f
JM
272352013-06-15 Joseph Myers <joseph@codesourcery.com>
27236
3711a167
JM
27237 [BZ #15631]
27238 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27239 restore exception state around main square root computation, then
27240 check for inexactness explicitly.
27241
8fc75e6f
JM
27242 * math/libm-test.inc (fma_test_data): Add another test.
27243
61dd6208
SP
272442013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27245
adf23d2c
SP
27246 * manual/threads.texi (Non-POSIX Extensions): New document
27247 node. Document pthread_getattr_default_np and
27248 pthread_setattr_default_np.
27249
61dd6208
SP
27250 * Versions.def (libpthread): Add GLIBC_2.18.
27251 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27252 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27253 Likewise.
27254 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27255 Likewise.
27256 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27257 Likewise.
27258 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27259 Likewise.
27260 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27261 Likewise.
27262 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27263 Likewise.
27264 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27265 Likewise.
27266 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27267 Likewise.
27268 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27269 Likewise.
27270
d086fc7b
LD
272712013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
27272
27273 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27274 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27275
747ef469
SP
272762013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
27277 H.J. Lu <hjl.tools@gmail.com>
27278
27279 [BZ #15627]
27280 * sysdeps/x86_64/rtld-memset.c: Remove file.
27281 * sysdeps/x86_64/rtld-memset.S: New file.
27282
1b2feed2
JM
272832013-06-14 Joseph Myers <joseph@codesourcery.com>
27284
27285 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
27286 (test_in_one_mode): Take arguments for whether the rounding mode
27287 is supported for each floating-point type.
27288 (do_test): Pass new arguments to test_in_one_mode using
27289 ROUNDING_TESTS.
27290
a58ad3f8
RM
272912013-06-13 Roland McGrath <roland@hack.frob.com>
27292
27293 * posix/tst-waitid.c (do_test): Distinguish different instances of
27294 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
27295 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
27296 before entering the kernel for waitpid.
27297
c204ab28
SP
272982013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
27299
27300 * NEWS: Fix note on clock function precision. Text by Roland
27301 McGrath.
27302
f4a29fba
RM
273032013-06-13 Roland McGrath <roland@hack.frob.com>
27304
27305 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
27306 it into place only when and if the sanity check passes.
27307
1f24b9ad
JM
273082013-06-13 Joseph Myers <joseph@codesourcery.com>
27309
27310 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
27311 output for whether conversion result is exact. Take argument
27312 indicating whether type is IBM long double.
27313 (round_for_all): Change need_exact field to ibm_ld.
27314 * stdlib/tst-strtod-round.c (struct exactness): New type.
27315 (struct test): Change bool ld_ok field to struct exactness exact.
27316 (TEST): Update all definitions for change to field.
27317 (tests): Regenerate array contents.
27318 (test_in_one_mode): Take pointer to new field instead of old ld_ok
27319 field value. Check for IBM long double here.
27320 (do_test): Update calls to test_in_one_mode.
27321
58206c68
SP
273222013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
27323
27324 [BZ #12515]
27325 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
27326 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
27327
2d6f4c5b 273282013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
27329
27330 [BZ #15605]
27331 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
27332 generated by the compiler on loop optimizations.
27333 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
27334 general definitions.
27335
94f2c076
JM
273362013-06-12 Joseph Myers <joseph@codesourcery.com>
27337
27338 * math/bug-nextafter.c: Include <math-tests.h>.
27339 (main): Only test for exceptions if EXCEPTION_TESTS is true for
27340 the relevant type.
27341 * math/bug-nexttoward.c: Include <math-tests.h>.
27342 (main): Only test for exceptions if EXCEPTION_TESTS is true for
27343 the relevant type.
27344 * math/test-misc.c: Include <math-tests.h>.
27345 (main): Only test for exceptions if EXCEPTION_TESTS is true for
27346 the relevant type.
27347
e0e50a0a
AJ
273482013-06-12 Andreas Jaeger <aj@suse.de>
27349
27350 * po/ia.po: Update Interlingua translation from translation
27351 project.
27352
25061094
SP
273532013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
27354
27355 * include/fenv.h: Include stdbool.h.
27356 (struct rm_ctx): New structure.
27357 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27358 Define macro.
27359 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27360 (SET_RESTORE_ROUNDF): Likewise.
27361 (SET_RESTORE_ROUNDL): Likewise.
27362 (SET_RESTORE_ROUND_NOEX): Likewise.
27363 (SET_RESTORE_ROUND_NOEXF): Likewise.
27364 (SET_RESTORE_ROUND_NOEXL): Likewise.
27365 (SET_RESTORE_ROUND_53BIT): Likewise.
27366 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27367 (libc_feresetround_noexf_ctx): Likewise.
27368 (libc_feresetround_noexl_ctx): Likewise.
27369 (libc_feholdsetround_53bit_ctx): Likewise.
27370 (libc_feresetround_53bit_ctx): Likewise.
27371 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27372 (libc_feholdexcept_setround_sse_ctx): New function.
27373 (libc_fesetenv_sse_ctx): Likewise.
27374 (libc_feupdateenv_sse_ctx): Likewise.
27375 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27376 (libc_feholdexcept_setround_387_ctx): Likewise.
27377 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27378 (libc_feholdsetround_387_prec_ctx): Likewise.
27379 (libc_feholdsetround_387_ctx): Likewise.
27380 (libc_feholdsetround_387_53bit_ctx): Likewise.
27381 (libc_feholdsetround_sse_ctx): Likewise.
27382 (libc_feresetround_sse_ctx): Likewise.
27383 (libc_feresetround_387_ctx): Likewise.
27384 (libc_feupdateenv_387_ctx): Likewise.
27385 (libc_feholdexcept_setroundf_ctx): Define macro.
27386 (libc_fesetenvf_ctx): Likewise.
27387 (libc_feupdateenvf_ctx): Likewise.
27388 (libc_feholdsetroundf_ctx): Likewise.
27389 (libc_feresetroundf_ctx): Likewise.
27390 (libc_feholdexcept_setround_ctx): Likewise.
27391 (libc_fesetenv_ctx): Likewise.
27392 (libc_feupdateenv_ctx): Likewise.
27393 (libc_feholdsetround_ctx): Likewise.
27394 (libc_feresetround_ctx): Likewise.
27395 (libc_feholdexcept_setroundl_ctx): Likewise.
27396 (libc_feupdateenvl_ctx): Likewise.
27397 (libc_feholdsetroundl_ctx): Likewise.
27398 (libc_feresetroundl_ctx): Likewise.
27399 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27400 (libc_feresetround_53bit_ctx): Likewise.
27401
59b30555
SP
274022013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27403
27404 * locale/iso-639.def: Convert to UTF-8.
27405
f1d73d30
JM
274062013-06-11 Joseph Myers <joseph@codesourcery.com>
27407
27408 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27409 (EXCEPTION_TESTS_double): Likewise.
27410 (EXCEPTION_TESTS_long_double): Likewise.
27411 (EXCEPTION_TESTS): Likewise.
27412 * math/libm-test.inc (test_exceptions): Only test exceptions if
27413 EXCEPTION_TESTS (FLOAT).
27414
94aca5e7
SP
274152013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27416
27417 * benchtests/Makefile (string-bench): Add strcpy_chk and
27418 stpcpy_chk.
27419 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27420 * benchtests/bench-stpcpy_chk.c: New file.
27421 * benchtests/bench-strcpy_chk-ifunc.c: New file.
27422 * benchtests/bench-strcpy_chk.c: New file.
27423 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27424 code.
27425 (do_test): Likewise.
27426
fac0c5f2
RA
274272013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
27428
27429 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27430 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27431 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27432 with tabs where appropriate.
27433 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27434 dl-procinfo.h.
27435 [PPC_PLATFORM_PPC440]: Likewise.
27436 [PPC_PLATFORM_PPC464]: Likewise.
27437 [PPC_PLATFORM_PPC476]: Likewise.
27438 (_dl_string_platform): Add support for detecting ppc405, ppc440,
27439 ppc464, and ppc476 platform strings merging from ports/
27440 dl-procinfo.h.
27441
f22bc486
AS
274422013-06-11 Andreas Schwab <schwab@suse.de>
27443
27444 [BZ #14991]
27445 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27446 (from_ucs4_idx): Regenerate.
27447 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27448 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27449 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27450 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27451 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27452 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27453 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27454 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27455 from FROM_LOOP and TO_LOOP specific macros.
27456 (BODY): Handle combining characters.
27457 * iconvdata/BIG5HKSCS.irreversible: Update.
27458 * iconvdata/BIG5HKSCS.precomposed: New file.
27459 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27460 characters.
27461 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27462
c1f75dc3
SP
274632013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27464
4eacded2
SP
27465 * include/sys/time.h: Fix indentation and add copyright header.
27466
fec799f8
SP
27467 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27468 (do_test): Likewise.
27469 * string/test-memchr.c (do_one_test): Likewise.
27470 (do_test): Likewise.
27471 * string/test-memcmp.c (do_one_test): Likewise.
27472 (do_test): Likewise.
27473 * string/test-memcpy.c (do_one_test): Likewise.
27474 (do_test): Likewise.
27475 * string/test-memmem.c (do_one_test): Likewise.
27476 (do_test): Likewise.
27477 (do_random_tests): Likewise.
27478 * string/test-memmove.c (do_one_test): Likewise.
27479 (do_test): Likewise.
27480 * string/test-memset.c (do_one_test): Likewise.
27481 (do_test): Likewise.
27482 * string/test-rawmemchr.c (do_one_test): Likewise.
27483 (do_test): Likewise.
27484 * string/test-strcasecmp.c (do_one_test): Likewise.
27485 (do_test): Likewise.
27486 * string/test-strcasestr.c (do_one_test): Likewise.
27487 (do_test): Likewise.
27488 * string/test-strcat.c (do_one_test): Likewise.
27489 (do_test): Likewise.
27490 * string/test-strchr.c (do_one_test): Likewise.
27491 (do_test): Likewise.
27492 * string/test-strcmp.c (do_one_test): Likewise.
27493 (do_test): Likewise.
27494 * string/test-strcpy.c (do_one_test): Likewise.
27495 (do_test): Likewise.
27496 * string/test-string.h: Likewise.
27497 (test_init): Likewise.
27498 * string/test-strlen.c (do_one_test): Likewise.
27499 (do_test): Likewise.
27500 * string/test-strncasecmp.c (do_one_test): Likewise.
27501 (do_test): Likewise.
27502 * string/test-strncat.c (do_one_test): Likewise.
27503 (do_test): Likewise.
27504 * string/test-strncmp.c (do_one_test): Likewise.
27505 (do_test_limit): Likewise.
27506 (do_test): Likewise.
27507 * string/test-strncpy.c (do_one_test): Likewise.
27508 (do_test): Likewise.
27509 * string/test-strnlen.c (do_one_test): Likewise.
27510 (do_test): Likewise.
27511 * string/test-strpbrk.c (do_one_test): Likewise.
27512 (do_test): Likewise.
27513 * string/test-strrchr.c (do_one_test): Likewise.
27514 (do_test): Likewise.
27515 * string/test-strspn.c (do_one_test): Likewise.
27516 (do_test): Likewise.
27517 * string/test-strstr.c (do_one_test): Likewise.
27518 (do_test): Likewise.
27519
97020474
SP
27520 * benchtests/Makefile (string-bench): Add string benchmarks.
27521 * benchtests/bench-bcopy-ifunc.c: New file.
27522 * benchtests/bench-bcopy.c: New file.
27523 * benchtests/bench-bzero-ifunc.c: New file.
27524 * benchtests/bench-bzero.c: New file.
27525 * benchtests/bench-memccpy-ifunc.c: New file.
27526 * benchtests/bench-memccpy.c: New file.
27527 * benchtests/bench-memchr-ifunc.c: New file.
27528 * benchtests/bench-memchr.c: New file.
27529 * benchtests/bench-memcmp-ifunc.c: New file.
27530 * benchtests/bench-memcmp.c: New file.
27531 * benchtests/bench-memmem-ifunc.c: New file.
27532 * benchtests/bench-memmem.c: New file.
27533 * benchtests/bench-memmove-ifunc.c: New file.
27534 * benchtests/bench-memmove.c: New file.
27535 * benchtests/bench-mempcpy-ifunc.c: New file.
27536 * benchtests/bench-mempcpy.c: New file.
27537 * benchtests/bench-memset-ifunc.c: New file.
27538 * benchtests/bench-memset.c: New file.
27539 * benchtests/bench-rawmemchr-ifunc.c: New file.
27540 * benchtests/bench-rawmemchr.c: New file.
27541 * benchtests/bench-stpcpy-ifunc.c: New file.
27542 * benchtests/bench-stpcpy.c: New file.
27543 * benchtests/bench-stpncpy-ifunc.c: New file.
27544 * benchtests/bench-stpncpy.c: New file.
27545 * benchtests/bench-strcasecmp-ifunc.c: New file.
27546 * benchtests/bench-strcasecmp.c: New file.
27547 * benchtests/bench-strcasestr-ifunc.c: New file.
27548 * benchtests/bench-strcasestr.c: New file.
27549 * benchtests/bench-strcat-ifunc.c: New file.
27550 * benchtests/bench-strcat.c: New file.
27551 * benchtests/bench-strchr-ifunc.c: New file.
27552 * benchtests/bench-strchr.c: New file.
27553 * benchtests/bench-strchrnul-ifunc.c: New file.
27554 * benchtests/bench-strchrnul.c: New file.
27555 * benchtests/bench-strcmp-ifunc.c: New file.
27556 * benchtests/bench-strcmp.c: New file.
27557 * benchtests/bench-strcpy-ifunc.c: New file.
27558 * benchtests/bench-strcpy.c: New file.
27559 * benchtests/bench-strcspn-ifunc.c: New file.
27560 * benchtests/bench-strcspn.c: New file.
27561 * benchtests/bench-strlen-ifunc.c: New file.
27562 * benchtests/bench-strlen.c: New file.
27563 * benchtests/bench-strncasecmp-ifunc.c: New file.
27564 * benchtests/bench-strncasecmp.c: New file.
27565 * benchtests/bench-strncat-ifunc.c: New file.
27566 * benchtests/bench-strncat.c: New file.
27567 * benchtests/bench-strncmp-ifunc.c: New file.
27568 * benchtests/bench-strncmp.c: New file.
27569 * benchtests/bench-strncpy-ifunc.c: New file.
27570 * benchtests/bench-strncpy.c: New file.
27571 * benchtests/bench-strnlen-ifunc.c: New file.
27572 * benchtests/bench-strnlen.c: New file.
27573 * benchtests/bench-strpbrk-ifunc.c: New file.
27574 * benchtests/bench-strpbrk.c: New file.
27575 * benchtests/bench-strrchr-ifunc.c: New file.
27576 * benchtests/bench-strrchr.c: New file.
27577 * benchtests/bench-strspn-ifunc.c: New file.
27578 * benchtests/bench-strspn.c: New file.
27579 * benchtests/bench-strstr-ifunc.c: New file.
27580 * benchtests/bench-strstr.c: New file.
27581
c1f75dc3
SP
27582 * benchtests/Makefile: Disable parallel execution of targets.
27583 (string-bench): Add memcpy.
27584 (benchset): New variable to store a list of benchmark sets.
27585 (bench-func): Renamed from bench.
27586 (bench-set): New target.
27587 (bench): Depend on bench-func and bench-set.
27588 * benchtests/README: Add section on benchmark sets.
27589 * benchtests/bench-memcpy-ifunc.c: New file.
27590 * benchtests/bench-memcpy.c: New file.
27591 * benchtests/bench-string.h: New file.
27592
50fd745b
AS
275932013-06-11 Andreas Schwab <schwab@suse.de>
27594
27595 [BZ #15577]
27596 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27597 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27598 values in the triple.
27599 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27600 terminator in the group key.
27601
3ee7e9fe
AJ
276022013-06-11 Andreas Jaeger <aj@suse.de>
27603
27604 * po/zh_TW.po: Update Chinese (traditional) translation from
27605 translation project.
27606
89fb6835
SP
276072013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27608
27609 * include/time.h (__clock_gettime): Add libc_hidden_proto.
27610 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27611 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
27612 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27613 (clock_getcpuclockid): Likewise.
27614 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27615 Add weak_alias and libc_hidden_def.
27616 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27617 * rt/clock_gettime.c (clock_gettime): Rename to
27618 __clock_gettime. Add weak_alias and libc_hidden_def.
27619 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27620 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27621 __clock_nanosleep. Add weak_alias and libc_hidden_def.
27622 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27623 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27624 Likewise.
27625 * rt/clock_settime.c (clock_settime): Rename to
27626 __clock_settime. Add weak_alias and libc_hidden_def.
27627 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27628
0efa6f8b
JM
276292013-06-10 Joseph Myers <joseph@codesourcery.com>
27630
b8c61b4b
JM
27631 * mach/err_boot.sub: Remove trailing whitespace.
27632 * mach/err_ipc.sub: Likewise.
27633 * mach/err_mach.sub: Likewise.
27634
0efa6f8b
JM
27635 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27636 (ROUNDING_TESTS_double): Likewise.
27637 (ROUNDING_TESTS_long_double): Likewise.
27638 (ROUNDING_TESTS): Likewise.
27639 * math/libm-test.inc: Include <math-tests.h>.
27640 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27641 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27642 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27643 (IF_ROUND_INIT_FE_UPWARD): Likewise.
27644
50b818bf
SP
276452013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
27646
27647 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27648 of assigning.
27649
60d2f8f3
JM
276502013-06-08 Joseph Myers <joseph@codesourcery.com>
27651
4902d2c3
JM
27652 * sysdeps/gnu/errlist.awk: Do not generate space at end of
27653 otherwise empty TRANS lines.
27654 * sysdeps/gnu/errlist.c: Regenerated.
27655
60d2f8f3
JM
27656 * catgets/gencat.c (error_print): Use (void) in function
27657 definition.
27658 * crypt/crypt_util.c (__init_des): Likewise.
27659 * crypt/speeds.c (Stop): Likewise.
27660 (main): Likewise.
27661 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27662 * inet/ruserpass.c (token): Likewise.
27663 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27664 * intl/localealias.c (extend_alias_table): Likewise.
27665 * intl/plural-exp.c (init_germanic_plural): Likewise.
27666 * libio/fcloseall.c (__fcloseall): Likewise.
27667 * libio/genops.c (_IO_flush_all): Likewise.
27668 (_IO_flush_all_linebuffered): Likewise.
27669 (_IO_cleanup): Likewise.
27670 (_IO_iter_begin): Likewise.
27671 (_IO_iter_end): Likewise.
27672 (_IO_list_lock): Likewise.
27673 (_IO_list_unlock): Likewise.
27674 (_IO_list_resetlock): Likewise.
27675 * libio/getchar.c (getchar): Likewise.
27676 * libio/getchar_u.c (getchar_unlocked): Likewise.
27677 * libio/getwchar.c (getwchar): Likewise.
27678 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27679 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27680 * login/getpt.c (__getpt): Likewise.
27681 * login/tst-utmp.c (main): Likewise.
27682 * malloc/hooks.c (__malloc_check_init): Likewise.
27683 * malloc/malloc.c (__malloc_stats): Likewise.
27684 * malloc/mtrace.c (tr_break): Likewise.
27685 (mtrace): Likewise.
27686 (muntrace): Likewise.
27687 * misc/fstab.c (endfsent): Likewise.
27688 * misc/getclktck.c (__getclktck): Likewise.
27689 * misc/getdtsz.c (__getdtablesize): Likewise.
27690 * misc/gethostid.c (gethostid): Likewise.
27691 * misc/getpagesize.c (__getpagesize): Likewise.
27692 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27693 (__get_nprocs): Likewise.
27694 (__get_phys_pages): Likewise.
27695 (__get_avphys_pages): Likewise.
27696 * misc/getttyent.c (getttyent): Likewise.
27697 (setttyent): Likewise.
27698 (endttyent): Likewise.
27699 * misc/getusershell.c (getusershell): Likewise.
27700 (endusershell): Likewise.
27701 (setusershell): Likewise.
27702 (initshells): Likewise.
27703 * misc/hsearch.c (__hdestroy): Likewise.
27704 * misc/sync.c (sync): Likewise.
27705 * misc/syslog.c (closelog_internal): Likewise.
27706 (closelog): Likewise.
27707 * misc/ttyslot.c (ttyslot): Likewise.
27708 * misc/vhangup.c (vhangup): Likewise.
27709 * posix/fork.c (__fork): Likewise.
27710 * posix/getegid.c (__getegid): Likewise.
27711 * posix/geteuid.c (__geteuid): Likewise.
27712 * posix/getgid.c (__getgid): Likewise.
27713 * posix/getpid.c (__getpid): Likewise.
27714 * posix/getppid.c (__getppid): Likewise.
27715 * posix/getuid.c (__getuid): Likewise.
27716 * posix/pause.c (pause): Likewise.
27717 * posix/setpgrp.c (setpgrp): Likewise.
27718 * posix/setsid.c (__setsid): Likewise.
27719 * posix/test-vfork.c (noop): Likewise.
27720 * resolv/gethnamaddr.c (_endhtent): Likewise.
27721 (_gethtent): Likewise.
27722 (ht_endhostent): Likewise.
27723 (gethostent): Likewise.
27724 (dns_service): Likewise.
27725 * stdlib/drand48.c (drand48): Likewise.
27726 * stdlib/lrand48.c (lrand48): Likewise.
27727 * stdlib/mrand48.c (mrand48): Likewise.
27728 * stdlib/rand.c (rand): Likewise.
27729 * stdlib/random.c (__random): Likewise.
27730 * stdlib/setenv.c (clearenv): Likewise.
27731 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27732 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27733 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27734 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27735 (__get_nprocs): Likewise.
27736 (__get_phys_pages): Likewise.
27737 (__get_avphys_pages): Likewise.
27738 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27739 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27740 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27741 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27742 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27743 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27744 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27745 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27746 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27747 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27748 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27749 * sysdeps/mach/hurd/sync.c (sync): Likewise.
27750 * sysdeps/posix/clock.c (clock): Likewise.
27751 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27752 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27753 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27754 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27755 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27756 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27757 (__get_nprocs_conf): Likewise.
27758 (__get_phys_pages): Likewise.
27759 (__get_avphys_pages): Likewise.
27760 * time/clock.c (clock): Likewise.
27761 * time/tzset.c (__tzname_max): Likewise.
27762
2e09a79a
JM
277632013-06-07 Joseph Myers <joseph@codesourcery.com>
27764
27765 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27766 (__bswap_32): Do not use "register".
27767 * crypt/crypt.c (_ufc_doit_r): Likewise.
27768 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27769 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27770 * gmon/gmon.c (__monstartup): Likewise.
27771 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27772 * hurd/hurdmalloc.c (more_memory): Likewise.
27773 (malloc): Likewise.
27774 (free): Likewise.
27775 (realloc): Likewise.
27776 (malloc_fork_prepare): Likewise.
27777 (malloc_fork_parent): Likewise.
27778 (malloc_fork_child): Likewise.
27779 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27780 (_svcauth_des): Likewise.
27781 * inet/inet_lnaof.c (inet_lnaof): Likewise.
27782 * inet/inet_net.c (inet_network): Likewise.
27783 * inet/inet_netof.c (inet_netof): Likewise.
27784 * inet/rcmd.c (__validuser2_sa): Likewise.
27785 * io/fts.c (fts_open): Likewise.
27786 (fts_load): Likewise.
27787 (fts_close): Likewise.
27788 (fts_read): Likewise.
27789 (fts_children): Likewise.
27790 (fts_build): Likewise.
27791 (fts_stat): Likewise.
27792 (fts_sort): Likewise.
27793 (fts_alloc): Likewise.
27794 (fts_lfree): Likewise.
27795 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27796 (_IO_file_xsgetn): Likewise.
27797 (_IO_file_xsgetn_mmap): Likewise.
27798 * libio/iofopncook.c (_IO_cookie_read): Likewise.
27799 (_IO_cookie_write): Likewise.
27800 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27801 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27802 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27803 * malloc/obstack.c (_obstack_begin): Likewise.
27804 (_obstack_begin_1): Likewise.
27805 (_obstack_newchunk): Likewise.
27806 (_obstack_allocated_p): Likewise.
27807 (obstack_free): Likewise.
27808 (_obstack_memory_used): Likewise.
27809 * misc/getttyent.c (getttynam): Likewise.
27810 (getttyent): Likewise.
27811 (skip): Likewise.
27812 (value): Likewise.
27813 * misc/getusershell.c (initshells): Likewise.
27814 * misc/syslog.c (__vsyslog_chk): Likewise.
27815 * misc/ttyslot.c (ttyslot): Likewise.
27816 * nis/nis_hash.c (__nis_hash): Likewise.
27817 * posix/fnmatch_loop.c (FCT): Likewise.
27818 * posix/getconf.c (print_all): Likewise.
27819 (main): Likewise.
27820 * posix/getopt.c (exchange): Likewise.
27821 * posix/glob.c (globfree): Likewise.
27822 (prefix_array): Likewise.
27823 (__glob_pattern_type): Likewise.
27824 * resolv/arpa/nameser.h (NS_GET16): Likewise.
27825 (NS_GET32): Likewise.
27826 (NS_PUT16): Likewise.
27827 (NS_PUT32): Likewise.
27828 * resolv/gethnamaddr.c (getanswer): Likewise.
27829 (gethostbyname2): Likewise.
27830 (gethostbyaddr): Likewise.
27831 (_gethtent): Likewise.
27832 (_gethtbyname2): Likewise.
27833 (_gethtbyaddr): Likewise.
27834 * resolv/ns_print.c (dst_s_get_int16): Likewise.
27835 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27836 * resolv/res_init.c (__res_vinit): Likewise.
27837 (net_mask): Likewise.
27838 * resolv/res_mkquery.c (outchar): Likewise.
27839 (PRINT): Likewise.
27840 * stdio-common/printf_fp.c (outchar): Likewise.
27841 (PRINT): Likewise.
27842 * stdio-common/printf_fphex.c (outchar): Likewise.
27843 (PRINT): Likewise.
27844 * stdio-common/printf_size.c (outchar): Likewise.
27845 (PRINT): Likewise.
27846 * stdio-common/test_rdwr.c (main): Likewise.
27847 * stdio-common/tfformat.c (matches): Likewise.
27848 * stdio-common/vfprintf.c (outchar): Likewise.
27849 (printf_unknown): Likewise.
27850 (buffered_vfprintf): Likewise.
27851 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27852 * stdio-common/xbug.c (AppendToBuffer): Likewise.
27853 (ReadFile): Likewise.
27854 * stdlib/qsort.c (SWAP): Likewise.
27855 (_quicksort): Likewise.
27856 * stdlib/setenv.c (__add_to_environ): Likewise.
27857 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27858 * stdlib/strtol_l.c (__strtol_l): Likewise.
27859 * stdlib/tst-strtod.c (main): Likewise.
27860 * stdlib/tst-strtol.c (main): Likewise.
27861 * stdlib/tst-strtoll.c (main): Likewise.
27862 * string/bits/string2.h (__strcmp_cc): Likewise.
27863 (__strcmp_cg): Likewise.
27864 (__strcspn_c1): Likewise.
27865 (__strcspn_c2): Likewise.
27866 (__strcspn_c3): Likewise.
27867 (__strspn_c1): Likewise.
27868 (__strspn_c2): Likewise.
27869 (__strspn_c3): Likewise.
27870 (__strsep_1c): Likewise.
27871 (__strsep_2c): Likewise.
27872 (__strsep_3c): Likewise.
27873 * string/memccpy.c (__memccpy): Likewise.
27874 * string/stpcpy.c (__stpcpy): Likewise.
27875 * string/strcmp.c (strcmp): Likewise.
27876 * string/strrchr.c (strrchr): Likewise.
27877 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27878 Likewise.
27879 * sysdeps/mach/hurd/getcwd.c
27880 (_hurd_canonicalize_directory_name_internal): Likewise.
27881 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27882 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27883 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27884 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27885 Likewise, in both definitions.
27886 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27887 definitions.
27888 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27889 64] (__bswap_64): Likewise.
27890 * time/test_time.c (main): Likewise.
27891 * time/tzfile.c (__tzfile_read): Likewise.
27892 (__tzfile_compute): Likewise.
27893 * time/tzset.c (__tzset_parse_tz): Likewise.
27894 (tzset_internal): Likewise.
27895 (compute_change): Likewise.
27896 * wcsmbs/wcscat.c (__wcscat): Likewise.
27897 * wcsmbs/wcschr.c (wcschr): Likewise.
27898 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27899 * wcsmbs/wcscspn.c (wcscspn): Likewise.
27900 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27901 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27902 * wcsmbs/wcsspn.c (wcsspn): Likewise.
27903 * wcsmbs/wcsstr.c (wcsstr): Likewise.
27904 * wcsmbs/wmemchr.c (wmemchr): Likewise.
27905 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27906 * wcsmbs/wmemset.c (wmemset): Likewise.
27907
9e54314b
JM
279082013-06-06 Joseph Myers <joseph@codesourcery.com>
27909
27910 * scripts/config.guess: Update to version 2013-05-16.
27911 * scripts/config.sub: Update to version 2013-04-24.
27912 * scripts/install-sh: Update to version 2011-11-20.07.
27913 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27914 * scripts/move-if-change: Update to version 2012-01-06 07:23.
27915
350635a5
OB
279162013-06-06 Ondřej Bílka <neleai@seznam.cz>
27917
27918 * debug/fgetws_u_chk.c: Fix leading whitespaces.
27919 * elf/sln.c: Likewise.
27920 * hurd/hurd/ioctl.h: Likewise.
27921 * hurd/hurdmalloc.c: Likewise.
27922 * hurd/xattr.c: Likewise.
27923 * include/shlib-compat.h: Likewise.
27924 * inet/ruserpass.c: Likewise.
27925 * libio/iofgets_u.c: Likewise.
27926 * libio/iofgetws_u.c: Likewise.
27927 * locale/programs/ld-identification.c: Likewise.
27928 * locale/programs/ld-time.c: Likewise.
27929 * mach/msg-destroy.c: Likewise.
27930 * nss/nss_files/files-netgrp.c: Likewise.
27931 * resolv/res_data.c: Likewise.
27932 * soft-fp/op-1.h: Likewise.
27933 * soft-fp/op-2.h: Likewise.
27934 * soft-fp/op-4.h: Likewise.
27935 * soft-fp/op-common.h: Likewise.
27936 * stdio-common/printf_fphex.c: Likewise.
27937 * stdlib/strtod_l.c: Likewise.
27938 * sunrpc/rpc/clnt.h: Likewise.
27939 * sysdeps/generic/framestate.c: Likewise.
27940 * sysdeps/i386/bsd-_setjmp.S: Likewise.
27941 * sysdeps/i386/bsd-setjmp.S: Likewise.
27942 * sysdeps/i386/__longjmp.S: Likewise.
27943 * sysdeps/i386/setjmp.S: Likewise.
27944 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27945 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27946 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27947 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27948 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27949 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27950 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27951 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27952 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27953 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27954 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27955 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27956 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27957 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27958 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27959 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27960 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27961 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27962 * sysdeps/ieee754/support.c: Likewise.
27963 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27964 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27965 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27966 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27967 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27968 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27969 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27970 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27971 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27972 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27973 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27974 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27975 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27976 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27977 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27978 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27979 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27980 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27981
44a988af
OB
279822013-06-05 Ondřej Bílka <neleai@seznam.cz>
27983
25506f09 27984 * posix/transbug.c: Remove executable mode.
44a988af 27985
9c84384c
JM
279862013-06-05 Joseph Myers <joseph@codesourcery.com>
27987
27988 * crypt/speeds.c: Remove trailing whitespace.
27989 * dlfcn/default.c: Likewise.
27990 * elf/ifuncdep2.c: Likewise.
27991 * elf/ifuncmain1.c: Likewise.
27992 * elf/ifuncmain1vis.c: Likewise.
27993 * elf/testobj.h: Likewise.
27994 * elf/tst-stackguard1.c: Likewise.
27995 * gmon/sys/gmon.h: Likewise.
27996 * hurd/hurdmsg.c: Likewise.
27997 * hurd/new-fd.c: Likewise.
27998 * hurd/ports-get.c: Likewise.
27999 * iconvdata/ibm1008_420.c: Likewise.
28000 * inet/tst-getni1.c: Likewise.
28001 * inet/tst-getni2.c: Likewise.
28002 * libio/ioungetc.c: Likewise.
28003 * libio/wfiledoalloc.c: Likewise.
28004 * manual/libm-err-tab.pl: Likewise.
28005 * math/w_dremf.c: Likewise.
28006 * misc/ftruncate.c: Likewise.
28007 * posix/bug-glob2.c: Likewise.
28008 * posix/tst-pcre.c: Likewise.
28009 * posix/wait4.c: Likewise.
28010 * resolv/README: Likewise.
28011 * resolv/res_debug.h: Likewise.
28012 * resolv/tst-inet_ntop.c: Likewise.
28013 * setjmp/bug269-setjmp.c: Likewise.
28014 * soft-fp/extended.h: Likewise.
28015 * soft-fp/op-1.h: Likewise.
28016 * soft-fp/op-2.h: Likewise.
28017 * soft-fp/op-4.h: Likewise.
28018 * soft-fp/op-8.h: Likewise.
28019 * soft-fp/testit.c: Likewise.
28020 * stdio-common/bug16.c: Likewise.
28021 * stdlib/random.c: Likewise.
28022 * sunrpc/rpcsvc/rquota.x: Likewise.
28023 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
28024 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
28025 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28026 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
28027 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
28028 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
28029 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
28030 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
28031 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
28032 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
28033 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
28034 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
28035 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
28036 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
28037 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
28038 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
28039 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
28040 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
28041 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
28042 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
28043 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
28044 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
28045 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
28046 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
28047 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
28048 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
28049 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28050 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
28051 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
28052 * sysdeps/ieee754/s_lib_version.c: Likewise.
28053 * sysdeps/mach/hurd/check_fds.c: Likewise.
28054 * sysdeps/mach/hurd/getsockname.c: Likewise.
28055 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
28056 * sysdeps/mach/hurd/recvfrom.c: Likewise.
28057 * sysdeps/powerpc/bits/link.h: Likewise.
28058 * sysdeps/powerpc/dl-procinfo.c: Likewise.
28059 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
28060 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
28061 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
28062 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
28063 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
28064 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
28065 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
28066 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
28067 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
28068 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
28069 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
28070 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
28071 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
28072 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
28073 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
28074 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
28075 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
28076 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
28077 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
28078 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
28079 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
28080 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
28081 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
28082 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
28083 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
28084 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
28085 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
28086 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
28087 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
28088 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
28089 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
28090 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
28091 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
28092 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
28093 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
28094 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
28095 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
28096 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
28097 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
28098 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
28099 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
28100 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
28101 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
28102 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
28103 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
28104 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
28105 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
28106 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
28107 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
28108 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
28109 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
28110 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28111 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28112 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
28113 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
28114 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
28115 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28116 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
28117 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
28118 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
28119 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
28120 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
28121 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28122 * sysdeps/powerpc/sysdep.h: Likewise.
28123 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
28124 * sysdeps/s390/s390-64/sub_n.S: Likewise.
28125 * sysdeps/sh/dl-trampoline.S: Likewise.
28126 * sysdeps/sh/memset.S: Likewise.
28127 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
28128 * sysdeps/sh/strlen.S: Likewise.
28129 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
28130 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
28131 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
28132 * sysdeps/sparc/sparc32/rem.S: Likewise.
28133 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
28134 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
28135 * sysdeps/sparc/sparc32/strchr.S: Likewise.
28136 * sysdeps/sparc/sparc32/udiv.S: Likewise.
28137 * sysdeps/sparc/sparc32/urem.S: Likewise.
28138 * sysdeps/sparc/sparc64/add_n.S: Likewise.
28139 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
28140 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
28141 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
28142 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
28143 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
28144 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
28145 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
28146 * sysdeps/unix/bsd/times.c: Likewise.
28147 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
28148 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
28149 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
28150 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
28151 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
28152 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
28153 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
28154 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
28155 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
28156 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
28157 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
28158 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28159 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
28160 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28161 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28162 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
28163 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28164 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
28165 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
28166 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
28167 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
28168 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
28169 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28170 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
28171 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
28172 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
28173 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
28174 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28175 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
28176 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
28177 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
28178 * sysdeps/x86_64/strcspn.S: Likewise.
28179
869378a5
RA
281802013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
28181
28182 * locale/C-translit.h: Revert #include <stdint.h> because this is a
28183 generated file. Regenerate properly from gen-translit.pl.
28184 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
28185 locale/C-translit.h.
28186
840e2943
AS
281872013-06-05 Andreas Schwab <schwab@suse.de>
28188
28189 [BZ #15100]
28190 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
28191 week as 6 instead of -1.
28192 * time/tst-strptime.c (day_tests): Add test case.
28193
4c60cb0c
SP
281942013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
28195
28196 * sysdeps/generic/math_private.h
28197 (libc_feholdexcept_setround_53bit): Replace with
28198 libc_feholdsetround_53bit.
28199 (libc_feupdateenv_53bit): Replace with
28200 libc_feresetround_53bit.
28201 (SET_RESTORE_ROUND_53BIT): Adjust.
28202
d180203e
SP
282032013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
28204
96df079a
SP
28205 * string/test-strchrnul.c: Add copyright header.
28206
d180203e
SP
28207 * posix/tst-getaddrinfo4.c: Increase test timeout.
28208
8b0ccb2d
CD
282092013-06-03 Carlos O'Donell <carlos@redhat.com>
28210
28211 [BZ #15536]
28212 * math/libm-test.inc (MAX_EXP): Remove
28213 (MIN_EXP): Define.
28214 (ulp): Use MIN_EXP - MANT_DIG.
28215 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28216
3b3c4d40
CD
282172013-05-31 Carlos O'Donell <carlos@redhat.com>
28218
28219 * po/be.po: Revert last change.
28220 * po/zh_CN.po: Likewise.
28221 * po/header.pot: Likewise.
28222
fab7ce3f
JM
282232013-05-31 Joseph Myers <joseph@codesourcery.com>
28224
28225 * Makefile ($(common-objpfx)linkobj/libc.so): Define
28226 link-libc-deps to empty as target-specific variable.
28227 * Makerules (link-libc-args): New variable.
28228 (libc-for-link): Likewise.
28229 (link-libc-deps): Likewise.
28230 (lib%.so): Depend on $(link-libc-deps). Link with
28231 $(link-libc-args).
28232 (build-module): Link with $(link-libc-args).
28233 (build-module-asneeded): Likewise.
28234 (build-module-helper-objlist): Filter out $(link-libc-deps) from
28235 list of objects.
28236 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28237 target-specific variable.
28238 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28239 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28240 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28241 libc.
28242 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28243 libc and ld.so.
28244 ($(objpfx)libpcprofile.so): Likewise.
28245 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28246 libc_nonshared.a.
28247 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28248 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28249 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28250 $(link-libc-deps).
28251 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28252 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28253 * login/Makefile ($(objpfx)libutil.so): Likewise.
28254 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28255 * math/Makefile ($(objpfx)libm.so): Likewise.
28256 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28257 $(objpfx)libnsl.so): Define libc-for-link as target-specific
28258 variable instead of depending directly on libc.
28259 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28260 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28261 $(link-libc-deps).
28262 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28263 libc.
28264 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28265 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28266 ($(objpfx)libanl.so): Likewise.
28267 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28268 ld.so.
28269 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28270 $(link-libc-deps).
28271 * sysdeps/i386/fpu/Makefile: Remove file.
28272 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28273 ($(objpfx)libm.so): Remove dependency on ld.so.
28274
eca5920c
PF
282752013-05-30 Patsy Franklin <pfrankli@redhat.com>
28276
28277 [BZ # 15553]
28278 * nis/yp_xdr.c (XDRMAXNAME): Define.
28279 (XDRMAXRECORD): Define.
28280 (xdr_domainname): Use XDRMAXNAME.
28281 (xdr_mapname): Likewise.
28282 (xdr_peername): Likewise.
28283 (xdr_keydat): Use XDRMAXRECORD.
28284 (xdr_valdat): Likewise.
28285
282862013-05-30 Jeff Law <law@redhat.com>
96945714
JL
28287
28288 [BZ #14256]
28289 * manual/errno.texi (ESTALE): Update to account for more than
28290 just NFS file systems.
28291 * sysdeps/gnu/errlist.c: Regenerated.
28292
b9375348
SP
282932013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
28294
28295 [BZ #15465]
28296 * elf/Makefile (tests): Add tst-null-argv.
28297 (modules-names): Add tst-null-argv-lib.
28298 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
28299 (tst-null-argv-ENV): Set environment for tst-null-argv.
28300 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
28301 (RTLD_PROGNAME): New macro.
28302 * elf/tst-null-argv.c: New test case.
28303 * elf/tst-null-argv-lib.c: Library for test case.
28304 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
28305 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
28306 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
28307 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
28308 * elf/dl-init.c (call_init): Likewise.
28309 (_dl_init): Likewise.
28310 * elf/dl-load.c (print_search_path): Likewise.
28311 (_dl_map_object): Likewise.
28312 * elf/dl-lookup.c (do_lookup_x): Likewise.
28313 (add_dependency): Likewise.
28314 (_dl_lookup_symbol_x): Likewise.
28315 (_dl_debug_bindings): Likewise.
28316 * elf/dl-open.c (_dl_show_scope): Likewise.
28317 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
28318 * elf/dl-version.c (match_symbol): Likewise.
28319 (_dl_check_map_versions): Likewise.
28320 * elf/rtld.c (dl_main): Likewise.
28321 (print_unresolved): Use RTLD_PROGNAME.
28322 (print_missing_version): Likewise.
28323 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
28324 (elf_machine_rela): Likewise.
28325 * sysdeps/powerpc/powerpc32/dl-machine.c
28326 (__process_machine_rela): Likewise.
28327 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28328 Likewise.
28329 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28330 Likewise.
28331 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
28332 Likewise.
28333 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
28334 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
28335 Likewise.
28336 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
28337 Likewise.
28338 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
28339
8a9f20c8
CD
283402013-05-28 Carlos O'Donell <carlos@redhat.com>
28341
28342 * po/be.po: Add descriptive title.
28343 * po/zh_CN.po: Likewise.
28344 * po/header.pot: Likewise.
28345
0e60d68e
MF
283462013-05-28 Mike Frysinger <vapier@gentoo.org>
28347
28348 * locale/programs/locarchive.c (create_archive): Inlucde fname in
28349 error message.
28350 (enlarge_archive): Likewise.
28351
56b672e9
BN
283522013-05-28 Ben North <ben@redfrontdoor.org>
28353
28354 * manual/arith.texi (frexp): It is the magnitude of the return
28355 value which lies in [0.5, 1), not the return value itself.
28356
5e056687
AZ
283572013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28358
28359 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28360
2b66ef5d
TS
283612013-05-26 Thomas Schwinge <thomas@codesourcery.com>
28362
528c2405
TS
28363 * stdio-common/bug26.c (main): Correct fscanf template.
28364
07b4c13d
TS
28365 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28366 declare _dl_skip_args.
28367
ec9dd97c
TS
28368 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28369 Don't declare.
28370
2b66ef5d
TS
28371 * manual/platform.texi: Add missing @end deftypefun.
28372
4f8dfe27
JM
283732013-05-24 Joseph Myers <joseph@codesourcery.com>
28374
0323d086
JM
28375 [BZ #15529]
28376 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28377 bit of mantissa of 2^16382.
28378 * math/libm-test.inc (hypot_test_data): Add more tests.
28379
dd4259b9
JM
28380 * math/libm-test.inc: Add drem and pow10 to list of tested
28381 functions.
28382 (pow10_test): New function.
28383 (drem_test): Likewise.
28384 (drem_test_tonearest): Likewise.
28385 (drem_test_towardzero): Likewise.
28386 (drem_test_downward): Likewise.
28387 (drem_test_upward): Likewise.
28388 (main): Call the new functions.
28389
4f8dfe27
JM
28390 * math/libm-test.inc (finite_test_data): Remove.
28391 (finite_test): Run tests from isfinite_test_data.
28392 (gamma_test_data): Remove.
28393 (gamma_test): Run tests from lgamma_test_data.
28394 * sysdeps/i386/fpu/libm-test-ulps: Update.
28395 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28396
d116b7c4
AZ
283972013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28398
28399 * manual/platform.texi: Add PowerPC PPR function set documentation.
28400 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28401 implementation.
28402
e96e3767
CD
284032013-05-24 Carlos O'Donell <carlos@redhat.com>
28404
28405 * math/libm-test.inc (MAX_EXP): Define.
28406 (ULPDIFF): Define.
28407 (ulp): New function.
28408 (check_float_internal): Use ULPDIFF.
28409 (cpow_test): Disable failing test.
28410 (check_ulp): Test ulp() implemetnation.
28411 (main): Call check_ulp before starting tests.
28412
b679a606
JM
284132013-05-24 Joseph Myers <joseph@codesourcery.com>
28414
e8bdba36
JM
28415 * math/gen-libm-test.pl (generate_testfile): Do not handle
28416 START_DATA and END_DATA.
28417 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28418 END_DATA.
28419 (acos_tonearest_test_data): Likewise.
28420 (acos_towardzero_test_data): Likewise.
28421 (acos_downward_test_data): Likewise.
28422 (acos_upward_test_data): Likewise.
28423 (acosh_test_data): Likewise.
28424 (asin_test_data): Likewise.
28425 (asin_tonearest_test_data): Likewise.
28426 (asin_towardzero_test_data): Likewise.
28427 (asin_downward_test_data): Likewise.
28428 (asin_upward_test_data): Likewise.
28429 (asinh_test_data): Likewise.
28430 (atan_test_data): Likewise.
28431 (atanh_test_data): Likewise.
28432 (atan2_test_data): Likewise.
28433 (cabs_test_data): Likewise.
28434 (cacos_test_data): Likewise.
28435 (cacosh_test_data): Likewise.
28436 (carg_test_data): Likewise.
28437 (casin_test_data): Likewise.
28438 (casinh_test_data): Likewise.
28439 (catan_test_data): Likewise.
28440 (catanh_test_data): Likewise.
28441 (cbrt_test_data): Likewise.
28442 (ccos_test_data): Likewise.
28443 (ccosh_test_data): Likewise.
28444 (ceil_test_data): Likewise.
28445 (cexp_test_data): Likewise.
28446 (cimag_test_data): Likewise.
28447 (clog_test_data): Likewise.
28448 (clog10_test_data): Likewise.
28449 (conj_test_data): Likewise.
28450 (copysign_test_data): Likewise.
28451 (cos_test_data): Likewise.
28452 (cos_tonearest_test_data): Likewise.
28453 (cos_towardzero_test_data): Likewise.
28454 (cos_downward_test_data): Likewise.
28455 (cos_upward_test_data): Likewise.
28456 (cosh_test_data): Likewise.
28457 (cosh_tonearest_test_data): Likewise.
28458 (cosh_towardzero_test_data): Likewise.
28459 (cosh_downward_test_data): Likewise.
28460 (cosh_upward_test_data): Likewise.
28461 (cpow_test_data): Likewise.
28462 (cproj_test_data): Likewise.
28463 (creal_test_data): Likewise.
28464 (csin_test_data): Likewise.
28465 (csinh_test_data): Likewise.
28466 (csqrt_test_data): Likewise.
28467 (ctan_test_data): Likewise.
28468 (ctan_tonearest_test_data): Likewise.
28469 (ctan_towardzero_test_data): Likewise.
28470 (ctan_downward_test_data): Likewise.
28471 (ctan_upward_test_data): Likewise.
28472 (ctanh_test_data): Likewise.
28473 (ctanh_tonearest_test_data): Likewise.
28474 (ctanh_towardzero_test_data): Likewise.
28475 (ctanh_downward_test_data): Likewise.
28476 (ctanh_upward_test_data): Likewise.
28477 (erf_test_data): Likewise.
28478 (erfc_test_data): Likewise.
28479 (exp_test_data): Likewise.
28480 (exp_tonearest_test_data): Likewise.
28481 (exp_towardzero_test_data): Likewise.
28482 (exp_downward_test_data): Likewise.
28483 (exp_upward_test_data): Likewise.
28484 (exp10_test_data): Likewise.
28485 (exp2_test_data): Likewise.
28486 (expm1_test_data): Likewise.
28487 (fabs_test_data): Likewise.
28488 (fdim_test_data): Likewise.
28489 (finite_test_data): Likewise.
28490 (floor_test_data): Likewise.
28491 (fma_test_data): Likewise.
28492 (fma_towardzero_test_data): Likewise.
28493 (fma_downward_test_data): Likewise.
28494 (fma_upward_test_data): Likewise.
28495 (fmax_test_data): Likewise.
28496 (fmin_test_data): Likewise.
28497 (fmod_test_data): Likewise.
28498 (fpclassify_test_data): Likewise.
28499 (frexp_test_data): Likewise.
28500 (gamma_test_data): Likewise.
28501 (hypot_test_data): Likewise.
28502 (ilogb_test_data): Likewise.
28503 (isfinite_test_data): Likewise.
28504 (isgreater_test_data): Likewise.
28505 (isgreaterequal_test_data): Likewise.
28506 (isinf_test_data): Likewise.
28507 (isless_test_data): Likewise.
28508 (islessequal_test_data): Likewise.
28509 (islessgreater_test_data): Likewise.
28510 (isnan_test_data): Likewise.
28511 (isnormal_test_data): Likewise.
28512 (issignaling_test_data): Likewise.
28513 (isunordered_test_data): Likewise.
28514 (j0_test_data): Likewise.
28515 (j1_test_data): Likewise.
28516 (jn_test_data): Likewise.
28517 (ldexp_test_data): Likewise.
28518 (lgamma_test_data): Likewise.
28519 (lrint_test_data): Likewise.
28520 (lrint_tonearest_test_data): Likewise.
28521 (lrint_towardzero_test_data): Likewise.
28522 (lrint_downward_test_data): Likewise.
28523 (lrint_upward_test_data): Likewise.
28524 (llrint_test_data): Likewise.
28525 (llrint_tonearest_test_data): Likewise.
28526 (llrint_towardzero_test_data): Likewise.
28527 (llrint_downward_test_data): Likewise.
28528 (llrint_upward_test_data): Likewise.
28529 (log_test_data): Likewise.
28530 (log10_test_data): Likewise.
28531 (log1p_test_data): Likewise.
28532 (log2_test_data): Likewise.
28533 (logb_test_data): Likewise.
28534 (logb_downward_test_data): Likewise.
28535 (lround_test_data): Likewise.
28536 (llround_test_data): Likewise.
28537 (modf_test_data): Likewise.
28538 (nearbyint_test_data): Likewise.
28539 (nextafter_test_data): Likewise.
28540 (nexttoward_test_data): Likewise.
28541 (pow_test_data): Likewise.
28542 (pow_tonearest_test_data): Likewise.
28543 (pow_towardzero_test_data): Likewise.
28544 (pow_downward_test_data): Likewise.
28545 (pow_upward_test_data): Likewise.
28546 (remainder_test_data): Likewise.
28547 (remainder_tonearest_test_data): Likewise.
28548 (remainder_towardzero_test_data): Likewise.
28549 (remainder_downward_test_data): Likewise.
28550 (remainder_upward_test_data): Likewise.
28551 (remquo_test_data): Likewise.
28552 (rint_test_data): Likewise.
28553 (rint_tonearest_test_data): Likewise.
28554 (rint_towardzero_test_data): Likewise.
28555 (rint_downward_test_data): Likewise.
28556 (rint_upward_test_data): Likewise.
28557 (round_test_data): Likewise.
28558 (scalb_test_data): Likewise.
28559 (scalbn_test_data): Likewise.
28560 (scalbln_test_data): Likewise.
28561 (signbit_test_data): Likewise.
28562 (sin_test_data): Likewise.
28563 (sin_tonearest_test_data): Likewise.
28564 (sin_towardzero_test_data): Likewise.
28565 (sin_downward_test_data): Likewise.
28566 (sin_upward_test_data): Likewise.
28567 (sincos_test_data): Likewise.
28568 (sinh_test_data): Likewise.
28569 (sinh_tonearest_test_data): Likewise.
28570 (sinh_towardzero_test_data): Likewise.
28571 (sinh_downward_test_data): Likewise.
28572 (sinh_upward_test_data): Likewise.
28573 (sqrt_test_data): Likewise.
28574 (tan_test_data): Likewise.
28575 (tan_tonearest_test_data): Likewise.
28576 (tan_towardzero_test_data): Likewise.
28577 (tan_downward_test_data): Likewise.
28578 (tan_upward_test_data): Likewise.
28579 (tanh_test_data): Likewise.
28580 (tgamma_test_data): Likewise.
28581 (trunc_test_data): Likewise.
28582 (y0_test_data): Likewise.
28583 (y1_test_data): Likewise.
28584 (yn_test_data): Likewise.
28585 (significand_test_data): Likewise.
28586
b679a606
JM
28587 * math/gen-libm-test.pl (@functions): Remove variable.
28588 (generate_testfile): Don't handle START and END lines.
28589 * math/libm-test.inc (START): New macro.
28590 (END): Likewise.
28591 (END_COMPLEX): Likewise.
28592 (acos_test): Use END macro without arguments.
28593 (acos_test_tonearest): Likewise.
28594 (acos_test_towardzero): Likewise.
28595 (acos_test_downward): Likewise.
28596 (acos_test_upward): Likewise.
28597 (acosh_test): Likewise.
28598 (asin_test): Likewise.
28599 (asin_test_tonearest): Likewise.
28600 (asin_test_towardzero): Likewise.
28601 (asin_test_downward): Likewise.
28602 (asin_test_upward): Likewise.
28603 (asinh_test): Likewise.
28604 (atan_test): Likewise.
28605 (atanh_test): Likewise.
28606 (atan2_test): Likewise.
28607 (cabs_test): Likewise.
28608 (cacos_test): Use END_COMPLEX macro without arguments.
28609 (cacosh_test): Likewise.
28610 (carg_test): Use END macro without arguments.
28611 (casin_test): Use END_COMPLEX macro without arguments.
28612 (casinh_test): Likewise.
28613 (catan_test): Likewise.
28614 (catanh_test): Likewise.
28615 (cbrt_test): Use END macro without arguments.
28616 (ccos_test): Use END_COMPLEX macro without arguments.
28617 (ccosh_test): Likewise.
28618 (ceil_test): Use END macro without arguments.
28619 (cexp_test): Use END_COMPLEX macro without arguments.
28620 (cimag_test): Use END macro without arguments.
28621 (clog_test): Use END_COMPLEX macro without arguments.
28622 (clog10_test): Likewise.
28623 (conj_test): Likewise.
28624 (copysign_test): Use END macro without arguments.
28625 (cos_test): Likewise.
28626 (cos_test_tonearest): Likewise.
28627 (cos_test_towardzero): Likewise.
28628 (cos_test_downward): Likewise.
28629 (cos_test_upward): Likewise.
28630 (cosh_test): Likewise.
28631 (cosh_test_tonearest): Likewise.
28632 (cosh_test_towardzero): Likewise.
28633 (cosh_test_downward): Likewise.
28634 (cosh_test_upward): Likewise.
28635 (cpow_test): Use END_COMPLEX macro without arguments.
28636 (cproj_test): Likewise.
28637 (creal_test): Use END macro without arguments.
28638 (csin_test): Use END_COMPLEX macro without arguments.
28639 (csinh_test): Likewise.
28640 (csqrt_test): Likewise.
28641 (ctan_test): Likewise.
28642 (ctan_test_tonearest): Likewise.
28643 (ctan_test_towardzero): Likewise.
28644 (ctan_test_downward): Likewise.
28645 (ctan_test_upward): Likewise.
28646 (ctanh_test): Likewise.
28647 (ctanh_test_tonearest): Likewise.
28648 (ctanh_test_towardzero): Likewise.
28649 (ctanh_test_downward): Likewise.
28650 (ctanh_test_upward): Likewise.
28651 (erf_test): Use END macro without arguments.
28652 (erfc_test): Likewise.
28653 (exp_test): Likewise.
28654 (exp_test_tonearest): Likewise.
28655 (exp_test_towardzero): Likewise.
28656 (exp_test_downward): Likewise.
28657 (exp_test_upward): Likewise.
28658 (exp10_test): Likewise.
28659 (exp2_test): Likewise.
28660 (expm1_test): Likewise.
28661 (fabs_test): Likewise.
28662 (fdim_test): Likewise.
28663 (finite_test): Likewise.
28664 (floor_test): Likewise.
28665 (fma_test): Likewise.
28666 (fma_test_towardzero): Likewise.
28667 (fma_test_downward): Likewise.
28668 (fma_test_upward): Likewise.
28669 (fmax_test): Likewise.
28670 (fmin_test): Likewise.
28671 (fmod_test): Likewise.
28672 (fpclassify_test): Likewise.
28673 (frexp_test): Likewise.
28674 (gamma_test): Likewise.
28675 (hypot_test): Likewise.
28676 (ilogb_test): Likewise.
28677 (isfinite_test): Likewise.
28678 (isgreater_test): Likewise.
28679 (isgreaterequal_test): Likewise.
28680 (isinf_test): Likewise.
28681 (isless_test): Likewise.
28682 (islessequal_test): Likewise.
28683 (islessgreater_test): Likewise.
28684 (isnan_test): Likewise.
28685 (isnormal_test): Likewise.
28686 (issignaling_test): Likewise.
28687 (isunordered_test): Likewise.
28688 (j0_test): Likewise.
28689 (j1_test): Likewise.
28690 (jn_test): Likewise.
28691 (ldexp_test): Likewise.
28692 (lgamma_test): Likewise.
28693 (lrint_test): Likewise.
28694 (lrint_test_tonearest): Likewise.
28695 (lrint_test_towardzero): Likewise.
28696 (lrint_test_downward): Likewise.
28697 (lrint_test_upward): Likewise.
28698 (llrint_test): Likewise.
28699 (llrint_test_tonearest): Likewise.
28700 (llrint_test_towardzero): Likewise.
28701 (llrint_test_downward): Likewise.
28702 (llrint_test_upward): Likewise.
28703 (log_test): Likewise.
28704 (log10_test): Likewise.
28705 (log1p_test): Likewise.
28706 (log2_test): Likewise.
28707 (logb_test): Likewise.
28708 (logb_test_downward): Likewise.
28709 (lround_test): Likewise.
28710 (llround_test): Likewise.
28711 (modf_test): Likewise.
28712 (nearbyint_test): Likewise.
28713 (nextafter_test): Likewise.
28714 (nexttoward_test): Likewise.
28715 (pow_test): Likewise.
28716 (pow_test_tonearest): Likewise.
28717 (pow_test_towardzero): Likewise.
28718 (pow_test_downward): Likewise.
28719 (pow_test_upward): Likewise.
28720 (remainder_test): Likewise.
28721 (remainder_test_tonearest): Likewise.
28722 (remainder_test_towardzero): Likewise.
28723 (remainder_test_downward): Likewise.
28724 (remainder_test_upward): Likewise.
28725 (remquo_test): Likewise.
28726 (rint_test): Likewise.
28727 (rint_test_tonearest): Likewise.
28728 (rint_test_towardzero): Likewise.
28729 (rint_test_downward): Likewise.
28730 (rint_test_upward): Likewise.
28731 (round_test): Likewise.
28732 (scalb_test): Likewise.
28733 (scalbn_test): Likewise.
28734 (scalbln_test): Likewise.
28735 (signbit_test): Likewise.
28736 (sin_test): Likewise.
28737 (sin_test_tonearest): Likewise.
28738 (sin_test_towardzero): Likewise.
28739 (sin_test_downward): Likewise.
28740 (sin_test_upward): Likewise.
28741 (sincos_test): Likewise.
28742 (sinh_test): Likewise.
28743 (sinh_test_tonearest): Likewise.
28744 (sinh_test_towardzero): Likewise.
28745 (sinh_test_downward): Likewise.
28746 (sinh_test_upward): Likewise.
28747 (sqrt_test): Likewise.
28748 (tan_test): Likewise.
28749 (tan_test_tonearest): Likewise.
28750 (tan_test_towardzero): Likewise.
28751 (tan_test_downward): Likewise.
28752 (tan_test_upward): Likewise.
28753 (tanh_test): Likewise.
28754 (tgamma_test): Likewise.
28755 (trunc_test): Likewise.
28756 (y0_test): Likewise.
28757 (y1_test): Likewise.
28758 (yn_test): Likewise.
28759 (significand_test): Likewise.
28760
bae143d2
OB
287612013-05-24 Ondřej Bílka <neleai@seznam.cz>
28762
28763 [BZ #15381]
28764 * libio/genops.c (_IO_no_init): Initialize wide struct info.
28765
9323d39b
EM
287662013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
28767
d4ea44a0 28768 [BZ #14894]
9323d39b
EM
28769 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28770 __ppc_mdoio and __ppc_mdoom.
28771 * manual/platform.texi: Document new functions __ppc_yield,
28772 __ppc_mdoio and __ppc_mdoom.
28773
13e23af7
CD
287742013-05-22 Carlos O'Donell <carlos@redhat.com>
28775
28776 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28777 (main): Mention "tls" pseudo-hwcap is legacy.
28778 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28779
351fe550
JM
287802013-05-22 Joseph Myers <joseph@codesourcery.com>
28781
28782 * math/gen-libm-test.pl (parse_args): Output only string of
28783 arguments as text for test name, not full call or descriptions of
28784 tests for extra outputs.
28785 (generate_testfile): Do not pass function name to parse_args.
28786 Generate this_func variable from START.
28787 * math/libm-test.inc (struct test_f_f_data): Rename test_name
28788 field to arg_str.
28789 (struct test_ff_f_data): Likewise.
28790 (test_ff_f_data_nexttoward): Likewise.
28791 (struct test_fi_f_data): Likewise.
28792 (struct test_fl_f_data): Likewise.
28793 (struct test_if_f_data): Likewise.
28794 (struct test_fff_f_data): Likewise.
28795 (struct test_c_f_data): Likewise.
28796 (struct test_f_f1_data): Likewise. Remove field extra_name.
28797 (struct test_fF_f1_data): Likewise.
28798 (struct test_ffI_f1_data): Likewise.
28799 (struct test_c_c_data): Rename test_name field to arg_str.
28800 (struct test_cc_c_data): Likewise.
28801 (struct test_f_i_data): Likewise.
28802 (struct test_ff_i_data): Likewise.
28803 (struct test_f_l_data): Likewise.
28804 (struct test_f_L_data): Likewise.
28805 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
28806 and extra2_name.
28807 (COMMON_TEST_SETUP): New macro.
28808 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28809 (COMMON_TEST_CLEANUP): Likewise.
28810 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28811 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
28812 macros.
28813 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28814 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
28815 macros.
28816 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28817 (RUN_TEST_fff_f): Take argument string. Call new setup and
28818 cleanup macros.
28819 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28820 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
28821 macros.
28822 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28823 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
28824 macros.
28825 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28826 (RUN_TEST_fF_f1): Take argument string. Call new setup and
28827 cleanup macros.
28828 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28829 (RUN_TEST_fI_f1): Take argument string. Call new setup and
28830 cleanup macros.
28831 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28832 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
28833 cleanup macros.
28834 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28835 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
28836 macros.
28837 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28838 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
28839 macros.
28840 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28841 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
28842 macros.
28843 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28844 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
28845 cleanup macros.
28846 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28847 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
28848 cleanup macros.
28849 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28850 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
28851 macros.
28852 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28853 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
28854 cleanup macros.
28855 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28856 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
28857 macros.
28858 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28859 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
28860 macros.
28861 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28862 (RUN_TEST_fFF_11): Take argument string. Call new setup and
28863 cleanup macros.
28864 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28865
85118d4d
EBM
288662013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
28867
28868 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28869 to _sifields.sigfault.
28870 (si_addr_lsb): Define new macro.
28871 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28872 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28873 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28874
7a44c18f
CD
288752013-05-03 Carlos O'Donell <carlos at redhat.com>
28876
28877 [BZ #15441]
28878 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28879 returns -1.
28880 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28881 null return -1.
28882 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28883 loading the domain.
28884
b50a7181
JM
288852013-05-22 Joseph Myers <joseph@codesourcery.com>
28886
28887 * math/gen-libm-test.pl (parse_args): Do not include expected
28888 result in test name.
28889 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28890 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28891 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28892 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28893 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28894 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28895
051063c8
SP
288962013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
28897
3ce9e010
SP
28898 * benchtests/Makefile: Sort function entries.
28899
051063c8
SP
28900 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28901 tanh, asinh, acosh, atanh.
28902 * benchtests/acos-inputs: New file.
28903 * benchtests/acosh-inputs: New file.
28904 * benchtests/asin-inputs: New file.
28905 * benchtests/asinh-inputs: New file.
28906 * benchtests/atanh-inputs: New file.
28907 * benchtests/cosh-inputs: New file.
28908 * benchtests/log-inputs: New file.
28909 * benchtests/sinh-inputs: New file.
28910 * benchtests/tanh-inputs: New file.
28911
47c22455
DL
289122013-05-21 Dmitry V. Levin <ldv@altlinux.org>
28913
28914 [BZ #15339]
28915 * posix/tst-getaddrinfo4.c: New test.
28916 * posix/Makefile (tests): Add it.
28917
3d04f5db
SP
289182013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28919
28920 [BZ #15339]
28921 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28922 when no services were used.
28923 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28924 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28925
d5dd6189
AS
289262013-05-21 Andreas Schwab <schwab@suse.de>
28927
28928 [BZ #15014]
28929 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28930 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28931 successful.
28932 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28933 redundant variable declarations and reallocation of buffer when
28934 parsing as IPv6 address. Always set NSS status when called from
28935 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
28936 buffer too small. Correct computation of needed size.
28937 * nss/Makefile (tests): Add test-digits-dots.
28938 * nss/test-digits-dots.c: New test.
28939
fef94eab
SP
289402013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28941
28942 * benchtests/Makefile: Remove instructions for adding
28943 benchmark tests.
28944 * benchtests/README: New file to explain how to execute and
28945 enhance the benchmark tests.
28946
e39adf43
AS
289472013-05-21 Andreas Schwab <schwab@suse.de>
28948
28949 [BZ #15493]
28950 * setjmp/Makefile (tests): Add tst-sigsetjmp.
28951 * setjmp/tst-sigsetjmp.c: New test.
28952
b2b671b6
OB
289532013-05-20 Ondřej Bílka <neleai@seznam.cz>
28954
28955 * sysdeps/x86_64/memset.S (memset): New implementation.
28956 (__bzero): Likewise.
28957 (__memset_tail): New function.
28958
2d48b41c
OB
289592013-05-20 Ondřej Bílka <neleai@seznam.cz>
28960
28961 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28962 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28963 __memcpy_sse2_unaligned ifunc selection.
28964 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28965 Add memcpy-sse2-unaligned.S.
28966 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28967 Add: __memcpy_sse2_unaligned.
28968
f16cc3eb
JM
289692013-05-19 Joseph Myers <joseph@codesourcery.com>
28970
3e694268
JM
28971 [BZ #15490]
28972 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28973 math_force_eval before restoring floating-point envrionment.
28974 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28975 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28976 Likewise.
28977 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28978 <math_private.h>.
28979 (__nearbyintl): Use math_force_eval before restoring
28980 floating-point environment.
28981 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28982
db62a907
JM
28983 * math/gen-libm-test.pl (special_functions): Remove.
28984 (parse_args): Don't handle TEST_extra. Handle functions with no
28985 return value.
28986 * math/libm-test.inc (struct test_sincos_data): Replace with
28987 struct test_fFF_11_data.
28988 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28989 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28990 (sincos_test_data): Change element type to struct
28991 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
28992 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28993 RUN_TEST_LOOP_sincos.
28994 * math/README.libm-test: Don't mention special handling of
28995 individual functions.
28996 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28997 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28998 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28999 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
29000 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29001 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29002
f16cc3eb
JM
29003 * math/gen-libm-test.pl (get_variable): Remove function.
29004 (parse_args): Don't show pointer parameters to call in test
29005 names. Use "extra output N" in test names for extra outputs
29006 rather than naming variables.
29007
3779b5b6
JM
290082013-05-18 Joseph Myers <joseph@codesourcery.com>
29009
2ee094ff
JM
29010 [BZ #15488]
29011 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
29012 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
29013 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
29014 double tests.
29015 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
29016 disable.
29017 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
29018 check_long_double.
29019
3779b5b6
JM
29020 * math/gen-libm-test.pl (@tests): Remove variable.
29021 ($count): Likewise.
29022 (new_test): Remove function.
29023 (show_exceptions): New function.
29024 (special_functions): Use show_exceptions instead of new_test.
29025 (parse_args): Likewise.
29026 (generate_testfile): Pass only function name in generated call to
29027 print_max_error or print_complex_max_error.
29028 (get_ulps): Do not handle complex tests specially.
29029 (output_test): Rename to ...
29030 (get_all_ulps_for_test): ... this. Return a string rather than
29031 printing to a file. Require ulps to be present.
29032 (output_ulps): Generate arrays rather than #defines.
29033 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
29034 (struct ulp_data): New type.
29035 (BUILD_COMPLEX_ULP): Remove macro.
29036 (compare_ulp_data): New function.
29037 (find_ulps): Likewise.
29038 (find_test_ulps): Likewise.
29039 (find_function_ulps): Likewise.
29040 (find_complex_function_ulps): Likewise.
29041 (print_max_error): Determine allowed ulps using
29042 find_function_ulps.
29043 (print_complex_max_error): Determine allowed ulps using
29044 find_complex_function_ulps.
29045 (check_float_internal): Determine max ulps using find_test_ulps.
29046 (check_float): Do not take max_ulp parameter. Update call to
29047 check_float_internal.
29048 (check_complex): Likewise.
29049 (check_int): Do not take max_ulp parameter.
29050 (check_long): Likewise.
29051 (check_bool): Likewise.
29052 (check_longlong): Likewise.
29053 (struct test_f_f_data): Remove max_ulp field.
29054 (struct test_ff_f_data): Likewise.
29055 (struct test_ff_f_data_nexttoward): Likewise.
29056 (struct test_fi_f_data): Likewise.
29057 (struct test_fl_f_data): Likewise.
29058 (struct test_if_f_data): Likewise.
29059 (struct test_fff_f_data): Likewise.
29060 (struct test_c_f_data): Likewise.
29061 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
29062 (struct test_fF_f1_data): Likewise.
29063 (struct test_ffI_f1_data): Likewise.
29064 (struct test_c_c_data): Remove max_ulp field.
29065 (struct test_cc_c_data): Likewise.
29066 (struct test_f_i_data): Likewise.
29067 (struct test_ff_i_data): Likewise.
29068 (struct test_f_l_data): Likewise.
29069 (struct test_f_L_data): Likewise.
29070 (struct test_sincos_data): Likewise.
29071 (RUN_TEST_f_f): Do not handle ulps.
29072 (RUN_TEST_LOOP_f_f): Likewise.
29073 (RUN_TEST_2_f): Likewise.
29074 (RUN_TEST_LOOP_2_f): Likewise.
29075 (RUN_TEST_fff_f): Likewise.
29076 (RUN_TEST_LOOP_fff_f): Likewise.
29077 (RUN_TEST_c_f): Likewise.
29078 (RUN_TEST_LOOP_c_f): Likewise.
29079 (RUN_TEST_f_f1): Likewise.
29080 (RUN_TEST_LOOP_f_f1): Likewise.
29081 (RUN_TEST_fF_f1): Likewise.
29082 (RUN_TEST_LOOP_fF_f1): Likewise.
29083 (RUN_TEST_fI_f1): Likewise.
29084 (RUN_TEST_LOOP_fI_f1): Likewise.
29085 (RUN_TEST_ffI_f1): Likewise.
29086 (RUN_TEST_LOOP_ffI_f1): Likewise.
29087 (RUN_TEST_c_c): Likewise.
29088 (RUN_TEST_LOOP_c_c): Likewise.
29089 (RUN_TEST_cc_c): Likewise.
29090 (RUN_TEST_LOOP_cc_c): Likewise.
29091 (RUN_TEST_f_i): Likewise.
29092 (RUN_TEST_LOOP_f_i): Likewise.
29093 (RUN_TEST_f_i_tg): Likewise.
29094 (RUN_TEST_LOOP_f_i_tg): Likewise.
29095 (RUN_TEST_ff_i_tg): Likewise.
29096 (RUN_TEST_LOOP_ff_i_tg): Likewise.
29097 (RUN_TEST_f_b): Likewise.
29098 (RUN_TEST_LOOP_f_b): Likewise.
29099 (RUN_TEST_f_b_tg): Likewise.
29100 (RUN_TEST_LOOP_f_b_tg): Likewise.
29101 (RUN_TEST_f_l): Likewise.
29102 (RUN_TEST_LOOP_f_l): Likewise.
29103 (RUN_TEST_f_L): Likewise.
29104 (RUN_TEST_LOOP_f_L): Likewise.
29105 (RUN_TEST_sincos): Likewise.
29106 (RUN_TEST_LOOP_sincos): Likewise.
29107
8269107f
JM
291082013-05-17 Joseph Myers <joseph@codesourcery.com>
29109
bb38759d
JM
29110 [BZ #15480]
29111 [BZ #15485]
29112 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
29113 main case of finite arguments, set rounding mode to FE_TONEAREST
29114 and discard exceptions.
29115 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
29116 exceptions.
29117 (remainder_tonearest_test_data): New variable.
29118 (remainder_test_tonearest): New function.
29119 (remainder_towardzero_test_data): New variable.
29120 (remainder_test_towardzero): New function.
29121 (remainder_downward_test_data): New variable.
29122 (remainder_test_downward): New function.
29123 (remainder_upward_test_data): New variable.
29124 (remainder_test_upward): New function.
29125 (main): Call the new test functions.
29126
a00bdcf0
JM
29127 * math/libm-test.inc (struct test_f_f1_data): Remove field
29128 extra_init.
29129 (struct test_fF_f1_data): Likewise.
29130 (struct test_ffI_f1_data): Likewise.
29131 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
29132 based on value of EXTRA_EXPECTED.
29133 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29134 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
29135 EXTRA_VAR based on value of EXTRA_EXPECTED.
29136 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29137 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
29138 EXTRA_VAR based on value of EXTRA_EXPECTED.
29139 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29140 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
29141 EXTRA_VAR based on value of EXTRA_EXPECTED.
29142 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29143 * math/gen-libm-test.pl (parse_args): Don't output initializers
29144 for extra output values.
29145
de407f79
JM
29146 * math/libm-test.inc (check_int): Expect result to be exactly
29147 equal to expected value and do not handle ulps.
29148 (check_long): Likewise.
29149 (check_longlong): Likewise.
29150
8269107f
JM
29151 * math/libm-test.inc (ceil_test_data): Test for "inexact"
29152 exceptions.
29153 (cimag_test_data): Likewise.
29154 (conj_test_data): Likewise.
29155 (copysign_test_data): Likewise.
29156 (cproj_test_data): Likewise.
29157 (creal_test_data): Likewise.
29158 (fabs_test_data): Likewise.
29159 (fdim_test_data): Likewise.
29160 (finite_test_data): Likewise.
29161 (floor_test_data): Likewise.
29162 (fmax_test_data): Likewise.
29163 (fmin_test_data): Likewise.
29164 (fmod_test_data): Likewise.
29165 (fpclassify_test_data): Likewise.
29166 (frexp_test_data): Likewise.
29167 (ilogb_test_data): Likewise.
29168 (isfinite_test_data): Likewise.
29169 (isgreater_test_data): Likewise.
29170 (isgreaterequal_test_data): Likewise.
29171 (isinf_test_data): Likewise.
29172 (isless_test_data): Likewise.
29173 (islessequal_test_data): Likewise.
29174 (islessgreater_test_data): Likewise.
29175 (isnan_test_data): Likewise.
29176 (isnormal_test_data): Likewise.
29177 (issignaling_test_data): Likewise.
29178 (isunordered_test_data): Likewise.
29179 (ldexp_test_data): Likewise.
29180 (lrint_test_data): Likewise.
29181 (lrint_test_data) [TEST_FLOAT]: Disable one test.
29182 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
29183 (lrint_tonearest_test_data): Test for "inexact" exceptions.
29184 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29185 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
29186 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29187 test input.
29188 (lrint_towardzero_test_data): Test for "inexact" exceptions.
29189 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29190 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
29191 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
29192 that test input.
29193 (lrint_downward_test_data): Test for "inexact" exceptions.
29194 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29195 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
29196 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29197 test input.
29198 (lrint_upward_test_data): Test for "inexact" exceptions.
29199 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
29200 test input.
29201 (llrint_test_data): Test for "inexact" exceptions.
29202 (llrint_test_data) [TEST_FLOAT]: Disable one test.
29203 (llrint_tonearest_test_data): Test for "inexact" exceptions.
29204 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29205 (llrint_towardzero_test_data): Test for "inexact" exceptions.
29206 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29207 (llrint_downward_test_data): Test for "inexact" exceptions.
29208 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29209 (llrint_upward_test_data): Test for "inexact" exceptions.
29210 (logb_test_data): Likewise.
29211 (logb_downward_test_data): Likewise.
29212 (nextafter_test_data): Likewise.
29213 (nexttoward_test_data): Likewise.
29214 (remainder_test_data): Likewise.
29215 (remquo_test_data): Likewise.
29216 (scalbn_test_data): Likewise.
29217 (scalbln_test_data): Likewise.
29218 (signbit_test_data): Likewise.
29219 (sqrt_test_data): Likewise.
29220 (significand_test_data): Likewise.
29221
48a18de1
SP
292222013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
29223
29224 [BZ #15424]
29225 * benchtests/bench-modf.c (struct args): Mark arg0 as
29226 volatile.
29227 * scripts/bench.pl: Mark members of struct args as volatile.
29228
13d3b41a
AZ
292292013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29230
68191c1d 29231 [BZ # 15497]
13d3b41a
AZ
29232 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29233 negative infinity on POWER6 or lower.
29234 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29235
2848b105
MR
292362013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
29237
29238 [BZ #15442]
29239 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29240 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29241 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29242 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29243 (_FP_SETQNAN): New macro.
29244 (_FP_SETQNAN_SEMIRAW): Likewise.
29245 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29246 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29247 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29248 (FP_EXTEND): Use _FP_FRAC_SNANP.
29249 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29250 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29251 into account.
29252 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29253 New macro.
29254 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29255 Likewise.
29256
323e5cb7
JM
292572013-05-16 Joseph Myers <joseph@codesourcery.com>
29258
c58b274f
JM
29259 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29260 with DIVIDE_BY_ZERO_EXCEPTION.
29261 (gamma_test_data): Likewise.
29262 (lgamma_test_data): Likewise.
29263 (log_test_data): Likewise.
29264 (log10_test_data): Likewise.
29265 (log2_test_data): Likewise.
29266 (tgamma_test_data): Likewise.
29267
0ab34904
JM
29268 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29269 (acos_test_tonearest): Likewise.
29270 (acos_test_towardzero): Likewise.
29271 (acos_test_downward): Likewise.
29272 (acos_test_upward): Likewise.
29273 (acosh_test): Likewise.
29274 (asin_test): Likewise.
29275 (asin_test_tonearest): Likewise.
29276 (asin_test_towardzero): Likewise.
29277 (asin_test_downward): Likewise.
29278 (asin_test_upward): Likewise.
29279 (asinh_test): Likewise.
29280 (atan_test): Likewise.
29281 (atanh_test): Likewise.
29282 (atan2_test): Likewise.
29283 (cabs_test): Likewise.
29284 (cacos_test): Likewise.
29285 (cacosh_test): Likewise.
29286 (casin_test): Likewise.
29287 (casinh_test): Likewise.
29288 (catan_test): Likewise.
29289 (catanh_test): Likewise.
29290 (cbrt_test): Likewise.
29291 (ccos_test): Likewise.
29292 (ccosh_test): Likewise.
29293 (cexp_test): Likewise.
29294 (clog_test): Likewise.
29295 (clog10_test): Likewise.
29296 (cos_test): Likewise.
29297 (cos_test_tonearest): Likewise.
29298 (cos_test_towardzero): Likewise.
29299 (cos_test_downward): Likewise.
29300 (cos_test_upward): Likewise.
29301 (cosh_test): Likewise.
29302 (cosh_test_tonearest): Likewise.
29303 (cosh_test_towardzero): Likewise.
29304 (cosh_test_downward): Likewise.
29305 (cosh_test_upward): Likewise.
29306 (cpow_test): Likewise.
29307 (csin_test): Likewise.
29308 (csinh_test): Likewise.
29309 (csqrt_test): Likewise.
29310 (ctan_test): Likewise.
29311 (ctan_test_tonearest): Likewise.
29312 (ctan_test_towardzero): Likewise.
29313 (ctan_test_downward): Likewise.
29314 (ctan_test_upward): Likewise.
29315 (ctanh_test): Likewise.
29316 (ctanh_test_tonearest): Likewise.
29317 (ctanh_test_towardzero): Likewise.
29318 (ctanh_test_downward): Likewise.
29319 (ctanh_test_upward): Likewise.
29320 (erf_test): Likewise.
29321 (erfc_test): Likewise.
29322 (exp_test): Likewise.
29323 (exp_test_tonearest): Likewise.
29324 (exp_test_towardzero): Likewise.
29325 (exp_test_downward): Likewise.
29326 (exp_test_upward): Likewise.
29327 (exp10_test): Likewise.
29328 (exp2_test): Likewise.
29329 (expm1_test): Likewise.
29330 (fmod_test): Likewise.
29331 (gamma_test): Likewise.
29332 (hypot_test): Likewise.
29333 (j0_test): Likewise.
29334 (j1_test): Likewise.
29335 (jn_test): Likewise.
29336 (lgamma_test): Likewise.
29337 (log_test): Likewise.
29338 (log10_test): Likewise.
29339 (log1p_test): Likewise.
29340 (log2_test): Likewise.
29341 (logb_test_downward): Likewise.
29342 (pow_test): Likewise.
29343 (pow_test_tonearest): Likewise.
29344 (pow_test_towardzero): Likewise.
29345 (pow_test_downward): Likewise.
29346 (pow_test_upward): Likewise.
29347 (remainder_test): Likewise.
29348 (remquo_test): Likewise.
29349 (sin_test): Likewise.
29350 (sin_test_tonearest): Likewise.
29351 (sin_test_towardzero): Likewise.
29352 (sin_test_downward): Likewise.
29353 (sin_test_upward): Likewise.
29354 (sincos_test): Likewise.
29355 (sinh_test): Likewise.
29356 (sinh_test_tonearest): Likewise.
29357 (sinh_test_towardzero): Likewise.
29358 (sinh_test_downward): Likewise.
29359 (sinh_test_upward): Likewise.
29360 (sqrt_test): Likewise.
29361 (tan_test): Likewise.
29362 (tan_test_tonearest): Likewise.
29363 (tan_test_towardzero): Likewise.
29364 (tan_test_downward): Likewise.
29365 (tan_test_upward): Likewise.
29366 (tanh_test): Likewise.
29367 (tgamma_test): Likewise.
29368 (y0_test): Likewise.
29369 (y1_test): Likewise.
29370 (yn_test): Likewise.
29371
323e5cb7
JM
29372 * math/gen-libm-test.pl (adjust_arg): Remove function.
29373 (special_function): Remove argument $in_func. Only handle
29374 generating output for tables of tests, not inside functions.
29375 (parse_args): Likewise.
29376 (generate_testfile): Remove variable $in_func. Update call to
29377 parse_args.
29378 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29379 (MINUS_ZERO_INIT): Rename macro to minus_zero.
29380 (PLUS_INFTY_INIT): Rename macro to plus_infty.
29381 (MINUS_INFTY_INIT): Rename macro to minus_infty.
29382 (QNAN_VALUE_INIT): Rename macro to qnan_value.
29383 (MAX_VALUE_INIT): Rename macro to max_value.
29384 (MIN_VALUE_INIT): Rename macro to min_value.
29385 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29386 (plus_zero): Remove variable.
29387 (minus_zero): Likewise.
29388 (plus_infty): Likewise.
29389 (minus_infty): Likewise.
29390 (qnan_value): Likewise.
29391 (max_value): Likewise.
29392 (min_value): Likewise.
29393 (min_subnorm_value): Likewise.
29394
e054f494
RA
293952013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
29396
29397 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29398 uint64_t or uint32_t usage.
29399 * crypt/sha256-block.c: Likewise.
29400 * crypt/sha256-crypt.c: Likewise.
29401 * crypt/sha256.c: Likewise.
29402 * crypt/sha512-block.c: Likewise.
29403 * crypt/sha512-crypt.c: Likewise.
29404 * crypt/sha512.c: Likewise.
29405 * debug/backtrace-tst.c: Likewise.
29406 * debug/pcprofiledump.c: Likewise.
29407 * elf/cache.c: Likewise.
29408 * elf/dl-cache.c: Likewise.
29409 * elf/dl-misc.c: Likewise.
29410 * elf/dl-profile.c: Likewise.
29411 * elf/dl-support.c: Likewise.
29412 * elf/ldconfig.c: Likewise.
29413 * elf/sprof.c: Likewise.
29414 * iconv/dummy-repertoire.c: Likewise.
29415 * iconv/iconv_charmap.c: Likewise.
29416 * iconv/skeleton.c: Likewise.
29417 * iconvdata/8bit-generic.c: Likewise.
29418 * iconvdata/cp737.h: Likewise.
29419 * iconvdata/cp775.h: Likewise.
29420 * iconvdata/ibm1008.h: Likewise.
29421 * iconvdata/ibm1025.h: Likewise.
29422 * iconvdata/ibm1046.h: Likewise.
29423 * iconvdata/ibm1097.h: Likewise.
29424 * iconvdata/ibm1112.h: Likewise.
29425 * iconvdata/ibm1122.h: Likewise.
29426 * iconvdata/ibm1123.h: Likewise.
29427 * iconvdata/ibm1124.h: Likewise.
29428 * iconvdata/ibm1129.h: Likewise.
29429 * iconvdata/ibm1130.h: Likewise.
29430 * iconvdata/ibm1132.h: Likewise.
29431 * iconvdata/ibm1133.h: Likewise.
29432 * iconvdata/ibm1137.h: Likewise.
29433 * iconvdata/ibm1140.h: Likewise.
29434 * iconvdata/ibm1141.h: Likewise.
29435 * iconvdata/ibm1142.h: Likewise.
29436 * iconvdata/ibm1143.h: Likewise.
29437 * iconvdata/ibm1144.h: Likewise.
29438 * iconvdata/ibm1145.h: Likewise.
29439 * iconvdata/ibm1146.h: Likewise.
29440 * iconvdata/ibm1147.h: Likewise.
29441 * iconvdata/ibm1148.h: Likewise.
29442 * iconvdata/ibm1149.h: Likewise.
29443 * iconvdata/ibm1153.h: Likewise.
29444 * iconvdata/ibm1154.h: Likewise.
29445 * iconvdata/ibm1155.h: Likewise.
29446 * iconvdata/ibm1156.h: Likewise.
29447 * iconvdata/ibm1157.h: Likewise.
29448 * iconvdata/ibm1158.h: Likewise.
29449 * iconvdata/ibm1160.h: Likewise.
29450 * iconvdata/ibm1161.h: Likewise.
29451 * iconvdata/ibm1162.h: Likewise.
29452 * iconvdata/ibm1163.h: Likewise.
29453 * iconvdata/ibm1164.h: Likewise.
29454 * iconvdata/ibm1166.h: Likewise.
29455 * iconvdata/ibm1167.h: Likewise.
29456 * iconvdata/ibm12712.h: Likewise.
29457 * iconvdata/ibm1390.h: Likewise.
29458 * iconvdata/ibm1399.h: Likewise.
29459 * iconvdata/ibm16804.h: Likewise.
29460 * iconvdata/ibm4517.h: Likewise.
29461 * iconvdata/ibm4899.h: Likewise.
29462 * iconvdata/ibm4909.h: Likewise.
29463 * iconvdata/ibm4971.h: Likewise.
29464 * iconvdata/ibm5347.h: Likewise.
29465 * iconvdata/ibm803.h: Likewise.
29466 * iconvdata/ibm856.h: Likewise.
29467 * iconvdata/ibm901.h: Likewise.
29468 * iconvdata/ibm902.h: Likewise.
29469 * iconvdata/ibm9030.h: Likewise.
29470 * iconvdata/ibm9066.h: Likewise.
29471 * iconvdata/ibm921.h: Likewise.
29472 * iconvdata/ibm922.h: Likewise.
29473 * iconvdata/ibm9448.h: Likewise.
29474 * iconvdata/isiri-3342.h: Likewise.
29475 * iconvdata/jis0201.h: Likewise.
29476 * include/link.h: Likewise.
29477 * include/netdb.h: Likewise.
29478 * inet/check_native.c: Likewise.
29479 * inet/check_pf.c: Likewise.
29480 * inet/getipv4sourcefilter.c: Likewise.
29481 * inet/getnameinfo.c: Likewise.
29482 * inet/getsourcefilter.c: Likewise.
29483 * inet/htonl.c: Likewise.
29484 * inet/setipv4sourcefilter.c: Likewise.
29485 * inet/setsourcefilter.c: Likewise.
29486 * inet/test-inet6_opt.c: Likewise.
29487 * inet/tst-network.c: Likewise.
29488 * locale/C-collate.c: Likewise.
29489 * locale/C-ctype.c: Likewise.
29490 * locale/C-time.c: Likewise.
29491 * locale/C-translit.h: Likewise.
29492 * locale/loadarchive.c: Likewise.
29493 * locale/programs/3level.h: Likewise.
29494 * locale/programs/charmap.c: Likewise.
29495 * locale/programs/charmap.h: Likewise.
29496 * locale/programs/ld-address.c: Likewise.
29497 * locale/programs/ld-collate.c: Likewise.
29498 * locale/programs/ld-ctype.c: Likewise.
29499 * locale/programs/ld-identification.c: Likewise.
29500 * locale/programs/ld-measurement.c: Likewise.
29501 * locale/programs/ld-messages.c: Likewise.
29502 * locale/programs/ld-monetary.c: Likewise.
29503 * locale/programs/ld-name.c: Likewise.
29504 * locale/programs/ld-numeric.c: Likewise.
29505 * locale/programs/ld-paper.c: Likewise.
29506 * locale/programs/ld-telephone.c: Likewise.
29507 * locale/programs/ld-time.c: Likewise.
29508 * locale/programs/linereader.c: Likewise.
29509 * locale/programs/locale.c: Likewise.
29510 * locale/programs/locarchive.c: Likewise.
29511 * locale/programs/locfile.h: Likewise.
29512 * locale/programs/repertoire.c: Likewise.
29513 * locale/programs/simple-hash.c: Likewise.
29514 * locale/programs/simple-hash.h: Likewise.
29515 * malloc/memusage.c: Likewise.
29516 * malloc/memusagestat.c: Likewise.
29517 * nis/nis_defaults.c: Likewise.
29518 * nis/nis_hash.c: Likewise.
29519 * nis/nis_print.c: Likewise.
29520 * nis/nis_xdr.c: Likewise.
29521 * nscd/connections.c: Likewise.
29522 * nscd/hstcache.c: Likewise.
29523 * nscd/nscd_gethst_r.c: Likewise.
29524 * nscd/nscd_getserv_r.c: Likewise.
29525 * nscd/nscd_helper.c: Likewise.
29526 * nscd/servicescache.c: Likewise.
29527 * nss/makedb.c: Likewise.
29528 * nss/nss_db/db-XXX.c: Likewise.
29529 * nss/nss_db/db-initgroups.c: Likewise.
29530 * nss/nss_db/db-netgrp.c: Likewise.
29531 * nss/nss_files/files-network.c: Likewise.
29532 * nss/nss_files/files-parse.c: Likewise.
29533 * posix/bug-regex5.c: Likewise.
29534 * posix/fnmatch_loop.c: Likewise.
29535 * posix/regcomp.c: Likewise.
29536 * posix/regexec.c: Likewise.
29537 * posix/tst-rfc3484-2.c: Likewise.
29538 * posix/tst-rfc3484-3.c: Likewise.
29539 * posix/tst-rfc3484.c: Likewise.
29540 * resolv/nss_dns/dns-canon.c: Likewise.
29541 * resolv/nss_dns/dns-network.c: Likewise.
29542 * resolv/res_init.c: Likewise.
29543 * resolv/res_mkquery.c: Likewise.
29544 * resolv/tst-aton.c: Likewise.
29545 * stdlib/cxa_atexit.c: Likewise.
29546 * stdlib/cxa_finalize.c: Likewise.
29547 * stdlib/gen-fpioconst.c: Likewise.
29548 * stdlib/strtol_l.c: Likewise.
29549 * string/tst-endian.c: Likewise.
29550 * sunrpc/auth_des.c: Likewise.
29551 * sunrpc/clnt_udp.c: Likewise.
29552 * sunrpc/rtime.c: Likewise.
29553 * sunrpc/svcauth_des.c: Likewise.
29554 * sunrpc/xdr.c: Likewise.
29555 * sunrpc/xdr_intXX_t.c: Likewise.
29556 * sunrpc/xdr_rec.c: Likewise.
29557 * sysdeps/generic/ldconfig.h: Likewise.
29558 * sysdeps/generic/ldsodefs.h: Likewise.
29559 * sysdeps/generic/memusage.h: Likewise.
29560 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29561 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29562 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29563 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29564 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29565 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29566 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29567 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29568 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29569 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29570 * sysdeps/posix/getaddrinfo.c: Likewise.
29571 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29572 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29573 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29574 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29575 * sysdeps/powerpc/test-gettimebase.c: Likewise.
29576 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29577 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29578 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29579 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29580 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29581 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29582 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29583 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29584 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29585 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29586 * sysdeps/x86_64/dl-tls.h: Likewise.
29587 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29588 * time/alt_digit.c: Likewise.
29589 * time/era.c: Likewise.
29590 * wcsmbs/tst-c16c32-1.c: Likewise.
29591
8c75f674
JM
295922013-05-16 Joseph Myers <joseph@codesourcery.com>
29593
29594 * math/libm-test.inc (struct test_sincos_data): New type.
29595 (RUN_TEST_LOOP_sincos): New macro.
29596 (sincos_test_data): New variable.
29597 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29598
e6e49e59
RH
295992013-05-16 Richard Henderson <rth@redhat.com>
29600
29601 * math/atest-exp2.c (LIMB64): New macro.
29602 (CONSTSZ): New macro.
29603 (mp_exp1, mp_exp_m1, mp_log2): New variables.
29604 (hexdig): Move ...
29605 (print_mpn_fp): ... to function scope.
29606 (read_mpn_hex): Remove.
29607 (get_log2): Remove.
29608 (exp2_mpn): Use mp_log2.
29609 (main): Use mp_exp1.
29610
15c7c18d
JM
296112013-05-16 Joseph Myers <joseph@codesourcery.com>
29612
105a07df
JM
29613 * math/libm-test.inc: Remove comment about not testing "inexact"
29614 exceptions.
29615 (INEXACT_EXCEPTION): New macro.
29616 (NO_INEXACT_EXCEPTION): Likewise.
29617 (INVALID_EXCEPTION_OK): Update value.
29618 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29619 (OVERFLOW_EXCEPTION_OK): Likewise.
29620 (UNDERFLOW_EXCEPTION_OK): Likewise.
29621 (IGNORE_ZERO_INF_SIGN): Likewise.
29622 (ERRNO_UNCHANGED): Likewise.
29623 (ERRNO_EDOM): Likewise.
29624 (ERRNO_ERANGE): Likewise.
29625 (test_exceptions): Handle testing "inexact" exceptions.
29626 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29627 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29628 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29629 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29630 INEXACT_EXCEPTION.
29631 (rint_towardzero_test_data): Likewise.
29632 (rint_downward_test_data): Likewise.
29633 (rint_upward_test_data): Likewise.
29634
e9eee333
JM
29635 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29636 with OVERFLOW_EXCEPTION.
29637 (exp10_test_data): Likewise.
29638 (exp2_test_data): Likewise.
29639 (expm1_test_data): Likewise.
29640 (lgamma_test_data): Likewise.
29641 (pow_test_data): Likewise.
29642 (tgamma_test_data): Likewise.
29643 (yn_test_data): Remove duplicate test of overflow.
29644
1c38ff73
JM
29645 * math/libm-test.inc (struct test_cc_c_data): New type.
29646 (RUN_TEST_LOOP_cc_c): New macro.
29647 (cpow_test_data): New variable.
29648 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29649
15c7c18d
JM
29650 * math/libm-test.inc (struct test_f_L_data): New type.
29651 (RUN_TEST_LOOP_f_L): New macro.
29652 (llrint_test_data): New variable.
29653 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29654 (llrint_tonearest_test_data): New variable.
29655 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29656 (llrint_towardzero_test_data): New variable.
29657 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29658 (llrint_downward_test_data): New variable.
29659 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29660 (llrint_upward_test_data): New variable.
29661 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29662 (llround_test_data): New variable.
29663 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29664
f137ff13
PC
296652013-05-13 Peter Collingbourne <pcc@google.com>
29666
29667 * math/atest-exp2.c (get_log2): Remove const attribute.
29668
3608cb24
JM
296692013-05-15 Joseph Myers <joseph@codesourcery.com>
29670
29671 * math/libm-test.inc (struct test_f_l_data): New type.
29672 (RUN_TEST_LOOP_f_l): New macro.
29673 (lrint_test_data): New variable.
29674 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29675 (lrint_tonearest_test_data): New variable.
29676 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29677 (lrint_towardzero_test_data): New variable.
29678 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29679 (lrint_downward_test_data): New variable.
29680 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29681 (lrint_upward_test_data): New variable.
29682 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29683 (lround_test_data): New variable.
29684 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29685
39b1f617
PC
296862013-05-15 Peter Collingbourne <pcc@google.com>
29687
1deff3dc
PC
29688 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29689 (EXTRACT_WORDS64) Use where appropriate.
29690 (INSERT_WORDS64) Likewise.
29691
791f3ba0
PC
29692 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29693 constraints with x constraints.
29694 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29695
39b1f617
PC
29696 * malloc/obstack.c (_obstack_compat): Add initializer.
29697
12fba011
EM
296982013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
29699
29700 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29701 si_trapno and add si_addr_lsb to _sifields.sigfault.
29702 (si_trapno): Remove macro.
29703 (si_addr_lsb): Define new macro.
29704 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29705
d369f531
JM
297062013-05-15 Joseph Myers <joseph@codesourcery.com>
29707
b861c6c4
JM
29708 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29709 instead of TEST_f_l.
29710 (llrint_test_tonearest): Likewise.
29711 (llrint_test_towardzero): Likewise.
29712 (llrint_test_downward): Likewise.
29713 (llrint_test_upward): Likewise.
29714 (llround_test): Likewise.
29715
7abeee12
JM
29716 * math/libm-test.inc (struct test_f_i_data): Add comment.
29717 (RUN_TEST_LOOP_f_b): New macro.
29718 (RUN_TEST_LOOP_f_b_tg): Likewise.
29719 (finite_test_data): New variable.
29720 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29721 (isfinite_test_data): New variable.
29722 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29723 (isinf_test_data): New variable.
29724 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29725 (isnan_test_data): New variable.
29726 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29727 (isnormal_test_data): New variable.
29728 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29729 (issignaling_test_data): New variable.
29730 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29731 (signbit_test_data): New variable.
29732 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29733
cbe8c4d3
JM
29734 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29735 with INVALID_EXCEPTION.
29736 (acosh_test_data): Likewise.
29737 (asin_test_data): Likewise.
29738 (atanh_test_data): Likewise.
29739 (fmod_test_data): Likewise.
29740 (log_test_data): Likewise.
29741 (log10_test_data): Likewise.
29742 (log2_test_data): Likewise.
29743 (pow_test_data): Likewise.
29744 (sqrt_test_data): Likewise.
29745 (y0_test_data): Likewise.
29746 (y1_test_data): Likewise.
29747 (yn_test_data): Likewise.
29748
5575c0e5
JM
29749 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29750 function contents.
29751
d369f531
JM
29752 * math/libm-test.inc (struct test_ff_i_data): New type.
29753 (RUN_TEST_LOOP_ff_i_tg): New macro.
29754 (isgreater_test_data): New variable.
29755 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29756 (isgreaterequal_test_data): New variable.
29757 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29758 (isless_test_data): New variable.
29759 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29760 (islessequal_test_data): New variable.
29761 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29762 (islessgreater_test_data): New variable.
29763 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29764 (isunordered_test_data): New variable.
29765 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29766
781fd748
DM
297672013-05-14 David S. Miller <davem@davemloft.net>
29768
29769 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29770
87aa21df
JM
297712013-05-14 Joseph Myers <joseph@codesourcery.com>
29772
5e908270
JM
29773 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29774
f71172e5
JM
29775 * math/libm-test.inc (struct test_fF_f1_data): Change type of
29776 extra_test to int.
29777 (struct test_f_i_data): Change type of max_ulp to int.
29778
8cfa635a
JM
29779 * math/libm-test.inc (test_ffI_f1_data): New type.
29780 (RUN_TEST_LOOP_ffI_f1): New macro.
29781 (remquo_test_data): New variable.
29782 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29783
2bcb36b2
JM
29784 * setjmp/tst-setjmp-fp.c: New file.
29785 * setjmp/Makefile (tests): Add tst-setjmp-fp.
29786 (link-libm): New variable.
29787 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29788
acbd839a
JM
29789 * math/libm-test.inc (struct test_f_i_data): New type.
29790 (RUN_TEST_LOOP_f_i): New macro.
29791 (RUN_TEST_LOOP_f_i_tg): Likewise.
29792 (fpclassify_test_data): New variable.
29793 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29794 (ilogb_test_data): New variable.
29795 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29796
e414d745
JM
29797 * math/libm-test.inc (scalbln_test): Correct function name in END
29798 call.
29799
d9c2a0fd
JM
29800 * math/libm-test.inc (struct test_f_f1_data): Add comment.
29801 (RUN_TEST_LOOP_fI_f1): New macro.
29802 (frexp_test_data): New variable.
29803 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29804
9dc9095d
JM
29805 * math/libm-test.inc (struct test_fF_f1_data): New type.
29806 (RUN_TEST_LOOP_fF_f1): New macro.
29807 (modf_test_data): New variable.
29808 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29809
87aa21df
JM
29810 * math/libm-test.inc (struct test_f_f1_data): New type.
29811 (RUN_TEST_LOOP_f_f1): New macro.
29812 (gamma_test_data): New variable.
29813 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29814 (lgamma_test_data): New variable.
29815 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29816
141af660
CD
298172013-05-13 Carlos O'Donell <carlos@redhat.com>
29818
29819 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29820 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29821 (main): Comment "tls" pseudo-hwcap.
29822
6d33265c
JM
298232013-05-13 Joseph Myers <joseph@codesourcery.com>
29824
68fc074c
JM
29825 * math/libm-test.inc (struct test_fl_f_data): New type.
29826 (RUN_TEST_LOOP_fl_f): New variable.
29827 (scalbln_test_data): New variable.
29828 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29829
243216e1
JM
29830 * math/libm-test.inc (struct test_fi_f_data): New type.
29831 (RUN_TEST_LOOP_fi_f): New macro.
29832 (ldexp_test_data): New variable.
29833 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29834 (scalbn_test_data): New variable.
29835 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29836
6a1992e2
JM
29837 * math/libm-test.inc (struct test_c_f_data): New type.
29838 (RUN_TEST_LOOP_c_f): New macro.
29839 (cabs_test_data): New variable.
29840 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29841 (carg_test_data): New variable.
29842 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29843 (cimag_test_data): New variable.
29844 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29845 (creal_test_data): New variable.
29846 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29847
0e400df5
JM
29848 * math/libm-test.inc (struct test_if_f_data): New type.
29849 (RUN_TEST_LOOP_if_f): New macro.
29850 (jn_test_data): New variable.
29851 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29852 (yn_test_data): New variable.
29853 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29854
6d33265c
JM
29855 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29856
f98ece5f
AZ
298572013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29858
29859 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29860 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29861
0f7d347b
SP
298622013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
29863
43fe811b
SP
29864 * benchtests/Makefile (CPPFLAGS-nonlib): Add
29865 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29866 (bench-deps): Add bench-timing.h.
29867 * benchtests-bench-skeleton.c: Include bench-timing.h.
29868 (main): Use TIMING_* macros instead of clock_gettime.
29869 * benchtests/bench-timing.h: New file.
29870
0f7d347b
SP
29871 [BZ #14582]
29872 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29873 Renamed from _LIB_VERSION.
29874 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29875
601a3a5f
JM
298762013-05-12 Joseph Myers <joseph@codesourcery.com>
29877
4f184d30
JM
29878 * math/libm-test.inc (struct test_fff_f_data): New type.
29879 (RUN_TEST_LOOP_fff_f): New macro.
29880 (fma_test_data): New variable.
29881 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29882 (fma_towardzero_test_data): New variable.
29883 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29884 (fma_downward_test_data): New variable.
29885 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29886 (fma_upward_test_data): New variable.
29887 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29888
08198877
JM
29889 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29890 (struct test_c_c_data): New type.
29891 (RUN_TEST_LOOP_c_c): New macro.
29892 (cacos_test_data): New variable.
29893 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29894 (cacosh_test_data): New variable.
29895 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29896 (casin_test_data): New variable.
29897 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29898 (casinh_test_data): New variable.
29899 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29900 (catan_test_data): New variable.
29901 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29902 (catanh_test_data): New variable.
29903 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29904 (ccos_test_data): New variable.
29905 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29906 (ccosh_test_data): New variable.
29907 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29908 (cexp_test_data): New variable.
29909 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29910 (clog_test_data): New variable.
29911 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29912 (clog10_test_data): New variable.
29913 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29914 (conj_test_data): New variable.
29915 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29916 (cproj_test_data): New variable.
29917 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29918 (csin_test_data): New variable.
29919 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29920 (csinh_test_data): New variable.
29921 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29922 (csqrt_test_data): New variable.
29923 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29924 (ctan_test_data): New variable.
29925 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29926 (ctan_tonearest_test_data): New variable.
29927 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29928 (ctan_towardzero_test_data): New variable.
29929 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29930 (ctan_downward_test_data): New variable.
29931 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29932 (ctan_upward_test_data): New variable.
29933 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29934 (ctanh_test_data): New variable.
29935 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29936 (ctanh_tonearest_test_data): New variable.
29937 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29938 (ctanh_towardzero_test_data): New variable.
29939 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29940 (ctanh_downward_test_data): New variable.
29941 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29942 (ctanh_upward_test_data): New variable.
29943 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29944 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29945 of BUILD_COMPLEX.
29946
601a3a5f
JM
29947 * math/libm-test.inc (struct test_ff_f_data): New type.
29948 (struct test_ff_f_data_nexttoward): Likewise.
29949 (RUN_TEST_LOOP_2_f): New macro.
29950 (RUN_TEST_LOOP_ff_f): Likewise.
29951 (atan2_test_data): New variable.
29952 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29953 (copysign_test_data): New variable.
29954 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29955 (fdim_test_data): New variable.
29956 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29957 (fmax_test_data): New variable.
29958 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29959 (fmin_test_data): New variable.
29960 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29961 (fmod_test_data): New variable.
29962 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29963 (hypot_test_data): New variable.
29964 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29965 (nextafter_test_data): New variable.
29966 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29967 (nexttoward_test_data): New variable.
29968 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29969 (pow_test_data): New variable.
29970 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29971 (pow_tonearest_test_data): New variable.
29972 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29973 (pow_towardzero_test_data): New variable.
29974 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29975 (pow_downward_test_data): New variable.
29976 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29977 (pow_upward_test_data): New variable.
29978 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29979 (remainder_test_data): New variable.
29980 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29981 (scalb_test_data): New variable.
29982 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29983 * sysdeps/i386/fpu/libm-test-ulps: Update.
29984
74c57478
JM
299852013-05-11 Joseph Myers <joseph@codesourcery.com>
29986
8329e4da
JM
29987 * math/libm-test.inc (fma_test): Use max_value instead of local
29988 variable fltmax.
29989 (nextafter_test): Likewise.
29990
74c57478
JM
29991 * math/libm-test.inc (acos_towardzero_test_data): New variable.
29992 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29993 (acos_downward_test_data): New variable.
29994 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29995 (acos_upward_test_data): New variable.
29996 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29997 (acosh_test_data): New variable.
29998 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29999 (asin_test_data): New variable.
30000 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
30001 (asin_tonearest_test_data): New variable.
30002 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30003 (asin_towardzero_test_data): New variable.
30004 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30005 (asin_downward_test_data): New variable.
30006 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30007 (asin_upward_test_data): New variable.
30008 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30009 (asinh_test_data): New variable.
30010 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
30011 (atan_test_data): New variable.
30012 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
30013 (atanh_test_data): New variable.
30014 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
30015 (cbrt_test_data): New variable.
30016 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
30017 (ceil_test_data): New variable.
30018 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
30019 (cos_test_data): New variable.
30020 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
30021 (cos_tonearest_test_data): New variable.
30022 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30023 (cos_towardzero_test_data): New variable.
30024 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30025 (cos_downward_test_data): New variable.
30026 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30027 (cos_upward_test_data): New variable.
30028 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30029 (cosh_test_data): New variable.
30030 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
30031 (cosh_tonearest_test_data): New variable.
30032 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30033 (cosh_towardzero_test_data): New variable.
30034 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30035 (cosh_downward_test_data): New variable.
30036 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30037 (cosh_upward_test_data): New variable.
30038 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30039 (erf_test_data): New variable.
30040 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
30041 (erfc_test_data): New variable.
30042 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
30043 (exp_test_data): New variable.
30044 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
30045 (exp_tonearest_test_data): New variable.
30046 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30047 (exp_towardzero_test_data): New variable.
30048 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30049 (exp_downward_test_data): New variable.
30050 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30051 (exp_upward_test_data): New variable.
30052 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30053 (exp10_test_data): New variable.
30054 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
30055 (exp2_test_data): New variable.
30056 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
30057 (expm1_test_data): New variable.
30058 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
30059 (fabs_test_data): New variable.
30060 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
30061 (floor_test_data): New variable.
30062 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
30063 (j0_test_data): New variable.
30064 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
30065 (j1_test_data): New variable.
30066 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
30067 (log_test_data): New variable.
30068 (log_test): Run tests with RUN_TEST_LOOP_f_f.
30069 (log10_test_data): New variable.
30070 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
30071 (log1p_test_data): New variable.
30072 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
30073 (log2_test_data): New variable.
30074 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
30075 (logb_test_data): New variable.
30076 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
30077 (logb_downward_test_data): New variable.
30078 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30079 (nearbyint_test_data): New variable.
30080 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
30081 (rint_test_data): New variable.
30082 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
30083 (rint_tonearest_test_data): New variable.
30084 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30085 (rint_towardzero_test_data): New variable.
30086 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30087 (rint_downward_test_data): New variable.
30088 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30089 (rint_upward_test_data): New variable.
30090 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30091 (round_test_data): New variable.
30092 (round_test): Run tests with RUN_TEST_LOOP_f_f.
30093 (sin_test_data): New variable.
30094 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
30095 (sin_tonearest_test_data): New variable.
30096 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30097 (sin_towardzero_test_data): New variable.
30098 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30099 (sin_downward_test_data): New variable.
30100 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30101 (sin_upward_test_data): New variable.
30102 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30103 (sinh_test_data): New variable.
30104 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
30105 (sinh_tonearest_test_data): New variable.
30106 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30107 (sinh_towardzero_test_data): New variable.
30108 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30109 (sinh_downward_test_data): New variable.
30110 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30111 (sinh_upward_test_data): New variable.
30112 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30113 (sqrt_test_data): New variable.
30114 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
30115 (tan_test_data): New variable.
30116 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
30117 (tan_tonearest_test_data): New variable.
30118 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30119 (tan_towardzero_test_data): New variable.
30120 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30121 (tan_downward_test_data): New variable.
30122 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30123 (tan_upward_test_data): New variable.
30124 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30125 (tanh_test_data): New variable.
30126 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
30127 (tgamma_test_data): New variable.
30128 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
30129 (trunc_test_data): New variable.
30130 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
30131 (y0_test_data): New variable.
30132 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
30133 (y1_test_data): New variable.
30134 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
30135 (significand_test_data): New variable.
30136 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
30137
7187d844
CG
301382013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
30139
30140 [BZ #12387]
30141 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
30142
f63fae73
PT
301432013-05-10 Pino Toscano <toscano.pino@tiscali.it>
30144
30145 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
30146
8a67a4b3
AJ
301472013-05-10 Andreas Jaeger <aj@suse.de>
30148
30149 [BZ #15448]
30150 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
30151 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
30152
51df539d
JM
301532013-05-10 Joseph Myers <joseph@codesourcery.com>
30154
30155 * math/gen-libm-test.pl (adjust_arg): New function.
30156 (special_functions): Handle generating output in both functions
30157 and arrays.
30158 (parse_args): Likewise.
30159 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
30160 $in_func argument to parse_args.
30161 * math/libm-test.inc (struct test_f_f_data): New type.
30162 (IF_ROUND_INIT_): New macro.
30163 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
30164 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30165 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30166 (IF_ROUND_INIT_FE_UPWARD): Likewise.
30167 (ROUND_RESTORE_): Likewise.
30168 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
30169 (ROUND_RESTORE_FE_TONEAREST): Likewise.
30170 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
30171 (ROUND_RESTORE_FE_UPWARD): Likewise.
30172 (RUN_TEST_LOOP_f_f): New macro.
30173 (acos_test_data): New variable.
30174 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
30175 (acos_tonearest_test_data): New variable.
30176 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30177
5c637fe5
SP
301782013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
30179
30180 * benchtests/bench-skeleton.c (startup): Fix coding style.
30181
ab2b9461
JM
301822013-05-10 Joseph Myers <joseph@codesourcery.com>
30183
30184 [BZ #6809]
30185 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
30186 negative infinity argument.
30187 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
30188 negative infinity argument.
30189 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
30190 negative infinity argument.
30191 * math/libm-test.inc (tgamma_test): Expect errno to be set for
30192 domain errors.
30193
4c0fe6fe
FW
301942013-05-10 Florian Weimer <fweimer@redhat.com>
30195
30196 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
30197 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
30198 * iconv/iconv_prog.c (main): Likewise.
30199 * locale/programs/charmap-dir.c (charmap_readdir)
30200 (fopen_uncompressed): Likewise.
30201 * locale/programs/locfile.c (siblings_uncached)
30202 (write_locale_data): Use lstat64 instead of lstat.
30203 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30204 stat.
30205
a3375d29
AJ
302062013-05-10 Andreas Jaeger <aj@suse.de>
30207
30208 [BZ #15395]
30209 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30210 localization.
30211 Include <locale.h>.
30212
36129722
CD
302132013-05-09 Carlos O'Donell <carlos@redhat.com>
30214
30215 * elf/dl-close.c (_dl_close_worker): Add comments.
30216
faa7f811
JM
302172013-05-09 Joseph Myers <joseph@codesourcery.com>
30218
ed41ffef
JM
30219 [BZ #15359]
30220 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30221 high part of pi/2.
30222 (__ieee754_rem_pio2l): Update comments.
30223
d0213cd0
JM
30224 [BZ #15429]
30225 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30226 high part of pi/2.
30227 (__ieee754_rem_pio2l): Update comments.
30228
0d3e777a
JM
30229 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30230 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30231
24f56066
JM
30232 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30233 M_PI_4l.
30234
faa7f811
JM
30235 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30236 (M_PI_34_LOG10El): Likewise.
30237 (M_PI2_LOG10El): Likewise.
30238 (M_PI4_LOG10El): Likewise.
30239 (M_PI_LOG10El): Likewise.
30240
e9a5e0fd
AZ
302412013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30242
30243 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30244
d8cd06db
JM
302452013-05-08 Joseph Myers <joseph@codesourcery.com>
30246
a0d9f9d7
JM
30247 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30248 (MINUS_ZERO_INIT): Likewise.
30249 (PLUS_INFTY_INIT): Likewise.
30250 (MINUS_INFTY_INIT): Likewise.
30251 (QNAN_VALUE_INIT): Likewise.
30252 (MAX_VALUE_INIT): Likewise.
30253 (MIN_VALUE_INIT): Likewise.
30254 (MIN_SUBNORM_VALUE_INIT): Likewise.
30255 (plus_zero): Initialize with PLUS_ZERO_INIT.
30256 (minus_zero): Initialize with MINUS_ZERO_INIT.
30257 (plus_infty): Initialize with PLUS_INFTY_INIT.
30258 (minus_infty): Initialize with MINUS_INFTY_INIT.
30259 (qnan_value): Initialize with QNAN_VALUE_INIT.
30260 (max_value): Initialize with MAX_VALUE_INIT.
30261 (min_value): Initialize with MIN_VALUE_INIT.
30262 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30263
ae08db3b
JM
30264 * math/libm-test.inc (RUN_TEST_if_f): New macro.
30265 (jn_test): Use TEST_if_f instead of TEST_ff_f.
30266 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30267 (yn_test): Use TEST_if_f instead of TEST_ff_f.
30268
f44bf14a
JM
30269 * math/libm-test.inc (RUN_TEST_f_f): New macro.
30270 (RUN_TEST_2_f): Likewise.
30271 (RUN_TEST_ff_f): Likewise.
30272 (RUN_TEST_fi_f): Likewise.
30273 (RUN_TEST_fl_f): Likewise.
30274 (RUN_TEST_fff_f): Likewise.
30275 (RUN_TEST_c_f): Likewise.
30276 (RUN_TEST_f_f1): Likewise.
30277 (RUN_TEST_fF_f1): Likewise.
30278 (RUN_TEST_fI_f1): Likewise.
30279 (RUN_TEST_ffI_f1): Likewise.
30280 (RUN_TEST_c_c): Likewise.
30281 (RUN_TEST_cc_c): Likewise.
30282 (RUN_TEST_f_i): Likewise.
30283 (RUN_TEST_f_i_tg): Likewise.
30284 (RUN_TEST_ff_i_tg): Likewise.
30285 (RUN_TEST_f_b): Likewise.
30286 (RUN_TEST_f_b_tg): Likewise.
30287 (RUN_TEST_f_l): Likewise.
30288 (RUN_TEST_f_L): Likewise.
30289 (RUN_TEST_sincos): Likewise.
30290 * math/gen-libm-test.pl (new_test): Take new argument to indicate
30291 whether to show exceptions. Do not include ");\n" in return
30292 value.
30293 (special_functions): Output call to RUN_TEST_sincos instead of
30294 check_float calls. Update calls to new_test.
30295 (parse_args): Output call to single RUN_TEST_* macro instead of
30296 check_* calls and other assignments. Update calls to new_test.
30297
d8cd06db
JM
30298 [BZ #2546]
30299 [BZ #2560]
30300 [BZ #5159]
30301 [BZ #15426]
30302 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
30303 input to result for tgamma overflow.
30304 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
30305 (gamma_coeff): New variable.
30306 (NCOEFF): New macro.
30307 (gamma_positive): New function.
30308 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
30309 underflow here. Use gamma_positive instead of exp (lgamma) for
30310 other arguments.
30311 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
30312 (gamma_coeff): New variable.
30313 (NCOEFF): New macro.
30314 (gammaf_positive): New function.
30315 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
30316 underflow here. Use gamma_positive instead of exp (lgamma) for
30317 other arguments.
30318 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
30319 (gamma_coeff): New variable.
30320 (NCOEFF): New macro.
30321 (gammal_positive): New function.
30322 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
30323 underflow here. Use gamma_positive instead of exp (lgamma) for
30324 other arguments.
30325 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
30326 (gamma_coeff): New variable.
30327 (NCOEFF): New macro.
30328 (gammal_positive): New function.
30329 (__ieee754_gammal_r): Handle positive infinity, overflow and
30330 underflow here. Handle NaN the same as positive infinity. Remove
30331 check x < 0xffffffff for negative integers. Use gamma_positive
30332 instead of exp (lgamma) for other arguments.
30333 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
30334 (gamma_coeff): New variable.
30335 (NCOEFF): New macro.
30336 (gammal_positive): New function.
30337 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
30338 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
30339 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
30340 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
30341 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
30342 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
30343 * sysdeps/generic/math_private.h (__gamma_productf): New
30344 prototype.
30345 (__gamma_product): Likewise.
30346 (__gamma_productl): Likewise.
30347 * math/Makefile (libm-calls): Add gamma_product.
30348 * math/libm-test.inc (tgamma_test): Add more tests.
30349 * sysdeps/i386/fpu/libm-test-ulps: Update.
30350 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30351
bb7cf681
OB
303522013-05-08 Ondřej Bílka <neleai@seznam.cz>
30353
30354 * benchtests/bench-skeleton.c (main): Preheat CPU.
30355
ba853947
AJ
303562013-05-07 Aurelien Jarno <aurelien@aurel32.net>
30357
30358 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30359
8347c74c
RM
303602013-05-07 Roland McGrath <roland@hack.frob.com>
30361
30362 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30363 and _dl_skip_args_internal.
30364
e8dd4791
CD
303652013-05-07 Carlos O'Donell <carlos@redhat.com>
30366
30367 * manual/message.texi (Message Translation): Talk about users.
30368 Message to key mapping impacts design.
30369
c7405830
RM
303702013-05-06 Roland McGrath <roland@hack.frob.com>
30371
a9173057
RM
30372 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30373
976e2f03
RM
30374 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30375
9723ffc5
RM
30376 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30377 * sysdeps/wordsize-64/glob64.c: ... here.
30378
962e6658
RM
30379 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30380 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30381 New macros.
30382
ee586a6d
RM
30383 * debug/getlogin_r_chk.c: Moved to ...
30384 * login/getlogin_r_chk.c: ... here.
30385 * debug/Makefile (routines): Move getlogin_r_chk to ...
30386 * login/Makefile (routines): ... here.
30387 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30388 * login/Versions (libc: GLIBC_2.4): ... here.
30389
355f9165
RM
30390 * io/poll.c (__poll): Renamed from poll.
30391 Add libc_hidden_def.
30392 (poll): Define as weak alias.
30393
bd9ffde6
RM
30394 * debug/ptsname_r_chk.c: Moved to ...
30395 * login/ptsname_r_chk.c: ... here.
30396 * debug/Makefile (routines): Move ptsname_r_chk to ...
30397 * login/Makefile (routines): ... here.
30398 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30399 * login/Versions (libc: GLIBC_2.4): ... here.
30400
8fb16a04
RM
30401 * posix/getlogin.c: Moved to ...
30402 * login/getlogin.c: ... here.
30403 * posix/getlogin_r.c: Moved to ...
30404 * login/getlogin_r.c: ... here.
30405 * posix/getlogin_r.c: Moved to ...
30406 * login/getlogin_r.c: ... here.
30407 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30408 * login/Makefile (routines): ... here.
30409 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30410 * login/Versions (libc: GLIBC_2.0): ... here.
30411
b99b892f
RM
30412 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30413 (setrlimit): Define as weak alias.
30414
c7405830
RM
30415 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30416 Call __ names for open, ftruncate, and close.
30417 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30418 (truncate): Define as weak alias.
30419
5bf96de5
JM
304202013-05-06 Joseph Myers <joseph@codesourcery.com>
30421
9ea3513c
JM
30422 * math/gen-libm-test.pl (parse_args): Initialize x before each
30423 test of frexp, modf and remquo.
30424
5bf96de5
JM
30425 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30426 test signgam value.
30427
16e616a7
AZ
304282013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30429
30430 [BZ #15418]
30431 [BZ #15419]
30432 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30433 internal tests.
30434 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30435
d5e82754
RM
304362013-05-06 Roland McGrath <roland@hack.frob.com>
30437
30438 * elf/dl-writev.h: New file.
30439 * elf/dl-misc.c: Include it.
30440 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30441 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30442
a7548d41
JM
304432013-05-04 Joseph Myers <joseph@codesourcery.com>
30444
b7dab1e4
JM
30445 * math/libm-test.inc (noXFails): Remove variable.
30446 (noXPasses): Likewise.
30447 (BUILD_COMPLEX_INT): Remove macro.
30448 (print_screen): Remove xfail argument.
30449 (print_screen_max_error): Likewise.
30450 (update_stats): Likewise.
30451 (print_max_error): Likewise. Update calls to other affected
30452 functions.
30453 (print_complex_max_error): Likewise.
30454 (test_single_exception): Update calls to print_screen.
30455 (test_single_errno): Likewise.
30456 (check_float_internal): Remove xfail argument. Update calls to
30457 other affected functions.
30458 (check_float): Likewise.
30459 (check_complex): Likewise.
30460 (check_int): Likewise.
30461 (check_long): Likewise.
30462 (check_bool): Likewise.
30463 (check_longlong): Likewise.
30464 (main): Don't print noXFails and noXPasses.
30465 * math/gen-libm-test.pl (top level): Don't mention expected
30466 failure handling in comment.
30467 (new_test): Don't handle expected failures.
30468 (parse_args): Don't mention expected failure handling in comment.
30469 (generate_testfile): Don't handle expected failures.
30470 (parse_ulps): Likewise.
30471 (print_ulps_file): Likewise.
30472 (get_failure): Remove function.
30473 (output_test): Don't handle expected failures.
30474 * make/README.libm-test: Don't mention expected failure handling.
30475
a7548d41
JM
30476 * math/libm-test.inc (plus_zero): Make const. Add initializer.
30477 (minus_zero): Likewise.
30478 (plus_infty): Likewise.
30479 (minus_infty): Likewise.
30480 (qnan_value): Likewise.
30481 (max_value): Likewise.
30482 (min_value): Likewise.
30483 (min_subnorm_value): Likewise.
30484 (initialize): Do not initialize those variables dynamically.
30485
60bfd54c
RM
304862013-05-03 Roland McGrath <roland@hack.frob.com>
30487
cc0e6ed8
RM
30488 * io/open.c (__open_2): Moved to ...
30489 * io/open_2.c: ... this new file.
30490 * io/open64.c (__open64_2): Moved to ...
30491 * io/open64_2.c: ... this new file.
30492 * io/openat.c (__openat_2): Moved to ...
30493 * io/openat_2.c: ... this new file.
30494 * io/openat64.c (__openat64_2): Moved to ...
30495 * io/openat64_2.c: ... this new file.
30496 * io/Makefile (routines): Add them.
30497 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30498 * sysdeps/unix/sysv/linux/open_2.c: File removed.
30499 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30500 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30501 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30502 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30503 (__openat64): Add hidden_ver.
30504 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30505 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30506
60bfd54c
RM
30507 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30508 Separately conditionalize setting of GLRO(dl_sysinfo) so
30509 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30510 as well, but the actual setting is only under [NEED_DL_SYSINFO].
30511
83e7640f
AZ
305122013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30513
30514 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30515 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30516 definition.
30517 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30518 * sysdeps/unix/sysv/linux/powerpc/init-first.c
30519 (_libc_vdso_platform_setup): Add __vdso_time initialization.
30520 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30521 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30522
d5dc2af3
JM
305232013-05-03 Joseph Myers <joseph@codesourcery.com>
30524
c31a5b1e
JM
30525 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30526 test signgam value.
30527
d5dc2af3
JM
30528 * math/libm-test.inc (hypot_test): Do not use
30529 IGNORE_ZERO_INF_SIGN.
30530
164fd39d
AJ
305312013-05-03 Andreas Jaeger <aj@suse.de>
30532
30533 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30534 Linux 3.9.
30535 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30536 (PF_MAX): Adjust for VSOCK change.
30537
8237f48c
AZ
305382013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30539
30540 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30541
9df02941
CD
305422013-05-02 Carlos O'Donell <carlos@redhat.com>
30543
30544 [BZ #15264]
30545 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30546 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30547 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30548
d422395e
DM
305492013-05-02 David S. Miller <davem@davemloft.net>
30550
30551 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30552
a07c5731
OB
305532013-05-01 Ondřej Bílka <neleai@seznam.cz>
30554
30555 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30556
1324e37f
RM
305572013-05-01 Roland McGrath <roland@hack.frob.com>
30558
30559 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30560
0695940b
RS
305612013-05-01 Richard Smith <richard@metafoo.co.uk>
30562
bb5f27ad 30563 [BZ #14952]
0695940b
RS
30564 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30565 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30566 Use __attribute__ ((__gnu_inline__)).
30567 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30568 Don't use __attribute__ ((__gnu_inline__)).
30569
10de07f5
JM
305702013-05-01 Joseph Myers <joseph@codesourcery.com>
30571
30572 [BZ #15423]
30573 * math/s_catan.c (__catan): Handle small real or imaginary part of
30574 input specially to avoid spurious underflow.
30575 * math/s_catanf.c (__catanf): Likewise.
30576 * math/s_catanh.c (__catanh): Likewise.
30577 * math/s_catanhf.c (__catanhf): Likewise.
30578 * math/s_catanhl.c (__catanhl): Likewise.
30579 * math/s_catanl.c (__catanl): Likewise.
30580 * math/libm-test.inc (catan_test): Add more tests.
30581 (catanh_test): Likewise.
30582 * sysdeps/i386/fpu/libm-test-ulps: Update.
30583 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30584
cb4d5414
AZ
305852013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30586
30587 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30588
caf84319
JM
305892013-04-30 Joseph Myers <joseph@codesourcery.com>
30590
30591 [BZ #15416]
30592 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30593 accurately for denominator in atan2.
30594 * math/s_catanf.c (__catanf): Likewise.
30595 * math/s_catanh.c (__catanh): Likewise.
30596 * math/s_catanhf.c (__catanhf): Likewise.
30597 * math/s_catanhl.c (__catanhl): Likewise.
30598 * math/s_catanl.c (__catanl): Likewise.
30599 * math/libm-test.inc (catan_test): Add more tests.
30600 (catanh_test): Likewise.
30601 * sysdeps/i386/fpu/libm-test-ulps: Update.
30602 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30603
d569c6ee
SP
306042013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
30605
6dbe713d
SP
30606 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30607
f0ee064b
SP
30608 * benchtests/Makefile (bench): Remove slow benchmarks.
30609 * benchtests/atan-inputs: Add slow benchmark inputs.
30610 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30611 (BENCH_FUNC): Accept variant offset.
30612 (VARIANT): Define.
30613 * benchtests/bench-skeleton.c (main): Run benchmark for each
30614 variant.
30615 * benchtests/cos-inputs: Add slow benchmark inputs.
30616 * benchtests/exp-inputs: Likewise.
30617 * benchtests/pow-inputs: Likewise.
30618 * benchtests/sin-inputs: Likewise.
30619 * benchtests/slowatan-inputs: Remove.
30620 * benchtests/slowatan.c: Remove.
30621 * benchtests/slowcos-inputs: Remove.
30622 * benchtests/slowcos.c: Remove.
30623 * benchtests/slowexp-inputs: Remove.
30624 * benchtests/slowexp.c: Remove.
30625 * benchtests/slowpow-inputs: Remove.
30626 * benchtests/slowpow.c: Remove.
30627 * benchtests/slowsin-inputs: Remove.
30628 * benchtests/slowsin.c: Remove.
30629 * benchtests/slowtan-inputs: Remove.
30630 * benchtests/slowtan.c: Remove.
30631 * benchtests/tan-inputs: Add slow benchmark inputs.
30632 * scripts/bench.pl: Parse comments and directives.
30633
d569c6ee
SP
30634 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
30635 in CPPFLAGS.
30636 ($(objpfx)bench-%.c): Remove *-ITER.
30637 * benchtests/bench-modf.c: Remove definition of ITER.
30638 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30639 (main): Loop for DURATION seconds instead of fixed number of
30640 iterations.
30641 * scripts/bench.pl: Don't expect iterations in parameters.
30642
a6a242fe
RM
306432013-04-29 Roland McGrath <roland@hack.frob.com>
30644
30645 * io/fchdir.c (__fchdir): Renamed from fchdir.
30646 (fchdir): Define as weak alias.
30647
f2da7793
JM
306482013-04-29 Joseph Myers <joseph@codesourcery.com>
30649
30650 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30651 (ERRNO_EDOM): Likewise.
30652 (ERRNO_ERANGE): Likewise.
30653 (noErrnoTests): New variable.
30654 (init_max_error): Set errno to 0.
30655 (test_single_errno): New function.
30656 (test_errno): Likewise.
30657 (check_float_internal): Call test_errno. Set errno to 0.
30658 (check_complex): Refer to errno tests in comment.
30659 (check_int): Call test_errno. Set errno to 0.
30660 (check_long): Likewise.
30661 (check_bool): Likewise.
30662 (check_longlong): Likewise.
30663 (cos_test): Use ERRNO_* flags for errno tests instead of
30664 check_int.
30665 (expm1_test): Likewise.
30666 (fmod_test): Likewise.
30667 (ilogb_test): Likewise.
30668 (lgamma_test): Likewise.
30669 (pow_test): Likewise.
30670 (remainder_test): Likewise.
30671 (sin_test): Likewise.
30672 (tan_test): Likewise.
30673 (yn_test): Likewise.
30674 (initialize): Set errno to 0.
30675 (main): Print number of errno tests.
30676 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30677
b1a36ceb
AJ
306782013-04-29 Andreas Jaeger <aj@suse.de>
30679
c3ed8088
AJ
30680 [BZ #15084]
30681 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30682 and RES_USEVC.
30683
f1a24198
AJ
30684 [BZ #15085]
30685 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30686 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30687 unimplemented.
30688
9ce3b2cb
AJ
30689 [BZ #15380]
30690 * stdlib/random.c (__initstate): Return NULL if
30691 __initstate fails.
30692
f1a24198 30693 [BZ #15086]
b1a36ceb
AJ
30694 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30695 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30696 RES_SNGLKUPREOP.
30697
7e7b6f36
AZ
306982013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30699
30700 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30701
4d14f449
JM
307022013-04-29 Joseph Myers <joseph@codesourcery.com>
30703
30704 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30705 of individual tests.
30706 (casin_test): Likewise.
30707 (casinh_test): Likewise.
30708
5b4217d7
JM
307092013-04-27 Joseph Myers <joseph@codesourcery.com>
30710
30711 [BZ #15409]
30712 * math/s_catan.c (__catan): Handle arguments with large real or
30713 imaginary part separately without squaring.
30714 * math/s_catanf.c (__catanf): Likewise.
30715 * math/s_catanh.c (__catanh): Likewise.
30716 * math/s_catanhf.c (__catanhf): Likewise.
30717 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30718 and redefine.
30719 (__catanhl): Handle arguments with large real or imaginary part
30720 separately without squaring.
30721 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30722 and redefine.
30723 (__catanl): Handle arguments with large real or imaginary part
30724 separately without squaring.
30725 * math/libm-test.inc (catan_test): Add more tests.
30726 (catanh_test): Likewise.
30727 * sysdeps/i386/fpu/libm-test-ulps: Update.
30728 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30729
4220c3ef
AJ
307302013-04-27 Andreas Jaeger <aj@suse.de>
30731
30732 [BZ #15007]
30733 * stdlib/stdlib.h: Update guards for qecvt.
30734 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30735 <stdlib.h>.
30736
4721b2d1
AM
307372013-04-27 Allan McRae <allan@archlinux.org>
30738
30739 * sysdeps/i386/fpu/libm-test-ulps: Update.
30740
f0302940
JM
307412013-04-26 Joseph Myers <joseph@codesourcery.com>
30742
9457fd95
JM
30743 [BZ #15406]
30744 * math/s_catan.c: Include <float.h>.
30745 (__catan): Ensure underflow exception occurs for underflowed
30746 result.
30747 * math/s_catanf.c: Include <float.h>.
30748 (__catanf): Ensure underflow exception occurs for underflowed
30749 result.
30750 * math/s_catanh.c: Include <float.h>.
30751 (__catanh): Ensure underflow exception occurs for underflowed
30752 result.
30753 * math/s_catanhf.c: Include <float.h>.
30754 (__catanhf): Ensure underflow exception occurs for underflowed
30755 result.
30756 * math/s_catanhl.c: Include <float.h>.
30757 (__catanhl): Ensure underflow exception occurs for underflowed
30758 result.
30759 * math/s_catanl.c: Include <float.h>.
30760 (__catanl): Ensure underflow exception occurs for underflowed
30761 result.
30762 * math/libm-test.inc (catan_test): Add more tests.
30763 (catanh_test): Likewise.
30764
f0302940
JM
30765 [BZ #15405]
30766 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30767 underflowed result.
30768 * math/s_ccoshf.c (__ccoshf): Likewise.
30769 * math/s_ccoshl.c (__ccoshl): Likewise.
30770 * math/s_csin.c (__csin): Likewise.
30771 * math/s_csinf.c (__csinf): Likewise.
30772 * math/s_csinh.c (__csinh): Likewise.
30773 * math/s_csinhf.c (__csinhf): Likewise.
30774 * math/s_csinhl.c (__csinhl): Likewise.
30775 * math/s_csinl.c (__csinl): Likewise.
30776 * math/libm-test.inc (ccos_test): Add more tests.
30777 (ccosh_test): Likewise.
30778 (csin_test): Likewise.
30779 (csinh_test): Likewise.
30780
aa630f59
AZ
307812013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30782
30783 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30784 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30785 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30786 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30787 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30788 powerpc/power5+/fpu folders.
30789 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30790
30791
1b835983
MT
307922013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
30793
30794 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30795
73709b26
JM
307962013-04-25 Joseph Myers <joseph@codesourcery.com>
30797
30798 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30799 additions to variable.
30800 [$(config-machine) = x86_64] (modules-names): Likewise.
30801 ($(objpfx)tst-audit3): Remove dependency.
30802 ($(objpfx)tst-audit3.out): Likewise.
30803 ($(objpfx)tst-audit4): Likewise.
30804 ($(objpfx)tst-audit4.out): Likewise.
30805 ($(objpfx)tst-audit5): Likewise.
30806 ($(objpfx)tst-audit5.out): Likewise.
30807 ($(objpfx)tst-audit6): Likewise.
30808 ($(objpfx)tst-audit6.out): Likewise.
30809 ($(objpfx)tst-audit7): Likewise.
30810 ($(objpfx)tst-audit7.out): Likewise.
30811 (tst-audit3-ENV): Remove variable.
30812 (tst-audit4-ENV): Likewise.
30813 (tst-audit5-ENV): Likewise.
30814 (tst-audit6-ENV): Likewise.
30815 (tst-audit7-ENV): Likewise.
30816 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30817 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30818 addition to variable.
30819 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30820 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30821 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30822 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30823 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30824 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30825 tst-audit3, tst-audit4 and tst-audit5.
30826 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30827 tst-audit6 and tst-audit7.
30828 [$(subdir) = elf] (modules-names): Add audit modules for those
30829 tests.
30830 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30831 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30832 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30833 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30834 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30835 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30836 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30837 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30838 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30839 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30840 [$(subdir) = elf] (tst-audit3-ENV): New variable.
30841 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30842 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30843 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30844 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30845 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30846 Likewise.
30847 [$(subdir) = elf && $(config-cflags-avx) = yes]
30848 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30849 [$(subdir) = elf && $(config-cflags-avx) = yes]
30850 (CFLAGS-tst-auditmod4a.c): Likewise.
30851 [$(subdir) = elf && $(config-cflags-avx) = yes]
30852 (CFLAGS-tst-auditmod4b.c): Likewise.
30853 [$(subdir) = elf && $(config-cflags-avx) = yes]
30854 (CFLAGS-tst-auditmod6b.c): Likewise.
30855 [$(subdir) = elf && $(config-cflags-avx) = yes]
30856 (CFLAGS-tst-auditmod6c.c): Likewise.
30857 [$(subdir) = elf && $(config-cflags-avx) = yes]
30858 (CFLAGS-tst-auditmod7b.c): Likewise.
30859 * elf/tst-audit3.c: Move to ...
30860 * sysdeps/x86_64/tst-audit3.c: ... here.
30861 * elf/tst-audit4.c: Move to ...
30862 * sysdeps/x86_64/tst-audit4.c: ... here.
30863 * elf/tst-audit5.c: Move to ...
30864 * sysdeps/x86_64/tst-audit5.c: ... here.
30865 * elf/tst-audit6.c: Move to ...
30866 * sysdeps/x86_64/tst-audit6.c: ... here.
30867 * elf/tst-audit7.c: Move to ...
30868 * sysdeps/x86_64/tst-audit7.c: ... here.
30869 * elf/tst-auditmod3a.c: Move to ...
30870 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30871 * elf/tst-auditmod3b.c: Move to ...
30872 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30873 * elf/tst-auditmod4a.c: Move to ...
30874 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30875 * elf/tst-auditmod4b.c: Move to ...
30876 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30877 * elf/tst-auditmod5a.c: Move to ...
30878 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30879 * elf/tst-auditmod5b.c: Move to ...
30880 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30881 * elf/tst-auditmod6a.c: Move to ...
30882 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30883 * elf/tst-auditmod6b.c: Move to ...
30884 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30885 * elf/tst-auditmod6c.c: Move to ...
30886 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30887 * elf/tst-auditmod7a.c: Move to ...
30888 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30889 * elf/tst-auditmod7b.c: Move to ...
30890 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30891
1ef74943
PP
308922013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
30893
30894 [BZ #15366]
30895 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30896 define unconditionally.
30897 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30898 define unconditionally.
30899 (INT8_C, INT16_C, etc.): Likewise.
30900
93fd48c5
MR
309012013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
30902
ae9552cf
MR
30903 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30904 __ehdr_start with hidden visibility.
30905
93fd48c5
MR
30906 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30907
418601aa
CD
309082013-04-24 Carlos O'Donell <carlos@redhat.com>
30909
30910 * math/libm-test.inc (cos_test): Use accurate hex constants.
30911 (sincost_test): Likewise.
30912
2f38fbfe
JM
309132013-04-24 Joseph Myers <joseph@codesourcery.com>
30914
5e221800
JM
30915 * math/libm-test.inc (catan_test): Add more tests.
30916 (catanh_test): Likewise.
30917
77f143fd
JM
30918 * math/s_catanf.c (__catanf): Use suffixed floating-point
30919 constants.
30920 * math/s_catanhf.c (__catanhf): Likewise.
30921 * math/s_catanhl.c (__catanhl): Likewise.
30922 * math/s_catanl.c (__catanl): Likewise.
30923
2f38fbfe
JM
30924 [BZ #15394]
30925 * math/s_catan.c (__catan): Calculate imaginary part of result
30926 with log1p not log unless computing log of number close to 0.
30927 * math/s_catanf.c (__catanf): Likewise.
30928 * math/s_catanl.c (__catanl): Likewise.
30929 * math/s_catanh.c (__catanh): Calculate real part of result with
30930 log1p not log unless computing log of number close to 0.
30931 * math/s_catanhf.c (__catanhf): Likewise.
30932 * math/s_catanhl.c (__catanhl): Likewise.
30933 * math/libm-test.inc (catan_test): Add more tests.
30934 (catanh_test): Likewise.
30935 * sysdeps/i386/fpu/libm-test-ulps: Update.
30936 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30937
45d69176
SP
309382013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
30939
30940 * benchtests/Makefile: Mention files in which fast and slow
30941 paths of math functions are implemented.
30942
87f51853
RM
309432013-04-23 Roland McGrath <roland@hack.frob.com>
30944
30945 * sysdeps/posix/timespec_get.c: New file.
30946
3c026539
AZ
309472013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30948
30949 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30950 POWER.
30951 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30952 for POWER.
30953 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30954 powerpc/power5/fpu folders.
30955 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30956 * benchtests/Makefile: Add modf testcase.
30957 * benchtests/bench-modf.c: New file: Benchmark test for mo
30958
ff491d14
SP
309592013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
30960
30961 [BZ #14888]
30962 * time/Makefile (tests): Add tst-strptime-whitespace.
30963 * time/strptime_l.c (get_number): Use ISSPACE.
30964 (__strptime_internal): Likewise.
30965 * time/tst-strptime-whitespace.c: New test case.
30966
7ed3f4e8
AS
309672013-04-23 Andreas Schwab <schwab@linux-m68k.org>
30968
30969 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30970 member.
30971 (_nss_files_init): Set it here.
30972
5c95f7b6
HC
309732013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
30974
30975 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30976 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30977 unsigned.
30978
d34c9158
JBG
309792013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
30980
30981 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30982
2169712d
SP
309832013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
30984
30985 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30986 size just once.
30987
29c5de99
DM
309882013-04-21 David S. Miller <davem@davemloft.net>
30989
30990 * po/ru.po: Update Russion translation from translation project.
30991
ccdad15d
AC
309922013-04-17 Adam Conrad <adconrad@0c3.net>
30993
30994 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30995 and setfsgid.
30996
0f122b8d
CD
309972013-04-17 Carlos O'Donell <carlos@redhat.com>
30998
5c5b07da 30999 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 31000 * configure: Regenerate.
5c5b07da 31001 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
31002 Add example to error message.
31003 * sysdeps/i386/configure: Regenerate.
31004
037714dd
SP
310052013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
31006
31007 * benchtests/Makefile (bench): Add cos, tan, slowcos and
31008 slowtan.
31009 * benchtests/cos-inputs: New file.
31010 * benchtests/slowcos-inputs: New file.
31011 * benchtests/slowcos.c: New file.
31012 * benchtests/slowtan-inputs: New file.
31013 * benchtests/slowtan.c: New file.
31014 * benchtests/tan-inputs: New file.
31015
e913141d
RM
310162013-04-16 Roland McGrath <roland@hack.frob.com>
31017
31018 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
31019 considered kosher.
31020
a2964074
SP
310212013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
31022
4856bcd2
SP
31023 * benchtests/Makefile: Include cppflags-iterator.mk to add
31024 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
31025
a2964074
SP
31026 * Makefile.in (bench-clean): New target.
31027 * benchtests/Makefile (bench-clean): Likewise.
31028
9fbf9aca
DH
310292013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
31030
31031 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
31032
207d1e2a
TS
310332013-04-15 Thomas Schwinge <thomas@codesourcery.com>
31034
31035 * stdio-common/tstdiomisc.c: Fix coding-style violation.
31036
306dfba9
AS
310372013-04-15 Andreas Schwab <schwab@suse.de>
31038
31039 * nscd/grpcache.c (cache_addgr): Properly check for short write.
31040 * nscd/initgrcache.c (addinitgroupsX): Likewise.
31041 * nscd/pwdcache.c (cache_addpw): Likewise.
31042 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
31043 more than recsize.
31044
206a6699
SP
310452013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31046
31047 * benchtests/Makefile (bench): Write all output to
31048 bench-out.tmp together.
31049
0582f6b3
AS
310502013-04-15 Andreas Schwab <schwab@suse.de>
31051
31052 * nscd/nscd.c (main): Don't fork again after closing files.
31053
acb4325f
SP
310542013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31055
5cb26d0a
SP
31056 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
31057
acb4325f
SP
31058 * benchtests/Rules (bench-deps): Collect dependencies into a
31059 single variable. Add Makefile to dependencies.
31060 ($(objpfx)bench-%.c): Depend on bench-deps.
31061
47792506
RM
310622013-04-12 Roland McGrath <roland@hack.frob.com>
31063 Xavier Roche <roche+kml2@exalead.com>
31064
31065 [BZ #15361]
31066 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
31067 just that it's a file descriptor.
31068 * manual/llio.texi (Synchronizing AIO Operations): Update description
31069 for EBADF error from aio_fsync.
31070
8fc1bee5
SP
310712013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
31072
31073 * Rules (bench): Move target definition...
31074 * benchtests/Makefile: ... here.
31075
aba5e333
CD
310762013-04-11 Carlos O'Donell <carlos@redhat.com>
31077
31078 * math/libm-test.inc (cos_test): Fix PI/2 test.
31079 (sincos_test): Likewise.
31080 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
31081 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
31082
273cdee8
AS
310832013-04-11 Andreas Schwab <schwab@suse.de>
31084
6ecec3b6
AS
31085 [BZ #13988]
31086 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
31087 accept exponent character only when digits were seen.
31088 * stdio-common/Makefile (tests): Add bug26.
31089 * stdio-common/bug26.c: New file.
31090
273cdee8
AS
31091 [BZ #14293]
31092 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
31093 non-freeable.
31094
8da491f5
SP
310952013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
31096
01dc6df9
SP
31097 * Makeconfig (rtld-prefix): Define built linker prefix.
31098 * Rules (run-bench): Use it.
31099 * math/Makefile (run-regen-ulps): Likewise.
31100
8da491f5
SP
31101 * Rules (bench): Remove eval.
31102
abe7f530
SP
311032013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
31104 Roland McGrath <roland@hack.frob.com>
31105 Ondrej Bilka <neleai@seznam.cz>
31106
31107 [BZ #15346]
31108 * time/getdate.c: Include ctype.h and alloca.h.
31109 (__getdate_r): Trim leading and trailing spaces of input.
31110 * time/tst-getdate.c (tests): Add tests with leading and
31111 trailing spaces.
31112
61c23e62
RM
311132013-04-08 Roland McGrath <roland@hack.frob.com>
31114
31115 [BZ #14280]
31116 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
31117 when computing value.
31118
7208a313
CD
311192013-04-06 Carlos O'Donell <carlos@redhat.com>
31120
085b2d41
CD
31121 * math/README.libm-test (How can I generate "libm-test-ulps"?):
31122 Use testrun.sh to run libm tests.
31123
7208a313
CD
31124 [BZ #15309]
31125 * elf/dl-open.c (dl_open_worker): memset all of seen array.
31126
872c0acd
MM
311272013-04-06 Marko Myllynen <myllynen@redhat.com>
31128
31129 [BZ #15264]
31130 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
31131
26510bdd
CD
311322013-04-06 Carlos O'Donell <carlos@redhat.com>
31133
31134 * Makefile.in (regen-ulps): New target.
31135 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
31136 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
31137 [ifneq (no,$(PERL)] (regen-ulps): New target.
31138 [ifeq (no,$(PERL)] (regen-ulps): New target.
31139 * math/libm-test.inc (ulps_file_name): Define.
31140 (output_dir): New variable.
31141 (options): Add "output-dir" option.
31142 (parse_opt): Handle 'o' case.
31143 (main): If output_dir is non-NULL use it as a prefix
31144 otherwise use "".
31145 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
31146
a01f19c8
CD
311472013-04-06 Carlos O'Donell <carlos@redhat.com>
31148
31149 [BZ #10060, #10062]
31150 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
31151 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
31152 fail configure if __sync_val_compare_and_swap is not inlined.
31153 * sysdeps/i386/configure: Regenerate.
31154 * configure.in: Build for i686 when configured for i386.
31155 * configure: Regenerate.
31156 * README: Remove i386 reference.
31157
b7a329a5
CD
311582013-04-06 Carlos O'Donell <carlos@redhat.com>
31159
31160 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
31161 * sysdeps/s390/s390-64/sysdep.h: Likewise.
31162
bf0f50df
TS
311632013-04-05 Thomas Schwinge <thomas@codesourcery.com>
31164
ee091edf
TS
31165 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
31166 (lmsnanval): New variables.
31167 (F): Add conversion tests.
31168 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
31169 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
31170
a8b792d6
TS
31171 * stdio-common/tstdiomisc.c (F): Properly collect individual
31172 tests' results.
31173
a1cbf437
TS
31174 [BZ #14686, #15336]
31175 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
31176 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
31177 Instead, use input NaN values or generate a qNaN by arithmetic
31178 operation. Also fix bugs to comply with the standard.
31179 * math/libm-test.inc (remainder_test): Add more tests.
31180
8b43a0c9
TS
31181 [BZ #15335, #15342]
31182 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
31183 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
31184 input NaN values or generate a qNaN by arithmetic operation.
31185
d91da4ce
TS
31186 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
31187 unreachable code.
31188
bf0f50df
TS
31189 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
31190 definitions.
31191
05e166c8
JM
311922013-04-03 Joseph Myers <joseph@codesourcery.com>
31193
31194 [BZ #14478]
31195 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
31196 underflowed result.
31197 * math/s_cexpf.c (__cexpf): Likewise.
31198 * math/s_cexpl.c (__cexpl): Likewise.
31199 * math/libm-test.inc (cexp_test): Add more tests.
31200
1cef1b19
AS
312012013-04-03 Andreas Schwab <schwab@suse.de>
31202
31203 [BZ #15330]
31204 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31205 order arrays from heap if bigger than alloca cutoff.
31206
74d87055
TS
312072013-04-03 Thomas Schwinge <thomas@codesourcery.com>
31208
31209 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31210 (SNAN_TESTS_double): Refer to GCC PR56831.
31211 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31212 GCC PR56828.
31213
d755bba4
SP
312142013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
31215
90d5d5bb
SP
31216 * Rules (bench): Move bench.out after the run is complete.
31217
73e0cd5d
SP
31218 * Rules (bench): Echo currently running benchmark.
31219
64aabd4b
SP
31220 * benchtests/Makefile (bench): Add atan and slowatan.
31221 * benchtests/atan-inputs: New file.
31222 * benchtests/slowatan-inputs: New file.
31223 * benchtests/slowatan.c: New file.
31224
c871eccd
SP
31225 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31226 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31227 its value.
31228
d755bba4
SP
31229 [BZ #15305]
31230 * sysdeps/unix/sysv/linux/kernel-features.h
31231 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31232 __ASSUME_XFS_RESTRICTED_CHOWN.
31233 * sysdeps/unix/sysv/linux/pathconf.c
31234 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31235 Save and restore errno.
31236
52ce4860
JM
312372013-04-02 Joseph Myers <joseph@codesourcery.com>
31238
31239 [BZ #15327]
31240 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31241 arguments using __kernel_casinh.
31242 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31243 arguments using __kernel_casinhf.
31244 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31245 arguments using __kernel_casinhl.
31246 * math/libm-test.inc (cacosh_test): Add more tests.
31247 * sysdeps/i386/fpu/libm-test-ulps: Update.
31248 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31249
81f311c2
SP
312502013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
31251
e7906a47
SP
31252 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31253 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31254
92e3664b
SP
31255 * bench/Makefile (bench): Add sin and slowsin.
31256 * benchtests/sin-inputs: New file.
31257 * benchtests/slowsin-inputs: New file.
31258 * benchtests/slowsin.c: New file.
31259
81f311c2
SP
31260 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31261 (bench): Add slowexp and slowpow.
31262 (exp-ITER): Increase iterations.
31263 (pow-ITER): Likewise.
31264 * benchtests/exp-inputs: Change input.
31265 * benchtests/pow-inputs: Likewise.
31266 * benchtests/slowexp-inputs: New file.
31267 * benchtests/slowexp.c: New file.
31268 * benchtests/slowpow-inputs: New file.
31269 * benchtests/slowpow.c: New file.
31270
ab0f1aa9
AZ
312712013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31272
31273 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31274 instructions.
31275 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31276 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31277 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31278 * benchtests/Makefile: Add rint benchtest.
31279 * benchtests/rint-inputs: Input for rint benchtest.
31280
57267616
TS
312812013-04-02 Thomas Schwinge <thomas@codesourcery.com>
31282
31283 * Versions.def (libm): Add GLIBC_2.18.
31284 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31285 hidden libm prototypes.
31286 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
31287 * math/Makefile (libm-calls): Add s_issignaling.
31288 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
31289 __issignalingf, __issignalingl. Adjust all libm.abilist files.
31290 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
31291 declaration.
31292 * math/math.h [__USE_GNU] (issignaling): New macro.
31293 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
31294 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
31295 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
31296 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
31297 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
31298 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
31299 * manual/arith.texi (issignaling): New section.
31300 * manual/libm-err-tab.pl (@all_functions): Update comment.
31301 * math/gen-libm-test.pl (parse_args): Apply special handling for
31302 issignaling.
31303 * math/libm-test.inc (print_float, issignaling_test): New
31304 functions.
31305 (check_float_internal): Add issignaling checks.
31306 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
31307 default definition.
31308 * sysdeps/powerpc/math-tests.h: New file.
31309 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
31310 tests.
31311 * math/test-snan.c (TEST_FUNC): Likewise.
31312
6142896d
DM
313132013-03-30 David S. Miller <davem@davemloft.net>
31314
31315 * po/de.po: Update from translation team.
31316
ccc8cadf
JM
313172013-03-30 Joseph Myers <joseph@codesourcery.com>
31318
31319 [BZ #10357]
31320 * math/k_casinh.c (__kernel_casinh): Handle arguments with
31321 imaginary part less than 1.0 and real part less than 0.5
31322 specially.
31323 * math/k_casinhf.c (__kernel_casinhf): Likewise.
31324 * math/k_casinhl.c (__kernel_casinhl): Likewise.
31325 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
31326 (cacos_test): Add more tests.
31327 (casin_test): Likewise.
31328 (casinh_test): Likewise.
31329 * sysdeps/i386/fpu/libm-test-ulps: Update.
31330 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31331
0f6a8d4b
SP
313322013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
31333
0d1029de
SP
31334 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
31335 ONE with its value.
31336
c2d94018
SP
31337 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
31338 (__pow_mp): Replace ONE and MONE with their values.
31339 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31340 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
31341 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31342 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
31343 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31344 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31345
27ec37f1
SP
31346 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
31347
a64d7e0e
SP
31348 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
31349 (__pow_mp): Replace ZERO and MZERO with their values.
31350 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31351 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31352 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31353 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31354 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31355 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31356 (__sqr): Likewise.
31357
d26dd3eb
SP
31358 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31359
0f6a8d4b
SP
31360 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31361
e57b0c61
RM
313622013-03-28 Roland McGrath <roland@hack.frob.com>
31363
31364 * include/stdlib.h [!SHARED] (__call_tls_dtors):
31365 Declare with __attribute__ ((weak)).
31366 * stdlib/exit.c (__libc_atexit) [!SHARED]:
31367 Call __call_tls_dtors only if it's not NULL.
31368
356b3480
RM
313692013-03-28 Roland McGrath <roland@hack.frob.com>
31370
288f7d79
RM
31371 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31372 didn't do it already, then set _dl_phdr and _dl_phnum based on the
31373 magic __ehdr_start linker symbol if it's defined.
31374 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31375 them up here if it was already done.
31376
dc0a0263
RM
31377 * elf/dl-support.c (_dl_phdr): Make pointer to const.
31378 (_dl_aux_init): Use const in cast when setting it.
31379 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31380 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31381 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31382
3d3436ae
RM
31383 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31384 Declare them here.
31385 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31386 * csu/libc-tls.c: Nor here.
31387 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31388
356b3480
RM
31389 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31390 (__libc_message): Never call vsyslog.
31391
b0f1246a
AM
313922013-03-28 Alan Modra <amodra@gmail.com>
31393
31394 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31395 Define as empty.
31396 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31397 Likewise.
31398
fbbe2b9a
AZ
313992013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31400
31401 [BZ #15214]
31402 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31403 underflow.
31404 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31405
1728ab37
SP
314062013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31407
7a86be6e
SP
31408 [BZ #15304]
31409 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31410 Don't add gid passed as argument.
31411
1728ab37
SP
31412 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31413
3a7182a1
JM
314142013-03-27 Joseph Myers <joseph@codesourcery.com>
31415
31416 [BZ #15307]
31417 * math/k_casinh.c (__kernel_casinh): Handle arguments with
31418 imaginary part between 1.0 and 1.5 and real part less than 0.5
31419 specially.
31420 * math/k_casinhf.c (__kernel_casinhf): Likewise.
31421 * math/k_casinhl.c (__kernel_casinhl): Likewise.
31422 * math/libm-test.inc (cacos_test): Add more tests.
31423 (casin_test): Likewise.
31424 (casinh_test): Likewise.
31425 * sysdeps/i386/fpu/libm-test-ulps: Update.
31426 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31427
6f2e90e7
SP
314282013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
31429
5739f705
SP
31430 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31431 constants.
31432 (norm): Likewise.
31433 (denorm): Likewise.
31434 (__dbl_mp): Likewise.
31435 (add_magnitudes): Likewise.
31436 (sub_magnitudes): Likewise.
31437 (__add): Likewise.
31438 (__sub): Likewise.
31439 (__mul): Likewise.
31440 (__sqr): Likewise.
31441 (__inv): Likewise.
31442 (__dvd): Likewise.
31443
e375e83d
SP
31444 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31445 commented code.
31446 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31447 (__dubcos): Likewise.
31448 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31449 (__ieee754_acos): Likewise.
31450 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31451 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31452 (__exp1): Likewise.
31453 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31454 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31455 (log1): Likewise.
31456 (my_log2): Likewise.
31457 (checkint): Likewise.
31458 * sysdeps/ieee754/dbl-64/e_remainder.c
31459 (__ieee754_remainder): Likewise.
31460 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31461 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31462 (bsloww): Likewise.
31463 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31464
6f2e90e7
SP
31465 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31466 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31467 MANTISSA_STORE_T to store computations on mantissa. Use
31468 macros for rounding and division.
31469 (denorm): Likewise.
31470 (__dbl_mp): Likewise.
31471 (add_magnitudes): Likewise.
31472 (sub_magnitudes): Likewise.
31473 (__mul): Likewise.
31474 (__sqr): Likewise.
31475 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
31476 powers of two in terms of TWOPOW macro.
31477 (mp_no): Make type of mantissa as MANTISSA_T.
31478 [!RADIXI]: Define RADIXI.
31479 [!TWO52]: Define TWO52.
31480 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31481
fce14d4e
AZ
314822013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31483
31484 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31485 llroundl symbol when building for PPC32.
31486
9ad027fb
MW
314872013-03-24 Mark H Weaver <mhw@netris.org>
31488
31489 * manual/arith.texi (Normalization Functions): Fix prototypes for
31490 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31491
e42a38dd
AZ
314922013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31493
31494 [BZ #13889]
31495 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31496 high value to check if expl overflow.
31497 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31498 to check for underflow and overflow.
31499 * math/libm-test.inc: Add exp test.
31500
2e0fb521
DL
315012013-03-21 Dmitry V. Levin <ldv@altlinux.org>
31502
31503 [BZ #11120]
31504 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31505 with NOT_IN_libc.
31506
b5784d95
AZ
315072013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31508
31509 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31510 symbol.
31511
5aa4a1a1
TS
315122013-03-21 Thomas Schwinge <thomas@codesourcery.com>
31513
bdef0be7
TS
31514 * math/gen-libm-test.pl (parse_args, special_functions): Properly
31515 wrap blocks consisting of several statements.
31516
5aa4a1a1
TS
31517 * sysdeps/generic/math-tests.h: New file.
31518 * sysdeps/i386/fpu/math-tests.h: Likewise.
31519 * math/test-snan.c: Include it.
31520 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31521
98c48fe5
JM
315222013-03-21 Joseph Myers <joseph@codesourcery.com>
31523
31524 [BZ #15285]
31525 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31526 (__ieee754_j0l): Do not improve calculations using cos of twice
31527 input for inputs above LDBL_MAX / 2.0L.
31528 (__ieee754_y0l): Likewise.
31529 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31530 (__ieee754_j1l): Do not improve calculations using cos of twice
31531 input for inputs above LDBL_MAX / 2.0L.
31532 (__ieee754_y1l): Likewise.
31533 * math/libm-test.inc (j0_test): Add another test.
31534 (j1_test): Likewise.
31535 (y0_test): Likewise.
31536 (y1_test): Likewise.
31537 * sysdeps/i386/fpu/libm-test-ulps: Update.
31538
3775a8bc
SP
315392013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
31540
31541 * Rules ($(objpfx)bench-%.c): Include code from a C source
31542 file.
31543
0a1b2ae6
JM
315442013-03-21 Joseph Myers <joseph@codesourcery.com>
31545
31546 [BZ #15287]
31547 * math/k_casinh.c (__kernel_casinh): Handle arguments with
31548 imaginary part 1.0 and real part less than 0.5 specially.
31549 * math/k_casinhf.c (__kernel_casinhf): Likewise.
31550 * math/k_casinhl.c (__kernel_casinhl): Likewise.
31551 * math/libm-test.inc (cacos_test): Add more tests.
31552 (casin_test): Likewise.
31553 (casinh_test): Likewise.
31554 * sysdeps/i386/fpu/libm-test-ulps: Update.
31555 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31556
b33d4ce4
SP
315572013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
31558
31559 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31560 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31561
bef0b507
JM
315622013-03-20 Joseph Myers <joseph@codesourcery.com>
31563
31564 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31565 * config.make.in (config-cflags-sse4): Remove variable.
31566 (config-cflags-avx): Likewise.
31567 (config-cflags-sse2avx): Likewise.
31568 (config-cflags-novzeroupper): Likewise.
31569 (config-asflags-i686): Likewise.
31570 (have-mfma4): Likewise.
31571 (have-as-vis3): Likewise.
31572 (MIG): Likewise.
31573 * configure.in (MIG): Do not AC_SUBST.
31574 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31575 (libc_cv_cc_sse4): Do not AC_SUBST.
31576 (libc_cv_cc_avx): Likewise.
31577 (libc_cv_cc_sse2avx): Likewise.
31578 (libc_cv_cc_novzeroupper): Likewise.
31579 (libc_cv_cc_fma4): Likewise.
31580 (libc_cv_as_i686): Likewise.
31581 (libc_cv_sparc_as_vis3): Likewise.
31582 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31583 LIBC_CONFIG_VAR.
31584 (config-asflags-i686): Likewise.
31585 (config-cflags-avx): Likewise.
31586 (config-cflags-sse2avx): Likewise.
31587 (have-mfma4): Likewise.
31588 (config-cflags-novzeroupper): Likewise.
31589 * sysdeps/mach/configure.in (MIG): Likewise.
31590 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31591 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31592 LIBC_CONFIG_VAR.
31593 (config-cflags-avx): Likewise.
31594 (config-cflags-sse2avx): Likewise.
31595 (have-mfma4): Likewise.
31596 (config-cflags-novzeroupper): Likewise.
31597 * configure: Regenerated.
31598 * sysdeps/i386/configure: Likewise.
31599 * sysdeps/mach/configure: Likewise.
31600 * sysdeps/sparc/configure: Likewise.
31601 * sysdeps/x86_64/configure: Likewise.
31602
912cc4b3
RM
316032013-03-20 Roland McGrath <roland@hack.frob.com>
31604
31605 [BZ #14812]
31606 * locale/programs/localedef.c (options): Put N_ translation marker
31607 on argument names, not just descriptions.
31608
04eed2b0
MS
316092013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31610
31611 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31612
a065ceff
OB
316132013-03-20 Ondřej Bílka <neleai@seznam.cz>
31614
9bb2a810 31615 [BZ #14176]
a065ceff
OB
31616 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31617
a600e5ce
RM
316182013-03-19 Roland McGrath <roland@hack.frob.com>
31619
31620 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31621 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31622 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31623 [!BEFORE_ABORT] (before_abort): New function.
31624 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31625 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31626 (writev_for_fatal): New function.
31627 (WRITEV_FOR_FATAL): New macro; call that.
31628 (backtrace_and_maps): New function.
31629 (BEFORE_ABORT): New macro; call that.
31630 (struct str_list): Type removed.
31631 (__libc_message, __libc_fatal): Functions removed.
31632 Include <sysdeps/posix/libc_fatal.c> instead.
31633
6b18bea6
JM
316342013-03-19 Joseph Myers <joseph@codesourcery.com>
31635
31636 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31637 constants.
31638 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31639 double constants.
31640
aaa8cb4b
AS
316412013-03-19 Andreas Schwab <schwab@suse.de>
31642
44673770
AS
31643 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31644 * sysdeps/gnu/configure: Regenerate.
31645
aaa8cb4b
AS
31646 * configure.in: Substitute libc_cv_rtlddir.
31647 * configure: Regenerate.
31648 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31649 * Makeconfig (rtlddir, inst_rtlddir): New variables.
31650 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31651 * elf/Makefile (install-others, CFLAGS-interp.c)
31652 (ldso_install, common-ldd-rewrite): Likewise.
31653 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31654 $(inst_slibdir)/$(rtld-installed-name).
31655 * scripts/rellns-sh: Add -p option.
31656 * Makerules (make-shlib-link): Use rellns-sh to get relative name
31657 for source.
31658
d3cfc668
SP
316592013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
31660
31661 * manual/nptl.texi: Renamed to ...
31662 * manual/threads.texi: ... this.
31663 * manual/Makefile (chapters): Update.
31664
0e2b9cdd
RM
316652013-03-18 Roland McGrath <roland@hack.frob.com>
31666
31667 [BZ #14812]
31668 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31669 on argument names, not just descriptions.
0e2b9cdd
RM
31670 * malloc/memusagestat.c (options): Likewise.
31671 * nss/getent.c (options): Likewise.
63270c24
RM
31672
316732013-03-18 Benno Schulenberg <bensberg@justemail.net>
31674
31675 [BZ #14812]
31676 * iconv/iconv_prog.c (options): Put N_ translation marker
31677 on argument names, not just descriptions.
31678 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 31679
b2e1393c
OB
316802013-03-18 Ondrej Bilka <neleai@seznam.cz>
31681
31682 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31683 implementation which is faster on all x86_64 architectures.
31684 Tested on AMD, Intel Nehalem, SNB, IVB.
31685 * sysdeps/x86_64/strnlen.S: Likewise.
31686
31687 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31688 Remove all multiarch strlen and strnlen versions.
31689 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31690 Remove strlen and strnlen related parts.
31691
31692 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31693 Inline strlen part.
31694 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31695
31696 * sysdeps/x86_64/multiarch/strlen.S: Remove.
31697 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31698 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31699 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31700 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31701 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31702
ec4ff04d
CD
317032013-03-17 Carlos O'Donell <carlos@redhat.com>
31704
31705 * manual/memory.texi (Malloc Tunable Parameters):
31706 Sort parameters alphabetically. Add comments for missing entries.
31707
cd18e90a
DM
317082013-03-17 David S. Miller <davem@davemloft.net>
31709
31710 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31711
2a185d32
JM
317122013-03-16 Joseph Myers <joseph@codesourcery.com>
31713
d2f9799e
JM
31714 [BZ #15283]
31715 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31716 for arguments at most half maximum finite value.
31717 * math/libm-test.inc (j0_test): Add more tests.
31718 (j1_test): Likewise.
31719 (y0_test): Likewise.
31720 (y1_test): Likewise.
31721 * sysdeps/i386/fpu/libm-test-ulps: Update.
31722 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31723
2a185d32
JM
31724 [BZ #14155]
31725 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31726 1 / x and functions P and Q for arguments above 0x1p256L.
31727 (__ieee754_y0l): Likewise.
31728 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31729 (__ieee754_y1l): Likewise.
31730 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31731 (j1_test): Likewise.
31732 (y0_test): Likewise.
31733 (y1_test): Likewise.
31734
6cbec759
TS
317352013-03-16 Thomas Schwinge <thomas@codesourcery.com>
31736
31737 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31738 variable.
31739
bc16e260
RM
317402013-03-15 Roland McGrath <roland@hack.frob.com>
31741
aefc9b8c
RM
31742 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31743 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31744 zero since it's initialized to EXEC_PAGESIZE.
31745
bc16e260
RM
31746 * sysdeps/unix/sysv/linux/ldsodefs.h
31747 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31748 * sysdeps/generic/ldsodefs.h: ... here.
31749
a57da955
TS
317502013-03-15 Thomas Schwinge <thomas@codesourcery.com>
31751
af00a34d
TS
31752 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31753
495ded2c
TS
31754 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31755 math/test-snan.c.
31756 * math/test-snan.c: Renamed from
31757 sysdeps/powerpc/fpu/test-powerpc-snan.c.
31758 * math/Makefile (tests): Add test-snan.
31759 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31760 test-powerpc-snan.
31761
777b0332
TS
31762 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31763 SUFFIX. Initialize qNaN_var with __builtin_nan family of
31764 functions.
31765 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
31766 __builtin_nan family of functions.
31767 * math/libm-test.inc (initialize): Initialize qnan_value with
31768 __builtin_nan family of functions.
31769 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31770 Remove variables.
31771 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31772 Remove functions.
31773 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
31774 storage class. Initialize qNaN_var and sNaN_var with
31775 __builtin_nan and __builtin_nans families of functions,
31776 respectively.
31777
64d063b8
TS
31778 * math/libm-test.inc (acosh_test): Also test with qNaN input.
31779 (sqrt_test): Remove duplicate test with qNaN input.
31780 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31781 (round_test, signbit_test, significand_test): Note missing +/-Inf
31782 as well as qNaN tests.
31783
67e971f1
TS
31784 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31785 qNaN_var. Fix a few strings, too.
31786 * math/libm-test.inc (nan_value): Rename to qnan_value.
31787 * math/gen-libm-test.pl (%beautify): Adjust to that.
31788 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31789 * math/test-misc.c (main): Likewise.
31790 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31791 to __qnan_bytes, and __qnan_union, respectively.
31792 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31793 Likewise.
31794 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31795 and lqnanval, respectively.
31796 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31797 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31798 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31799 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31800
64487e12
TS
31801 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31802 * math/test-misc.c (main) [__x86_64__]: Enable test for long
31803 doubles.
31804
e015e27b
TS
31805 * math/test-misc.c (main): Fix copy'n'pastos.
31806 * misc/tst-efgcvt.c (special): Likewise.
31807
a57da955
TS
31808 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31809 Remove declarations.
31810
1e380345
SP
318112013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31812
31813 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31814 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31815 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31816 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31817
ef26eece
AZ
318182013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31819
31820 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31821 macro to return vdso values correctly in IFUNC implementations.
31822 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31823 Optimization by using IFUNC.
31824
8cfdb7e0
SP
318252013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31826 Richard Henderson <rth@redhat.com>
31827 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
31828
31829 * Makefile.in (bench): New target.
31830 * NEWS: Mention the benchmark framework.
31831 * Rules (bench): Likewise.
31832 (binaries-bench): Generate binaries for functions to
31833 benchmark.
31834 * benchtests/Makefile: New makefile for benchmark tests.
31835 * benchtests/bench-skeleton.c: New skeleton file for benchmark
31836 programs.
31837 * benchtests/exp-inputs: New input file for EXP function.
31838 * benchtests/pow-inputs: New input file for POW function.
31839 * scripts/bench.pl: New script to generate source files for
31840 benchmark programs.
31841
bcda9880
SP
318422013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31843
d22ca8cd
SP
31844 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31845 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31846 computations on mantissa. Use macros for rounding and
31847 division.
31848 (denorm): Likewise.
31849 (__dbl_mp): Likewise.
31850 (add_magnitudes): Likewise.
31851 (sub_magnitudes): Likewise.
31852 (__mul): Likewise.
31853 (__sqr): Likewise.
31854 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
31855 powers of two in terms of TWOPOW macro.
31856 (mp_no): Make type of mantissa as MANTISSA_T.
31857 [!RADIXI]: Define RADIXI.
31858 [!TWO52]: Define TWO52.
31859 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31860
bcda9880
SP
31861 * manual/nptl.texi (cindex): Modify threads to pthreads.
31862
06d5adfb
JM
318632013-03-15 Joseph Myers <joseph@codesourcery.com>
31864
31865 * sysdeps/x86_64/preconfigure: Regenerated.
31866
41c7328e
JM
318672013-03-14 Joseph Myers <joseph@codesourcery.com>
31868
31869 [BZ #14155]
31870 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31871 0x1p28 and above.
31872 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31873 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31874 0x1p28 and above.
31875 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31876 * math/libm-test.inc (j0_test): Do not allow one spurious
31877 underflow exception.
31878 (y1_test): Likewise.
31879
e25cfa60
SP
318802013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
31881
0409959c
SP
31882 * manual/Makefile (chapters): Add nptl.
31883 * manual/debug.texi (Debugging Support): Add link to Threads
31884 chapter.
31885 * manual/nptl.texi: New file.
31886
e25cfa60
SP
31887 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31888
58a1335e
PB
318892013-03-14 Petr Baudis <pasky@ucw.cz>
31890
31891 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31892 for non-NULL pointer before the memory validity test. Pointed
31893 out by Holger Brunck <holger.brunck@keymile.com>.
31894
9dc7c64f
AS
318952013-03-13 Andreas Schwab <schwab@suse.de>
31896
31897 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31898 instead of .os.
31899
54206aa6
JM
319002013-03-13 Joseph Myers <joseph@codesourcery.com>
31901
31902 * timezone/zic.c: Update from tzcode 2013b.
31903
e98cdb38
CD
319042013-03-12 Carlos O'Donell <carlos@redhat.com>
31905
31906 * manual/install.texi (Configuring and compiling):
31907 Mention i686 and i586.
31908 * INSTALL: Regenerate.
31909
9967e003
RM
319102013-03-12 Roland McGrath <roland@hack.frob.com>
31911
31912 * sysdeps/init_array/elf-init.c: New file.
31913 * csu/elf-init.c
31914 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31915 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31916
31917 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31918 __gmon_start__ as global, but as static with a .preinit_array pointer.
31919 * sysdeps/init_array/gmon-start.c: New file. Use that.
31920 * sysdeps/init_array/crti.S: New file, empty except for comments.
31921 * sysdeps/init_array/crtn.S: Likewise.
31922
e6b5a293 319232013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
31924
31925 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31926 definining bcopy.
80f844c9
OB
31927 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31928 Remove Prefer_SSE_for_memop.
31929 * sysdeps/x86_64/multiarch/init-arch.h: Remove
31930 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31931 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
31932 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31933 memset-x86-64.
80f844c9 31934 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 31935 Remove bzero, memset ifunc support.
80f844c9
OB
31936 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31937 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31938 * sysdeps/x86_64/multiarch/memset.S: Likewise.
31939 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31940
fb6b0fcb
AS
319412013-03-11 Andreas Schwab <schwab@suse.de>
31942
31943 [BZ #15234]
31944 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31945 by SHLIB_COMPAT.
31946 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31947 (GLIBC_2.16): Remove pthread_atfork.
31948
3e6bd4b1
PP
319492013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
31950
31951 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31952 (ptestcases.h): Likewise.
31953
222d7f00
RM
319542013-03-08 Roland McGrath <roland@hack.frob.com>
31955
31956 * Makeconfig ($(common-objpfx)config.status): Depend on
31957 sysdeps/*/preconfigure{,.in} too.
31958
1ba4f030
JM
319592013-03-08 Joseph Myers <joseph@codesourcery.com>
31960
a222d91a
JM
31961 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31962 (__free_hook): Use void * instead of __malloc_ptr_t.
31963 (__malloc_hook): Likewise.
31964 (__realloc_hook): Likewise.
31965 (__memalign_hook): Likewise.
31966 (__after_morecore_hook): Likewise.
31967 * malloc/arena.c (save_malloc_hook): Likewise.
31968 (save_free_hook): Likewise.
31969 * malloc/hooks.c (malloc_hook_ini): Likewise.
31970 (realloc_hook_ini): Likewise.
31971 (memalign_hook_ini): Likewise.
31972 * malloc/malloc.c (malloc_hook_ini): Likewise.
31973 (realloc_hook_ini): Likewise.
31974 (memalign_hook_ini): Likewise.
31975 (__free_hook): Likewise.
31976 (__malloc_hook): Likewise.
31977 (__realloc_hook): Likewise.
31978 (__memalign_hook): Likewise.
31979 (__libc_malloc): Likewise.
31980 (__libc_free): Likewise.
31981 (__libc_realloc): Likewise.
31982 (__libc_memalign): Likewise.
31983 (__libc_valloc): Likewise.
31984 (__libc_pvalloc): Likewise.
31985 (__libc_calloc): Likewise.
31986 (__posix_memalign): Likewise.
31987 * malloc/morecore.c (__sbrk): Likewise.
31988 (__default_morecore): Likewise.
31989
5cc45e10
JM
31990 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31991
dd54b864
JM
31992 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31993 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31994 __malloc_ptrdiff_t.
31995
1ba4f030
JM
31996 * malloc/malloc.h (__malloc_size_t): Remove macro.
31997 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31998 __malloc_size_t.
31999 (old_memalign_hook): Likewise.
32000 (old_realloc_hook): Likewise.
32001 (struct hdr): Likewise.
32002 (flood): Likewise.
32003 (mallochook): Likewise.
32004 (memalignhook): Likewise.
32005 (reallochook): Likewise.
32006 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
32007 (tr_old_realloc_hook): Likewise.
32008 (tr_old_memalign_hook): Likewise.
32009 (tr_mallochook): Likewise.
32010 (tr_reallochook): Likewise.
32011 (tr_memalignhook): Likewise.
32012
edf66e57
AZ
320132013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
32014
32015 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
32016 default_ldbl_pack and using as default implementation.
32017 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
32018 implementation.
32019 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
32020 redundant definition.
32021 (ldbl_insert_mantissa): Likewise.
32022 (ldbl_canonicalize): Likewise.
32023 (ldbl_nearbyint): Likewise.
32024 (ldbl_pack): Rename to ldbl_pack_ppc.
32025 (ldbl_unpack): Rename to ldbl_unpack_ppc.
32026 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
32027 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
32028
6d9145d8
SP
320292013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
32030
32031 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
32032 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
32033 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
32034 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
32035 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
32036 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
32037 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
32038 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
32039
4dd4e157
AJ
320402013-03-07 Andreas Jaeger <aj@suse.de>
32041
32042 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32043 bits/mman-linux.h.
32044
adbb8027
SP
320452013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
32046
ce544b5b
SP
32047 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
32048 Include mpa.h and declare __MPEXP.
32049 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
32050 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32051 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32052 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
32053 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32054 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32055 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
32056
4cc149fd
SP
32057 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
32058 (__slowpow): Use long double EXPL and LOGL functions to
32059 compute POW.
32060 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32061 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32062 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
32063 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32064 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32065 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
32066
e6ebd4a7
SP
32067 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
32068 intermediate variable to calculate exponent.
32069 (__sqr): Likewise.
32070 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32071 Likewise.
32072 (__sqr): Likewise.
32073
82a9811d
SP
32074 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
32075 [!NO__SQR]: Define __sqr.
32076 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
32077 and NO__SQR. Remove all code except __mul and __sqr. Include
32078 sysdeps/ieee754/dbl-64/mpa.c.
32079 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32080
adbb8027
SP
32081 [BZ #12723]
32082 * posix/Makefile (tests): Add tst-pathconf.
32083 * posix/tst-pathconf.c: New test case.
32084 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
32085 _PC_PIPE_BUF.
32086 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
32087
39120df9
PF
320882013-03-06 Patsy Franklin <pfrankli@redhat.com>
32089
32090 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
32091
67525cb8
AJ
320922013-03-06 Andreas Jaeger <aj@suse.de>
32093
664a9ce4
AJ
32094 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
32095 definition via __MAP_ANONYMOUS.
32096
8e39047d
AJ
32097 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
32098 it's not part of Linux headers.
32099
67525cb8
AJ
32100 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
32101 (MAP_HUGE_MASK): Define.
32102
32103 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32104 Define.
32105 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32106 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32107 Define.
32108 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32109 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32110 Define.
32111 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32112 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
32113 Define.
32114 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32115
32116 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
32117 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
32118 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
32119 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
32120 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
32121 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
32122
32123 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
32124 Handle f2fs.
32125
32126 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32127 Handle f2fs and efivarfs.
32128
32129 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
32130 f2fs.
32131
32132 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
32133 (EFIVARFS_MAGIC): Add.
32134 (F2FS_LINK_MAX): Add.
32135
e1b42695
PP
321362013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
32137
32138 * stdio-common/vfprintf.c: Replace __builtin_expect with
32139 __glibc_unlikely.
32140
2d67d91a
JM
321412013-03-06 Joseph Myers <joseph@codesourcery.com>
32142
32143 [BZ #13550]
32144 * sysdeps/generic/bp-sym.h: Remove file.
32145 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
32146 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
32147 <bp-sym.h> and <bp-asm.h>.
32148 (__longjmp): Don't use BP_SYM.
32149 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
32150 and <bp-asm.h>.
32151 (memcpy): Don't use BP_SYM.
32152 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
32153 <bp-sym.h> and <bp-asm.h>.
32154 (memcpy): Don't use BP_SYM.
32155 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
32156 <bp-asm.h>.
32157 (memcpy): Don't use BP_SYM.
32158 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
32159 <bp-asm.h>.
32160 (memset): Don't use BP_SYM.
32161 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32162 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32163 (__bzero): Don't use BP_SYM.
32164 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32165 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32166 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
32167 <bp-sym.h> and <bp-asm.h>.
32168 (memcmp): Don't use BP_SYM. Remove comment about bounded
32169 pointers.
32170 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
32171 <bp-sym.h> and <bp-asm.h>.
32172 (memcpy): Don't use BP_SYM.
32173 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
32174 <bp-sym.h> and <bp-asm.h>.
32175 (memset): Don't use BP_SYM.
32176 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32177 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32178 (__bzero): Don't use BP_SYM.
32179 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32180 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32181 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
32182 <bp-sym.h> and <bp-asm.h>.
32183 (strncmp): Don't use BP_SYM. Remove comment about bounded
32184 pointers.
32185 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
32186 <bp-sym.h> and <bp-asm.h>.
32187 (memcpy): Don't use BP_SYM.
32188 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
32189 <bp-sym.h> and <bp-asm.h>.
32190 (memset): Don't use BP_SYM.
32191 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32192 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32193 (__bzero): Don't use BP_SYM.
32194 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32195 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32196 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
32197 <bp-sym.h> and <bp-asm.h>.
32198 (__memchr): Don't use BP_SYM.
32199 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
32200 <bp-sym.h> and <bp-asm.h>.
32201 (memcmp): Don't use BP_SYM. Remove comment about bounded
32202 pointers.
32203 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32204 <bp-sym.h> and <bp-asm.h>.
32205 (memcpy): Don't use BP_SYM.
32206 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32207 <bp-sym.h> and <bp-asm.h>.
32208 (__mempcpy): Don't use BP_SYM.
32209 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32210 <bp-sym.h> and <bp-asm.h>.
32211 (__memrchr): Don't use BP_SYM.
32212 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32213 <bp-sym.h> and <bp-asm.h>.
32214 (memset): Don't use BP_SYM.
32215 (__bzero): Likewise.
32216 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32217 <bp-sym.h> and <bp-asm.h>.
32218 (__rawmemchr): Don't use BP_SYM.
32219 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32220 <bp-sym.h> and <bp-asm.h>.
32221 (__STRCMP): Don't use BP_SYM.
32222 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32223 <bp-sym.h> and <bp-asm.h>.
32224 (strchr): Don't use BP_SYM.
32225 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32226 <bp-sym.h> and <bp-asm.h>.
32227 (__strchrnul): Don't use BP_SYM.
32228 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32229 <bp-sym.h> and <bp-asm.h>.
32230 (strlen): Don't use BP_SYM.
32231 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32232 <bp-sym.h> and <bp-asm.h>.
32233 (strncmp): Don't use BP_SYM. Remove comment about bounded
32234 pointers.
32235 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32236 <bp-sym.h> and <bp-asm.h>.
32237 (__strnlen): Don't use BP_SYM.
32238 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32239 <bp-sym.h> and <bp-asm.h>.
32240 (__GI__setjmp): Don't use BP_SYM.
32241 (_setjmp): Likewise.
32242 (__sigsetjmp): Likewise.
32243 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32244 (L(start_addresses)): Don't use BP_SYM.
32245 (_start): Likewise.
32246 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32247 <bp-asm.h>.
32248 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32249 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32250 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32251 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32252 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32253 <bp-asm.h>.
32254 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32255 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
32256 about bounded pointers.
32257 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32258 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32259 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32260 <bp-asm.h>.
32261 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
32262 about bounded pointers. Remove GKM FIXME comments.
32263 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32264 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32265 <bp-asm.h>.
32266 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32267 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
32268 Remove GKM FIXME comments.
32269 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32270 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32271 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32272 <bp-asm.h>.
32273 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
32274 about bounded pointers. Remove GKM FIXME comment.
32275 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32276 and <bp-asm.h>.
32277 (strncmp): Don't use BP_SYM. Remove comment about bounded
32278 pointers.
32279 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32280 <bp-sym.h> and <bp-asm.h>.
32281 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32282 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32283 <bp-sym.h> and <bp-asm.h>.
32284 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
32285 comment.
32286
cdcf361f
PP
322872013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
32288
32289 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
32290 call free(NULL).
32291
3c4a2b15
DM
322922013-03-05 David S. Miller <davem@davemloft.net>
32293
32294 * po/es.po: Update from translation team.
32295
cdcf361f 322962013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
32297
32298 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
32299 <bits/mman-linux.h>.
32300 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32301 is fine.
32302 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
32303 <bits/mman-linux.h> to end of file.
32304 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32305 is fine.
32306 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
32307 <bits/mman-linux.h> to end of file.
32308 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32309 is fine.
32310 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
32311 <bits/mman-linux.h> to end of file.
32312
32313 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
32314 (MCL_CURRENT, MCL_FUTURE): Define here.
32315
5f67c04f
AK
323162013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32317
8a4473cc 32318 [BZ #15232]
5f67c04f
AK
32319 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
32320 attribute_hidden.
32321 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32322
c3e94a95
AK
323232013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32324
32325 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
32326 fourth parameter needed for rt_sigprocmask syscall.
32327 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
32328 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
32329 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
32330 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
32331 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
32332 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
32333
cfb6382a
JM
323342013-03-04 Joseph Myers <joseph@codesourcery.com>
32335
32336 [BZ #13550]
32337 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
32338 comment about bounded pointers.
32339 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
32340 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
32341
539d8e01
AJ
323422013-03-04 Andreas Jaeger <aj@suse.de>
32343
32344 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
32345 common definitions.
32346
32347 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
32348 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
32349 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
32350 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
32351 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
32352 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
32353
2e167a70 323542013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
32355
32356 [BZ #15055]
32357 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32358 __ieee754_sqrl instead of __sqrl.
32359
68508633
JM
323602013-03-01 Joseph Myers <joseph@codesourcery.com>
32361
32362 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32363 * sysdeps/powerpc/fpu_control.h: ... here.
32364 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32365 * sysdeps/powerpc/bits/fenvinline.h: ... here.
32366 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32367 * sysdeps/powerpc/bits/mathinline.h: ... here.
32368
7775448e
RM
323692013-03-01 Roland McGrath <roland@hack.frob.com>
32370
32371 * elf/dl-hwcaps.c (_dl_important_hwcaps):
32372 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32373 to just [NEED_DL_SYSINFO_DSO].
32374 * elf/dl-support.c: Likewise.
32375 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32376 * elf/rtld.c (dl_main): Likewise.
32377 * elf/setup-vdso.h (setup_vdso): Likewise.
32378 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32379 * sysdeps/unix/sysv/linux/dl-sysdep.c
32380 (_dl_discover_osversion): Likewise.
32381
4e9b5995
CD
323822013-03-01 Carlos O'Donell <carlos@redhat.com>
32383
32384 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32385 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32386
e23872c8
SP
323872013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
32388
e5c74c63
SP
32389 * NEWS: Mention libm performance improvements and non-x86 PI
32390 futex support.
32391
e23872c8
SP
32392 * csu/libc-start.c (__pthread_initialize_minimal): Change
32393 function arguments.
32394 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32395
b5510883
JM
323962013-02-28 Joseph Myers <joseph@codesourcery.com>
32397
32398 [BZ #13550]
32399 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32400 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32401 <bp-sym.h> and <bp-asm.h>.
32402 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32403 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32404 and <bp-asm.h>.
32405 (memcpy): Don't use BP_SYM.
32406 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32407 <bp-asm.h>.
32408 (__mpn_add_n): Don't use BP_SYM.
32409 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32410 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32411 and <bp-asm.h>.
32412 (__mpn_addmul_1): Don't use BP_SYM.
32413 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32414 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32415 <bp-sym.h>.
32416 (_setjmp): Don't use BP_SYM.
32417 (__novmx_setjmp): Likewise.
32418 (__GI__setjmp): Likewise.
32419 (__vmx_setjmp): Likewise.
32420 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32421 <bp-sym.h>.
32422 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32423 (__bzero): Don't use BP_SYM.
32424 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32425 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32426 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32427 <bp-sym.h> and <bp-asm.h>.
32428 (memcpy): Don't use BP_SYM.
32429 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32430 <bp-sym.h> and <bp-asm.h>.
32431 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32432 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32433 <bp-sym.h> and <bp-asm.h>.
32434 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32435 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32436 <bp-asm.h>.
32437 (__mpn_lshift): Don't use BP_SYM.
32438 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32439 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32440 <bp-asm.h>.
32441 (memset): Don't use BP_SYM.
32442 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32443 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32444 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32445 <bp-asm.h>.
32446 (__mpn_mul_1): Don't use BP_SYM.
32447 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32448 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32449 <bp-sym.h> and <bp-asm.h>.
32450 (memcmp): Don't use BP_SYM.
32451 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32452 <bp-sym.h> and <bp-asm.h>.
32453 (memcpy): Don't use BP_SYM.
32454 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32455 <bp-sym.h> and <bp-asm.h>.
32456 (memset): Don't use BP_SYM.
32457 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32458 <bp-sym.h> and <bp-asm.h>.
32459 (strncmp): Don't use BP_SYM.
32460 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32461 <bp-sym.h> and <bp-asm.h>.
32462 (memcpy): Don't use BP_SYM.
32463 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32464 <bp-sym.h> and <bp-asm.h>.
32465 (memset): Don't use BP_SYM.
32466 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32467 <bp-sym.h> and <bp-asm.h>.
32468 (__memchr): Don't use BP_SYM.
32469 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32470 <bp-sym.h> and <bp-asm.h>.
32471 (memcmp): Don't use BP_SYM.
32472 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32473 <bp-sym.h> and <bp-asm.h>.
32474 (memcpy): Don't use BP_SYM.
32475 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32476 <bp-sym.h> and <bp-asm.h>.
32477 (__mempcpy): Don't use BP_SYM.
32478 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32479 <bp-sym.h> and <bp-asm.h>.
32480 (__memrchr): Don't use BP_SYM.
32481 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32482 <bp-sym.h> and <bp-asm.h>.
32483 (memset): Don't use BP_SYM.
32484 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32485 <bp-sym.h> and <bp-asm.h>.
32486 (__rawmemchr): Don't use BP_SYM.
32487 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32488 <bp-sym.h> and <bp-asm.h>.
32489 (__STRCMP): Don't use BP_SYM.
32490 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32491 <bp-sym.h> and <bp-asm.h>.
32492 (strchr): Don't use BP_SYM.
32493 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32494 <bp-sym.h> and <bp-asm.h>.
32495 (__strchrnul): Don't use BP_SYM.
32496 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32497 <bp-sym.h> and <bp-asm.h>.
32498 (strlen): Don't use BP_SYM.
32499 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32500 <bp-sym.h> and <bp-asm.h>.
32501 (strncmp): Don't use BP_SYM.
32502 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32503 <bp-sym.h> and <bp-asm.h>.
32504 (__strnlen): Don't use BP_SYM.
32505 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32506 <bp-asm.h>.
32507 (__mpn_rshift): Don't use BP_SYM.
32508 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32509 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32510 <bp-sym.h> and <bp-asm.h>.
32511 (__sigsetjmp): Don't use BP_SYM.
32512 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32513 (L(start_addresses)): Don't use BP_SYM.
32514 (_start): Likewise.
32515 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32516 <bp-asm.h>.
32517 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32518 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32519 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32520 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32521 <bp-asm.h>.
32522 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32523 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32524 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32525 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32526 <bp-asm.h>.
32527 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
32528 comments.
32529 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32530 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32531 <bp-asm.h>.
32532 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
32533 FIXME comments.
32534 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32535 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32536 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32537 <bp-asm.h>.
32538 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
32539 comment.
32540 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32541 and <bp-asm.h>.
32542 (strncmp): Don't use BP_SYM,
32543 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32544 <bp-asm.h>.
32545 (__mpn_sub_n): Don't use BP_SYM.
32546 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32547 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32548 and <bp-asm.h>.
32549 (__mpn_submul_1): Don't use BP_SYM.
32550 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32551 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32552 <bp-sym.h> and <bp-asm.h>.
32553 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32554 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32555 <bp-sym.h> and <bp-asm.h>.
32556 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
32557 comment.
32558
8d19fe64
SP
325592013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
32560
32561 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32562 Use ZK to minimize writes to Z.
32563 (sub_magnitudes): Simplify code a bit.
32564 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32565 Use ZK to minimize writes to Z.
32566 (sub_magnitudes): Simplify code a bit.
32567
85bd816a
RM
325682013-02-27 Roland McGrath <roland@hack.frob.com>
32569
32570 * csu/gmon-start.c: Add special exception to license text.
32571
b5977bf2
RH
325722013-02-27 Richard Henderson <rth@redhat.com>
32573
32574 * scripts/config.guess: Update from config.git.
32575 * scripts/config.sub: Likewise.
32576
11d6e2f2
SP
325772013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
32578
09c14ed2
SP
32579 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32580
a688864e
SP
32581 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32582
6295157a
SP
32583 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32584
b8de2202
SP
32585 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32586
11d6e2f2
SP
32587 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32588
7e80ddb8
RM
325892013-02-26 Roland McGrath <roland@hack.frob.com>
32590
32591 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32592 [$(build-shared = yes].
7e80ddb8 32593
7da6d9ed
SP
325942013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
32595
45f05884
SP
32596 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32597 (__mul): Reduce iterations for calculating mantissa.
32598
2236d359
SP
32599 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32600 MPTWO.
32601 (__mpranred): Likewise.
32602
7da6d9ed
SP
32603 [BZ #15160]
32604 * malloc/memusagestat.c (main): Draw graphs for heap and stack
32605 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32606
b7688c42
PE
326072013-02-26 Paul Eggert <eggert@cs.ucla.edu>
32608
32609 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32610 Define __attribute__.
32611
53a5c423
SP
326122013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
32613
32614 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32615 unused.
32616 * posix/regex_internal.h (__attribute): Remove.
32617 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32618 (re_string_context_at): Likewise.
32619 (bitset_not): Use __attribute__ and mark function as possibly
32620 unused.
32621 (bitset_merge): Likewise.
32622 (bitset_mask): Likewise.
32623 (re_string_char_size_at): Likewise.
32624 (re_string_wchar_at): Likewise.
32625 (re_string_elem_size_at): Likewise.
32626
60f5a8b5
SP
326272013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
32628
2a983a2e
SP
32629 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32630 code.
32631 (cc32): Likewise.
32632
e69804d1
SP
32633 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32634 (__acr): Likewise.
32635 (__cpy): Likewise.
32636 (norm): Likewise.
32637 (denorm): Likewise.
32638 (__dbl_mp): Likewise.
32639 (add_magnitudes): Likewise.
32640 (sub_magnitudes): Likewise.
32641 (__mul): Likewise.
32642 (__inv): Likewise.
32643
2f22a1e8
SP
32644 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32645 style.
32646
8930ddc7
SP
32647 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32648 style.
32649
dc60cb11
SP
32650 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32651 code.
32652
60f5a8b5
SP
32653 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32654 up changes with default code.
32655 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32656 Likewise.
32657
b4d1fd33
AM
326582013-02-24 Allan McRae <allan@archlinux.org>
32659
faf6f8bc
AM
32660 * manual/socket.texi (The Internet Namespace): Order menu items
32661 to match that in the file.
32662
b4d1fd33
AM
32663 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32664 node listing of the info page menu.
32665
2366713d
JM
326662013-02-21 Joseph Myers <joseph@codesourcery.com>
32667
32668 [BZ #13550]
32669 * sysdeps/i386/bp-asm.h: Remove file.
32670 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32671 (PARMS): Do not use macros from bp-asm.h.
32672 (S1): Likewise.
32673 (S2): Likewise.
32674 (SIZE): Likewise.
32675 (__mpn_add_n): Do not use BP_SYM
32676 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32677 "bp-asm.h".
32678 (PARMS): Do not use macros from bp-asm.h.
32679 (S1): Likewise.
32680 (SIZE): Likewise.
32681 (__mpn_addmul_1): Do not use BP_SYM
32682 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32683 "bp-asm.h".
32684 (PARMS): Do not use macros from bp-asm.h.
32685 (SIGMSK): Likewise.
32686 (_setjmp): Likewise. Do not use BP_SYM.
32687 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32688 "bp-asm.h".
32689 (PARMS): Do not use macros from bp-asm.h.
32690 (SIGMSK): Likewise.
32691 (setjmp): Likewise. Do not use BP_SYM.
32692 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32693 "bp-asm.h".
32694 (PARMS): Do not use macros from bp-asm.h.
32695 (__frexp): Do not use BP_SYM.
32696 (frexp): Likewise.
32697 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32698 "bp-asm.h".
32699 (PARMS): Do not use macros from bp-asm.h.
32700 (__frexpf): Do not use BP_SYM.
32701 (frexpf): Likewise.
32702 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32703 "bp-asm.h".
32704 (PARMS): Do not use macros from bp-asm.h.
32705 (__frexpl): Do not use BP_SYM.
32706 (frexpl): Likewise.
32707 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32708 "bp-asm.h".
32709 (PARMS): Do not use macros from bp-asm.h.
32710 (__remquo): Do not use BP_SYM.
32711 (remquo): Likewise.
32712 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32713 "bp-asm.h".
32714 (PARMS): Do not use macros from bp-asm.h.
32715 (__remquof): Do not use BP_SYM.
32716 (remquof): Likewise.
32717 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32718 "bp-asm.h".
32719 (PARMS): Do not use macros from bp-asm.h.
32720 (__remquol): Do not use BP_SYM.
32721 (remquol): Likewise.
32722 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32723 "bp-asm.h".
32724 (PARMS): Do not use macros from bp-asm.h.
32725 (DEST): Likewise.
32726 (SRC): Likewise.
32727 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
32728 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32729 "bp-asm.h".
32730 (PARMS): Do not use macros from bp-asm.h.
32731 (strlen): Do not use BP_SYM.
32732 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32733 "bp-asm.h".
32734 (PARMS): Do not use macros from bp-asm.h.
32735 (S1): Likewise.
32736 (S2): Likewise.
32737 (SIZE): Likewise.
32738 (__mpn_add_n): Do not use BP_SYM.
32739 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32740 "bp-asm.h".
32741 (PARMS): Do not use macros from bp-asm.h.
32742 (S1): Likewise.
32743 (SIZE): Likewise.
32744 (__mpn_addmul_1): Do not use BP_SYM.
32745 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32746 weak_alias.
32747 (bzero): Likewise.
32748 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32749 "bp-asm.h".
32750 (PARMS): Do not use macros from bp-asm.h.
32751 (S): Likewise.
32752 (SIZE): Likewise.
32753 (__mpn_lshift): Do not use BP_SYM.
32754 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32755 "bp-asm.h".
32756 (PARMS): Do not use macros from bp-asm.h.
32757 (DEST): Likewise.
32758 (SRC): Likewise.
32759 (LEN): Likewise.
32760 (memcpy): Likewise. Do not use BP_SYM.
32761 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32762 libc_hidden_def and weak_alias.
32763 (mempcpy): Do not use BP_SYM in weak_alias.
32764 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32765 "bp-asm.h".
32766 (PARMS): Do not use macros from bp-asm.h.
32767 (DEST): Likewise.
32768 (LEN): Likewise.
32769 [!BZERO_P] (CHR): Likewise.
32770 (memset): Likewise. Do not use BP_SYM.
32771 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32772 "bp-asm.h".
32773 (PARMS): Do not use macros from bp-asm.h.
32774 (S1): Likewise.
32775 (SIZE): Likewise.
32776 (__mpn_mul_1): Do not use BP_SYM.
32777 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32778 "bp-asm.h".
32779 (PARMS): Do not use macros from bp-asm.h.
32780 (S): Likewise.
32781 (SIZE): Likewise.
32782 (__mpn_rshift): Do not use BP_SYM.
32783 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32784 "bp-asm.h".
32785 (PARMS): Do not use macros from bp-asm.h.
32786 (STR): Likewise.
32787 (CHR): Likewise.
32788 (strchr): Likewise. Do not use BP_SYM.
32789 (index): Do not use BP_SYM in weak_alias.
32790 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32791 "bp-asm.h".
32792 (PARMS): Do not use macros from bp-asm.h.
32793 (DEST): Likewise.
32794 (SRC): Likewise.
32795 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
32796 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32797 "bp-asm.h".
32798 (PARMS): Do not use macros from bp-asm.h.
32799 (strlen): Do not use BP_SYM.
32800 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32801 "bp-asm.h".
32802 (PARMS): Do not use macros from bp-asm.h.
32803 (S1): Likewise.
32804 (S2): Likewise.
32805 (SIZE): Likewise.
32806 (__mpn_sub_n): Do not use BP_SYM.
32807 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32808 "bp-asm.h".
32809 (PARMS): Do not use macros from bp-asm.h.
32810 (S1): Likewise.
32811 (SIZE): Likewise.
32812 (__mpn_submul_1): Do not use BP_SYM.
32813 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32814 "bp-asm.h".
32815 (PARMS): Do not use macros from bp-asm.h.
32816 (S1): Likewise.
32817 (S2): Likewise.
32818 (SIZE): Likewise.
32819 (__mpn_add_n): Do not use BP_SYM.
32820 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32821 weak_alias.
32822 (bzero): Likewise.
32823 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32824 "bp-asm.h".
32825 (PARMS): Do not use macros from bp-asm.h.
32826 (BLK2): Likewise.
32827 (LEN): Likewise.
32828 (memcmp): Do not use BP_SYM.
32829 (bcmp): Do not use BP_SYM in weak_alias.
32830 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32831 "bp-asm.h".
32832 (PARMS): Do not use macros from bp-asm.h.
32833 (DEST): Likewise.
32834 (SRC): Likewise.
32835 (LEN): Likewise.
32836 (memcpy): Likewise. Do not use BP_SYM.
32837 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32838 "bp-asm.h".
32839 (PARMS): Do not use macros from bp-asm.h.
32840 (DEST): Likewise.
32841 (SRC): Likewise.
32842 (LEN): Likewise.
32843 (memmove): Likewise. Do not use BP_SYM.
32844 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32845 "bp-asm.h".
32846 (PARMS): Do not use macros from bp-asm.h.
32847 (DEST): Likewise.
32848 (SRC): Likewise.
32849 (LEN): Likewise.
32850 (__mempcpy): Likewise. Do not use BP_SYM.
32851 (mempcpy): Do not use BP_SYM in weak_alias.
32852 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32853 "bp-asm.h".
32854 (PARMS): Do not use macros from bp-asm.h.
32855 (DEST): Likewise.
32856 (LEN): Likewise.
32857 [!BZERO_P] (CHR): Likewise.
32858 (memset): Likewise. Do not use BP_SYM.
32859 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32860 "bp-asm.h".
32861 (PARMS): Do not use macros from bp-asm.h.
32862 (STR2): Likewise.
32863 (strcmp): Do not use BP_SYM.
32864 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32865 "bp-asm.h".
32866 (PARMS): Do not use macros from bp-asm.h.
32867 (STR): Likewise.
32868 (DELIM): Likewise.
32869 [USE_AS_STRTOK_R] (SAVE): Likewise.
32870 (FUNCTION): Likewise. Do not use BP_SYM.
32871 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32872 aliases.
32873 (strtok_r): Likewise.
32874 (__GI___strtok_r): Likewise.
32875 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32876 (PARMS): Do not use macros from bp-asm.h.
32877 (S): Likewise.
32878 (SIZE): Likewise.
32879 (__mpn_lshift): Do not use BP_SYM.
32880 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32881 (PARMS): Do not use macros from bp-asm.h.
32882 (STR): Likewise.
32883 (CHR): Likewise.
32884 (__memchr): Do not use BP_SYM.
32885 (memchr): Do not use BP_SYM in weak_alias.
32886 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32887 (PARMS): Do not use macros from bp-asm.h.
32888 (BLK2): Likewise.
32889 (LEN): Likewise.
32890 (memcmp): Do not use BP_SYM.
32891 (bcmp): Do not use BP_SYM in weak_alias.
32892 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32893 (PARMS): Do not use macros from bp-asm.h.
32894 (S1): Likewise.
32895 (SIZE): Likewise.
32896 (__mpn_mul_1): Do not use BP_SYM.
32897 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32898 "bp-asm.h".
32899 (PARMS): Do not use macros from bp-asm.h.
32900 (STR): Likewise.
32901 (CHR): Likewise.
32902 (__rawmemchr): Do not use BP_SYM.
32903 (rawmemchr): Do not use BP_SYM in weak_alias.
32904 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32905 (PARMS): Do not use macros from bp-asm.h.
32906 (S): Likewise.
32907 (SIZE): Likewise.
32908 (__mpn_rshift): Do not use BP_SYM.
32909 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32910 (PARMS): Do not use macros from bp-asm.h.
32911 (SIGMSK): Likewise.
32912 (__sigsetjmp): Likewise. Do not use BP_SYM.
32913 * sysdeps/i386/start.S: Do not include "bp-sym.h".
32914 (_start): Do not use BP_SYM.
32915 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32916 (PARMS): Do not use macros from bp-asm.h.
32917 (DEST): Likewise.
32918 (SRC): Likewise.
32919 (__stpcpy): Likewise. Do not use BP_SYM.
32920 (stpcpy): Do not use BP_SYM in weak_alias.
32921 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32922 "bp-asm.h".
32923 (PARMS): Do not use macros from bp-asm.h.
32924 (DEST): Likewise.
32925 (SRC): Likewise.
32926 (LEN): Likewise.
32927 (__stpncpy): Likewise. Do not use BP_SYM.
32928 (stpncpy): Do not use BP_SYM in weak_alias.
32929 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32930 (PARMS): Do not use macros from bp-asm.h.
32931 (STR): Likewise.
32932 (CHR): Likewise.
32933 (strchr): Likewise. Do not use BP_SYM.
32934 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32935 "bp-asm.h".
32936 (PARMS): Do not use macros from bp-asm.h.
32937 (STR): Likewise.
32938 (CHR): Likewise.
32939 (__strchrnul): Likewise. Do not use BP_SYM.
32940 (strchrnul): Do not use BP_SYM in weak_alias.
32941 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32942 "bp-asm.h".
32943 (PARMS): Do not use macros from bp-asm.h.
32944 (STOP): Likewise.
32945 (strcspn): Do not use BP_SYM.
32946 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32947 "bp-asm.h".
32948 (PARMS): Do not use macros from bp-asm.h.
32949 (STR): Likewise.
32950 (STOP): Likewise.
32951 (strpbrk): Likewise. Do not use BP_SYM.
32952 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32953 "bp-asm.h".
32954 (PARMS): Do not use macros from bp-asm.h.
32955 (STR): Likewise.
32956 (CHR): Likewise.
32957 (strrchr): Likewise. Do not use BP_SYM.
32958 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32959 (PARMS): Do not use macros from bp-asm.h.
32960 (SKIP): Likewise.
32961 (strspn): Do not use BP_SYM.
32962 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32963 (PARMS): Do not use macros from bp-asm.h.
32964 (STR): Likewise.
32965 (DELIM): Likewise.
32966 (SAVE): Likewise.
32967 (FUNCTION): Likewise. Do not use BP_SYM.
32968 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32969 aliases.
32970 (strtok_r): Likewise.
32971 (__GI___strtok_r): Likewise.
32972 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32973 (PARMS): Do not use macros from bp-asm.h.
32974 (S1): Likewise.
32975 (S2): Likewise.
32976 (SIZE): Likewise.
32977 (__mpn_sub_n): Do not use BP_SYM.
32978 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32979 "bp-asm.h".
32980 (PARMS): Do not use macros from bp-asm.h.
32981 (S1): Likewise.
32982 (SIZE): Likewise.
32983 (__mpn_submul_1): Do not use BP_SYM.
32984 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32985 <bp-sym.h>.
32986 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32987 and <bp-asm.h>.
32988 (PARMS): Do not use macros from bp-asm.h.
32989 (FLAGS): Likewise.
32990 (PTID): Likewise.
32991 (TLS): Likewise.
32992 (CTID): Likewise.
32993 (__clone): Do not use BP_SYM.
32994 (clone): Do not use BP_SYM in weak_alias.
32995 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32996 and <bp-asm.h>.
32997 (PARMS): Do not use macros from bp-asm.h.
32998 (LEN): Likewise.
32999 (__mmap64): Do not use BP_SYM.
33000 (mmap64): Do not use BP_SYM in weak_alias.
33001 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
33002 <bp-sym.h> and <bp-asm.h>.
33003 (PARMS): Do not use macros from bp-asm.h.
33004 (__posix_fadvise64_l64): Do not use BP_SYM.
33005 * sysdeps/unix/sysv/linux/i386/semtimedop.S
33006 (PARMS): Do not use macros from bp-asm.h.
33007 (NSOPS): Likewise.
33008 (semtimedop): Do not use BP_SYM.
33009 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
33010 and <bp-asm.h>.
33011
582a3cff
AM
330122013-02-21 Allan McRae <allan@archlinux.org>
33013
33014 * manual/message.texi (Charset conversion in gettext):
33015 Move @end statement to beginning of line.
33016
bab8a695
SP
330172013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
33018
80945231
SP
33019 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
33020 static.
33021 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33022 Likewise.
33023
bab8a695
SP
33024 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
33025 (denorm): Likewise.
33026 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
33027 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
33028
e21d7aa7
AK
330292013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33030
33031 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
33032 tail-call to the resolved function if pltexit isn't needed.
33033
4c7a4263
SP
330342013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
33035
33036 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
33037 or Y being zero as being unlikely.
33038 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
33039 Likewise.
33040
41f49342
CD
330412013-02-20 Carlos O'Donell <carlos@redhat.com>
33042
33043 * manual/nss.texi (System Databases and Name Service Switch):
33044 Remove frobnicate @pxref.
33045
50022a93
TS
330462013-02-20 Thomas Schwinge <thomas@codesourcery.com>
33047
33048 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33049 __attribute__ ((unused)) to __attribute__ ((__unused__)).
33050
08cbd996
PM
330512013-02-20 Petr Machata <pmachata@redhat.com>
33052
33053 * elf/elf.h (R_ARM_TARGET1): New macro.
33054 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
33055 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
33056 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
33057 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
33058 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
33059 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
33060 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
33061 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
33062 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
33063 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
33064 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
33065 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
33066 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
33067 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
33068 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
33069 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
33070 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
33071 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
33072 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
33073 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
33074 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
33075 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
33076 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
33077 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
33078 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
33079 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
33080 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
33081 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
33082 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
33083 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
33084 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
33085 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
33086 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
33087 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
33088 (R_ARM_THM_GOT_BREL12): Likewise.
33089 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
33090 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
33091 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
33092 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
33093 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
33094 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
33095 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
33096 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
33097 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
33098
c7b275d6
TS
330992013-02-20 Thomas Schwinge <thomas@codesourcery.com>
33100
33101 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33102 __attribute_used__ to __attribute__ ((unused)).
33103
20cd7fb3
SP
331042013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
33105
33106 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
33107 powerpc mpa.c.
33108 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
33109 comment formatting.
33110 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
33111
92945b52
JM
331122013-02-19 Joseph Myers <joseph@codesourcery.com>
33113
33114 [BZ #13550]
33115 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
33116 Remove macro.
33117 (ENTER): Remove both macro definitions.
33118 (LEAVE): Likewise.
33119 (CHECK_BOUNDS_LOW): Likewise.
33120 (CHECK_BOUNDS_HIGH): Likewise.
33121 (CHECK_BOUNDS_BOTH): Likewise.
33122 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
33123 (RETURN_BOUNDED_POINTER): Likewise.
33124 (RETURN_NULL_BOUNDED_POINTER): Likewise.
33125 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
33126 (POP_ERRNO_LOCATION_RETURN): Likewise.
33127 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
33128 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33129 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
33130 macros.
33131 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33132 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
33133 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
33134 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
33135 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
33136 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
33137 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
33138 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
33139 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
33140 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
33141 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
33142 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
33143 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33144 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
33145 removed macros.
33146 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33147 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
33148 macros.
33149 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33150 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
33151 * sysdeps/i386/i586/memset.S (memset): Likewise.
33152 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
33153 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33154 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
33155 macros.
33156 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33157 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
33158 Change uses of L(2) to L(out).
33159 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
33160 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
33161 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
33162 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33163 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
33164 removed macros.
33165 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33166 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
33167 macros.
33168 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33169 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
33170 (RETURN): Do not use macro LEAVE.
33171 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
33172 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
33173 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
33174 * sysdeps/i386/i686/memset.S (memset): Likewise.
33175 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
33176 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
33177 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33178 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
33179 Likewise.
33180 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33181 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
33182 L(1_2) and L(1_3) into L(1).
33183 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33184 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
33185 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33186 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
33187 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33188 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
33189 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
33190 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33191 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
33192 macros.
33193 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
33194 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33195 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
33196 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
33197 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
33198 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33199 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
33200 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
33201 * sysdeps/i386/strcspn.S (strcspn): Likewise.
33202 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33203 * sysdeps/i386/strrchr.S (strrchr): Likewise.
33204 * sysdeps/i386/strspn.S (strspn): Likewise.
33205 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33206 conditional code.
33207 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33208 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33209 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33210 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
33211 L(1_3) into L(1_1).
33212 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33213 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33214 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33215 macros.
33216 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33217
2389741a
JJ
332182013-02-19 Jakub Jelinek <jakub@redhat.com>
33219
33220 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33221 macro.
33222
2016b3cd
SP
332232013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
33224
e4f22324
SP
33225 * math/atest-exp.c (exp_mpn): Remove ROUND.
33226 * math/atest-exp2.c (exp_mpn): Likewise.
33227 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33228
2016b3cd
SP
33229 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33230 * stdlib/tst-tls-atexit-lib.c: Likewise.
33231 * stdlib/tst-tls-atexit.c: Likewise.
33232
4be9b544
MF
332332013-02-18 Mike Frysinger <vapier@gentoo.org>
33234
33235 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33236 and __attribute_alloc_size__.
33237
2f62b9ee
MF
332382013-02-18 Mike Frysinger <vapier@gentoo.org>
33239
33240 * include/programs/xmalloc.h: Change __attribute_alloc_size to
33241 __attribute_alloc_size__.
33242 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33243 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33244
6ff444c4
MF
332452013-02-18 Mike Frysinger <vapier@gentoo.org>
33246
33247 * include/programs/xmalloc.h: New file.
33248 * catgets/gencat.c: Include it.
33249 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33250 * elf/pldd.c: Likewise.
33251 * iconv/iconv_charmap.c: Likewise.
33252 * iconv/iconvconfig.c: Likewise.
33253 * iconv/strtab.c: Likewise.
33254 * locale/programs/locale.c: Likewise.
33255 * locale/programs/localedef.h: Likewise.
33256 * locale/programs/simple-hash.c: Likewise.
33257 * nscd/nscd.h: Likewise.
33258 * nss/makedb.c: Likewise.
33259 * sysdeps/generic/ldconfig.h: Likewise.
33260
be179c8a
SP
332612013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
33262
ba384f6e
SP
33263 * Versions.def: Add GLIBC_2.18.
33264 * include/link.h (struct link_map): New member l_tls_dtor_count.
33265 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33266 (__call_tls_dtors): Likewise.
33267 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33268 __cxa_thread_atexit_impl.
33269 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33270 Likewise.
33271 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33272 Likewise.
33273 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33274 Likewise.
33275 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33276 Likewise.
33277 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33278 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33279 Likewise.
33280 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33281 Likewise.
33282 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33283 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33284 Likewise.
33285 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
33286 (tests): Add test case tst-tls-atexit.
33287 (modules-names): Add shared library for tst-tls-atexit.
85891aca 33288 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
33289 (GLIBC_PRIVATE): Add __call_tls_dtors.
33290 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
33291 for libstdc++.
33292 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33293 * stdlib/tst-tls-atexit.c: New test case.
33294 * stdlib/tst-tls-atexit-lib.c: New test case.
33295
ffaa74cf 33296 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 33297
be179c8a
SP
33298 * elf/Versions (ld): Add _dl_find_dso_for_object.
33299 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
33300 * elf/dl-open.c (_dl_find_dso_for_object): New function.
33301 (dl_open_worker): Use _dl_find_dso_for_object.
33302 * elf/dl-sym.c (do_sym): Likewise.
33303 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
33304
f78b5caa
AK
333052013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33306
33307 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
33308 Syntactic changes only.
33309 (_dl_runtime_profile): Do a tail-call to the resolved function.
33310
29691210
JM
333112013-02-17 Joseph Myers <joseph@codesourcery.com>
33312
33313 [BZ #13550]
33314 * sysdeps/x86_64/bp-asm.h: Remove file.
33315 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
33316 <bp-sym.h> and <bp-asm.h>.
33317 (__clone): Do not use BP_SYM.
33318 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
33319 <bp-sym.h> and <bp-asm.h>.
33320 * sysdeps/unix/x86_64/sysdep.S: Likewise.
33321 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
33322 "bp-asm.h".
33323 (_setjmp): Do not use BP_SYM.
33324 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
33325 "bp-asm.h".
33326 (setjmp): Do not use BP_SYM.
33327 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
33328 libc_hidden_def.
33329 (mempcpy): Do not use BP_SYM in weak_alias.
33330 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
33331 "bp-asm.h".
33332 (strchr): Do not use BP_SYM.
33333 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
33334 "bp-asm.h".
33335 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
33336 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
33337 (_start): Do not use BP_SYM.
33338 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
33339 "bp-asm.h".
33340 (strcat): Do not use BP_SYM.
33341 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
33342 "bp-asm.h".
33343 (STRCMP): Do not use BP_SYM.
33344 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
33345 "bp-asm.h".
33346 (STRCPY): Do not use BP_SYM.
33347 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
33348 "bp-asm.h".
33349 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
33350 "bp-asm.h".
33351 (FUNCTION): Do not use BP_SYM.
33352 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
33353 weak_alias.
33354 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
33355
f238fd19
AJ
333562013-02-17 Andreas Jaeger <aj@suse.de>
33357
33358 * time/Versions: Sort entries.
33359 * string/Versions: Likewise.
33360 * resolv/Versions: Likewise.
33361 * posix/Versions: Likewise.
33362 * iconv/Versions: Likewise.
33363 * elf/Versions: Likewise.
33364 * wcsmbs/Versions: Likewise.
33365
bd07f23c 333662013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 33367
22af19f9
SP
33368 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33369 loop termination condition.
33370
4709fe76
SP
33371 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33372 variable to calculate EZ.
33373 (__sqr): Likewise.
2d0e0f29
SP
33374
33375 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33376 the lower precision input.
33377
daaa7713
JM
333782013-02-15 Joseph Myers <joseph@codesourcery.com>
33379
33380 [BZ #13550]
33381 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33382 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33383 (run-via-rtld-prefix): Do not handle %-bp tests.
33384 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33385 (all-object-suffixes): Remove .ob.
33386 (bppfx): Remove variable.
33387 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33388 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33389 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33390 [$(build-bounded) = yes] (libtype.ob): Likewise.
33391 * Makerules (elide-routines.ob): Remove variable.
33392 (do-tests-clean): Do not handle *-bp.out.
33393 (common-mostlyclean): Do not handle *-bp and *-bp.out.
33394 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33395 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33396 (tests): Do not include $(tests-bp.out).
33397 (xtests): Do not include $(xtests-bp.out).
33398 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33399 [$(build-bounded) = yes] ($(addprefix
33400 $(objpfx),$(binaries-bounded))): Remove rule.
33401 ($(objpfx)%-bp.out): Remove rule.
33402 * config.make.in (build-bounded): Remove variable.
33403 * crypt/Makefile [$(build-bounded) = yes]
33404 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33405 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33406 append to variable.
33407 [$(build-bounded) = yes] (install-lib): Likewise.
33408 [$(build-bounded) = yes] (generated): Likewise.
33409 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33410 Remove rule.
33411 * intl/Makefile [$(build-bounded) = yes]
33412 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33413 * math/Makefile [$(build-bounded) = yes]
33414 ($(tests:%=$(objpfx)%-bp): Likewise.
33415 * misc/Makefile [$(build-bounded) = yes]
33416 ($(objpfx)tst-tsearch-bp): Likewise.
33417 * nptl/Makeconfig (bounded-thread-library): Remove variable.
33418 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33419 Remove dependency.
33420 * string/Makefile (o-objects.ob): Remove variable.
33421 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33422 (CFLAGS-.ob): Remove variable.
33423 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33424 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33425 both definitions of variable.
33426 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33427 (ASFLAGS-.ob): Remove variable.
33428
e97ed6dd
JM
334292013-02-14 Joseph Myers <joseph@codesourcery.com>
33430
2bdd4ca6
JM
33431 [BZ #13550]
33432 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33433 Remove __BOUNDED_POINTERS__ from condition.
33434 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33435 * string/bits/string2.h [!__NO_STRING_INLINES &&
33436 !__BOUNDED_POINTERS__]: Likewise.
33437 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33438 Likewise.
33439 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33440 Remove conditional code.
33441 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33442 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33443 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33444 condition.
33445
e97ed6dd
JM
33446 [BZ #13550]
33447 * csu/libc-start.c: Do not include <bp-sym.h>.
33448 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33449 * elf/dl-open.c: Do not include <bp-sym.h>.
33450 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33451 * math/fegetenv.c: Do not include <bp-sym.h>.
33452 (fegetenv): Do not use BP_SYM in versioned symbols.
33453 * nptl/sysdeps/pthread/bits/libc-lockP.h
33454 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33455 <bp-sym.h>.
33456 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33457 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33458 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33459 (__pthread_mutex_destroy): Likewise.
33460 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33461 (__pthread_mutex_lock): Likewise.
33462 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33463 (__pthread_mutex_trylock): Likewise.
33464 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33465 (__pthread_mutex_unlock): Likewise.
33466 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33467 (__pthread_mutexattr_init): Likewise.
33468 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33469 (__pthread_mutexattr_destroy): Likewise.
33470 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33471 (__pthread_mutexattr_settype): Likewise.
33472 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33473 (__pthread_rwlock_init): Likewise.
33474 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33475 (__pthread_rwlock_destroy): Likewise.
33476 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33477 (__pthread_rwlock_rdlock): Likewise.
33478 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33479 (__pthread_rwlock_tryrdlock): Likewise.
33480 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33481 (__pthread_rwlock_wrlock): Likewise.
33482 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33483 (__pthread_rwlock_trywrlock): Likewise.
33484 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33485 (__pthread_rwlock_unlock): Likewise.
33486 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33487 (__pthread_key_create): Likewise.
33488 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33489 (__pthread_setspecific): Likewise.
33490 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33491 (__pthread_getspecific): Likewise.
33492 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33493 Likewise.
33494 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33495 (_pthread_cleanup_push_defer): Likewise.
33496 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33497 (_pthread_cleanup_pop_restore): Likewise.
33498 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33499 (pthread_setcancelstate): Likewise.
33500 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33501 <bp-sym.h>.
33502 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33503 (memchr): Do not use BP_SYM in weak_alias.
33504 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33505 (fegetenv): Do not use BP_SYM in versioned symbols.
33506 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33507 (fesetenv): Do not use BP_SYM in versioned symbols.
33508 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33509 (feupdateenv): Do not use BP_SYM in versioned symbols.
33510 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33511 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33512 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33513 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33514 (open64): Do not use BP_SYM in weak_alias.
33515 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33516 (fegetenv): Do not use BP_SYM in versioned symbols.
33517 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33518 (fesetenv): Do not use BP_SYM in versioned symbols.
33519 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33520 (feupdateenv): Do not use BP_SYM in versioned symbols.
33521 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33522 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33523 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33524 (feraiseexcept): Do not use BP_SYM in versioned symbols.
33525 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33526 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33527 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33528 <bp-sym.h>.
33529 (__libc_start_main): Do not use BP_SYM.
33530
d6752ccd
SP
335312013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
33532
cb57ce60
SP
33533 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33534 redundant return line.
33535 (norm): Likewise.
33536 (denorm): Likewise.
33537 (dbl_mp): Likewise.
33538 (sub_magnitudes): Likewise.
33539 (__add): Likewise.
33540 (__sub): Likewise.
33541 (__mul): Likewise.
33542 (__inv): Likewise.
33543 (__dvd): Likewise.
33544 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33545 (norm): Likewise.
33546 (denorm): Likewise.
33547 (dbl_mp): Likewise.
33548 (sub_magnitudes): Likewise.
33549 (__add): Likewise.
33550 (__sub): Likewise.
33551 (__mul): Likewise.
33552 (__inv): Likewise.
33553 (__dvd): Likewise.
33554
f414520d
SP
33555 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33556 instead of __mul.
33557 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33558 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33559 (cc32): Likewise.
33560
d6752ccd
SP
33561 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33562 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33563 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33564 of __mul for squares.
33565 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33566 function
33567 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33568 Likewise.
33569 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33570 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33571
70d9946a
JM
335722013-02-13 Joseph Myers <joseph@codesourcery.com>
33573
33574 [BZ #13550]
33575 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33576 code.
33577 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33578 prototype or function definition. Rename ubp_* variables and
33579 parameters. Remove argv definitions conditional on
33580 [__BOUNDED_POINTERS__].
33581 * debug/backtrace.c (__backtrace): Do not use __unbounded.
33582 * elf/dl-runtime.c (_dl_fixup): Likewise.
33583 * include/set-hooks.h (RUN_HOOK): Likewise.
33584 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33585 definition.
33586 * string/strcpy.c (strcpy): Do not use __unbounded.
33587 * sysdeps/generic/frame.h (struct layout): Likewise.
33588 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33589 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33590 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33591 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33592 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33593 (__backtrace): Likewise.
33594 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33595 use __ptrvalue.
33596 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33597 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33598 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33599 Likewise.
33600 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33601 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33602 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33603 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33604 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33605 Do not use __unbounded.
33606 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33607 Rename __unboundedrlimits parameter to rlimits in prototype.
33608 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33609 Do not use __unbounded.
33610 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33611 not use __ptrvalue.
33612 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33613 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33614 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33615 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33616 __ptrvalue or __unbounded.
33617 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33618 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33619 use __unbounded.
33620 (__new_msgctl): Do not use __ptrvalue.
33621 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33622 __unbounded.
33623 (__libc_msgrcv): Do not use __ptrvalue.
33624 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33625 startup_info): Do not use __unbounded.
33626 (__libc_start_main): Likewise. Rename ubp_* variables and
33627 parameters. Remove argv definitions conditional on
33628 [__BOUNDED_POINTERS__].
33629 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33630 __ptrvalue.
33631 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33632 use __unbounded.
33633 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33634 or __ptrvalue.
33635 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33636 use __unbounded.
33637 (__new_shmctl): Do not use __ptrvalue.
33638 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33639 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33640 Likewise.
33641 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33642 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33643 (__libc_sigaction): Likewise.
33644 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33645 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33646 Likewise.
33647 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33648
cc7834d6
OB
336492013-02-13 Ondřej Bílka <neleai@seznam.cz>
33650
ffb1ec7b 33651 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
33652
33653 * string/mempcpy.c: Implement by calling memcpy.
33654
bdf02814
SP
336552013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
33656
c2af38aa
SP
33657 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33658
4e92d59e
SP
33659 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33660 evaluation.
33661
909279a5
SP
33662 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33663 values in the mantissa.
33664
bdf02814
SP
33665 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33666 minimize writes to Z.
33667 (sub_magnitudes): Simplify code a bit.
33668
cd525923
RM
336692013-02-12 Roland McGrath <roland@hack.frob.com>
33670
33671 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33672 from the message. The linker prefixes all warnings with that already.
33673
7e2f0d2d
AS
336742013-02-12 Andreas Schwab <schwab@suse.de>
33675
a445af0b
AS
33676 [BZ #15078]
33677 * posix/regexec.c (extend_buffers): Add parameter min_len.
33678 (check_matching): Pass minimum needed length.
33679 (clean_state_log_if_needed): Likewise.
33680 (get_subexp): Likewise.
33681 * posix/Makefile (tests): Add bug-regex34.
33682 (bug-regex34-ENV): Define.
33683 * posix/bug-regex34.c: New file.
33684
7e2f0d2d
AS
33685 [BZ #11561]
33686 * posix/regcomp.c (parse_bracket_exp): When looking up collating
33687 elements compare against the byte sequence of it, not its name.
33688 * posix/Makefile (tests): Add bug-regex35.
33689 (bug-regex35-ENV): Define.
33690 * posix/bug-regex35.c: New file.
33691
a175b684
TV
336922013-02-11 Tom de Vries <tom@codesourcery.com>
33693
33694 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
33695 comment.
33696 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33697 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33698 (CHECK_EOL): Add undef.
33699
310998fe 337002013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
33701
33702 * bits/stdlib-bsearch.h: New file.
33703 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 33704 * stdlib/stdlib.h: Likewise.
41eda41d 33705
8ded91fb
RM
337062013-02-11 Roland McGrath <roland@hack.frob.com>
33707
33708 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33709 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33710 declaration.
33711 * manual/search.texi (Array Search Function): Add missing const in
33712 lfind prototype.
33713 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33714 declaration to use rlim_t.
33715 (Basic Scheduling Functions): Remove erroneous const from
33716 sched_getparam prototype. Remove erroneous * from
33717 sched_get_priority_max and sched_get_priority_min prototypes.
33718 (Resource Usage): Fix summary @comment on vtimes to refer to
33719 sys/vtimes.h rather than vtimes.h.
33720 Add missing *s in vtimes prototype.
33721 (Limits on Resources): Fix ulimit prototype to return long int.
33722 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33723 prototypes to use long int rather than double.
33724 (BSD Random): Fix initstate and setstate to use char *, not void *.
33725 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33726 prototype to make second argument 'struct aiocb64 *const[]'.
33727 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33728 (Status of AIO Operations): Remove erroneous const in aio_return and
33729 aio_return64 prototypes.
33730 (Synchronizing I/O): Fix sync prototype to return void.
33731 * manual/startup.texi (Suboptions): Remove an erroneous const in
33732 getsubopt prototype.
33733 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33734 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33735 use size_t rather than int.
33736 (Scanning All Users): Likewise for getpwent_r.
33737 (Setting Groups): Add missing const to setgroups prototype.
33738 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33739 * manual/socket.texi (Host Names): Fix gethostbyaddr and
33740 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33741 'const void *' rather than 'const char *'.
33742 (Host Address Functions): Likewise for inet_ntop.
33743 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33744 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33745 ssize_t for return value.
33746 (Sending Data): Likewise for send, sendto, sendmsg.
33747 (Socket Option Functions): Add a missing const in setsockopt prototype.
33748 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33749 use wchar_t for the argument.
33750 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33751 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33752 take no arguments.
33753 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33754 double/float/long double for second argument.
33755 Fix return types of significand, significandf, significandl.
33756 * manual/filesys.texi (Setting Permissions): Use mode_t for second
33757 argument in fchmod prototype.
33758 (File Owner): Use uid_t and gid_t in fchown prototype.
33759 (File Times): Add const to utimes, futimes, and lutimes prototypes.
33760 (Making Special Files): Use mode_t and dev_t in mknod prototype.
33761 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33762 use 'const struct dirent **' as argument types to CMP function pointer
33763 argument.
33764 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33765 (File Times): Fix summary magic @comment for struct utimbuf and utime
33766 to refer to utime.h, not time.h.
33767 * manual/string.texi (Argz Functions): Add missing const in
33768 argz_extract and argz_next prototypes.
33769 (Finding Tokens in a String): Likewise for basename.
33770 (String/Array Comparison): Fix typo in wcscasecmp prototype.
33771 (Copying and Concatenation): Fix typo in wmemmove prototype.
33772 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33773 (Signal Stack): Remove erroneous const in sigstack prototype.
33774 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33775 prototype.
33776 (Simple Calendar Time): Likewise for stime.
33777 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33778 prototype.
33779 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33780 say sys/sysctl.h instead.
33781 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33782 and vsyslog prototypes.
33783
fe77fe6d
TV
337842013-02-11 Tom de Vries <tom@codesourcery.com>
33785
33786 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33787 Remove.
33788
3a09b620
RM
337892013-02-11 Roland McGrath <roland@hack.frob.com>
33790
33791 * misc/sys/mman.h: Fix typo in mremap comment.
33792
550a0b89
RM
337932013-02-08 Roland McGrath <roland@hack.frob.com>
33794
33795 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33796 the '\0' terminator.
33797
a2da1673
JM
337982013-02-08 Joseph Myers <joseph@codesourcery.com>
33799
33800 [BZ #13550]
33801 * debug/segfault.c: Don't include <bp-checks.h>.
33802 * sysdeps/generic/bp-checks.h: Remove file.
33803 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33804 (__GETDENTS): Don't use CHECK_N.
33805 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33806 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33807 (__getgroups): Don't use CHECK_N.
33808 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33809 (setgroups): Don't use CHECK_N.
33810 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33811 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33812 (__libc_msgrcv): Don't use CHECK_N.
33813 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33814 (__libc_msgsnd): Don't use CHECK_N.
33815 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33816 <bp-checks.h>.
33817 (__libc_pread): Don't use CHECK_N.
33818 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33819 include <bp-checks.h>.
33820 (__libc_pread64): Don't use CHECK_N.
33821 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33822 include <bp-checks.h>.
33823 (__libc_pwrite): Don't use CHECK_N.
33824 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33825 include <bp-checks.h>.
33826 (__libc_pwrite64): Don't use CHECK_N.
33827 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33828 <bp-checks.h>.
33829 (__libc_pread): Don't use CHECK_N.
33830 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33831 include <bp-checks.h>.
33832 (__libc_pread64): Don't use CHECK_N.
33833 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33834 include <bp-checks.h>.
33835 (__libc_pwrite): Don't use CHECK_N.
33836 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33837 include <bp-checks.h>.
33838 (__libc_pwrite64): Don't use CHECK_N.
33839 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33840 (do_pread): Don't use CHECK_N.
33841 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33842 (do_pread64): Don't use CHECK_N.
33843 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33844 (do_pwrite): Don't use CHECK_N.
33845 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33846 (do_pwrite64): Don't use CHECK_N.
33847 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33848 (__libc_readv): Don't use CHECK_N.
33849 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33850 (semop): Don't use CHECK_N.
33851 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33852 <bp-checks.h>.
33853 (semtimedop): Don't use CHECK_N.
33854 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33855 (__libc_pread): Don't use CHECK_N.
33856 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33857 <bp-checks.h>.
33858 (__libc_pread64): Don't use CHECK_N.
33859 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33860 <bp-checks.h>.
33861 (__libc_pwrite): Don't use CHECK_N.
33862 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33863 <bp-checks.h>.
33864 (__libc_pwrite64): Don't use CHECK_N.
33865 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33866 <bp-checks.h>.
33867 (__libc_msgrcv): Don't use CHECK_N.
33868 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33869 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
33870 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33871 (__libc_writev): Don't use CHECK_N.
33872
b84660a8
RM
338732013-02-08 Roland McGrath <roland@hack.frob.com>
33874
7f3e75f8
RM
33875 * string/strcpy.c: Removed unused variable.
33876
b84660a8
RM
33877 * Makeconfig (+sysdep-includes): Define with := rather than =.
33878 Use an existing include/ subdir of each sysdeps dir before it.
33879
471514d3
CD
338802013-02-08 Carlos O'Donell <carlos@redhat.com>
33881
33882 * nscd/connection.c (register_traced_file): Comment function.
33883 [HAVE_INOTIFY] (union __inev): Define.
33884 [HAVE_INOTIFY] (inotify_check_files): New function.
33885 [HAVE_INOTIFY] (clear_db_cache): Likewise.
33886 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33887 clear_db_cache.
33888 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33889
b2d3c3be
CD
338902013-02-08 Carlos O'Donell <carlos@redhat.com>
33891
33892 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33893 loaded if not already and that a failure is permanent.
33894
b39949d2
CD
338952013-02-08 Carlos O'Donell <carlos@redhat.com>
33896
ddacd1db 33897 [BZ #15006]
b39949d2
CD
33898 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33899 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33900
b2c9eff4
JM
339012013-02-08 Joseph Myers <joseph@codesourcery.com>
33902
f3aae3f3
JM
33903 [BZ #13550]
33904 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33905 (CHECK_1_NULL_OK): Likewise.
33906 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33907 (__fxstat): Do not use CHECK_1.
33908 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33909 <bp-checks.h>.
33910 (___fxstat64): Do not use CHECK_1.
33911 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33912 <bp-checks.h>.
33913 (__fxstatat): Do not use CHECK_1.
33914 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33915 <bp-checks.h>.
33916 (__fxstatat64): Do not use CHECK_1.
33917 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33918 <bp-checks.h>.
33919 (__fxstat): Do not use CHECK_1.
33920 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33921 <bp-checks.h>.
33922 (__fxstatat): Do not use CHECK_1.
33923 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33924 <bp-checks.h>.
33925 (__getresgid): Do not use CHECK_1.
33926 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33927 <bp-checks.h>.
33928 (__getresuid): Do not use CHECK_1.
33929 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33930 <bp-checks.h>.
33931 (__lxstat): Do not use CHECK_1.
33932 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33933 <bp-checks.h>.
33934 (__old_msgctl): Do not use CHECK_1.
33935 (__new_msgctl): Likewise.
33936 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33937 <bp-checks.h>.
33938 (__new_setrlimit): Do not use CHECK_1.
33939 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33940 <bp-checks.h>.
33941 (__old_shmctl): Do not use CHECK_1.
33942 (__new_shmctl): Likewise.
33943 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33944 <bp-checks.h>.
33945 (__xstat): Do not use CHECK_1.
33946 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33947 (__lxstat): Do not use CHECK_1.
33948 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33949 <bp-checks.h>.
33950 (___lxstat64): Do not use CHECK_1.
33951 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33952 (__old_msgctl): Do not use CHECK_1.
33953 (__new_msgctl): Likewise.
33954 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33955 <bp-checks.h>.
33956 (__gettimeofday): Do not use CHECK_1.
33957 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33958 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33959 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33960 <bp-checks.h>.
33961 (__gettimeofday): Do not use CHECK_1.
33962 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33963 (__old_shmctl): Do not use CHECK_1_NULL_OK.
33964 (__new_shmctl): Do not use CHECK_1.
33965 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33966 <bp-checks.h>.
33967 (do_sigtimedwait): Do not use CHECK_1.
33968 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33969 <bp-checks.h>.
33970 (do_sigwaitinfo): Do not use CHECK_1.
33971 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33972 <bp-checks.h>.
33973 (msgctl): Do not use CHECK_1.
33974 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33975 <bp-checks.h>.
33976 (shmctl): Do not use CHECK_1.
33977 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33978 (ustat): Do not use CHECK_1.
33979 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33980 <bp-checks.h>.
33981 (__fxstat): Do not use CHECK_1.
33982 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33983 <bp-checks.h>.
33984 (__fxstatat): Do not use CHECK_1.
33985 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33986 <bp-checks.h>.
33987 (__lxstat): Do not use CHECK_1.
33988 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33989 <bp-checks.h>.
33990 (__xstat): Do not use CHECK_1.
33991 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33992 (__xstat): Do not use CHECK_1.
33993 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33994 (___xstat64): Do not use CHECK_1.
33995
b2c9eff4
JM
33996 [BZ #13550]
33997 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33998 definitions.
33999 (CHECK_BOUNDS_HIGH): Likewise.
34000 * string/strcpy.c: Do not include <bp-checks.h>.
34001 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
34002
f1d70dad
RM
340032013-02-07 Roland McGrath <roland@hack.frob.com>
34004
34005 * nscd/nscd-client.h (__nscd_drop_map_ref):
34006 Add __attribute__ ((unused)).
34007 * nis/nss-nisplus.h (niserr2nss): Likewise.
34008
34009 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
34010 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
34011
34012 * csu/libc-tls.c (init_static_tls, init_slotinfo):
34013 Remove inline keyword.
34014 * include/rounding-mode.h (round_away): Likewise.
34015 * libio/wfileops.c (adjust_wide_data): Likewise.
34016 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
34017 (__m128i_strloadu_tolower): Likewise.
34018 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
34019 (__m128i_strloadu_tolower): Likewise.
34020 * time/mktime.c (ydhms_diff): Likewise.
34021 * locale/elem-hash.h (elem_hash): Likewise.
34022 * locale/setlocale.c (setdata): Likewise.
34023 * posix/regex_internal.h (re_string_char_size_at): Likewise.
34024 (re_string_wchar_at): Likewise.
34025 (bitset_not, bitset_merge, bitset_mask): Likewise.
34026 [!(__GNUC__ > 3)] (inline): Remove macro.
34027 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
34028 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
34029 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
34030 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
34031 * string/memcmp.c (memcmp_bytes): Likewise.
34032 * locale/programs/locarchive.c (compute_hashval): Likewise.
34033 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
34034 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
34035 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
34036 * nss/getent.c (print_rpc, print_protocols): Likewise.
34037 (print_passwd, print_group, print_aliases): Likewise.
34038 * nis/nss-nisplus.h (niserr2nss): Likewise.
34039 * nscd/connections.c (restart_p): Likewise.
34040 Change return type to bool.
34041
eab55bfb
RM
340422013-02-05 Roland McGrath <roland@hack.frob.com>
34043
7bd642f5
RM
34044 * Makeconfig (all-Depend-files): Add existing
34045 $(sorted-subdirs:=/Depend) files.
34046 (all-subdirs): Remove nss.
34047 * sysdeps/unix/inet/Subdirs: Add it here instead.
34048 * hesiod/Depend: New file.
34049
573c29b2
RM
34050 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
34051 instead of calling alloca.
34052
b2e25af0
RM
34053 * io/lseek.c (__lseek): Rename to __libc_lseek.
34054 Define __lseek as an alias.
34055
eab55bfb
RM
34056 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
34057
9a0d1941
CD
340582013-02-04 Carlos O'Donell <carlos@redhat.com>
34059
34060 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
34061 else clause and remove check for non-standard endianness.
34062
b83bbec4
DM
340632013-02-04 David S. Miller <davem@davemloft.net>
34064
34065 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34066
6277fdab
JM
340672013-02-04 Joseph Myers <joseph@codesourcery.com>
34068
34069 [BZ #13550]
34070 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
34071 (__ubp_memchr): Remove prototype.
34072 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
34073 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34074 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
34075 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34076 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
34077 Remove alias.
34078 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
34079 (__ubp_memchr): Likewise.
34080 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
34081 (__ubp_memchr): Likewise.
34082 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
34083 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
34084 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
34085 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
34086 CHECK_STRING.
34087 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
34088 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
34089 (__getcwd): Do not use CHECK_STRING.
34090 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34091 <bp-checks.h>.
34092 (__real_chown): Do not use CHECK_STRING.
34093 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
34094 <bp-checks.h>.
34095 (fchownat): Do not use CHECK_STRING.
34096 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
34097 CHECK_STRING.
34098 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34099 <bp-checks.h>.
34100 (__lchown): Do not use CHECK_STRING.
34101 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34102 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34103 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34104 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
34105 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34106 include <bp-checks.h>.
34107 (truncate64): Do not use CHECK_STRING.
34108 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34109 <bp-checks.h>.
34110 (__real_chown): Do not use CHECK_STRING.
34111 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34112 <bp-checks.h>.
34113 (__lchown): Do not use CHECK_STRING.
34114 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34115 <bp-checks.h>.
34116 (__chown): Do not use CHECK_STRING.
34117 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
34118 <bp-checks.h>.
34119 (truncate64): Do not use CHECK_STRING.
34120 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
34121 Likewise.
34122 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
34123 (__xmknod): Do not use CHECK_STRING.
34124 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
34125 <bp-checks.h>.
34126 (__xmknodat): Do not use CHECK_STRING.
34127 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34128 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
34129
903ae060
AS
341302013-02-04 Andreas Schwab <schwab@suse.de>
34131
34132 [BZ #14142]
34133 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
34134 * include/netdb.h: Likewise for h_errno.
34135 * elf/tst-stackguard1.c: Include <tls.h>.
34136
542f9466
JK
341372013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
34138
34139 * elf/link.h (struct link_map): Extend the l_addr comment.
34140 * include/link.h (struct link_map): Likewise.
34141
e782a927
JM
341422013-02-01 Joseph Myers <joseph@codesourcery.com>
34143
34144 [BZ #13550]
34145 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
34146 (BOUNDED_1): Remove macro.
34147 * debug/backtrace.c: Don't include <bp-checks.h>.
34148 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
34149 (__backtrace): Likewise.
34150 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
34151 <bp-checks.h>.
34152 (__backtrace): Don't use BOUNDED_1.
34153 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
34154 <bp-checks.h>.
34155 (__backtrace): Don't use BOUNDED_1.
34156 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
34157 (__backtrace): Don't use BOUNDED_1.
34158 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
34159 (shmat): Don't use BOUNDED_N.
34160
8cf28c5e
JM
341612013-01-31 Joseph Myers <joseph@codesourcery.com>
34162
3a7ac8a0
JM
34163 [BZ #13550]
34164 * sysdeps/generic/bp-start.h: Remove file.
34165 * csu/libc-start.c: Don't include <bp-start.h>.
34166 (LIBC_START_MAIN): Set up __environ directly instead of using
34167 INIT_ARGV_and_ENVIRON.
34168 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
34169 <bp-start.h>.
34170
f3499f95
JM
34171 [BZ #13550]
34172 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
34173 definitions.
34174 (CHECK_FCNTL): Likewise.
34175 (CHECK_N_PAGES): Likewise.
34176
32a45bea
JM
34177 [BZ #13550]
34178 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
34179 definitions.
34180 (CHECK_SIGSET_NULL_OK): Likewise.
34181 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
34182 <bp-checks.h>.
34183 (sigpending): Don't use CHECK_SIGSET.
34184 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
34185 <bp-checks.h>.
34186 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34187 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
34188 <bp-checks.h>.
34189 (do_sigsuspend): Don't use CHECK_SIGSET.
34190 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
34191 use CHECK_SIGSET.
34192 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
34193 (do_sigwait): Don't use CHECK_SIGSET.
34194 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
34195 use CHECK_SIGSET.
34196 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
34197 include <bp-checks.h>.
34198 (sigpending): Don't use CHECK_SIGSET.
34199 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
34200 include <bp-checks.h>.
34201 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34202 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34203 <bp-checks.h>.
34204 (sigpending): Don't use CHECK_SIGSET.
34205 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34206 <bp-checks.h>.
34207 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34208
2e8a5c8c
JM
34209 [BZ #13550]
34210 * sysdeps/generic/bp-semctl.h: Remove file.
34211 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34212 <bp-checks.h> and <bp-semctl.h>.
34213 (__old_semctl): Don't use CHECK_SEMCTL.
34214 (__new_semctl): Likewise.
34215 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34216 and <bp-semctl.h>.
34217 (__old_semctl): Don't use CHECK_SEMCTL.
34218 (__new_semctl): Likewise.
34219 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
34220 <bp-checks.h> and <bp-semctl.h>.
34221 (__old_semctl): Don't use CHECK_SEMCTL.
34222 (__new_semctl): Likewise.
34223 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
34224 <bp-checks.h> and <bp-semctl.h>.
34225 (semctl): Don't use CHECK_SEMCTL.
34226
c2d54929
JM
34227 [BZ #13550]
34228 * Makerules (elide-bp-thunks): Remove variable.
34229 (elide-routines.oS): Don't use $(elide-bp-thunks).
34230 (elide-routines.os): Likewise.
34231 (elide-routines.o): Likewise.
34232 (elide-routines.op): Likewise.
34233 (elide-routines.og): Likewise.
34234 (objects): Don't use $(bp-thunks).
34235 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34236 include.
34237 (common-generated): Do not add s-proto-bp.d.
34238 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34239 (int): Likewise.
34240 (typ): Likewise.
34241 Do not generate makefile rules for bounded-pointer thunks.
34242 * sysdeps/generic/bp-thunks.h: Remove file.
34243 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34244 * sysdeps/unix/s-proto-bp.S: Likewise.
34245
8cf28c5e
JM
34246 [BZ #15062]
34247 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34248 parts of result separately when argument is not close to line from
34249 -i to i and one part of argument is small.
34250 * math/k_casinhf.c (__kernel_casinhf): Likewise.
34251 * math/k_casinhl.c (__kernel_casinhl): Likewise.
34252 * math/libm-test.inc (cacos_test): Add more tests.
34253 (casin_test): Likewise.
34254 (casinh_test): Likewise.
34255 * sysdeps/i386/fpu/libm-test-ulps: Update.
34256 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34257
c4e33b8d
DM
342582013-01-31 David S. Miller <davem@davemloft.net>
34259
34260 * po/de.po: Update from translation team.
34261
3b60b421
MK
342622013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
34263
34264 * time/tzfile.c: Include stdint.h for SIZE_MAX.
34265
bb931195
TS
342662013-01-25 Thomas Schwinge <thomas@codesourcery.com>
34267
b5a5da23
TS
34268 * configure.in (_AC_PROG_CC_C89): New definition.
34269 * configure: Regenerate.
34270
bb931195
TS
34271 * configure.in (AC_PROG_CPP): New definition.
34272 * configure: Regenerate.
34273
8c53a12c
JM
342742013-01-23 Joseph Myers <joseph@codesourcery.com>
34275
34276 * debug/tst-backtrace.h: New file.
34277 * debug/tst-backtrace2.c: Include tst-backtrace.h.
34278 (ret): Remove variable.
34279 (x): Likewise.
34280 (FAIL): Remove macro.
34281 (NO_INLINE): Likewise.
34282 (fn1): Use match function instead of strstr.
34283 * debug/tst-backtrace3.c: Include tst-backtrace.h.
34284 (ret): Remove variable.
34285 (x): Likewise.
34286 (FAIL): Remove macro.
34287 (NO_INLINE): Likewise.
34288 (fn): Use match function instead of strstr.
34289 * debug/tst-backtrace4.c: Include tst-backtrace.h.
34290 (ret): Remove variable.
34291 (x): Likewise.
34292 (FAIL): Remove macro.
34293 (NO_INLINE): Likewise.
34294 (handle_signal): Use match function instead of strstr.
34295 * debug/tst-backtrace5.c: Include tst-backtrace.h.
34296 (ret): Remove variable.
34297 (x): Likewise.
34298 (FAIL): Remove macro.
34299 (NO_INLINE): Likewise.
34300 (handle_signal): Use match function instead of strstr.
34301
4858fa2a
RM
343022013-01-23 Roland McGrath <roland@hack.frob.com>
34303
34304 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
34305
bae8e7f5
DM
343062013-01-23 David S. Miller <davem@davemloft.net>
34307
34308 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
34309 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
34310 argument of CAS if possible.
34311 * sysdeps/sparc/sparc64/bits/atomic.h
34312 (__arch_compare_and_exchange_val_32_acq): Likewise.
34313 (__arch_compare_and_exchange_val_64_acq): Likewise.
34314
9cbbc4ae
PT
343152013-01-23 Pino Toscano <toscano.pino@tiscali.it>
34316
34317 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
34318 * sysdeps/posix/ulimit.c: ... this.
92a601b8 34319 Include <limits.h>.
67b3f58c 34320 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 34321
5655a0b5
AC
343222013-01-23 Adam Conrad <adconrad@0c3.net>
34323
34324 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
34325 (LDFLAGS-tst-array5): Likewise.
34326
052aff95
JM
343272013-01-23 Joseph Myers <joseph@codesourcery.com>
34328
34329 [BZ #15036]
34330 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
34331 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
34332 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
34333 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
34334
7c1e01aa
DM
343352013-01-21 David S. Miller <davem@davemloft.net>
34336
34337 * sysdeps/sparc/backtrace.c: New file.
34338 * sysdeps/sparc/sparc32/backtrace.h: New file.
34339 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
34340 * sysdeps/sparc/sparc64/backtrace.h: New file.
34341 * sysdeps/sparc/sparc64/backtrace.c: Delete.
34342 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
34343 -funwind-tables.
34344
ab087e0a
AS
343452013-01-21 Andreas Schwab <schwab@suse.de>
34346
34347 [BZ #15020]
34348 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
34349 closed its stdout.
34350
ed689c2f
AS
343512013-01-20 Andreas Schwab <schwab@linux-m68k.org>
34352
34353 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
34354 "mpa2.h".
34355 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34356
31d470ac
JM
343572013-01-18 Joseph Myers <joseph@codesourcery.com>
34358 Mark Mitchell <mark@codesourcery.com>
34359 Tom de Vries <tom@codesourcery.com>
34360 Paul Pluzhnikov <ppluzhnikov@google.com>
34361
34362 * debug/tst-backtrace2.c: New file.
34363 * debug/tst-backtrace3.c: Likewise.
34364 * debug/tst-backtrace4.c: Likewise.
34365 * debug/tst-backtrace5.c: Likewise.
34366 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34367 (CFLAGS-tst-backtrace3.c): Likewise.
34368 (CFLAGS-tst-backtrace4.c): Likewise.
34369 (CFLAGS-tst-backtrace5.c): Likewise.
34370 (LDFLAGS-tst-backtrace2): Likewise.
34371 (LDFLAGS-tst-backtrace3): Likewise.
34372 (LDFLAGS-tst-backtrace4): Likewise.
34373 (LDFLAGS-tst-backtrace5): Likewise.
34374 (tests): Add new tests tst-backtrace2, tst-backtrace3,
34375 tst-backtrace4 and tst-backtrace5.
34376
90567f30 343772013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
34378 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
34379
34380 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34381 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34382 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34383 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34384 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34385 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34386 "+r" and remove output regs list as redundant. Add explicit inline
34387 asm to specify register of return val to work around compiler codegen
34388 bug. Remove (int) cast on return value. Add return type parameter to
34389 use in macro so that this macro does not truncate return value for
34390 64-bit values.
34391 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34392 pass to INTERNAL_VSYSCALL_NCS.
34393 (INLINE_VSYSCALL): Add 'long int' as return type to
34394 INTERNAL_VSYSCALL_NCS macro invocation.
34395 (INTERNAL_VSYSCALL): Add 'long int' as return type to
34396 INTERNAL_VSYSCALL_NCS macro invocation.
34397 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34398
d3b9ea61
SP
343992013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
34400
0b57daeb
SP
34401 [BZ #14496]
34402 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34403 Fix application of SIMD FP exception mask.
34404
caa99d06
SP
34405 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34406 mp_no from a power of two.
34407 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34408 __mpexp_twomm1. Use __pow_mp.
34409
d3b9ea61
SP
34410 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34411 multiplication.
34412
1dbaee3c
DM
344132013-01-17 David S. Miller <davem@davemloft.net>
34414
34415 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34416
728d7b43
JM
344172013-01-17 Joseph Myers <joseph@codesourcery.com>
34418
34419 [BZ #15023]
34420 * include/complex.h: Condition contents on [!_COMPLEX_H].
34421 (__kernel_casinhf): New prototype.
34422 (__kernel_casinh): Likewise.
34423 (__kernel_casinhl): Likewise.
34424 * math/Makefile (libm_calls): Add k_casinh.
34425 * math/k_casinh.c: New file.
34426 * math/k_casinhf.c: Likewise.
34427 * math/k_casinhl.c: Likewise.
34428 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34429 finite nonzero arguments.
34430 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34431 finite nonzero arguments.
34432 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34433 finite nonzero arguments.
34434 * math/s_casinh.c: Do not include <float.h>.
34435 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34436 * math/s_casinhf.c: Do not include <float.h>.
34437 (__casinhf): Move code for finite nonzero arguments to
34438 k_casinhf.c.
34439 * math/s_casinhl.c: Do not include <float.h>.
34440 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34441 redefine.
34442 (__casinhl): Move code for finite nonzero arguments to
34443 k_casinhl.c.
34444 * math/libm-test.inc (cacos_test): Add more tests.
34445 * sysdeps/i386/fpu/libm-test-ulps: Update.
34446 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34447
2a26ef3a
PT
344482013-01-17 Pino Toscano <toscano.pino@tiscali.it>
34449
34450 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34451 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34452 [!HAVE_MREMAP]: Remove [defined linux] case.
34453 * malloc/arena.c: Do not include <malloc-sysdep.h>.
34454
a897655d
SP
344552013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
34456
34457 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34458
881ebe89 344592013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
34460
34461 * elf/elf.h (R_386_SIZE32): New relocation.
34462 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34463 R_386_SIZE32.
34464 (elf_machine_rela): Likewise.
34465 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34466 R_X86_64_SIZE64 and R_X86_64_SIZE32.
34467
59981e9b
JM
344682013-01-17 Joseph Myers <joseph@codesourcery.com>
34469
34470 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34471 (FP_FAST_FMA): Do not define.
34472 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34473 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34474 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34475 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34476 !_SOFT_FLOAT]: Likewise.
34477 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34478 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34479 value.
34480 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34481 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34482 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34483 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34484 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34485 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34486 file.
34487
cfa8054f
AS
344882013-01-16 Andreas Schwab <schwab@suse.de>
34489
34490 [BZ #14327]
34491 * include/stdlib.h (__mktemp): Add declaration.
34492 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34493 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34494
dd930cc5
SP
344952013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
34496
881ebe89
SP
34497 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34498 definitions.
34499 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34500 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34501 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34502 definitions here.
34503 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34504 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34505 definitions.
34506 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34507 and ONE.
34508 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34509 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34510 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34511 definitions.
34512 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34513 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34514 definitions.
34515 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 34516
dd930cc5
SP
34517 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34518
c19a9f89
DM
345192013-01-15 David S. Miller <davem@davemloft.net>
34520
1aa61767
DM
34521 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34522 trunc{,f} to libm-sysdep_routes.
34523 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34524 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34525 file.
34526 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34527 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34528 file.
34529 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34530 file.
34531 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34532 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34533 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34534 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34535 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34536 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34537 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34538 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34539
c42d5e98
DM
34540 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34541 nearbyint{,f} to libm-sysdep_routes.
34542 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34543 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34544 New file.
34545 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34546 file.
34547 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34548 New file.
34549 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34550 file.
34551 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34552 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34553 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34554 file.
34555 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34556 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34557 file.
34558 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34559 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34560 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34561
c19a9f89
DM
34562 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34563 libc_feholdexcept and libc_fesetenv.
34564
357679d2
MF
345652013-01-15 Mike Frysinger <vapier@gentoo.org>
34566
34567 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34568
65a82e3d
DM
345692013-01-14 David S. Miller <davem@davemloft.net>
34570
8b954ab9
DM
34571 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34572 (SPARC_ASM_VIS2_IFUNC): Likewise.
34573 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34574 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34575 use of 'siam' instruction.
34576 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34577 Likewise.
34578 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34579 Likewise.
34580 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34581 Likewise.
34582 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34583 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34584 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34585 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34586 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34587 file.
34588 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34589 file.
34590 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34591 file.
34592 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34593 file.
34594 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34595 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34596 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34597 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34598 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34599 new VIS2 routines.
34600 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34601 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34602 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34603 Likewise.
34604 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34605 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34606 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34607 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34608 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34609 routines to libm-sysdep_routines.
34610 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34611
65a82e3d
DM
34612 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34613 fdim/fdimf to libm-sysdep_routines.
34614 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34615 file.
34616 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34617 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34618 file.
34619 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34620 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34621 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34622 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34623 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34624 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34625 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34626
e34ab705
SP
346272013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
34628
2a91b573
SP
34629 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34630 to optimize copies.
34631
1066a534
SP
34632 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34633 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34634 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34635
e34ab705
SP
34636 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34637 local variable MPTWO.
34638 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34639 Likewise.
34640
aba5e596
MF
346412013-01-13 Mike Frysinger <vapier@gentoo.org>
34642
34643 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34644 GLOB_NOESCAPE.
34645
e557e9e5
MF
346462013-01-13 Mike Frysinger <vapier@gentoo.org>
34647
34648 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34649
0428cec9
MF
346502013-01-13 Mike Frysinger <vapier@gentoo.org>
34651
34652 * manual/pattern.texi (glob_t): Document gl_flags.
34653 (glob64_t): Likewise.
34654
8794a964
DM
346552013-01-11 David S. Miller <davem@davemloft.net>
34656
66438c3f
RM
34657 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34658 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34659 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
34660 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34661 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34662 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34663 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34664 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34665 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34666 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34667 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34668 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34669 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34670
4ae4244d
DM
34671 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34672 sparc V9 rather than using V8 code.
34673 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34674 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34675
8794a964
DM
34676 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34677 Move to...
34678 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34679 Here.
34680
6270516e
RM
346812013-01-11 Roland McGrath <roland@hack.frob.com>
34682
34683 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34684 not in the main loop.
34685 * configure: Regenerated.
34686
6a57d931
JM
346872013-01-11 Joseph Myers <joseph@codesourcery.com>
34688
34689 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34690 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34691 to just #else.
34692 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
34693 [!__GLIBC_HAVE_LONG_LONG] case.
34694 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34695 condition to just #else.
34696 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34697 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34698 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34699 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34700 unconditional.
34701 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34702 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34703 #elif condition to just #else.
34704 * sysdeps/unix/sysv/linux/sys/sysmacros.h
34705 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34706 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34707 #elif condition to just #else.
34708
0e8529e9
SE
347092013-01-11 Steve Ellcey <sellcey@mips.com>
34710
34711 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34712 (EF_MIPS_ARCH_64): Fix value.
34713 (EF_MIPS_ARCH_32R2): New.
34714 (EF_MIPS_ARCH_64R2): New.
34715
740b3dbe
L
347162013-01-11 H.J. Lu <hongjiu.lu@intel.com>
34717
34718 * Makeconfig (+link-pie-before-libc): New.
34719 (+link-pie-after-libc): Likewise.
34720 (+link-pie-tests): Likewise.
34721 (+link-pie): Rewritten.
34722 (link-before-libc): Remove $(config-LDFLAGS).
34723 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34724 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34725 (config-LDFLAGS): Renamed to ...
34726 (rtld-LDFLAGS): This.
34727 (rtld-tests-LDFLAGS): New macro.
34728 (link-libc-rpath-link): Likewise.
34729 (link-libc-tests-rpath-link): Likewise.
34730 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34731 (link-libc): Prepand $(link-libc-rpath-link).
34732 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34733 (test-program-prefix): New macro.
34734 (test-via-rtld-prefix): Likewise.
34735 (test-program-cmd): Likewise.
34736 (host-test-program-cmd): Likewise.
34737 * Makefile ($(common-objpfx)testrun.sh): Replace
34738 $(run-program-prefix) with $(test-program-prefix).
34739 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34740 $(rtld-LDFLAGS).
34741 ($(common-objpfx)shlib.lds): Likewise.
34742 (build-module-helper): Likewise.
34743 ($(common-objpfx)format.lds): Likewise.
34744 * Rules (binaries-pie-tests): New.
34745 (binaries-pie-notests): Likewise.
34746 (binaries-pie): Rewritten.
34747 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34748 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34749 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34750 (make-test-out): Replace $(host-built-program-cmd) with
34751 $(host-test-program-cmd).
34752 * config.make.in (build-hardcoded-path-in-tests): New variable.
34753 * configure.in (--enable-hardcoded-path-in-tests): New configure
34754 option.
34755 (hardcoded_path_in_tests): New AC_SUBST.
34756 * configure: Regenerated.
34757 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34758 $(built-program-cmd) with $(test-program-cmd).
34759 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34760 (test_program_cmd): This.
34761 * elf/Makefile ($(objpfx)order.out): Run test with
34762 $(test-program-prefix).
34763 ($(objpfx)order2.out): Likewise.
34764 ($(objpfx)tst-initorder.out): Likewise.
34765 ($(objpfx)tst-initorder2.out): Likewise.
34766 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34767 $(test-program-cmd).
34768 ($(objpfx)tst-array1-static.out): Likewise.
34769 ($(objpfx)tst-array2.out): Likewise.
34770 ($(objpfx)tst-array3.out): Likewise.
34771 ($(objpfx)tst-array4.out): Likewise.
34772 ($(objpfx)tst-array5.out): Likewise.
34773 ($(objpfx)tst-array5-static.out): Likewise.
34774 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34775 $(test-program-cmd).
34776 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34777 $(run-program-prefix) with $(test-program-prefix).
34778 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34779 (test_program_prefix): This.
34780 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34781 $(run-program-prefix) with $(test-program-prefix).
34782 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34783 (test_program_prefix): This.
34784 * iconvdata/tst-tables.sh: Likewise.
34785 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34786 $(run-program-prefix) with $(test-program-prefix).
34787 ($(objpfx)tst-translit.out): Likewise.
34788 ($(objpfx)tst-gettext2.out): Likewise.
34789 ($(objpfx)tst-gettext4.out): Likewise.
34790 ($(objpfx)tst-gettext6.out): Likewise.
34791 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34792 (test_program_prefix): This.
34793 * intl/tst-gettext2.sh: Likewise.
34794 * intl/tst-gettext4.sh Likewise.
34795 * intl/tst-gettext6.sh: Likewise.
34796 * intl/tst-translit.sh: Likewise.
34797 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34798 with $(test-program-cmd).
34799 * libio/Makefile ($(objpfx)test-freopen.out): Replace
34800 $(run-program-prefix) with $(test-program-prefix).
34801 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34802 (test_program_prefix): This.
34803 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34804 $(run-program-prefix) with $(test-program-prefix).
34805 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34806 (test_program_prefix): This.
34807 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34808 * posix/Makefile ($(objpfx)globtest.out): Replace
34809 $(run-via-rtld-prefix) and $(test-wrapper) with
34810 $(test-program-prefix) and $(test-via-rtld-prefix).
34811 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34812 $(test-program-prefix).
34813 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34814 $(host-test-program-cmd).
34815 (tst-spawn-ARGS): Likewise.
34816 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34817 $(test-program-prefix).
34818 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34819 (test_via_rtld_prefix): This.
34820 (test_wrapper): Renamed to ...
34821 (test_program_prefix): This.
34822 (run_program_prefix): Replaced by test_program_prefix.
34823 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34824 (test_program_prefix): This.
34825 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34826 with $(host-test-program-cmd).
34827 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34828 $(run-program-prefix) with $(test-program-prefix).
34829 ($(objpfx)tst-printf.out): Likewise.
34830 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34831 $(test-program-cmd).
34832 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34833 (test_program_prefix): This.
34834 * stdio-common/tst-unbputc.sh: Likewise.
34835 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34836 $(run-program-prefix) with $(test-program-prefix).
34837 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34838 (test_program_prefix): This.
34839 * string/Makefile ($(objpfx)tst-svc.out): Replace
34840 $(built-program-cmd) with $(test-program-cmd).
34841
c6fe55cf
AJ
348422013-01-11 Andreas Jaeger <aj@suse.de>
34843
34844 [BZ #15003]
34845 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34846 value. Sync with Linux 3.7.
34847
9e6919c8
DM
348482013-01-10 David S. Miller <davem@davemloft.net>
34849
34850 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34851 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34852 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34853
1c9f1a02
RM
348542013-01-10 Roland McGrath <roland@hack.frob.com>
34855
34856 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34857 never set.
34858 * configure: Regenerated.
34859
b9de2dde
DM
348602013-01-10 David S. Miller <davem@davemloft.net>
34861
34862 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34863 sparc V9 rather than using V8 code.
34864 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34865 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34866
e7f68ef4
RM
348672013-01-10 Roland McGrath <roland@hack.frob.com>
34868
34869 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34870 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34871 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34872 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34873 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34874 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34875 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34876 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34877 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34878 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34879 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34880 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34881 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34882 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34883 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34884 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34885 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34886 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34887 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34888 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34889 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34890 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34891 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34892 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34893 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34894 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34895 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34896
5a47cc9c
DM
348972013-01-10 David S. Miller <davem@davemloft.net>
34898
34899 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34900
4cf8f209
L
349012013-01-10 H.J. Lu <hongjiu.lu@intel.com>
34902
34903 * posix/Makefile (tests-static): New variable.
34904 (tests): Add $(tests-static).
34905 (tst-exec-static-ARGS): New variable.
34906 (tst-spawn-static-ARGS): Likewise.
34907 * posix/tst-exec-static.c: New file.
34908 * posix/tst-spawn-static.c: Likewise.
34909 * posix/tst-exec.c: Support run directly.
34910 * posix/tst-spawn.c: Likewise.
34911
fed0faa1
JM
349122013-01-10 Joseph Myers <joseph@codesourcery.com>
34913
828beb13
JM
34914 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34915 long.
34916 * math/bits/mathcalls.h (llrint): Likewise.
34917 (llround): Likewise.
34918 * stdlib/stdlib.h (struct drand48_data): Likewise.
34919 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34920 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34921 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34922 Likewise.
34923 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34924 Likewise.
34925 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34926 (elf_greg_t): Likewise.
34927 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34928 (__jmp_buf): Likewise.
34929 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34930 definitions.
34931 (llrint): Likewise, for all definitions.
34932 (llrintl): Likewise.
34933
fed0faa1
JM
34934 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34935 Remove [__GNUC__] condition.
34936 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34937 condition to just [__USE_ISOC99].
34938 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34939
1a20cb20
L
349402013-01-10 H.J. Lu <hongjiu.lu@intel.com>
34941
34942 [BZ #14200]
34943 * sysdeps/unix/sysv/linux/x86/bits/environments.h
34944 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34945 defined.
34946 (_POSIX_V6_ILP32_OFF32): Likewise.
34947 (_XBS5_ILP32_OFF32): Likewise.
34948 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34949 (__ILP32_OFFBIG_LDFLAGS): Likewise.
34950
751b85f7
SP
349512013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
34952
7490eb81
SP
34953 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34954
751b85f7
SP
34955 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34956 doubles __mpexp_twomm1. Adjust usage.
34957 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34958 Remove.
34959
988197f0
AS
349602013-01-10 Andreas Schwab <schwab@suse.de>
34961
34962 [BZ #14964]
34963 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34964 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34965
e83d7298
DM
349662013-01-09 David S. Miller <davem@davemloft.net>
34967
034ed64b 34968 [BZ #15003]
57f41c40
AS
34969 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34970 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34971 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34972 (TCP_FASTOPEN): Define.
e83d7298
DM
34973 (tcp_repair_opt): New structure.
34974 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34975 enum values.
57f41c40
AS
34976 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34977 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34978 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
34979 (tcp_cookie_transactions): New structure.
34980
d5e0b9bd
AB
349812013-01-09 Anton Blanchard <anton@samba.org>
34982
34983 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34984 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34985 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34986 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34987
0c07e3ea
JM
349882013-01-09 Joseph Myers <joseph@codesourcery.com>
34989
34990 * include/features.h (__USE_ANSI): Remove.
34991
232f7002
RM
349922013-01-09 Roland McGrath <roland@hack.frob.com>
34993
ad98e30c
RM
34994 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34995
232f7002
RM
34996 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34997
950c99ca
SP
349982013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
34999
b5792741
SP
35000 * sysdeps/s390/fpu/libm-test-ulps: Update.
35001
47cf2278
SP
35002 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35003
950c99ca
SP
35004 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
35005 (__acr): Likewise.
35006 (__cpy): Likewise.
35007 (norm): Likewise.
35008 (denorm): Likewise.
35009 (__mp_dbl): Likewise.
35010 (__dbl_mp): Likewise.
35011 (add_magnitudes): Likewise.
35012 (sub_magnitudes): Likewise.
35013 (__add): Likewise.
35014 (__sub): Likewise.
35015 (__mul): Likewise.
35016 (__inv): Likewise.
35017 (__dvd): Likewise.
35018 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
35019 (__acr): Likewise.
35020 (__cpy): Likewise.
35021 (norm): Likewise.
35022 (denorm): Likewise.
35023 (__mp_dbl): Likewise.
35024 (__dbl_mp): Likewise.
35025 (add_magnitudes): Likewise.
35026 (sub_magnitudes): Likewise.
35027 (__add): Likewise.
35028 (__sub): Likewise.
35029 (__mul): Likewise.
35030 (__inv): Likewise.
35031 (__dvd): Likewise.
35032 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
35033 (__acr): Likewise.
35034 (__cpy): Likewise.
35035 (norm): Likewise.
35036 (denorm): Likewise.
35037 (__mp_dbl): Likewise.
35038 (__dbl_mp): Likewise.
35039 (add_magnitudes): Likewise.
35040 (sub_magnitudes): Likewise.
35041 (__add): Likewise.
35042 (__sub): Likewise.
35043 (__mul): Likewise.
35044 (__inv): Likewise.
35045 (__dvd): Likewise.
35046
eede9df9
JM
350472013-01-08 Joseph Myers <joseph@codesourcery.com>
35048
35049 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
35050 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
35051 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
35052 2 && __USE_EXTERN_INLINES]: Likewise.
35053
c40ea3d9
AJ
350542013-01-08 Andreas Jaeger <aj@suse.de>
35055
35056 [BZ# 14985]
35057 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
35058 Remove.
35059 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35060 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35061
2ccdea26
AB
350622013-01-07 Anton Blanchard <anton@samba.org>
35063
35064 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
35065 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
35066 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
35067 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
35068 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
35069 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
35070 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
35071 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35072 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35073 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35074 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
35075 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
35076 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
35077 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
35078 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
35079 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
35080 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
35081 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
35082 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
35083 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
35084 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
35085 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
35086 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
35087 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
35088 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
35089 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
35090 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
35091 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
35092 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
35093 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
35094 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
35095 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35096 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35097 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
35098 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
35099 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
35100 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
35101 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35102 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
35103 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
35104 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
35105 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
35106 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
35107
a9708fed
JM
351082013-01-07 Joseph Myers <joseph@codesourcery.com>
35109
375607b9
JM
35110 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
35111 (__MALLOC_PMT): Likewise.
35112 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
35113 [__GNUC__], only on [_LIBC].
35114 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35115 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
35116 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35117 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
35118 forward declaration.
35119 (realloc_hook_ini): Likewise.
35120 (memalign_hook_ini): Likewise.
35121 (__libc_memalign): Do not use __MALLOC_PMT in variable
35122 declaration.
35123 (__libc_valloc): Likewise.
35124 (__libc_pvalloc): Likewise.
35125 (__libc_calloc): Likewise.
35126 (__posix_memalign): Likewise.
35127
a9708fed
JM
35128 [BZ #14996]
35129 * math/s_casinh.c: Include <float.h>.
35130 (__casinh): Do not do computation with squaring and square root
35131 for large arguments.
35132 * math/s_casinhf.c: Include <float.h>.
35133 (__casinhf): Do not do computation with squaring and square root
35134 for large arguments.
35135 * math/s_casinhl.c: Include <float.h>.
35136 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
35137 (__casinhl): Do not do computation with squaring and square root
35138 for large arguments.
35139 * math/libm-test.inc (casin_test): Add more tests.
35140 (casinh_test): Likewise.
35141 * sysdeps/i386/fpu/libm-test-ulps: Update.
35142 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35143
afec409a
L
351442013-01-04 H.J. Lu <hongjiu.lu@intel.com>
35145
35146 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
35147 (__x86_64_raw_data_cache_size): Likewise.
35148 (__x86_64_data_cache_size_half): Likewise.
35149 (__x86_64_raw_data_cache_size_half): Likewise.
35150 (__x86_64_shared_cache_size): Likewise.
35151 (__x86_64_raw_shared_cache_size): Likewise.
35152 (__x86_64_shared_cache_size_half): Likewise.
35153 (__x86_64_raw_shared_cache_size_half): Likewise.
35154 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
35155 to ...
35156 (__x86_data_cache_size): This.
35157 (__x86_64_raw_data_cache_size): Renamed to ...
35158 (__x86_raw_data_cache_size): This.
35159 (__x86_64_data_cache_size_half): Renamed to ...
35160 (__x86_data_cache_size_half): This.
35161 (__x86_64_raw_data_cache_size_half): Renamed to ...
35162 (__x86_raw_data_cache_size_half): This.
35163 (__x86_64_shared_cache_size): Renamed to ...
35164 (__x86_shared_cache_size): This.
35165 (__x86_64_raw_shared_cache_size): Renamed to ...
35166 (__x86_raw_shared_cache_size): This.
35167 (__x86_64_shared_cache_size_half): Renamed to ...
35168 (__x86_shared_cache_size_half): This.
35169 (__x86_64_raw_shared_cache_size_half): Renamed to ...
35170 (__x86_raw_shared_cache_size_half): This.
35171 * sysdeps/x86_64/memcpy.S: Updated.
35172 * sysdeps/x86_64/memset.S: Likewise.
35173 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
35174 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
35175 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
35176
0b3986d0
DM
351772013-01-04 David S. Miller <davem@davemloft.net>
35178
35179 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35180
e47686e9
AS
351812013-01-04 Andreas Schwab <schwab@linux-m68k.org>
35182
d643bac1
AS
35183 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
35184 1 to avoid redefinition warning.
35185 (__USE_GNU): Don't define.
35186 (init_signaling_nan): Protoize.
35187
e47686e9
AS
35188 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35189
b18decba
SP
351902013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
35191
fffb407f
SP
35192 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
35193 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
35194 (__cpymn): Likewise.
35195 (norm): Remove commented code.
35196 (denorm): Likewise.
35197 (__mp_dbl): Likewise.
35198 (__inv): Likewise.
35199 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
35200 (__cpymn): Likewise.
35201 (norm): Remove commented code.
35202 (denorm): Likewise.
35203 (__mp_dbl): Likewise.
35204 (__inv): Likewise.
35205
b18decba
SP
35206 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35207 mp_no value for 1.0 and 2.0.
35208 (norm): Use RADIXI instead of radixi.d.
35209 (denorm): Likewise.
35210 (__mul): Use 0.0 instead of zero.d.
35211 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35212 mp_no value for 1.0 and 2.0.
35213 (norm): Use RADIXI instead of radixi.d.
35214 (denorm): Likewise.
35215 (__mul): Use 0.0 instead of zero.d.
35216
cdc1c96f
JM
352172013-01-04 Joseph Myers <joseph@codesourcery.com>
35218
35219 [BZ #14994]
35220 * math/s_casinh.c (__casinh): Reduce finite argument to first
35221 quadrant then set signs of results at the end.
35222 * math/s_casinhf.c (__casinhf): Likewise.
35223 * math/s_casinhl.c (__casinhl): Likewise.
35224 * math/libm-test.inc (casin_test): Add more tests.
35225 (casinh_test): Likewise.
35226 * sysdeps/i386/fpu/libm-test-ulps: Update.
35227 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35228
302913e1
SP
352292013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
35230
6420d207
SP
35231 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35232
a9e48ab4
SP
35233 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35234
b7837264
SP
35235 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35236 declarations.
35237 (denorm): Likewise.
35238 (__mp_dbl): Likewise.
35239 (__inv): Likewise.
35240
f8af25d2
SP
35241 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35242 and adjust the header comment.
35243
302913e1
SP
35244 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35245 variable name from declaration.
35246
5d7dd1ca
L
352472013-01-03 H.J. Lu <hongjiu.lu@intel.com>
35248
35249 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35250 Initialize COMMON_CPUID_INDEX_7 element.
35251 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35252 (CPUID_RTM): Likewise.
35253 (HAS_RTM): Likewise.
35254 (COMMON_CPUID_INDEX_7): New enum.
35255
2f5f40f4
AS
352562013-01-03 Andreas Schwab <schwab@linux-m68k.org>
35257
35258 [BZ #14981]
35259 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35260 size is zero, record memory as freed.
35261
4056f4a0
AJ
352622013-01-03 Andreas Jaeger <aj@suse.de>
35263
35264 * po/ia.po: Add new Interlingua translation.
35265
ab15736f 352662012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
35267
35268 * locale/programs/localedef.c: Fix description of '--posix' flag.
35269
568035b7
JM
352702013-01-02 Joseph Myers <joseph@codesourcery.com>
35271
e6898b8d
JM
35272 * NEWS: Update dates in second copyright notice.
35273 * README: Update copyright dates in example.
35274 * manual/libc.texinfo: Update copyright dates.
35275 * scripts/test-installation.pl: Update copyright date in --version
35276 output.
35277
0e2f9562
JM
35278 * hurd/ctty-input.c: Fix copyright notice formatting.
35279 * hurd/ctty-output.c: Likewise.
35280 * hurd/dtable.c: Likewise.
35281 * hurd/hurd-raise.c: Likewise.
35282 * hurd/hurdprio.c: Likewise.
35283 * hurd/msgportdemux.c: Likewise.
35284 * misc/sys/file.h: Likewise.
35285 * misc/sys/ioctl.h: Likewise.
35286 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
35287 * sysdeps/mach/hurd/chdir.c: Likewise.
35288 * sysdeps/mach/hurd/fchdir.c: Likewise.
35289 * sysdeps/mach/hurd/rename.c: Likewise.
35290 * sysdeps/mach/hurd/rmdir.c: Likewise.
35291 * sysdeps/mach/hurd/seekdir.c: Likewise.
35292 * sysdeps/mach/hurd/setsid.c: Likewise.
35293 * sysdeps/posix/wait3.c: Likewise.
35294
568035b7
JM
35295 * All files with FSF copyright notices: Update copyright dates
35296 using scripts/update-copyrights.
35297 * intl/plural.c: Regenerated.
35298 * locale/programs/charmap-kw.h: Likewise.
35299 * locale/programs/locfile-kw.h: Likewise.
35300
da08f647
SP
353012013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
35302
0f5477af
SP
35303 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
35304 four values.
35305
44e0d4c2
SP
35306 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
35307 calculation loop and add branch prediction.
35308
4d55b4e5
SP
35309 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
35310 check access beyond bounds of m1np.
35311
da08f647
SP
35312 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35313 MPTWO.
35314 (__inv): Remove local variable MPTWO to use the global
35315 constant.
35316 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
35317 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35318 variable MPTWO.
35319 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
35320 MP3HALFS static const.
35321
8e051029
DM
353222013-01-01 David S. Miller <davem@davemloft.net>
35323
35324 * po/ca.po: Update from translation team.
35325
f4cf5f2d
JM
353262013-01-01 Joseph Myers <joseph@codesourcery.com>
35327
35328 * scripts/update-copyrights: New file.
35329 * Makeconfig: Reformat copyright notice.
35330 * ctype/ctype.h: Likewise.
35331 * debug/swprintf_chk.c: Likewise.
35332 * elf/dl-cache.c: Likewise.
35333 * elf/dl-debug.c: Likewise.
35334 * elf/dl-object.c: Likewise.
35335 * grp/initgroups.c: Likewise.
35336 * hurd/Makefile: Likewise.
35337 * hurd/hurd/signal.h: Likewise.
35338 * hurd/hurdfault.c: Likewise.
35339 * hurd/hurdioctl.c: Likewise.
35340 * hurd/hurdlookup.c: Likewise.
35341 * hurd/intr-msg.c: Likewise.
35342 * iconv/gconv_open.c: Likewise.
35343 * libio/swprintf.c: Likewise.
35344 * locale/lc-ctype.c: Likewise.
35345 * locale/nl_langinfo.c: Likewise.
35346 * mach/Machrules: Likewise.
35347 * mach/Makefile: Likewise.
35348 * malloc/obstack.h: Likewise.
35349 * manual/Makefile: Likewise.
35350 * manual/tsort.awk: Likewise.
35351 * misc/bits/stab.def: Likewise.
35352 * nis/nis_print_group_entry.c: Likewise.
35353 * nis/nis_table.c: Likewise.
35354 * nis/nss_compat/compat-pwd.c: Likewise.
35355 * nis/nss_compat/compat-spwd.c: Likewise.
35356 * po/Makefile: Likewise.
35357 * posix/fnmatch.c: Likewise.
35358 * posix/regex.h: Likewise.
35359 * resolv/Makefile: Likewise.
35360 * resolv/nss_dns/dns-network.c: Likewise.
35361 * resolv/res_hconf.c: Likewise.
35362 * scripts/gen-sorted.awk: Likewise.
35363 * soft-fp/soft-fp.h: Likewise.
35364 * stdio-common/printf.h: Likewise.
35365 * stdlib/monetary.h: Likewise.
35366 * stdlib/random.c: Likewise.
35367 * stdlib/random_r.c: Likewise.
35368 * sysdeps/generic/Makefile: Likewise.
35369 * sysdeps/gnu/Makefile: Likewise.
35370 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35371 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35372 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35373 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35374 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35375 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35376 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35377 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35378 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35379 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35380 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35381 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35382 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35383 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35384 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35385 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35386 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35387 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35388 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35389 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35390 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35391 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35392 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35393 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35394 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35395 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35396 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35397 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35398 * sysdeps/mach/hurd/errnos.awk: Likewise.
35399 * sysdeps/mach/hurd/fork.c: Likewise.
35400 * sysdeps/mach/hurd/getcwd.c: Likewise.
35401 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35402 * sysdeps/mach/hurd/mmap.c: Likewise.
35403 * sysdeps/mach/hurd/utimes.c: Likewise.
35404 * sysdeps/mach/hurd/xmknod.c: Likewise.
35405 * sysdeps/posix/profil.c: Likewise.
35406 * sysdeps/posix/readdir_r.c: Likewise.
35407 * sysdeps/powerpc/bits/mathdef.h: Likewise.
35408 * sysdeps/powerpc/bits/setjmp.h: Likewise.
35409 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35410 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35411 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35412 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35413 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35414 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35415 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35416 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35417 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35418 * sysdeps/pthread/lio_listio.c: Likewise.
35419 * sysdeps/sparc/dl-procinfo.h: Likewise.
35420 * sysdeps/unix/i386/sysdep.S: Likewise.
35421 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35422 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35423 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35424 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35426 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35427 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35428 * sysdeps/unix/sysv/linux/speed.c: Likewise.
35429 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35430 * sysdeps/wordsize-32/divdi3.c: Likewise.
35431 * time/sys/time.h: Likewise.
35432 * wcsmbs/Makefile: Likewise.
35433
0549fbba
DM
354342013-01-01 David S. Miller <davem@davemloft.net>
35435
a141f1a7
DM
35436 * po/fr.po: Update from translation team.
35437
0549fbba
DM
35438 * catgets/gencat.c: Update copyright year.
35439 * csu/version.c: Likewise.
35440 * debug/catchsegv.sh: Likewise.
35441 * debug/pcprofiledump.c: Likewise.
35442 * debug/xtrace.sh: Likewise.
35443 * elf/ldconfig.c: Likewise.
35444 * elf/ldd.bash.in: Likewise.
35445 * elf/pldd.c: Likewise.
35446 * elf/sotruss.ksh: Likewise.
35447 * elf/sprof.c: Likewise.
35448 * iconv/iconv_prog.c: Likewise.
35449 * iconv/iconvconfig.c: Likewise.
35450 * locale/programs/locale.c: Likewise.
35451 * locale/programs/localedef.c: Likewise.
35452 * login/programs/pt_chown.c: Likewise.
35453 * malloc/memusage.sh: Likewise.
35454 * malloc/memusagestat.c: Likewise.
35455 * malloc/mtrace.pl: Likewise.
35456 * nscd/nscd.c: Likewise.
35457 * nss/getent.c: Likewise.
35458 * nss/makedb.c: Likewise.
35459 * posix/getconf.c: Likewise.
35460
18ea052c
SP
354612012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
35462
35463 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35464 numbers.
35465
9c89fca6
MF
354662012-12-30 Mike Frysinger <vapier@gentoo.org>
35467
35468 * math/bits/mathcalls.h (modf): Use __nonnull.
35469
085ec079
SP
354702012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
35471
35472 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35473 (split): Use macro CN instead of the bare value.
35474 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35475 could be used.
35476 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35477 instead of the bare value.
35478 (power1): Likewise.
35479
6d9f97e1
SP
354802012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
35481
d63f73be
SP
35482 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35483 __ATAN_TWOM.
35484 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35485
6d9f97e1
SP
35486 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35487 their values.
35488 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35489 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35490 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35491 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35492
4c4febf5
AJ
354932012-12-28 Andreas Jaeger <aj@suse.de>
35494
af5843ef
AJ
35495 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
35496 values are from Linux 3.7.
35497
4c4febf5
AJ
35498 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35499 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
35500
99136f82
SP
355012012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
35502
2f216c3c 35503 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
35504 TRUE case.
35505
99136f82
SP
35506 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35507 (norm): Likewise.
35508 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35509 variables with preprocessor constants.
35510 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35511 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35512 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35513
7fffbdff
BH
355142012-12-27 Bruno Haible <bruno@clisp.org>
35515
35516 [BZ #14317]
35517 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35518 only if needed.
35519
b76eb5f0
SP
355202012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
35521
31a7fe5c
SP
35522 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35523 and use variable directly.
35524 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35525
b76eb5f0
SP
35526 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35527 MPONE.
35528 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35529 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35530 variable MPONE.
35531 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35532 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35533 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35534 include directive. Remove local variable MPONE.
35535 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35536 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35537 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35538
2c8bfe7d
DM
355392012-12-25 David S. Miller <davem@davemloft.net>
35540
35541 * version.h (RELEASE): Set to "development".
35542 (VERSION): Set to "2.17.90".
35543 * NEWS: Add 2.18 section.
35544
147d03b0
DM
355452012-12-21 David S. Miller <davem@davemloft.net>
35546
35547 * po/hr.po: Update from translation team.
35548
a8ebb2b9
AK
355492012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35550
35551 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35552
95b4f1b6
SE
355532012-12-19 Steve Ellcey <sellcey@mips.com>
35554
b2d94007 35555 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 35556
cedb2a90
MS
355572012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35558
35559 * manual/contrib.texi (Contributors): Spelling correction.
35560
bbf527d6
DM
355612012-12-15 David S. Miller <davem@davemloft.net>
35562
35563 * po/ru.po: Update from translation team.
35564
bc38c906
DM
355652012-12-13 David S. Miller <davem@davemloft.net>
35566
85429b1a
DM
35567 * NEWS: Mention IFUNC testsuite enhancements.
35568
d283e353
DM
35569 * po/pl.po: Update from translation team.
35570 * po/bg.po: Likewise.
35571
bc38c906
DM
35572 * manual/contrib.texi (Contributors): Update entries for Hongjiu
35573 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
35574
a181b0d7
DM
355752012-12-11 David S. Miller <davem@davemloft.net>
35576
4641d57e
DM
35577 * po/sv.po: Update from translation team.
35578
f7bc6495
DM
35579 * po/vi.po: Update from translation team.
35580
6fc9048f
DM
35581 * po/cs.po: Update from translation team.
35582
a181b0d7
DM
35583 * po/de.po: Update from translation team.
35584 * po/eo.po: Likewise.
35585 * po/nl.po: Likewise.
35586
f70bfe80
SP
355872012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
35588
3c8b4190
SP
35589 [BZ #14246]
35590 * manual/argp.texi (Argp Helper Functions): Move node to follow
35591 Argp Parsing State.
35592
f70bfe80
SP
35593 [BZ #14872]
35594 * manual/conf.texi (Limits on File System Capacity): Mention if
35595 terminating null is included in the max size.
35596
188f0adf
AJ
355972012-12-10 Andreas Jaeger <aj@suse.de>
35598
35599 * po/cs.po: Update from translation team.
35600
56e7d3ad
SP
356012012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
35602
35603 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35604 void pointer and cast to uintptr_t.
35605 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35606 path.
35607 * sysdeps/s390/s390-64/memcpy.S: Likewise.
35608 * sysdeps/s390/s390-64/memset.S: Likewise.
35609
76f2d2ea 356102012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
35611
35612 [BZ #14833]
35613 * menual/message.texi (Message Translation): Fix typos.
35614 (Helper programs for gettext): Likewise.
35615
67cbf9a2
AS
356162012-12-07 Andreas Schwab <schwab@linux-m68k.org>
35617
35618 [BZ #14898]
35619 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35620 Change to -1.
35621
682d0e9a
DM
356222012-12-07 David S. Miller <davem@davemloft.net>
35623
35624 * po/libc.pot: Update.
35625
573cd484
RH
356262012-12-07 Richard Henderson <rth@redhat.com>
35627
7e9da188 35628 [BZ #10114]
573cd484
RH
35629 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35630 normal/normal case to before the switch.
35631 (_FP_DIV): Likewise.
35632
e933a943
MF
356332012-12-06 Carlos O'Donell <carlos@systemhalted.org>
35634 Mike Frysinger <vapier@gentoo.org>
35635
35636 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35637 check for __NR_fadvise64_64.
35638
82123268
CM
356392012-12-06 Chris Metcalf <cmetcalf@tilera.com>
35640
35641 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35642 0, not just to plain "0" as a statement.
35643 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35644 with cw.
35645
d9814526
JM
356462012-12-06 Joseph Myers <joseph@codesourcery.com>
35647
35648 * NEWS: Use sourceware.org in Bugzilla URL.
35649
7728c574
SP
356502012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
35651
f16946dd
SP
35652 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35653 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35654
5704bbcb
SP
35655 * stdio-common/tst-put-error.c (do_test): Add newline to the
35656 padded test to ensure flush.
35657
17aa0516
JL
356582012-12-05 Jeff Law <law@redhat.com>
35659
35660 * sunrpc/etc.rpc (fedfs_admin): Add entry.
35661
363313b5
JM
356622012-12-05 Joseph Myers <joseph@codesourcery.com>
35663
effbd42a
JM
35664 * README: Don't refer to ports add-on as distributed separately.
35665 Mention AArch64 in list of systems supported in the ports add-on.
35666
87600365
JM
35667 * LICENSES: Add more non-FSF copyright and license notices.
35668
a0d7066a
JM
35669 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35670 ((unused)).
35671
66ca5a5b
JM
35672 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35673
363313b5
JM
35674 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35675 10000 as width of padded output.
35676
b37984ad
JM
356772012-12-04 Joseph Myers <joseph@codesourcery.com>
35678
9003570a
JM
35679 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35680
b37984ad
JM
35681 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35682 variable LX with __attribute__ ((unused)).
35683 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35684 Likewise.
35685 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35686 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35687 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35688 with __attribute__ ((unused)).
35689
c8df52ec
DM
356902012-12-04 David S. Miller <davem@abraco.davemloft.net>
35691
35692 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35693
b3b099af
JM
356942012-12-04 Joseph Myers <joseph@codesourcery.com>
35695
c33aa6e3
JM
35696 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35697 (CFLAGS-nldbl-acos.c): New variable.
35698 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35699 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35700 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35701 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35702 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35703 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35704 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35705 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35706 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35707 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35708 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35709 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35710 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35711 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35712 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35713 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35714 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35715 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35716 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35717 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35718 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35719 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35720 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35721 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35722 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35723 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35724 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35725 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35726 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35727 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35728 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35729 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35730 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35731 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35732 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35733 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35734 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35735 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35736 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35737 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35738 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35739 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35740 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35741 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35742 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35743 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35744 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35745 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35746 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35747 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35748 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35749 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35750 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35751 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35752 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35753 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35754 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35755 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35756 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35757 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35758 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35759 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35760 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35761 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35762 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35763 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35764 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35765 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35766 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35767 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35768 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35769 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35770 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35771 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35772 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35773 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35774 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35775 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35776 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35777 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35778 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35779 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35780 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35781 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35782 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35783 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35784 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35785 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35786 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35787 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35788 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35789 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35790 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35791 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35792 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35793 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35794 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35795
20f0018d
JM
35796 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35797 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35798
b3b099af
JM
35799 [BZ #14914]
35800 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35801 whole low double instead of just low 47 bits when splitting values
35802 into two parts.
35803
029264d1
AM
358042012-12-03 Allan McRae <allan@archlinux.org>
35805
35806 * manual/stdio.texi (Predefined Printf Handlers): Remove
35807 @hsep and @vsep usage.
35808
c9d6789e
MF
358092012-12-03 Mike Frysinger <vapier@gentoo.org>
35810
35811 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35812 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35813
4b7634a5
JL
358142012-12-03 Jeff Law <law@redhat.com>
35815
35816 * time/sys/time.h (settimeofday): Do not mark TV argument
35817 as __nonnull.
35818
eb6cbd24
MF
358192012-12-01 Mike Frysinger <vapier@gentoo.org>
35820
35821 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35822 when currently writing and seek to current position when not.
35823 * libio/Makefile (tests): Remove bug-fclose1.
35824 * libio/bug-fclose1.c: Delete.
35825
f638872a
JM
358262012-12-01 Joseph Myers <joseph@codesourcery.com>
35827
35828 * manual/arith.texi (feenableexcept): Fix typo.
35829 (fedisableexcept): Likewise.
35830
48085d14
RM
358312012-11-30 Roland McGrath <roland@hack.frob.com>
35832
35833 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35834 second, differently-typed declaration, rather than a cast.
35835
1a538b9f
SP
358362012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
35837
35838 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35839 * include/rpc/svc.h: ... here.
35840
d07f2ff1 358412012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
35842
35843 [BZ #13013]
35844 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35845 depending n and resplen2 to catch cases where answer
35846 equals answerp2.
35847
c93ec1f0
CD
358482012-11-29 Carlos O'Donell <carlos@systemhalted.org>
35849
35850 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35851 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35852
37db69de
MF
358532012-11-29 Mike Frysinger <vapier@gentoo.org>
35854
35855 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35856
e10c4e4f
RM
358572012-11-29 Roland McGrath <roland@hack.frob.com>
35858
35859 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35860
2af1b328
JL
358612012-11-28 Jeff Law <law@redhat.com>
35862
35863 [BZ #13761]
35864 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35865 dataset_temporary. Track alloca usage into alloca_used.
35866 If dataset is large allocate and release it via malloc/free.
35867
111db5b1
FW
358682012-06-04 Florian Weimer <fweimer@redhat.com>
35869
f06cc227 35870 [BZ #14197]
111db5b1
FW
35871 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35872
dd694abd
DM
358732012-11-28 David S. Miller <davem@davemloft.net>
35874
35875 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35876
9984dd01
JM
358772012-11-28 Joseph Myers <joseph@codesourcery.com>
35878
35879 [BZ #14803]
35880 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35881 of pi/2 rounded to nearest to 64 bits.
35882 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35883 nearest to 64 bits.
35884 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35885 bits.
35886
14bc93a9
JL
358872012-11-28 Jeff Law <law@redhat.com>
35888 Martin Osvald <mosvald@redhat.com>
35889
35890 [BZ #14889]
35891 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35892 * sunrpc/svc.c: Include time.h.
35893 (__svc_accept_failed): New function.
35894 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35895 any reason other than EINTR, call __svc_accept_failed.
35896 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35897 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35898
e3c6aa3a
AS
358992012-11-28 Andreas Schwab <schwab@suse.de>
35900
35901 * scripts/abilist.awk: Also handle indirect functions in .opd
35902 section.
35903
1bead169
JM
359042012-11-28 Joseph Myers <joseph@codesourcery.com>
35905
35906 [BZ #13881]
35907 * sysdeps/x86/fpu/powl_helper.c: New file.
35908 * sysdeps/x86/fpu/Makefile: Likewise.
35909 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35910 (p3): New object.
35911 (__ieee754_powl): Use __powl_helper for finite arguments except
35912 integer exponents below 8.
35913 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35914 (p3): New object.
35915 (__ieee754_powl): Use __powl_helper for finite arguments except
35916 integer exponents below 8.
35917 * math/libm-test.inc (pow_test): Add more tests and enable some
35918 previously disabled tests.
35919 * sysdeps/i386/fpu/libm-test-ulps: Update.
35920 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35921
0817d63d
SP
359222012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
35923 Carlos O'Donell <carlos_odonell@mentor.com>
35924
35925 * nss/makedb.c (is_prime): Assert that input is odd and greater
35926 than 4. Note that fact in a comment too.
35927 (next_prime): Add 4 to input.
35928
de2fd463
SP
359292012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
35930
35931 [BZ #11741]
35932 * libio/Makefile (tests): Add test case tst-fwrite-error.
35933 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35934 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35935 * libio/tst-fwrite-error.c: New test case.
35936
c515fb51
L
359372012-11-26 H.J. Lu <hongjiu.lu@intel.com>
35938
35939 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35940 before casting to void *.
35941 * include/libc-internal.h (__pointer_type): New macro.
35942 (__integer_if_pointer_type_sub): Likewise.
35943 (__integer_if_pointer_type): Likewise.
35944 (cast_to_integer): Likewise.
35945 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35946 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35947 before casting to atomic64_t.
35948 (atomic_exchange_acq): Likewise.
35949 (__arch_exchange_and_add_body): Likewise.
35950 (__arch_add_body): Likewise.
35951 (atomic_add_negative): Likewise.
35952 (atomic_add_zero): Likewise.
35953
4cf77aa9
JM
359542012-11-26 Joseph Myers <joseph@codesourcery.com>
35955
35956 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35957 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35958 (add_fdes): Likewise.
35959 (linear_search_fdes): Likewise.
35960 (binary_search_unencoded_fdes): Likewise.
35961
d260b3b4
AS
359622012-11-26 Andreas Schwab <schwab@linux-m68k.org>
35963
35964 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35965
67060746
AC
359662012-11-24 Adam Conrad <adconrad@0c3.net>
35967
35968 * configure.in: Autodetect C++ header directories.
35969 * configure: Regenerated.
35970
800938a1
MF
359712012-11-23 Mike Frysinger <vapier@gentoo.org>
35972
35973 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35974
4e6e34e6
AS
359752012-11-23 Andreas Schwab <schwab@linux-m68k.org>
35976
35977 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35978
7c7feb47
JM
359792012-11-22 Joseph Myers <joseph@codesourcery.com>
35980
7184dcdf
JM
35981 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35982 LDBL_MANT_DIG == 106]: Disable some tests.
35983 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35984 Likewise.
35985 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35986 Likewise.
35987
0a42601f
JM
35988 [BZ #14871]
35989 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35990 input for small inputs. Return +/- pi/2 for large inputs.
35991 * math/libm-test.inc (atan_test): Add more tests.
35992
79c9b9fe
JM
35993 * sysdeps/generic/unwind-dw2-fde-glibc.c
35994 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35995 __attribute__ ((unused)).
35996
c60d3bf2
JM
35997 [BZ #14645]
35998 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35999 x * y if x and y are nonzero and z is zero.
36000
ef1e0867
JM
36001 [BZ #14811]
36002 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
36003 nonzero exponents with absolute value below 0x1p-117 to +/-
36004 0x1p-117.
36005
1468ded3
JM
36006 [BZ #14869]
36007 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
36008 up arguments below 2**-450, not just those below 2**-500.
36009 * math/libm-test.inc (hypot_test): Add another test.
36010
8e27e3cc
JM
36011 [BZ #14868]
36012 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
36013 Return a+b for ratio over 2**120, not 2**60.
36014 * math/libm-test.inc (hypot_test): Add another test.
36015
c9c0279b
JM
36016 * math/libm-test.inc (clog_test): Use
36017 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
36018 (clog10_test): Likewise.
36019
7c7feb47
JM
36020 [BZ #6778]
36021 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
36022
fff1530e
AS
360232012-11-22 Andreas Schwab <schwab@suse.de>
36024
36025 * sysdeps/i386/fpu/libm-test-ulps: Update.
36026
94558d30
PT
360272012-11-22 Pino Toscano <toscano.pino@tiscali.it>
36028
36029 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
36030 printf output with newline.
36031
7e1be741
L
360322012-11-21 H.J. Lu <hongjiu.lu@intel.com>
36033
6bfea974
L
36034 [BZ #14865]
36035 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
36036 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
36037 -z nodlopen, -z initfirst and -z execstack support.
36038 * configure: Regenerated.
36039
7e1be741
L
36040 * elf/elf.h (DF_1_NODIRECT): New macro.
36041 (DF_1_IGNMULDEF): Likewise.
36042 (DF_1_NOKSYMS): Likewise.
36043 (DF_1_NOHDR): Likewise.
36044 (DF_1_EDITED): Likewise.
36045 (DF_1_NORELOC): Likewise.
36046 (DF_1_SYMINTPOSE): Likewise.
36047 (DF_1_GLOBAUDIT): Likewise.
36048 (DF_1_SINGLETON): Likewise.
36049 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
36050 DT_1_SUPPORTED_MASK bits.
36051 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
36052
105ce2ce
CD
360532012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
36054
36055 * sysdeps/unix/make-syscalls.sh: Document prefixes.
36056
123be9de
TS
360572012-11-20 Thomas Schwinge <thomas@codesourcery.com>
36058
d072f3f7
TS
36059 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
36060 macro.
36061
123be9de
TS
36062 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
36063 (sendmmsg): Move declarations...
36064 * socket/sys/socket.h: ... here.
36065 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
36066 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
36067 include it from...
36068 * socket/recvmmsg.c: ... this new file.
36069 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
36070 (sendmmsg): Rename to __sendmmsg, create weak alias and make
36071 definition of __sendmmsg hidden.
36072 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
36073 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
36074 Move ENOSYS stub into and include it from...
36075 * socket/sendmmsg.c: ... this new file.
36076 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
36077 (sysdep_routines): Move recvmmsg and sendmmsg...
36078 * socket/Makefile (routines): ... here.
36079 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
36080 (GLIBC_PRIVATE): Add __sendmmsg.
36081 * include/sys/socket.h (__sendmmsg): Add declarations.
36082 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
36083 sendmmsg.
36084
cf9a5d18
JM
360852012-11-20 Joseph Myers <joseph@codesourcery.com>
36086
36087 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
36088 variable I1 with __attribute__ ((unused)).
36089 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
36090
ecd4caf9
JM
360912012-11-19 Joseph Myers <joseph@codesourcery.com>
36092
be14d48f
JM
36093 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
36094 DUMMY variables with __attribute__ ((unused)).
36095
ecd4caf9
JM
36096 * bits/byteswap.h: Include <bits/types.h>.
36097 (__bswap_64): Use __uint64_t instead of unsigned long long int.
36098
986cab95
PT
360992012-11-19 Pino Toscano <toscano.pino@tiscali.it>
36100
36101 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
36102 string_t. Do not manually set errno.
36103 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
36104 length with __strnlen. Make sure to both set errno and return it on
36105 failure.
36106
6d33cc9d
DM
361072012-11-19 David S. Miller <davem@davemloft.net>
36108
36109 With help from Joseph Myers.
36110 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
36111 very large arguments properly.
36112 * math/libm-test.inc (atan_test): New tests.
36113 (atan2_test): New tests.
36114 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36115 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36116
ee663277
JM
361172012-11-19 Joseph Myers <joseph@codesourcery.com>
36118
877f2d8e
JM
36119 [BZ #14856]
36120 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
36121 Define to 3.
36122
116fc08a
JM
36123 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
36124 [POSIX] (EADDRNOTAVAIL): Likewise.
36125 [POSIX] (EAFNOSUPPORT): Likewise.
36126 [POSIX] (EALREADY): Likewise.
36127 [POSIX] (ECONNABORTED): Likewise.
36128 [POSIX] (ECONNREFUSED): Likewise.
36129 [POSIX] (ECONNRESET): Likewise.
36130 [POSIX] (EDESTADDRREQ): Likewise.
36131 [POSIX] (EDQUOT): Likewise.
36132 [POSIX] (EHOSTUNREACH): Likewise.
36133 [POSIX] (EIDRM): Likewise.
36134 [POSIX] (EISCONN): Likewise.
36135 [POSIX] (ELOOP): Likewise.
36136 [POSIX] (EMULTIHOP): Likewise.
36137 [POSIX] (ENETDOWN): Likewise.
36138 [POSIX] (ENETUNREACH): Likewise.
36139 [POSIX] (ENOBUFS): Likewise.
36140 [POSIX] (ENODATA): Likewise.
36141 [POSIX] (ENOLINK): Likewise.
36142 [POSIX] (ENOMSG): Likewise.
36143 [POSIX] (ENOPROTOOPT): Likewise.
36144 [POSIX] (ENOSR): Likewise.
36145 [POSIX] (ENOSTR): Likewise.
36146 [POSIX] (ENOTCONN): Likewise.
36147 [POSIX] (ENOTSOCK): Likewise.
36148 [POSIX] (EOPNOTSUPP): Likewise.
36149 [POSIX] (EOVERFLOW): Likewise.
36150 [POSIX] (EPROTO): Likewise.
36151 [POSIX] (EPROTONOSUPPORT): Likewise.
36152 [POSIX] (EPROTOTYPE): Likewise.
36153 [POSIX] (ESTALE): Likewise.
36154 [POSIX] (ETIME): Likewise.
36155 [POSIX] (ETXTBSY): Likewise.
36156 [POSIX] (EWOULDBLOCK): Likewise.
36157 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
36158 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
36159 [POSIX] (SEEK_CUR): Likewise.
36160 [POSIX] (SEEK_END): Likewise.
36161 [POSIX || UNIX98] (mode_t): Do not require.
36162 [POSIX] (off_t): Likewise.
36163 [POSIX] (pid_t): Likewise.
36164 [POSIX] (sys/stat.h): Do not allow header.
36165 [POSIX] (unistd.h): Likewise.
36166 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
36167 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
36168 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
36169 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
36170 require.
36171 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
36172 sigevent): Specify elements.
36173 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
36174 entry.
36175 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
36176 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
36177
a483863f
JM
36178 * conform/data/cpio.h-data [POSIX]: Disable whole file.
36179 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
36180 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
36181 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
36182 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
36183 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
36184 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
36185 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
36186 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
36187 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
36188 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
36189 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
36190 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
36191 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
36192 Likewise.
36193 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
36194 Likewise.
36195 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
36196 Likewise.
36197 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
36198 Likewise.
36199 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
36200 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
36201 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36202 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36203 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36204 Specify lower bound on value.
36205 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36206 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36207 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36208 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36209 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36210 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36211 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36212 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36213 value.
36214 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36215 as optional.
36216 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36217 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36218 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36219 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36220 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36221 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36222 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36223 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36224 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36225 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36226 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36227 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36228 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36229 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36230 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36231 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36232 entry.
36233 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36234 optional.
36235 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36236 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36237 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36238 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36239 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36240 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36241 Likewise.
36242 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36243 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36244 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36245 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36246 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
36247 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36248 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36249 as optional.
36250 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36251 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36252 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36253 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36254 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36255 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36256 specify as optional.
36257 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36258 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36259 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36260 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36261 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36262 [XPG3] (NL_LANGMAX): Likewise.
36263 [POSIX || XPG3] (NL_MSGMAX): Likewise.
36264 [POSIX || XPG3] (NL_NMAX): Likewise.
36265 [POSIX || XPG3] (NL_SETMAX): Likewise.
36266 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36267 [XPG3] (NZERO): Likewise.
36268 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36269 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36270 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36271 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36272 (REG_ERANGE): Expect.
36273 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36274 optional-constant.
36275 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36276 Use (void) in prototype.
36277 [POSIX] (*_t): Allow.
36278 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36279 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36280 (WRDE_BADVAL): Expect.
36281
5ba924e3
JM
36282 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36283 expect.
36284 [XPG3 || XPG4] (O_RSYNC): Likewise.
36285 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
36286 Likewise.
36287 [XPG3 || XPG4] (pthread_sigmask): Likewise.
36288 [XPG3 || XPG4] (sigqueue): Likewise.
36289 [XPG3 || XPG4] (sigtimedwait): Likewise.
36290 [XPG3 || XPG4] (sigwaitinfo): Likewise.
36291 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
36292 [XPG3 || XPG4] (vsnprintf): Likewise.
36293 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
36294 Likewise.
36295 [XPG3 || XPG4] (blksize_t): Likewise.
36296 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
36297 Likewise.
36298 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
36299 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
36300 [XPG3 || XPG4] (struct itimerspec): Likewise.
36301 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
36302 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
36303 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
36304 [XPG3 || XPG4] (clockid_t): Likewise.
36305 [XPG3 || XPG4] (timer_t): Likewise.
36306 [XPG3 || XPG4] (clock_getres): Likewise.
36307 [XPG3 || XPG4] (clock_gettime): Likewise.
36308 [XPG3 || XPG4] (clock_settime): Likewise.
36309 [XPG3 || XPG4] (nanosleep): Likewise.
36310 [XPG3 || XPG4] (timer_create): Likewise.
36311 [XPG3 || XPG4] (timer_delete): Likewise.
36312 [XPG3 || XPG4] (timer_gettime): Likewise.
36313 [XPG3 || XPG4] (timer_getoverrun): Likewise.
36314 [XPG3 || XPG4] (timer_settime): Likewise.
36315 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
36316 [XPG3 || XPG4] (getlogin_r): Likewise.
36317 [XPG3 || XPG4] (pread): Likewise.
36318 [XPG3 || XPG4] (pthread_atfork): Likewise.
36319 [XPG3 || XPG4] (pwrite): Likewise.
36320
ee663277
JM
36321 [BZ #14835]
36322 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
36323 <bits/siginfo.h>.
36324
942caa16
PT
363252012-11-19 Pino Toscano <toscano.pino@tiscali.it>
36326
e19af380
PT
36327 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
36328 finalizing MALLSTREAM.
36329
942caa16
PT
36330 * sysdeps/mach/hurd/syncfs.c: New file.
36331
cfde9b46
SP
363322012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
36333
36334 [BZ #14719]
36335 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
36336 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
36337 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
36338 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
36339 (_nss_dns_gethostbyname4_r): Likewise.
36340 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
36341 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
36342
f6da27e5
PH
363432012-11-19 Peng Haitao <penght@cn.fujitsu.com>
36344
36345 [BZ #13763]
36346 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
36347
6665d4a2
SM
363482012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
36349
1f51ee92
SM
36350 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
36351 * elf/cache.c (print_entry): Print ",AArch64" for
36352 FLAG_AARCH64_LIB64
36353
6665d4a2
SM
36354 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
36355 * elf/cache.c (print_entry): Print ",hard-float" for
36356 FLAG_ARM_LIBHF.
36357
05b227bd
DM
363582012-11-18 David S. Miller <davem@davemloft.net>
36359
36360 With help from Joseph Myers.
36361 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36362 cutoff to 2**-13.
36363 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36364 cutoff to 2**-25.
36365 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36366 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36367 small.
36368 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36369 * math/libm-test.inc (y0_test): New tests.
36370 (y1_test): New tests.
36371 * sysdeps/i386/fpu/libm-test-ulps: Update.
36372 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36373 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36374
786b0b67
AS
363752012-11-18 Andreas Schwab <schwab@linux-m68k.org>
36376
36377 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36378 64-bit targets.
36379 * configure: Regenerated.
36380
8e18b86d
DM
363812012-11-17 David S. Miller <davem@davemloft.net>
36382
36383 [BZ #14811]
36384 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36385 nonzero exponents with absolute value below 0x1p-128 to +/-
36386 0x1p-128.
36387
531f1ae0
JM
363882012-11-17 Joseph Myers <joseph@codesourcery.com>
36389
12df29e2
JM
36390 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36391
150dc1a0
JM
36392 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36393
531f1ae0
JM
36394 * posix/getconf-speclist.c: New file.
36395 * posix/posix-envs.def: Likewise.
36396 * posix/confstr.c (START_ENV_GROUP): New macro.
36397 (END_ENV_GROUP): Likewise.
36398 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36399 (KNOWN_PRESENT_ENV_STRING): Likewise.
36400 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36401 (UNKNOWN_ENVIRONMENT): Likewise.
36402 (confstr): Include posix-envs.def instead of handling
36403 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36404 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36405 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36406 (END_ENV_GROUP): Likewise.
36407 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36408 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36409 (UNKNOWN_ENVIRONMENT): Likewise.
36410 (__sysconf): Include posix-envs.def instead of handling associated
36411 cases directly here.
36412 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36413 preprocessing getconf-speclist.c rather than running getconf or
36414 generating empty file.
36415
a93f9cbc
PT
364162012-11-16 Pino Toscano <toscano.pino@tiscali.it>
36417
36418 * scripts/check-local-headers.sh: Ignore 'mach' headers.
36419
d64d9f87
AL
364202012-11-16 Andrej Lajovic <natrij@gmail.com>
36421
36422 [BZ #14672]
36423 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36424
447885eb
DM
364252012-11-16 David S. Miller <davem@davemloft.net>
36426
36427 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36428 smaller than LDBL_EPSILON/2.0L, just return xm1.
36429
bcbf9830
L
364302012-11-16 H.J. Lu <hongjiu.lu@intel.com>
36431
36432 * elf/tst-array1.c (init): Set constructor priority to 1000.
36433 (fini): Set destructor priority to 1000.
36434 * elf/tst-array2dep.c: Likewise.
36435
2b766585
SP
364362012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
36437
36438 [BZ #11741]
36439 * libio/fileops.c (_IO_new_file_write): Correctly return error.
36440 (_IO_new_file_xsputn): Also return EOF if none of the input
36441 data was written when overflow failed.
36442 * libio/iopadn.c (_IO_padn): Likewise.
36443 * libio/iowpadn.c (_IO_wpadn): Likewise.
36444 * stdio-common/tst-put-error.c: Add copyright notice.
36445 (do_test): Add case for printing padded string.
36446 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36447 _IO_padn returned error.
36448 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36449 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36450 return EOF.
36451
b1848fde
SP
364522012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
36453
36454 * libio/libioP.h: Add comment note that the references to C++
36455 bits are now obsolete.
36456
2fd89785
MS
364572012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36458
36459 * math/libm-test.inc (check_complex): Use asprintf.
36460
e3ea5409
JM
364612012-11-14 Joseph Myers <joseph@codesourcery.com>
36462
36463 * debug/pcprofiledump.c (print_version): Update copyright year.
36464 * malloc/memusagestat.c (print_version): Likewise.
36465
2e64d265
L
364662012-11-14 H.J. Lu <hongjiu.lu@intel.com>
36467
36468 [BZ #14831]
36469 * elf/Makefile (tests): Add tst-audit8.
36470 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36471 ($(objpfx)tst-audit8.out): New target.
36472 (tst-audit8-ENV): New variable.
36473 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36474 audit if l_reloc_result is NULL.
36475 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36476 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36477 * elf/tst-audit8.c: New file.
36478
c485e4d2
MS
364792012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36480
36481 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36482 * misc/Makefile (CFLAGS-select.c): Define.
36483 * posix/Makefile (CFLAGS-pause.c): Define.
36484
3a0d900a
DM
364852012-11-13 David S. Miller <davem@davemloft.net>
36486
36487 * crypt/Makefile: Move test targets after toplevel Rules
36488 inclusion. Grab any necessary sysdep routines when linking.
36489 * crypt/md5.c (md5_process_block): Remove define, we will always
36490 name it __md5_process_block.
36491 (md5_finish_ctx): Update md5_process_block call.
36492 (md5_stream): Likewise.
36493 (md5_process_bytes): Likewise.
36494 (md5_process_block): Rename to __md5_process_block and move to ...
36495 * crypt/md5-block.c: ... here.
36496 * crypt/sha256.c (sha256_process_block): Move to ...
36497 * crypt/sha256-block.c: ... here.
36498 * crypt/sha512.c (sha512_process_block): Move to ...
36499 * crypt/sha512-block.c: ... here.
36500 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36501 path.
36502 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36503 * sysdeps/sparc/sparc64/multiarch/Makefile
36504 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36505 crypt subdir.
36506 (localedef-aux): Add md5 crypto assembler when in locale subdir.
36507 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36508 multiarch changes.
36509 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36510 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36511 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36512 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36513 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36514 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36515 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36516 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36517 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36518 file.
36519 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36520 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36521 file.
36522 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36523
8ca89318
JM
365242012-11-13 Joseph Myers <joseph@codesourcery.com>
36525
e27d476a
JM
36526 * timezone/tzselect.ksh: Update from tzcode git revision
36527 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36528 * timezone/zdump.c: Likewise.
36529 * timezone/zic.c: Likewise.
36530 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36531 in TZVERSION setting, not $(PKGVERSION).
36532 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
36533 REPORT_BUGS_TO settings.
36534
8ca89318
JM
36535 [BZ #14838]
36536 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36537 macro.
36538
47594329
MS
365392012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36540
36541 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36542 detection to immediately after _FP_ROUND().
36543 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36544 bits are 0.
36545
640ac3f1
DM
365462012-11-11 David S. Miller <davem@davemloft.net>
36547
36548 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36549 inttypes.h
36550 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36551 __close rather than their public counterparts.
36552
3d2577bb
JM
365532012-11-10 Joseph Myers <joseph@codesourcery.com>
36554
36555 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36556 file.
36557 [UNIX98] (sem_timedwait): Do not expect.
36558 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36559 [XPG4 || UNIX98] (sockatmark): Do not expect.
36560 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36561 (clock_getcpuclockid): Do not expect.
36562 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36563 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36564 Do not expect.
36565 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36566 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36567 [UNIX98] (vwscanf): Likewise.
36568 [UNIX98] (vswscanf): Likewise.
36569
fb1ae1ee
JM
365702012-11-09 Joseph Myers <joseph@codesourcery.com>
36571
9ec6f8bd
JM
36572 * timezone/version.h: Remove file.
36573 * timezone/README: Do not refer to version.h.
36574 * timezone/Makefile ($(objpfx)zic.o): New dependency on
36575 $(objpfx)version.h.
36576 ($(objpfx)zdump.o): Likewise.
c3f81911 36577 ($(objpfx)version.h): New target.
9ec6f8bd 36578
0aa8f8a1
JM
36579 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36580 2012i.
36581 * timezone/README: Don't mention modification to tzselect.ksh.
36582 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36583 work on unmodified tzselect.ksh. Substitute version numbers in
36584 tzselect.ksh.
36585
4e87147f
JM
36586 * Makefile (format-me): Remove.
36587 (INSTALL): Adjust indentation. Use commands directly instead of
36588 using $(format-me).
36589
8b748aed
JM
36590 * aclocal.m4 (ACX_PKGVERSION): New macro.
36591 (ACX_BUGURL): Likewise.
36592 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36593 (PKGVERSION): New AC_DEFINE_UNQUOTED.
36594 (REPORT_BUGS_TO): Likewise.
36595 * configure: Regenerated.
36596 * config.h.in (PKGVERSION): New macro.
36597 (REPORT_BUGS_TO): Likewise.
36598 * config.make.in (PKGVERSION): New variable.
36599 (PKGVERSION_TEXI): Likewise.
36600 (REPORT_BUGS_TO): Likewise.
36601 (REPORT_BUGS_TEXI): Likewise.
36602 * Makefile (format-me): Use -I$(common-objpfx)manual.
36603 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36604 ($(common-objpfx)manual/%): New target.
36605 (manual/%): Remove target.
36606 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36607 (print_version): Use PKGVERSION.
36608 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36609 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36610 and REPORT_BUGS_TO.
36611 ($(objpfx)xtrace): Likewise.
36612 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36613 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36614 (print_version): Use PKGVERSION.
36615 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36616 (do_version): Use PKGVERSION.
36617 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36618 REPORT_BUGS_TO.
36619 (common-ldd-rewrite): Likewise.
36620 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36621 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36622 (print_version): Use PKGVERSION.
36623 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36624 * elf/pldd.c (argp_program_bug_address): Remove variable.
36625 (more_help): New function.
36626 (argp): Use more_help.
36627 (print_version): Use PKGVERSION.
36628 * elf/sln.c (main): Use PKGVERSION.
36629 (usage): Use REPORT_BUGS_TO.
36630 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36631 (top level): Use PKGVERSION.
36632 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36633 (print_version): Use PKGVERSION.
36634 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36635 (print_version): Use PKGVERSION.
36636 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36637 (print_version): Use PKGVERSION.
36638 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36639 (print_version): Use PKGVERSION.
36640 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36641 (print_version): Use PKGVERSION.
36642 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36643 (print_version): Use PKGVERSION.
36644 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36645 and BUGURL.
36646 ($(objpfx)memusage): Likewise.
36647 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36648 (do_version): Use PKGVERSION.
36649 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36650 (print_version): Use PKGVERSION.
36651 * malloc/mtrace.pl ($PACKAGE): Remove variable.
36652 ($PKGVERSION): New variable.
36653 ($REPORT_BUGS_TO): Likewise.
36654 (usage): Use $REPORT_BUGS_TO.
36655 (top level): Use $PKGVERSION.
36656 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36657 ($(objpfx)pkgvers.texi): New rule.
36658 ($(objpfx)stamp-pkgvers): Likewise.
36659 * manual/install.texi: Include pkgvers.texi.
36660 (--with-pkgversion): Document new configure option.
36661 (--with-bugurl): Likewise.
36662 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36663 than necessarily for this particular distribution. Use
36664 REPORT_BUGS_TO for where to report bugs.
36665 * INSTALL: Regenerated.
36666 * manual/libc.texinfo: Include pkgvers.texi.
36667 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36668 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36669 (print_version): Use PKGVERSION.
36670 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36671 (print_version): Use PKGVERSION.
36672 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36673 (print_version): Use PKGVERSION.
36674 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36675 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36676 macro.
36677 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36678 (print_version): Use PKGVERSION.
36679 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36680 (print_version): Use PKGVERSION.
36681 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36682 and PKGVERSION.
36683
92e4b6a9
JM
36684 * timezone/checktab.awk: Update from tzcode 2012i.
36685 * timezone/ialloc.c: Likewise.
36686 * timezone/private.h: Likewise.
36687 * timezone/scheck.c: Likewise.
36688 * timezone/tzfile.h: Likewise.
36689 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36690 (TZVERSION): Hardcode tzcode version number.
36691 * timezone/zdump.c: Update from tzcode 2012i.
36692 * timezone/zic.c: Likewise.
36693 * timezone/version.h: New file.
36694 * timezone/README: Describe version.h. Update upstream location.
36695
9bde902c
JM
36696 [BZ #14824]
36697 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36698 (mktemp): Enable declaration.
36699 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36700 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36701 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36702 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36703 Likewise.
36704 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36705 Likewise.
36706 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36707 Likewise.
36708 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36709 Likewise.
36710 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36711 Likewise.
36712 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36713 Likewise.
36714
fb1ae1ee
JM
36715 [BZ #14821]
36716 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36717 offset in buffer as u_int32_t not u_long. Consistently use memcpy
36718 for copies of such integer values.
36719 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36720 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36721
2c1adbcb
AJ
367222012-11-09 Andreas Jaeger <aj@suse.de>
36723
36724 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36725 definitions and declarations that are provided by
36726 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36727
d0f8457e
AK
367282012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36729
3a235abb 36730 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
36731 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36732 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36733 definition.
36734
57241e26
MS
367352012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36736
36737 * elf/elf.h: Update comment before AArch64 relocations.
36738
60e8270d
DM
367392012-11-07 David S. Miller <davem@davemloft.net>
36740
36741 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36742 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36743 (__start_context): Declare.
36744 (__makecontext_ret): Delete.
36745 (__makecontext): Hook up __start_context instead of
36746 __makecontext_ret.
36747 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36748 (sysdep_routines): Add __start_context when in stdlib.
36749
0fbb0fbc
JM
367502012-11-07 Joseph Myers <joseph@codesourcery.com>
36751
36752 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36753 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36754 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
36755 hardcoded "nm".
36756 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
36757 (READELF): New variable. Use it instead of hardcoded "readelf".
36758
eb48db7e
L
367592012-11-07 H.J. Lu <hongjiu.lu@intel.com>
36760
36761 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36762 * sysdeps/x86/Makefile: Here.
36763 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36764 * sysdeps/x86/tst-xmmymm.sh: This.
36765
05bcf62a
JM
367662012-11-07 Joseph Myers <joseph@codesourcery.com>
36767
c4b6cf53
JM
36768 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36769 expectations.
36770 [UNIX98] (pthread_barrier_t): Do not expect.
36771 [UNIX98] (pthread_barrierattr_t): Likewise.
36772 [UNIX98] (pthread_spinlock_t): Likewise.
36773 [UNIX98] (pthread_barrier_destroy): Likewise.
36774 [UNIX98] (pthread_barrier_init): Likewise.
36775 [UNIX98] (pthread_barrier_wait): Likewise.
36776 [UNIX98] (pthread_barrierattr_destroy): Likewise.
36777 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36778 [UNIX98] (pthread_barrierattr_init): Likewise.
36779 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36780 [UNIX98] (pthread_getcpuclockid): Likewise.
36781 [UNIX98] (pthread_mutex_timedlock): Likewise.
36782 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36783 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36784 [UNIX98] (pthread_sigmask): Likewise.
36785 [UNIX98] (pthread_spin_destroy): Likewise.
36786 [UNIX98] (pthread_spin_init): Likewise.
36787 [UNIX98] (pthread_spin_lock): Likewise.
36788 [UNIX98] (pthread_spin_trylock): Likewise.
36789 [UNIX98] (pthread_spin_unlock): Likewise.
36790 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36791 Do not expect.
36792 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36793 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36794 [XPG3 || XPG4] (pthread_cond_t): Likewise.
36795 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36796 [XPG3 || XPG4] (pthread_key_t): Likewise.
36797 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36798 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36799 [XPG3 || XPG4] (pthread_once_t): Likewise.
36800 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36801 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36802 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36803 [XPG3 || XPG4] (pthread_t): Likewise.
36804
cbe6e120
JM
36805 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36806 not expect.
36807 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36808
1b126443
JM
36809 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36810 Change function return type to int.
36811
b961a573
JM
36812 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36813 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36814 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36815 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36816 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36817 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36818 [!POSIX] (posix_madvise): Likewise.
36819 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36820 && !UNIX98].
36821 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36822 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36823 (mode_t): Likewise.
36824 (posix_mem_offset): Likewise.
36825 (posix_typed_mem_get_info): Likewise.
36826 (posix_typed_mem_open): Likewise.
36827
9e188909
JM
36828 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36829 Change condition to [XOPEN2K8].
36830
05bcf62a
JM
36831 * conform/conformtest.pl: Preprocess allow-header data with -x c
36832 instead of from stdin.
36833 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36834 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36835 [C99-based standards] (cerfc): Likewise.
36836 [C99-based standards] (cexp2): Likewise.
36837 [C99-based standards] (cexpm1): Likewise.
36838 [C99-based standards] (clog10): Likewise.
36839 [C99-based standards] (clog1p): Likewise.
36840 [C99-based standards] (clog2): Likewise.
36841 [C99-based standards] (clgamma): Likewise.
36842 [C99-based standards] (ctgamma): Likewise.
36843 [C99-based standards] (cerff): Likewise.
36844 [C99-based standards] (cerfcf): Likewise.
36845 [C99-based standards] (cexp2f): Likewise.
36846 [C99-based standards] (cexpm1f): Likewise.
36847 [C99-based standards] (clog10f): Likewise.
36848 [C99-based standards] (clog1pf): Likewise.
36849 [C99-based standards] (clog2f): Likewise.
36850 [C99-based standards] (clgammaf): Likewise.
36851 [C99-based standards] (ctgammaf): Likewise.
36852 [C99-based standards] (cerfl): Likewise.
36853 [C99-based standards] (cerfcl): Likewise.
36854 [C99-based standards] (cexp2l): Likewise.
36855 [C99-based standards] (cexpm1l): Likewise.
36856 [C99-based standards] (clog10l): Likewise.
36857 [C99-based standards] (clog1pl): Likewise.
36858 [C99-based standards] (clog2l): Likewise.
36859 [C99-based standards] (clgammal): Likewise.
36860 [C99-based standards] (ctgammal): Likewise.
36861 * conform/data/inttypes.h-data [C99-based standards]: Include
36862 stdint.h-data. Remove all expectations for stdint.h contents.
36863 [C99-based standards] (PRI*): Do not allow.
36864 [C99-based standards] (SCN*): Likewise.
36865 [C99-based standards] (*_t): Likewise.
36866 [C99-based-standards] (PRId8): Expect macro.
36867 [C99-based-standards] (PRIi8): Likewise.
36868 [C99-based-standards] (PRIo8): Likewise.
36869 [C99-based-standards] (PRIu8): Likewise.
36870 [C99-based-standards] (PRIx8): Likewise.
36871 [C99-based-standards] (PRIX8): Likewise.
36872 [C99-based-standards] (SCNd8): Likewise.
36873 [C99-based-standards] (SCNi8): Likewise.
36874 [C99-based-standards] (SCNo8): Likewise.
36875 [C99-based-standards] (SCNu8): Likewise.
36876 [C99-based-standards] (SCNx8): Likewise.
36877 [C99-based-standards] (PRIdLEAST8): Likewise.
36878 [C99-based-standards] (PRIiLEAST8): Likewise.
36879 [C99-based-standards] (PRIoLEAST8): Likewise.
36880 [C99-based-standards] (PRIuLEAST8): Likewise.
36881 [C99-based-standards] (PRIxLEAST8): Likewise.
36882 [C99-based-standards] (PRIXLEAST8): Likewise.
36883 [C99-based-standards] (SCNdLEAST8): Likewise.
36884 [C99-based-standards] (SCNiLEAST8): Likewise.
36885 [C99-based-standards] (SCNoLEAST8): Likewise.
36886 [C99-based-standards] (SCNuLEAST8): Likewise.
36887 [C99-based-standards] (SCNxLEAST8): Likewise.
36888 [C99-based-standards] (PRIdFAST8): Likewise.
36889 [C99-based-standards] (PRIiFAST8): Likewise.
36890 [C99-based-standards] (PRIoFAST8): Likewise.
36891 [C99-based-standards] (PRIuFAST8): Likewise.
36892 [C99-based-standards] (PRIxFAST8): Likewise.
36893 [C99-based-standards] (PRIXFAST8): Likewise.
36894 [C99-based-standards] (SCNdFAST8): Likewise.
36895 [C99-based-standards] (SCNiFAST8): Likewise.
36896 [C99-based-standards] (SCNoFAST8): Likewise.
36897 [C99-based-standards] (SCNuFAST8): Likewise.
36898 [C99-based-standards] (SCNxFAST8): Likewise.
36899 [C99-based-standards] (PRId16): Likewise.
36900 [C99-based-standards] (PRIi16): Likewise.
36901 [C99-based-standards] (PRIo16): Likewise.
36902 [C99-based-standards] (PRIu16): Likewise.
36903 [C99-based-standards] (PRIx16): Likewise.
36904 [C99-based-standards] (PRIX16): Likewise.
36905 [C99-based-standards] (SCNd16): Likewise.
36906 [C99-based-standards] (SCNi16): Likewise.
36907 [C99-based-standards] (SCNo16): Likewise.
36908 [C99-based-standards] (SCNu16): Likewise.
36909 [C99-based-standards] (SCNx16): Likewise.
36910 [C99-based-standards] (PRIdLEAST16): Likewise.
36911 [C99-based-standards] (PRIiLEAST16): Likewise.
36912 [C99-based-standards] (PRIoLEAST16): Likewise.
36913 [C99-based-standards] (PRIuLEAST16): Likewise.
36914 [C99-based-standards] (PRIxLEAST16): Likewise.
36915 [C99-based-standards] (PRIXLEAST16): Likewise.
36916 [C99-based-standards] (SCNdLEAST16): Likewise.
36917 [C99-based-standards] (SCNiLEAST16): Likewise.
36918 [C99-based-standards] (SCNoLEAST16): Likewise.
36919 [C99-based-standards] (SCNuLEAST16): Likewise.
36920 [C99-based-standards] (SCNxLEAST16): Likewise.
36921 [C99-based-standards] (PRIdFAST16): Likewise.
36922 [C99-based-standards] (PRIiFAST16): Likewise.
36923 [C99-based-standards] (PRIoFAST16): Likewise.
36924 [C99-based-standards] (PRIuFAST16): Likewise.
36925 [C99-based-standards] (PRIxFAST16): Likewise.
36926 [C99-based-standards] (PRIXFAST16): Likewise.
36927 [C99-based-standards] (SCNdFAST16): Likewise.
36928 [C99-based-standards] (SCNiFAST16): Likewise.
36929 [C99-based-standards] (SCNoFAST16): Likewise.
36930 [C99-based-standards] (SCNuFAST16): Likewise.
36931 [C99-based-standards] (SCNxFAST16): Likewise.
36932 [C99-based-standards] (PRId32): Likewise.
36933 [C99-based-standards] (PRIi32): Likewise.
36934 [C99-based-standards] (PRIo32): Likewise.
36935 [C99-based-standards] (PRIu32): Likewise.
36936 [C99-based-standards] (PRIx32): Likewise.
36937 [C99-based-standards] (PRIX32): Likewise.
36938 [C99-based-standards] (SCNd32): Likewise.
36939 [C99-based-standards] (SCNi32): Likewise.
36940 [C99-based-standards] (SCNo32): Likewise.
36941 [C99-based-standards] (SCNu32): Likewise.
36942 [C99-based-standards] (SCNx32): Likewise.
36943 [C99-based-standards] (PRIdLEAST32): Likewise.
36944 [C99-based-standards] (PRIiLEAST32): Likewise.
36945 [C99-based-standards] (PRIoLEAST32): Likewise.
36946 [C99-based-standards] (PRIuLEAST32): Likewise.
36947 [C99-based-standards] (PRIxLEAST32): Likewise.
36948 [C99-based-standards] (PRIXLEAST32): Likewise.
36949 [C99-based-standards] (SCNdLEAST32): Likewise.
36950 [C99-based-standards] (SCNiLEAST32): Likewise.
36951 [C99-based-standards] (SCNoLEAST32): Likewise.
36952 [C99-based-standards] (SCNuLEAST32): Likewise.
36953 [C99-based-standards] (SCNxLEAST32): Likewise.
36954 [C99-based-standards] (PRIdFAST32): Likewise.
36955 [C99-based-standards] (PRIiFAST32): Likewise.
36956 [C99-based-standards] (PRIoFAST32): Likewise.
36957 [C99-based-standards] (PRIuFAST32): Likewise.
36958 [C99-based-standards] (PRIxFAST32): Likewise.
36959 [C99-based-standards] (PRIXFAST32): Likewise.
36960 [C99-based-standards] (SCNdFAST32): Likewise.
36961 [C99-based-standards] (SCNiFAST32): Likewise.
36962 [C99-based-standards] (SCNoFAST32): Likewise.
36963 [C99-based-standards] (SCNuFAST32): Likewise.
36964 [C99-based-standards] (SCNxFAST32): Likewise.
36965 [C99-based-standards] (PRId64): Likewise.
36966 [C99-based-standards] (PRIi64): Likewise.
36967 [C99-based-standards] (PRIo64): Likewise.
36968 [C99-based-standards] (PRIu64): Likewise.
36969 [C99-based-standards] (PRIx64): Likewise.
36970 [C99-based-standards] (PRIX64): Likewise.
36971 [C99-based-standards] (SCNd64): Likewise.
36972 [C99-based-standards] (SCNi64): Likewise.
36973 [C99-based-standards] (SCNo64): Likewise.
36974 [C99-based-standards] (SCNu64): Likewise.
36975 [C99-based-standards] (SCNx64): Likewise.
36976 [C99-based-standards] (PRIdLEAST64): Likewise.
36977 [C99-based-standards] (PRIiLEAST64): Likewise.
36978 [C99-based-standards] (PRIoLEAST64): Likewise.
36979 [C99-based-standards] (PRIuLEAST64): Likewise.
36980 [C99-based-standards] (PRIxLEAST64): Likewise.
36981 [C99-based-standards] (PRIXLEAST64): Likewise.
36982 [C99-based-standards] (SCNdLEAST64): Likewise.
36983 [C99-based-standards] (SCNiLEAST64): Likewise.
36984 [C99-based-standards] (SCNoLEAST64): Likewise.
36985 [C99-based-standards] (SCNuLEAST64): Likewise.
36986 [C99-based-standards] (SCNxLEAST64): Likewise.
36987 [C99-based-standards] (PRIdFAST64): Likewise.
36988 [C99-based-standards] (PRIiFAST64): Likewise.
36989 [C99-based-standards] (PRIoFAST64): Likewise.
36990 [C99-based-standards] (PRIuFAST64): Likewise.
36991 [C99-based-standards] (PRIxFAST64): Likewise.
36992 [C99-based-standards] (PRIXFAST64): Likewise.
36993 [C99-based-standards] (SCNdFAST64): Likewise.
36994 [C99-based-standards] (SCNiFAST64): Likewise.
36995 [C99-based-standards] (SCNoFAST64): Likewise.
36996 [C99-based-standards] (SCNuFAST64): Likewise.
36997 [C99-based-standards] (SCNxFAST64): Likewise.
36998 [C99-based-standards] (PRIdMAX): Likewise.
36999 [C99-based-standards] (PRIiMAX): Likewise.
37000 [C99-based-standards] (PRIoMAX): Likewise.
37001 [C99-based-standards] (PRIuMAX): Likewise.
37002 [C99-based-standards] (PRIxMAX): Likewise.
37003 [C99-based-standards] (PRIXMAX): Likewise.
37004 [C99-based-standards] (SCNdMAX): Likewise.
37005 [C99-based-standards] (SCNiMAX): Likewise.
37006 [C99-based-standards] (SCNoMAX): Likewise.
37007 [C99-based-standards] (SCNuMAX): Likewise.
37008 [C99-based-standards] (SCNxMAX): Likewise.
37009 [C99-based-standards] (PRIdPTR): Likewise.
37010 [C99-based-standards] (PRIiPTR): Likewise.
37011 [C99-based-standards] (PRIoPTR): Likewise.
37012 [C99-based-standards] (PRIuPTR): Likewise.
37013 [C99-based-standards] (PRIxPTR): Likewise.
37014 [C99-based-standards] (PRIXPTR): Likewise.
37015 [C99-based-standards] (SCNdPTR): Likewise.
37016 [C99-based-standards] (SCNiPTR): Likewise.
37017 [C99-based-standards] (SCNoPTR): Likewise.
37018 [C99-based-standards] (SCNuPTR): Likewise.
37019 [C99-based-standards] (SCNxPTR): Likewise.
37020 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
37021 allow.
37022 * conform/data/stdint.h-data: Update comments to clarify
37023 requirements.
37024 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
37025 type.
37026 [C99-based standards] (INT8_MAX): Likewise.
37027 [C99-based standards] (INT16_MIN): Likewise.
37028 [C99-based standards] (INT16_MAX): Likewise.
37029 [C99-based standards] (INT32_MIN): Likewise.
37030 [C99-based standards] (INT32_MAX): Likewise.
37031 [C99-based standards] (INT64_MIN): Likewise.
37032 [C99-based standards] (INT64_MAX): Likewise.
37033 [C99-based standards] (UINT8_MAX): Likewise.
37034 [C99-based standards] (UINT16_MAX): Likewise.
37035 [C99-based standards] (UINT32_MAX): Likewise.
37036 [C99-based standards] (UINT64_MAX): Likewise.
37037 [C99-based standards] (INT_LEAST8_MIN): Likewise.
37038 [C99-based standards] (INT_LEAST8_MAX): Likewise.
37039 [C99-based standards] (INT_LEAST16_MIN): Likewise.
37040 [C99-based standards] (INT_LEAST16_MAX): Likewise.
37041 [C99-based standards] (INT_LEAST32_MIN): Likewise.
37042 [C99-based standards] (INT_LEAST32_MAX): Likewise.
37043 [C99-based standards] (INT_LEAST64_MIN): Likewise.
37044 [C99-based standards] (INT_LEAST64_MAX): Likewise.
37045 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
37046 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
37047 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
37048 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
37049 [C99-based standards] (INT_FAST8_MIN): Likewise.
37050 [C99-based standards] (INT_FAST8_MAX): Likewise.
37051 [C99-based standards] (INT_FAST16_MIN): Likewise.
37052 [C99-based standards] (INT_FAST16_MAX): Likewise.
37053 [C99-based standards] (INT_FAST32_MIN): Likewise.
37054 [C99-based standards] (INT_FAST32_MAX): Likewise.
37055 [C99-based standards] (INT_FAST64_MIN): Likewise.
37056 [C99-based standards] (INT_FAST64_MAX): Likewise.
37057 [C99-based standards] (UINT_FAST8_MAX): Likewise.
37058 [C99-based standards] (UINT_FAST16_MAX): Likewise.
37059 [C99-based standards] (UINT_FAST32_MAX): Likewise.
37060 [C99-based standards] (UINT_FAST64_MAX): Likewise.
37061 [C99-based standards] (INTPTR_MIN): Likewise.
37062 [C99-based standards] (INTPTR_MAX): Likewise.
37063 [C99-based standards] (UINTPTR_MAX): Likewise.
37064 [C99-based standards] (INTMAX_MIN): Likewise.
37065 [C99-based standards] (INTMAX_MAX): Likewise.
37066 [C99-based standards] (UINTMAX_MAX): Likewise.
37067 [C99-based standards] (PTRDIFF_MIN): Likewise.
37068 [C99-based standards] (PTRDIFF_MAX): Likewise.
37069 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
37070 [C99-based standards] (SIZE_MAX): Likewise.
37071 [C99-based standards] (WCHAR_MAX): Likewise.
37072 [C99-based standards] (WINT_MAX): Likewise.
37073 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
37074 constraint on value.
37075 [C99-based standards] (WCHAR_MIN): Likewise.
37076 [C99-based standards] (WINT_MIN): Likewise.
37077 [C99-based standards] (*_t): Allow.
37078 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
37079 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
37080 Include math.h-data and complex.h-data. Remove all expectations
37081 of math.h and complex.h contents.
37082 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
37083 at end of line.
37084 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
37085 (struct tm): Expect tag.
37086 [C99-based-standards] (wcstof): Expect function.
37087 [C99-based-standards] (wcstold): Likewise.
37088 [C99-based-standards] (wcstoll): Likewise.
37089 [C99-based-standards] (wcstoull): Likewise.
37090 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
37091 macro-int-constant. Specify type.
37092 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
37093 constraint on value.
37094 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37095 Specify type.
37096 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
37097 Specify value.
37098 [ISO C standards]: Do not allow headers.
37099 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
37100 wcs[abcdefghijklmnopqrstuvwxyz]*.
37101 [ISO C standards] (*_t): Do not allow.
37102 * conform/data/wctype.h-data [C99-based standards] (iswblank):
37103 Expect function.
37104 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
37105 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37106 Specify type.
37107 [ISO C standards]: Do not allow headers.
37108 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
37109 is[abcdefghijklmnopqrstuvwxyz]*.
37110 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
37111 to[abcdefghijklmnopqrstuvwxyz]*.
37112 [ISO C standards] (*_t): Do not allow.
37113 * conform/data/stdalign.h-data: New file.
37114 * conform/data/stdbool.h-data: Likewise.
37115 * conform/data/stdnoreturn.h-data: Likewise.
37116
7514feb8
RM
371172012-11-07 Roland McGrath <roland@hack.frob.com>
37118
37119 [BZ #14815]
37120 * manual/filesys.texi (Directory Entries): Typo fix.
37121 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
37122
19b2ecfc
MS
371232012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
37124
37125 * elf/elf.h (EM_AARCH64): New macro.
37126 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
37127 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
37128 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
37129 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
37130 (R_AARCH64_TLSDESC): Likewise.
37131 (NT_ARM_TLS): Likewise.
37132 (NT_ARM_HW_BREAK): Likewise.
37133 (NT_ARM_HW_WATCH): Likewise.
37134
60e235ee
JM
371352012-11-07 Joseph Myers <joseph@codesourcery.com>
37136
37137 [BZ #14811]
37138 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
37139 (__ieee754_powl): Saturate nonzero exponents with absolute value
37140 below 0x1p-79 to +/- 0x1p-79.
37141 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
37142 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
37143 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
37144 nonzero exponents with absolute value below 0x1p-32 to +/-
37145 0x1p-32.
37146 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
37147 (__ieee754_powl): Saturate nonzero exponents with absolute value
37148 below 0x1p-79 to +/- 0x1p-79.
37149 * math/libm-test.inc (pow_test): Add more tests.
37150
0ab234b7
AK
371512012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37152
37153 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
37154 _dl_s390_cap_flags with kernel. Increase string length.
37155 (_dl_s390_platforms): Add z196 and zEC12.
37156
45832f74
JM
371572012-11-07 Joseph Myers <joseph@codesourcery.com>
37158
37159 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
37160 Change XOPEN21K to XOPEN2K.
37161
19218757
MK
371622012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
37163
37164 * string/memmove.c: Use memcpy when possible.
37165
c5f45721
AJ
371662012-11-06 Andreas Jaeger <aj@suse.de>
37167
37168 * po/eo.po: Update from translation team.
37169
82477c28
JM
371702012-11-06 Joseph Myers <joseph@codesourcery.com>
37171
37172 [BZ #14793]
37173 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
37174 exponent and small x and y exponents, scale x or y up. Increase
37175 by 2 the exponent used in scaling up.
37176 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37177 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37178 * math/libm-test.inc (fma_test): Add more tests.
37179 (fma_test_towardzero): Likewise.
37180 (fma_test_downward): Likewise.
37181 (fma_test_upward): Likewise.
37182
99252c8c
JM
371832012-11-05 Joseph Myers <joseph@codesourcery.com>
37184
acfa885f
JM
37185 [BZ #14805]
37186 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
37187 fenv_t *.
37188
99252c8c
JM
37189 [BZ #14801]
37190 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
37191 namespace for names of struct fields.
37192 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
37193 fenv_t fields.
37194 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37195 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
37196
d6d98dea
ST
371972012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
37198
37199 [BZ #3665]
37200 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37201
e10bb107
TS
372022012-11-04 Thomas Schwinge <thomas@codesourcery.com>
37203
37204 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37205 PTR_DEMANGLE.
37206
37207 [BZ #5246]
37208 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37209 PTR_DEMANGLE.
37210
a0c2940d
JM
372112012-11-04 Joseph Myers <joseph@codesourcery.com>
37212
37213 [BZ #14797]
37214 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37215 definitely overflow as x * y not x * y + z.
37216 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37217 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37218 * math/libm-test.inc (fma_test): Add more tests.
37219 (fma_test_towardzero): Likewise.
37220 (fma_test_downward): Likewise.
37221 (fma_test_upward): Likewise.
37222
b830319d
TS
372232012-11-04 Thomas Schwinge <thomas@codesourcery.com>
37224
37225 [BZ #157]
37226
37227 * include/stub-tag.h: Remove file.
37228 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37229 '#include' of it.
37230 * manual/maint.texi (Porting): Don't reference it.
37231 * Makerules ($(objpfx)stubs): Likewise.
37232 * dirent/closedir.c: Don't include <stub-tag.h>.
37233 * dirent/dirfd.c: Likewise.
37234 * dirent/fdopendir.c: Likewise.
37235 * dirent/getdents.c: Likewise.
37236 * dirent/getdents64.c: Likewise.
37237 * dirent/opendir.c: Likewise.
37238 * dirent/readdir.c: Likewise.
37239 * dirent/readdir64.c: Likewise.
37240 * dirent/readdir64_r.c: Likewise.
37241 * dirent/readdir_r.c: Likewise.
37242 * dirent/rewinddir.c: Likewise.
37243 * dirent/seekdir.c: Likewise.
37244 * dirent/telldir.c: Likewise.
37245 * gmon/profil.c: Likewise.
37246 * grp/setgroups.c: Likewise.
37247 * inet/if_index.c: Likewise.
37248 * io/access.c: Likewise.
37249 * io/chdir.c: Likewise.
37250 * io/chmod.c: Likewise.
37251 * io/chown.c: Likewise.
37252 * io/close.c: Likewise.
37253 * io/dup.c: Likewise.
37254 * io/dup2.c: Likewise.
37255 * io/dup3.c: Likewise.
37256 * io/euidaccess.c: Likewise.
37257 * io/faccessat.c: Likewise.
37258 * io/fchdir.c: Likewise.
37259 * io/fchmod.c: Likewise.
37260 * io/fchmodat.c: Likewise.
37261 * io/fchown.c: Likewise.
37262 * io/fchownat.c: Likewise.
37263 * io/fcntl.c: Likewise.
37264 * io/flock.c: Likewise.
37265 * io/fstatfs.c: Likewise.
37266 * io/fstatfs64.c: Likewise.
37267 * io/fstatvfs.c: Likewise.
37268 * io/fstatvfs64.c: Likewise.
37269 * io/futimens.c: Likewise.
37270 * io/fxstat.c: Likewise.
37271 * io/fxstat64.c: Likewise.
37272 * io/fxstatat.c: Likewise.
37273 * io/fxstatat64.c: Likewise.
37274 * io/getcwd.c: Likewise.
37275 * io/isatty.c: Likewise.
37276 * io/lchmod.c: Likewise.
37277 * io/lchown.c: Likewise.
37278 * io/link.c: Likewise.
37279 * io/linkat.c: Likewise.
37280 * io/lseek.c: Likewise.
37281 * io/lseek64.c: Likewise.
37282 * io/lxstat64.c: Likewise.
37283 * io/mkdir.c: Likewise.
37284 * io/mkdirat.c: Likewise.
37285 * io/mkfifo.c: Likewise.
37286 * io/mkfifoat.c: Likewise.
37287 * io/open.c: Likewise.
37288 * io/open64.c: Likewise.
37289 * io/openat.c: Likewise.
37290 * io/openat64.c: Likewise.
37291 * io/pipe.c: Likewise.
37292 * io/pipe2.c: Likewise.
37293 * io/poll.c: Likewise.
37294 * io/posix_fadvise.c: Likewise.
37295 * io/posix_fadvise64.c: Likewise.
37296 * io/posix_fallocate.c: Likewise.
37297 * io/posix_fallocate64.c: Likewise.
37298 * io/read.c: Likewise.
37299 * io/readlink.c: Likewise.
37300 * io/readlinkat.c: Likewise.
37301 * io/rmdir.c: Likewise.
37302 * io/sendfile.c: Likewise.
37303 * io/sendfile64.c: Likewise.
37304 * io/statfs.c: Likewise.
37305 * io/statfs64.c: Likewise.
37306 * io/statvfs.c: Likewise.
37307 * io/statvfs64.c: Likewise.
37308 * io/symlink.c: Likewise.
37309 * io/symlinkat.c: Likewise.
37310 * io/ttyname.c: Likewise.
37311 * io/ttyname_r.c: Likewise.
37312 * io/umask.c: Likewise.
37313 * io/unlink.c: Likewise.
37314 * io/unlinkat.c: Likewise.
37315 * io/utime.c: Likewise.
37316 * io/utimensat.c: Likewise.
37317 * io/write.c: Likewise.
37318 * io/xmknod.c: Likewise.
37319 * io/xmknodat.c: Likewise.
37320 * io/xstat.c: Likewise.
37321 * io/xstat64.c: Likewise.
37322 * login/getpt.c: Likewise.
37323 * login/grantpt.c: Likewise.
37324 * login/unlockpt.c: Likewise.
37325 * math/e_acoshl.c: Likewise.
37326 * math/e_acosl.c: Likewise.
37327 * math/e_asinl.c: Likewise.
37328 * math/e_atan2l.c: Likewise.
37329 * math/e_atanhl.c: Likewise.
37330 * math/e_coshl.c: Likewise.
37331 * math/e_expl.c: Likewise.
37332 * math/e_fmodl.c: Likewise.
37333 * math/e_gammal_r.c: Likewise.
37334 * math/e_hypotl.c: Likewise.
37335 * math/e_j0l.c: Likewise.
37336 * math/e_j1l.c: Likewise.
37337 * math/e_jnl.c: Likewise.
37338 * math/e_lgammal_r.c: Likewise.
37339 * math/e_log10l.c: Likewise.
37340 * math/e_log2l.c: Likewise.
37341 * math/e_logl.c: Likewise.
37342 * math/e_powl.c: Likewise.
37343 * math/e_rem_pio2l.c: Likewise.
37344 * math/e_sinhl.c: Likewise.
37345 * math/e_sqrtl.c: Likewise.
37346 * math/fclrexcpt.c: Likewise.
37347 * math/fedisblxcpt.c: Likewise.
37348 * math/feenablxcpt.c: Likewise.
37349 * math/fegetenv.c: Likewise.
37350 * math/fegetexcept.c: Likewise.
37351 * math/fegetround.c: Likewise.
37352 * math/feholdexcpt.c: Likewise.
37353 * math/fesetenv.c: Likewise.
37354 * math/fesetround.c: Likewise.
37355 * math/feupdateenv.c: Likewise.
37356 * math/fgetexcptflg.c: Likewise.
37357 * math/fraiseexcpt.c: Likewise.
37358 * math/fsetexcptflg.c: Likewise.
37359 * math/ftestexcept.c: Likewise.
37360 * math/k_cosl.c: Likewise.
37361 * math/k_rem_pio2l.c: Likewise.
37362 * math/k_sinl.c: Likewise.
37363 * math/k_tanl.c: Likewise.
37364 * math/s_asinhl.c: Likewise.
37365 * math/s_atanl.c: Likewise.
37366 * math/s_cbrtl.c: Likewise.
37367 * math/s_erfl.c: Likewise.
37368 * math/s_expm1l.c: Likewise.
37369 * math/s_log1pl.c: Likewise.
37370 * math/s_tanhl.c: Likewise.
37371 * misc/acct.c: Likewise.
37372 * misc/brk.c: Likewise.
37373 * misc/chflags.c: Likewise.
37374 * misc/chroot.c: Likewise.
37375 * misc/fchflags.c: Likewise.
37376 * misc/fgetxattr.c: Likewise.
37377 * misc/flistxattr.c: Likewise.
37378 * misc/fremovexattr.c: Likewise.
37379 * misc/fsetxattr.c: Likewise.
37380 * misc/fsync.c: Likewise.
37381 * misc/ftruncate.c: Likewise.
37382 * misc/futimes.c: Likewise.
37383 * misc/futimesat.c: Likewise.
37384 * misc/getdomain.c: Likewise.
37385 * misc/getdtsz.c: Likewise.
37386 * misc/gethostid.c: Likewise.
37387 * misc/gethostname.c: Likewise.
37388 * misc/getloadavg.c: Likewise.
37389 * misc/getpagesize.c: Likewise.
37390 * misc/getsysstats.c: Likewise.
37391 * misc/getxattr.c: Likewise.
37392 * misc/gtty.c: Likewise.
37393 * misc/ioctl.c: Likewise.
37394 * misc/lgetxattr.c: Likewise.
37395 * misc/listxattr.c: Likewise.
37396 * misc/llistxattr.c: Likewise.
37397 * misc/lremovexattr.c: Likewise.
37398 * misc/lsetxattr.c: Likewise.
37399 * misc/lutimes.c: Likewise.
37400 * misc/madvise.c: Likewise.
37401 * misc/mincore.c: Likewise.
37402 * misc/mlock.c: Likewise.
37403 * misc/mlockall.c: Likewise.
37404 * misc/mmap.c: Likewise.
37405 * misc/mprotect.c: Likewise.
37406 * misc/msync.c: Likewise.
37407 * misc/munlock.c: Likewise.
37408 * misc/munlockall.c: Likewise.
37409 * misc/munmap.c: Likewise.
37410 * misc/preadv.c: Likewise.
37411 * misc/preadv64.c: Likewise.
37412 * misc/ptrace.c: Likewise.
37413 * misc/pwritev.c: Likewise.
37414 * misc/pwritev64.c: Likewise.
37415 * misc/readv.c: Likewise.
37416 * misc/reboot.c: Likewise.
37417 * misc/remap_file_pages.c: Likewise.
37418 * misc/removexattr.c: Likewise.
37419 * misc/revoke.c: Likewise.
37420 * misc/select.c: Likewise.
37421 * misc/setdomain.c: Likewise.
37422 * misc/setegid.c: Likewise.
37423 * misc/seteuid.c: Likewise.
37424 * misc/sethostid.c: Likewise.
37425 * misc/sethostname.c: Likewise.
37426 * misc/setregid.c: Likewise.
37427 * misc/setreuid.c: Likewise.
37428 * misc/setxattr.c: Likewise.
37429 * misc/sstk.c: Likewise.
37430 * misc/stty.c: Likewise.
37431 * misc/swapoff.c: Likewise.
37432 * misc/swapon.c: Likewise.
37433 * misc/sync.c: Likewise.
37434 * misc/syncfs.c: Likewise.
37435 * misc/syscall.c: Likewise.
37436 * misc/truncate.c: Likewise.
37437 * misc/ualarm.c: Likewise.
37438 * misc/usleep.c: Likewise.
37439 * misc/ustat.c: Likewise.
37440 * misc/utimes.c: Likewise.
37441 * misc/vhangup.c: Likewise.
37442 * misc/writev.c: Likewise.
37443 * posix/_exit.c: Likewise.
37444 * posix/alarm.c: Likewise.
37445 * posix/execve.c: Likewise.
37446 * posix/fexecve.c: Likewise.
37447 * posix/fork.c: Likewise.
37448 * posix/fpathconf.c: Likewise.
37449 * posix/getaddrinfo.c: Likewise.
37450 * posix/getegid.c: Likewise.
37451 * posix/geteuid.c: Likewise.
37452 * posix/getgid.c: Likewise.
37453 * posix/getgroups.c: Likewise.
37454 * posix/getlogin.c: Likewise.
37455 * posix/getlogin_r.c: Likewise.
37456 * posix/getpgid.c: Likewise.
37457 * posix/getpid.c: Likewise.
37458 * posix/getppid.c: Likewise.
37459 * posix/getresgid.c: Likewise.
37460 * posix/getresuid.c: Likewise.
37461 * posix/getsid.c: Likewise.
37462 * posix/getuid.c: Likewise.
37463 * posix/glob64.c: Likewise.
37464 * posix/nanosleep.c: Likewise.
37465 * posix/pathconf.c: Likewise.
37466 * posix/pause.c: Likewise.
37467 * posix/posix_madvise.c: Likewise.
37468 * posix/pread.c: Likewise.
37469 * posix/pread64.c: Likewise.
37470 * posix/pwrite.c: Likewise.
37471 * posix/pwrite64.c: Likewise.
37472 * posix/sched_getaffinity.c: Likewise.
37473 * posix/sched_getp.c: Likewise.
37474 * posix/sched_gets.c: Likewise.
37475 * posix/sched_primax.c: Likewise.
37476 * posix/sched_primin.c: Likewise.
37477 * posix/sched_rr_gi.c: Likewise.
37478 * posix/sched_setaffinity.c: Likewise.
37479 * posix/sched_setp.c: Likewise.
37480 * posix/sched_sets.c: Likewise.
37481 * posix/sched_yield.c: Likewise.
37482 * posix/setgid.c: Likewise.
37483 * posix/setlogin.c: Likewise.
37484 * posix/setpgid.c: Likewise.
37485 * posix/setresgid.c: Likewise.
37486 * posix/setresuid.c: Likewise.
37487 * posix/setsid.c: Likewise.
37488 * posix/setuid.c: Likewise.
37489 * posix/sleep.c: Likewise.
37490 * posix/spawni.c: Likewise.
37491 * posix/sysconf.c: Likewise.
37492 * posix/times.c: Likewise.
37493 * posix/wait.c: Likewise.
37494 * posix/wait3.c: Likewise.
37495 * posix/wait4.c: Likewise.
37496 * posix/waitpid.c: Likewise.
37497 * resolv/gai_sigqueue.c: Likewise.
37498 * resource/getpriority.c: Likewise.
37499 * resource/getrlimit.c: Likewise.
37500 * resource/getrusage.c: Likewise.
37501 * resource/nice.c: Likewise.
37502 * resource/setpriority.c: Likewise.
37503 * resource/setrlimit.c: Likewise.
37504 * resource/ulimit.c: Likewise.
37505 * rt/aio_cancel.c: Likewise.
37506 * rt/aio_fsync.c: Likewise.
37507 * rt/aio_read.c: Likewise.
37508 * rt/aio_sigqueue.c: Likewise.
37509 * rt/aio_suspend.c: Likewise.
37510 * rt/aio_write.c: Likewise.
37511 * rt/clock_getres.c: Likewise.
37512 * rt/clock_gettime.c: Likewise.
37513 * rt/clock_nanosleep.c: Likewise.
37514 * rt/clock_settime.c: Likewise.
37515 * rt/lio_listio.c: Likewise.
37516 * rt/mq_close.c: Likewise.
37517 * rt/mq_getattr.c: Likewise.
37518 * rt/mq_notify.c: Likewise.
37519 * rt/mq_open.c: Likewise.
37520 * rt/mq_receive.c: Likewise.
37521 * rt/mq_send.c: Likewise.
37522 * rt/mq_setattr.c: Likewise.
37523 * rt/mq_timedreceive.c: Likewise.
37524 * rt/mq_timedsend.c: Likewise.
37525 * rt/mq_unlink.c: Likewise.
37526 * rt/shm_open.c: Likewise.
37527 * rt/shm_unlink.c: Likewise.
37528 * rt/timer_create.c: Likewise.
37529 * rt/timer_delete.c: Likewise.
37530 * rt/timer_getoverr.c: Likewise.
37531 * rt/timer_gettime.c: Likewise.
37532 * rt/timer_settime.c: Likewise.
37533 * setjmp/__longjmp.c: Likewise.
37534 * setjmp/setjmp.c: Likewise.
37535 * signal/kill.c: Likewise.
37536 * signal/killpg.c: Likewise.
37537 * signal/raise.c: Likewise.
37538 * signal/sigaction.c: Likewise.
37539 * signal/sigaltstack.c: Likewise.
37540 * signal/sigblock.c: Likewise.
37541 * signal/sigignore.c: Likewise.
37542 * signal/sigintr.c: Likewise.
37543 * signal/signal.c: Likewise.
37544 * signal/sigpause.c: Likewise.
37545 * signal/sigpending.c: Likewise.
37546 * signal/sigqueue.c: Likewise.
37547 * signal/sigreturn.c: Likewise.
37548 * signal/sigset.c: Likewise.
37549 * signal/sigsetmask.c: Likewise.
37550 * signal/sigstack.c: Likewise.
37551 * signal/sigsuspend.c: Likewise.
37552 * signal/sigtimedwait.c: Likewise.
37553 * signal/sigvec.c: Likewise.
37554 * signal/sigwait.c: Likewise.
37555 * signal/sigwaitinfo.c: Likewise.
37556 * signal/sysv_signal.c: Likewise.
37557 * socket/accept.c: Likewise.
37558 * socket/accept4.c: Likewise.
37559 * socket/bind.c: Likewise.
37560 * socket/connect.c: Likewise.
37561 * socket/getpeername.c: Likewise.
37562 * socket/getsockname.c: Likewise.
37563 * socket/getsockopt.c: Likewise.
37564 * socket/isfdtype.c: Likewise.
37565 * socket/listen.c: Likewise.
37566 * socket/recv.c: Likewise.
37567 * socket/recvfrom.c: Likewise.
37568 * socket/recvmsg.c: Likewise.
37569 * socket/send.c: Likewise.
37570 * socket/sendmsg.c: Likewise.
37571 * socket/sendto.c: Likewise.
37572 * socket/setsockopt.c: Likewise.
37573 * socket/shutdown.c: Likewise.
37574 * socket/sockatmark.c: Likewise.
37575 * socket/socket.c: Likewise.
37576 * socket/socketpair.c: Likewise.
37577 * stdio-common/ctermid.c: Likewise.
37578 * stdio-common/cuserid.c: Likewise.
37579 * stdio-common/remove.c: Likewise.
37580 * stdio-common/rename.c: Likewise.
37581 * stdio-common/renameat.c: Likewise.
37582 * stdio-common/tempname.c: Likewise.
37583 * stdlib/getcontext.c: Likewise.
37584 * stdlib/makecontext.c: Likewise.
37585 * stdlib/setcontext.c: Likewise.
37586 * stdlib/swapcontext.c: Likewise.
37587 * stdlib/system.c: Likewise.
37588 * streams/fattach.c: Likewise.
37589 * streams/fdetach.c: Likewise.
37590 * streams/getmsg.c: Likewise.
37591 * streams/getpmsg.c: Likewise.
37592 * streams/putmsg.c: Likewise.
37593 * streams/putpmsg.c: Likewise.
37594 * sysdeps/unix/bsd/getpt.c: Likewise.
37595 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37596 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37597 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37598 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37599 Likewise.
37600 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37601 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37602 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37603 * sysvipc/msgctl.c: Likewise.
37604 * sysvipc/msgget.c: Likewise.
37605 * sysvipc/msgrcv.c: Likewise.
37606 * sysvipc/msgsnd.c: Likewise.
37607 * sysvipc/semctl.c: Likewise.
37608 * sysvipc/semget.c: Likewise.
37609 * sysvipc/semop.c: Likewise.
37610 * sysvipc/semtimedop.c: Likewise.
37611 * sysvipc/shmat.c: Likewise.
37612 * sysvipc/shmctl.c: Likewise.
37613 * sysvipc/shmdt.c: Likewise.
37614 * sysvipc/shmget.c: Likewise.
37615 * termios/tcdrain.c: Likewise.
37616 * termios/tcflow.c: Likewise.
37617 * termios/tcflush.c: Likewise.
37618 * termios/tcgetattr.c: Likewise.
37619 * termios/tcgetpgrp.c: Likewise.
37620 * termios/tcsendbrk.c: Likewise.
37621 * termios/tcsetattr.c: Likewise.
37622 * termios/tcsetpgrp.c: Likewise.
37623 * time/adjtime.c: Likewise.
37624 * time/clock.c: Likewise.
37625 * time/getitimer.c: Likewise.
37626 * time/gettimeofday.c: Likewise.
37627 * time/setitimer.c: Likewise.
37628 * time/settimeofday.c: Likewise.
37629 * time/stime.c: Likewise.
37630 * time/time.c: Likewise.
37631
376322012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 37633
a20492cf
PT
37634 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37635 /usr/old/bin.
37636
72e182e3
PT
37637 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37638 instead of spaces.
37639 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37640
fbeafede
JM
376412012-11-03 Joseph Myers <joseph@codesourcery.com>
37642
5b5b04d6
JM
37643 [BZ #14796]
37644 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37645 FE_TONEAREST before applying Dekker multiplication and Knuth
37646 addition. Clear inexact exceptions and check for exact zero
37647 results afterwards.
37648 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37649 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37650 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37651 * math/libm-test.inc (fma_test): Add more tests.
37652 (fma_test_towardzero): Likewise.
37653 (fma_test_downward): Likewise.
37654 (fma_test_upward): Likewise.
37655 * sysdeps/generic/math_private.h (default_libc_fesetround): New
37656 function.
37657 (libc_fesetround): New macro.
37658 (libc_fesetroundf): Likewise.
37659 (libc_fesetroundl): Likewise.
37660 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37661 function.
37662 (libc_fesetround_387): Likewise.
37663 (libc_fesetroundf): New macro.
37664 (libc_fesetround): Likewise.
37665 (libc_fesetroundl): Likewise.
37666 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37667 function.
37668 (libc_fesetroundf): New macro.
37669 (libc_fesetround): Likewise.
37670 (libc_fesetroundl): Likewise.
37671 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37672 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37673 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37674 libm_hidden_ver.
37675 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37676 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37677 libm_hidden_def.
37678 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37679 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37680 libm_hidden_ver.
37681 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37682 libm_hidden_def.
37683
fbeafede
JM
37684 [BZ #3439]
37685 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37686 integer constant usable in #if and use that to give value to enum
37687 constant.
37688 (FE_DIVBYZERO): Likewise.
37689 (FE_UNDERFLOW): Likewise.
37690 (FE_OVERFLOW): Likewise.
37691 (FE_INVALID): Likewise.
37692 (FE_INVALID_SNAN): Likewise.
37693 (FE_INVALID_ISI): Likewise.
37694 (FE_INVALID_IDI): Likewise.
37695 (FE_INVALID_ZDZ): Likewise.
37696 (FE_INVALID_IMZ): Likewise.
37697 (FE_INVALID_COMPARE): Likewise.
37698 (FE_INVALID_SOFTWARE): Likewise.
37699 (FE_INVALID_SQRT): Likewise.
37700 (FE_INVALID_INTEGER_CONVERSION): Likewise.
37701 (FE_TONEAREST): Likewise.
37702 (FE_TOWARDZERO): Likewise.
37703 (FE_UPWARD): Likewise.
37704 (FE_DOWNWARD): Likewise.
37705 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37706 (FE_DIVBYZERO): Likewise.
37707 (FE_OVERFLOW): Likewise.
37708 (FE_UNDERFLOW): Likewise.
37709 (FE_INEXACT): Likewise.
37710 (FE_TONEAREST): Likewise.
37711 (FE_DOWNWARD): Likewise.
37712 (FE_UPWARD): Likewise.
37713 (FE_TOWARDZERO): Likewise.
37714 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37715 (FE_UNDERFLOW): Likewise.
37716 (FE_OVERFLOW): Likewise.
37717 (FE_DIVBYZERO): Likewise.
37718 (FE_INVALID): Likewise.
37719 (FE_TONEAREST): Likewise.
37720 (FE_TOWARDZERO): Likewise.
37721 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37722 (FE_OVERFLOW): Likewise.
37723 (FE_UNDERFLOW): Likewise.
37724 (FE_DIVBYZERO): Likewise.
37725 (FE_INEXACT): Likewise.
37726 (FE_TONEAREST): Likewise.
37727 (FE_TOWARDZERO): Likewise.
37728 (FE_UPWARD): Likewise.
37729 (FE_DOWNWARD): Likewise.
37730 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37731 (FE_DIVBYZERO): Likewise.
37732 (FE_OVERFLOW): Likewise.
37733 (FE_UNDERFLOW): Likewise.
37734 (FE_INEXACT): Likewise.
37735 (FE_TONEAREST): Likewise.
37736 (FE_DOWNWARD): Likewise.
37737 (FE_UPWARD): Likewise.
37738 (FE_TOWARDZERO): Likewise.
37739
105ca950
CM
377402012-11-02 Chris Metcalf <cmetcalf@tilera.com>
37741
37742 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37743
a542b389
AS
377442012-11-03 Andreas Schwab <schwab@linux-m68k.org>
37745
37746 * scripts/cross-test-ssh.sh (command): Use newlines to separate
37747 commands. Quote $PWD.
37748 (blacklist_exports): Don't use remove_newlines. Replace "declare
37749 -x" by "export".
37750 (remove_newlines): Remove.
37751
f62c8abc
L
377522012-11-02 H.J. Lu <hongjiu.lu@intel.com>
37753
37754 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37755 * stdlib/stdlib.h (atof): Moved to ...
37756 * include/bits/stdlib-float.h: Here. New file.
37757 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37758 * stdlib/bits/stdlib-float.h: New file.
37759 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37760 -mno-sse -mno-mmx.
37761 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37762 <xmmintrin.h>.
37763
0155d5b2
JM
377642012-11-02 Joseph Myers <joseph@codesourcery.com>
37765
a68d0680
JM
37766 * conform/conformtest.pl (@headers): Add fenv.h.
37767 * conform/data/fenv.h-data: New file.
37768 * include/fenv.h [_ISOMAC]: Disable all contents of file except
37769 include of <math/fenv.h>.
37770
caf7f573
JM
37771 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37772 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37773 && !UNIX98]. Enables tests for XOPEN2K8.
37774 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37775 POSIX2008]: Likewise.
37776
6c073ad6
JM
37777 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37778 (struct rusage): Do not expect type or its members.
37779
0155d5b2
JM
37780 [BZ #3439]
37781 * math/math.h (FP_NAN): Define macro to integer constant usable in
37782 #if and use that to give value to enum constant.
37783 (FP_INFINITE): Likewise.
37784 (FP_ZERO): Likewise.
37785 (FP_SUBNORMAL): Likewise.
37786 (FP_NORMAL): Likewise.
37787
b5dcacb4
AS
377882012-11-02 Andreas Schwab <schwab@linux-m68k.org>
37789
37790 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37791 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37792 arguments.
37793
f7934be8
RM
377942012-11-02 Roland McGrath <roland@hack.frob.com>
37795
37796 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37797 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37798 autoconf-time if not.
37799 * configure.in: Remove AC_PREREQ.
37800
d7d08bde
TMQMF
378012012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37802
37803 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37804 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37805 of the internal implementation.
37806
dcdae19a
JM
378072012-11-02 Joseph Myers <joseph@codesourcery.com>
37808
37809 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37810 except include of <misc/sys/syslog.h>.
37811
d6cffd3e
AS
378122012-11-01 Andreas Schwab <schwab@linux-m68k.org>
37813
37814 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37815 function returns with a NULL context exit with zero.
37816
b3563932
TMQMF
378172012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37818
37819 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37820
b288a93d
L
378212012-11-01 H.J. Lu <hongjiu.lu@intel.com>
37822
37823 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37824 (run_program_cmd): This.
37825 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37826 (tst_langinfo): New variable. Use it.
37827
a2421a68
SAS
378282012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
37829
37830 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37831 floating point opcodes.
37832
6f796e1b
TS
378332012-11-01 Thomas Schwinge <thomas@codesourcery.com>
37834
7402596b
TS
37835 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37836 variable.
37837
d0d4f868
TS
37838 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37839
6f796e1b
TS
37840 * sysdeps/mach/hurd/powerpc: Remove directory.
37841 * sysdeps/mach/powerpc: Likewise.
37842
4da224a2
AS
378432012-11-01 Andreas Schwab <schwab@linux-m68k.org>
37844
37845 * scripts/check-local-headers.sh: Ignore c++ headers.
37846
341dd673
TS
378472012-11-01 Thomas Schwinge <thomas@codesourcery.com>
37848
37849 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37850 __libc_cleanup_region_start argument.
37851
473611b2
JM
378522012-11-01 Joseph Myers <joseph@codesourcery.com>
37853
37854 [BZ #14784]
37855 [BZ #14785]
37856 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37857 x * y using scaling, not as x * y + z.
37858 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37859 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37860 * math/libm-test.inc (fma_test): Add more tests.
37861 (fma_test_towardzero): Likewise.
37862 (fma_test_downward): Likewise.
37863 (fma_test_upward): Likewise.
37864
4078da3d
TS
378652012-11-01 Thomas Schwinge <thomas@codesourcery.com>
37866
37867 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37868
903252aa
JM
378692012-10-31 Joseph Myers <joseph@codesourcery.com>
37870
37871 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37872 New variable.
37873
cbc818d0
TS
378742012-10-31 Thomas Schwinge <thomas@codesourcery.com>
37875
37876 * rt/tst-shm.c (worker): Correct checking for mmap failure.
37877
5a03cb1e
AS
378782012-10-31 Andreas Schwab <schwab@linux-m68k.org>
37879
37880 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37881 Fix sort order.
37882 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37883 Likewise.
37884
90aff2ff
TMQMF
378852012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37886
37887 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37888 Fix the order of the list for glibc 2.17.
37889 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37890 Likewise.
37891
1818fcb7
AS
378922012-10-31 Andreas Schwab <schwab@linux-m68k.org>
37893
37894 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37895
ef82f4da
JM
378962012-10-31 Joseph Myers <joseph@codesourcery.com>
37897
16a0e2ec
JM
37898 [BZ #14610]
37899 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37900 for low part of x being zero before using __atanl (y).
37901 * math/libm-test.inc (atan2_test): Add another test.
37902
0eb69512
JM
37903 * manual/install.texi (Configuring and compiling): Document
37904 general use of test-wrapper and test-wrapper-env.
37905 * INSTALL: Regenerated.
37906
ef82f4da
JM
37907 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37908 (__fma): Do not extract and scale down low bits on after-rounding
37909 systems when result rounded to normal precision would have normal
37910 exponent.
37911 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37912 (__fmal): Do not extract and scale down low bits on after-rounding
37913 systems when result rounded to normal precision would have normal
37914 exponent.
37915 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37916 (__fmal): Do not extract and scale down low bits on after-rounding
37917 systems when result rounded to normal precision would have normal
37918 exponent.
37919 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37920 macro.
37921 (fma_test): Add more tests.
37922 (fma_test_towardzero): Likewise.
37923 (fma_test_downward): Likewise.
37924 (fma_test_upward): Likewise.
37925
954ef0d9
L
379262012-10-30 H.J. Lu <hongjiu.lu@intel.com>
37927
37928 * sysdeps/i386/tininess.h: Renamed to ...
37929 * sysdeps/x86/tininess.h: This.
37930 * sysdeps/x86_64/tininess.h: Removed.
37931
df61ffb2
JM
379322012-10-30 Joseph Myers <joseph@codesourcery.com>
37933
37934 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37935 input. Use $(build-program-cmd).
37936 ($(objpfx)tst-array1-static.out): Likewise.
37937 ($(objpfx)tst-array2.out): Likewise.
37938 ($(objpfx)tst-array3.out): Likewise.
37939 ($(objpfx)tst-array4.out): Likewise.
37940 ($(objpfx)tst-array5.out): Likewise.
37941 ($(objpfx)tst-array5-static.out): Likewise.
37942
01767843
CM
379432012-10-30 Chris Metcalf <cmetcalf@tilera.com>
37944
47cc1490
CM
37945 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37946 if defined.
37947
01767843
CM
37948 * nss/nsswitch.h (nss_interface_function): Provide new
37949 macro for use with NSS functions.
37950 * grp/initgroups.c: Use new macro.
37951 * nss/getXXbyYY.c: Likewise.
37952 * nss/getXXbyYY_r.c: Likewise.
37953 * nss/getXXent.c: Likewise.
37954 * nss/getXXent_r.c: Likewise.
37955 * sysdeps/posix/getaddrinfo.c: Likewise.
37956
8321aa97
AJ
379572012-10-30 Andreas Jaeger <aj@suse.de>
37958
37959 * po/ru.po: Update Russion translation from translation project.
37960
2a27fd6d
JM
379612012-10-30 Joseph Myers <joseph@codesourcery.com>
37962
8627a232
JM
37963 [BZ #14152]
37964 [BZ #14783]
37965 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37966 result and shift together with sticky bit instead of replicating
37967 round-to-nearest rounding.
37968 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37969 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37970 * math/libm-test.inc (fma_test): Add more tests. Do not permit
37971 missing underflow exceptions.
37972 (fma_test_towardzero): Add more tests.
37973 (fma_test_downward): Likewise.
37974 (fma_test_upward): Likewise.
37975
2a27fd6d
JM
37976 [BZ #14047]
37977 * sysdeps/generic/tininess.h: New file.
37978 * sysdeps/i386/tininess.h: Likewise.
37979 * sysdeps/sh/tininess.h: Likewise.
37980 * sysdeps/x86_64/tininess.h: Likewise.
37981 * stdlib/tst-strtod-underflow.c: Likewise.
37982 * stdlib/tst-tininess.c: Likewise.
37983 * stdlib/strtod_l.c: Include <tininess.h>.
37984 (round_and_return): Do not set errno for exact underflow cases.
37985 Force an underflow exception when setting errno for underflow.
37986 Determine underflow based on rounding to normal precision if
37987 TININESS_AFTER_ROUNDING.
37988 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37989 ERANGE for exact underflow cases.
37990 * stdlib/Makefile (tests): Add tst-tininess and
37991 tst-strtod-underflow.
37992 ($(objpfx)tst-tininess): Use $(link-libm).
37993 ($(objpfx)tst-strtod-underflow): Likewise.
37994
e7170363
AJ
379952012-10-30 Andreas Jaeger <aj@suse.de>
37996
e5088dc6
AJ
37997 [BZ#14767]
37998 * elf/Makefile (tests): Remove conditional for have-initfini-array
37999 since this is now always required and the variable does not exist
38000 anymore.
38001 (tests-static): Likewise.
38002 (modules-names): Likewise.
38003
e7170363 38004 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
38005
38006 * elf/tst-array1.c (fini_array): Make writeable so that it can be
38007 merged with constructor/destructor.
38008 (init_array): Likewise.
38009 * elf/tst-array2dep.c (fini_array): Likewise.
38010 (init_array): Likewise.
38011
60457d8a
MF
380122012-10-29 Mike Frysinger <vapier@gentoo.org>
38013
38014 * manual/message.texi: Delete @cartouche tags.
38015
8bece752
PT
380162012-10-29 Pino Toscano <toscano.pino@tiscali.it>
38017
94ce799f
PT
38018 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
38019 EOPNOTSUPP.
38020 * sysdeps/mach/hurd/fsync.c: Likewise.
38021
8bece752
PT
38022 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
38023 [_POSIX_REALTIME_SIGNALS]: Change condition to
38024 [_POSIX_REALTIME_SIGNALS > 0].
38025
86ebe6b1
AJ
380262012-10-27 Andreas Jaeger <aj@suse.de>
38027
38028 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
38029 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
38030 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
38031 [__WORDSIZE != 64]: Likewise.
38032
54399c08
L
380332012-10-26 H.J. Lu <hongjiu.lu@intel.com>
38034
38035 * iconvdata/tst-table.sh: Remove ${SHELL}.
38036 * iconvdata/tst-tables.sh: Likewise.
38037
e2211bed
DM
380382012-10-25 David S. Miller <davem@davemloft.net>
38039
38040 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38041 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
38042 of strtoull.
38043
f303f97c
DM
38044 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
38045 ifunc-impl-list.c
38046 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
38047 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
38048 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
38049 file.
38050
1e9d84cd
RM
380512012-10-25 Roland McGrath <roland@hack.frob.com>
38052
38053 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38054 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
38055 __getdirentries.
38056
df381762
JM
380572012-10-25 Joseph Myers <joseph@codesourcery.com>
38058 Jim Blandy <jimb@codesourcery.com>
38059
38060 * scripts/cross-test-ssh.sh: New file.
38061 * manual/install.texi (Configuring and compiling): Document use of
38062 cross-test-ssh.sh.
38063 * INSTALL: Regenerated.
38064
bff64913
PT
380652012-10-25 Pino Toscano <toscano.pino@tiscali.it>
38066
38067 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
38068 EOPNOTSUPP.
38069
25fe8932
JM
380702012-10-25 Joseph Myers <joseph@codesourcery.com>
38071
38072 * Makeconfig (run-program-prefix): Fix comment.
38073
cc1290d0
JM
380742012-10-24 Joseph Myers <joseph@codesourcery.com>
38075 Jim Blandy <jimb@codesourcery.com>
38076
38077 * Makeconfig (test-wrapper): New variable,
38078 (test-wrapper-env): Likewise.
38079 [$(cross-compiling) = yes && $(test-wrapper) != ""]
38080 (run-built-tests): Define to yes.
38081 (run-program-prefix): Use $(test-wrapper).
38082 (built-program-cmd): Likewise.
38083 * Rules (make-test-out): Use $(test-wrapper-env) and
38084 $(host-built-program-cmd).
38085 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
38086 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
38087 tst-pathopt.sh.
38088 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
38089 $(test-wrapper-env) to tst-rtld-load-self.sh.
38090 ($(objpfx)order2.out): Use $(test-wrapper).
38091 ($(objpfx)tst-initorder.out): Likewise.
38092 ($(objpfx)tst-initorder2.out): Likewise.
38093 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
38094 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
38095 (test_wrapper_env): New variable. Use it to run ld.so.
38096 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
38097 Use it to run ld.so.
38098 (test_wrapper_env): Likewise.
38099 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
38100 $(test-wrapper) to run-iconv-test.sh.
38101 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
38102 (ICONV): Use $test_wrapper.
38103 * posix/Makefile ($(objpfx)globtest.out): Pass
38104 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
38105 globtest.sh, not $(run-program-prefix).
38106 * posix/globtest.sh (run_via_rtld_prefix): New variable.
38107 (test_wrapper): Likewise.
38108 (test_wrapper_env): Likewise. Use it to run globtest with HOME
38109 set together with run_via_rtld_prefix.
38110 (run_program_prefix): Define in terms of test_wrapper and
38111 run_via_rtld_prefix.
38112
6e6249d0
RM
381132012-10-24 Roland McGrath <roland@hack.frob.com>
38114
38115 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
38116 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
38117 Targets removed.
38118
38119 [BZ #14743]
38120 * include/time.h: Remove librt_hidden_proto (clock_gettime).
38121 Declare __clock_getres, __clock_gettime, __clock_settime,
38122 __clock_nanosleep, and __clock_getcpuclockid.
38123 * rt/clock_gettime.c: Define __clock_gettime as an alias.
38124 Remove librt_hidden_def (clock_gettime).
38125 * sysdeps/unix/clock_gettime.c: Likewise.
38126 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
38127 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
38128 * rt/clock_getres.c: Define __clock_getres as an alias.
38129 * sysdeps/posix/clock_getres.c: Likewise.
38130 * rt/clock_settime.c: Define __clock_settime as an alias.
38131 * sysdeps/unix/clock_settime.c: Likewise.
38132 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
38133 * sysdeps/unix/clock_nanosleep.c: Likewise.
38134 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
38135 * rt/clock-compat.c: New file.
38136 * rt/Makefile (librt-routines): Add clock-compat and move
38137 $(clock-routines) to ...
38138 (routines): ... here, new variable.
38139 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
38140 Don't add get_clockfreq here.
38141 * rt/Versions (libc: GLIBC_2.17): New version set.
38142 Add clock_* symbols here.
38143 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
38144 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
38145 (GLIBC_2.17): Add clock_* symbols.
38146 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38147 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38148 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38149 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38150 Likewise.
38151 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38152 Likewise.
38153 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38154 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38155 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38156 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38157 * NEWS: Mention the move.
38158
38159 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
38160 Use __open, __read, __close rather than their public counterparts.
38161 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38162 (__get_clockfreq_via_cpuinfo): Likewise.
38163 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
38164 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
38165
38166 * config.h.in (HAVE_IFUNC): New #undef.
38167 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
38168 was successful.
38169 * configure: Regenerated.
38170
0cae3f4b
MF
381712012-10-24 Mike Frysinger <vapier@gentoo.org>
38172
38173 * configure.in: Move READELF check to start of file.
38174 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
38175 libc_cv_asm_gnu_indirect_function in the process.
38176 * configure: Regenerated.
38177
8175a253
MF
381782012-10-24 Mike Frysinger <vapier@gentoo.org>
38179
38180 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
38181 send the output to /dev/null.
38182 (libc_cv_cc_with_libunwind): Likewise.
38183 (libc_cv_as_noexecstack): Likewise.
38184 * configure: Regenerate.
38185
0708a7d1
JM
381862012-10-24 Joseph Myers <joseph@codesourcery.com>
38187
10b40d85
JM
38188 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
38189
0708a7d1
JM
38190 * posix/globtest.sh (TMPDIR): Do not set.
38191 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
38192 (testout): Likewise.
38193
9fddec1a
AJ
381942012-10-24 Andreas Jaeger <aj@suse.de>
38195
3a8db22f
AJ
38196 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
38197 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
38198 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
38199 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
38200 posix_fadvise64, posix_fallocate64.
38201
9fddec1a
AJ
38202 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38203 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38204 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38205 Likewise.
38206 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38207 Likewise.
38208 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38209
38210 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38211 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38212 <bits/fcntl-linux.h>.
38213 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38214
38215 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38216 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38217 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38218 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38219 [__WORDSIZE != 64]: Likewise.
38220
ebfd1bbd
JM
382212012-10-23 Joseph Myers <joseph@codesourcery.com>
38222
03ac099f
JM
38223 * Makeconfig (run-built-tests): New variable.
38224 * Rules [$(cross-compiling) = yes]: Change condition to
38225 [$(run-built-tests) = no].
38226 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38227 to [$(run-built-tests) = yes].
38228 * elf/Makefile [$(cross-compiling) = no]: Likewise
38229 * grp/Makefile [$(cross-compiling) = no]: Likewise.
38230 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38231 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38232 * intl/Makefile [$(cross-compiling) = no]: Likewise.
38233 * io/Makefile [$(cross-compiling) = no]: Likewise.
38234 * libio/Makefile [$(cross-compiling) = no]: Likewise.
38235 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38236 * misc/Makefile [$(cross-compiling) = no]: Likewise.
38237 * posix/Makefile [$(cross-compiling) = no]: Likewise.
38238 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38239 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38240 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38241 * string/Makefile [$(cross-compiling) = no]: Likewise.
38242
ebfd1bbd
JM
38243 * posix/Makefile ($(objpfx)globtest.out): Pass
38244 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38245 $(rtld-installed-name).
38246 * posix/globtest.sh (elf_objpfx): Remove variable.
38247 (rtld_installed_name): Likewise.
38248 (library_path): Likewise.
38249 (run_program_prefix): New variable. Use for running globtest
38250 binary.
38251
166bca24
JB
382522012-10-23 Jim Blandy <jimb@codesourcery.com>
38253 Joseph Myers <joseph@codesourcery.com>
38254
38255 * Makeconfig (host-built-program-cmd): New variable.
38256 * elf/Makefile (tst-stackguard1-ARGS): Use
38257 $(host-built-program-cmd).
38258 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38259 (tst-spawn-ARGS): Likewise.
38260 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38261
88866099
JM
382622012-10-23 Joseph Myers <joseph@codesourcery.com>
38263 Jim Blandy <jimb@codesourcery.com>
38264
38265 * Makeconfig (run-via-rtld-prefix): New variable.
38266 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38267 (built-program-cmd): Likewise.
38268
b4b4c296
AJ
382692012-10-22 Andreas Jaeger <aj@suse.de>
38270
38271 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38272 __O_RSYNC if it exists, otherwise to O_SYNC.
38273
6fb54a22
JB
382742012-10-22 Jim Blandy <jimb@codesourcery.com>
38275 Joseph Myers <joseph@codesourcery.com>
38276
38277 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38278 /dev/null.
38279 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38280 from /dev/null
38281 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38282 /dev/null.
38283
481b90b9
AJ
382842012-10-22 Andreas Jaeger <aj@suse.de>
38285
2a0e2669
AJ
38286 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
38287 Define always.
38288 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
38289
76e38f9a
AJ
38290 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38291 bits/fcntl-linux.h.
38292
7cd37b43
AJ
38293 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
38294 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
38295
481b90b9
AJ
38296 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
38297 to __O_LARGEFILE.
38298 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
38299 to __O_LARGEFILE.
38300
aba75984
JB
383012012-10-21 Jim Blandy <jimb@codesourcery.com>
38302 Joseph Myers <joseph@codesourcery.com>
38303
38304 * config.make.in (NM): New variable.
38305
88d4247f
AJ
383062012-10-21 Andreas Jaeger <aj@suse.de>
38307
38308 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
38309 definitions and declarations that are provided by
38310 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
38311
f2eed205
L
383122012-10-20 H.J. Lu <hongjiu.lu@intel.com>
38313
38314 [BZ #14683]
38315 * elf/Makefile (tests-static): Add tst-leaks1-static.
38316 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
38317 ($(objpfx)tst-leaks1-static): New rule.
38318 ($(objpfx)tst-leaks1-static-mem): Likewise.
38319 (tst-leaks1-static-ENV): New macro.
38320 * elf/dl-open.c (dl_open_worker): Check the main application
38321 only if SHARED is defined.
38322 * elf/tst-leaks1-static.c: New file.
38323
335e6931
AJ
383242012-10-20 Andreas Jaeger <aj@suse.de>
38325
38326 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
38327 generic values for Linux.
38328 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
38329 and declarations that are provided by <bits/fcntl-linux.h> and
38330 include <bits/fcntl-linux.h>.
38331 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38332 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38333
ac5c94d3
RM
383342012-10-20 Roland McGrath <roland@hack.frob.com>
38335
38336 * io/fcntl.h: Move include of <bits/types.h> to the top and
38337 include it unconditionally.
38338
de54b33a
L
383392012-10-20 H.J. Lu <hongjiu.lu@intel.com>
38340
228cfb01
L
38341 * wcsmbs/Makefile (tests-ifunc): New variable.
38342 (tests): Add $(tests-ifunc).
38343 * wcsmbs/test-wcschr-ifunc.c: New file.
38344 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38345 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38346 * wcsmbs/test-wcslen-ifunc.c: Likewise.
38347 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38348 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38349
69f07e5f
L
38350 * string/Makefile (tests-ifunc): New variable.
38351 (tests): Add $(tests-ifunc).
38352 * string/test-memccpy.c (TEST_NAME): New macro.
38353 * string/test-memchr.c (TEST_NAME): Likewise.
38354 * string/test-memcmp.c (TEST_NAME): Likewise.
38355 * string/test-memcpy.c (TEST_NAME): Likewise.
38356 * string/test-memmem.c (TEST_NAME): Likewise.
38357 * string/test-memmove.c (TEST_NAME): Likewise.
38358 * string/test-memset.c (TEST_NAME): Likewise.
38359 * string/test-rawmemchr.c (TEST_NAME): Likewise.
38360 * string/test-stpcpy.c (TEST_NAME): Likewise.
38361 * string/test-stpncpy.c (TEST_NAME): Likewise.
38362 * string/test-strcasecmp.c (TEST_NAME): Likewise.
38363 * string/test-strcasestr.c (TEST_NAME): Likewise.
38364 * string/test-strcat.c (TEST_NAME): Likewise.
38365 * string/test-strchr.c (TEST_NAME): Likewise.
38366 * string/test-strcmp.c(TEST_NAME): Likewise.
38367 * string/test-strcpy.c (TEST_NAME): Likewise.
38368 * string/test-strcspn.c (TEST_NAME): Likewise.
38369 * string/test-strlen.c (TEST_NAME): Likewise.
38370 * string/test-strncasecmp.c (TEST_NAME): Likewise.
38371 * string/test-strncmp.c (TEST_NAME): Likewise.
38372 * string/test-strncpy.c (TEST_NAME): Likewise.
38373 * string/test-strnlen.c (TEST_NAME): Likewise.
38374 * string/test-strpbrk.c (TEST_NAME): Likewise.
38375 * string/test-strrchr.c (TEST_NAME): Likewise.
38376 * string/test-strspn.c (TEST_NAME): Likewise.
38377 * string/test-strstr.c (TEST_NAME): Likewise.
38378 * string/test-bcopy-ifunc.c: New file.
38379 * string/test-bzero-ifunc.c: Likewise.
38380 * string/test-memccpy-ifunc.c: Likewise.
38381 * string/test-memchr-ifunc.c: Likewise.
38382 * string/test-memcmp-ifunc.c: Likewise.
38383 * string/test-memcpy-ifunc.c: Likewise.
38384 * string/test-memmem-ifunc.c: Likewise.
38385 * string/test-memmove-ifunc.c: Likewise.
38386 * string/test-mempcpy-ifunc.c: Likewise.
38387 * string/test-memset-ifunc.c: Likewise.
38388 * string/test-rawmemchr-ifunc.c: Likewise.
38389 * string/test-stpcpy-ifunc.c: Likewise.
38390 * string/test-stpncpy-ifunc.c: Likewise.
38391 * string/test-strcasecmp-ifunc.c: Likewise.
38392 * string/test-strcasestr-ifunc.c: Likewise.
38393 * string/test-strcat-ifunc.c: Likewise.
38394 * string/test-strchr-ifunc.c: Likewise.
38395 * string/test-strchrnul-ifunc.c: Likewise.
38396 * string/test-strcmp-ifunc.c: Likewise.
38397 * string/test-strcpy-ifunc.c: Likewise.
38398 * string/test-strcspn-ifunc.c: Likewise.
38399 * string/test-strlen-ifunc.c: Likewise.
38400 * string/test-strncasecmp-ifunc.c: Likewise.
38401 * string/test-strncat-ifunc.c: Likewise.
38402 * string/test-strncmp-ifunc.c: Likewise.
38403 * string/test-strncpy-ifunc.c: Likewise.
38404 * string/test-strnlen-ifunc.c: Likewise.
38405 * string/test-strpbrk-ifunc.c: Likewise.
38406 * string/test-strrchr-ifunc.c: Likewise.
38407 * string/test-strspn-ifunc.c: Likewise.
38408 * string/test-strstr-ifunc.c: Likewise.
38409
de54b33a
L
38410 * debug/Makefile (tests-ifunc): New variable.
38411 (tests): Add $(tests-ifunc).
38412 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38413 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38414 * debug/test-stpcpy_chk-ifunc.c: New file.
38415 * debug/test-strcpy_chk-ifunc.c: Likewise.
38416
88481c16
SP
384172012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
38418
38419 [BZ #13601]
38420 * elf/dl-load.c (open_verify): Retry read if the entire ELF
38421 header is not read in.
38422
135948bd
JM
384232012-10-19 Joseph Myers <joseph@codesourcery.com>
38424
89f1c388
JM
38425 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
38426 script to $(SHELL) as $<. Pass $(common-objpfx) to script
38427 directly. Pass built executable to script as
38428 $(built-program-cmd).
38429 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
38430 $testprogram without using LD_LIBRARY_PATH and $ldso.
38431
e40a0d21
JM
38432 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38433 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38434 $(rtld-installed-name).
38435 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38436 (rtld_installed_name): Likewise.
38437 (library_path): Likewise.
38438 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
38439 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38440 $(run-program-prefix) to tst-tables.sh.
38441 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
38442 it to run tst-table-from and tst-table-to.
38443 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38444 Pass it to tst-table.sh.
38445 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38446 $(run-program-prefix) to tst-gettext.sh.
38447 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38448 tst-translit.sh.
38449 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38450 tst-gettext2.sh.
38451 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
38452 to run tst-gettext.
38453 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
38454 to run tst-gettext2.
38455 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
38456 to run tst-translit.
38457 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38458 $(run-program-prefix) to tst-mtrace.sh.
38459 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
38460 to run tst-mtrace.
38461 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38462 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38463 $(rtld-installed-name).
38464 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38465 (rtld_installed_name): Likewise.
38466 (run_program_prefix): New variable. Use it to run wordexp-test.
38467
728e272a
JM
38468 * Makeconfig (ARCH): Remove all definitions.
38469 (machine): Likewise.
38470 [ARCH]: Remove conditional code.
38471 [!objdir]: Give error.
38472 [!objdir] (objpfx): Remove.
38473 [!objdir] (common-objpfx): Likewise.
38474 [!objdir] (common-objdir): Likewise.
38475 * configure.in (config_makefile): Remove. Hardcode Makefile in
38476 AC_CONFIG_FILES call.
38477 * configure: Regenerated.
38478
d528cdcf
JM
38479 [BZ #13888]
38480 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38481 or TMPDIR.
38482 (testout): Likewise.
38483
135948bd
JM
38484 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38485 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38486 $(rtld-installed-name).
38487 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38488 (rtld_installed_name): Likwise.
38489 (runit): Remove function.
38490 (run_getconf): New variable, Use it for running getconf binary.
38491
38c78296
L
384922012-10-18 H.J. Lu <hongjiu.lu@intel.com>
38493
38494 [BZ #14716]
38495 * string/test-memmem.c (check_result): New function.
38496 (do_one_test): Use it.
38497 (check1): New function.
38498 (test_main): Use it.
38499
d077f65f
MT
385002012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
38501
38502 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38503
ced52c71
JM
385042012-10-18 Joseph Myers <joseph@codesourcery.com>
38505
38506 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38507 (_G_LSEEK64): Likewise.
38508 (_G_MMAP64): Likewise.
38509 (_G_FSTAT64): Likewise.
38510 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38511 (_G_LSEEK64): Likewise.
38512 (_G_MMAP64): Likewise.
38513 (_G_FSTAT64): Likewise.
38514 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38515 unconditional. Call __mmap64 directly.
38516 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38517 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
38518 __lseek64 directly.
38519 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38520 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
38521 __mmap64 directly.
38522 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38523 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
38524 __lseek64 directly.
38525 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38526 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
38527 __lseek64 directly.
38528 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38529 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
38530 __lseek64 directly.
38531 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38532 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
38533 __fxstat64 directly.
38534 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38535 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38536 unconditional.
38537 (freopen64) [!_G_OPEN64]: Remove conditional code.
38538 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38539 unconditional.
38540 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38541 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38542 unconditional.
38543 (ftello64) [!_G_LSEEK64]: Remove conditional code.
38544 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38545 unconditional.
38546 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38547 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38548 unconditional.
38549 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38550 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38551 unconditional.
38552 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38553 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38554 unconditional.
38555 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38556 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38557 unconditional.
38558 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38559
b741de23
SP
385602012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
38561
38562 [BZ #12140]
38563 * manual/memory.texi (Malloc Tunable Parameters): Add note
38564 about free list pointers overwriting some perturb bytes.
38565 Wording suggested by Roland McGrath.
38566
f9b9d9c9
JM
385672012-10-17 Joseph Myers <joseph@codesourcery.com>
38568
38569 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38570 (lgamma_test): Likewise.
38571 (tgamma_test): Likewise.
38572
172a631a
FW
385732012-10-16 Florian Weimer <fweimer@redhat.com>
38574
38575 [BZ #14700]
38576 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38577 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38578
e9f37252
MK
385792012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
38580
38581 * NEWS: Mention BZ #14716.
38582 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38583 when removing AVAILABLE1_USES_J macro.
38584
d394eb74
L
385852012-10-12 H.J. Lu <hongjiu.lu@intel.com>
38586
38587 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38588 (__bswap_64): __uint64_t for unsigned 64-bit int.
38589
ca38dc17
AS
385902012-10-12 Andreas Schwab <schwab@linux-m68k.org>
38591
38592 * include/string.h (memmem): Declare libc hidden alias.
38593 * string/memmem.c (memmem): Define libc hidden alias.
38594 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38595 __read, __close instead of open, read, close.
38596
9a387d1f
L
385972012-10-11 H.J. Lu <hongjiu.lu@intel.com>
38598
ac49ecaf
L
38599 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38600 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38601 global and hidden.
38602 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38603 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38604 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38605 Likewise.
38606 (__rawmemchr_sse2): Likewise.
38607 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38608 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38609 (__strchr_sse2): Likewise.
38610 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38611 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38612 (__strcasecmp_sse2): Likewise.
38613 (__strncasecmp_sse2): Likewise.
38614 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38615 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38616 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38617 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38618 (__strrchr_sse2): Likewise.
38619 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38620 ifunc-impl-list.c.
38621 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38622 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38623 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38624 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38625 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38626 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38627 * sysdeps/x86_64/multiarch/memset.S: Likewise.
38628 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38629 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38630 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38631 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38632 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38633 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38634 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38635 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38636 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38637 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38638 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38639 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38640 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38641 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38642 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38643 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38644 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38645 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38646 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38647 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38648 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38649 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38650 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38651
b090e8ea
L
38652 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38653 global and hidden.
38654 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38655 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38656 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38657 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38658 Likewise.
38659 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38660 Likewise.
38661 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38662 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38663 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38664 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38665 ifunc-impl-list.c.
38666 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38667 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38668 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38669 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38670 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38671 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38672 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38673 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38674 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38675 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38676 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38677 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38678 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38679 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38680 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38681 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38682 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38683 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38684 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38685 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38686 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38687 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38688 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38689 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38690 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38691 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38692 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38693 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38694 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38695 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38696 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38697 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38698 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38699 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38700 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38701 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38702 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38703 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38704 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38705 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38706 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38707
11dd4af6
L
38708 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38709 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38710 * include/ifunc-impl-list.h: New file.
38711 * misc/ifunc-impl-list.c: Likewise.
38712 * misc/Makefile (routines): Add ifunc-impl-list.
38713 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38714 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
38715 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38716 TEST_NAME]: New variables.
11dd4af6
L
38717 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38718 are defined.
38719 (test_init): Call __libc_ifunc_impl_list to initialize
38720 func_list if TEST_IFUNC and TEST_NAME are defined.
38721
9a387d1f
L
38722 * string/Makefile (strop-tests): Add bcopy and bzero.
38723 * string/test-bcopy.c: New file.
38724 * string/test-bzero.c: Likewise.
38725 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38726 defined.
38727 * string/test-memset.c: Support bzero test if TEST_BZERO is
38728 defined.
38729 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38730 __libc_memmove.
38731 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38732 __libc_memset.
38733 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38734 of memset.
38735
472371b9
JM
387362012-10-10 Joseph Myers <joseph@codesourcery.com>
38737
1e4a9536
JM
38738 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38739 * configure: Regenerated.
38740
d173d12e
JM
38741 * Makeconfig (+link-static-before-libc): Don't include
38742 $(link-static-libc).
38743
472371b9
JM
38744 * libio/libio.h (_IO_pos_t): Remove.
38745
89a3ad0b
AO
387462012-10-10 Alexandre Oliva <aoliva@redhat.com>
38747
38748 * NEWS: Add note about FIPS mode. Wording suggested by Roland
38749 McGrath.
38750
e7451425
AO
387512012-10-10 Alexandre Oliva <aoliva@redhat.com>
38752
38753 * crypt/crypt-entry.c: Include fips-private.h.
38754 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38755 * crypt/md5c-test.c (main): Tolerate disabled MD5.
38756 * sysdeps/unix/sysv/linux/fips-private.h: New file.
38757 * sysdeps/generic/fips-private.h: New file, dummy fallback.
38758
4ba74a35
AO
387592012-10-10 Alexandre Oliva <aoliva@redhat.com>
38760
38761 * crypt/crypt-private.h: Include stdbool.h.
38762 (_ufc_setup_salt_r): Return bool.
38763 * crypt/crypt-entry.c: Include errno.h.
38764 (__crypt_r): Return NULL with EINVAL for bad salt.
38765 * crypt/crypt_util.c (bad_for_salt): New.
38766 (_ufc_setup_salt_r): Check that salt is long enough and within
38767 the specified alphabet.
38768 * crypt/badsalttest.c: New file.
38769 * crypt/Makefile (tests): Add it.
38770 ($(objpfx)badsalttest): New.
38771
f96f1242
MK
387722012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
38773
38774 * NEWS: Add entry for BZ #14602.
38775
0e8e0c1c
JM
387762012-10-09 Joseph Myers <joseph@codesourcery.com>
38777
38778 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38779 type-generic.
38780 * math/libm-test.inc: Update comment listing what functions and
38781 macros are tested.
38782 (isgreater_test): New function.
38783 (isgreaterequal_test): Likewise.
38784 (isless_test): Likewise.
38785 (islessequal_test): Likewise.
38786 (islessgreater_test): Likewise.
38787 (isunordered_test): Likewise.
38788 (main): Call the new functions.
38789
273edc5e
RM
387902012-10-09 Roland McGrath <roland@hack.frob.com>
38791
b8493de0
RM
38792 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38793 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38794 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38795 * sysdeps/i386/configure: Regenerated.
38796 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38797 * sysdeps/mach/configure: Regenerated.
38798 * sysdeps/mach/hurd/configure: Regenerated.
38799 * sysdeps/powerpc/configure: Regenerated.
38800 * sysdeps/powerpc/powerpc32/configure: Regenerated.
38801 * sysdeps/powerpc/powerpc64/configure: Regenerated.
38802 * sysdeps/s390/s390-32/configure: Regenerated.
38803 * sysdeps/s390/s390-64/configure: Regenerated.
38804 * sysdeps/sh/configure: Regenerated.
38805 * sysdeps/sparc/configure: Regenerated.
38806 * sysdeps/unix/sysv/linux/configure: Regenerated.
38807 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38808 * sysdeps/x86_64/configure: Regenerated.
38809
273edc5e
RM
38810 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38811 defined. Don't check if MAP is NULL.
38812
c8450f70
JM
388132012-10-09 Joseph Myers <joseph@codesourcery.com>
38814
38815 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38816 (_G_stat64): Likewise.
38817 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38818 (_G_stat64): Likewise.
38819 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38820 instead of struct _G_stat64.
38821 * libio/fileops.c (mmap_remap_check): Likewise.
38822 (decide_maybe_mmap): Likewise.
38823 (_IO_new_file_seekoff): Likewise.
38824 (_IO_file_stat): Likewise.
38825 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38826 _G_off64_t.
38827 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38828 instead of struct _G_stat64.
38829 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38830
57e605ba
MK
388312012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
38832
38833 [BZ #14602]
38834 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38835 Replace with ...
38836 (CHECK_EOL): New macro.
38837 (two_way_short_needle): Check beginning of haystack for EOL. Use
38838 CHECK_EOL.
38839 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38840 Replace with CHECK_EOL.
38841 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38842 Replace with CHECK_EOL.
38843
ef1bb361
JM
388442012-10-08 Joseph Myers <joseph@codesourcery.com>
38845
38846 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38847 type-generic.
38848 * math/libm-test.inc: Update comment listing what functions and
38849 macros are tested.
38850 (finite_test): New function.
38851 (isinf_test): Likewise.
38852 (isnan_test): Likewise.
38853 (fpclassify_test): Test subnormal input.
38854 (isfinite_test): Likewise.
38855 (isnormal_test): Likewise.
38856 (main): Call the new functions.
38857
55f11534
JN
388582012-10-08 Jonathan Nieder <jrnieder@gmail.com>
38859
38860 [BZ #14660]
38861 * Makerules (%.dynsym): Force C locale when running
38862 $(OBJDUMP) --dynamic-syms.
38863
1ab29350
AS
388642012-10-08 Andreas Schwab <schwab@linux-m68k.org>
38865
38866 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38867 <stdint.h>.
38868
f1ecb7ef
DM
388692012-10-06 David S. Miller <davem@davemloft.net>
38870
38871 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38872 upper 32-bits of the length value in %o2 since we use branch-on-register
38873 tests which consider the entire 64-bit register.
38874
5d41d91a
L
388752012-10-06 H.J. Lu <hongjiu.lu@intel.com>
38876
38877 * string/test-strstr.c (check2): Add a test for page boundary.
38878
3baddb72
DM
388792012-10-05 David S. Miller <davem@davemloft.net>
38880
38881 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38882 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38883 file.
38884 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38885 sysdep_routines.
38886 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38887 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38888 and bzero when HWCAP_SPARC_CRYPTO is present.
38889
9cee5585
L
388902012-10-05 H.J. Lu <hongjiu.lu@intel.com>
38891
d7e0dab9
L
38892 [BZ #14602]
38893 * string/test-strstr.c (check2): New function.
38894 (test_main): Call check2.
38895
03759f47
L
38896 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38897 and bug-strchr1.
38898 * string/bug-strcasestr1.c (do_test): Moved to ...
38899 * string/test-strcasestr.c (check1): Here. New function.
38900 (do_one_test): Break out result checking code into ...
38901 (check_result): This. New function.
38902 (do_one_test): Call check_result.
38903 (test_main): Call check1.
38904 * string/bug-strchr1.c (do_test): Moved to ...
38905 * string/test-strchr.c (check1): Here. New function.
38906 (do_one_test): Break out result checking code into ...
38907 (check_result): This. New function.
38908 (do_one_test): Call check_result.
38909 (test_main): Call check1.
38910 * string/bug-strstr1.c (main): Moved to ...
046f153e 38911 * string/test-strstr.c (check1): Here. New function.
03759f47
L
38912 (do_one_test): Break out result checking code into ...
38913 (check_result): This. New function.
38914 (do_one_test): Call check_result.
38915 (test_main): Call check1.
38916 * string/bug-strcasestr1.c: Removed.
38917 * string/bug-strchr1.c: Likewise.
38918 * string/bug-strstr1.c: Likewise.
38919
53cea63e
L
38920 * elf/Makefile (dl-routines): Add hwcaps.
38921 * elf/dl-support.c (_dl_important_hwcaps): Removed.
38922 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38923 (_dl_important_hwcaps): Moved to ...
38924 * elf/dl-hwcaps.c: Here. New file.
38925 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38926
9cee5585 38927 [BZ #14557]
bb859b06
L
38928 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38929 if IS_IN_rtld isn't defined.
38930
9cee5585
L
38931 * elf/dl-support.c (_dl_sysinfo_map): New.
38932 Include "get-dynamic-info.h" and "setup-vdso.h".
38933 (_dl_non_dynamic_init): Call setup_vdso.
38934 * elf/dynamic-link.h: Don't include <assert.h>.
38935 (elf_get_dynamic_info): Moved to ...
38936 * elf/get-dynamic-info.h: Here. New file.
38937 * elf/dynamic-link.h: Include "get-dynamic-info.h".
38938 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38939 * elf/setup-vdso.h: Here. New file.
38940 * elf/rtld.c: Include "setup-vdso.h".
38941 (dl_main): Call setup_vdso.
38942
23c31b76
JM
389432012-10-05 Joseph Myers <joseph@codesourcery.com>
38944
28234b07
JM
38945 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38946 creal in comment listing functions tested. List finite, isinf,
38947 isnan, isless, islessequal, isgreater, isgreaterequal,
38948 islessgreater, isunordered, lgamma_r and pow10 as functions and
38949 macros not tested. Mention which functions not tested are aliases
38950 for other functions. Fix typo. Note that signs of NaNs are not
38951 tested.
38952
23c31b76
JM
38953 * scripts/config.guess: Update from config.git.
38954 * scripts/config.sub: Likewise.
38955
9043e228
RM
389562012-10-04 Roland McGrath <roland@hack.frob.com>
38957
38958 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38959 * misc/madvise.c (madvise): Renamed to __madvise.
38960 Make madvise a weak alias.
38961 * include/sys/mman.h: Declare __madvise.
38962 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38963 * sysdeps/unix/syscalls.list
38964 (madvise): Make __madvise the strong name, and madvise a weak alias.
38965 * sysdeps/unix/sysv/linux/syscalls.list
38966 (madvise, mmap): Remove redundant entries.
38967 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38968 * malloc/malloc.c (mtrim): Likewise.
38969 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38970
f57f8055
RM
389712012-10-03 Roland McGrath <roland@hack.frob.com>
38972
38973 * sysdeps/mach/hurd/dl-cache.c: File removed.
38974 * config.h.in (USE_LDCONFIG): New #undef.
38975 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38976 * configure: Regenerated.
38977 * elf/Makefile (dl-routines): Add dl-cache only under
38978 [$(use-ldconfig) = yes].
38979 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38980 cache on [USE_LDCONFIG].
38981 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38982 [USE_LDCONFIG].
38983 * elf/rtld.c (dl_main): Likewise.
38984
5bb0c10a
PT
389852012-10-03 Pino Toscano <toscano.pino@tiscali.it>
38986
38987 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38988 _SC_LEVEL4_CACHE_LINESIZE.
38989
010188c6
RM
389902012-10-03 Roland McGrath <roland@hack.frob.com>
38991
38992 * sysdeps/unix/bsd/confstr.h: File removed.
38993
b6c5ec07
AO
389942012-10-02 Alexandre Oliva <aoliva@redhat.com>
38995
38996 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38997 sys/sdt-config.h.
38998
408223d4
RM
389992012-10-02 Roland McGrath <roland@hack.frob.com>
39000
39001 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
39002 Make 'mapoff' field ElfW(Off) rather than off_t.
39003
bb9510dc
DL
390042012-10-02 Dmitry V. Levin <ldv@altlinux.org>
39005
fc997c6e
DL
39006 * nscd/Makefile: Remove nscd-cflags and all its users.
39007 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
39008 (CFLAGS-nonlib): Add compiler flags for nscd modules.
39009
bb9510dc
DL
39010 [BZ #10631]
39011 * malloc.c (malloc_printerr): Clarify error message.
39012
05699367
L
390132012-10-02 H.J. Lu <hongjiu.lu@intel.com>
39014
39015 [BZ #14648]
39016 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39017 Set bit_FMA_Usable if FMA is supported.
39018 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
39019 macro.
39020 (bit_FMA4_Usable): Updated.
39021 (index_FMA_Usable): New macro.
39022 (CPUID_FMA): Likewise
39023 (HAS_FMA): Defined with bit_FMA_Usable.
39024
51367701
RM
390252012-10-01 Roland McGrath <roland@hack.frob.com>
39026
39027 * bits/types.h (__swblk_t): Type removed.
39028 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
39029 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
39030 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39031 (__SWBLK_T_TYPE): Likewise.
39032 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39033 (__SWBLK_T_TYPE): Likewise.
39034 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39035 (__SWBLK_T_TYPE): Likewise.
39036 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39037 (__SWBLK_T_TYPE): Likewise.
39038
4d57bf63 390392012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 39040 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
39041
39042 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
39043 (xdr_mapname): Use YPMAXMAP as maxsize.
39044 (xdr_peername): Use YPMAXPEER as maxsize.
39045 (xdr_keydat): Use YPAXRECORD as maxsize.
39046 (xdr_valdat): Use YPMAXRECORD as maxsize.
39047
93c65d43
RM
390482012-10-01 Roland McGrath <roland@hack.frob.com>
39049
497a03d6
RM
39050 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
39051
93c65d43
RM
39052 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
39053 * csu/init-first.c: ... here.
39054 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
39055 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
39056 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
39057 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
39058 * sysdeps/i386/init-first.c: File removed.
39059 * sysdeps/sh/init-first.c: File removed.
39060
bec749fd
JM
390612012-10-01 Joseph Myers <joseph@codesourcery.com>
39062
39063 [BZ #14645]
39064 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
39065 if x * y might underflow to zero and z is zero.
39066 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
39067 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39068 * math/libm-test.inc (min_subnorm_value): New variable.
39069 (fma_test): Add more tests.
39070 (fma_test_towardzero): Likewise.
39071 (fma_test_downward): Likewise
39072 (fma_test_upward): Likewise.
39073 (initialize): Set min_subnorm_value.
39074
8ec5b013
JM
390752012-09-29 Joseph Myers <joseph@codesourcery.com>
39076
39077 [BZ #14638]
39078 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
39079 0 + 0.
39080 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
39081 mode for addition resulting in exact zero.
39082 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
39083 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
39084 exact 0 + 0.
39085 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
39086 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39087 * math/libm-test.inc (fma_test): Add more tests.
39088 (fma_test_towardzero): New function.
39089 (fma_test_downward): Likewise.
39090 (fma_test_upward): Likewise.
39091 (main): Call the new functions.
39092
b1fa802e
DM
390932012-09-28 David S. Miller <davem@davemloft.net>
39094
39095 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
39096
d3b9fd9e
RM
390972012-09-28 Roland McGrath <roland@hack.frob.com>
39098
ea4d37b3
RM
39099 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
39100 instead of SIGALRM.
39101
ac51c949
RM
39102 * sysdeps/gnu/_G_config.h: Moved to ...
39103 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
39104 * sysdeps/mach/hurd/_G_config.h: Moved to ...
39105 * sysdeps/generic/_G_config.h: ... here.
39106
28c195f7
RM
39107 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
39108
848917f9
RM
39109 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
39110
6bacf05b
RM
39111 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
39112 Conditionalize target on [libnss_test1.so-version].
39113
91363dbb
RM
39114 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
39115
cc87f7d8
RM
39116 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
39117 (elfobjdir): Move out of conditionals.
39118
b1c608fe
RM
39119 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
39120 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
39121 (__nss_lookup_function): Conditionalize label remove_from_tree on
39122 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 39123
1d9a6d96
DM
391242012-09-28 David S. Miller <davem@davemloft.net>
39125
39126 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
39127 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
39128 file.
39129 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39130 sysdep_routines.
39131 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39132 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
39133 when HWCAP_SPARC_CRYPTO is present.
39134
72581615
PT
391352012-09-28 Pino Toscano <toscano.pino@tiscali.it>
39136
39137 * io/tst-mknodat.c: Create a FIFO instead of a socket.
39138
715a900c
JL
391392012-09-28 Andreas Schwab <schwab@linux-m68k.org>
39140
39141 [BZ #6530]
39142 * stdio-common/vfprintf.c (process_string_arg): Revert
39143 2000-07-22 change.
39144
391452011-09-28 Jonathan Nieder <jrnieder@gmail.com>
39146
39147 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
39148 for testcase.
39149 * stdio-common/tst-sprintf.c: Include <locale.h>
39150 (main): Test sprintf's handling of incomplete multibyte
39151 characters.
39152
9bac1d86
L
391532012-09-28 H.J. Lu <hongjiu.lu@intel.com>
39154
39155 * elf/dl-runtime.c (VERSYMIDX): Removed.
39156 * elf/dl-version.c (VERSYMIDX): Likewise.
39157 * elf/do-rel.h (VERSYMIDX): Likewise.
39158 (VALIDX): Likewise.
39159 * elf/dynamic-link.h (VERSYMIDX): Likewise.
39160 * elf/rtld.c (VALIDX): Likewise.
39161 (ADDRIDX): Likewise.
9bac1d86
L
39162 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
39163 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
39164 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
39165 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
39166 (VALIDX): Likewise.
39167 (ADDRIDX): Likewise.
9bac1d86 39168
b31606c0
PT
391692012-09-28 Pino Toscano <toscano.pino@tiscali.it>
39170
39171 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
39172
11541177
JL
391732012-09-28 Dmitry V. Levin <ldv@altlinux.org>
39174
39175 [BZ #11438]
39176 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
39177 to global scope.
39178 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
39179 addresses are in the same scope as 192.0.2/24.
39180 * posix/gai.conf: Document new scope table defaults.
39181
adb26fae
SP
391822012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
39183
39184 [BZ #5298]
39185 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
39186 for ftell. Compute offsets from write pointers instead.
39187 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39188
4573c6b0
SP
391892012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
39190
39191 [BZ #14543]
39192 * libio/Makefile (tests): New test case tst-fseek.
39193 * libio/tst-fseek.c: New test case to verify that fseek/ftell
39194 combination works in wide mode.
39195 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
39196 state when the external buffer state changes.
39197
aa9bbfe6
DM
391982012-09-27 David S. Miller <davem@davemloft.net>
39199
39200 [BZ #14376]
39201 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39202 pass reloc->r_addend in as the 'high' argument to
39203 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39204
784421e7
DM
39205 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39206
c39bc8b8
PT
392072012-09-28 Pino Toscano <toscano.pino@tiscali.it>
39208
39209 * rt/tst-aio2.c: Include <pthread.h>.
39210 * rt/tst-aio3.c: Likewise.
39211
1ccc2399
SE
392122012-09-27 Steve Ellcey <sellcey@mips.com>
39213
39214 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39215
31ed4153
L
392162012-09-27 H.J. Lu <hongjiu.lu@intel.com>
39217
25f5f885
L
39218 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39219 contents on [SHARED].
31ed4153 39220
b7bfe116
MP
392212012-09-26 Marek Polacek <polacek@redhat.com>
39222
39223 [BZ #14530]
39224 [BZ #13741]
39225 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39226 for C++ and GCC <4.3 as well as for non GCC compilers.
39227
43c4edba
MT
392282012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
39229
39230 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39231
6a1bf82f
RM
392322012-09-25 Roland McGrath <roland@hack.frob.com>
39233
39234 * Makefile.in (all, install): Declare with .PHONY.
39235 Reported by Michael Hope <michael.hope@linaro.org>.
39236
8ad11b9a
TMQMF
392372012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39238
39239 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39240 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39241 system header.
39242 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39243 Likewise.
39244 (sydep_routines): Add the new and the internal functions.
39245 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39246 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39247 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39248 (GLIBC_2.17): Add the new function.
39249 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39250 (GLIBC_2.17): Likewise.
39251 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39252 (GLIBC_2.17): Likewise.
39253 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39254 (GLIBC_2.17): Likewise.
39255 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39256
7e2fca8d
AM
392572012-09-25 Alan Modra <amodra@gmail.com>
39258
39259 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39260 Add release barrier before setting once_control to say
39261 initialisation is done. Add hints on lwarx. Use macro in
39262 place of isync.
39263 (clear_once_control): Add release barrier.
39264
b87c4b24
JM
392652012-09-25 Joseph Myers <joseph@codesourcery.com>
39266
d032e0d2
JM
39267 [BZ #13629]
39268 * math/s_clog.c (__clog): Handle more values close to |z| = 1
39269 specially.
39270 * math/s_clog10.c (__clog10): Likewise.
39271 * math/s_clog10f.c (__clog10f): Likewise.
39272 * math/s_clog10l.c (__clog10l): Likewise.
39273 * math/s_clogf.c (__clogf): Likewise.
39274 * math/s_clogl.c (__clogl): Likewise.
39275 * math/Makefile (libm-calls): Add x2y2m1.
39276 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39277 (__x2y2m1): Likewise.
39278 (__x2y2m1l): Likewise.
39279 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39280 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39281 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39282 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39283 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39284 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39285 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
39286 * sysdeps/i386/fpu/libm-test-ulps: Update.
39287 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39288
b87c4b24
JM
39289 [BZ #14621]
39290 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
39291 int as type of variable DEPTH.
39292 (glob): Use size_t instead of int as type of variables NEWCOUNT
39293 and OLD_PATHC.
39294
6d3bf199
LD
392952012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39296
22bf5c17
LD
39297 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39298 Add s_sincosf-sse2.
39299 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
39300 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
39301 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
39302 macros for using routine as __sincosf_ia32.
39303 Use macro for function declaration and weak_alias.
39304 * sysdeps/i386/fpu/libm-test-ulps: Update.
39305
39306 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
39307 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39308
39309 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
39310 subnormal argument.
39311 * math/s_cexpf.c (__cexpf): Likewise.
39312 * math/s_csinf.c (__csinf): Likewise.
39313 * math/s_csinhf.c (__csinhf): Likewise.
39314 * math/s_ctanf.c (__ctanf): Likewise.
39315 * math/s_ctanhf.c (__ctanhf): Likewise.
39316 * math/s_ccosh.c (__ccoshf): Likewise.
39317 * math/s_cexp.c (__cexpl): Likewise.
39318 * math/s_csin.c (__csin): Likewise.
39319 * math/s_csinh.c (__csinh): Likewise.
39320 * math/s_ctan.c (__ctan): Likewise.
39321 * math/s_ctanh.c (ctanh): Likewise.
39322 * math/s_ccoshl.c (__ccoshl): Likewise.
39323 * math/s_cexpl.c (__cexpl): Likewise.
39324 * math/s_csinl.c (__csinl): Likewise.
39325 * math/s_csinhl.c (__csinhl): Likewise.
39326 * math/s_ctanl.c (__ctanl): Likewise.
39327 * math/s_ctanhl.c (__ctanhl): Likewise.
39328
203e5603
JM
393292012-09-25 Joseph Myers <joseph@codesourcery.com>
39330
39331 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
39332 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
39333 (_IO_off_t): Define to __off_t, not _G_off_t.
39334 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
39335 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
39336 (_IO_wint_t): Define to wint_t, not _G_wint_t.
39337 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
39338 type of __dummy and __dummy2 fields.
39339 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
39340 (_G_ssize_t): Likewise.
39341 (_G_off_t): Likewise.
39342 (_G_pid_t): Likewise.
39343 (_G_uid_t): Likewise.
39344 (_G_wchar_t): Likewise.
39345 (_G_wint_t): Likewise.
39346 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
39347 (_G_ssize_t): Likewise.
39348 (_G_off_t): Likewise.
39349 (_G_pid_t): Likewise.
39350 (_G_uid_t): Likewise.
39351 (_G_wchar_t): Likewise.
39352 (_G_wint_t): Likewise.
39353 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
39354 (_G_ssize_t): Likewise.
39355 (_G_off_t): Likewise.
39356 (_G_pid_t): Likewise.
39357 (_G_uid_t): Likewise.
39358 (_G_wchar_t): Likewise.
39359 (_G_wint_t): Likewise.
39360
9fab36eb
SP
393612012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
39362
39363 * malloc/arena.c: Include malloc-sysdep.h.
39364 (shrink_heap): Use check_may_shrink_heap to decide if madvise
39365 is sufficient to shrink the heap or an unmap is needed.
39366 * sysdeps/generic/malloc-sysdep.h: New file. Define
39367 new function check_may_shrink_heap.
39368 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
39369 new function check_may_shrink_heap.
39370
2b4f00d1
SP
393712012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
39372
39373 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39374 comments.
39375
9a9028b1
DL
393762012-09-24 Dmitry V. Levin <ldv@altlinux.org>
39377
57c69bef
DL
39378 * catgets/test-gencat.sh: Add "set -e".
39379 * elf/tst-pathopt.sh: Likewise.
39380 * grp/tst_fgetgrent.sh: Likewise.
39381 * iconvdata/run-iconv-test.sh: Likewise.
39382 * intl/tst-gettext.sh: Likewise.
39383 * intl/tst-gettext2.sh: Likewise.
39384 * intl/tst-gettext4.sh: Likewise.
39385 * intl/tst-gettext6.sh: Likewise.
39386 * intl/tst-translit.sh: Likewise.
39387 * io/ftwtest-sh: Likewise.
39388 * libio/test-freopen.sh: Likewise.
39389 * malloc/tst-mtrace.sh: Likewise.
39390 * posix/globtest.sh: Likewise.
39391 * posix/tst-getconf.sh: Likewise.
39392 * posix/wordexp-tst.sh: Likewise.
39393 * stdio-common/tst-printf.sh: Likewise.
39394 * stdio-common/tst-unbputc.sh: Likewise.
39395 * stdlib/tst-fmtmsg.sh: Likewise.
39396 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39397 * catgets/Makefile: Do not specify -e option when running
39398 testsuite shell scripts.
39399 * elf/Makefile: Likewise.
39400 * grp/Makefile: Likewise.
39401 * iconvdata/Makefile: Likewise.
39402 * intl/Makefile: Likewise.
39403 * io/Makefile: Likewise.
39404 * libio/Makefile: Likewise.
39405 * malloc/Makefile: Likewise.
39406 * posix/Makefile: Likewise.
39407 * stdio-common/Makefile: Likewise.
39408 * stdlib/Makefile: Likewise.
39409 * sysdeps/x86_64/Makefile: Likewise.
39410
9a9028b1
DL
39411 * io/ftwtest-sh: Add copyright header.
39412 * posix/globtest.sh: Likewise.
39413 * posix/tst-getconf.sh: Likewise.
39414 * posix/wordexp-tst.sh: Likewise.
39415 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39416
ced6f16e
L
394172012-09-24 H.J. Lu <hongjiu.lu@intel.com>
39418
94b32c39
L
39419 [BZ #13679]
39420 * Makeconfig (+link): Defined as $(+link-static) if
39421 $(build-shared) isn't yes.
39422 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39423 isn't yes.
39424 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39425
189e935b
L
39426 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39427
ced6f16e
L
39428 [BZ #14562]
39429 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39430 new chunk size with MALLOC_ALIGN_MASK.
39431
a9f8e53a
JM
394322012-09-24 Joseph Myers <joseph@codesourcery.com>
39433
39434 [BZ #5044]
39435 * stdio-common/printf_fphex.c: Include <stdbool.h> and
39436 <rounding-mode.h>.
39437 (__printf_fphex): Determine rounding using get_rounding_mode and
39438 round_away.
39439 * stdio-common/tst-printf-round.c (struct hex_test): New
39440 structure.
39441 (hex_tests): New variable.
39442 (test_hex_in_one_mode): New function.
39443 (do_test): Also run tests for hex float output.
39444
43153109
JM
394452012-09-21 Joseph Myers <joseph@codesourcery.com>
39446
39447 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39448 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39449 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39450 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39451 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39452 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39453 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39454 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39455
8a26625d
JM
394562012-09-20 Joseph Myers <joseph@codesourcery.com>
39457
39458 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39459 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39460 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39461 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39462
f3fd569c
DL
394632012-09-19 Dmitry V. Levin <ldv@altlinux.org>
39464
39465 [BZ #14579]
39466 * elf/rtld.c (dl_main): Limit the check for self loading to normal
39467 mode only.
39468 * elf/tst-rtld-load-self.sh: New test.
39469 * elf/Makefile: Run it.
39470
63bbedd4
JM
394712012-09-18 Joseph Myers <joseph@codesourcery.com>
39472
39473 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39474 (tst-writev-ENV): Remove.
39475 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39476
626f8b6a
CM
394772012-09-17 Chris Metcalf <cmetcalf@tilera.com>
39478
39479 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39480
b7aaa4d6
JM
394812012-09-17 Joseph Myers <joseph@codesourcery.com>
39482
39483 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39484 unconditional.
39485 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39486 Likewise.
39487 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39488 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39489 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39490 Likewise.
39491
65513990
L
394922012-09-14 H.J. Lu <hongjiu.lu@intel.com>
39493
39494 [BZ #14587]
39495 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39496 * config.make.in (have-cpp-asm-debuginfo): Removed.
39497 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39498 * configure: Regenerated.
39499
784761be
JM
395002012-09-14 Joseph Myers <joseph@codesourcery.com>
39501
39502 [BZ #5044]
39503 * stdio-common/printf_fp.c: Include <stdbool.h> and
39504 <rounding-mode.h>.
39505 (___printf_fp): Determine rounding using get_rounding_mode and
39506 round_away.
39507 * stdio-common/tst-printf-round.c: New file.
39508 * stdio-common/Makefile (tests): Add tst-printf-round.
39509 (link-libm): New variable.
39510 ($(objpfx)tst-printf-round): Depend in $(link-libm).
39511
9503345f
L
395122012-09-13 H.J. Lu <hongjiu.lu@intel.com>
39513
39514 [BZ #14576]
39515 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39516 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39517 Likewise.
39518 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39519 Likewise.
39520
ad35fc00
JM
395212012-09-13 Joseph Myers <joseph@codesourcery.com>
39522
39523 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39524 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39525 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39526 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39527
6c9b0f68
JM
395282012-09-12 Joseph Myers <joseph@codesourcery.com>
39529
39530 [BZ #14518]
39531 * include/rounding-mode.h: New file.
39532 * sysdeps/generic/get-rounding-mode.h: Likewise.
39533 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39534 * stdlib/strtod_l.c: Include <rounding-mode.h>.
39535 (MAX_VALUE): New macro.
39536 (MIN_VALUE): Likewise.
39537 (overflow_value): New function.
39538 (underflow_value): Likewise.
39539 (round_and_return): Use overflow_value and underflow_value to
39540 determine return values in overflow and underflow cases. Use
39541 round_away to determine rounding depending on rounding mode.
39542 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39543 determine return values in overflow and underflow cases.
39544 * stdlib/tst-strtod-round.c: Include <fenv.h>.
39545 (struct test_results): New structure.
39546 (struct test): Use struct test_results to store expected results
39547 for all rounding modes.
39548 (TEST): Include expected results for all rounding modes.
39549 (test_in_one_mode): New function.
39550 (do_test): Use test_in_one_mode to compute and check results.
39551 Check results for all rounding modes.
39552 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39553 $(link-libm).
39554
19fcedd5
AM
395552012-12-09 Allan McRae <allan@archlinux.org>
39556
1e9d84cd 39557 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 39558
8bbfd2f1
JM
395592012-09-11 Joseph Myers <joseph@codesourcery.com>
39560
39561 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39562 (_G_int32_t): Likewise.
39563 (_G_uint16_t): Likewise.
39564 (_G_uint32_t): Likewise.
39565 (_G_HAVE_BOOL): Likewise.
39566 (_G_HAVE_ATEXIT): Likewise.
39567 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39568 (_G_HAVE_IO_FILE_OPEN): Likewise.
39569 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39570 (_G_int32_t): Likewise.
39571 (_G_uint16_t): Likewise.
39572 (_G_uint32_t): Likewise.
39573 (_G_HAVE_BOOL): Likewise.
39574 (_G_HAVE_ATEXIT): Likewise.
39575 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39576 (_G_HAVE_IO_FILE_OPEN): Likewise.
39577 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39578 (_G_int32_t): Likewise.
39579 (_G_uint16_t): Likewise.
39580 (_G_uint32_t): Likewise.
39581 (_G_HAVE_BOOL): Likewise.
39582 (_G_HAVE_ATEXIT): Likewise.
39583 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39584 (_G_HAVE_IO_FILE_OPEN): Likewise.
39585
b1dc5912
L
395862012-09-11 H.J. Lu <hongjiu.lu@intel.com>
39587
39588 * csu/libc-tls.c: Update copyright years.
39589
0e886ef9
JM
395902012-09-10 Joseph Myers <joseph@codesourcery.com>
39591
28361c5e
JM
39592 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39593 [!_G_USING_THUNKS]: Remove conditional code.
39594 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39595 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39596
0e886ef9
JM
39597 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39598 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39599 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39600 (_G_VTABLE_LABEL_PREFIX): Likewise.
39601 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39602 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39603 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39604 (_G_VTABLE_LABEL_PREFIX): Likewise.
39605 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39606 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39607 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39608 (_G_VTABLE_LABEL_PREFIX): Likewise.
39609 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39610
bcba7aa2
L
396112012-09-10 H.J. Lu <hongjiu.lu@intel.com>
39612
39613 * libio/Makefile: Include ../Makeconfig before tests.
39614 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39615 only if $(build-shared) is yes.
39616
06585ee8
L
39617 * iconv/gconv_db.c: Update copyright years.
39618
80ccd52c
LD
396192012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39620
39621 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39622 unwind info if defined PIC. Fix special cases description.
39623 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39624
39625 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39626 DP_HI_MASK entry.
39627 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39628
691bc9c1
L
396292012-09-07 H.J. Lu <hongjiu.lu@intel.com>
39630
3d9b46b3
L
39631 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39632
de2139a9
L
39633 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39634 is NULL.
39635
5ca78dd0
L
39636 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39637 (LDLIBS-tst-chk4): This.
39638 (LDFLAGS-tst-chk5): Renamed to ...
39639 (LDLIBS-tst-chk5): This.
39640 (LDFLAGS-tst-chk6): Renamed to ...
39641 (LDLIBS-tst-chk6): This.
39642 (LDFLAGS-tst-lfschk4): Renamed to ...
39643 (LDLIBS-tst-lfschk4): This.
39644 (LDFLAGS-tst-lfschk5): Renamed to ...
39645 (LDLIBS-tst-lfschk5): This.
39646 (LDFLAGS-tst-lfschk6): Renamed to ...
39647 (LDLIBS-tst-lfschk6): This.
39648
691bc9c1
L
39649 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39650 on $(common-objpfx)soversions.mk.
39651
65cafb1c
JM
396522012-09-07 Joseph Myers <joseph@codesourcery.com>
39653
39654 [BZ #10014]
39655 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39656 example host name.
39657
c78ab094
SP
396582012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
39659
39660 * malloc/arena.c (arena_get_retry): New function that gets
39661 another arena for the caller to try its request on.
39662 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39663 current arena cannot fulfill the request.
39664 (__libc_memalign): Likewise.
39665 (__libc_memalign): Likewise.
39666 (__libc_pvalloc): Likewise.
39667 (__libc_calloc): Likewise.
39668
01f49f59
JT
396692012-09-05 John Tobey <john.tobey@gmail.com>
39670
39671 [BZ #13542]
39672 * manual/arith.texi (Operations on Complex): Fix description
39673 of carg branch cut.
39674
4c23fed5
JM
396752012-09-06 Joseph Myers <joseph@codesourcery.com>
39676
1d3c8572
JM
39677 [BZ #10014]
39678 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39679 host name.
39680
4c23fed5
JM
39681 [BZ #10038]
39682 * manual/memory.texi (Memory): Make order of menu items match
39683 order of sections.
39684
04570aaa
L
396852012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39686
39687 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39688 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
39689 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39690
b80af2f4
L
396912012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39692
39693 * csu/libc-tls.c (static_dtv): Renamed to ...
39694 (_dl_static_dtv): This. Make it global.
39695 (_dl_initial_dtv): Removed.
39696 (__libc_setup_tls): Updated.
39697 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39698 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39699 DL_INITIAL_DTV.
39700
2abe9f15
PM
397012012-09-06 Petr Machata <pmachata@redhat.com>
39702
39703 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39704 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39705 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39706 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39707
0948c3af
L
397082012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39709
39710 [BZ #14545]
39711 * csu/libc-tls.c (_dl_initial_dtv): New variable.
39712 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39713 freeing dtv[-1].
39714
a5055ad1
L
397152012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39716
39717 [BZ #14544]
39718 * Makeconfig (link-static-before-libc): Replace $(+prector)
39719 with $(+prectorT).
39720 (link-static-after-libc): Replace $(+postctor) with
39721 $(+postctorT).
39722 (link-bounded): Replace $(+prector)/$(+postctor) with
39723 $(+prectorT)/$(+postctorT).
39724 (+prectorT): New macro.
39725 (+postctorT): Likewise.
39726
ed8c2ecd
JM
397272012-09-06 Joseph Myers <joseph@codesourcery.com>
39728
39729 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39730 (round_str): Handle values above the maximum for IBM long double
39731 as inexact.
39732 * stdlib/tst-strtod-round.c (tests): Regenerated.
39733
14c996c8
AK
397342012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39735
39736 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39737 assembler flag.
39738 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39739 zarch_nohighgprs around the zarch optimized routines.
39740 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39741 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39742 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39743 for zarch.
39744
430d6ce6
DM
397452012-09-05 David S. Miller <davem@davemloft.net>
39746
39747 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39748
57f41c40
AS
39749 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39750 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
39751 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39752 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39753 entries.
39754
24d4e01b
AO
397552012-09-05 Alexandre Oliva <aoliva@redhat.com>
39756
39757 * malloc/arena.c: Fold copyright years.
39758 * malloc/mcheck.c, malloc/memusage.c: Likewise.
39759
61d58174
AO
397602012-09-05 Alexandre Oliva <aoliva@redhat.com>
39761
39762 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39763
20196a5e
AO
397642012-09-05 Alexandre Oliva <aoliva@redhat.com>
39765
39766 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
39767
5c447383
AO
397682012-09-05 Alexandre Oliva <aoliva@redhat.com>
39769
39770 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39771 change internal state upon failure.
39772
fad64255
AO
397732012-09-05 Alexandre Oliva <aoliva@redhat.com>
39774
39775 * malloc/mcheck.c (mcheck_check_all): Fix typo.
39776 * malloc/memusage.c (mmap): Likewise.
39777 (mmap64, mremap): Likewise. Adjust name in comment.
39778
1ffb8c90
SP
397792012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
39780
39781 * libio/fileops.c: Fix typos in comments.
39782 * libio/oldfileops.c: Likewise.
39783 * libio/wfileops.c: Likewise.
39784
6ef9cc37
SP
397852012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
39786
39787 [BZ #1349]
39788 * malloc/Makefile (tests): Add tst-malloc-usable test case.
39789 (tst-malloc-usable-ENV): Set environment for test case.
39790 * malloc/hooks.c (malloc_check_get_size): New function to get
39791 requested size.
39792 * malloc/malloc.c (musable): Use malloc_check_get_size.
39793 * malloc/tst-malloc-usable.c: New test case.
39794
4d038ae3
AS
397952012-09-05 Andreas Schwab <schwab@linux-m68k.org>
39796
39797 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39798
c4e85184
AM
397992012-09-05 Allan McRae <allan@archlinux.org>
39800
b9dafc56 39801 [BZ #13966]
c4e85184
AM
39802 * configure.in (CXX_SYSINCLUDES): Use compiler output to
39803 determine header location.
39804 * configure: Regenerated.
39805
e1343020
AS
398062012-09-05 Andreas Schwab <schwab@linux-m68k.org>
39807
39808 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39809 float format.
39810 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
39811 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39812 format.
e1343020
AS
39813 (test): Regenerate.
39814
0a9f1987
DM
398152012-09-04 David S. Miller <davem@davemloft.net>
39816
39817 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39818 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39819 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39820
29237804
FW
398212012-09-04 Florian Weimer <fweimer@redhat.com>
39822
39823 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39824 failures.
39825
edb3cb88
FW
39826 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39827
60160d83
JM
398282012-09-04 Joseph Myers <joseph@codesourcery.com>
39829
39830 [BZ #9914]
39831 * libio/iogetdelim.c: Include <limits.h>.
39832 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39833 + len + 1 would overflow.
39834
bcd6c8dc
AJ
398352012-09-03 Andreas Jaeger <aj@suse.de>
39836
39837 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39838 * sysdeps/i386/fpu/libm-test-ulps: Update.
39839
4ffffbd2
LD
398402012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39841
39842 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39843 Add s_sinf-sse2, s_conf-sse2.
39844
39845 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39846 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39847 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39848 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39849
39850 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39851 for using routine as __sinf_ia32.
39852 Use macro for function declaration and weak_alias.
39853 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39854 for using routine as __cosf_ia32.
39855 Use macro for function declaration and weak_alias.
39856
39857 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39858 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39859
39860 * sysdeps/x86_64/fpu/s_sinf.S: New file.
39861 * sysdeps/x86_64/fpu/s_cosf.S: New file.
39862 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39863
39864 * math/libm-test.inc (cos_test): Add more test cases.
39865 (sin_test): Likewise.
39866 (sincos_test): Likewise.
39867
511fa286
AK
398682012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39869
39870 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39871 (IFUNC_RESOLVE): Make pointers to the specialized implementations
39872 hidden.
39873 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39874
5f30cfec
L
398752012-09-02 H.J. Lu <hongjiu.lu@intel.com>
39876
39877 [BZ #14538]
39878 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39879 first element of the GOT.
39880 (elf_machine_load_address): Return the difference between
39881 the runtime address of _DYNAMIC and elf_machine_dynamic ().
39882
0786794f
AM
398832012-09-01 Allan McRae <allan@archlinux.org>
39884
5f30cfec
L
39885 [BZ #13412]
39886 * configure.in (AWK): Require gawk version 3.0 or later.
39887 * configure: Regenerated.
0786794f 39888
26889eac
JM
398892012-09-01 Joseph Myers <joseph@codesourcery.com>
39890
39891 * sysdeps/unix/sysv/linux/kernel-features.h
39892 (__ASSUME_POSIX_CPU_TIMERS): Remove.
39893 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39894 [__NR_clock_getres]: Make code unconditional.
39895 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39896 (clock_getcpuclockid): Remove code left unreachable by removal of
39897 conditionals.
39898 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39899 code unconditional.
39900 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39901 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39902 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39903 Make code unconditional.
39904 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39905 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39906 * sysdeps/unix/sysv/linux/clock_settime.c
39907 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39908 conditional code.
39909 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39910 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39911
d22e28b0
L
399122012-08-29 H.J. Lu <hongjiu.lu@intel.com>
39913
39914 [BZ #14476]
39915 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39916 scripts/test-installation.pl.
39917
39918 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39919 and $ld_so_version if it is set.
39920
050af9c4
SP
399212012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
39922
39923 [BZ #14516]
39924 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39925 failure if reading from procfs failed.
39926 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39927
ad845c0b
JM
399282012-08-27 Joseph Myers <joseph@codesourcery.com>
39929
39930 * sysdeps/unix/sysv/linux/kernel-features.h
39931 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39932 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39933 Remove conditional code.
39934 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39935 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39936 Remove conditional code.
39937 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39938 * sysdeps/unix/sysv/linux/i386/fxstat.c
39939 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39940 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39941 * sysdeps/unix/sysv/linux/i386/fxstatat.c
39942 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39943 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39944 * sysdeps/unix/sysv/linux/i386/lxstat.c
39945 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39946 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39947 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39948 Remove conditional code.
39949 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39950 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39951 Remove conditional code.
39952 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39953 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39954 <kernel-features.h>.
39955 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39956 Remove.
39957 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39958 Remove conditional code.
39959 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39960 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39961 Remove conditional.
39962
5dbf56af
MF
399632012-08-27 Mike Frysinger <vapier@gentoo.org>
39964
39965 [BZ #5400]
39966 * NEWS: Add fixed bug number.
39967
d6e70f43
JM
399682012-08-27 Joseph Myers <joseph@codesourcery.com>
39969
7efb4737
JM
39970 [BZ #14519]
39971 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39972 underflowing exponent in case of negative sign.
39973 * stdlib/tst-strtod-round-data: Add more tests.
39974 * stdlib/tst-strtod-round.c (tests): Regenerated.
39975
af92131a
JM
39976 [BZ #3479]
39977 * stdlib/strtod_l.c (NDIG): Remove.
39978 (HEXNDIG): Likewise.
39979 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39980 smallest representable value.
39981 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39982 lie within an exact representation of 1/2 ulp of the result.
39983 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39984 unconditionally.
39985 (TENS_P9_IDX): Define unconditionally.
39986 (TENS_P9_SIZE): Likewise.
39987 (TENS_P10_IDX): Likewise.
39988 (TENS_P10_SIZE): Likewise.
39989 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39990 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39991 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39992 entries for 10^2^13 and 10^2^14.
39993 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39994 (TENS_P13_IDX): Define.
39995 (TENS_P13_SIZE): Likewise.
39996 (TENS_P14_IDX): Likewise.
39997 (TENS_P14_SIZE): Likewise.
39998 (_fpioconst_pow10): Change array size to
39999 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
40000 unconditional.
40001 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
40002 1024]: Add entries for 10^2^13 and 10^2^14.
40003 [LAST_POW10 > _LAST_POW10]: Remove #error.
40004 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
40005 (_fpioconst_pow10): Change array size to
40006 FPIOCONST_POW10_ARRAY_SIZE.
40007 * stdlib/gen-fpioconst.c: New file.
40008 * stdlib/gen-tst-strtod-round.c: Likewise.
40009 * stdlib/tst-strtod-round-data: Likewise.
40010 * stdlib/tst-strtod-round.c: Likewise.
40011 * stdlib/Makefile (tests): Add tst-strtod-round.
40012
d6e70f43
JM
40013 [BZ #14459]
40014 * stdlib/strtod_l.c: Include <stdint.h>.
40015 (NDEBUG): Do not define.
40016 (round_and_return): Change EXPONENT parameter to type intmax_t.
40017 Rearrange calculations to avoid internal overflow possibilities.
40018 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
40019 Rearrange calculations to avoid internal overflow possibilities.
40020 Assert that number fits inside MPNSIZE limbs.
40021 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
40022 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
40023 calculations and add assertions to avoid internal overflow
40024 possibilities. Add casts to avoid signed/unsigned operations.
40025 * stdlib/tst-strtod-overflow.c: New file.
40026 * stdlib/Makefile (tests): Add tst-strtod-overflow.
40027
1f529f7d
MP
400282012-08-25 Marek Polacek <polacek@redhat.com>
40029
40030 * time/time.h: Fix some typos in comments.
40031
59a629f1
RM
400322012-08-23 Roland McGrath <roland@hack.frob.com>
40033
40034 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
40035 * posix/tst-rfc3484-2.c: Likewise.
40036 * posix/tst-rfc3484-3.c: Likewise.
40037
d3bafbc9
SM
400382012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
40039
40040 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
40041 (EF_ARM_ABI_FLOAT_HARD): Likewise.
40042
4efcc022
JM
400432012-08-23 Joseph Myers <joseph@codesourcery.com>
40044
40045 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
40046 #include of fxstatat64.c.
40047
3cc3ef96
RM
400482012-08-22 Roland McGrath <roland@hack.frob.com>
40049
f04e2132
RM
40050 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
40051 * shadow/getspent_r.c: Likewise.
40052 * shadow/getspnam.c: Likewise.
40053 * shadow/getspnam_r.c: Likewise.
40054 * gshadow/getsgent.c: Likewise.
40055 * gshadow/getsgent_r.c: Likewise.
40056 * gshadow/getsgnam.c: Likewise.
40057 * gshadow/getsgnam_r.c: Likewise.
40058 * inet/getnetbyad.c: Likewise.
40059 * inet/getnetbyad_r.c: Likewise.
40060 * inet/getnetbynm.c: Likewise.
40061 * inet/getnetbynm_r.c: Likewise.
40062 * inet/getnetent.c: Likewise.
40063 * inet/getnetent_r.c: Likewise.
40064 * inet/getproto.c: Likewise.
40065 * inet/getproto_r.c: Likewise.
40066 * inet/getprtent.c: Likewise.
40067 * inet/getprtent_r.c: Likewise.
40068 * inet/getprtname.c: Likewise.
40069 * inet/getprtname_r.c: Likewise.
40070 * inet/getrpcbyname.c: Likewise.
40071 * inet/getrpcbyname_r.c: Likewise.
40072 * inet/getrpcbynumber.c: Likewise.
40073 * inet/getrpcbynumber_r.c: Likewise.
40074 * inet/getrpcent.c: Likewise.
40075 * inet/getrpcent_r.c: Likewise.
40076 * inet/getaliasent.c: Likewise.
40077 * inet/getaliasent_r.c: Likewise.
40078 * inet/getaliasname.c: Likewise.
40079 * inet/getaliasname_r.c: Likewise.
40080 * nscd/getgrgid_r.c: Likewise.
40081 * nscd/getgrnam_r.c: Likewise.
40082 * nscd/gethstbyad_r.c: Likewise.
40083 * nscd/gethstbynm3_r.c: Likewise.
40084 * nscd/getpwnam_r.c: Likewise.
40085 * nscd/getpwuid_r.c: Likewise.
40086 * nscd/getsrvbynm_r.c: Likewise.
40087 * nscd/getsrvbypt_r.c: Likewise.
40088 * nscd/gai.c: Likewise.
40089
c53d909c
RM
40090 * configure.in (build_nscd): New substituted variable, set
40091 by --disable-build-nscd and defaults to $use_nscd.
40092 * configure: Regenerated.
40093 * config.make.in (build-nscd): New substituted variable.
40094 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
40095 Change conditional to require [$(build-nscd) = yes] as well.
40096 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
40097
3cc3ef96
RM
40098 [BZ# 13696]
40099 * configure.in (use_nscd): New substituted variable, set by
40100 --disable-nscd. If enabled, define USE_NSCD.
40101 * configure: Regenerated.
40102 * config.h.in: Add USE_NSCD.
40103 * config.make.in (use-nscd): New substituted variable.
40104 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
40105 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
40106 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
40107 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
40108 (CFLAGS-getgrnam_r.c): Likewise.
40109 (CFLAGS-initgroups.c): Likewise.
40110 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
40111 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
40112 Variables removed.
40113 * inet/getnetgrent_r.c
40114 (nscd_setnetgrent): New function, broken out of ...
40115 (setnetgrent): ... here. Call it.
40116 (innetgr): Conditionalize nscd bits on [USE_NSCD].
40117 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
40118 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
40119 * nscd/Makefile (routines, aux): Move definitions after include of
40120 Makeconfig. Conditionalize on [$(use-nscd) != no].
40121 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
40122 Conditionalize on [USE_NSCD].
40123 (is_nscd, nscd_init_cb): Likewise.
40124 (nss_load_library): Conditionalize init callback on [USE_NSCD].
40125 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
40126 * nss/nss_db/db-init.c: Likewise.
40127 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
40128 [USE_NSCD].
40129 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
40130 (make_request): Use it.
40131 (cache_valid_p): New function.
40132 (__check_pf): Use it.
40133 * NEWS: Add item for --disable-nscd.
40134
07e51550
DL
401352012-08-22 Dmitry V. Levin <ldv@altlinux.org>
40136
40137 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
40138 to support sed >= 4.2.1-20-ga9bf076.
40139 * configure: Regenerated.
40140
35a5b08b
RM
401412012-08-22 Roland McGrath <roland@hack.frob.com>
40142
40143 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
40144 Conditionalize whole body on [IREL].
40145
8479f23a
JL
401462012-08-22 Jeff Law <law@redhat.com>
40147
40148 [BZ #14505]
40149 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
40150 if the family is PF_UNSPEC.
40151
48da0b21
MF
401522012-08-22 Mike Frysinger <vapier@gentoo.org>
40153
40154 * Makerules (lib-version): Rename from V.
40155 (install-lib-nosubdir): Change V to lib-version.
40156
15d0da8c
WS
401572012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
40158
40159 [BZ #14252]
40160 * powerpc32/power6/wcschr.c: New file.
40161 * powerpc32/power6/wcscpy.c: New file.
40162 * powerpc32/power6/wcsrchr.c: New file.
40163 * powerpc64/power6/wcschr.c: New file.
40164 * powerpc64/power6/wcscpy.c: New file.
40165 * powerpc64/power6/wcsrchr.c: New file.
40166
bcca0895
MK
401672012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
40168
40169 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
40170 (two_way_short_needle): Use it.
5a4aaa33
RM
40171 * string/strstr.c (AVAILABLE1_USES_J): Define.
40172 * string/strcasestr.c: Likewise.
99677e57
MK
40173
40174 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
40175 array references.
40176 * string/strcasestr.c (TOLOWER): Make side-effect safe.
40177
400726de
MK
40178 [BZ #11607]
40179 * NEWS: Add an entry.
40180 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
40181 define their defaults.
40182 (two_way_short_needle): Detect end-of-string on-the-fly.
40183 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
40184 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
40185 * string/bug-strcasestr1.c: New test.
40186 * string/Makefile: Run it.
40187
20a71f2c
MK
401882012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
40189
40190 [BZ #11607]
40191 * string/str-two-way.h (two_way_short_needle): Optimize matching of
40192 the first character.
40193
21ad0558
RM
401942012-08-21 Roland McGrath <roland@hack.frob.com>
40195
40196 * csu/elf-init.c (__libc_csu_irel): Function removed.
40197 * csu/libc-start.c (apply_irel): New function.
40198 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
40199
0e1d9911
JM
402002012-08-21 Joseph Myers <joseph@codesourcery.com>
40201
40202 * sysdeps/unix/sysv/linux/kernel-features.h
40203 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40204 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40205 <kernel-features.h>.
40206 [__NR_fadvise64_64]: Make code unconditional.
40207 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40208 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40209 !__NR_fadvise64_64)]: Likewise.
40210 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40211 !__NR_fadvise64_64))]: Likewise.
40212 [__NR_fadvise64]: Make code unconditional.
40213 [!__NR_fadvise64]: Remove conditional code.
40214 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40215 <kernel-features.h>.
40216 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40217 unconditional.
40218 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40219 conditional code.
40220 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40221 not include <kernel-features.h>.
40222 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40223 unconditional.
40224 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40225 conditional code.
40226 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40227 include <kernel-features.h>.
40228 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40229 unconditional.
40230 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40231 conditional code.
40232
14a50c9d
WS
402332012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
40234
40235 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40236 slight instruction rearrangements per scrollpipe analysis.
40237 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40238
c0f4faf0
RM
402392012-08-20 Roland McGrath <roland@hack.frob.com>
40240
696da859
RM
40241 * manual/syslog.texi (syslog; vsyslog, closelog):
40242 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40243 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40244
c0f4faf0
RM
40245 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40246 DSOCAPS to match condition on defining it.
40247
348363b2
JM
402482012-08-20 Joseph Myers <joseph@codesourcery.com>
40249
a35cbf28
JM
40250 * sysdeps/unix/sysv/linux/kernel-features.h
40251 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40252 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40253 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40254 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40255 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40256 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40257 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40258 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40259 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40260 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40261
445f7ecd
JM
40262 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40263 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40264
348363b2
JM
40265 * sysdeps/unix/sysv/linux/kernel-features.h
40266 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40267 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40268 unconditional.
40269 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40270 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40271 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40272 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40273 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40274 Make code unconditional.
40275 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40276 (__mmap64) [!__NR_mmap2]: Likewise.
40277 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40278 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40279 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40280 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40281 [__NR_mmap2]: Make code unconditional.
40282 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40283 (__mmap64) [!__NR_mmap2]: Likewise.
40284
bc5bc0e5
AK
402852012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40286
40287 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
40288
88d506de
AJ
402892012-08-18 Andreas Jaeger <aj@suse.de>
40290
40291 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40292
493387d2
MF
402932012-08-18 Mike Frysinger <vapier@gentoo.org>
40294
40295 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
40296 * include/unistd.h (__have_sock_cloexec): Likewise.
40297 (__have_pipe2): Likewise.
40298 (__have_dup3): Likewise.
40299
a277af22
MF
403002012-08-18 Mike Frysinger <vapier@gentoo.org>
40301
40302 [BZ #9685]
40303 * include/unistd.h (__have_pipe2): Change define into an extern int.
40304 (__have_dup3): Likewise.
40305 * socket/have_sock_cloexec.c: Include fcntl.h.
40306 (__have_pipe2): New variable.
40307 (__have_dup3): Likewise.
40308
fdab8fd3
MF
403092012-08-17 Mike Frysinger <vapier@gentoo.org>
40310
40311 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
40312
31035e80
MP
403132012-08-17 Marek Polacek <polacek@redhat.com>
40314
40315 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
40316 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
40317
3bd9e993
RM
403182012-08-17 Roland McGrath <roland@hack.frob.com>
40319
c91c505f
RM
40320 * configure.in: Add AC_SUBST for sysheaders.
40321 * configure: Regenerated.
40322 * config.make.in (sysheaders): New substituted variable.
40323
7c6f9d53
RM
40324 * sysdeps/unix/mkfifo.c: Moved ...
40325 * sysdeps/posix/mkfifo.c: ... here.
40326 * sysdeps/unix/mkfifoat.c: Moved ...
40327 * sysdeps/posix/mkfifoat.c: ... here.
40328
40329 * sysdeps/unix/utime.c: Moved ...
40330 * sysdeps/posix/utime.c: ... here.
40331
40332 * sysdeps/unix/time.c: Moved ...
40333 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
40334 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
40335 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
40336
40337 * sysdeps/unix/nice.c: Moved ...
40338 * sysdeps/posix/nice.c: ... here.
40339
40340 * sysdeps/unix/alarm.c: Moved ...
40341 * sysdeps/posix/alarm.c: ... here.
40342
3bd9e993
RM
40343 * intl/Makefile ($(codeset_mo)): Depend on the input file.
40344
d1f09384
JL
403452012-08-17 Jeff Law <law@redhat.com>
40346
40347 * intl/Makefile (codeset_mo): New variable.
40348 ($(codeset_mo)): New target.
40349 (tst-codeset.out): Depend on that. Remove explicit rule.
40350 (tst-gettext3.out, tst-gettext5.out): Likewise.
40351 (LOCPATH-ENV, tst-codeset-ENV): New variables.
40352 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
40353 * intl/tst-codeset.sh: Remove.
40354 * intl/tst-gettext3.sh: Likewise.
40355 * intl/tst-gettext5.sh: Likewise.
40356
2ae1ae5c
RM
403572012-08-17 Roland McGrath <roland@hack.frob.com>
40358
c31fdb83
RM
40359 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
40360 * sysdeps/unix/syscalls.list: ... here.
40361
a0844057
RM
40362 * sysdeps/posix/getaddrinfo.c
40363 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40364 (gaiconf_init, gaiconf_reload): Use them.
40365 [!_STATBUF_ST_NSEC]
40366 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40367 Define using time_t rather than struct timespec.
40368
750c1f2a
RM
40369 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40370 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40371 Macros removed.
40372 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40373 [!NO_THREADS].
40374 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40375 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40376 Likewise.
40377
2ae1ae5c
RM
40378 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40379 __libc_cleanup_push argument.
40380
e66a42f5
RM
40381 * bits/param.h: New file.
40382 * misc/sys/param.h: New file.
40383 * include/sys/param.h: New file.
40384 * misc/Makefile (headers): Add bits/param.h.
40385 * sysdeps/generic/sys/param.h: File removed.
40386 * sysdeps/unix/sysv/linux/bits/param.h: New file.
40387 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40388 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 40389 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 40390
b7c08a66
RM
40391 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40392 last change.
40393
b2e1c562
RM
40394 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40395 [_IO_MTSAFE_IO].
40396 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40397 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40398 New macros.
40399
c75ccd4c
RM
40400 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40401 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40402 rather than -D_IO_MTSAFE_IO conditionally.
40403 * stdio-common/Makefile (CPPFLAGS): Likewise.
40404 * wcsmbs/Makefile (CPPFLAGS): Likewise.
40405 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40406 Use $(libio-mtsafe).
40407 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40408 of -D_IO_MTSAFE_IO.
40409 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40410 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40411 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40412 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40413 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40414 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40415 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40416 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40417 (CFLAGS-fread_u_chk.c): Likewise.
40418 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40419 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40420 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40421 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40422 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40423 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40424 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40425 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40426 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40427
40428 * libio/Makefile: Test [$(libc-reentrant) = yes]
40429 instead of [$(filter %REENTRANT, $(defines)) nonempty].
40430
40431 * Makeconfig
40432 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40433 * sysdeps/pthread/configure: File removed.
40434 * sysdeps/pthread/Makeconfig: New file.
40435 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40436 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40437
d9195db8
GB
404382012-08-16 Gary Benson <gbenson@redhat.com>
40439
40440 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40441 unmapping the first object in a namespace.
40442
86466cd9
RM
404432012-08-16 Roland McGrath <roland@hack.frob.com>
40444
40445 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40446 (__internal_setnetgrent): ... this. Add internal_function to
40447 definition. Add libc_hidden_def.
40448 (setnetgrent): Update caller.
40449 (internal_endnetgrent): Renamed to ...
40450 (__internal_endnetgrent): ... this. Add internal_function to
40451 definition. Add libc_hidden_def.
40452 (endnetgrent): Update caller.
40453 (internal_getnetgrent_r): Renamed to ...
40454 (__internal_getnetgrent_r): ... this. Add internal_function to
40455 definition. Add libc_hidden_def.
40456 (__getnetgrent_r): Update caller.
40457 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
40458
c3c8283c
JM
404592012-08-16 Joseph Myers <joseph@codesourcery.com>
40460
40461 * stdlib/longlong.h: Update from GCC.
40462
db1ee0a8
RM
404632012-08-16 Roland McGrath <roland@hack.frob.com>
40464
40465 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40466 on _QL, which is set by umul_ppmm but never used.
40467 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40468 variables, which are set by GMP macros but never used.
40469 * stdio-common/_itowa.c (_itowa): Likewise.
40470 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40471 * stdlib/mod_1.c (mpn_mod_1): Likewise.
40472
30f69637
CD
404732012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
40474
40475 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40476 struct La_sh_regs is not constant.
40477 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40478 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40479 and struct La_sparc64_regs are not constant.
40480
93a78ac4
JM
404812012-08-16 Joseph Myers <joseph@codesourcery.com>
40482
40483 * sysdeps/unix/sysv/linux/kernel-features.h
40484 (__ASSUME_POSIX_TIMERS): Remove.
40485 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40486 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40487 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40488 Make code unconditional.
40489 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40490 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40491 Make code unconditional.
40492 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40493 * sysdeps/unix/sysv/linux/clock_nanosleep.c
40494 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40495 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40496 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40497 Make code unconditional.
40498 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40499 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40500 (__libc_missing_posix_timers): Remove.
40501
dd924cd7
RM
405022012-08-15 Roland McGrath <roland@hack.frob.com>
40503
4b4f2771
RM
40504 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40505 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40506
601c888b
RM
40507 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40508
176790a7
RM
40509 * elf/dl-sym.c: Include <stdlib.h>.
40510
329bc018
RM
40511 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40512 constants, which avoids warnings in 32-bit builds.
40513
e04e272d
RM
40514 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40515 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40516
952bf94a
RM
40517 * misc/lseek.c: File moved to ...
40518 * io/lseek.c: ... here.
40519
7c99b50a
RM
40520 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40521
dd924cd7
RM
40522 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40523 shifting LEN more than 31 bits at once.
40524
b3f479a8
LD
405252012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
40526
40527 [BZ #14195]
8c4ae0d4
RM
40528 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40529 segmentation fault for a case of two empty input strings.
b3f479a8
LD
40530 * string/test-strncasecmp.c (check1): Renamed to...
40531 (bz12205): ...this.
40532 (bz14195): Add new testcase for two empty input strings and N > 0.
40533 (test_main): Call new testcase, adapt for renamed function.
40534
9c55864e
AJ
405352012-08-15 Andreas Jaeger <aj@suse.de>
40536
40537 [BZ #14090]
40538 * crypt/md5test2.c: New test, based on test supplied by Serge
40539 Belyshev <belyshev@depni.sinp.msu.ru>.
40540 * crypt/Makefile (xtests): Add md5test-giant..
40541 * crypt/Makefile ($(objpfx)md5test-giant): Add.
40542
02dcb6c5
PE
405432012-08-15 Paul Eggert <eggert@cs.ucla.edu>
40544
40545 [BZ #14090]
40546 * crypt/md5.c (md5_process_block): Don't assume the buffer
40547 length is less than 2**32.
40548 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40549 length is less than 2**64.
40550
a3f95dcc
RM
405512012-08-15 Roland McGrath <roland@hack.frob.com>
40552
be75d758
RM
40553 * string/str-two-way.h: Include <sys/param.h>.
40554 (MAX): Macro removed.
40555
7312ca90
RM
40556 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40557 Move #define and #undef of memmove to just before and after
40558 including <string.h>.
40559
9a0a5486
RM
40560 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40561 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40562 and after including <string.h>. Move declarations of
40563 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40564 to before #include "string/memmove.c".
40565
67cc348d
RM
40566 * include/dirent.h: Declare __getdirentries.
40567
a3f95dcc
RM
40568 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40569 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40570
ca98e171
MF
405712012-08-14 Mike Frysinger <vapier@gentoo.org>
40572
40573 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40574 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40575 * sysdeps/i386/configure: Regenerated.
40576 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40577 STABS_CURRENT_FILE, and STABS_FUN.
40578 (END): Remove call to STABS_FUN_END.
40579 (STABS_CURRENT_FILE1): Delete.
40580 (STABS_CURRENT_FILE): Likewise.
40581 (STABS_FUN): Likewise.
40582 (STABS_FUN_END): Likewise.
40583 (STABS_FUN2): Likewise.
40584 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40585 * sysdeps/x86_64/configure: Regenerated.
40586
5908bf46
RM
405872012-08-14 Roland McGrath <roland@hack.frob.com>
40588
40589 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 40590 * elf/dl-lookup.c: Likewise.
5908bf46 40591
f2c05b9e
JM
405922012-08-14 Joseph Myers <joseph@codesourcery.com>
40593
40594 * sysdeps/unix/sysv/linux/kernel-features.h
40595 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40596 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40597 unconditionally.
40598 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40599 unconditionally.
40600 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40601 condition on __ASSUME_CLONE_THREAD_FLAGS.
40602
e11f5155
AJ
406032012-08-14 Andreas Jaeger <aj@suse.de>
40604
40605 * sysdeps/i386/fpu/libm-test-ulps: Update.
40606
51a9ba86
MK
406072012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
40608
2fdd4f78
AJ
40609 * include/atomic.h (atomic_exchange_and_add): Split into ...
40610 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40611 New atomic macros.
51a9ba86 40612
ba6cba9e
MT
406132012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
40614
40615 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40616
42443a47
JL
406172012-08-13 Jeff Law <law@redhat.com>
40618
40619 * manual/stdio.texi (snprintf): Clarify handling of the trailing
40620 null byte in the output string.
40621
121dce05
JM
406222012-08-10 Joseph Myers <joseph@codesourcery.com>
40623
40624 * sysdeps/unix/sysv/linux/kernel-features.h
40625 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40626 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40627 (__ASSUME_ARG_MAX_STACK_BASED): Define.
40628 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40629 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40630 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
40631 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40632
bf51f568
JL
406332012-08-09 Jeff Law <law@redhat.com>
40634
40635 [BZ #13939]
40636 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40637 When avoid_arena is set, don't retry in the that arena. Pick the
40638 next one, whatever it might be.
40639 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40640 (arena_lock): Pass in new parameter to arena_get2.
40641 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40642 arena_get2.
40643 (__libc_malloc): Unify retrying after main arena failure with
40644 __libc_memalign version.
40645 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40646
f85fa270
L
406472012-08-09 H.J. Lu <hongjiu.lu@intel.com>
40648
40649 [BZ #14166]
40650 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40651 to __redirect_strstr.
40652 (__strstr_sse42): Use typeof __redirect_strstr.
40653 (__strstr_ia32): Likewise.
40654 (__libc_strstr): New prototype.
40655 (strstr): Renamed to ...
40656 (__libc_strstr): This.
40657 (strstr): New strong alias of __libc_strstr.
40658 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40659 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40660 __redirect_time.
40661 Include <time.h>.
40662 (__libc_time): New prototype.
40663 (time_ifunc): Replace time with __libc_time.
40664 (time): New strong alias and hidden definition of __libc_time.
40665 (__GI_time): Remove strong alias.
40666 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40667 Include <stddef.h>.
40668 (memmove): Redefined to __redirect_memmove.
40669 (__memmove_sse2): Use typeof __redirect_memmove.
40670 (__memmove_ssse3): Likewise.
40671 (__memmove_ssse3_back): Likewise.
40672 (__libc_memmove): New prototype.
40673 (memmove): Renamed to ...
40674 (__libc_memmove): This.
40675 (memmove): New strong alias of __libc_memmove.
40676
33b4a91e
MS
406772012-08-08 Mark Salter <msalter@redhat.com>
40678
40679 * elf/elf.h
40680 (R_MN10300_TLS_GD): Define.
40681 (R_MN10300_TLS_LD): Likewise.
40682 (R_MN10300_TLS_LDO): Likewise.
40683 (R_MN10300_TLS_GOTIE): Likewise.
40684 (R_MN10300_TLS_IE): Likewise.
40685 (R_MN10300_TLS_LE): Likewise.
40686 (R_MN10300_TLS_DTPMOD): Likewise.
40687 (R_MN10300_TLS_DTPOFF): Likewise.
40688 (R_MN10300_TLS_TPOFF): Likewise.
40689 (R_MN10300_SYM_DIFF): Likewise.
40690 (R_MN10300_ALIGN): Likewise.
40691 (R_MN10300_NUM): Update.
40692
b36137f1
JM
406932012-08-08 Joseph Myers <joseph@codesourcery.com>
40694
40695 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40696 Remove.
40697
cdd915fd
RM
406982012-08-08 Roland McGrath <roland@hack.frob.com>
40699
a2433aac
RM
40700 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40701
cdd915fd
RM
40702 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40703 sysdeps/unix -> sysdeps/posix move.
40704 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40705
bf9b740a
AM
407062012-08-07 Allan McRae <allan@archlinux.org>
40707
40708 [BZ #14303]
40709 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40710 (SUNOS_CPP): Likewise.
40711 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40712 not found.
40713 (open_input): Call CPP using execvp.
40714
93df14ee
JM
407152012-08-07 Joseph Myers <joseph@codesourcery.com>
40716
40717 * sysdeps/unix/sysv/linux/kernel-features.h
40718 (__ASSUME_PROT_GROWSUPDOWN): Remove.
40719 (__ASSUME_NO_CLONE_DETACHED): Likewise.
40720 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40721 (__ASSUME_WAITID_SYSCALL): Likewise.
40722 * sysdeps/unix/sysv/linux/dl-execstack.c
40723 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40724 code unconditional.
40725 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40726 conditional code.
40727 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40728 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40729 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40730 code.
40731 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40732 unconditional.
40733 [__ASSUME_WAITID_SYSCALL]: Likewise.
40734 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40735
d34689de
RM
407362012-08-07 Roland McGrath <roland@hack.frob.com>
40737
a281decc
RM
40738 * sysdeps/unix/closedir.c: Renamed to ...
40739 * sysdeps/posix/closedir.c: ... here.
40740 * sysdeps/unix/dirfd.c: Renamed to ...
40741 * sysdeps/posix/dirfd.c: ... here.
40742 * sysdeps/unix/dirstream.h: Renamed to ...
40743 * sysdeps/posix/dirstream.h: ... here.
40744 * sysdeps/unix/fdopendir.c: Renamed to ...
40745 * sysdeps/posix/fdopendir.c: ... here.
40746 * sysdeps/unix/opendir.c: Renamed to ...
40747 * sysdeps/posix/opendir.c: ... here.
40748 * sysdeps/unix/readdir.c: Renamed to ...
40749 * sysdeps/posix/readdir.c: ... here.
40750 * sysdeps/unix/readdir_r.c: Renamed to ...
40751 * sysdeps/posix/readdir_r.c: ... here.
40752 * sysdeps/unix/rewinddir.c: Renamed to ...
40753 * sysdeps/posix/rewinddir.c: ... here.
40754 * sysdeps/unix/seekdir.c: Renamed to ...
40755 * sysdeps/posix/seekdir.c: ... here.
40756 * sysdeps/unix/telldir.c: Renamed to ...
40757 * sysdeps/posix/telldir.c: ... here.
40758 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40759 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40760 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40761 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40762
22895b47
RM
40763 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40764 * bits/fcntl.h: ... here.
40765
707a53b6
RM
40766 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40767 not 0.
40768 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40769 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40770 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40771 (struct flock): Move l_start, l_len to the beginning.
40772 Use __pid_t for l_pid.
40773 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40774 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40775 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40776 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40777 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40778 [__USE_LARGEFILE64] (struct flock64): New type.
40779 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40780
f0bd3e25
RM
40781 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40782 * bits/dirent.h: ... here.
40783
d34689de
RM
40784 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40785 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40786
6dad2c06
JM
407872012-08-07 Joseph Myers <joseph@codesourcery.com>
40788
40789 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40790 Change from 2.6.0 to 2.6.16.
40791 * sysdeps/unix/sysv/linux/configure: Regenerated.
40792 * sysdeps/unix/sysv/linux/kernel-features.h
40793 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40794 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40795 version.
40796 (__ASSUME_UTIMES): Likewise.
40797 (__ASSUME_CLONE_STOPPED): Remove.
40798 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40799 architectures, not kernel version.
40800 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40801 (__ASSUME_NO_CLONE_DETACHED): Likewise.
40802 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40803 (__ASSUME_WAITID_SYSCALL): Likewise.
40804 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40805 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40806 * README: State 2.6.16 as minimum Linux kernel version. Do not
40807 refer to older versions.
40808
03af9520
RM
408092012-08-06 Roland McGrath <roland@hack.frob.com>
40810
8e49df1d
RM
40811 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40812 Define alphasort64 as an alias.
40813 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40814 Define versionsort64 as an alias.
40815 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40816 Define scandir64 as an alias.
40817 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40818 Define scandirat64 as an alias.
40819 * dirent/alphasort64.c (alphasort64):
40820 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40821 * dirent/versionsort64.c: Likewise.
40822 * dirent/scandir64.c: Likewise.
40823 * dirent/scandirat64.c: Likewise.
40824 * sysdeps/wordsize-64/alphasort.c: File removed.
40825 * sysdeps/wordsize-64/alphasort64.c: File removed.
40826 * sysdeps/wordsize-64/scandir.c: File removed.
40827 * sysdeps/wordsize-64/scandir64.c: File removed.
40828 * sysdeps/wordsize-64/scandirat.c: File removed.
40829 * sysdeps/wordsize-64/scandirat64.c: File removed.
40830 * sysdeps/wordsize-64/versionsort.c: File removed.
40831 * sysdeps/wordsize-64/versionsort64.c: File removed.
40832 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40833 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40834 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40835 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40836 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40837 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40838 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40839 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40840
40841 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40842 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40843 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40844 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40845 [defined __arch64__ || defined __sparcv9]
40846 (__INO_T_MATCHES_INO64_T): New macro.
40847 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40848 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40849 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40850 * sysdeps/unix/sysv/linux/bits/dirent.h
40851 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40852 (_DIRENT_MATCHES_DIRENT64): New macro.
40853
03af9520
RM
40854 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40855 Define lockf64 as an alias.
40856 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40857 Define fseeko64 as an alias.
40858 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40859 Define ftello64 as an alias.
40860 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40861 Define _IO_fgetpos64 and fgetpos64 as aliases.
40862 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40863 Define _IO_fsetpos64 and fsetpos64 as aliases.
40864 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40865 Conditionalize body on this.
40866 * libio/fseeko64.c: Likewise.
40867 * libio/ftello64.c: Likewise.
40868 * libio/iofgetpos64.c: Likewise.
40869 * libio/iofsetpos64.c: Likewise.
40870 * sysdeps/wordsize-64/lockf.c: File removed.
40871 * sysdeps/wordsize-64/lockf64.c: File removed.
40872 * sysdeps/wordsize-64/fseeko.c: File removed.
40873 * sysdeps/wordsize-64/fseeko64.c: File removed.
40874 * sysdeps/wordsize-64/ftello.c: File removed.
40875 * sysdeps/wordsize-64/ftello64.c: File removed.
40876 * sysdeps/wordsize-64/iofgetpos.c: File removed.
40877 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40878 * sysdeps/wordsize-64/iofsetpos.c: File removed.
40879 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40880 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40881 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40882 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40883 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40884 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40885 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40886 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40887 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40888 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40889 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40890
40891 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40892 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40893 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40894 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40895 [defined __arch64__ || defined __sparcv9]
40896 (__OFF_T_MATCHES_OFF64_T): New macro.
40897 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40898 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40899 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40900 (__OFF_T_MATCHES_OFF64_T): New macro.
40901
c5757acd
L
409022012-08-06 H.J. Lu <hongjiu.lu@intel.com>
40903
40904 * stdlib/secure-getenv.c (__secure_getenv): Replace
40905 GLIBC_2_16 with GLIBC_2_17.
40906
3a31811e
L
409072012-08-06 H.J. Lu <hongjiu.lu@intel.com>
40908
40909 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40910 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40911
faa2bccb
DM
409122012-08-03 David S. Miller <davem@davemloft.net>
40913
40914 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40915
85fe1997
JM
409162012-08-03 Joseph Myers <joseph@codesourcery.com>
40917
40918 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40919 Remove.
40920 (__ASSUME_CORRECT_SI_PID): Likewise.
40921 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40922 (__ASSUME_TMPFS_NAME): Likewise.
40923 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40924 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40925 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40926 (HAVE_AUX_SECURE): Make definition unconditional.
40927 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40928 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40929
4f75b7a0
RM
409302012-08-03 Roland McGrath <roland@hack.frob.com>
40931
40932 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40933 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40934 * sysdeps/mach/hurd/eloop-threshold.h: New file.
40935 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40936 __eloop_threshold instead of SYMLOOP_MAX.
40937
40938 * sysdeps/generic/eloop-threshold.h: New file.
40939 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40940 of MAXSYMLINKS.
40941 * elf/chroot_canon.c (chroot_canon): Likewise.
40942
7aab07e4
JM
409432012-08-03 Joseph Myers <joseph@codesourcery.com>
40944
40945 [BZ #13717]
40946 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40947 Change to 2.6.0 everywhere.
40948 * sysdeps/unix/sysv/linux/configure: Regenerated.
40949 * sysdeps/unix/sysv/linux/kernel-features.h
40950 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40951 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40952 kernel versions.
40953 (__ASSUME_POSIX_TIMERS): Define unconditionally.
40954 (__ASSUME_FUTEX_REQUEUE): Remove.
40955 (__ASSUME_STATFS64): Define unconditionally.
40956 (__ASSUME_AT_SECURE): Likewise.
40957 (__ASSUME_CORRECT_SI_PID): Likewise.
40958 (__ASSUME_TGKILL): Define without depending on kernel version for
40959 i386.
40960 (__ASSUME_UTIMES): Likewise.
40961 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40962 kernel version.
40963 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40964 (__ASSUME_TMPFS_NAME): Likewise.
40965 * README: Update reference to Linux kernel versions.
40966
b67e9372
MP
409672012-08-02 Marek Polacek <polacek@redhat.com>
40968
1f529f7d 40969 [BZ# 14150]
b67e9372
MP
40970 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
40971 libc_cv_asm_type_prefix with %.
40972 * configure: Regenerated.
d2441631
RM
40973 * include/libc-symbols.h: Remove comment about
40974 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
40975 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40976 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40977 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40978 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40979 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40980 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40981 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40982 * elf/tst-unique2mod1.c: Likewise.
40983 * elf/tst-unique1mod2.c: Likewise.
40984 * elf/tst-unique1mod1.c: Likewise.
40985 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40986 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40987 Replace ASM_TYPE_DIRECTIVE with .type.
40988 * sysdeps/s390/s390-64/sysdep.h: Likewise.
40989 * sysdeps/i386/sysdep.h: Likewise.
40990 * sysdeps/x86_64/sysdep.h: Likewise.
40991 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
40992 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40993 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 40994 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
40995 * sysdeps/powerpc/powerpc32/sysdep.h:
40996 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
40997 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40998 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40999 * sysdeps/i386/fpu/e_powf.S: Likewise.
41000 * sysdeps/i386/fpu/e_expl.S: Likewise.
41001 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41002 * sysdeps/i386/fpu/e_acosh.S: Likewise.
41003 * sysdeps/i386/fpu/e_pow.S: Likewise.
41004 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41005 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41006 * sysdeps/i386/fpu/s_expm1.S: Likewise.
41007 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41008 * sysdeps/i386/fpu/e_log2.S: Likewise.
41009 * sysdeps/i386/fpu/e_log2l.S: Likewise.
41010 * sysdeps/i386/fpu/e_scalb.S: Likewise.
41011 * sysdeps/i386/fpu/e_powl.S: Likewise.
41012 * sysdeps/i386/fpu/e_log10f.S: Likewise.
41013 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41014 * sysdeps/i386/fpu/e_logl.S: Likewise.
41015 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41016 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41017 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41018 * sysdeps/i386/fpu/e_log2f.S: Likewise.
41019 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41020 * sysdeps/i386/fpu/e_log.S: Likewise.
41021 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41022 * sysdeps/i386/fpu/e_logf.S: Likewise.
41023 * sysdeps/i386/fpu/e_log10l.S: Likewise.
41024 * sysdeps/i386/fpu/e_atanh.S: Likewise.
41025 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41026 * sysdeps/i386/fpu/e_log10.S: Likewise.
41027 * sysdeps/i386/fpu/s_frexp.S: Likewise.
41028 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41029 * sysdeps/i386/fpu/s_asinh.S: Likewise.
41030 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41031 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41032 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
41033 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41034 * sysdeps/i386/i686/strtok.S: Likewise.
41035 * sysdeps/i386/i386-mcount.S: Likewise.
41036 * sysdeps/i386/strtok.S: Likewise.
41037 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
41038 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41039 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41040 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41041 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41042 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41043 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41044 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41045 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41046 * sysdeps/x86_64/_mcount.S: Likewise.
41047 * sysdeps/x86_64/strtok.S: Likewise.
41048 * sysdeps/sh/_mcount.S: Likewise.
41049
2747bf9a
RM
410502012-08-01 Roland McGrath <roland@hack.frob.com>
41051
41052 * libio/iofopen.c: Include <fcntl.h>.
41053 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
41054 (_IO_fopen64, fopen64): Define as aliases.
41055 * libio/iofopen64.c: Include <fcntl.h>.
41056 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
41057 Conditionalize body on this.
41058 * sysdeps/wordsize-64/iofopen.c: File removed.
41059 * sysdeps/wordsize-64/iofopen64.c: File removed.
41060
3fb791b8
MP
410612012-08-01 Marek Polacek <polacek@redhat.com>
41062
41063 * libc/Makeconfig: Use elf in place of binfmt-subdir.
41064 Use dlfcn directly instead of a variable.
41065 (binfmt-subdir): Do not define.
41066 (dlfcn): Likewise.
41067
a9f1039f
JM
410682012-08-01 Joseph Myers <joseph@codesourcery.com>
41069
23bddc06
JM
41070 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
41071 Remove all definitions.
41072 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
41073 <kernel-features.h>.
41074 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41075 (miss_F_GETOWN_EX): Remove all definitions.
41076 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
41077 macro definition.
41078 [!__ASSUME_FCNTL64]: Remove conditional code.
41079 [__ASSUME_FCNTL64]: Make code unconditional.
41080 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
41081 <kernel-features.h>.
41082 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41083 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
41084 (lockf64) [__NR_fcntl64]: Make code unconditional.
41085 (lockf64) [__ASSUME_FCNTL64]: Likewise.
41086
a9f1039f
JM
41087 * sysdeps/unix/sysv/linux/kernel-features.h
41088 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
41089 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
41090 Make code unconditional.
41091 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41092 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41093 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
41094 [__NR_vfork]: Make code unconditional.
41095 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41096 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41097 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
41098 [__NR_vfork]: Make code unconditional.
41099 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41100 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41101
09c0ee5f
RM
411022012-08-01 Roland McGrath <roland@hack.frob.com>
41103
48aec5b9
RM
41104 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
41105 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
41106
cd97c966
RM
41107 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41108 Define mkstemp64 as an alias.
3f55550c
RM
41109 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41110 Define mkstemps64 as an alias.
cd97c966
RM
41111 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41112 Define mkostemp64 as an alias.
b8625cfc
RM
41113 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41114 Define mkostemps64 as an alias.
cd97c966
RM
41115 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
41116 Conditionalize body on this.
41117 * misc/mkostemp64.c: Likewise.
b8625cfc 41118 * misc/mkostemps64.c: Likewise.
3f55550c 41119 * misc/mkstemps64.c: Likewise.
cd97c966
RM
41120 * sysdeps/wordsize-64/mkstemp64.c: File removed.
41121 * sysdeps/wordsize-64/mkostemp64.c: File removed.
41122 * sysdeps/wordsize-64/mkostemp.c: File removed.
41123 * sysdeps/wordsize-64/mkstemp.c: File removed.
41124 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
41125 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
41126 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
41127 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
41128
09c0ee5f
RM
41129 [BZ #14138]
41130 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
41131 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
41132 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
41133 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
41134
41135 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
41136 compat_symbol macros from <shlib-compat.h> rather than the underlying
41137 default_symbol_version and symbol_version macros, so that DEFAULT
41138 lines in shlib-versions are respected.
41139 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
41140
7e66ee51
FW
411412012-08-01 Florian Weimer <fweimer@redhat.com>
41142
41143 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
41144 Declare with warn_unused_result.
41145 (setgid, setregid, setegid, setresgid): Likewise.
41146 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
41147 Likewise.
41148 * WUR-REPORT: Remove set*id functions.
41149
d2a54255
PT
411502012-07-31 Pino Toscano <toscano.pino@tiscali.it>
41151
41152 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
41153
7ecdb005
RM
411542012-07-31 Roland McGrath <roland@hack.frob.com>
41155
b4180a5e 41156 [BZ #10191]
789bd351
RM
41157 * include/sys/socket.h (__libc_accept, __libc_accept4):
41158 Add attribute_hidden.
41159 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
41160
40ce302d
RM
41161 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
41162 use of PTR_MANGLE.
41163 * inet/getnetgrent_r.c (setup): Likewise.
41164
7ecdb005
RM
41165 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
41166
e2eabb2c
DM
411672012-07-31 David S. Miller <davem@davemloft.net>
41168
41169 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41170
d0419dbf
JM
411712012-07-31 Joseph Myers <joseph@codesourcery.com>
41172
41173 [BZ #13629]
41174 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
41175 value between 1.0 and 2.0 and smaller part has absolute value less
41176 than 1.0.
41177 * math/s_clog10.c (__clog10): Likewise.
41178 * math/s_clog10f.c (__clog10f): Likewise.
41179 * math/s_clog10l.c (__clog10l): Likewise.
41180 * math/s_clogf.c (__clogf): Likewise.
41181 * math/s_clogl.c (__clogl): Likewise.
41182 * math/libm-test.inc (clog_test): Add more tests.
41183 (clog10_test): Likewise.
41184 * sysdeps/i386/fpu/libm-test-ulps: Update.
41185 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41186
2bc13872
FW
411872012-07-31 Florian Weimer <fweimer@redhat.com>
41188
41189 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
41190 Exit with zero in case no suitable GID is found, and write a
41191 message to standard error.
41192
bea9b193
RM
411932012-07-30 Roland McGrath <roland@hack.frob.com>
41194
41195 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
41196 rather than to 1.
41197 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
41198 (MAXPATHLEN): Removed.
41199 (NOGROUP, NODEV): New macros.
41200 (setbit, clrbit, isset, isclr): New macros.
41201 (howmany, roundup, powerof2): New macros.
41202 (DEV_BSIZE): New macro.
41203
41204 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41205 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41206
41207 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41208 definition on [!__NO_LONG_DOUBLE_MATH].
41209
41210 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41211 PTR_MANGLE and PTR_DEMANGLE.
41212
41213 * socket/accept4.c (accept4): Rename to __libc_accept4.
41214 Define accept4 as a weak alias.
41215
41216 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41217 on [_DIRENT_HAVE_D_TYPE].
41218 * io/ftw.c (ftw_dir): Likewise.
41219
41220 * io/xmknod.c (__xmknod): Don't check PATH for being null.
41221
41222 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41223
41224 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41225 Use the BSD numbers rather than the arbitrary ones we had.
41226 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41227 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41228 (SIGXCPU, SIGXFSZ): New macros.
41229 (_NSIG): Now 32.
41230
41231 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41232 initializer on [_LIBC_REENTRANT].
41233
41234 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41235 definitions inside [_POSIX_MAPPED_FILES].
41236
41237 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41238
41239 * dirent/opendir.c: Include <fcntl.h>.
41240
41241 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41242 (__libc_getspecific): Likewise.
41243 (__libc_key_create): Likewise.
41244
41245 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41246 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41247 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41248 (tmpfile64): Define as alias.
41249 * sysdeps/wordsize-64/tmpfile.c: File removed.
41250 * sysdeps/wordsize-64/tmpfile64.c: File removed.
41251 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41252 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41253
41254 * stdio-common/vfscanf.c: Include <stdbool.h>.
41255 * nss/makedb.c: Likewise.
41256 * stdio-common/_i18n_number.h: Likewise.
41257 * argp/argp-help.c: Likewise.
41258 * posix/wordexp.c: Likewise.
41259 * sysdeps/posix/spawni.c: Likewise.
41260 * nss/nss_files/files-initgroups.c: Likewise.
41261 * stdio-common/reg-modifier.c: Include <stdlib.h>.
41262 * nss/nss_files/files-initgroups.c: Likewise.
41263 * nss/nss_db/db-netgrp.c: Likewise.
41264 * nss/nss_db/db-initgroups.c: Likewise.
41265 * io/fchmodat.c: Include <sys/stat.h>.
41266
41267 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41268 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41269
41270 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41271 [HAVE_MMAP].
41272
41273 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41274 Add multiple inclusion protection.
41275
e5abc686
DM
412762012-07-27 David S. Miller <davem@davemloft.net>
41277
41278 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41279
815e6fa3
GB
412802012-07-27 Gary Benson <gbenson@redhat.com>
41281
41282 [BZ #14298]
41283 * elf/rtld.c: Include <stap-probe.h>.
41284 (dl_main): Added static probes "init_start" and "init_complete".
41285 * elf/dl-load.c: Include <stap-probe.h>.
41286 (lose): Take new parameter "nsid".
41287 Added static probe "map_failed".
41288 (_dl_map_object_from_fd): Pass namespace id to lose.
41289 Added static probe "map_start".
41290 (open_verify): Pass namespace id to lose.
41291 * elf/dl-open.c: Include <stap-probe.h>.
41292 (dl_open_worker) Added static probes "map_complete", "reloc_start"
41293 and "reloc_complete".
41294 * elf/dl-close.c: Include <stap-probe.h>.
41295 (_dl_close_worker): Added static probes "unmap_start" and
41296 "unmap_complete".
41297 * elf/rtld-debugger-interface.txt: New file documenting the above.
41298
9f98c16c
RM
412992012-07-26 Roland McGrath <roland@hack.frob.com>
41300
41301 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
41302 rather than a string variable.
41303 * sunrpc/rpc_main.c (h_output): Likewise.
41304 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
41305
f3c22df3
PT
413062012-07-26 Pino Toscano <toscano.pino@tiscali.it>
41307
41308 * inet/check_native.c: New file.
41309
3129cfc6
JM
413102012-07-26 Joseph Myers <joseph@codesourcery.com>
41311
da865e95
JM
41312 [BZ #13629]
41313 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
41314 if larger part has absolute value 1.0.
41315 * math/s_clog10.c (__clog10): Likewise.
41316 * math/s_clog10f.c (__clog10f): Likewise.
41317 * math/s_clog10l.c (__clog10l): Likewise.
41318 * math/s_clogf.c (__clogf): Likewise.
41319 * math/s_clogl.c (__clogl): Likewise.
41320 * math/libm-test.inc (clog_test): Add more tests.
41321 (clog10_test): Likewise.
41322 * sysdeps/i386/fpu/libm-test-ulps: Update.
41323 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41324
3129cfc6
JM
41325 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
41326 (pltexit): Likewise.
41327 (La_regs): Likewise.
41328 (La_retval): Likewise.
41329 (int_retval): Likewise.
41330 Update #error for removed macros to refer only to definitions in
41331 tst-audit.h.
41332 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
41333 macro.
41334 (pltexit): Likewise.
41335 (La_regs): Likewise.
41336 (La_retval): Likewise.
41337 (int_retval): Likewise.
41338 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
41339 macro.
41340 (pltexit): Likewise.
41341 (La_regs): Likewise.
41342 (La_retval): Likewise.
41343 (int_retval): Likewise.
41344 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
41345 macro.
41346 (pltexit): Likewise.
41347 (La_regs): Likewise.
41348 (La_retval): Likewise.
41349 (int_retval): Likewise.
41350 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
41351 macro.
41352 (pltexit): Likewise.
41353 (La_regs): Likewise.
41354 (La_retval): Likewise.
41355 (int_retval): Likewise.
41356 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
41357 macro.
41358 (pltexit): Likewise.
41359 (La_regs): Likewise.
41360 (La_retval): Likewise.
41361 (int_retval): Likewise.
41362 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
41363 macro.
41364 (pltexit): Likewise.
41365 (La_regs): Likewise.
41366 (La_retval): Likewise.
41367 (int_retval): Likewise.
41368 * sysdeps/generic/tst-audit.h: Update comment to refer only to
41369 macro definitions in tst-audit.h.
41370 * sysdeps/i386/tst-audit.h: New file.
41371 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41372 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41373 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41374 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41375 * sysdeps/sh/tst-audit.h: Likewise.
41376 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41377 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41378 * sysdeps/x86_64/tst-audit.h: Likewise.
41379
bfc07087
AJ
413802012-07-26 Andreas Jaeger <aj@suse.de>
41381
b1b2aaf8
AJ
41382 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41383 ptrace.
41384
41385 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41386 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41387 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41388 PTRACE_O_MASK.
41389 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41390 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41391 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41392
bfc07087
AJ
41393 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41394 value.
41395
41396 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41397 _sigsys.
41398 (si_call_addr, si_syscall, si_arch): Define new macro.
41399 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41400 _sigsys.
41401 (si_call_addr, si_syscall, si_arch): Define new marcro.
41402 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41403 _sigsys.
41404 (si_call_addr, si_syscall, si_arch): Define new macro.
41405 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41406 _sigsys.
41407 (si_call_addr, si_syscall, si_arch): Define new macro.
41408
89b4b02f
JM
414092012-07-25 Joseph Myers <joseph@codesourcery.com>
41410
41411 [BZ #13717]
41412 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41413 Change to 2.4.21 where previously 2.4.1.
41414 * sysdeps/unix/sysv/linux/configure: Regenerated.
41415 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41416 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41417 Linux kernel version.
41418 (__ASSUME_STD_AUXV): Remove.
41419 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41420 kernel version.
41421 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41422 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41423 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41424 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41425 (__ASSUME_NETLINK_SUPPORT): Likewise.
41426 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41427 (__no_netlink_support): Remove conditional definition.
41428 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41429 Remove.
41430 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41431 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41432 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41433 (if_nameindex_ioctl): Remove.
41434 (if_nameindex_netlink): Do not handle __no_netlink_support.
41435 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41436 code.
41437 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41438 Remove conditional code.
41439 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41440 code.
41441 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41442 unconditional.
41443 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41444 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41445 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41446 Remove.
41447 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41448 [!__ASSUME_STD_AUXV]: Remove conditional code.
41449 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41450 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41451 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41452 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41453 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41454 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41455 code.
41456 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41457 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41458 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41459 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41460 conditional code.
41461 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41462 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41463 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41464 code.
41465 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41466 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41467 conditional code.
41468 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41469 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41470 code unconditional.
41471 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41472 conditional code.
41473 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41474 unconditional.
41475 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41476 conditional code.
41477 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41478 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41479 unconditional.
41480 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41481 conditional code.
41482 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41483 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41484 code unconditional.
41485 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41486 conditional code.
41487 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41488 unconditional.
41489 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41490 conditional code.
41491 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41492 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41493 code unconditional.
41494 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41495 conditional code.
41496 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41497 unconditional.
41498 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41499 conditional code.
41500
842a39cd
AS
415012012-07-25 Andreas Schwab <schwab@linux-m68k.org>
41502
41503 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41504 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41505 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41506 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41507 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41508 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41509 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41510 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41511 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41512 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41513 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41514 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41515 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41516 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41517 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41518 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41519 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41520 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41521 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41522 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41523 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41524 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41525 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41526
84b3fd84
FW
415272012-07-25 Florian Weimer <fweimer@redhat.com>
41528
41529 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
41530 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41531 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41532 Introduce __libc_secure_getenv.
0c7936d5
FW
41533 * stdlib/Versions (2.17): Add secure_getenv
41534 (GLIBC_PRIVATE): Add __libc_secure_getenv.
41535 * stdlib/secure-getenv.c: Rename __secure_getenv to
41536 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
41537 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
41538 * stdlib/tst-secure-getenv.c: New.
41539 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
41540 * manual/startup.texi (Environment Access): Document
41541 secure_getenv.
84b3fd84
FW
41542 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41543 __libc_secure_getenv.
41544 * inet/ruserpass.c (ruserpass): Likewise.
41545 * malloc/mtrace.c (mtrace): Likewise.
41546 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 41547 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
41548 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41549 * sysdeps/posix/tempname.c: Likewise. Evaluate
41550 HAVE_SECURE_GETENV.
41551 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 41552 __secure_getenv to __libc_secure_getenv.
84b3fd84 41553 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
41554 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41555 Likewise.
41556 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41557 Likewise.
41558 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41559 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41560 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41561 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41562 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41563 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41564 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 41565
56e49b71
JM
415662012-07-25 Joseph Myers <joseph@codesourcery.com>
41567
41568 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41569 (struct La_i86_retval): Likewise.
41570 (struct La_x86_64_regs): Likewise.
41571 (struct La_x86_64_retval): Likewise.
41572 (struct La_x32_regs): Likewise.
41573 (struct La_x32_retval): Likewise.
41574 (struct La_ppc32_regs): Likewise.
41575 (struct La_ppc32_retval): Likewise.
41576 (struct La_ppc64_regs): Likewise.
41577 (struct La_ppc64_retval): Likewise.
41578 (struct La_sh_regs): Likewise.
41579 (struct La_sh_retval): Likewise.
41580 (struct La_s390_32_regs): Likewise.
41581 (struct La_s390_32_retval): Likewise.
41582 (struct La_s390_64_regs): Likewise.
41583 (struct La_s390_64_retval): Likewise.
41584 (struct La_sparc32_regs): Likewise.
41585 (struct La_sparc32_retval): Likewise.
41586 (struct La_sparc64_regs): Likewise.
41587 (struct La_sparc64_retval): Likewise.
41588 (struct audit_ifaces): Remove architecture-specific pltenter and
41589 pltexit members.
41590 * sysdeps/i386/ldsodefs.h: New file.
41591 * sysdeps/powerpc/ldsodefs.h: Likewise.
41592 * sysdeps/s390/ldsodefs.h: Likewise.
41593 * sysdeps/sh/ldsodefs.h: Likewise.
41594 * sysdeps/sparc/ldsodefs.h: Likewise.
41595 * sysdeps/x86_64/ldsodefs.h: Likewise.
41596
354691b7
MP
415972012-07-25 Marek Polacek <polacek@redhat.com>
41598
41599 [BZ #6808]
41600 * math/libm-test.inc (yn_test): Add another test.
41601 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41602 to ERANGE when the result is +-Inf.
41603 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41604 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41605 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41606 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41607
bf9e2071
JM
416082012-07-24 Joseph Myers <joseph@codesourcery.com>
41609
41610 * conform/data/time.h-data (NULL): Use macro-constant. Require
41611 equal to 0.
41612 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
41613 clock_t.
41614 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
41615
57633811
TS
416162012-07-23 Thomas Schwinge <thomas@codesourcery.com>
41617
41618 * configure.in <sysdeps resolving>: Correct printing
41619 Implies_before.
41620 * configure: Regenerate.
41621
c23c33b0
TS
416222012-07-22 Thomas Schwinge <thomas@codesourcery.com>
41623
41624 * math/w_ilogb.c: Include <limits.h>.
41625 * math/w_ilogbl.c: Likewise.
41626
b5982523
JM
416272012-07-20 Joseph Myers <joseph@codesourcery.com>
41628
41629 * manual/lang.texi (__va_copy): Document primarily as ISO C99
41630 va_copy. Document allowing for unavailable va_copy only as
41631 pre-C99 compatibility.
41632 * manual/string.texi (Copying and Concatenation): Use va_copy
41633 instead of __va_copy in concat example.
41634
ac4ea442
PT
416352012-07-20 Pino Toscano <toscano.pino@tiscali.it>
41636
41637 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41638 (__sendto): Use create_address_port. Initialize APORT and deallocate
41639 it if not null.
41640
f98eafbd
PT
41641 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41642 with O_NOLINK passed to __file_name_lookup.
41643
898c7aab
PT
41644 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41645 with O_NOLINK passed to __file_name_lookup.
41646
0ced335a
PT
41647 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41648 negative N or less than NGIDS.
41649
b3404dbd
PT
41650 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41651 type to string_t. Set ERANGE as errno and return it if NAME is not big
41652 enough. Use memcpy instead of strncpy.
41653
0f48659e
JM
416542012-07-20 Joseph Myers <joseph@codesourcery.com>
41655
41656 * elf/Makefile (check-data): Remove.
41657 (localplt.data): New vpath directive.
41658 ($(objpfx)check-localplt.out): Use localplt.data from vpath
41659 instead of $(check-data).
41660 * scripts/data/localplt-generic.data: Move to ...
41661 * sysdeps/generic/localplt.data: ... here.
41662 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41663 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41664 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41665 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41666 ... here.
41667 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41669 ... here.
41670 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41671 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41672 ... here.
41673 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41674 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41675 ... here.
41676 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41677 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41678 ... here.
41679 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41680 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41681 ... here.
41682
d37cbdaa
AZ
416832012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41684
41685 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41686 PPC32 and PPC64 files.
41687 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41688 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41689
46f85fc2
AK
416902012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41691
41692 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41693 __makecontext_ret to ...
41694 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41695 ... here and call exit if uc_link is NULL. New file.
41696 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41697 __makecontext_ret.S.
41698 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41699 __makecontext_ret to ...
41700 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41701 ... here and call exit if uc_link is NULL. New file.
41702 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41703 __makecontext_ret.S.
41704
08f43f9b
AK
417052012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41706
41707 * elf/elf.h (R_390_IRELATIVE): New definition.
41708 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41709 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
41710 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41711 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41712 (elf_machine_lazy_rel): Likewise.
41713 * sysdeps/s390/dl-irel.h: New file.
41714 * sysdeps/s390/s390-64/memcpy.S: New asm code.
41715 * sysdeps/s390/s390-64/memset.S: New asm code.
41716 * sysdeps/s390/s390-64/memcmp.S: New asm code.
41717 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41718 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41719 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41720 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41721 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41722 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41723 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41724 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41725 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41726 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41727 * sysdeps/s390/s390-32/memcpy.S: New asm code.
41728 * sysdeps/s390/s390-32/memset.S: New asm code.
41729 * sysdeps/s390/s390-32/memcmp.S: New asm code.
41730
3b05db33
MP
417312012-07-17 Marek Polacek <polacek@redhat.com>
41732
41733 [BZ #14349]
41734 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41735 * sysdeps/s390/s390-64/configure.in: Likewise.
41736 * sysdeps/sparc/configure.in: Likewise.
41737 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41738 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41739 * sysdeps/i386/configure.in: Likewise.
41740 * sysdeps/x86_64/configure.in: Likewise.
41741 * sysdeps/sh/configure.in: Likewise.
41742 * sysdeps/s390/s390-32/configure: Regenerated.
41743 * sysdeps/s390/s390-64/configure: Likewise.
41744 * sysdeps/x86_64/configure: Likewise.
41745 * sysdeps/sh/configure: Likewise.
41746 * sysdeps/powerpc/powerpc64/configure: Likewise.
41747 * sysdeps/powerpc/powerpc32/configure: Likewise.
41748 * sysdeps/sparc/configure: Likwise.
41749 * sysdeps/i386/configure: Likewise.
41750
a66877c6
MP
41751 * elf/dl-open.c: Comment fixes.
41752
cfc82fd8
JM
417532012-07-17 Joseph Myers <joseph@codesourcery.com>
41754
bd29910a
JM
41755 * Makefile [CXX] (check-data): Remove.
41756 [CXX] (c++-types.data): New vpath directive.
41757 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41758 vpath. Do not allow for C++ type data being missing.
41759 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41760 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41761 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41762 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41763 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41764 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41765 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41766 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41767 ... here.
41768 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41769 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41770 ... here.
41771 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41772 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41773 ... here.
41774 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41775 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41776 ... here.
41777 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41778 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41779 ... here.
41780 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41781 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41782 ... here.
41783 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41784 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41785 ... here.
41786 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41787 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41788
cfc82fd8
JM
41789 * elf/tls-macros.h (TLS_LE): Move architecture-specific
41790 definitions to architecture-specific files.
41791 (TLS_IE): Likewise.
41792 (TLS_LD): Likewise.
41793 (TLS_GD): Likewise.
41794 * sysdeps/i386/tls-macros.h: New file.
41795 * sysdeps/powerpc/tls-macros.h: Likewise.
41796 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41797 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41798 * sysdeps/sh/tls-macros.h: Likewise.
41799 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41800 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41801 * sysdeps/x86_64/tls-macros.h: Likewise.
41802
f7db3170
TS
418032012-07-17 Thomas Schwinge <thomas@codesourcery.com>
41804
07cbfc23
TS
41805 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41806 zero value for regular exit case.
41807
f7db3170
TS
41808 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41809 (__start_context): Preserve zero value for regular exit case.
41810
dc97c227
TS
418112012-07-17 Thomas Schwinge <thomas@codesourcery.com>
41812 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41813
41814 * manual/setjmp.texi (setcontext): Clarify normal process
41815 termination when uc_link is the null pointer.
41816 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41817 exit call.
41818
d0cd7d02
AS
418192012-07-16 Andreas Schwab <schwab@linux-m68k.org>
41820
41821 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41822 preprocessor. Test for each exception mask separately.
41823
dd318934
AJ
418242012-07-16 Andreas Jaeger <aj@suse.de>
41825
41826 * po/ru.po: Update from translation team.
41827
8048311a
JM
418282012-07-15 Joseph Myers <joseph@codesourcery.com>
41829
41830 * conform/data/string.h-data (NULL): Use macro-constant. Require
41831 equal to 0.
41832 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41833 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41834 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41835 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41836 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41837
b637d46e
AJ
418382012-07-13 Andreas Jaeger <aj@suse.de>
41839
41840 * po/fr.po: Update from translation team.
41841
541428fe
MP
418422012-07-12 Marek Polacek <polacek@redhat.com>
41843
41844 [BZ #14173]
41845 * math/libm-test.inc (yn_test): Add test for BZ #14173.
41846 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41847 loop condition.
41848
ec332e94
JM
418492012-07-12 Joseph Myers <joseph@codesourcery.com>
41850
41851 [BZ #13717]
41852 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41853 Change to 2.4.1 where previously 2.4.0.
41854 * sysdeps/unix/sysv/linux/configure: Regenerated.
41855 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41856 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41857 version.
41858 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41859 (__ASSUME_AT_CLKTCK): Remove.
41860 (__ASSUME_AT_PAGESIZE): Likewise.
41861 (__ASSUME_AT_XID): Likewise.
41862 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41863 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41864 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41865 unconditionally.
41866 (HAVE_AUX_PAGESIZE): Likewise.
41867 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41868 [__ASSUME_AT_CLKTCK]: Make code unconditional.
41869 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41870
7b6e99be
JB
418712012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
41872
41873 [BZ #14307]
41874 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41875 the temporary buffer used to invoke __gethostbyname2_r,
41876 __gethostbyaddr_r and gethostbyname4_r to make room for struct
41877 host_data / struct gaih_addrtuple.
41878 * resolv/nss_dns/dns-host.c (global scope): Move definition of
41879 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41880 header file nss/nsswitch.h.
41881 * nss/nsswitch.h (global scope): Add definition of implementation
41882 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41883 resolv/nss_dns/dns-host.c).
41884
608404eb
AJ
418852012-07-11 Andreas Jaeger <aj@suse.de>
41886
41887 * po/fr.po: Update from translation team.
41888
71220aca
AJ
41889 * po/sv.po: Update from translation team
41890 * po/fr.po: Another update from translation team.
41891
28cfe843
AZ
418922012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41893
41894 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41895 for subnormals or multiply small sinh result by itself.
41896 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41897 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41898
6b90f981
DM
418992012-07-11 David S. Miller <davem@davemloft.net>
41900
41901 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41902
c6825772
AS
419032012-07-10 Andreas Schwab <schwab@linux-m68k.org>
41904
41905 [BZ #14347]
41906 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41907 (INTERNAL_MARK): Shift it here.
41908
7b8e0d49
MP
419092012-07-10 Marek Polacek <polacek@redhat.com>
41910
41911 [BZ #14151]
41912 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
41913 libc_cv_asm_global_directive with .globl.
41914 * configure: Regenerated.
41915 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41916 with .globl.
41917 * sysdeps/i386/configure: Regenerated.
41918 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41919 with .globl.
41920 * sysdeps/x86_64/configure: Regenerated.
41921 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41922 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41923 * elf/tst-unique2mod2.c: Likewise.
41924 * elf/tst-unique2mod1.c: Likewise.
41925 * elf/tst-unique1mod2.c: Likewise.
41926 * elf/tst-unique1mod1.c: Likewise.
41927 * sysdeps/s390/s390-32/sysdep.h: Likewise.
41928 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41929 * sysdeps/s390/s390-64/sysdep.h: Likewise.
41930 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41931 * sysdeps/mach/sysdep.h: Likewise.
41932 * sysdeps/i386/sysdep.h: Likewise.
41933 * sysdeps/i386/i386-mcount.S: Likewise.
41934 * sysdeps/x86_64/_mcount.S: Likewise.
41935 * sysdeps/x86_64/sysdep.h: Likewise.
41936 * sysdeps/sh/_mcount.S: Likewise.
41937 * sysdeps/sh/sysdep.h: Likewise.
41938 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41939 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41940 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41941 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41942 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41943 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41944 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41945 * locale/localeinfo.h: Likewise.
41946 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41947 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41948
6c55cda3
RM
419492012-07-09 Roland McGrath <roland@hack.frob.com>
41950
41951 [BZ #14336]
41952 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41953 system".
41954 * manual/message.texi (The Uniforum approach): Likewise.
41955 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41956 (glibc iconv Implementation): Likewise.
41957
638a572e
JM
419582012-07-09 Joseph Myers <joseph@codesourcery.com>
41959
41960 [BZ #14337]
41961 * math/s_clog.c (__clog): Avoid scaling a value down where that
41962 could result in underflow.
41963 * math/s_clog10.c (__clog10): Likewise.
41964 * math/s_clog10f.c (__clog10f): Likewise.
41965 * math/s_clog10l.c (__clog10l): Likewise.
41966 * math/s_clogf.c (__clogf): Likewise.
41967 * math/s_clogl.c (__clogl): Likewise.
41968 * math/libm-test.inc (clog_test): Add more tests.
41969 (clog10_test): Likewise.
41970 * sysdeps/i386/fpu/libm-test-ulps: Update.
41971 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41972
261f4859
AS
419732012-07-06 Andreas Schwab <schwab@linux-m68k.org>
41974
0abaf3e4
AS
41975 [BZ #14283]
41976 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41977 by 7 not 8 to examine high bit of fractional part.
41978
261f4859
AS
41979 [BZ #14042]
41980 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41981 for call to __mcount_internal.
41982 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41983 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41984 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41985
f17ac40d
JM
419862012-07-06 Joseph Myers <joseph@codesourcery.com>
41987
9ad63c23
JM
41988 [BZ #14154]
41989 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41990 approximation for values within 0x1p-13f of an odd multiple of
41991 pi/4.
41992 * math/libm-test.inc (tan_test): Do not allow spurious underflow
41993 exception. Add more tests.
41994 * sysdeps/i386/fpu/libm-test-ulps: Update.
41995
f17ac40d
JM
41996 [BZ #6778]
41997 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41998 inputs and return -1 for them. Do not check for +Inf in case not
41999 reachable for +Inf.
42000 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
42001 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
42002 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42003 and return -1 for them. Do not check for +Inf in case not
42004 reachable for +Inf.
42005 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
42006 define.
42007 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42008 and return -1 for them. Do not check for +Inf in case not
42009 reachable for +Inf.
42010 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
42011 spurious underflow.
42012 * sysdeps/i386/fpu/libm-test-ulps: Update.
42013 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42014
fb21f89b
MF
420152012-07-06 Mike Frysinger <vapier@gentoo.org>
42016
42017 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
42018
cdfe2c5e
JM
420192012-07-05 Joseph Myers <joseph@codesourcery.com>
42020
42021 [BZ #14157]
42022 [BZ #14331]
42023 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
42024 could result in spurious underflow. Scale down values above
42025 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
42026 * math/s_csqrtf.c (__csqrtf): Likewise.
42027 * math/s_csqrtl.c (__csqrtl): Likewise.
42028 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
42029 spurious underflow.
42030 * sysdeps/i386/fpu/libm-test-ulps: Update.
42031 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42032
70d35b67
AS
420332012-07-04 Andreas Schwab <schwab@linux-m68k.org>
42034
704bc459
AS
42035 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
42036 xopen-msg.sed.
42037 * catgets/xopen-msg.awk: New file.
42038 * catgets/xopen-msg.sed: Removed.
42039
70d35b67
AS
42040 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
42041 po2text.sed.
42042 * intl/po2test.awk: New file.
42043 * intl/po2test.sed: Removed.
42044
ca61cf32
JM
420452012-07-04 Joseph Myers <joseph@codesourcery.com>
42046
42047 [BZ #14328]
42048 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
42049 or multiply small sinh result by itself.
42050 * math/s_ctanf.c (__ctanf): Likewise.
42051 * math/s_ctanh.c (__ctanh): Likewise.
42052 * math/s_ctanhf.c (__ctanhf): Likewise.
42053 * math/s_ctanhl.c (__ctanhl): Likewise.
42054 * math/s_ctanl.c (__ctanl): Likewise.
42055 * math/libm-test.inc (ctan_test_tonearest): New function.
42056 (ctan_test_towardzero): Likewise.
42057 (ctan_test_downward): Likewise.
42058 (ctan_test_upward): Likewise.
42059 (ctanh_test_tonearest): Likewise.
42060 (ctanh_test_towardzero): Likewise.
42061 (ctanh_test_downward): Likewise.
42062 (ctanh_test_upward): Likewise.
42063 (main): Call these new functions.
42064 * sysdeps/i386/fpu/libm-test-ulps: Update.
42065 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42066
ca48a46a
MF
420672012-07-03 Mike Frysinger <vapier@gentoo.org>
42068
42069 * .gitignore: Delete /ports entry.
42070
9d63d37d
AJ
420712012-07-03 Andreas Jaeger <aj@suse.de>
42072
42073 * po/bg.po: Update from translation team.
42074 * po/cs.po: Likewise.
42075 * po/de.po: Likewise.
42076 * po/hr.po: Likewise.
42077 * po/nl.pl: Likewise.
42078 * po/pl.po: Likewise.
42079 * po/vi.po: Likewise.
42080
370ca3d2
JM
420812012-07-03 Joseph Myers <joseph@codesourcery.com>
42082
95f5a9a8
JM
42083 * Makeconfig [!+link] (+link-before-libc): New variable.
42084 [!+link] (+link-after-libc): Likewise.
42085 [!+link] (+link-tests): Likewise.
42086 [!+link] (+link): Define in terms of $(+link-before-libc) and
42087 $(+link-after-libc).
42088 [!+link-static] (+link-static-before-libc): New variable.
42089 [!+link-static] (+link-static-after-libc): Likewise.
42090 [!+link-static] (+link-static-tests): Likewise.
42091 [!+link-static] (+link-static): Define in terms of
42092 $(+link-static-before-libc) and $(+link-static-after-libc).
42093 [build-shared] (link-libc-before-gnulib): New variable.
42094 [build-shared] (link-libc-tests): Likewise.
42095 [build-shared] (link-libc): Define in terms of
42096 $(link-libc-before-gnulib).
42097 [!build-shared] (link-libc-tests): New variable.
42098 (link-libc-static-tests): New variable.
42099 [!gnulib] (gnulib-arch): New variable.
42100 [!gnulib] (gnulib-tests): Likewise.
42101 [!gnulib] (static-gnulib-arch): Likewise.
42102 [!gnulib] (static-gnulib-tests): Likewise.
42103 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
42104 Define with "=" instead of ":=".
42105 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
42106 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
42107 * Rules (binaries-all-notests): New variable.
42108 (binaries-all-tests): Likewise.
42109 (binaries-static-notests): Likewise.
42110 (binaries-static-tests): Likewise.
42111 (binaries-all): Define using $(binaries-all-notests) and
42112 $(binaries-all-tests).
42113 (binaries-static): Define using $(binaries-static-notests) and
42114 $(binaries-static-tests).
42115 (binaries-shared-tests): New variable.
42116 (binaries-shared-notests): Likewise.
42117 (binaries-shared): Remove variable.
42118 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
42119 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
42120 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
42121 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
42122 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
42123 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
42124 * elf/Makefile (sln-modules): New variable.
42125 (extra-objs): Add $(sln-modules:=.o).
42126 (ldconfig-modules): Add static-stubs.
42127 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
42128 * elf/static-stubs.c: New file.
42129
7a845b2c
JM
42130 [BZ #14283]
42131 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
42132 by 7 not 8 to examine high bit of fractional part. Use volatile
42133 variables when splitting into final array of floats if
42134 __FLT_EVAL_METHOD__ != 0.
42135 * math/libm-test.inc (cos_test): Add another test.
42136 (sin_test): Likewise.
42137 * sysdeps/i386/fpu/libm-test-ulps: Update.
42138
e2283f38
JM
42139 [BZ #14273]
42140 * math/libm-test.inc (cosh_test): Add more tests.
42141
370ca3d2
JM
42142 * version.h (RELEASE): Set to "development".
42143 (VERSION): Set to "2.16.90".
42144
ee9247c3
CD
421452012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
42146
42147 * NEWS: Update copyright. Remove last-updated date.
42148 Mention math library bug fixes and timezone data changes.
42149 * README: Mention GNU/Hurd, x32, and HPPA support status.
42150
4648c381
TS
421512012-06-28 Thomas Schwinge <thomas@codesourcery.com>
42152
42153 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
42154
aac78a43
AJ
421552012-06-27 Andreas Jaeger <aj@suse.de>
42156
42157 * manual/contrib.texi (Contributors): Add Samuel Thibault.
42158
ed3dbfad
AJ
421592012-06-25 Andreas Jaeger <aj@suse.de>
42160
42161 * sysdeps/s390/fpu/libm-test-ulps: Update.
42162
4d0ee855
AS
421632012-06-23 Andreas Schwab <schwab@linux-m68k.org>
42164 Thomas Schwinge <thomas@codesourcery.com>
42165
42166 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
42167 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
42168 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
42169 fanotify_mark.
42170
af1bce34
TS
421712012-06-23 Thomas Schwinge <thomas@codesourcery.com>
42172
a9fa33ba
TS
42173 * sysdeps/mach/start.c: Remove file.
42174 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
42175 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
42176 * sysdeps/sh/init-first.c: Likewise.
42177
58f902b8
TS
42178 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
42179 registers for frame unwinding purposes, add CFI directives.
42180 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42181 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
42182 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
42183 Likewise.
42184
1518f58b
TS
42185 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
42186 __fortify_fail returning.
42187 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42188
db9b5059
TS
42189 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
42190 sysdeps/sh/____longjmp_chk.S.
42191 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
42192 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
42193 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
42194 (gen-as-const-headers): Append sigaltstack-offsets.sym.
42195
967705fe
TS
42196 * sysdeps/sh/abort-instr.h: New file.
42197 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
42198 process in case exit returns.
42199
a9def8c4
TS
42200 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
42201 initialize the GOT register before use.
42202
2a649725
TS
42203 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42204 calculation of ARGC > 4.
42205
af1bce34
TS
42206 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42207 meaningful names to some local labels.
42208
d230f50a
KK
422092012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42210 Kaz Kojima <kkojima@rr.iij4u.or.jp>
42211
42212 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42213 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42214 (__arch_compare_and_exchange_val_16_acq): Likewise.
42215 (__arch_compare_and_exchange_val_32_acq): Likewise.
42216 (atomic_exchange_and_add): Fix gUSA sequence.
42217 (atomic_add): Likewise.
42218 (atomic_add_negative): Likewise.
42219 (atomic_add_zero): Likewise.
42220 (atomic_bit_test_set): Likewise.
42221
0479b305
AS
422222012-06-22 Andreas Schwab <schwab@redhat.com>
42223
42224 [BZ #13579]
42225 * include/link.h (struct link_map): Add l_free_initfini.
42226 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42227 l_initfini.
42228 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42229 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42230 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42231 set.
42232
0e3933b9
CD
422332012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
42234
42235 * configure.in: Use AC_LANG_SOURCE.
42236 * configure: Regenerate.
42237
4248b1b1
RM
422382012-06-22 Roland McGrath <roland@hack.frob.com>
42239
42240 * configure.in (libc_cv_localstatedir): New substituted variable.
42241 * configure: Regenerated.
42242 * config.make.in (localstatedir): New variable, substituted from
42243 libc_cv_localstatedir.
42244 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42245 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42246 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42247 * sysdeps/gnu/configure: Regenerated.
42248
006dd861
JL
422492012-06-21 Jeff Law <law@redhat.com>
42250
42251 [BZ #14277]
42252 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42253 free. Simplify list management for _LIBC case.
42254
79662d42
JM
422552012-06-21 Joseph Myers <joseph@codesourcery.com>
42256
b7abb4bf
JM
42257 [BZ #14273]
42258 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42259 Clear sign bit of 64-bit integer value before comparing against
42260 overflow value.
42261
79662d42
JM
42262 * sysdeps/mach/configure: Regenerated.
42263
1f150908
L
422642012-06-21 H.J. Lu <hongjiu.lu@intel.com>
42265
42266 [BZ #14278]
42267 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42268
28363bbf
JL
422692012-06-21 Jeff Law <law@redhat.com>
42270
42271 [BZ #13882]
42272 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
42273 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 42274 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
42275 * elf/dl-open.c (dl_open_worker): Likewise.
42276
09615db4
CD
422772012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
42278
42279 * scripts/list-sources.sh: Scan PORTS for translations.
42280 * po/libc.pot: Regenerated.
42281
2174c6dd
AJ
422822012-06-21 Andreas Jaeger <aj@suse.de>
42283
42284 [BZ #12194]
42285 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
42286 warning.
42287 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
42288 * bits/byteswap-16.h (__bswap_16): Likewise.
42289 * bits/byteswap.h (__bswap_constant_16): Likewise.
42290
3ee947b1
L
422912012-06-18 H.J. Lu <hongjiu.lu@intel.com>
42292
42293 [BZ #14117]
a2f34833
L
42294 * sysdeps/i386/fpu_control.h: Removed.
42295 * sysdeps/x86_64/fpu_control.h: Moved to ...
42296 * sysdeps/x86/fpu_control.h: Here.
42297
3ee947b1
L
42298 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
42299 (_FPU_SETCW): Likewise.
42300
ed1825f8
L
423012012-06-15 H.J. Lu <hongjiu.lu@intel.com>
42302
25f1282a
L
42303 [BZ #14117]
42304 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
42305 * sysdeps/x86/fpu/bits/mathinline.h: This.
42306 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
42307
ed1825f8
L
42308 [BZ #14050]
42309 [BZ #14117]
42310 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
42311 functions if __x86_64__ is defined.
42312
36d54b74
CLT
423132012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
42314
42315 * string/endian.h: Add !__ASSEMBLER__ condition for including
42316 conversion interfaces.
42317
10285c21
JM
423182012-06-15 Joseph Myers <joseph@codesourcery.com>
42319
42320 [BZ #14241]
42321 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
42322 of ABS(x) in calculating zero to negative powers other than odd
42323 integers.
42324 * math/libm-test.inc (pow_test): Add more tests.
42325
06c5abbd
AJ
423262012-06-15 Andreas Jaeger <aj@suse.de>
42327
42328 * manual/contrib.texi (Contributors): Update entry of Liubov
42329 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
42330 Machado Filho.
42331
a3aeac40
CH
423322012-06-15 Cyril Hrubis <metan@ucw.cz>
42333
42334 * string/string.h: Add __wur to GNU version of strerror_r.
42335
49bdf4c1
L
423362012-06-14 H.J. Lu <hongjiu.lu@intel.com>
42337
42338 [BZ #14229]
42339 * string/Makefile (tests): Add tst-strtok_r.
42340 * string/tst-strtok_r.c: New file.
42341 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
42342 RAX_LP/RDX_LP on SAVE_PTR.
42343
834f9b8d
RM
423442012-06-14 Roland McGrath <roland@hack.frob.com>
42345
42346 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
42347
75fa1921
JM
423482012-06-14 Joseph Myers <joseph@codesourcery.com>
42349
42350 * libm_test.inc (csqrt_test): Allow more spurious underflow
42351 exceptions.
42352 (j0_test): Likewise.
42353 (j1_test): Likewise.
42354 (y0_test): Likewise.
42355 (y1_test): Likewise.
42356
771766df
CD
423572012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
42358
42359 * po/Makefile (libc.pot): Use UTF-8 charset.
42360
ceb9e56b
PP
423612012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
42362
42363 [BZ #14210]
42364 Suppress sign-conversion warning from FD_SET.
42365 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42366 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42367 not unsigned long int.
42368 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42369
ddb28975
L
423702012-06-12 H.J. Lu <hongjiu.lu@intel.com>
42371
42372 [BZ #14050]
42373 [BZ #14117]
42374 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42375 __extern_always_inline instead of __extern_inline.
42376 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42377 (__signbit): Likewise.
42378 (__signbitl): Support C++ namespace.
42379 (lrintf): New inline function.
42380 (lrint): Likewise.
42381 (llrintf): Likewise.
42382 (llrint): Likewise.
42383 (fmaxf): Likewise.
42384 (fmax): Likewise.
42385 (fminf): Likewise.
42386 (fmin): Likewise.
42387 (rint): Likewise.
42388 (rintf): Likewise.
42389 (ceil): Likewise.
42390 (ceilf): Likewise.
42391 (floor): Likewise.
42392 (floorf): Likewise.
42393 (nearbyint): Likewise.
42394 (nearbyintf): Likewise.
42395
d7b4fb26
TS
423962012-06-12 Thomas Schwinge <thomas@codesourcery.com>
42397
42398 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42399 non-default versions.
42400
eb55f5c2
RM
424012012-06-11 Roland McGrath <roland@hack.frob.com>
42402
42403 [BZ #14218]
42404 * manual/argp.texi (Argp): Reword argp_parse description slightly.
42405
366af02c
TS
424062012-06-09 Thomas Schwinge <thomas@codesourcery.com>
42407
99ff6e5c
TS
42408 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42409 (FE_UPWARD, FE_DOWNWARD): Don't define.
42410 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42411 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42412
366af02c
TS
42413 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42414 reading it.
42415 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42416 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42417
793ea851
KK
424182012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
42419
42420 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42421 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42422 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42423 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42424
a728a38f
L
424252012-06-06 H.J. Lu <hongjiu.lu@intel.com>
42426
42427 [BZ #14117]
c08010c7
L
42428 * sysdeps/i386/fpu/bits/fenv.h: Removed.
42429 * sysdeps/i386/fpu/Implies: New file.
42430 * sysdeps/x86_64/fpu/Implies: Likewise.
42431 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42432 * sysdeps/x86/fpu/bits/fenv.h: This.
42433
a728a38f
L
42434 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42435 __SSE_MATH__.
42436
6e230d11
SP
424372012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
42438
42439 [BZ #14134]
42440 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42441 character 0xffff that matches the last element of the
42442 conversion table.
42443
1b671feb
AZ
424442012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42445
42446 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42447 fmodl commit.
42448
6043738b
AZ
424492012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42450
42451 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42452 values higher than 25.6283.
42453
34ae0b32
AZ
424542012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42455
42456 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42457 subnormal exponent extraction and add some __builtin_expect.
42458 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42459 Fix for subnormal mantissa calculation.
42460
1214ec8f
MF
424612012-06-04 Mike Frysinger <vapier@gentoo.org>
42462
42463 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42464 cpu2 is -1 and errno is not ENOSYS.
42465
f3d1f93c
L
424662012-06-04 H.J. Lu <hongjiu.lu@intel.com>
42467
42468 [BZ #14117]
0e4a3cd7
L
42469 * sysdeps/i386/i486/bits/string.h: Renamed to ...
42470 * sysdeps/x86/bits/string.h: This.
42471 * sysdeps/x86_64/bits/string.h: Removed.
42472
6704c645
L
42473 * sysdeps/i386/i486/bits/string.h: Define inline functions only
42474 if not compiling for x86-64, but compiling for >= i486.
42475
48495318
L
42476 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42477 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42478
14adcbfc
L
42479 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42480 New macro from Linux kernel 3.4.0.
42481 (FP_XSTATE_MAGIC2): Likewise.
42482 (FP_XSTATE_MAGIC2_SIZE): Likewise.
42483 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42484 (struct _fpx_sw_bytes): New struct.
42485 (struct _xsave_hdr): Likewise.
42486 (struct _ymmh_state): Likewise.
42487 (struct _xstate): Likewise.
42488
68e408ab
L
42489 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42490 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42491 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42492 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42493 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42494 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42495
f3d1f93c
L
42496 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42497 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42498 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42499 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42500 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42501 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42502
d9dc34cd
TMQMF
425032012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42504
42505 [BZ #13743]
42506 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42507 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42508 (sysdep_headers): Include sys/platform/ppc.h.
42509 * sysdeps/powerpc/test-gettimebase.c: Test for
42510 __ppc_get_timebase() to catch future ISA opcode/insn changes.
42511 * manual/Makefile (appendices): Include platform.texi.
42512 * manual/contrib.texi (Contributors): Update @node pointers.
42513 * manual/maint.texi (Maintenance): Likewise.
42514 (Platform): New node.
42515 * manual/platform.texi: New file. Document the new features.
42516
4af3879c
SP
425172012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
42518 Jakub Jelinek <jakub@redhat.com>
42519
42520 [BZ #14188]
42521 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42522 where __builtin_expect is unavailable.
42523
2fd6ff13
DM
425242012-06-03 David S. Miller <davem@davemloft.net>
42525
42526 * stdlib/longlong.h: Updated from GCC.
42527
173f7220
AS
425282012-06-02 Andreas Schwab <schwab@linux-m68k.org>
42529
42530 [BZ #14042]
42531 * sysdeps/powerpc/powerpc32/mcount.c: New file.
42532 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42533 __mcount_internal.
42534 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42535 (GLIBC_2.16): Likewise.
42536
f34a1c6f
L
425372012-06-01 H.J. Lu <hongjiu.lu@intel.com>
42538
42539 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42540
88a4576f
JM
425412012-06-01 Joseph Myers <joseph@codesourcery.com>
42542
ea32bcdd
JM
42543 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42544 (default-abi): New variable.
42545 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42546 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42547 variable.
42548 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42549 Likewise.
42550 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42551 Likewise.
42552 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42553 Likewise.
42554
88a4576f
JM
42555 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42556 definition. Document in comment.
42557
402fe938
DM
425582012-06-01 David S. Miller <davem@davemloft.net>
42559
42560 * stdlib/longlong.h: Updated from GCC.
42561
3553723f
L
425622012-06-01 H.J. Lu <hongjiu.lu@intel.com>
42563
42564 [BZ #14117]
3bd872c4
L
42565 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42566 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42567 sys/debugreg.h sys/io.h here.
42568 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42569 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42570 sys/io.h.
42571 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42572 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42573 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42574 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42575 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42576 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42577
3553723f
L
42578 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42579 Define only if __x86_64__ is defined.
42580
4842e4fe
JM
425812012-06-01 Joseph Myers <joseph@codesourcery.com>
42582
c5bfe3d5
JM
42583 [BZ #14048]
42584 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42585 Use int64_t for variable i.
42586 * math/libm-test.inc (fmod_test): Add more tests.
42587
4842e4fe
JM
42588 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42589 z computation is not scheduled after fetestexcept.
42590 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42591 Use math_force_eval instead of asm to ensure calculation scheduled
42592 before exception test.
42593 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42594 Ensure a1 + u.d computation is not scheduled after fetestexcept.
42595
efb73488
AJ
425962012-06-01 Aurelien Jarno <aurelien@aurel32.net>
42597
42598 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42599 computation is not scheduled after fetestexcept.
42600
29bcce7c
L
426012012-06-01 H.J. Lu <hongjiu.lu@intel.com>
42602
42603 [BZ #14117]
42604 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42605 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42606
73a68f94
AZ
426072012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42608
42609 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42610 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42611
67b6df78
L
426122012-05-31 H.J. Lu <hongjiu.lu@intel.com>
42613
edf2933a 42614 [BZ #14117]
ebc64a18
L
42615 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42616 <bits/wordsize.h>.
42617 (__WCHAR_MIN): Support __WORDSIZE == 64.
42618 (__WCHAR_MAX): Likewise.
42619
edf2933a
L
42620 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42621 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42622
57c6cf40
L
42623 [BZ #14183]
42624 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42625 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42626
67b6df78 42627 [BZ #14117]
8eb6281e
L
42628 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42629 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42630
aac639f4
L
42631 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42632 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42633
67b6df78
L
42634 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42635 Defined to 1 if __x86_64__ isn't defined.
42636 (_STAT_VER_LINUX_OLD): New.
42637 (st_atime): Remove duplicate.
42638 (st_mtime): Likewise.
42639 (st_ctime): Likewise.
42640
1c2cfe81
DM
426412012-05-31 David S. Miller <davem@davemloft.net>
42642
42643 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42644 entries.
42645
5be8418c
AS
426462012-06-01 Andreas Schwab <schwab@linux-m68k.org>
42647
e7725326
AS
42648 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42649 gen-libm-test.pl.
42650
5be8418c
AS
42651 [BZ #14132]
42652 * elf/dl-reloc.c: Include <_itoa.h>.
42653 (_dl_reloc_bad_type): Remove use of INTUSE.
42654 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42655 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42656 * stdio-common/psiginfo.c (psiginfo): Likewise.
42657 * stdio-common/psignal.c (psignal): Likewise.
42658 * string/strsignal.c (strsignal): Likewise.
42659 * include/signal.h (_sys_siglist): Declare hidden proto.
42660 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
42661 INTVARDEF with libc_hidden_data_def.
42662 * stdio-common/itoa-udigits.c: Likewise.
42663 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42664 (_itoa_lower_digits_internal): Remove declaration.
42665 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42666 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42667 (_sys_sigabbrev_internal): Remove aliases.
42668 (_sys_siglist): Define hidden alias.
42669
507352f1
MT
426702012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
42671
42672 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42673 bits/sysctl.h.
42674
42bbb1c3
L
426752012-05-31 H.J. Lu <hongjiu.lu@intel.com>
42676
42677 [BZ #14117]
6bd784b6
L
42678 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42679 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42680
8bca20f0
L
42681 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42682 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42683 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42684 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42685 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42686 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42687
f9e890a9
L
42688 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42689 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42690 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42691
471101a1
L
42692 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42693 with __addr.
42694 (insw): Likewise.
42695 (insl): Likewise.
42696 (outsb): Likewise.
42697 (outsw): Likewise.
42698 (outsl): Likewise.
42699
6451c862
L
42700 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42701 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42702 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42703
a254b8c9
L
42704 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42705 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42706 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42707 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42708 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42709 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42710
b8dfdd92
L
42711 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42712 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42713
578cd270
L
42714 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42715 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42716
de662f5f
L
42717 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42718 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42719 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42720
25653439
L
42721 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42722 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42723 to ...
42724 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42725
6bad24a0
L
42726 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42727 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42728 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42729
42bbb1c3
L
42730 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42731 for x86-64.
42732 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42733
2d10d547
JM
427342012-05-31 Joseph Myers <joseph@codesourcery.com>
42735
42736 * math/math.h (M_El): Use two more decimal places.
42737 (M_LOG2El): Likewise.
42738 (M_LOG10El): Likewise.
42739 (M_LN2l): Likewise.
42740 (M_LN10l): Likewise.
42741 (M_PIl): Likewise.
42742 (M_PI_2l): Likewise.
42743 (M_PI_4l): Likewise.
42744 (M_1_PIl): Likewise.
42745 (M_2_PIl): Likewise.
42746 (M_2_SQRTPIl): Likewise.
42747 (M_SQRT2l): Likewise.
42748 (M_SQRT1_2l): Likewise.
42749
f230c29b
DM
427502012-05-31 David S. Miller <davem@davemloft.net>
42751
42752 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42753 values between float registers.
42754 * sysdeps/sparc/sparc64/memset.S: Likewise.
42755 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42756
fed806c3
MF
427572012-05-31 Mike Frysinger <vapier@gentoo.org>
42758
42759 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42760 -D_FORTIFY_SOURCE=1.
42761 (CPPFLAGS-tst-longjmp_chk.c): Define.
42762 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42763 (CPPFLAGS-tst-longjmp_chk2.c): Define.
42764 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42765 CFLAGS-tst-wchar-h.c.
42766
30917259
MP
427672012-05-31 Marek Polacek <polacek@redhat.com>
42768
42769 [BZ #14132]
42770 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42771 __endmntent_internal): Remove declaration.
42772 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42773 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42774 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42775
1c58d5dc
DM
427762012-05-30 David S. Miller <davem@davemloft.net>
42777
42778 * sysdeps/sparc/sparc32/soft-fp/q_util.c
42779 (___Q_simulate_exceptions): Use real FP ops rather than writing
42780 into the %fsr.
42781 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42782 Likewise.
42783
7dc00e0d
L
427842012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42785
42786 [BZ #14117]
0bd53985
L
42787 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42788 * sysdeps/x86/bits/xtitypes.h: This.
42789
3a257e66
L
42790 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42791 * sysdeps/x86/bits/wordsize.h: This.
42792
62f62904
L
42793 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42794 * sysdeps/x86/bits/huge_vall.h: This.
42795
404fe9d9
L
42796 * sysdeps/i386/bits/select.h: Removed.
42797 * sysdeps/x86_64/bits/select.h: Renamed to ...
42798 * sysdeps/x86/bits/select.h: This.
42799
d48d0446
L
42800 * sysdeps/i386/bits/setjmp.h: Removed.
42801 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42802 * sysdeps/x86/bits/setjmp.h: This.
42803
7dc00e0d
L
42804 * sysdeps/i386/bits/mathdef.h: Removed.
42805 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42806 * sysdeps/x86/bits/mathdef.h: This.
42807
03277f8f
AS
428082012-05-30 Andreas Schwab <schwab@linux-m68k.org>
42809
42810 [BZ #14132]
42811 * include/sys/socket.h (__connect_internal)
42812 (__libc_sa_len_internal): Remove declaration.
42813 (__connect, __libc_sa_len): Declare hidden_proto.
42814 (SA_LEN): Remove use of INTUSE.
42815 * socket/connect.c: Add libc_hidden_def.
42816 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42817 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42818 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42819 alias.
42820 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42821 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42822 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42823 of adding _internal alias.
42824
13764867
L
428252012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42826
42827 [BZ #14117]
6bd97696
L
42828 * sysdeps/i386/bits/link.h: Removed.
42829 * sysdeps/i386/bits/linkmap.h: Likewise.
42830 * sysdeps/x86_64/bits/link.h: Renamed to ...
42831 * sysdeps/x86/bits/link.h: This.
42832 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42833 * sysdeps/x86/bits/linkmap.h: This.
42834
f726f0bb
L
42835 * sysdeps/i386/bits/endian.h: Removed.
42836 * sysdeps/x86_64/bits/endian.h: Renamed to ...
42837 * sysdeps/x86/bits/endian.h: This.
42838
13764867
L
42839 * sysdeps/i386/bits/byteswap.h: Removed.
42840 * sysdeps/i386/bits/byteswap-16.h: Likewise.
42841 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42842 * sysdeps/x86/bits/byteswap.h: This.
42843 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42844 * sysdeps/x86/bits/byteswap-16.h: This.
42845 * sysdeps/i386/Implies: Add x86.
42846 * sysdeps/x86_64/Implies: Likewise.
42847
ae251b0b
DM
428482012-05-30 David S. Miller <davem@davemloft.net>
42849
42850 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42851 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42852 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42853 (FP_TRAPPING_EXCEPTIONS): Define.
42854 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42855 (FP_TRAPPING_EXCEPTIONS): Define.
42856 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42857 subnormals only when inexact has been signalled or underflow
42858 exceptions are enabled.
42859 (_FP_PACK_CANONICAL): Likewise.
42860
d5c90867
L
428612012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42862
42863 [BZ #14183]
42864 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42865 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42866
63f1549e
RH
428672012-05-30 Richard Henderson <rth@twiddle.net>
42868
8d8f2279
RH
42869 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42870 with #ifndef NOT_IN_libc.
42871
63f1549e
RH
42872 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
42873 marked to avoid plt entry.
42874
0ab0291b
L
428752012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42876
42877 [BZ #14112]
42878 * Makeconfig (default-abi): New macro.
42879 (abi-includes): Likewise.
42880 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
42881 $(abi-$(default-abi)-lib-soname) for soname if defined.
42882 ($(common-objpfx)gnu/lib-names.stmp): Generate from
42883 abi-variants.
42884 * Makefile (installed-stubs): Likewise.
42885 * include/stubs-biarch.h: Removed.
42886 * scripts/lib-names.awk: Only handle one library at a time.
42887 * scripts/soversions.awk: Remove WORDSIZE support.
42888 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42889 entries.
42890 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42891 Removed.
42892 (syscall-list-default-condition): Likewise.
42893 (syscall-list-default-condition): Likewise.
42894 (syscall-list-includes): Likewise.
42895 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42896 syscall-list-* with abi-*. Handle undefined abi-variants.
42897 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42898 * sysdeps/unix/sysv/linux/i386/Implies: New file.
42899 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42900 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42901 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42902 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42903 Removed.
42904 (syscall-list-32-options): Likewise.
42905 (syscall-list-32-condition): Likewise.
42906 (syscall-list-64-options): Likewise.
42907 (syscall-list-64-condition): Likewise.
42908 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42909 macro.
42910 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42911 Renamed to ...
42912 (abi-*): This.
42913 (abi-64-ld-soname): New macro.
42914 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42915 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42916 Renamed to ...
42917 (abi-*): This.
42918 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42919 * sysdeps/x86_64/x32/shlib-versions: Likewise.
42920
4da0431d
JM
429212012-05-30 Joseph Myers <joseph@codesourcery.com>
42922
3a85279c
JM
42923 * sysdeps/unix/sysv/linux/kernel-features.h
42924 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42925 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42926 include <kernel-features.h>.
42927 [!__NR_ftruncate64]: Remove conditional code.
42928 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42929 [__NR_ftruncate64]: Make code unconditional.
42930 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42931 * sysdeps/unix/sysv/linux/truncate64.c: Do not
42932 include <kernel-features.h>.
42933 [!__NR_ftruncate64]: Remove conditional code.
42934 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42935 [__NR_ftruncate64]: Make code unconditional.
42936 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42937 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42938 include <kernel-features.h>.
42939 [!__NR_ftruncate64]: Remove conditional code.
42940 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42941 [__NR_ftruncate64]: Make code unconditional.
42942 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42943 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42944 include <kernel-features.h>.
42945 [!__NR_ftruncate64]: Remove conditional code.
42946 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42947 [__NR_ftruncate64]: Make code unconditional.
42948 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42949
4da0431d
JM
42950 * configure.in (libc_cv_fpie): Weaken to a compile test using
42951 LIBC_TRY_CC_OPTION.
42952 * configure: Regenerated.
42953
11ef492c
AK
429542012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
42955
42956 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42957 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42958 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42959 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42960 Refreshed.
42961 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42962 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42963 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42964 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42965 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42966 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42967 Refreshed.
42968
d66ef399
DM
429692012-05-27 David S. Miller <davem@davemloft.net>
42970
42971 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42972 (___Q_zero): New.
42973 (__Q_simulate_exceptions): Return void. Change to simulate
42974 exceptions by writing into the %fsr.
42975 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42976 (__Qp_handle_exceptions): Likewise.
42977 (numbers): Delete.
42978 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42979 __Qp_handle_exceptions.
42980 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42981 __Qp_handle_exceptions.
42982 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42983 as unused and give dummy FP_RND_NEAREST initializer.
42984 (FP_INHIBIT_RESULTS): Define.
42985 (___Q_simulate_exceptions): Update declaration.
42986 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42987 formatting.
42988 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42989 as unused and give dummy FP_RND_NEAREST initializer.
42990 (__Qp_handle_exceptions): Update declaration.
42991 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42992 formatting.
42993
04fb54b5
TS
429942012-05-27 Thomas Schwinge <thomas@codesourcery.com>
42995
42996 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42997 the temporary FPU control word.
42998 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42999 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
43000 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
43001 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
43002 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
43003 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
43004 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
43005 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
43006 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
43007 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
43008 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
43009
3f99608f
KK
430102012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
43011
43012 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
43013 fields.
43014
65a4de4e
CLT
430152012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
43016
43017 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
43018 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
43019 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
43020 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
43021 Likewise.
43022 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
43023 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
43024 Likewise.
43025
15749d40
UD
430262012-05-27 Ulrich Drepper <drepper@gmail.com>
43027
43028 * po/h.po: Update from translation team.
43029
25dbcb27
AS
430302012-05-26 Andreas Schwab <schwab@linux-m68k.org>
43031
3d3f8e55
AS
43032 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
43033
25dbcb27
AS
43034 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
43035 handling of denormals.
43036 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43037 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
43038 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43039 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43040 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43041 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
43042 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
43043 Likewise.
43044
7ad47a80 430452012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
43046
43047 [BZ #14152]
43048 * math/libm-test.inc (fma_test): Don't always expect underflow
43049 exception.
43050
9c6ea9fa
SP
430512012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
43052
43053 [BZ #12416]
43054 * elf/tst-execstack.c: Include stackinfo.h.
43055 (do_test): Adjust test case to ensure that pthread_getattr_np
43056 behaviour remains the same after marking stack executable.
43057
a8239222
JM
430582012-05-25 Joseph Myers <joseph@codesourcery.com>
43059
43060 * sysdeps/unix/sysv/linux/kernel-features.h
43061 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
43062 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
43063 kernel-features.h.
43064 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43065 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43066 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
43067 kernel-features.h.
43068 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43069 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43070
918b5606
L
430712012-05-25 H.J. Lu <hongjiu.lu@intel.com>
43072
43073 * configure.in: Define the default includes to being none.
43074 * configure: Regenerated.
43075
3a097cc7
RM
430762012-05-25 Roland McGrath <roland@hack.frob.com>
43077
8422c9a5
RM
43078 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
43079 * sysdeps/x86_64/setjmp.S: Likewise.
43080 * sysdeps/i386/bsd-setjmp.S: Likewise.
43081 * sysdeps/i386/bsd-_setjmp.S: Likewise.
43082 * sysdeps/i386/setjmp.S: Likewise.
43083 * sysdeps/i386/__longjmp.S: Likewise.
43084 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43085 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
43086
3a097cc7
RM
43087 * include/stap-probe.h: New file.
43088 * configure.in: Handle --enable-systemtap.
43089 * configure: Regenerated.
43090 * config.h.in (USE_STAP_PROBE): New #undef.
43091 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
43092 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
43093 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
43094
21708942
JM
430952012-05-25 Joseph Myers <joseph@codesourcery.com>
43096
43097 [BZ #13717]
43098 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43099 to 2.4.0 where earlier.
43100 * sysdeps/unix/sysv/linux/configure: Regenerated.
43101 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
43102 <kernel-features.h>.
43103 [__ASSUME_32BITUIDS]: Make code unconditional.
43104 [!__ASSUME_32BITUIDS]: Remove conditional code.
43105 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
43106 <kernel-features.h>.
43107 [__ASSUME_32BITUIDS]: Make code unconditional.
43108 [!__ASSUME_32BITUIDS]: Remove conditional code.
43109 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
43110 [__ASSUME_32BITUIDS]: Make code unconditional.
43111 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
43112 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
43113 <kernel-features.h>.
43114 [__ASSUME_32BITUIDS]: Make code unconditional.
43115 [!__ASSUME_32BITUIDS]: Remove conditional code.
43116 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
43117 <kernel-features.h>.
43118 [__ASSUME_32BITUIDS]: Make code unconditional.
43119 [!__ASSUME_32BITUIDS]: Remove conditional code.
43120 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
43121 <kernel-features.h>.
43122 [__ASSUME_32BITUIDS]: Make code unconditional.
43123 [!__ASSUME_32BITUIDS]: Remove conditional code.
43124 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
43125 <kernel-features.h>.
43126 [__ASSUME_32BITUIDS]: Make code unconditional.
43127 [!__ASSUME_32BITUIDS]: Remove conditional code.
43128 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
43129 <kernel-features.h>.
43130 [__ASSUME_32BITUIDS]: Make code unconditional.
43131 [!__ASSUME_32BITUIDS]: Remove conditional code.
43132 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
43133 <kernel-features.h>.
43134 [__ASSUME_32BITUIDS]: Make code unconditional.
43135 [!__ASSUME_32BITUIDS]: Remove conditional code.
43136 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
43137 <kernel-features.h>.
43138 [__ASSUME_32BITUIDS]: Make code unconditional.
43139 [!__ASSUME_32BITUIDS]: Remove conditional code.
43140 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
43141 <kernel-features.h>.
43142 [__ASSUME_32BITUIDS]: Make code unconditional.
43143 [!__ASSUME_32BITUIDS]: Remove conditional code.
43144 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
43145 <kernel-features.h>.
43146 [__ASSUME_32BITUIDS]: Make code unconditional.
43147 [!__ASSUME_32BITUIDS]: Remove conditional code.
43148 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
43149 <kernel-features.h>.
43150 [__ASSUME_32BITUIDS]: Make code unconditional.
43151 [!__ASSUME_32BITUIDS]: Remove conditional code.
43152 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
43153 <kernel-features.h>.
43154 [__NR_setresgid] (__setresgid): Do not declare.
43155 [__ASSUME_32BITUIDS]: Make code unconditional.
43156 [!__ASSUME_32BITUIDS]: Remove conditional code.
43157 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
43158 <kernel-features.h>.
43159 [__NR_setresuid] (__setresuid): Do not declare.
43160 [__ASSUME_32BITUIDS]: Make code unconditional.
43161 [!__ASSUME_32BITUIDS]: Remove conditional code.
43162 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
43163 <kernel-features.h>.
43164 [__ASSUME_32BITUIDS]: Make code unconditional.
43165 [!__ASSUME_32BITUIDS]: Remove conditional code.
43166 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
43167 <kernel-features.h>.
43168 [__ASSUME_32BITUIDS]: Make code unconditional.
43169 [!__ASSUME_32BITUIDS]: Remove conditional code.
43170 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
43171 <kernel-features.h>.
43172 [__ASSUME_32BITUIDS]: Make code unconditional.
43173 [!__ASSUME_32BITUIDS]: Remove conditional code.
43174 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
43175 <kernel-features.h>.
43176 [__ASSUME_32BITUIDS]: Make code unconditional.
43177 [!__ASSUME_32BITUIDS]: Remove conditional code.
43178 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
43179 <kernel-features.h>.
43180 [__ASSUME_32BITUIDS]: Make code unconditional.
43181 [!__ASSUME_32BITUIDS]: Remove conditional code.
43182 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
43183 <kernel-features.h>.
43184 [__ASSUME_32BITUIDS]: Make code unconditional.
43185 [!__ASSUME_32BITUIDS]: Remove conditional code.
43186 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
43187 <kernel-features.h>.
43188 [__ASSUME_32BITUIDS]: Make code unconditional.
43189 [!__ASSUME_32BITUIDS]: Remove conditional code.
43190 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
43191 <kernel-features.h>.
43192 [__ASSUME_32BITUIDS]: Make code unconditional.
43193 [!__ASSUME_32BITUIDS]: Remove conditional code.
43194 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
43195 <kernel-features.h>.
43196 [__ASSUME_32BITUIDS]: Make code unconditional.
43197 [!__ASSUME_32BITUIDS]: Remove conditional code.
43198 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
43199 <kernel-features.h>.
43200 [__ASSUME_32BITUIDS]: Make code unconditional.
43201 [!__ASSUME_32BITUIDS]: Remove conditional code.
43202 * sysdeps/unix/sysv/linux/kernel-features.h
43203 (__ASSUME_SETRESUID_SYSCALL): Remove.
43204 (__ASSUME_SETRESGID_SYSCALL): Likewise.
43205 (__ASSUME_32BITUIDS): Likewise.
43206 (__ASSUME_LDT_WORKS): Likewise.
43207 (__ASSUME_O_DIRECTORY): Likewise.
43208 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43209 architecture but not kernel version.
43210 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43211 (__ASSUME_MMAP2_SYSCALL): Likewise.
43212 (__ASSUME_STAT64_SYSCALL): Likewise.
43213 (__ASSUME_IPC64): Likewise.
43214 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43215 <kernel-features.h>.
43216 [__ASSUME_32BITUIDS]: Make code unconditional.
43217 [!__ASSUME_32BITUIDS]: Remove conditional code.
43218 * sysdeps/unix/sysv/linux/opendir.c: Do not include
43219 <kernel-features.h>.
43220 [__ASSUME_O_DIRECTORY]: Make code unconditional.
43221 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43222 132096]: Remove conditional code.
43223 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43224 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43225 <kernel-features.h>.
43226 [__ASSUME_32BITUIDS]: Make code unconditional.
43227 [!__ASSUME_32BITUIDS]: Remove conditional code.
43228 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43229 <kernel-features.h>.
43230 [__ASSUME_32BITUIDS]: Make code unconditional.
43231 [!__ASSUME_32BITUIDS]: Remove conditional code.
43232 * sysdeps/unix/sysv/linux/setegid.c: Do not include
43233 <kernel-features.h>.
43234 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43235 unconditional.
43236 (__setresgid): Do not declare.
43237 [__ASSUME_32BITUIDS]: Make code unconditional.
43238 [!__ASSUME_32BITUIDS]: Remove conditional code.
43239 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43240 <kernel-features.h>.
43241 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43242 unconditional.
43243 (__setresuid): Do not declare.
43244 [__ASSUME_32BITUIDS]: Make code unconditional.
43245 [!__ASSUME_32BITUIDS]: Remove conditional code.
43246 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43247 <kernel-features.h>.
43248 [__ASSUME_32BITUIDS]: Make code unconditional.
43249 [!__ASSUME_32BITUIDS]: Remove conditional code.
43250 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43251 <kernel-features.h>.
43252 [__ASSUME_32BITUIDS]: Make code unconditional.
43253 [!__ASSUME_32BITUIDS]: Remove conditional code.
43254
a386f1cc
RH
432552012-05-25 Richard Henderson <rth@twiddle.net>
43256
43257 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43258 dl_hwcap to ifunc resolver.
43259 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43260 elf_ifunc_invoke.
43261 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43262 dl_hwcap to ifunc resolver.
43263 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43264
b6550497
JM
432652012-05-24 Joseph Myers <joseph@codesourcery.com>
43266
43267 [BZ #14153]
43268 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43269 for |x| <= 2**-26, not 2**-57.
43270 * math/libm-test.inc (acos_test): Do not allow spurious underflow
43271 exception.
43272
b0bc23a1
JL
432732012-05-24 Jeff Law <law@redhat.com>
43274
43275 * stdio-common/Makefile (tests): Add bug25.
43276 * stdio-common/bug25.c: New test.
43277
347c92e9
L
432782012-05-24 H.J. Lu <hongjiu.lu@intel.com>
43279
43280 [BZ #13576]
43281 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43282 multiple of MALLOC_ALIGNMENT in size.
43283 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43284
6bcc8b3f
JM
432852012-05-24 Joseph Myers <joseph@codesourcery.com>
43286
43287 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
43288 Require >= 256.
43289 (FILENAME_MAX): Use macro-int-constant.
43290 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
43291 (_IOFBF): Use macro-int-constant.
43292 (_IOLBF): Likewise.
43293 (_IONBF): Likewise.
43294 (SEEK_CUR): Likewise.
43295 (SEEK_END): Likewise.
43296 (SEEK_SET): Likewise.
43297 (TMP_MAX): Likewise.
43298 (EOF): Use macro-int-constant. Require < 0.
43299 (NULL): Use macro-constant. Require == 0.
43300 (stdin): Require type to be FILE *.
43301 (stdout): Likewise.
43302 (stderr): Likewise.
43303 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
43304 macro-int-constant.
43305 (EXIT_SUCCESS): Likewise.
43306 (NULL): Use macro-constant. Require == 0.
43307 (RAND_MAX): Use macro-int-constant.
43308 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
43309 [C99-based standards] (strtof): Require function.
43310 [C99-based standards] (strtold): Likewise.
43311 [C99-based standards] (strtoll): Likewise.
43312 [C99-based standards] (strtoull): Likewise.
43313 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
43314 [ISO || ISO99 || ISO11] (limits.h): Likewise.
43315 [ISO || ISO99 || ISO11] (math.h): Likewise.
43316 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
43317 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
43318 [ISO || ISO99 || ISO11] (*_t): Do not allow.
43319
d18ea0c5
AS
433202012-05-24 Andreas Schwab <schwab@linux-m68k.org>
43321
43322 [BZ #14132]
56d25bb8
AS
43323 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
43324 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
43325 * intl/dgettext.c (DCGETTEXT): Likewise.
43326 * intl/gettext.c (DCGETTEXT): Likewise.
43327 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
43328 * posix/regex_internal.h (gettext): Likewise.
43329 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
43330 Remove declaration.
43331 * include/argz.h (__argz_count_internal)
43332 (__argz_stringify_internal): Remove declaration.
43333 (__argz_count, __argz_stringify): Declare hidden proto.
43334 * intl/dcgettext.c: Remove use of INTDEF.
43335 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
43336 * string/argz-stringify.c: Likewise.
43337 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43338 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43339 Declare hidden proto.
d18ea0c5
AS
43340 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43341 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43342 Declare hidden proto.
43343 * include/stdio.h (__asprintf_internal): Don't declare.
43344 (__asprintf): Don't define as macro. Declare hidden proto.
43345 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
43346 (__fsetlocking): Declare hidden proto.
43347 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
43348 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
43349 hidden proto.
43350 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
43351 (_IO_setlinebuf): Remove use of INTUSE.
43352 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
43353 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
43354 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
43355 Remove declaration.
43356 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
43357 (_IO_do_flush): Remove use of INTUSE.
43358 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43359 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43360 (_IO_adjust_column, _IO_least_wmarker)
43361 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43362 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43363 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43364 (_IO_default_doallocate, _IO_wdefault_doallocate)
43365 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43366 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43367 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43368 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43369 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43370 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43371 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43372 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43373 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43374 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43375 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43376 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43377 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43378 proto.
43379 (_IO_flush_all_internal, _IO_adjust_column_internal)
43380 (_IO_default_uflow_internal, _IO_default_finish_internal)
43381 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43382 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43383 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43384 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43385 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43386 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43387 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43388 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43389 (_IO_file_close_internal, _IO_file_close_it_internal)
43390 (_IO_file_underflow_internal, _IO_file_overflow_internal)
43391 (_IO_file_init_internal, _IO_file_attach_internal)
43392 (_IO_file_fopen_internal, _IO_file_read_internal)
43393 (_IO_file_sync_internal, _IO_file_seek_internal)
43394 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43395 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43396 (_IO_str_underflow_internal, _IO_str_overflow_internal)
43397 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43398 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43399 (_IO_list_all_internal, _IO_link_in_internal)
43400 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43401 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43402 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43403 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43404 (_IO_do_write_internal, _IO_padn_internal)
43405 (_IO_getline_info_internal, _IO_getline_internal)
43406 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43407 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43408 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43409 (_IO_vfscanf_internal, _IO_vfprintf_internal)
43410 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43411 (_IO_init_internal, _IO_un_link_internal): Don't declare.
43412 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43413 with libc_hidden_ver, remove use of INTUSE.
43414 * libio/genops.c: Likewise.
43415 * libio/freopen.c: Likewise.
43416 * libio/freopen64.c: Likewise.
43417 * libio/iofclose.c: Likewise.
43418 * libio/iofdopen.c: Likewise.
43419 * libio/iofflush.c: Likewise.
43420 * libio/iofflush_u.c: Likewise.
43421 * libio/iofgets.c: Likewise.
43422 * libio/iofgets_u.c: Likewise.
43423 * libio/iofopen.c: Likewise.
43424 * libio/iofopncook.c: Likewise.
43425 * libio/iofread.c: Likewise.
43426 * libio/iofread_u.c: Likewise.
43427 * libio/ioftell.c: Likewise.
43428 * libio/iofwrite.c: Likewise.
43429 * libio/iogetline.c: Likewise.
43430 * libio/iogets.c: Likewise.
43431 * libio/iogetwline.c: Likewise.
43432 * libio/iopadn.c: Likewise.
43433 * libio/iopopen.c: Likewise.
43434 * libio/ioseekoff.c: Likewise.
43435 * libio/ioseekpos.c: Likewise.
43436 * libio/iosetbuffer.c: Likewise.
43437 * libio/iosetvbuf.c: Likewise.
43438 * libio/ioungetc.c: Likewise.
43439 * libio/ioungetwc.c: Likewise.
43440 * libio/iovdprintf.c: Likewise.
43441 * libio/iovsprintf.c: Likewise.
43442 * libio/iovsscanf.c: Likewise.
43443 * libio/memstream.c: Likewise.
43444 * libio/obprintf.c: Likewise.
43445 * libio/oldfileops.c: Likewise.
43446 * libio/oldiofclose.c: Likewise.
43447 * libio/oldiofdopen.c: Likewise.
43448 * libio/oldiofopen.c: Likewise.
43449 * libio/oldiopopen.c: Likewise.
43450 * libio/oldstdfiles.c: Likewise.
43451 * libio/putc.c: Likewise.
43452 * libio/setbuf.c: Likewise.
43453 * libio/setlinebuf.c: Likewise.
43454 * libio/stdfiles.c: Likewise.
43455 * libio/strops.c: Likewise.
43456 * libio/vasprintf.c: Likewise.
43457 * libio/vscanf.c: Likewise.
43458 * libio/vsnprintf.c: Likewise.
43459 * libio/vswprintf.c: Likewise.
43460 * libio/wfiledoalloc.c: Likewise.
43461 * libio/wfileops.c: Likewise.
43462 * libio/wgenops.c: Likewise.
43463 * libio/wmemstream.c: Likewise.
43464 * libio/wstrops.c: Likewise.
43465 * libio/__fpurge.c: Likewise.
43466 * libio/__fsetlocking.c: Likewise.
43467 * assert/assert.c: Likewise.
43468 * debug/fgets_chk.c: Likewise.
43469 * debug/fgets_u_chk.c: Likewise.
43470 * debug/fread_chk.c: Likewise.
43471 * debug/fread_u_chk.c: Likewise.
43472 * debug/gets_chk.c: Likewise.
43473 * debug/obprintf_chk.c: Likewise.
43474 * debug/vasprintf_chk.c: Likewise.
43475 * debug/vdprintf_chk.c: Likewise.
43476 * debug/vsnprintf_chk.c: Likewise.
43477 * debug/vsprintf_chk.c: Likewise.
43478 * malloc/mtrace.c: Likewise.
43479 * misc/error.c: Likewise.
43480 * misc/syslog.c: Likewise.
43481 * stdio-common/asprintf.c: Likewise.
43482 * stdio-common/fxprintf.c: Likewise.
43483 * stdio-common/getw.c: Likewise.
43484 * stdio-common/isoc99_fscanf.c: Likewise.
43485 * stdio-common/isoc99_scanf.c: Likewise.
43486 * stdio-common/isoc99_vfscanf.c: Likewise.
43487 * stdio-common/isoc99_vscanf.c: Likewise.
43488 * stdio-common/isoc99_vsscanf.c: Likewise.
43489 * stdio-common/printf-prs.c: Likewise.
43490 * stdio-common/printf_fp.c: Likewise.
43491 * stdio-common/printf_fphex.c: Likewise.
43492 * stdio-common/printf_size.c: Likewise.
43493 * stdio-common/putw.c: Likewise.
43494 * stdio-common/scanf.c: Likewise.
43495 * stdio-common/sprintf.c: Likewise.
43496 * stdio-common/tmpfile.c: Likewise.
43497 * stdio-common/vfprintf.c: Likewise.
43498 * stdio-common/vfscanf.c: Likewise.
43499 * stdlib/strfmon_l.c: Likewise.
43500 * sunrpc/openchild.c: Likewise.
43501 * sunrpc/xdr_stdio.c: Likewise.
43502 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43503 * sysdeps/mach/hurd/tmpfile.c: Likewise.
43504
d6c33fda
RM
435052012-05-24 Roland McGrath <roland@hack.frob.com>
43506
c1487492
RM
43507 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43508
43509 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43510 in the third column, to generate for the shared library an IFUNC
43511 that uses _dl_vdso_vsym.
43512 * Makerules (COMPILE.c, compile-stdin.c): New variables.
43513 * Makeconfig (object-suffixes-noshared): New variable.
43514
43515 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43516 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43517 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43518 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43519
d6c33fda
RM
43520 [BZ #14132]
43521 * include/sys/time.h (__gettimeofday): Remove macro.
43522 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43523 * time/gettimeofday.c (__gettimeofday): Remove #undef.
43524 Remove INTDEF.
43525 (__gettimeofday): Add libc_hidden_def.
43526 (gettimeofday): Add libc_hidden_weak.
43527 * sysdeps/mach/gettimeofday.c: Likewise.
43528 * sysdeps/posix/gettimeofday.c: Likewise.
43529 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43530 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43531 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43532 (__gettimeofday_internal): Remove strong_alias.
43533 (__gettimeofday): Add libc_hidden_def.
43534 (gettimeofday): Add libc_hidden_weak.
43535 * sysdeps/unix/syscalls.list (gettimeofday):
43536 Remove __gettimeofday_internal alias.
43537
b5a2bbe6
L
435382012-05-24 Daniel Jacobowitz <drow@false.org>
43539 H.J. Lu <hongjiu.lu@intel.com>
43540
43541 [BZ #12495]
43542 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43543 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43544 (largebin_index_32_big): New.
43545 (largebin_index): Use it for 16-byte alignment.
43546 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
43547 correction with front_misalign.
43548
cfba4fda
L
435492012-05-24 H.J. Lu <hongjiu.lu@intel.com>
43550
7f907421
L
43551 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43552 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43553 Likewise.
43554 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43555 Likewise.
43556 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43557 Likewise.
43558 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43559 Likewise.
43560 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43561 Likewise.
43562 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43563 Likewise.
43564 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43565 Likewise.
43566 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43567 Likewise.
43568 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43569 Likewise.
43570 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43571 Likewise.
43572 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43573 Likewise.
43574 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43575 Likewise.
43576
cfba4fda
L
43577 * scripts/data/c++-types-x32-linux-gnu.data: New file.
43578 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43579
80bad0cc
JM
435802012-05-24 Joseph Myers <joseph@codesourcery.com>
43581
7a25eb06
JM
43582 [BZ #10846]
43583 [BZ #14036]
43584 * math/libm-test.inc (exp_test): Add test from bug 14036.
43585 (pow_test): Add test from bug 10846.
43586
795405f9
JM
43587 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43588 and other flags.
43589 (special_function): Do not include flags in test name.
43590 (parse_args): Likewise.
43591 * sysdeps/i386/fpu/libm-test-ulps: Update.
43592 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43593 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43594 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43595 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43596
80bad0cc
JM
43597 * math/gen-libm-test.pl (%beautify): Add entries for underflow
43598 exceptions.
43599 * math/libm-test.inc ("Philosophy"): Update comment about
43600 exception testing.
43601 (UNDERFLOW_EXCEPTION): New macro.
43602 (UNDERFLOW_EXCEPTION_OK): Likewise.
43603 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43604 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43605 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43606 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43607 (INVALID_EXCEPTION_OK): Update value.
43608 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43609 (OVERFLOW_EXCEPTION_OK): Likewise.
43610 (IGNORE_ZERO_INF_SIGN): Likewise.
43611 (test_exceptions): Handle underflow exceptions.
43612 (acos_test): Update for underflow exception expectations.
43613 (cexp_test): Likewise.
43614 (clog_test): Likewise.
43615 (clog10_test): Likewise.
43616 (csqrt_test): Likewise.
43617 (ctan_test): Likewise.
43618 (ctanh_test): Likewise.
43619 (exp_test): Likewise.
43620 (exp10_test): Likewise.
43621 (exp2_test): Likewise.
43622 (expm1_test): Likewise.
43623 (fma_test): Likewise.
43624 (j0_test): Likewise.
43625 (jn_test): Likewise.
43626 (nexttoward_test): Likewise.
43627 (pow_test): Likewise.
43628 (scalbn_test): Likewise.
43629 (scalbln_test): Likewise.
43630 (tan_test): Likewise.
43631 (y1_test): Likewise.
43632 * sysdeps/i386/fpu/libm-test-ulps: Update.
43633 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43634
9e0e3d0b
DM
436352012-05-23 David S. Miller <davem@davemloft.net>
43636
43637 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43638 (__libc_sigaction): Remove unused local variables.
43639
ccd0a08f
L
436402012-05-23 H.J. Lu <hongjiu.lu@intel.com>
43641
43642 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43643
62bdf9a6
PE
436442012-05-23 Paul Eggert <eggert@cs.ucla.edu>
43645
f8591f80
PE
43646 mktime: avoid signed integer overflow
43647 * time/mktime.c (__mktime_internal): Do not mishandle the case
43648 where diff == INT_MIN.
43649
94c7d826
PE
43650 mktime: simplify computation of average
43651 * time/mktime.c (ranged_convert): Use new time_t_avg function
43652 instead of rolling our own (probably-slower) code.
43653
ce73d683
PE
43654 mktime: do not assume signed right shift propagates sign bit
43655 * time/mktime.c (isdst_differ): New static function.
43656 (__mktime_internal): No need to normalize tm_isdst now.
43657 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43658 tm_isdst values.
43659
72a22e59
PE
43660 mktime: merge another wrapv change from gnulib
43661 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43662 from some compilers.
43663
68605433
PE
43664 mktime: remove incorrect attempt at unusual arithmetics
43665 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43666 The code didn't really work on such machines anyway.
43667 (TYPE_MINIMUM): Assume two's complement.
43668 (twos_complement_arithmetic): Verify that long_int and time_t
43669 are two's complement (or unsigned, in the latter case).
43670
03cf7fe3
PE
43671 mktime: check signed shifts on long_int and time_t, too
43672 * time/mktime.c (SHR): Check that shifts work as desired
43673 on the types long_int and time_t too, as SHR is used on
43674 such types.
43675
f04dfbc2
PE
43676 mktime: do not assume 'long' is wide enough
43677 * time/mktime.c (verify): Move decl up.
43678 (long_int): New type.
43679 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43680 to remove assumption in the code that 'long' is wide enough to
43681 store year values. This assumption is not true on x32 and on
43682 some non-glibc platforms.
43683
62bdf9a6
PE
43684 mktime: merge wrapv change from gnulib
43685 * time/mktime.c (WRAPV): New macro.
43686 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43687 (guess_time_tm, __mktime_internal): Do not assume that signed
43688 integer overflow wraps around; modern compilers generate code
43689 where this assumption is no longer valid.
43690
5e292e4f
L
436912012-05-23 H.J. Lu <hongjiu.lu@intel.com>
43692
43693 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43694 Replace "jmp L(pseudo_end)" with "ret".
43695 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43696 Likewise.
43697
8caf8c87
AJ
436982012-05-23 Andreas Jaeger <aj@suse.de>
43699
43700 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43701 * sysdeps/unix/sysv/linux/poll.c: Remove file.
43702
1a09dc56
AJ
437032012-05-23 Andreas Jaeger <aj@suse.de>
43704 Maximilian Attems <max@stro.at>
43705
43706 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43707 New macros.
43708
1c87aba0
L
437092012-05-23 H.J. Lu <hongjiu.lu@intel.com>
43710
43711 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43712 code so that pseudo_end is just ret and the stack pointer is
43713 correct also for static library in error case.
43714
40e45bd5
JM
437152012-05-23 Joseph Myers <joseph@codesourcery.com>
43716
c2670533
JM
43717 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43718 move to syscalls.list.
43719 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43721 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43722 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43723
40e45bd5
JM
43724 * manual/install.texi (Running make install): Do not mention Linux
43725 kernel version for which pt_chown is not needed.
43726 (Linux): Do not mention problems with nscd with 2.0 kernels.
43727 * INSTALL: Regenerated.
43728
be08eda5
AJ
437292012-05-23 Andreas Jaeger <aj@suse.de>
43730
43731 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43732 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43733 macro.
43734 * sysdeps/unix/sysv/linux/s390/bits/mman.h
43735 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43736 * sysdeps/unix/sysv/linux/sh/bits/mman.h
43737 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43738 * sysdeps/unix/sysv/linux/i386/bits/mman.h
43739 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43740 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43741 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43742 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43743 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43744 * sysdeps/unix/sysv/linux/bits/in.h
43745 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43746
a6a056bb
RM
437472012-05-22 Roland McGrath <roland@hack.frob.com>
43748
43749 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43750 (PREPARE_VERSION): Just use assert instead, it will be elided
43751 under [NDEBUG] anyway.
43752
c9009328
L
437532012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43754
43755 * sysdeps/unix/sysv/linux/Makefile: Include
43756 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 43757 (sysdep_routines): Remove sysctl.
c9009328
L
43758 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43759 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43760 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43761 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43762 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43763
73338355
AJ
437642012-05-22 Andreas Jaeger <aj@suse.de>
43765
43766 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43767 that pseudo_end is just ret and the stack pointer is correct also
43768 for static library in error case.
43769
d44638b0
PP
437702012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
43771
43772 [BZ #14122]
43773 * nss/nsswitch.c (defconfig_entries): New variable.
43774 (__nss_database_lookup): Don't leak defconfig entries.
43775 (nss_parse_service_list): Don't leak on error paths.
43776 (free_database_entries): New function.
43777 (free_defconfig): New function.
43778 (free_mem): Move common code to free_database_entries.
43779
31a39bd8
L
437802012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43781
da0331a8
L
43782 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43783 Add arch_prctl.
43784 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43785
31a39bd8
L
43786 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43787 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43788 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43789 New macro.
43790 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43791 (INTERNAL_SYSCALL_TYPES): Likewise.
43792 (LOAD_ARGS_TYPES_[1-6]): Likewise.
43793 (LOAD_REGS_TYPES_[1-6]): Likewise.
43794 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43795 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43796
45470df3
AZ
437972012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43798
43799 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43800 copysignl for GLIBC_2_0.
43801 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43802 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43803 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43804 logbl for GLIBC_2_0.
43805 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43806 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43807
98a61bcb
L
438082012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43809
a4f6e481
L
43810 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43811 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
43812
f63d5db6
L
43813 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43814 Use "neg %eax".
43815
98a61bcb
L
43816 * time/mktime.c: Update copyright years.
43817
95770f14
PE
438182012-05-22 Paul Eggert <eggert@cs.ucla.edu>
43819
6226efbd
PE
43820 mktime: merge comment-quoting-style change from gnulib
43821 * time/mktime.c: Quote 'like this' in comments.
43822 The GNU coding standards suggest that we no longer quote `like this',
43823 as "`" and "'" are typically rendered asymmetrically nowadays.
43824 The typical gnulib style is to quote 'like this' when quoting
43825 code, and "like this" when quoting English.
43826
b99e4f78
PE
43827 * time/mktime.c (compile-command): Add "-I.".
43828
643e01e6
PE
43829 mktime: merge mktime-internal.h change from gnulib
43830 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43831
2554247d
PE
43832 mktime: merge time_r change from gnulib
43833 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43834
826dd0ab
PE
43835 mktime: merge DEBUG change from gnulib
43836 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43837 case system <time.h> has a #define.
43838
bd83aabe
PE
43839 mktime: merge <sys/types.h> change from gnulib
43840 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43841 since <time.t> is now guaranteed to define time_t.
43842
95770f14
PE
43843 mktime: merge HAVE_CONFIG_H change from gnulib
43844 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43845
5e1a27a9
L
438462012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43847
0e44a77e
L
43848 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43849 Use "neg %eax".
43850
5e1a27a9
L
43851 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43852 __rlim_t cast.
43853 (struct rusage): Use anonymous union to pad each field to
43854 __syscall_slong_t.
43855
46259bec
DM
438562012-05-21 David S. Miller <davem@davemloft.net>
43857
43858 * Makefules (o-iterator): Remove .s cases.
43859 (compile-command.s): Delete.
43860 (COMPILE.s): Delete.
43861 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43862
59f0c22e
JM
438632012-05-21 Joseph Myers <joseph@codesourcery.com>
43864
43865 * configure.in (libc_cv_predef_stack_protector): Only consider
43866 "foobar" and "__stack_chk_fail" lines in libc_undefs.
43867 * configure: Regenerated.
43868
20c07380
L
438692012-05-21 H.J. Lu <hongjiu.lu@intel.com>
43870
bbb3154b
L
43871 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43872 New macro. Use R*LP on int and pointer.
43873 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
43874 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43875 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
43876 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43877
20c07380
L
43878 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43879 [__WORDSIZE_TIME64_COMPAT32] instead of
43880 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43881 (struct utmp): Likewise.
43882 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43883 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43884 Renamed to ...
43885 (__WORDSIZE_TIME64_COMPAT32): This.
43886 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43887 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43888 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43889 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43890 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43891 (__WORDSIZE_TIME64_COMPAT32): New macro.
43892
d8d1017e
AJ
438932012-05-21 Andreas Jaeger <aj@suse.de>
43894
43895 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43896 only if [SHARED]. Add prototype for __wcschr_ia32.
43897
6c7fb145
RM
438982012-05-21 Roland McGrath <roland@hack.frob.com>
43899
43900 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43901 of %rbp unmolested in the jmp_buf while mangling the low bits.
43902 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43903 unmolested high bits of %rbp while demangling the low bits.
43904 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43905
66274218
AJ
439062012-05-21 Andreas Jaeger <aj@suse.de>
43907
07c58f8f
AJ
43908 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43909 * sunrpc/svc_simple.c: Use it for registerrpc.
43910 * sunrpc/xcrypt.c: Use it for passwd2des.
43911
66274218
AJ
43912 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43913
61f65140
L
439142012-05-21 H.J. Lu <hongjiu.lu@intel.com>
43915
43916 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43917 Don't define if [__SYSCALL_WORDSIZE != 32].
43918 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43919 New macro.
43920
5fefb436
AJ
439212012-05-21 Bruno Haible <bruno@clisp.org>
43922 Andreas Jaeger <aj@suse.de>
43923
43924 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43925 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43926 inptr and inend for must_buffer_ch.
43927 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43928 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43929 * stdio-common/Makefile (tests): Remove bug15.
43930 (bug15-ENV): Remove macro.
43931 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43932 anymore.
43933
d8e272ab
AJ
439342012-05-19 Andreas Jaeger <aj@suse.de>
43935 Roland McGrath <roland@hack.frob.com>
43936
43937 * manual/contrib.texi: Completely rewritten. It contains now an
43938 alphabetical list of contributors and their contributions.
43939
4a56a162
RH
439402012-05-21 Richard Henderson <rth@twiddle.net>
43941
43942 * misc/getauxval.c (__getauxval): Use unsigned long int.
43943 * misc/sys/auxv.h: Include <sys/cdefs.h>.
43944 (getauxval): Use unsigned long int.
43945
d024d23c
L
439462012-05-21 H.J. Lu <hongjiu.lu@intel.com>
43947
43948 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43949
cbc00a03
RM
439502012-05-21 Roland McGrath <roland@hack.frob.com>
43951
43952 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43953 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43954 __alignof__ (long double).
43955
478143fa
AZ
439562012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43957
43958 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43959
c7683a6d
RH
439602012-05-20 Richard Henderson <rth@twiddle.net>
43961
43962 * misc/getauxval.c: New file.
43963 * misc/sys/auxv.h: New file.
43964 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43965 (routines): Add getauxval.
43966 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43967 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43968 * elf/dl-sysdep.c (_dl_auxv): Remove.
43969 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43970 * elf/dl-support.c (_dl_auxv): New variable.
43971 (_dl_aux_init): Initialize it.
43972 * manual/startup.texi (Auxiliary Vector): New node.
43973 * sysdeps/generic/bits/hwcap.h: New file.
43974 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43975 * sysdeps/powerpc/sysdep.h: ... here. Include it.
43976 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43977 * sysdeps/sparc/sysdep.h: ... here. Include it.
43978 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43979 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
43980 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43981 Update.
c7683a6d
RH
43982 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43983 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43984 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43985 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43986 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43987 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43988 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43989 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43990
a6f1845d
AZ
439912012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43992
43993 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43994
cbcbe830
DM
439952012-05-19 David S. Miller <davem@davemloft.net>
43996
43997 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43998
e0b16cc2
JM
439992012-05-19 Joseph Myers <joseph@codesourcery.com>
44000
44001 [BZ #14123]
44002 * math/s_ccosh.c: Include <float.h>
44003 (__ccosh): Avoid internal overflow calculating sinh and cosh
44004 values before multiplying by sin and cos values.
44005 * math/s_ccoshf.c: Likewise.
44006 * math/s_ccoshl.c: Likewise.
44007 * math/s_csin.c: Likewise.
44008 * math/s_csinf.c: Likewise.
44009 * math/s_csinl.c: Likewise.
44010 * math/s_csinh.c: Likewise.
44011 * math/s_csinhf.c: Likewise.
44012 * math/s_csinhl.c: Likewise.
44013 * math/libm-test.inc (ccos_test): Add more tests.
44014 (ccosh_test): Likewise.
44015 (csin_test): Likewise.
44016 (csinh_test): Likewise.
44017 * sysdeps/i386/fpu/libm-test-ulps: Update.
44018 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44019
6ad13e08
L
440202012-05-19 H.J. Lu <hongjiu.lu@intel.com>
44021
f66f0ce8
L
44022 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
44023 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
44024
6ad13e08
L
44025 * sysdeps/x86_64/x32/_itoa.h: Add comment.
44026
b1d072a7
JM
440272012-05-19 Joseph Myers <joseph@codesourcery.com>
44028
44029 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
44030 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
44031 * sysdeps/powerpc/soft-fp/Versions: Likewise.
44032 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
44033 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
44034 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
44035 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
44036 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
44037 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
44038 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
44039 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
44040 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
44041 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
44042 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
44043 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
44044 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
44045 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
44046 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
44047 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
44048 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
44049 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
44050 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
44051 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
44052 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
44053 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
44054 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
44055 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
44056 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
44057 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
44058 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
44059 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
44060
9eae47cb
AJ
440612012-05-18 Andreas Jaeger <aj@suse.de>
44062
44063 * csu/.gitignore: Delete.
44064
bb07f69f
L
440652012-05-18 H.J. Lu <hongjiu.lu@intel.com>
44066
44067 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
44068 (timex): Use __syscall_slong_t.
44069
e6bdb741
AJ
440702012-05-18 Andreas Jaeger <aj@suse.de>
44071 Carlos O'Donell <carlos_odonell@mentor.com>
44072
44073 * manual/install.texi (Configuring and compiling): Update
44074 description about files modified in the source directory.
d6c33fda 44075 * INSTALL: Regenerated.
e6bdb741 44076
1b74487e
L
440772012-05-18 H.J. Lu <hongjiu.lu@intel.com>
44078
44079 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
44080 value. Use "or" to set return value to -1.
44081 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
44082 negate return value.
44083
a88b64b9
TMQMF
440842012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
44085
57f41c40
AS
44086 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
44087 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
44088 failure if the compiler has Graphite support disabled.
44089 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
44090 Likewise.
57f41c40
AS
44091 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
44092 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
44093 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
44094 Likewise.
44095
3707636e
L
440962012-05-18 H.J. Lu <hongjiu.lu@intel.com>
44097
610b8622
L
44098 * sysdeps/x86_64/x32/_itoa.h: New file.
44099
7cd195df
L
44100 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
44101 getdents system call only if kernel and user dirents have the
44102 same d_ino and d_off.
44103
94b07d20
L
44104 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44105 LLONG_MAX != LONG_MAX.
44106 (_itoa_word): Use _ITOA_WORD_TYPE on value.
44107 (_fitoa_word): Likewise.
44108
18298070
L
44109 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
44110 years.
44111 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
44112 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
44113 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
44114
553c7ea4
L
44115 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
44116 include <bits/wordsize.h>. Check __x86_64__ instead of
44117 __WORDSIZE.
44118 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
44119 if __x86_64__ is defined. Use anonymous union on fpstate.
44120
3707636e
L
44121 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
44122 anonymous union.
44123
b53ef01a
AS
441242012-05-18 Andreas Schwab <schwab@linux-m68k.org>
44125
37fb1dc0
AS
44126 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
44127 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
44128 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
44129 Refer to _rtld_local_ro instead of _rtld_global_ro.
44130 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
44131 Likewise.
44132 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
44133 Likewise.
44134 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
44135 Likewise.
44136 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
44137 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
44138 of _rtld_global, and rtld_progname instead of _dl_argv[0].
44139
b53ef01a
AS
44140 * sysdeps/powerpc/powerpc32/dl-machine.c
44141 (__elf_machine_runtime_setup) [PROF]: Don't reference
44142 _dl_prof_resolve.
44143
7a185db2
AJ
441442012-05-18 Andreas Jaeger <aj@suse.de>
44145
44146 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
44147 function only available for GCCs before 3.4 since GCC 3.4
44148 introduced a builtin.
44149 (lrint): Likewise.
44150 (llrintf): Likewise.
44151 (llrint): Likewise.
44152 (fmaxf): Likewise.
44153 (fmax): Likewise.
44154 (fminf): Likewise.
44155 (fmin): Likewise.
44156 (rint): Likewise.
44157 (rintf): Likewise.
44158 (nearbyint): Likewise.
44159 (nearbyintf): Likewise.
44160 (ceil): Likewise.
44161 (ceilf): Likewise.
44162 (floor): Likewise.
44163 (floorf): Likewise.
44164
3e5aef87
L
441652012-05-17 H.J. Lu <hongjiu.lu@intel.com>
44166
428bd707
L
44167 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
44168 on both fields and cast pointer to __syscall_ulong_t.
44169
3e5aef87
L
44170 * bits/types.h (__fsword_t): New type.
44171 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
44172 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
44173 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44174 (__FSWORD_T_TYPE): Likewise.
44175 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44176 (__FSWORD_T_TYPE): Likewise.
44177 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44178 (__FSWORD_T_TYPE): Likewise.
44179 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
44180 (__FSWORD_T_TYPE): Likewise.
44181 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
44182 __SWORD_TYPE with __fsword_t.
44183 (statfs64): Likewise.
44184
1ba7c3dc
DM
441852012-05-17 David S. Miller <davem@davemloft.net>
44186
44187 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
44188
59910343
AJ
441892012-05-17 Andreas Jaeger <aj@suse.de>
44190
44191 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
44192 warning.
44193
2e4c1e9e
L
441942012-05-17 H.J. Lu <hongjiu.lu@intel.com>
44195
44196 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
44197
de7f5ce7
AJ
441982012-05-17 Andreas Jaeger <aj@suse.de>
44199
44200 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
44201 when it is used.
44202
286abc3d
CM
442032012-05-17 Chris Metcalf <cmetcalf@tilera.com>
44204
44205 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44206
477cc68e
L
442072012-05-17 H.J. Lu <hongjiu.lu@intel.com>
44208
44209 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44210 * sysdeps/x86_64/tst-mallocalign1.c: New file.
44211
1a0994f5
CD
442122012-05-17 Andreas Jaeger <aj@suse.de>
44213 Carlos O'Donell <carlos_odonell@mentor.com>
44214
44215 [BZ #14059]
44216 * sysdeps/x86_64/multiarch/init-arch.h
44217 (bit_YMM_Usable): Rename to...
44218 (bit_AVX_Usable): ... this.
44219 (bit_FMA4_Usable): New macro.
44220 (bit_XMM_state): New macro.
44221 (bit_YMM_state): New macro.
44222 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44223 [__ASSEMBLER__] (index_AVX_Usable): ... this.
44224 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44225 (CPUID_OSXSAVE): New macro.
44226 (CPUID_AVX): New macro.
44227 (CPUID_FMA4): New macro.
44228 (index_YMM_Usable): Rename to...
44229 (index_AVX_Usable): ... this.
44230 (HAS_AVX): Use HAS_ARCH_FEATURE.
44231 (HAS_FMA4): Likewise.
44232 (HAS_YMM_USABLE): Remove.
44233 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44234 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44235 are present.
44236 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44237 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44238 * sysdeps/x86_64/multiarch/Makefile: Likewise.
44239 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44240 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44241
0af797de
CM
442422012-05-17 Chris Metcalf <cmetcalf@tilera.com>
44243
44244 * math/libm-test.c: Support platforms without multiple rounding modes.
44245 * math/bug-nextafter.c: Support platforms without FP exceptions.
44246 * math/bug-nexttoward.c: Likewise.
44247 * math/test-fenv.c: Likewise.
44248 * math/test-misc.c: Likewise.
44249 * stdlib/bug-getcontext.c: Likewise.
44250
e39745ff
AJ
442512012-05-17 Andreas Jaeger <aj@suse.de>
44252
44253 * manual/examples/search.c (critter_cmp): Change signature to
44254 avoid warnings.
44255 * manual/string.texi (Collation Functions): Likewise.
44256
48970aba
L
442572012-05-16 H.J. Lu <hongjiu.lu@intel.com>
44258
44259 * bits/types.h: Fold copyright years.
44260 * bits/typesizes.h: Likewise.
44261 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44262 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44263 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44264 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44265 * time/time.h: Likewise.
44266
bedee953
PP
442672012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
44268
44269 [BZ #208]
44270 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44271 in instead of returning them. Return void.
44272 (__libc_mallinfo): Accumulate over all arenas.
44273 (__malloc_stats): Adjust for change in int_mallinfo interface.
44274
61653dfb
RM
442752012-05-16 Roland McGrath <roland@hack.frob.com>
44276
30b99d79
RM
44277 [BZ #10375]
44278 * configure.in (NM): Add AC_CHECK_TOOL for it.
44279 (libc_extra_cflags): New substituted variable.
44280 Check for -fstack-protector being used implicitly.
44281 * configure: Regenerated.
44282 * config.make.in (config-extra-cflags): New variable,
44283 gets @libc_extra_cflags@.
44284 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
44285
61653dfb
RM
44286 [BZ #10375]
44287 * configure.in: Check for _FORTIFY_SOURCE being predefined.
44288 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
44289 * configure: Regenerated.
44290 * config.make.in (CPPUNDEFS): New substituted variable.
44291 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
44292 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44293 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
44294
661768bb
L
442952012-05-16 H.J. Lu <hongjiu.lu@intel.com>
44296
44297 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
44298 (mq_attr): Use __syscall_slong_t.
44299
d4261567
L
443002012-05-16 H.J. Lu <hongjiu.lu@intel.com>
44301
44302 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
44303 Check __x86_64__ instead of __WORDSIZE.
44304 (_STAT_VER_LINUX): Likewise.
44305 (stat): Check __x86_64__ instead of __WORDSIZE. Use
44306 __syscall_ulong_t and __syscall_slong_t.
44307 (stat64): Likewise.
44308
cf3ff365
L
443092012-05-16 H.J. Lu <hongjiu.lu@intel.com>
44310
44311 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
44312
76cf3e4d
L
443132012-05-16 H.J. Lu <hongjiu.lu@intel.com>
44314
44315 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
44316
a637753a
L
443172012-05-16 H.J. Lu <hongjiu.lu@intel.com>
44318
44319 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
44320 __syscall_ulong_t.
44321
d5e05119
L
44322 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
44323 include <bits/wordsize.h>. Check __x86_64__ instead of
44324 __WORDSIZE.
44325 (greg_t): Use "__extension__ long long int" if __x86_64__ is
44326 defined.
44327 (mcontext_t): Replace "unsigned long" with "unsigned long long".
44328
f62ee380
L
44329 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
44330 include <bits/wordsize.h>. Check __x86_64__ instead of
44331 __WORDSIZE.
44332 (user_regs_struct): Use "__extension__ unsigned long long"
44333 instead of "unsigned long" if __x86_64__ is defined.
44334 (user): Likewise. Pad after pointer field if __ILP32__ is
44335 defined.
44336
4e124ced
JM
443372012-05-16 Joseph Myers <joseph@codesourcery.com>
44338
6a3951a0
JM
44339 * configure.in (makeinfo): Require version 4.5 or later. Allow
44340 versions 5 to 9.
44341 * configure: Regenerated.
44342 * manual/install.texi (texinfo): Increase version requirement to
44343 4.5 or later.
44344 * INSTALL: Regenerated.
44345
4e124ced
JM
44346 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
44347
953ca31a
L
443482012-05-16 H.J. Lu <hongjiu.lu@intel.com>
44349
44350 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
44351
617aca05
L
44352 * sysdeps/x86_64/x32/ffs.c: New file.
44353
5762f7ae
L
44354 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
44355 __syscall_ulong_t.
44356 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
44357 defined. Use __syscall_ulong_t.
44358 (shminfo): Use __syscall_ulong_t.
44359 (shm_info): Likewise.
44360
a26b6856
L
44361 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44362 __syscall_ulong_t.
44363
cb2b9ef7
L
44364 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44365 <bits/wordsize.h>.
44366 (msgqnum_t): Use __syscall_ulong_t.
44367 (msglen_t): Likewise.
44368 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
44369 __syscall_ulong_t.
44370
34683bb0
L
44371 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44372 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
44373
84a68786
L
44374 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44375
48baa5f1
L
44376 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44377 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44378
180be88b
L
44379 * sysvipc/sys/msg.h (msgbuf): Replace long int with
44380 __syscall_slong_t.
44381
5e90c8ad
L
44382 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44383 include <bits/wordsize.h>. Check __x86_64__ instead of
44384 __WORDSIZE.
44385
23dfb58b
L
44386 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44387 "unsigned long long int" if __x86_64__ is defined.
44388 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44389
ce5d54b0
L
44390 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44391 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
44392 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44393
13dc9eac
L
44394 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44395 <stdint.h>.
44396 (GET_PC): Cast to uintptr_t first.
44397 (GET_FRAME): Likewise.
44398 (GET_STACK): Likewise.
44399
a7895d15
L
44400 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44401 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44402 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44403 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44404 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44405 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44406 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44407 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44408 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44409 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44410 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44411 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44412 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44413 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44414 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44415 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44416 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44417 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44418 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44419 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44420 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44421 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44422 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44423 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44424 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44425 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44426 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44427 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44428 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44429
656416c9
AS
444302012-05-16 Andreas Schwab <schwab@linux-m68k.org>
44431
5bd66283
AS
44432 * Makerules (+depfiles): Also collect depfiles from .oS in
44433 $(extra-objs).
44434 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44435 .oS, $(libnldbl-routines)).
44436
656416c9
AS
44437 * Makerules (native-compile-mkdep-flags): Define.
44438 * sunrpc/Makefile (extra-objs): Add $(addprefix
44439 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44440 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44441 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
44442 calling $(make-target-directory).
44443
a46f2169
L
444442012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44445
44446 * bits/types.h (__snseconds_t): Removed.
44447 * time/time.h (struct timespec): Replace __snseconds_t with
44448 __syscall_slong_t.
44449 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44450 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44451 Likewise.
44452 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44453 (__SNSECONDS_T_TYPE): Likewise.
44454 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44455 (__SNSECONDS_T_TYPE): Likewise.
44456 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44457 (__SNSECONDS_T_TYPE): Likewise.
44458
6af6528b
L
444592012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44460
44461 * sysdeps/mach/hurd/bits/typesizes.h
44462 (__SYSCALL_SLONG_TYPE): New macro.
44463 (__SYSCALL_ULONG_TYPE): Likewise.
44464
de986b56
L
444652012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44466
44467 * bits/types.h (__syscall_slong_t): New type.
44468 (__syscall_ulong_t): Likewise.
44469
44470 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44471 (__SYSCALL_ULONG_TYPE): Likewise.
44472 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44473 (__SYSCALL_SLONG_TYPE): Likewise.
44474 (__SYSCALL_ULONG_TYPE): Likewise.
44475 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44476 (__SYSCALL_SLONG_TYPE): Likewise.
44477 (__SYSCALL_ULONG_TYPE): Likewise.
44478 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44479 (__SYSCALL_SLONG_TYPE): Likewise.
44480 (__SYSCALL_ULONG_TYPE): Likewise.
44481
85736dc7
L
444822012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44483
44484 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44485 Add sigaltstack-offsets.sym.
44486 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44487 <sigaltstack-offsets.h>.
44488 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
44489 longjmp_msg pointer.
44490 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
44491 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44492 signal stack.
44493 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44494
cc03b296
JM
444952012-05-15 Joseph Myers <joseph@codesourcery.com>
44496
a9538892
JM
44497 * elf/stackguard-macros.h: Remove file.
44498 * sysdeps/generic/stackguard-macros.h: New file.
44499 * sysdeps/i386/stackguard-macros.h: Likewise.
44500 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44501 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44502 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44503 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44504 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44505 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44506 * sysdeps/x86_64/stackguard-macros.h: Likewise.
44507 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44508 <elf/stackguard-macros.h>.
44509
cc03b296
JM
44510 [BZ #14109]
44511 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44512 __aligned__ in attribute.
44513 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44514 (gregset_t): Likewise.
44515
93171016
L
445162012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44517
44518 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44519 * sysdeps/x86_64/64/Implies-after: Here. New file.
44520 * sysdeps/x86_64/x32/Implies-after: New file.
44521
d86813a0
L
445222012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44523
44524 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44525 and access return value for _dl_profile_fixup. Use R10_LP to
44526 load frame size.
44527
2953ec75
L
445282012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44529
44530 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44531
3b550e9e
L
445322012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44533
44534 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44535 * sysdeps/x86_64/x32/sysdep.h: New file.
44536
eda41706
L
445372012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44538
44539 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44540 * sysdeps/x86_64/setjmp.S: Likewise.
44541
9ea01d93
AZ
445422012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44543
44544 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44545 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44546 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44547 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44548 remove unused global constant.
44549
02a91938
CM
445502012-05-15 Chris Metcalf <cmetcalf@tilera.com>
44551
44552 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44553 include of <not-cancel.h>.
44554
6540185f
RM
445552012-05-15 Roland McGrath <roland@hack.frob.com>
44556
44557 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44558
509072a0
AJ
445592012-05-15 Jeff Law <law@redhat.com>
44560 Andreas Jaeger <aj@suse.de>
44561
44562 [BZ #13594]
44563 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44564 out from...
44565 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44566 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44567 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44568 code changing __hst_map_handle.map.
44569
ba75122d
RM
445702012-05-15 Roland McGrath <roland@hack.frob.com>
44571
44572 * configure.in (sysnames): Look for Implies-before and Implies-after
44573 files.
44574 * configure: Regenerated.
44575
890d8bd8
L
445762012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44577
44578 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44579 8-byte data alignment with LP_SIZE alignment.
44580
f6ee6623
L
445812012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44582
44583 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44584 into R10_LP.
44585
ea2626f6
L
445862012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44587
44588 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44589
085f715e
L
445902012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44591
44592 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44593 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44594 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44595 Likewise.
44596 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44597
be8498fc
L
445982012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44599
44600 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44601 (stackinfo_sub_sp): Likewise.
44602
70bc83b9
L
446032012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44604
44605 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44606 RAX_LP.
44607
9bc0b730
L
446082012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44609
44610 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44611 into R*_LP.
44612
6d2850e7
L
446132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44614
44615 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44616 sizes into R*_LP.
44617
3cb84561
L
446182012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44619
44620 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44621
54e2ed81
L
446222012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44623
44624 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44625 into R11_LP and load __x86_64_shared_cache_size_half into
44626 R8_LP.
44627
8a17f349
L
446282012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44629
44630 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44631 R8_LP.
44632
777b1eea
AZ
446332012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44634
44635 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44636 logb for POWER7.
44637 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44638 logbf for POWER7.
44639 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44640 logbl for POWER7.
44641 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44642 powerpc32/power7/fpu/s_logb.c via #include.
44643 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44644 powerpc32/power7/fpu/s_logbf.c via #include.
44645 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44646 powerpc32/power7/fpu/s_logbl.c via #include.
44647
d20d4ac2
JM
446482012-05-15 Joseph Myers <joseph@codesourcery.com>
44649
44650 * README.libm: Remove file.
44651
6cdef1ab
L
446522012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44653
44654 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44655 count for x32. Use R*_LP and omit operand-size suffix.
44656
0b254d8f
L
446572012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44658
44659 * shlib-versions: Move x86_64-.*-linux.* entries to ...
44660 * sysdeps/x86_64/64/shlib-versions: Here. New file.
44661 * sysdeps/x86_64/x32/shlib-versions: New file.
44662
ceb809dc
RM
446632012-05-14 Roland McGrath <roland@hack.frob.com>
44664
44665 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44666 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44667 Use _dl_fatal_printf instead.
44668
37f1abd4
JM
446692012-05-14 Joseph Myers <joseph@codesourcery.com>
44670
44671 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44672 set if not set by the user. Do not allow for being unset.
44673 * sysdeps/unix/sysv/linux/configure: Regenerated.
44674
11de3a33
L
446752012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44676
44677 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44678 the `q' suffix from lea and replace .quad with ASM_ADDR.
44679
e02f153a
L
446802012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44681
44682 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44683 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
44684 instead of $17.
44685 (PTR_DEMANGLE): Likewise.
44686
520ae0fd
L
446872012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44688
44689 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44690 (LP_OP): Likewise.
44691 (ASM_ADDR): Likewise.
44692 (RAX_LP): Likewise.
44693 (RBP_LP): Likewise.
44694 (RBX_LP): Likewise.
44695 (RCX_LP): Likewise.
44696 (RDI_LP): Likewise.
44697 (RSI_LP): Likewise.
44698 (RSP_LP): Likewise.
44699 (R8_LP): Likewise.
44700 (R9_LP): Likewise.
44701 (R10_LP): Likewise.
44702 (R10_LP): Likewise.
44703 (R11_LP): Likewise.
44704 (R12_LP): Likewise.
44705 (R13_LP): Likewise.
44706 (R14_LP): Likewise.
44707 (R15_LP): Likewise.
44708
b985be81
L
447092012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44710
44711 * sysdeps/x86_64/x32/dl-machine.h: New file.
44712
6a4888ff
AJ
447132012-05-14 Andreas Jaeger <aj@suse.de>
44714
44715 * manual/Makefile (subdir): Remove export of subdir.
44716 (all): Remove target.
44717 (.PHONY): Remove all from list.
44718 (mkinstalldirs): Remove.
44719 (.PHONY): Remove installdirs from list.
44720 ($(inst_infodir)/libc.info): Use make-target-directory.
44721 (installdirs): Remove.
44722 (subdir_%): Remove.
44723 (glibc-targets): Remove.
44724 (lib): Remove.
44725 (stubs): Remove.
44726 ($(objpfx)stubs ../po/manual.pot): Remove.
44727 ($(objpfx)stamp%): Remove.
44728 (make-target-directory): Remove.
44729 (subdir_install): Remove.
44730 (routines): Remove.
44731 (aux): Remove.
44732 (sources): Remove.
44733 (objects): Remove.
44734 (headers): Remove.
44735
44736 [BZ #13750]
44737 * manual/.gitignore: Remove, it's not needed anymore.
44738 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44739 all files in it.
44740 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44741 directory.
44742 (texis): Renamed to $(objpfx)texis.
44743 (texis-path): New, contains path to generated files.
44744 (chapters.%): Use texis-path for complete path, add extra argument
44745 libc-texinfo.sh.
44746 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44747 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44748 (summary,texi, stamp-summary): Use complete path of
44749 files. Generate files in build dir.
44750 (dir-add.texi): Build in build dir.
44751 (libm-err.texi,stamp-libm-err): Likewise.
44752 (version.texi, stamp-version): Likewise.
44753 (.%c.texi): Likewise.
44754 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44755 (mostlyclean): Remove target.
44756 (realclean): Remove target.
44757 (generated): Add new variable with contents from mostlyclean and
44758 realclean, remove entries duplicated in common-mostlyclean, add
44759 stamp-libm-err and stamp-version.
44760 (generated-dirs): Add libc directory.
44761 ($(inst_infodir)/libc.info): Install files from build dir.
44762
44763 * manual/install.texi (Configuring and compiling): Adjust since
44764 the info files are not part of the tar ball anymore.
44765
7ac77294
AJ
447662012-05-14 Andreas Jaeger <aj@suse.de>
44767
44768 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44769 variable.
44770
ffb7875d
JM
447712012-05-14 Joseph Myers <joseph@codesourcery.com>
44772
44773 [BZ #13717]
44774 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44775 to 2.2.0 where earlier.
44776 * sysdeps/unix/sysv/linux/configure: Regenerated.
44777 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44778 Remove conditional code.
44779 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44780 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44781 Remove conditional code.
44782 [!__NR_lchown]: Likewise.
44783 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44784 [__NR_lchown]: Likewise.
44785 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44786 comment referencing __ASSUME_LCHOWN_SYSCALL.
44787 * sysdeps/unix/sysv/linux/i386/sigaction.c
44788 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44789 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44790 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44791 Remove conditional code.
44792 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44793 (__protocol_available): Remove #if 0 code.
44794 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44795 conditional code.
44796 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44797 * sysdeps/unix/sysv/linux/kernel-features.h
44798 (__ASSUME_GETCWD_SYSCALL): Don't define.
44799 (__ASSUME_REALTIME_SIGNALS): Likewise.
44800 (__ASSUME_PREAD_SYSCALL): Likewise.
44801 (__ASSUME_PWRITE_SYSCALL): Likewise.
44802 (__ASSUME_POLL_SYSCALL): Likewise.
44803 (__ASSUME_LCHOWN_SYSCALL): Likewise.
44804 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44805 non-SPARC.
44806 (__ASSUME_SIOCGIFNAME): Don't define.
44807 (__ASSUME_MSG_NOSIGNAL): Likewise.
44808 (__ASSUME_SENDFILE): Define unconditionally.
44809 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44810 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44811 conditional code.
44812 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44813 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44814 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44815 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44816 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44817 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44818 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44819 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44820 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44821 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44822 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44823 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44824 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44825 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44826 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44827 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44828 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44829 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44830 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44831 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44832 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44833 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44834 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44835 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44836 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44837 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44838 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44839 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44840 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44841 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44842 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44843 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44844 Remove conditional code.
44845 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44846 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44847 Remove conditional code.
44848 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44849 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44850 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44851 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44852 Remove conditional code.
44853 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44854 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44855 Remove conditional code.
44856 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44857 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44858 Remove conditional code.
44859 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44860 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44861 Remove conditional code.
44862 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44863 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44864 Remove conditional code.
44865 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44866 * sysdeps/unix/sysv/linux/sh/pwrite64.c
44867 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44868 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44869 * sysdeps/unix/sysv/linux/sigaction.c
44870 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44871 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44872 * sysdeps/unix/sysv/linux/sigpending.c
44873 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44874 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44875 * sysdeps/unix/sysv/linux/sigprocmask.c
44876 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44877 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44878 * sysdeps/unix/sysv/linux/sigsuspend.c
44879 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44880 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44881 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44882 (__libc_missing_rt_sigs): Remove.
44883 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44884 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44885 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44886 Remove conditional code.
44887 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44888 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44889 return 1.
44890 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44891 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44892 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44893 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44894
1bfb7291
AJ
448952012-05-14 Andreas Jaeger <aj@suse.de>
44896
caae5a81
AJ
44897 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44898 it's not used in glibc.
44899 (__coshm1): Likewise.
44900 (__acosh1p): Likewise.
44901 (__sgn): Likewise.
44902
1bfb7291
AJ
44903 * manual/string.texi (Copying and Concatenation): Add missing
44904 variable in concat example.
44905 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44906
c044d724
L
449072012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44908
144c5467 44909 [BZ #14103]
c044d724
L
44910 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44911 __builtin_clzl with __builtin_clzll.
44912
2523c62b
L
449132012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44914
44915 [BZ #14104]
44916 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44917 libc_freeres_ptr.
44918
d7bb4c42
LD
449192012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44920
44921 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44922 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44923 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44924 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44925
9dc4e1fb
MF
449262012-05-14 Mike Frysinger <vapier@gentoo.org>
44927
44928 * NEWS: Update ia64 info.
44929
c7df0112
AS
449302012-05-12 Andreas Schwab <schwab@linux-m68k.org>
44931
44932 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44933 used as bcopy.
44934
dc70356c
TS
449352012-05-12 Thomas Schwinge <thomas@codesourcery.com>
44936
44937 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44938 * sysdeps/unix/syscalls.list (dup3): Likewise.
44939 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44940 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44941
9fb1a21f
L
449422012-05-11 H.J. Lu <hongjiu.lu@intel.com>
44943
44944 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44945 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44946
4822a2a5
L
449472012-05-11 H.J. Lu <hongjiu.lu@intel.com>
44948
44949 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44950 thread pointer.
44951 (TLS_IE): Use mov/add instead of movq/addq to load thread
44952 pointer.
44953 (TLS_GD_PREFIX): New.
44954 (TLS_GD): Use it.
44955
842b81d6
DM
449562012-05-11 David S. Miller <davem@davemloft.net>
44957
44958 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44959 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44960 (_FPU_SETCW): Likewise.
44961
1cf463cd
L
449622012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44963
44964 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44965 is 32-byte aligned.
44966
60cc4a18
AS
449672012-05-11 Andreas Schwab <schwab@linux-m68k.org>
44968
44969 [BZ #11837]
44970 * iconvdata/gb18030.c: Update tables.
44971 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
44972 characters specially.
44973 (BODY for TO_LOOP): Add encoding of missing ranges.
44974
febb44a4
TS
449752012-05-11 Thomas Schwinge <thomas@codesourcery.com>
44976
44977 [BZ #13673]
44978 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44979 * sysdeps/mach/hurd/dup3.c: Likewise.
44980 * sysdeps/mach/hurd/readlinkat.c: Likewise.
44981 * sysdeps/powerpc/memmove.c:: Likewise.
44982
0a10fb9e
L
449832012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44984
44985 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44986 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44987
df8a552f
L
449882012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44989
44990 * elf/elf.h (R_X86_64_RELATIVE64): New.
44991 (R_X86_64_NUM): Updated.
44992 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44993 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
44994 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44995 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44996 tst-quad1pie tst-quad2pie
44997 (modules-names): Add tst-quadmod1 tst-quadmod2.
44998 ($(objpfx)tst-quad1): New dependency.
44999 ($(objpfx)tst-quad2): Likewise.
45000 ($(objpfx)tst-quad1pie): Likewise.
45001 ($(objpfx)tst-quad2pie): Likewise.
45002 * sysdeps/x86_64/tst-quad1.c: New file.
45003 * sysdeps/x86_64/tst-quad1pie.c: New file.
45004 * sysdeps/x86_64/tst-quad2.c: Likewise.
45005 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
45006 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
45007 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
45008 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
45009 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
45010
f34d6f84
ST
450112012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45012
f42d41d1
ST
45013 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
45014 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
45015 * streams/stropts.h (t_scalar_t): Define type.
45016
3c3571fc
ST
45017 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
45018 (_PATH_PRESERVE): Set to "/var/lib".
45019 (_PATH_RWHODIR): Set to "/var/spool/rwho".
45020
61f06bd3
ST
45021 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
45022 instead of int.
45023
918d4d71
ST
45024 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
45025 if __dir_mkfile succeeded.
45026
f34d6f84
ST
45027 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
45028 checking for _hurd_dtablesize. Unlock it right after having
45029 finished _hurd_dtable allocation.
45030
10589b4a
TS
450312012-05-10 Thomas Schwinge <thomas@schwinge.name>
45032
674cdbc7
TS
45033 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
45034 * sysdeps/mach/hurd/configure: Regenerated.
45035 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
45036 special-casing to...
45037 * sysdeps/gnu/configure.in: ... this new file.
45038 * sysdeps/unix/sysv/linux/configure: Regenerated.
45039 * sysdeps/gnu/configure: New generated file.
45040
8e41b99f
TS
45041 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
45042 for Linux: use nsec instead of usec, as well as:
45043 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
45044 members of type struct timespec.
45045 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
45046 New macros.
45047 (struct stat64): Likewise.
45048 (_STATBUF_ST_NSEC): New macro.
45049 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
45050
10589b4a
TS
45051 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
45052 __strtoul_internal rather than strtoul.
45053
63643c85
PT
450542012-05-10 Pino Toscano <toscano.pino@tiscali.it>
45055
45056 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
45057 and reject them.
45058
3faebe6a
ST
450592012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45060
45061 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
45062 which preserves existing values.
45063 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
45064
c6474b07
PT
450652012-05-10 Pino Toscano <toscano.pino@tiscali.it>
45066
45067 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
45068 TIMEOUT values. Return EINVAL for NFDS values either negative or
45069 greater than FD_SETSIZE.
45070
1043890b
ST
450712012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45072
45073 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
45074 allocated, call __vm_protect to finish enabling the existing space, and
45075 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
45076 allocate the remainder.
45077
37ed8b9b
PT
450782012-05-10 Pino Toscano <toscano.pino@tiscali.it>
45079
45080 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
45081 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
45082
db653660
ST
450832012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45084
37ed8b9b
PT
45085 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
45086 sysdeps/mach/hurd/readlink.c.
b29d4053 45087
db653660
ST
45088 * posix/tst-sysconf.c (posix_options): Only use
45089 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
45090 _POSIX_SYNCHRONIZED_IO when they are defined
45091 * sysdeps/mach/hurd/bits/posix_opt.h:
45092 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
45093 (_XOPEN_REALTIME): Undefine macro.
45094 (_XOPEN_REALTIME_THREADS): Undefine macro.
45095 (_XOPEN_SHM): Undefine macro.
45096 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
45097 macro to -1.
45098 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
45099 macro to -1.
45100 (_POSIX_ASYNC_IO): Undefine macro.
45101 (_POSIX_PRIORITIZED_IO): Undefine macro.
45102 (_POSIX_SPIN_LOCKS): Define macro to -1.
45103
ee16e894
ST
45104 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
45105 SA_NODEFER, SA_RESETHAND.
45106 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
45107 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
45108 F_DUPFD_CLOEXEC.
45109
6103ae3b
TS
451102012-05-10 Thomas Schwinge <thomas@schwinge.name>
45111
45112 * elf/Makefile (pldd-modules): Define unconditionally.
45113
80b4e5f3
TS
451142012-05-10 Thomas Schwinge <thomas@schwinge.name>
45115
45116 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
45117
edadcbd6
ST
451182012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45119
45120 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
45121 Return ENOENT when name is empty.
45122 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
45123
80694780
TS
451242012-05-10 Thomas Schwinge <thomas@schwinge.name>
45125
1792c087
TS
45126 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
45127
80694780
TS
45128 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
45129
6b645f0d
ST
451302012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45131
80694780
TS
45132 Fix mlock in all cases except non-readable pages.
45133 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
45134 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 45135
6b645f0d
ST
45136 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
45137 (__mkdir): When path is `/', just fail with EEXIST.
45138 * sysdeps/mach/hurd/mkdirat.c: Likewise.
45139
e468f8a3
TS
451402012-05-10 Thomas Schwinge <thomas@schwinge.name>
45141
45142 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
45143 <sys/uio.h> (for writev).
45144 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
45145 and <sys/param.h> (for MIN).
45146
a4186cff
PT
451472012-05-10 Pino Toscano <toscano.pino@tiscali.it>
45148
45149 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
45150 REQUESTED_TIME. Properly set the remaining time and return EINTR
45151 if interrupted.
45152
510bbf14
TS
451532012-05-10 Thomas Schwinge <thomas@schwinge.name>
45154
45155 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
45156 Depend on against $(link-rpcuserlibs).
45157
5d5722e8
ST
451582012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45159
a4186cff
PT
45160 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
45161 (__libc_stack_end): Do not use attribute_relro.
45162 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
45163 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 45164 to libthread-provided value.
a4186cff
PT
45165 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
45166 attribute_relro.
5d5722e8 45167
37233df9
TS
451682012-05-10 Thomas Schwinge <thomas@schwinge.name>
45169
be971a2b
TS
45170 [BZ #3748]
45171 * bits/libc-lock.h (__libc_once_get): New macro.
45172 * sysdeps/mach/bits/libc-lock.h: Likewise.
45173 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
45174 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
45175 instead of using implementation details.
45176
37233df9
TS
45177 * libio/fileops.c: Unconditionally include <kernel-features.h>.
45178 * libio/freopen.c: Likewise.
45179 * libio/freopen64.c: Likewise.
45180 * misc/syslog.c: Likewise.
45181 * nscd/connections.c: Likewise.
45182 * nscd/netgroupcache.c: Likewise.
45183 * sysdeps/posix/getcwd.c: Likewise.
45184
38de94a5
RM
451852012-05-10 Roland McGrath <roland@hack.frob.com>
45186
45187 * math/w_ilogbf.c: Add #include <limits.h>.
45188
67530489
ST
451892012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45190
a4186cff 45191 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
45192 path instead of returning without unlocking.
45193
67530489
ST
45194 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
45195 immediate-write ioctls.
45196 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
45197
5aa3a74a
TS
451982012-05-10 Thomas Schwinge <thomas@schwinge.name>
45199
18bad2ae
TS
45200 * sysdeps/mach/hurd/i386/init-first.c (init): Use
45201 __builtin_frame_address instead of making assumptions about the
45202 location of the return address relative to DATA. Force early load of
45203 the return address.
45204 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45205 __builtin_frame_address.
45206
5aa3a74a
TS
45207 dup3 for GNU Hurd.
45208 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45209 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
45210 implement dup3 and do some further code clean-ups.
45211 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45212 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45213
ecd0de9a
ST
452142012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45215
cd9fa985
ST
45216 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45217
a4186cff
PT
45218 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45219 HURD_CRITICAL_END around holding _hurd_dtable_lock.
45220 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45221 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45222 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45223 d->port.lock.
802ca5a5 45224
a4186cff
PT
45225 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45226 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
45227 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 45228
bcf55240
TS
452292012-05-10 Thomas Schwinge <thomas@schwinge.name>
45230
6960eb42
TS
45231 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45232 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45233 definitions.
45234
eb43375f
TS
45235 accept4 for GNU Hurd.
45236 * include/sys/socket.h (__libc_accept4): New prototype.
45237 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
45238 to implement __libc_accept4.
45239 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45240 __libc_accept4.
45241 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45242
bcf55240
TS
45243 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45244 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45245 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45246 signal-defines.sym.
45247
6178c55b
ST
452482012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45249
a4186cff 45250 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 45251
6f080c2f
TS
452522012-05-10 Thomas Schwinge <thomas@schwinge.name>
45253
45254 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45255 assertion on O_CLOEXEC flag.
45256 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45257 * hurd/intern-fd.c: Likewise.
45258 * hurd/port2fd.c: Likewise.
45259
bcfe3a54
ST
452602012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
45261
45262 [BZ #3906]
45263 * bits/in.h (IPV6_PKTINFO): Define new macro.
45264 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45265
89c9aa49
AZ
452662012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45267
45268 [BZ #13954]
45269 [BZ #13955]
45270 [BZ #13956]
45271 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45272 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45273 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45274 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45275 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45276 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45277 * math/libm-test.inc (logb_test) : Additional logb tests.
45278
021db4be
AJ
452792012-05-09 Andreas Schwab <schwab@linux-m68k.org>
45280 Andreas Jaeger <aj@suse.de>
45281
45282 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45283 * configure: Regenerated.
45284 * config.h.in (LINK_OBSOLETE_RPC): New macro.
45285 * config.make.in (link-obsolete-rpc): New substituted variable.
45286 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
45287 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
45288 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45289 (shared-only-routines): Don't set it under [link-obsolete-rpc],
45290 so that libc.a contains the symbols.
45291 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45292 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45293 * sunrpc/auth_none.c: Likewise.
45294 * sunrpc/auth_unix.c: Likewise.
45295 * sunrpc/authdes_prot.c: Likewise.
45296 * sunrpc/authuxprot.c: Likewise.
45297 * sunrpc/clnt_gen.c: Likewise.
45298 * sunrpc/clnt_perr.c: Likewise.
45299 * sunrpc/clnt_raw.c: Likewise.
45300 * sunrpc/clnt_simp.c: Likewise.
45301 * sunrpc/clnt_tcp.c: Likewise.
45302 * sunrpc/clnt_udp.c: Likewise.
45303 * sunrpc/clnt_unix.c: Likewise.
45304 * sunrpc/des_crypt.c: Likewise.
45305 * sunrpc/des_soft.c: Likewise.
45306 * sunrpc/get_myaddr.c: Likewise.
45307 * sunrpc/key_call.c: Likewise.
45308 * sunrpc/key_prot.c: Likewise.
45309 * sunrpc/netname.c: Likewise.
45310 * sunrpc/pm_getmaps.c: Likewise.
45311 * sunrpc/pm_getport.c: Likewise.
45312 * sunrpc/pmap_clnt.c: Likewise.
45313 * sunrpc/pmap_prot.c: Likewise.
45314 * sunrpc/pmap_prot2.c: Likewise.
45315 * sunrpc/pmap_rmt.c: Likewise.
45316 * sunrpc/publickey.c: Likewise.
45317 * sunrpc/rpc_cmsg.c: Likewise.
45318 * sunrpc/rpc_common.c: Likewise.
45319 * sunrpc/rpc_dtable.c: Likewise.
45320 * sunrpc/rpc_prot.c: Likewise.
45321 * sunrpc/rpc_thread.c: Likewise.
45322 * sunrpc/rtime.c: Likewise.
45323 * sunrpc/svc.c: Likewise.
45324 * sunrpc/svc_auth.c: Likewise.
45325 * sunrpc/svc_raw.c: Likewise.
45326 * sunrpc/svc_run.c: Likewise.
45327 * sunrpc/svc_tcp.c: Likewise.
45328 * sunrpc/svc_udp.c: Likewise.
45329 * sunrpc/svc_unix.c: Likewise.
45330 * sunrpc/svcauth_des.c: Likewise.
45331 * sunrpc/xcrypt.c: Likewise.
45332 * sunrpc/xdr.c: Likewise.
45333 * sunrpc/xdr_array.c: Likewise.
45334 * sunrpc/xdr_float.c: Likewise.
45335 * sunrpc/xdr_intXX_t.c: Likewise.
45336 * sunrpc/xdr_mem.c: Likewise.
45337 * sunrpc/xdr_rec.c: Likewise.
45338 * sunrpc/xdr_ref.c: Likewise.
45339 * sunrpc/xdr_sizeof.c: Likewise.
45340 * sunrpc/xdr_stdio.c: Likewise.
45341
b5c086a2
RM
453422012-05-10 Roland McGrath <roland@hack.frob.com>
45343
45344 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
45345 change. Update copyright years.
45346
6d74dd09
JM
453472012-05-10 Joseph Myers <joseph@codesourcery.com>
45348
45349 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
45350
28e72501
MK
453512012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
45352 Joseph Myers <joseph@codesourcery.com>
45353 Paul Pluzhnikov <ppluzhnikov@google.com>
45354
45355 [BZ #14012]
45356 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45357 requiring rpcgen.
45358 [cross-compiling] (extra-libs): Likewise.
45359 [cross-compiling] (extra-libs-others): Likewise.
45360 [cross-compiling] (librpcsvc-routines): Likewise.
45361 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45362 [cross-compiling] (omit-deps): Likewise.
45363 (sunrpc-CPPFLAGS): New variable.
45364 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45365 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45366 (cross-rpcgen-objs): New variable.
45367 (extra-objs): Append $(cross-rpcgen-objs).
45368 ($(cross-rpcgen-objs)): New rule.
45369 ($(objpfx)cross-rpcgen): Likewise.
45370 (rpcgen-cmd): Define to use $(built-program-file). Expand
45371 comment.
45372 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45373 ($(objpfx)x%.stmp): Likewise.
45374 * sunrpc/proto.h [IS_IN_build] (_): Define.
45375 [IS_IN_build] (_libc_intl_domainname): Likewise.
45376
c8c59454
L
453772012-05-10 H.J. Lu <hongjiu.lu@intel.com>
45378
45379 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45380 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45381 and R_X86_64_TPOFF64.
45382
6f27cd16
JM
453832012-05-10 Joseph Myers <joseph@codesourcery.com>
45384
45385 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45386 sysdeps/unix/sysv/syscalls.list.
45387 (stime): Likewise.
45388 (utime): Likewise.
45389 * sysdeps/unix/sysv/syscalls.list: Remove file.
45390
02467e1c
PE
453912012-05-10 Paul Eggert <eggert@cs.ucla.edu>
45392
45393 [BZ #3440]
45394 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45395 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45396 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45397 (__LC_IDENTIFICATION): Make these macros useful in #if
45398 expressions, as required by C99.
45399
da392631
AS
454002012-05-10 Andreas Schwab <schwab@linux-m68k.org>
45401
45402 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45403 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
45404 after this.
45405
8115f29b
L
454062012-05-09 H.J. Lu <hongjiu.lu@intel.com>
45407
45408 * stdlib/longlong.h: Updated from GCC.
45409
bdd74070
AJ
454102012-05-09 Andreas Jaeger <aj@suse.de>
45411
edfe0dbe
AJ
45412 * nscd/nscd.c (run_modes): Make named enum, reorder so that
45413 default is first entry.
45414 (run_mode): Set type.
45415 (main): Remove informal message about syslog.
45416 (options): Fix typo.
45417
bcfe3a54
ST
45418 [BZ #14053]
45419 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 45420 to asm.
bcfe3a54
ST
45421 (lrint): Likewise.
45422 (llrintf): Likewise.
45423 (llrint): Likewise.
45424 (rint): Likewise.
45425 (rintf): Likewise.
45426 (nearbyint): Likewise.
45427 (nearbyintf): Likewise.
bdd74070 45428
91d8d69e
AJ
454292012-05-09 Andreas Jaeger <aj@suse.de>
45430 Pedro Alves <palves@redhat.com>
45431
45432 * nscd/nscd.c (run_mode): Use enum.
45433 (main): Cleanup coding style issue.
45434
bb90b80b
AJ
454352012-05-09 Alexandre Oliva <aoliva@redhat.com>
45436 Andreas Jaeger <aj@suse.de>
45437
bcfe3a54
ST
45438 * nscd/nscd.c (go_background): Replaced with...
45439 (run_mode): ... this.
bb90b80b 45440 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
45441 (options): Add -F --foreground.
45442 (main): Implement it.
45443 (parse_opt): Parse it.
bb90b80b 45444
1a4b75a1
AJ
454452012-05-09 Andreas Jaeger <aj@suse.de>
45446
45447 [BZ #14083]
45448 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45449 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45450 -Wconversion warning.
45451 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45452 Likewise.
45453
b1cc2472
JM
454542012-05-09 Joseph Myers <joseph@codesourcery.com>
45455
45456 * conform/data/locale.h-data (NULL): Use macro-constant. Require
45457 == 0.
45458 (LC_ALL): Use macro-int-constant.
45459 (LC_COLLATE): Likewise.
45460 (LC_CTYPE): Likewise.
45461 (LC_MESSAGES): Likewise.
45462 (LC_MONETARY): Likewise.
45463 (LC_NUMERIC): Likewise.
45464 (LC_TIME): Likewise.
45465 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45466 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45467 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45468 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45469 Specify type.
45470 [C99-based standards] (float_t): Expect type.
45471 [C99-based standards] (double_t): Expect type.
45472 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
45473 type.
45474 [C99-based standards] (HUGE_VALL): Likewise.
45475 [C99-based standards] (INFINITY): Likewise.
45476 [C99-based standards] (NAN): Likewise.
45477 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45478 [C99-based standards] (FP_NAN): Likewise.
45479 [C99-based standards] (FP_NORMAL): Likewise.
45480 [C99-based standards] (FP_SUBNORMAL): Likewise.
45481 [C99-based standards] (FP_ZERO): Likewise.
45482 [C99-based standards] (FP_FAST_FMA): Use
45483 optional-macro-int-constant. Specify type. Require == 1.
45484 [C99-based standards] (FP_FAST_FMAF): Likewise.
45485 [C99-based standards] (FP_FAST_FMAL): Likewise.
45486 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45487 [C99-based standards] (FP_ILOGBNAN): Likewise.
45488 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45489 Specify type.
45490 [C99-based standards] (MATH_ERREXCEPT): Likewise.
45491 [C99-based standards] (math_errhandling): Specify type.
45492 [ISO99 || ISO11] (signgam): Do not allow.
45493 [non-C99-based standards] (copysignf): Do not allow.
45494 [non-C99-based standards] (exp2f): Likewise.
45495 [non-C99-based standards] (log2f): Likewise.
45496 [non-C99-based standards] (modff): Allow.
45497 [non-C99-based standards] (erff): Do not allow.
45498 [non-C99-based standards] (erfcf): Likewise.
45499 [non-C99-based standards] (gammaf): Likewise.
45500 [non-C99-based standards] (hypotf): Likewise.
45501 [non-C99-based standards] (j0f): Likewise.
45502 [non-C99-based standards] (j1f): Likewise.
45503 [non-C99-based standards] (jnf): Likewise.
45504 [non-C99-based standards] (lgammaf): Likewise.
45505 [non-C99-based standards] (tgammaf): Likewise.
45506 [non-C99-based standards] (y0f): Likewise.
45507 [non-C99-based standards] (y1f): Likewise.
45508 [non-C99-based standards] (ynf): Likewise.
45509 [non-C99-based standards] (isnanf): Likewise.
45510 [non-C99-based standards] (acoshf): Likewise.
45511 [non-C99-based standards] (asinhf): Likewise.
45512 [non-C99-based standards] (atanhf): Likewise.
45513 [non-C99-based standards] (cbrtf): Likewise.
45514 [non-C99-based standards] (expm1f): Likewise.
45515 [non-C99-based standards] (ilogbf): Likewise.
45516 [non-C99-based standards] (log1pf): Likewise.
45517 [non-C99-based standards] (logbf): Likewise.
45518 [non-C99-based standards] (nextafterf): Likewise.
45519 [non-C99-based standards] (remainderf): Likewise.
45520 [non-C99-based standards] (rintf): Likewise.
45521 [non-C99-based standards] (scalbf): Likewise.
45522 [non-C99-based standards] (copysignl): Likewise.
45523 [non-C99-based standards] (exp2l): Likewise.
45524 [non-C99-based standards] (log2l): Likewise.
45525 [non-C99-based standards] (modfl): Allow.
45526 [non-C99-based standards] (erfl): Do not allow.
45527 [non-C99-based standards] (erfcl): Likewise.
45528 [non-C99-based standards] (gammal): Likewise.
45529 [non-C99-based standards] (hypotl): Likewise.
45530 [non-C99-based standards] (j0l): Likewise.
45531 [non-C99-based standards] (j1l): Likewise.
45532 [non-C99-based standards] (jnl): Likewise.
45533 [non-C99-based standards] (lgammal): Likewise.
45534 [non-C99-based standards] (tgammal): Likewise.
45535 [non-C99-based standards] (y0l): Likewise.
45536 [non-C99-based standards] (y1l): Likewise.
45537 [non-C99-based standards] (ynl): Likewise.
45538 [non-C99-based standards] (isnanl): Likewise.
45539 [non-C99-based standards] (acoshl): Likewise.
45540 [non-C99-based standards] (asinhl): Likewise.
45541 [non-C99-based standards] (atanhl): Likewise.
45542 [non-C99-based standards] (cbrtl): Likewise.
45543 [non-C99-based standards] (expm1l): Likewise.
45544 [non-C99-based standards] (ilogbl): Likewise.
45545 [non-C99-based standards] (log1pl): Likewise.
45546 [non-C99-based standards] (logbl): Likewise.
45547 [non-C99-based standards] (nextafterl): Likewise.
45548 [non-C99-based standards] (remainderl): Likewise.
45549 [non-C99-based standards] (rintl): Likewise.
45550 [non-C99-based standards] (scalbl): Likewise.
45551 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45552 [non-C99-based standards] (FP_*): Do not allow.
45553 [C99-based standards] (FP_*): Change to
45554 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45555 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45556 allow.
45557 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45558 (SIG_ERR): Likewise.
45559 [X/Open-based standards] (SIG_HOLD): Likewise.
45560 (SIG_IGN): Likewise.
45561 (SIGABRT): Use macro-int-constant. Specify type. Require
45562 positive value.
45563 (SIGFPE): Likewise.
45564 (SIGILL): Likewise.
45565 (SIGINT): Likewise.
45566 (SIGSEGV): Likewise.
45567 (SIGTER): Likewise.
45568 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45569 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45570 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45571 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45572 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45573 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45574 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45575 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45576 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45577 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45578 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45579 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45580 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45581 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45582 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45583 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45584 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45585 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45586 [X/Open-based standards] (SIGTRAP): Likewise.
45587 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45588 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45589 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45590 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45591 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45592 allow.
45593
b9f1922d
IW
455942012-05-08 Ian Wienand <ianw@vmware.com>
45595
45596 [BZ #14080]
45597 * time/tzset.c (__tzset_parse_tz): Update default rules for
45598 daylight time changes in the Energy Policy Act of 2005.
45599
1db86e88
AJ
456002012-05-09 Andreas Jaeger <aj@suse.de>
45601
45602 [BZ #13983]
45603 * elf/ldconfig.c (parse_conf): Change string to make clear that
45604 ldconfig only issued a warning if ld.so.conf does not exist.
45605
dee4a4e3
DM
456062012-05-08 David S. Miller <davem@davemloft.net>
45607
ee0db190
DM
45608 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45609 movxtod instead of popping the value on the stack.
45610
dee4a4e3
DM
45611 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45612
6a43ec98
CD
456132012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
45614
45615 * config.h.in: Add HAVE_ARM_PCS_VFP.
45616
05c2c961
RMG
456172012-05-08 Roland Mc Grath <roland@hack.frob.com>
45618
bcfe3a54
ST
45619 [BZ #13979]
45620 * include/features.h: Warn if user requests __FORTIFY_SOURCE
45621 checking but the checks are disabled for any reason.
05c2c961 45622
4b30f61a
L
456232012-05-08 H.J. Lu <hongjiu.lu@intel.com>
45624
45625 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45626 and ELF64_R_TYPE with ELFW(R_TYPE).
45627
eee2bc67
JM
456282012-05-08 Joseph Myers <joseph@codesourcery.com>
45629
7ea5391a
JM
45630 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45631 (ulimit): Likewise.
45632
eee2bc67
JM
45633 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45634 (settimeofday): Likewise.
45635
abb66a67
MF
456362012-05-08 Mike Frysinger <vapier@gentoo.org>
45637
45638 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
45639 a struct th_u2 inside the union, and move tu_block/tu_code into
45640 a new th_u3 union of tu_block/tu_code inside of that. Move
45641 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
45642 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
45643 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45644 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45645 (th_stuff): Change to th_u1.tu_stuff.
45646 (th_data): Define.
45647 (th_msg): Change to th_u1.th_u2.tu_data.
45648
7f18b530
DM
456492012-05-07 David S. Miller <davem@davemloft.net>
45650
05760585
DM
45651 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45652
7f18b530
DM
45653 [BZ #14074]
45654 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45655 (SETUP_PIC_REG): Use it.
45656 (SETUP_PIC_REG_LEAF): Use it.
45657
495fd99f
JM
456582012-05-07 Joseph Myers <joseph@codesourcery.com>
45659
45660 [BZ #13885]
45661 [BZ #13923]
45662 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45663 USE_AS_EXPM1L.
45664 (EXPL_FINITE): Likewise.
45665 (FLDLOG): Likewise.
45666 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45667 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45668 e_expl.S.
45669 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45670 USE_AS_EXPM1L.
45671 (EXPL_FINITE): Likewise.
45672 (FLDLOG): Likewise.
45673 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45674 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45675 e_expl.S.
45676 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
45677 test of -max_value argument for long double.
45678 * sysdeps/i386/fpu/libm-test-ulps: Update.
45679 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45680
6693d694
DM
456812012-05-06 David S. Miller <davem@davemloft.net>
45682
45683 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45684 quad soft-float symbols whose references which are compiler
45685 generated.
45686 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45687
6c23e11c
JM
456882012-05-06 Joseph Myers <joseph@codesourcery.com>
45689
d8b82cad
JM
45690 [BZ #13884]
45691 [BZ #13914]
45692 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45693 USE_AS_EXP10L.
45694 (EXPL_FINITE): Likewise.
45695 (FLDLOG): Likewise.
45696 (c0): Likewise.
45697 (c1): Likewise.
45698 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
45699 Adjust comments for base varying.
45700 (__expl_finite): Change alias to EXPL_FINITE.
45701 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45702 e_expl.S.
45703 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45704 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45705 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45706 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45707 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45708 USE_AS_EXP10L.
45709 (EXPL_FINITE): Likewise.
45710 (FLDLOG): Likewise.
45711 (c0): Likewise.
45712 (c1): Likewise.
45713 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
45714 Adjust comments for base varying.
45715 (__expl_finite): Change alias to EXPL_FINITE.
45716 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
45717 tests for bugs.
45718 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45719
6c23e11c
JM
45720 [BZ #14064]
45721 * math/libm-test.inc (check_float_internal): Correct ulp
45722 calculation for subnormal expected results.
45723
29ba805c
AJ
457242012-05-06 Andreas Jaeger <aj@suse.de>
45725
45726 * Makeconfig (+math-flags): New, set to -frounding-math.
45727 (+cflags): Add +math-flags so that all of glibc gets compiled with
45728 it.
45729
45730 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45731
7b17aeda
JM
457322012-05-05 Joseph Myers <joseph@codesourcery.com>
45733
5779f134
JM
45734 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45735 Disable one test.
45736
41498f4d
JM
45737 [BZ #13787]
45738 [BZ #13922]
45739 [BZ #14036]
45740 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45741 (__ieee754_expl): Allow for and saturate large arguments.
45742 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45743 (u_threshold): Likewise.
45744 (__exp): Call __ieee754_exp before checking for overflow and
45745 underflow.
45746 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45747 (u_threshold): Likewise.
45748 (__expf): Call __ieee754_expf before checking for overflow and
45749 underflow.
45750 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45751 (u_threshold): Likewise.
45752 (__expl): Call __ieee754_expl before checking for overflow and
45753 underflow.
45754 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45755 (__ieee754_expl): Allow for and saturate large arguments.
45756 * math/libm-test.inc (exp_test): Add another test. Do not allow
45757 missing overflow exception on overflow.
45758 (expm1_test): Do not allow missing overflow exception on overflow.
45759
6698b8bf
JM
45760 * sysdeps/i386/fpu/e_expl.c: Move to ...
45761 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
45762 rather than using inline asm.
45763 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45764 * sysdeps/x86_64/fpu/e_expl.S: Copy from
45765 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45766
7b17aeda
JM
45767 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45768 (nice): Likewise.
45769 (poll): Likewise.
45770 (signal): Likewise.
45771 (time): Likewise.
45772 (times): Likewise.
45773
f7c85819
JM
457742012-05-04 Joseph Myers <joseph@codesourcery.com>
45775
45776 * sysdeps/unix/syscalls.list (adjtime): Add entry from
45777 sysdeps/unix/common/syscalls.list.
45778 (fchmod): Likewise.
45779 (fchown): Likewise.
45780 (ftruncate): Likewise.
45781 (getrusage): Likewise.
45782 (gettimeofday): Likewise.
45783 (setpgid): Likewise.
45784 (setregid): Likewise.
45785 (setreuid): Likewise.
45786 (sigaction): Likewise.
45787 (truncate): Likewise.
45788 (vhangup): Likewise.
45789 * sysdeps/unix/common/syscalls.list: Remove file.
45790 * sysdeps/unix/bsd/Implies: Don't include unix/common.
45791 * sysdeps/unix/sysv/linux/Implies: Likewise.
45792
336270d0
L
457932012-05-04 H.J. Lu <hongjiu.lu@intel.com>
45794
45795 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45796 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45797 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45798 Moved to ...
45799 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45800 Here.
45801 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45802 to ...
45803 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45804 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45805 to ...
45806 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45807 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45808 to ...
45809 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45810 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45811 to ...
45812 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45813 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45814 to ...
45815 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45816 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45817 to ...
45818 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45819 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45820 to ...
45821 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45822 Here.
45823 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45824 to ...
45825 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45826 Here.
45827 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45828 to ...
45829 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45830 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45831 Moved to ...
45832 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45833 Here.
45834 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45835 to ...
45836 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45837
d128e450
JM
458382012-05-04 Joseph Myers <joseph@codesourcery.com>
45839
fa8ee516
JM
45840 * sysdeps/unix/common/bits/dirent.h: Remove file.
45841 * sysdeps/unix/common/bits/fcntl.h: Likewise.
45842
d128e450
JM
45843 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45844 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45845 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45846 * sysdeps/unix/bsd/isatty.c: Likewise.
45847 * sysdeps/unix/bsd/tcdrain.c: Likewise.
45848 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45849 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45850
ff8faaf0 458512012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 45852
62881be4 45853 [BZ #13563]
31dc8730
AZ
45854 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45855 long double comparison inaccuracies.
45856 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45857 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45858
6fef930c
AS
458592012-05-04 Andreas Schwab <schwab@linux-m68k.org>
45860
45861 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45862 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45863
8f203e6c
JM
458642012-05-04 Joseph Myers <joseph@codesourcery.com>
45865
45866 [BZ #14049]
45867 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45868 nonzero digits before rounding a hex value.
45869 * stdlib/tst-strtod.c (tests): Add another test.
45870
5197d9c2
AK
458712012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
45872
45873 * sysdeps/s390/fpu/libm-test-ulps: Update.
45874
f0c1dedf
AJ
458752012-05-03 Andreas Jaeger <aj@suse.de>
45876
45877 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45878 does not get optimized out.
45879 (malloc_opt_barrier): New.
45880
a65ef2ae 458812012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 45882 Roland McGrath <roland@hack.frob.com>
a65ef2ae 45883
2b942cb7 45884 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 45885 intermediate file deletion.
2b942cb7 45886 (generated): Add .symlist files.
a65ef2ae 45887
54b71e02
JM
458882012-05-03 Joseph Myers <joseph@codesourcery.com>
45889
45890 [BZ #13775]
45891 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45892 Redirect under this condition.
45893 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45894 [__USE_GNU] (__dprintf_chk): Not under this condition.
45895 [__USE_GNU] (__vdprintf_chk): Likewise.
45896 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45897 under this condition.
45898 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45899 [__USE_XOPEN2K8] (dprintf): Define under this condition.
45900 [__USE_XOPEN2K8] (vdprintf): Likewise.
45901 [__USE_GNU] (__dprintf_chk): Not under this condition.
45902 [__USE_GNU] (__vdprintf_chk): Likewise.
45903 [__USE_GNU] (dprintf): Likewise.
45904 [__USE_GNU] (vdprintf): Likewise.
45905
d3dfcc41
RM
459062012-05-03 Roland McGrath <roland@hack.frob.com>
45907
45908 * elf/Makefile (common-generated): Set this instead of generated for
45909 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
45910 $(all-built-dso)-derived lists.
45911
7ac30cc5
AJ
459122012-05-03 Andreas Jaeger <aj@suse.de>
45913
0c51e550
AJ
45914 * sysdeps/i386/fpu/libm-test-ulps: Update.
45915
7ac30cc5
AJ
45916 * FAQ: Removed.
45917 * FAQ.in: Likewise.
45918 * scripts/gen-FAQ.pl: Likewise.
45919 * manual/install.texi (Installation): Point to online location of
45920 FAQ.
45921 * Makefile (files-for-dist): Remove FAQ.
45922 (FAQ): Remove.
45923
d4c2917f
AM
459242012-05-02 Allan McRae <allan@archlinux.org>
45925
45926 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45927 (LDFLAGS-reldepmod5.so): Likewise.
45928 (LDFLAGS-reldep6mod1.so): Likewise.
45929 (LDFLAGS-reldep6mod4.so): Likewise.
45930 (LDFLAGS-reldep8mod3.so): Likewise.
45931 (LDFLAGS-unload4mod1.so): Likewise.
45932 (LDFLAGS-unload4mod2.so): Likewise.
45933 (LDFLAGS-tst-initorder): Likewise.
45934 (LDFLAGS-tst-initordera2.so): Likewise.
45935 (LDFLAGS-tst-initordera3.so): Likewise.
45936 (LDFLAGS-tst-initordera4.so): Likewise.
45937 (LDFLAGS-tst-initorderb2.so): Likewise.
45938 (LDFLAGS-noload): Likewise.
45939 (LDFLAGS-next): Likewise.
45940 (LDFLAGS-order2mod1.so): Likewise.
45941 (LDFLAGS-order2mod2.so): Likewise.
45942 (LDFLAGS-tst-initorder2): Likewise.
45943 (LDFLAGS-tst-initorder2a.so): Likewise.
45944 (LDFLAGS-tst-initorder2b.so): Likewise.
45945 (LDFLAGS-tst-initorder2c.so): Likewise.
45946 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45947
d77f993f
DM
459482012-05-02 David S. Miller <davem@davemloft.net>
45949
45950 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45951
171a70b4
PP
459522012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
45953
45954 [BZ #14055]
45955 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45956
0be196ad
AJ
459572012-05-02 Andreas Jaeger <aj@suse.de>
45958
45959 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45960 since we manipulate rounding mode.
45961 (CPPFLAGS-test-idouble.c): Likewise.
45962 (CPPFLAGS-test-ifloat.c): Likewise.
45963 (CFLAGS-test-ldouble.c): Likewise.
45964 (CFLAGS-test-double.c): Likewise.
45965 (CFLAGS-test-float.c): Likewise.
45966 (CFLAGS-test-misc.c): Likewise.
45967 (CFLAGS-test-test-fenv.c): Likewise.
45968
4f9d04aa
AZ
459692012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45970
2b942cb7
RM
45971 [BZ #2550]
45972 [BZ #2570]
45973 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45974 comparisons to determine direction to adjust input.
4f9d04aa 45975
82a79e7d
RM
459762012-05-01 Roland McGrath <roland@hack.frob.com>
45977
f5a01ca9
RM
45978 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45979 output to the target.
45980
90fe4186
RM
45981 * scripts/localplt.awk: New file.
45982 * elf/Makefile ($(objpfx)check-localplt): Target removed.
45983 (check-localplt-CFLAGS): Variable removed.
45984 ($(all-built-dso:=.jmprel)): New static pattern rule.
45985 (generated): Add those targets.
45986 (localplt-built-dso): New variable.
45987 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45988
45989 * elf/check-localplt.c: File removed.
45990
82397ed6
RM
45991 * scripts/check-execstack.awk: New file.
45992 * elf/Makefile ($(objpfx)check-execstack): Target removed.
45993 (check-execstack-CFLAGS): Variable removed.
45994 ($(objpfx)check-execstack.h): Target removed.
45995 ($(objpfx)execstack-default): New target.
45996 (generated): Add that instead of check-execstack.h.
45997 ($(all-built-dso:=.phdr)): New static pattern rule.
45998 (generated): Add those targets.
45999 * elf/check-execstack.c: File removed.
46000
82a79e7d
RM
46001 * scripts/check-textrel.awk: New file.
46002 * elf/Makefile ($(objpfx)check-textrel): Target removed.
46003 (check-textrel-CFLAGS): Variable removed.
46004 (all-built-dso): Use := to define.o
46005 ($(all-built-dso:=.dyn)): New static pattern rule.
46006 (generated): Add those targets.
46007 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
46008 * config.make.in (READELF): New substituted variable.
46009 * elf/check-textrel.c: File removed.
46010
62fde54f 460112012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 46012
615605c9
JM
46013 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46014 allow.
46015 * conform/data/ctype.h-data [C99-based standards] (isblank):
46016 Expect function.
46017 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
46018 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
46019 [ISO || ISO99 || ISO11] (*_t): Do not allow.
46020 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
46021 Specify type. Require positive value.
46022 (EILSEQ): Likewise.
46023 (ERANGE): Likewise.
46024 [ISO || POSIX] (EILSEQ): Do not expect.
46025 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
46026 Specify type. Require positive value.
46027 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
46028 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
46029 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
46030 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
46031 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
46032 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
46033 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
46034 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
46035 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
46036 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
46037 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
46038 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
46039 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
46040 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
46041 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
46042 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
46043 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
46044 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
46045 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
46046 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
46047 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
46048 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
46049 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
46050 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
46051 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
46052 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
46053 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
46054 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
46055 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
46056 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
46057 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
46058 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
46059 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
46060 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
46061 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
46062 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
46063 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
46064 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
46065 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
46066 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
46067 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
46068 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
46069 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
46070 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
46071 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
46072 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
46073 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
46074 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
46075 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
46076 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
46077 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
46078 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
46079 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
46080 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
46081 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
46082 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
46083 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
46084 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
46085 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
46086 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
46087 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
46088 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
46089 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
46090 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
46091 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
46092 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
46093 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
46094 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
46095 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
46096 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
46097 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
46098 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
46099 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
46100 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
46101 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
46102 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
46103 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
46104 Require >= 2.
46105 (FLT_ROUNDS): Expect as macro, not constant.
46106 (FLT_MANT_DIG): Use macro-int-constant.
46107 (DBL_MANT_DIG): Likewise.
46108 (LDBL_MANT_DIG): Likewise.
46109 (FLT_DIG): Likewise.
46110 (DBL_DIG): Likewise.
46111 (LDBL_DIG): Likewise.
46112 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
46113 (DBL_MIN_EXP): Likewise.
46114 (LDBL_MIN_EXP): Likewise.
46115 (FLT_MAX_EXP): Use macro-int-constant.
46116 (DBL_MAX_EXP): Likewise.
46117 (LDBL_MAX_EXP): Likewise.
46118 (FLT_MAX_10_EXP): Likewise.
46119 (DBL_MAX_10_EXP): Likewise.
46120 (LDBL_MAX_10_EXP): Likewise.
46121 (FLT_MAX): Use macro-constant.
46122 (DBL_MAX): Likewise.
46123 (LDBL_MAX): Likewise.
46124 (FLT_EPSILON): Use macro-constant. Give upper bound.
46125 (DBL_EPSILON): Likewise.
46126 (LDBL_EPSILON): Likewise.
46127 (FLT_MIN): Likewise.
46128 (DBL_MIN): Likewise.
46129 (LDBL_MIN): Likewise.
46130 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
46131 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
46132 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
46133 [ISO11] (FLT_HAS_SUBNORM): Likewise.
46134 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
46135 [ISO11] (DBL_DECIMAL_DIG): Likewise.
46136 [ISO11] (FLT_DECIMAL_DIG): Likewise.
46137 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
46138 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
46139 [ISO11] (FLT_TRUE_MIN): Likewise.
46140 [ISO11] (LDBL_TRUE_MIN): Likewise.
46141 [ISO || ISO99 || ISO11] (*_t): Do not allow.
46142 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
46143 (SCHAR_MIN): Use macro-int-constant. Specify type.
46144 (SCHAR_MAX): Likewise.
46145 (UCHAR_MAX): Likewise.
46146 (CHAR_MIN): Likewise.
46147 (CHAR_MAX): Likewise.
46148 (MB_LEN_MAX): Use macro-int-constant.
46149 (SHRT_MIN): Use macro-int-constant. Specify type.
46150 (SHRT_MAX): Likewise.
46151 (USHRT_MAX): Likewise.
46152 (INT_MAX): Likewise.
46153 (INT_MIN): Use macro-int-constant. Specify type. Make upper
46154 bound negative.
46155 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
46156 bound with "U".
46157 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
46158 bound with "L".
46159 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
46160 bound negative. Suffix upper bound with "L".
46161 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
46162 bound with "UL".
46163 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
46164 Specify type.
46165 [C99-based standards] (LLONG_MAX): Likewise.
46166 [C99-based standards] (ULLONG_MAX): Likewise.
46167 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
46168 == 0.
46169 [ISO11] (max_align_t): Require type.
46170 [ISO || ISO99 || ISO11] (*_t): Do not allow.
46171
c9140a62
JM
46172 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
46173 from $CFLAGS, without defining away __attribute__ calls.
46174 (checknamespace): Use $CFLAGS_namespace.
46175
9af0bf29
JM
46176 * conform/conformtest.pl (@keywords): Only include C99 keywords
46177 for standards based on C99 or C11.
46178
343222a2
JM
46179 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
46180 Disable tests.
46181 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
46182 UNIX98]: Likewise.
46183
661f8cf0
JM
46184 * conform/conformtest.pl: Handle "macro-int-constant" and test for
46185 usability of symbols in #if.
46186
ee74b9cb
JM
46187 * conform/conformtest.pl: If macro or constant types start
46188 "promoted:", expect the symbol to be of the following type
46189 promoted by the integer promotions.
62fde54f 46190
aafc49b3
JM
46191 * conform/conformtest.pl: Parse all "constant" and "macro" lines
46192 in one place. Also handle "macro-constant".
46193
fefdf574
JM
46194 * conform/conformtest.pl: Only accept expected macro values with
46195 "==". Parse all "macro" lines in one place.
46196 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
46197
f2d922fe
JM
46198 * conform/conformtest.pl: Handle braced types on "constant" lines
46199 instead of handling "typed-constant".
46200 * conform/data/signal.h-data: Use "constant" instead of
46201 "typed-constant".
46202
d22956c9
JM
46203 * conform/conformtest.pl: Handle "optional-" at start of lines in
46204 one place rather than duplicating several cases. Handle each
46205 format of "macro" line with initial "optional-".
46206
028e2e38
JM
46207 * conform/conformtest.pl: Only accept expected constant or
46208 optional-constant values with "==". Parse all "constant" lines in
46209 one place. Parse all "optional-constant" lines in one place.
46210 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46211 * conform/data/fmtmsg.h-data: Likewise.
46212 * conform/data/netinet/in.h-data: Likewise.
46213 * conform/data/tar.h-data: Likewise.
46214 * conform/data/limits.h-data: Use "==" form on "constant" and
46215 "optional-constant" lines.
46216
1b8f2850
JM
46217 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46218 Use -std=c99 for XOPEN2K.
46219 (@knownproblems): Remove.
46220 (newtoken): Don't check %isknown.
46221
a05a144b
JM
46222 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46223 Do not expect macro.
46224 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46225 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46226 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46227 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46228 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46229 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46230 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46231 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46232 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46233 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46234 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46235 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46236 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46237 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46238 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46239 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46240 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46241 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46242 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46243 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46244 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46245 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46246 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46247 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46248 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46249 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46250 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46251 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46252 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46253 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46254 [XPG3] (acosh): Likewise.
46255 [XPG3] (asinh): Likewise.
46256 [XPG3] (atanh): Likewise.
46257 [XPG3] (cbrt): Likewise.
46258 [XPG3] (expm1): Likewise.
46259 [XPG3] (ilogb): Likewise.
46260 [XPG3] (log1p): Likewise.
46261 [XPG3] (logb): Likewise.
46262 [XPG3] (nextafter): Likewise.
46263 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46264 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46265 [XPG3] (remainder): Likewise.
46266 [XPG3] (rint): Likewise.
46267 [XPG3 || XPG4 || UNIX98] (round): Likewise.
46268 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46269 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46270 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46271 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46272 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46273 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46274 [UNIX98 || XOPEN2K] (scalb): Expect.
46275 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46276 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46277 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46278 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46279 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46280 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46281 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46282 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46283 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46284 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46285 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
46286 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
46287 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
46288 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
46289 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
46290 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
46291 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
46292 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46293 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
46294 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
46295 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
46296 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
46297 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
46298 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
46299 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
46300 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
46301 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
46302 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
46303 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
46304 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
46305 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
46306 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
46307 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
46308 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
46309 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
46310 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
46311 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
46312 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
46313 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
46314 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
46315 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
46316 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
46317 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
46318 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
46319 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
46320 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
46321 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
46322 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
46323 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
46324 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
46325 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
46326 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
46327 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
46328 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
46329 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
46330 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
46331 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
46332 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
46333 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
46334 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
46335 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
46336 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
46337 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
46338 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
46339 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
46340 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
46341 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
46342 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
46343 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
46344 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
46345 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
46346 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
46347 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
46348 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
46349 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
46350 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
46351 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
46352 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
46353 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
46354 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
46355 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
46356 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
46357 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46358 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46359 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46360 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46361 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46362 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46363 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46364 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46365 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46366 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46367 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46368 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46369 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46370 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46371 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46372 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46373 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46374 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46375 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46376 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46377 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46378 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46379 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46380 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46381 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46382 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46383 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46384 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46385 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46386 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46387 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46388 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46389 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46390 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46391 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46392 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46393 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46394 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46395 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46396 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46397 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46398 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46399 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46400 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46401 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46402 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46403 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46404 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46405 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46406 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46407 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46408 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46409 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46410 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46411 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46412
73c5ebe3
JM
46413 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46414 _XOPEN_SOURCE_EXTENDED for XPG4.
46415
39c33b6c
JM
46416 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46417
62fde54f
JM
46418 * Makeconfig (localtime): Remove variable.
46419 (inst_localtime-file): Likewise.
46420
0741d64c
AS
464212012-05-01 Andreas Schwab <schwab@linux-m68k.org>
46422
46423 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46424 Update.
46425 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46426 Update.
46427 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46428 Update.
46429 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46430 Update.
46431 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46432 Update.
46433 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46434 Update.
46435 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46436 Update.
46437 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46438 Update.
46439 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46440 Update.
46441
7cb029ee
JM
464422012-05-01 Joseph Myers <joseph@codesourcery.com>
46443
46444 [BZ #2550]
46445 [BZ #2570]
46446 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46447 comparisons to determine direction to adjust input.
46448 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46449 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46450 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46451 Likewise.
46452 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46453 Likewise.
46454 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46455 Likewise.
46456 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46457 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46458 Likewise.
46459 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46460 Likewise.
46461 * math/libm-test.inc (nexttoward_test): Add more tests.
46462
412bd966
AS
464632012-05-01 Andreas Schwab <schwab@linux-m68k.org>
46464
46465 [BZ #14040]
46466 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46467 in version GLIBC_2.1, not GLIBC_2.0.
46468 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46469 Likewise.
46470
9568c0c2
JM
464712012-04-30 Joseph Myers <joseph@codesourcery.com>
46472
adfbc8ac
JM
46473 [BZ #13942]
46474 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46475 (1 - x) * (1 + x).
46476 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46477 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46478 * math/libm-test.inc (acos_test): Add more tests.
46479 (asin_test): Likewise.
46480 * sysdeps/i386/fpu/libm-test-ulps: Update.
46481 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46482
5ba3cc69
JM
46483 [BZ #14034]
46484 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46485 of square root.
46486 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46487 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46488 * math/libm-test.inc (acos_test_tonearest): New function.
46489 (acos_test_towardzero): Likewise.
46490 (acos_test_downward): Likewise.
46491 (acos_test_upward): Likewise.
46492 (asin_test_tonearest): Likewise.
46493 (asin_test_towardzero): Likewise.
46494 (asin_test_downward): Likewise.
46495 (asin_test_upward): Likewise.
46496 (main): Call the new functions.
46497 * sysdeps/i386/fpu/libm-test-ulps: Update.
46498 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46499
9568c0c2
JM
46500 [BZ #13884]
46501 [BZ #13924]
46502 * math/e_exp10.c: Include <float.h>.
46503 (__ieee754_exp10): Handle underflow here rather than multiplying
46504 large negative argument by M_LN10.
46505 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46506 of __ieee754_expf.
46507 * math/e_exp10l.c: Include <float.h>.
46508 (__ieee754_exp10l): Handle underflow here rather than multiplying
46509 large negative argument by M_LN10l.
46510 * math/libm-test.inc (exp10_test): Add another test. Do not allow
46511 spurious overflow exception on underflow.
46512
5ac3ea17
MP
465132012-04-29 Marek Polacek <polacek@redhat.com>
46514
46515 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46516 (__fortify_function): New macro.
46517 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46518 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46519 __extern_always_inline.
46520 * libio/bits/stdio2.h: Likewise.
46521 * libio/bits/stdio.h: Likewise.
46522 * string/string.h: Likewise.
46523 * string/bits/string3.h: Likewise.
46524 * include/stdio.h: Likewise.
46525 * stdlib/bits/stdlib.h: Likewise.
46526 * stdlib/stdlib.h: Likewise.
46527 * rt/bits/mqueue2.h: Likewise.
46528 * rt/mqueue.h: Likewise.
46529 * posix/bits/unistd.h: Likewise.
46530 * posix/unistd.h: Likewise.
46531 * io/bits/poll2.h: Likewise.
46532 * io/bits/fcntl2.h: Likewise.
46533 * io/fcntl.h: Likewise.
46534 * io/sys/poll.h: Likewise.
46535 * misc/bits/syslog.h: Likewise.
46536 * misc/bits/syslog-ldbl.h: Likewise.
46537 * misc/sys/syslog.h: Likewise.
46538 * socket/bits/socket2.h: Likewise.
46539 * socket/sys/socket.h: Likewise.
46540 * debug/tst-chk1.c: Likewise.
46541 * wcsmbs/bits/wchar2.h: Likewise.
46542 * wcsmbs/bits/wchar-ldbl.h: Likewise.
46543 * wcsmbs/wchar.h: Likewise.
46544
ecf0ebfb
AJ
465452012-04-29 Andreas Jaeger <aj@suse.de>
46546
46547 * Makerules (tests): Remove enable-check-abi protection.
46548 (check-abi-warn): Remove.
46549 (check-abi-%): Remove check-abi-warn usage.
46550
46551 * configure.in: Remove check-abi configure option.
46552 * configure: Regenerated.
46553 * config.make.in (enable-check-abi): Remove.
46554
6d5c57fa
AS
465552012-04-28 Andreas Schwab <schwab@linux-m68k.org>
46556
24c5d07e 46557 [BZ #14033]
ded5180a
AS
46558 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46559 double functions to double *_finite functions.
46560
7e0d315d
AS
46561 [BZ #13941]
46562 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46563 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46564 LDBL_MIN_EXP.
46565 * stdio-common/Makefile (tests): Add tst-sprintf3.
46566 * stdio-common/tst-sprintf3.c: New file.
46567
6d5c57fa
AS
46568 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46569 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46570
0749ff8b
JM
465712012-04-28 Joseph Myers <joseph@codesourcery.com>
46572
46573 * conform/conformtest.pl: Remove duplicate typed-constant
46574 handling.
46575
8dbd5d7b
DM
465762012-04-28 David S. Miller <davem@davemloft.net>
46577
46578 * Makerules (%.abilist): Add vpath on sysdep_dirs.
46579 (check-abi-%): Remove AWK script prerequisite and explicit
46580 abilist directory.
46581 (check-abi): Rewrite to just diff the symlist with the abilist.
46582 (config-tls, config-abi-config): Delete, no longer used.
46583 (update-abi-%): Remove AWK script and explicit abilist directory.
46584 (update-abi): Rewrite to simply compare and conditionally copy the
46585 symlist and the sysdep abilist file. Remove update-abi-config
46586 checks.
46587 * abilist/ld.abilist: Remove.
46588 * abilist/libBrokenLocale.abilist: Remove.
46589 * abilist/libanl.abilist: Remove.
46590 * abilist/libcrypt.abilist: Remove.
46591 * abilist/libdl.abilist: Remove.
46592 * abilist/librt.abilist: Remove.
46593 * abilist/libthread_db.abilist: Remove.
46594 * abilist/libutil.abilist: Remove.
46595 * scripts/extract-abilist.awk: Remove.
46596 * scripts/merge-abilist.awk: Remove.
46597 * sysdeps/generic/libcidn.abilist: New file.
46598 * sysdeps/generic/libnss_compat.abilist: New file.
46599 * sysdeps/generic/libnss_db.abilist: New file.
46600 * sysdeps/generic/libnss_dns.abilist: New file.
46601 * sysdeps/generic/libnss_files.abilist: New file.
46602 * sysdeps/generic/libnss_hesiod.abilist: New file.
46603 * sysdeps/generic/libnss_nis.abilist: New file.
46604 * sysdeps/generic/libnss_nisplus.abilist: New file.
46605 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46606 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46607 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46608 file.
46609 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46610 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46611 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46612 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46613 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46614 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46615 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46616 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46617 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46618 file.
46619 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46620 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46621 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46622 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46623 file.
46624 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46625 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46626 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46627 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46628 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46629 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46630 file.
46631 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46632 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46633 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46634 file.
46635 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46636 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46637 New file.
46638 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46639 New file.
46640 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46641 New file.
46642 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46643 New file.
46644 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46645 New file.
46646 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46647 New file.
46648 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46649 New file.
46650 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46651 New file.
46652 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46653 New file.
46654 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46655 New file.
46656 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46657 New file.
46658 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46659 New file.
46660 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46661 New file.
46662 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46663 file.
46664 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46665 New file.
46666 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46667 New file.
46668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46669 file.
46670 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46671 New file.
46672 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46673 New file.
46674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46675 file.
46676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46677 New file.
46678 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46679 New file.
46680 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46681 New file.
46682 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46683 New file.
46684 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46685 New file.
46686 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46687 New file.
46688 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46689 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46690 file.
46691 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46692 New file.
46693 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46694 file.
46695 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46696 file.
46697 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46698 file.
46699 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46700 file.
46701 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46702 file.
46703 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46704 New file.
46705 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46706 file.
46707 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46708 file.
46709 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46710 New file.
46711 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46712 file.
46713 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46714 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46715 file.
46716 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46717 New file.
46718 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46719 file.
46720 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46721 file.
46722 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46723 file.
46724 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46725 file.
46726 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46727 file.
46728 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46729 New file.
46730 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46731 file.
46732 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46733 file.
46734 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46735 New file.
46736 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46737 file.
46738 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46739 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46740 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46741 file.
46742 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46743 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46744 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46745 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46746 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46747 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46748 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46749 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46750 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46751 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46752 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46753 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46754 file.
46755 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46756 New file.
46757 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46758 file.
46759 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46760 file.
46761 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46762 file.
46763 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46764 file.
46765 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46766 file.
46767 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46768 New file.
46769 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46770 New file.
46771 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46772 file.
46773 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46774 New file.
46775 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46776 file.
46777 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46778 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46779 file.
46780 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46781 New file.
46782 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46783 file.
46784 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46785 file.
46786 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46787 file.
46788 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46789 file.
46790 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46791 file.
46792 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46793 New file.
46794 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46795 New file.
46796 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46797 file.
46798 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46799 New file.
46800 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46801 file.
46802
41d73a1b
JM
468032012-04-28 Joseph Myers <joseph@codesourcery.com>
46804
46805 * conform/conformtest.pl: Fix typo in handling typed-constant from
46806 allow-header.
46807
28aeeda4
JM
468082012-04-27 Joseph Myers <joseph@codesourcery.com>
46809
adae8f5e
JM
46810 * README: Cut down references to pre-2.6 Linux kernels and
46811 Linuxthreads. Update lists of configurations in libc and ports
46812 and sort alphabetically. Say "or newer" with Linux kernel version
46813 requirements.
46814
28aeeda4
JM
46815 * config.h.in [IS_IN_build]: Allow compiling without optimization.
46816
a462cb63
RA
468172012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
46818
46819 [BZ #887]
46820 * math/libm-test.inc (logb_test_downward): New test to expose
46821 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46822 rounding mode.
46823
6ad3493e
JM
468242012-04-27 Joseph Myers <joseph@codesourcery.com>
46825
46826 [BZ #14027]
46827 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46828 to be done.
46829 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46830 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46831
2ce4f015
JM
468322012-04-26 Joseph Myers <joseph@codesourcery.com>
46833
5aeb141a
JM
46834 * sysdeps/unix/i386/brk.S: Remove file.
46835 * sysdeps/unix/i386/dl-brk.S: Likewise.
46836 * sysdeps/unix/i386/pipe.S: Likewise.
46837 * sysdeps/unix/i386/sigreturn.S: Likewise.
46838 * sysdeps/unix/i386/syscall.S: Likewise.
46839 * sysdeps/unix/i386/vfork.S: Likewise.
46840 * sysdeps/unix/i386/wait.S: Likewise.
46841
7143acae
JM
46842 * sysdeps/unix/common/tcsendbrk.c: Move to ...
46843 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46844
2ce4f015
JM
46845 * configure.in (arm*-none*): Do not allow without
46846 --enable-hacker-mode.
46847 (netbsd*): Remove case setting base_os.
46848 (386bsd*): Likewise.
46849 (freebsd*): Likewise.
46850 (bsdi*): Likewise.
46851 (osf*): Likewise.
46852 (sunos*): Likewise.
46853 (ultrix*): Likewise.
46854 (newsos*): Likewise.
46855 (dynix*): Likewise.
46856 (*bsd*): Likewise.
46857 (sysv*): Likewise.
46858 (isc*): Likewise.
46859 (esix*): Likewise.
46860 (sco*): Likewise.
46861 (minix*): Likewise.
46862 (irix4*): Likewise.
46863 (irix6*): Likewise.
46864 (solaris[2-9]*): Likewise.
46865 (none): Likewise.
46866 * configure: Regenerated.
46867
0ac229c8
AZ
468682012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46869
46870 [BZ #11521]
46871 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46872 overflow or cancellation in calculating denominator.
46873 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46874 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46875 down expression to avoid unexpected rounding in newer GCCs.
46876 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46877
33f244f4
DM
468782012-04-26 David S. Miller <davem@davemloft.net>
46879
46880 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46881 long-double compat symbols.
46882 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46883 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46884 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46885 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46886 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46887 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46888 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46889 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46890 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46891 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46892 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46893 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46894 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46895
cfa1f3e8
DM
468962012-04-25 David S. Miller <davem@davemloft.net>
46897
46898 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46899 HWCAP_* values only after the memory barriers have been defined.
46900 (atomic_full_barrier): Define.
46901 (atomic_read_barrier): Define.
46902 (atomic_write_barrier): Define.
46903
6e236b92
SP
469042012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
46905
46906 * shlib-versions: Add libgcc_s version information.
46907 * sysdeps/generic/libgcc_s.h: Remove.
46908 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46909 libgcc_s.h.
46910 * sysdeps/gnu/unwind-resume.c: Likewise.
46911 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46912
aab39a09
DM
469132012-04-25 David S. Miller <davem@davemloft.net>
46914
46915 * sysdeps/unix/sparc/brk.S: Delete.
46916 * sysdeps/unix/sparc/dl-brk.S: Delete.
46917 * sysdeps/unix/sparc/pipe.S: Delete.
46918 * sysdeps/unix/sparc/sysdep.S: Delete.
46919 * sysdeps/unix/sparc/sysdep.h: Delete.
46920 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
46921 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46922 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46923 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46924 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
46925 (JUMPTARGET): Remove.
46926 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46927 sysdeps/unix/sparc/sysdep.h
46928 (ENTRY, END): Remove.
46929 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46930
a3cc4f48
JM
469312012-04-25 Joseph Myers <joseph@codesourcery.com>
46932
2ed8cda2
JM
46933 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46934 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46935 -DIS_IN_build.
46936
35d76d59
JM
46937 * timezone/README: Update upstream location and email address for
46938 tzcode and tzdata.
46939 * timezone/zdump.c: Update from tzcode 2012b.
46940 * timezone/zic.c: Likewise.
46941
a3cc4f48
JM
46942 * configure.in (libc_cv_as_needed): Remove test.
46943 * configure: Regenerated.
46944 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46945 conditional definition.
46946 [$(have-as-needed) != yes] (no-as-needed): Likewise.
46947 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46948 * config.make.in (have-as-needed): Remove variable.
46949
ceab42c3
SP
469502012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
46951 Paul Pluzhnikov <ppluzhnikov@google.com>
46952
46953 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46954 strings correctly.
46955
3ce2865f
CLT
469562012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
46957
46958 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46959 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46960 * sysdeps/sh/strlen.S: Likewise.
46961
f37e0d68
JM
469622012-04-24 Joseph Myers <joseph@codesourcery.com>
46963
ae186e9a
JM
46964 * sysdeps/unix/fork.S: Remove file.
46965 * sysdeps/unix/i386/fork.S: Likewise.
46966 * sysdeps/unix/sparc/fork.S: Likewise.
46967
b96914af
JM
46968 * sysdeps/unix/system.c: Remove file.
46969 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46970
f37e0d68
JM
46971 * sysdeps/unix/getegid.S: Remove file.
46972 * sysdeps/unix/geteuid.S: Likewise.
46973
87ef29ca
RM
469742012-04-24 Roland McGrath <roland@hack.frob.com>
46975
83bcd236
RM
46976 * scripts/check-localplt.awk: New file.
46977 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46978 of diff.
46979 * scripts/data/localplt-generic.data: Add a comment.
46980
87ef29ca
RM
46981 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46982 NODE when __dir_mkfile failed.
46983 * sysdeps/mach/hurd/symlinkat.c: Likewise.
46984 Reported by Ludovic Courtès <ludo@gnu.org>.
46985
e5a6e567
AJ
469862012-04-24 Andreas Jaeger <aj@suse.de>
46987
46988 * Makerules (common-clean): Also remove gen-as-const-headers
46989 files.
46990
c1820385
JM
469912012-04-24 Joseph Myers <joseph@codesourcery.com>
46992
46993 * Makerules (native-compile): Do not change working directory for
46994 build. Use $(OUTPUT_OPTION) in command.
46995 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46996
94e02fc4
AZ
469972012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46998
46999 [BZ #13886]
47000 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
47001 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
47002 * math/libm-test.inc (floor_test): Add more tests.
47003 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
47004
3a533ca3
JM
470052012-04-24 Joseph Myers <joseph@codesourcery.com>
47006
940ab4b3
JM
47007 * sysdeps/unix/getdents.c: Remove file.
47008 * sysdeps/unix/sysv/getdents.c: Likewise.
47009 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
47010
90e037bd
JM
47011 * sysdeps/unix/syscalls.list (madvise): Add syscall from
47012 sysdeps/unix/mman/syscalls.list.
47013 (mmap): Likewise.
47014 (mprotect): Likewise.
47015 (msync): Likewise.
47016 (munmap): Likewise.
47017 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
47018 * sysdeps/unix/mman/syscalls.list: Remove.
47019 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
47020
3a533ca3
JM
47021 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
47022 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
47023 * configure: Regenerated.
47024 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
47025 $(libgcc_s_suffix).
47026 * config.make.in (libgcc_s_suffix): Remove variable.
47027
1ad743de
JM
470282012-04-23 Joseph Myers <joseph@codesourcery.com>
47029
4ad451e2
JM
47030 * sysdeps/unix/sysv/gethostname.c: Move to ...
47031 * sysdeps/posix/gethostname.c: ... here.
47032
5e37ce39
JM
47033 * sysdeps/unix/execve.S: Remove file.
47034
1ad743de
JM
47035 * sysdeps/unix/_exit.S: Remove file.
47036
4e681b5b
AJ
470372012-04-23 Andreas Jaeger <aj@suse.de>
47038
47039 [BZ #13739]
47040 * manual/Makefile: Remove make dist support, there's no
47041 need for a stand-alone documentation tar ball.
47042 (TEXI2DVI): Define always, it's not in Makeconfig.
47043 (dist): Removed.
47044 (tar-it): Removed.
47045 (edition): Removed.
47046 (glibc-doc-$(edition).tar): Removed
47047 (%.Z): Removed.
47048 (%.gz): Removed.
47049 (%.uu): Removed.
47050 (ETAGS): Remove, it's in Makeconfig.
47051 (move-if-change): Remove, it's in Makeconfig.
47052
38686a03 470532012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
47054
47055 [BZ #13970]
47056 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
47057 (strtod, strtof, strtold, strtol, strtoul, strtoq)
47058 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
47059 (strtod_l, strtof_l, strtold_l): Remove __wur.
47060 It is not necessarily an error to ignore strtol's return value.
47061 One can reliably look at the stored endptr to decide whether
47062 the number had valid syntax.
47063
7c0616fa
AJ
470642012-04-21 Andreas Jaeger <aj@suse.de>
47065
803cb6b7 47066 [BZ #13739]
7c0616fa
AJ
47067 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
47068
b0fe253f
JM
470692012-04-21 Joseph Myers <joseph@codesourcery.com>
47070
47071 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
47072 * sysdeps/unix/sysv/Versions: Remove file.
47073
8280f22d
MT
470742012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
47075
47076 [BZ #13927]
47077 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47078
75ce411f 470792012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
47080
47081 [BZ #7064]
47082 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
47083 version from __vm86.
47084
097d59fa
JM
470852012-04-20 Joseph Myers <joseph@codesourcery.com>
47086
a90f3bcb
JM
47087 * sysdeps/unix/common/lxstat.c: Remove file.
47088 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
47089
edc7ea78
JM
47090 * sysdeps/unix/sysv/Makefile: Remove file.
47091
cb78c221
JM
47092 * sysdeps/unix/sysv/direct.h: Remove file.
47093
efa6a45f
JM
47094 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
47095 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
47096 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
47097 * sysdeps/unix/sysv/bits/signum.h: Likewise.
47098 * sysdeps/unix/sysv/bits/stat.h: Likewise.
47099 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
47100 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
47101
9c9f2d0c
JM
47102 * sysdeps/unix/sysv/setrlimit.c: Remove file.
47103
4541c83b
JM
47104 * sysdeps/unix/xmknod.c: Remove file.
47105 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
47106
f5d153a0
JM
47107 * sysdeps/unix/sysv/settimeofday.c: Remove file.
47108
aa746595
JM
47109 * sysdeps/unix/sysv/i386/time.S: Remove file.
47110
cce5905e
JM
47111 * sysdeps/unix/fxstat.c: Remove file.
47112 * sysdeps/unix/xstat.c: Likewise.
47113 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
47114
37fa3841
JM
47115 * sysdeps/unix/sysv/sigaction.c: Remove file.
47116
ff1962a3
JM
47117 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
47118 (sysdep_headers): Remove variable.
47119 [termio.h not in sysdep_headers] (generated): Likewise.
47120 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
47121 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
47122 * sysdeps/unix/sysv/tcdrain.c: Likewise.
47123 * sysdeps/unix/sysv/tcflow.c: Likewise.
47124 * sysdeps/unix/sysv/tcflush.c: Likewise.
47125 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
47126 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
47127 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
47128 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
47129 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
47130
e7740d31
JM
47131 * sysdeps/unix/siglist.c: Remove file.
47132
ee06f18b
JM
47133 * sysdeps/unix/getppid.S: Remove file.
47134
097d59fa
JM
47135 * sysdeps/unix/mkdir.c: Remove file.
47136 * sysdeps/unix/rmdir.c: Likewise.
47137
ff3d51ec
AS
471382012-04-19 Andreas Schwab <schwab@linux-m68k.org>
47139
47140 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
47141 ERR_MAX value.
47142 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
47143 errlist-compat value.
47144
50f81fd7
DM
471452012-04-18 David S. Miller <davem@davemloft.net>
47146
47147 * sysdeps/generic/memcopy.h (reg_char): Delete.
47148 * debug/strcat_chk.c: Use char, not reg_char.
47149 * debug/strcpy_chk.c: Likewise.
47150 * debug/strncat_chk.c: Likewise.
47151 * debug/strncpy_chk.c: Likewise.
47152 * string/memchr.c: Likewise.
47153 * string/memrchr.c: Likewise.
47154 * string/rawmemchr.c: Likewise.
47155 * string/strcat.c: Likewise.
47156 * string/strchr.c: Likewise.
47157 * string/strchrnul.c: Likewise.
47158 * string/strcmp.c: Likewise.
47159 * string/strcpy.c: Likewise.
47160 * string/strncat.c: Likewise.
47161 * string/strncmp.c: Likewise.
47162 * string/strncpy.c: Likewise.
47163
8ff41c46
WS
471642012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
47165
47166 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
47167 __builtin_memcopy is called when src and dest ranges are known to not
47168 overlap.
47169
6b652f46
WS
471702012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
47171
47172 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
47173 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
47174 fwd_align_merge macro call.
47175 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
47176 bwd_align_merge macro call.
47177 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47178
b282631e
WS
471792012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
47180
47181 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
47182 bwd_align_merge macros.
47183 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
47184 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
47185 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47186
95aa737c
DM
471872012-04-18 David S. Miller <davem@davemloft.net>
47188
47189 * sysdeps/sparc/sparc64/memcopy.h: Delete.
47190
7a99a614
AJ
471912012-04-18 Andreas Jaeger <aj@suse.de>
47192
47193 [BZ# 6794]
47194 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
47195 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
47196 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47197
47198 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
47199 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
47200 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47201
47202 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47203 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47204 Adjust for changed ldbl-128 files.
47205
47206 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47207 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47208 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47209
e5270c23
DM
472102012-04-17 David S. Miller <davem@davemloft.net>
47211
47212 * sysdeps/sparc/sparc32/memcopy.h: Delete.
47213
fb5e92c9
AS
472142012-04-17 Andreas Schwab <schwab@linux-m68k.org>
47215
47216 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47217 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47218 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47219 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47220 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47221 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47222
76da7265
AZ
472232012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47224
47225 [BZ #6794]
47226 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47227 * math/libm-test.inc: Add ilogb errno and exception tests.
47228 * math/w_ilogb.c: New file: ilogb wrapper.
47229 * math/w_ilogbf.c: New file: ilogbf wrapper.
47230 * math/w_ilogbl.c: New file: ilogbl wrapper.
47231 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47232 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47233 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47234 exception being thrown with 0.0 as argument.
47235 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47236 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47237 exception being thrown with 0.0 as argument.
47238 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47239 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47240 exception being thrown with 0.0 as argument.
47241 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47242 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47243 exception being thrown with 0.0 as argument.
47244 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47245 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 47246 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
47247 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47248 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47249 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47250 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47251 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47252 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47253
0396e69d
PB
472542012-04-17 Petr Baudis <pasky@ucw.cz>
47255
47256 * include/sys/uio.h: Change __vector to __iovec to avoid clash
47257 with altivec.
47258
750b5926
MP
472592012-04-16 Marek Polacek <polacek@redhat.com>
47260
47261 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47262
751728a1
MP
472632012-04-16 Marek Polacek <polacek@redhat.com>
47264
47265 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47266 operands of fdivp instruction.
47267
34a27407
L
472682012-04-13 H.J. Lu <hongjiu.lu@intel.com>
47269
47270 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47271 * elf/tst-auditmod3b.c: Likewise.
47272 * elf/tst-auditmod4b.c: Likewise.
47273 * elf/tst-auditmod5b.c: Likewise.
47274 * elf/tst-auditmod6b.c: Likewise.
47275 * elf/tst-auditmod6c.c: Likewise.
47276 * elf/tst-auditmod7b.c: Likewise.
47277 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47278 * sysdeps/x86_64/preconfigure.in: Likewise.
47279 * sysdeps/x86_64/preconfigure: Regenerated.
47280
7e73e17d
L
472812012-04-13 H.J. Lu <hongjiu.lu@intel.com>
47282
47283 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47284 __ILP32__.
47285
c7a6ab72
AB
472862012-04-13 Antoine Balestrat <merkil33@gmail.com>
47287
47288 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47289 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
47290
a9e8e0e0
CL
472912012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
47292
47293 [BZ #13973]
47294 * locale/iso-639.def: Fix gl language name. Spotted by
47295 Yaron Shahrabani.
47296
ec98af7d
RM
472972012-04-12 Roland McGrath <roland@hack.frob.com>
47298
47299 [BZ #2074]
47300 * libio/libio.h (__io_write_fn): Update comment.
47301
247c3ede
PB
473022012-04-12 Petr Baudis <pasky@ucw.cz>
47303
47304 [BZ #2074]
47305 * stdio.texi (Hook Functions): The user provided writer function
47306 is not allowed to return -1.
47307
55939d6d
DM
473082012-04-11 David S. Miller <davem@davemloft.net>
47309
47310 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47311
90020f5a
MF
473122012-04-11 Mike Frysinger <vapier@gentoo.org>
47313
47314 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
47315 Add a leading slash to rtkaio.
47316
288f9098
JM
473172012-04-11 Jim Meyering <meyering@redhat.com>
47318
90020f5a
MF
47319 [BZ #11959]
47320 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
47321 It is not necessarily an error to ignore fwrite's return
47322 value. One can reliably use ferror to test for errors after
47323 the fact.
288f9098 47324
4be2b570
L
473252012-04-10 H.J. Lu <hongjiu.lu@intel.com>
47326
47327 * bits/types.h (__snseconds_t): New type.
47328 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
47329
47330 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
47331 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47332 (__SNSECONDS_T_TYPE): Likewise.
47333 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47334 (__SNSECONDS_T_TYPE): Likewise.
47335 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47336 (__SNSECONDS_T_TYPE): Likewise.
47337
288f9098 473382012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
47339
47340 [BZ #2636]
47341 * manual/time.texi (Processor Time): Return type of times is
47342 elapsed real time since an arbitrary point in the past.
47343 (CPU Time): Move CLK_TCK from here...
47344 (Processor Time): ...to here. Correct description.
47345 * manual/conf.texi (Constants for Sysconf): Correct description of
47346 _SC_CLK_TCK.
47347
d7dd4413
DM
473482012-04-10 David S. Miller <davem@davemloft.net>
47349
47350 [BZ #13967]
47351 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
47352 where the is a gap between DT_REL(A) and DT_JMPREL.
47353
b46068fc
L
473542012-04-10 H.J. Lu <hongjiu.lu@intel.com>
47355
47356 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
47357 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47358 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47359
73d65cc3
SP
473602012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
47361
47362 * elf/dl-support.c (_dl_inhibit_cache): New variable.
47363 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47364 (dl_main): Handle --inhibit-cache.
47365 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47366 _dl_inhibit_cache.
47367 * elf/dl-load.c (_dl_map_object): Use it.
47368 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47369
bcc8d661
JM
473702012-04-09 Joseph Myers <joseph@codesourcery.com>
47371
8f9a2fae
JM
47372 [BZ #13872]
47373 * sysdeps/i386/fpu/e_powl.S (p78): New object.
47374 (__ieee754_powl): Saturate large exponents rather than testing for
47375 overflow of y*log2(x).
47376 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47377 * math/libm-test.inc (pow_test): Do not permit spurious overflow
47378 exceptions.
47379
bcc8d661
JM
47380 [BZ #11521]
47381 * math/s_ctan.c: Include <float.h>.
47382 (__ctan): Avoid internal overflow or cancellation in calculating
47383 denominator.
47384 * math/s_ctanf.c: Likewise.
47385 * math/s_ctanl.c: Likewise.
47386 * math/s_ctanh.c: Likewise.
47387 * math/s_ctanhf.c: Likewise.
47388 * math/s_ctanhl.c: Likewise.
47389 * math/libm-test.inc (ctan_test): Add more tests.
47390 (ctanh_test): Likewise.
47391 * sysdeps/i386/fpu/libm-test-ulps: Update.
47392 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47393
823fbbb4
AJ
473942012-04-09 Andreas Jaeger <aj@suse.de>
47395
03879793
AJ
47396 [BZ #6894]
47397 * manual/filesys.texi (Directory Entries): Mention that d_namlen
47398 is an optional BSD extension.
47399
823fbbb4
AJ
47400 [BZ #10254]
47401 * manual/stdio.texi (Opening Streams): Document additional fopen
47402 parameters.
47403
8de131cb
RM
474042012-04-09 Roland McGrath <roland@hack.frob.com>
47405
47406 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47407 %eax without telling the compiler.
47408
c0ed9d7d
CD
474092012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
47410
47411 [BZ # 13963]
47412 * manual/install.texi: Use sourceware.org.
47413
c483f6b4
JM
474142012-04-09 Joseph Myers <joseph@codesourcery.com>
47415
d7dd9453
JM
47416 [BZ #13873]
47417 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47418 (__ieee754_pow): Generate overflow and underflow using huge*huge
47419 and tiny*tiny rather than just returning constant infinity or zero
47420 for large exponents.
47421 * math/libm-test.inc (pow_test): Require overflow exceptions for
47422 applicable cases of large exponents.
47423
c483f6b4
JM
47424 [BZ #706]
47425 * sysdeps/i386/fpu/e_pow.S (p10): New object.
47426 (__ieee754_pow): Use iterative multiplication algorithm only for
47427 integer exponents with absolute value below 1024. Check for odd
47428 integer exponents when using algorithm for real exponents.
47429 * math/libm-test.inc (pow_test): Add more tests.
47430 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47431
d2de7579
JM
474322012-04-08 Joseph Myers <joseph@codesourcery.com>
47433
47434 [BZ #13705]
47435 * math/libm-test.inc (exp_test): Do not allow overflow exception
47436 on underflow test.
47437
f77f1232
AJ
474382012-04-08 Aurelien Jarno <aurelien@aurel32.net>
47439
47440 [BZ #13705]
47441 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47442 instead of __kernel_standard_f.
47443
3884932b
MF
474442012-04-08 Mike Frysinger <vapier@gentoo.org>
47445
47446 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47447 * sysdeps/x86_64/memset_chk.S: Likewise.
47448
54472e9c
AJ
474492012-04-08 Andreas Jaeger <aj@suse.de>
47450
6ab0fbfc
AJ
47451 [BZ #10153]
47452 * manual/startup.texi (Environment Access): Describe return value
47453 for putenv and setenv.
47454
61efba8c
AJ
47455 [BZ #6895]
47456 * manual/filesys.texi (Directory Entries): Add description for
47457 DT_LNK.
47458
95c3f29a
AJ
47459 [BZ #6890]
47460 * manual/filesys.texi (Directory Entries): Clarify that it's file
47461 system not operating system in the description of DT_UNKNOWN.
47462
54472e9c
AJ
47463 [BZ #6578]
47464 * manual/syslog.texi (closelog): Fix reference, it's openlog.
47465
624254b1
SC
474662012-04-08 Stephen Compall <s11@member.fsf.org>
47467
47468 [BZ #6649]
47469 * manual/llio.texi (Opening and Closing Files): Add cross
47470 reference to explain mode argument.
47471
1e4920e0
MF
474722012-04-07 Mike Frysinger <vapier@gentoo.org>
47473
47474 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47475 * sysdeps/x86_64/memset_chk.S: Likewise.
47476
5ed848f3
DM
474772012-04-07 David S. Miller <davem@davemloft.net>
47478
47479 * elf/elf.h (R_SPARC_WDISP10): Define.
47480 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47481 R_SPARC_SIZE32.
47482 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47483 R_SPARC_SIZE64 and R_SPARC_H34.
47484
96154cd8
CD
474852012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
47486
47487 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47488 conditions and remove no longer applicable assertion.
47489
9904dc47
L
474902012-04-06 H.J. Lu <hongjiu.lu@intel.com>
47491
47492 * bits/byteswap.h: Include <features.h>.
47493 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47494 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47495
f8887d0a
L
474962012-04-06 H.J. Lu <hongjiu.lu@intel.com>
47497
47498 * bits/byteswap.h (__bswap_16): Removed.
47499 Include <bits/byteswap-16.h> to get __bswap_16.
47500 * sysdeps/i386/bits/byteswap.h: Likewise.
47501 * sysdeps/s390/bits/byteswap.h: Likewise.
47502 * sysdeps/x86_64/bits/byteswap.h: Likewise.
47503 * bits/byteswap-16.h: New file.
47504 * sysdeps/i386/bits/byteswap-16.h: Likewise.
47505 * sysdeps/s390/bits/byteswap-16.h: Likewise.
47506 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47507 * string/Makefile (headers): Add bits/byteswap-16.h.
47508
62470f60
PP
475092012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
47510
47511 [BZ #13895]
47512 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47513 extra indirection.
47514 * nss/Makefile (tests-static, tests): Add tst-nss-static.
47515 * nss/tst-nss-static.c: New.
47516
4dad7bab
RM
475172012-04-06 Robert Millan <rmh@gnu.org>
47518
47519 [BZ #6486]
47520 * manual/llio.texi (File Position Primitive): lseek
47521 refers to WHENCE when it really means OFFSET.
47522
e9142a17
AJ
475232012-04-06 Andreas Jaeger <aj@suse.de>
47524
2c040eff
AJ
47525 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47526 strncmp declarations.
47527
e9142a17
AJ
47528 * abilist/libc.abilist: Add __poll and __ppoll.
47529
ff9f1c5f
DM
475302012-04-05 David S. Miller <davem@davemloft.net>
47531
dcd2ae90
DM
47532 * scripts/check-local-headers.sh: Accept a host triplet in the
47533 path matched by the exclude regexp.
47534
993eb054
DM
47535 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47536 definition.
47537 * sysdeps/powerpc/powerpc32/dl-machine.h
47538 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47539 * sysdeps/s390/s390-32/dl-machine.h
47540 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47541 * sysdeps/sparc/sparc32/dl-machine.h
47542 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47543 * sysdeps/sparc/sparc64/dl-machine.h
47544 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47545
ff9f1c5f
DM
47546 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47547 lazy binding.
48e2e132 47548 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
47549 undefined symbol errors.
47550
48e2e132 47551 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
47552 DT_NEEDED entries.
47553
e80d6f94
MM
475542012-04-05 Michael Matz <matz@suse.de>
47555
47556 [BZ #13592]
47557 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47558
349fa79f
AJ
475592012-04-05 Andreas Jaeger <aj@suse.de>
47560
47561 [BZ #13908]
47562 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47563 comment.
47564
f402708f
KK
475652012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47566
47567 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47568 which ROUND is no valid rounding mode.
47569
2ecccfc9
KK
475702012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47571
47572 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47573 read again.
47574 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47575
8a53f50f
KK
475762012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47577
47578 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47579 an exception using FPU order intentionally.
47580
475812012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47582
47583 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47584 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47585 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47586 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47587
d653abb7
SJ
475882012-04-05 Simon Josefsson <simon@josefsson.org>
47589
47590 [BZ #12340]
47591 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47592 EINVAL when BUFLEN is too smal.
47593
c3b1bf7d
TS
475942012-04-05 Thomas Schwinge <thomas@codesourcery.com>
47595
47596 [BZ #13553]
47597 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47598 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47599
b1aa60f3
AJ
476002012-04-03 Andreas Jaeger <aj@suse.de>
47601
c3b1bf7d 47602 [BZ #13938]
67f60a26
AJ
47603 * manual/setjmp.texi (System V contexts): Fix sentence.
47604
b1aa60f3
AJ
47605 [BZ #13926]
47606 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47607 New macro for this case.
47608 [!__GNUC__] (__bswap_64): New inline function for this case.
47609 * sysdeps/x86_64/bits/byteswap.h: Likewise.
47610 * bits/byteswap.h: Likewise.
47611 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47612 ull, guard with __GLIBC_HAVE_LONG_LONG.
47613
47614 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47615 __GLIBC_HAVE_LONG_LONG.
47616
47617 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47618 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47619
39c59c35
TMQMF
476202012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47621
47622 [BZ #13691]
47623 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47624 inptr and inend, rather than using last_ch.
47625
135ffda8
DM
476262012-04-02 David S. Miller <davem@davemloft.net>
47627
47628 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47629 * stdio-common/printf-parse.h (read_int): Change return type to
47630 'int', return -1 on INT_MAX overflow.
47631 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47632 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
47633 overflows INT_MAX. Check for overflow of in-format-string precision
47634 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
47635 SIZE_MAX not INT_MAX for integer overflow test.
47636 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47637 skip the construct in the format string but do not record anything.
47638 * stdio-common/bug22.c: Adjust to test both width/prevision
47639 INT_MAX overflow as well as total length INT_MAX overflow. Check
47640 explicitly for proper errno values.
47641
228c019e
TS
476422012-04-02 Thomas Schwinge <thomas@codesourcery.com>
47643
302cadd3
TS
47644 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47645 CHAR_MAX.
47646 * string/test-strcmp.c [! WIDE]: Likewise.
47647 * time/tst-mktime2.c: Likewise for INT_MAX.
47648 * string/test-string.h: #include <sys/param.h> for MIN.
47649
228c019e
TS
47650 * csu/init-first.c (__libc_init_first): Call __ctype_init.
47651 * sysdeps/i386/init-first.c (init): Likewise.
47652 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47653 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47654 * sysdeps/sh/init-first.c (init): Likewise.
47655
cfa633f5
UD
476562012-04-01 Ulrich Drepper <drepper@gmail.com>
47657
47658 * po/ru.po: Update from translation team.
d1635ef8 47659 * po/vi.po: Likewise.
cfa633f5 47660
6cd0a5ea
SP
476612012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
47662
47663 * resolv/nss_dns/dns-host.c: Merge copyright years.
47664
4b43400f
LD
476652012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47666
47667 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47668 Optimize memcpy with prefetch if
47669 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
47670 src, dst pointers have unequal 16 byte alignments.
47671
48c41d04
SP
476722012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
47673
47674 [BZ #13928]
47675 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47676 from a CNAME entry and return the minimum ttl for the query.
47677 (gaih_getanswer_slice): Likewise.
47678
b8dc394d
JL
476792012-03-30 Jeff Law <law@redhat.com>
47680
47681 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47682 due to long keys.
47683 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47684 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47685
2f5a5ed0
JL
47686 * resolv/nss_dns/dns-host.c: Update copyright year.
47687
1d39e359
UD
476882012-03-30 Ulrich Drepper <drepper@gmail.com>
47689
c030f70c 47690 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 47691 requests to save a system call. Fix check that all bytes are sent.
c030f70c 47692
1d39e359
UD
47693 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47694 comments for sendmmsg.
47695
476962012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
47697
47698 [BZ #13691]
47699 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47700 with only 1 character between 0x0041 and 0x01b0.
47701 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47702 * wcsmbs/tst-mbsnrtowcs.c: New file.
47703
20fde227
DM
477042012-03-29 David S. Miller <davem@davemloft.net>
47705
47706 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47707 small copies by hand.
47708
984a4237
JL
477092012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
47710
47711 [BZ #13761]
57f41c40
AS
47712 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47713 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47714 group memberships.
984a4237 47715
18c9d62b
DM
477162012-03-28 David S. Miller <davem@davemloft.net>
47717
88d85d4f
DM
47718 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47719 that branches into memcpy.
47720 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47721 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47722 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47723 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47724 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47725 bits.
47726 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47727 implementation too.
47728 * sysdeps/sparc/mempcpy.S: New file.
47729
e5aa83e1
DM
47730 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47731 the IFUNC routine in the libc case.
47732 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47733
88570753
DM
47734 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47735 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47736 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47737 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47738 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47739 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47740 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47741 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47742
249d7567
DM
47743 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47744 loop to 256 bytes instead of 64 bytes and fix test signedness.
47745
18c9d62b
DM
47746 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47747 * sysdeps/sparc/sparc32/Makefile: rather than here...
47748 * sysdeps/sparc/sparc64/Makefile: and here.
47749
05f3d1f6
UD
477502012-03-28 Ulrich Drepper <drepper@gmail.com>
47751
47752 * malloc/mallocbug.c: Avoid warnings about unused variables.
47753
86ae07a8
JL
477542012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
47755
47756 [BZ #13760]
47757 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47758 in the right place. Discard and retry query if response is
47759 larger than input buffer size.
47760
41bf21a1
JM
477612012-03-28 Joseph Myers <joseph@codesourcery.com>
47762
d6270972
JM
47763 [BZ #369]
47764 [BZ #2678]
47765 [BZ #3866]
47766 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47767 x for large integer exponent.
47768 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47769 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
47770 sign of result as needed afterwards.
47771 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47772 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47773 result for underflowing pow the same as for overflow.
47774 (__kernel_standard_l): Handle powl overflow and underflow here
47775 rather than calling __kernel_standard.
47776 * math/libm-test.inc (pow_test): Add more tests.
47777
414fca03 47778 [BZ #3868]
41bf21a1
JM
47779 [BZ #13879]
47780 [BZ #13910]
47781 [BZ #13911]
47782 [BZ #13912]
47783 [BZ #13913]
47784 [BZ #13915]
47785 [BZ #13916]
47786 [BZ #13917]
47787 [BZ #13918]
47788 [BZ #13919]
47789 [BZ #13920]
47790 [BZ #13921]
47791 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47792 * sysdeps/ieee754/k_standard.c: Include <float.h>.
47793 (__kernel_standard_l): New function.
47794 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47795 __kernel_standard.
47796 * math/w_acosl.c (__acosl): Likewise.
47797 * math/w_asinl.c (__asinl): Likewise.
47798 * math/w_atan2l.c (__atan2l): Likewise.
47799 * math/w_atanhl.c (__atanhl): Likewise.
47800 * math/w_coshl.c (__coshl): Likewise.
47801 * math/w_exp10l.c (__exp10l): Likewise.
47802 * math/w_exp2l.c (__exp2l): Likewise.
47803 * math/w_fmodl.c (__fmodl): Likewise.
47804 * math/w_hypotl.c (__hypotl): Likewise.
47805 * math/w_j0l.c (__j0l, __y0l): Likewise.
47806 * math/w_j1l.c (__j1l, __y1l): Likewise.
47807 * math/w_jnl.c (__jnl, __ynl): Likewise.
47808 * math/w_lgammal.c (__lgammal): Likewise.
47809 * math/w_log10l.c (__log10l): Likewise.
47810 * math/w_log2l.c (__log2l): Likewise.
47811 * math/w_logl.c (__logl): Likewise.
47812 * math/w_powl.c (__powl): Likewise.
47813 * math/w_remainderl.c (__remainderl): Likewise.
47814 * math/w_scalbl.c (sysv_scalbl): Likewise.
47815 * math/w_sinhl.c (__sinhl): Likewise.
47816 * math/w_sqrtl.c (__sqrtl): Likewise.
47817 * math/w_tgammal.c (__tgammal): Likewise.
47818 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47819 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47820 * math/libm-test.inc (acos_test): Add more tests.
47821 (acosh_test): Likewise.
47822 (asin_test): Likewise.
47823 (atanh_test): Likewise.
47824 (exp_test): Likewise.
47825 (exp10_test): Likewise.
47826 (exp2_test): Likewise.
47827 (expm1_test): Likewise.
47828 (lgamma_test): Likewise.
47829 (log_test): Likewise.
47830 (log10_test): Likewise.
47831 (log1p_test): Likewise.
47832 (log2_test): Likewise.
47833 (pow_test): Do not allow some spurious overflow exceptions.
47834 (sqrt_test): Add more tests.
47835 (tgamma_test): Likewise.
47836 (y0_test): Likewise.
47837 (y1_test): Likewise.
47838 (yn_test): Likewise.
47839
dd62fda6
AB
478402012-03-27 Anton Blanchard <anton@samba.org>
47841
47842 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47843 MAP_HUGETLB.
47844 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47845 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47846 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47847
1e3cdfda
AJ
478482012-03-27 David S. Miller <davem@davemloft.net>
47849
b855ab85
DM
47850 * conform/Makefile: Run run-conformtest.sh using $(BASH).
47851
1e3cdfda
AJ
47852 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47853 have-as-vis3 check.
47854
478552012-03-27 Andreas Jaeger <aj@suse.de>
47856
47857 * sysdeps/x86_64/elf/configure.in: Moved to ...
47858 * sysdeps/x86_64/configure.in: ... here.
47859 * sysdeps/x86_64/elf/start.S: Moved to ...
47860 * sysdeps/x86_64/start.S: ... here.
47861 * sysdeps/x86_64/elf/configure: Delete.
47862
47863 * sysdeps/x86_64/configure.in: Merge contents from
47864 sysdeps/i386/configure.in (without i686 check).
47865
47866 * sysdeps/i386/elf/Versions: Merge into ...
47867 * sysdeps/i386/Versions: ... this.
47868 * sysdeps/i386/elf/Versions: Delete file.
47869 * sysdeps/i386/elf/start.S: Moved to ...
47870 * sysdeps/i386/start.S: ...here.
47871 * sysdeps/i386/elf/configure.in: Merge into...
47872 * sysdeps/i386/configure.in: ...here.
47873 * sysdeps/i386/elf/configure.in: Delete file.
47874 * sysdeps/i386/elf/configure: Delete file.
47875
47876 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47877 * debug/backtracesyms.c: ... here.
47878 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47879 * debug/backtracesymsfd.c: ... here.
47880 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47881 * sysdeps/generic/ifunc-sel.h: ... here.
47882
47883 * sysdeps/unix/i386/start.c: Delete file.
47884 * sysdeps/unix/sparc/start.c: Delete file.
47885 * sysdeps/unix/start.c: Delete file.
47886
47887 * sysdeps/sh/elf/configure.in: Moved to ...
47888 * sysdeps/sh/configure.in: ... here.
47889 * sysdeps/sh/elf/start.S: Moved to ...
47890 * sysdeps/sh/start.S: ... here.
47891 * sysdeps/sh/elf/configure: Delete file.
47892
47893 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47894 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47895 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47896 * sysdeps/powerpc/powerpc64/entry.h: ... here.
47897 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47898 * sysdeps/powerpc/powerpc64/start.S: here.
47899 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47900 * sysdeps/powerpc/powerpc64/Makefile: ... this.
47901 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47902 * sysdeps/powerpc/powerpc64/configure.in: ... this.
47903 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47904
47905 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47906 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47907 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47908 * sysdeps/powerpc/powerpc32/start.S: ... here.
47909 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47910 * sysdeps/powerpc/powerpc32/configure.in: ... this.
47911 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47912
47913 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47914 * sysdeps/powerpc/ifunc-sel.h: ... here.
47915 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47916 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47917
47918 * sysdeps/sparc/elf/configure.in: Moved to ...
47919 * sysdeps/sparc/configure.in: ... here.
47920 * sysdeps/sparc/elf/configure: Delete file.
47921 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47922 * sysdeps/sparc/sparc32/start.S: ... here.
47923 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47924 * sysdeps/sparc/sparc64/start.S: ... here.
47925 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47926 * sysdeps/sparc/sparc32/Makefile: ... this.
47927 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47928 * sysdeps/sparc/sparc64/Makefile: ... this.
47929
47930 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47931 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47932 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47933 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47934 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47935 * sysdeps/s390/s390-32/setjmp.S: ... here.
47936 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47937 * sysdeps/s390/s390-32/configure.in: ... here.
47938 * sysdeps/s390/s390-32/elf/configure: Delete file.
47939 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47940 * sysdeps/s390/s390-32/start.S: ... here.
47941
47942 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47943 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47944 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47945 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47946 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47947 * sysdeps/s390/s390-64/setjmp.S: ... here.
47948 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47949 * sysdeps/s390/s390-64/configure.in: ... here
47950 * sysdeps/s390/s390-64/elf/configure: Delete file.
47951 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47952 * sysdeps/s390/s390-64/start.S: ... here.
47953 * sysdeps/s390/s390-64/elf/configure: Delete.
47954
47955 * configure.in: Remove support for elf directories in sysdeps.
47956
47957 * configure: Regenerated.
47958 * sysdeps/i386/configure: Regenerated.
47959 * sysdeps/powerpc/powerpc32/configure: Regenerated.
47960 * sysdeps/powerpc/powerpc64/configure: Regenerated.
47961 * sysdeps/s390/s390-32/configure: Regenerated.
47962 * sysdeps/s390/s390-64/configure: Regenerated.
47963 * sysdeps/sh/configure: Regenerated.
47964 * sysdeps/sparc/configure: Regenerated.
47965 * sysdeps/x86_64/configure: Regenerated.
47966
a3f61311
AS
479672012-03-26 Andreas Schwab <schwab@linux-m68k.org>
47968
c876e002
AS
47969 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47970
a3f61311
AS
47971 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47972 denormal result into account.
47973
ac4c54f0
RM
479742012-03-25 Roland McGrath <roland@hack.frob.com>
47975
47976 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47977 Reported by Allan McRae <allan@archlinux.org>.
47978
6a9b9c02
JL
479792012-03-23 Jeff Law <law@redhat.com>
47980
47981 * nss/getnssent.c (__nss_getent): Fix typo.
47982
4c42a0c1
DM
479832012-03-23 David S. Miller <davem@davemloft.net>
47984
47985 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47986
1532c7ac
L
479872012-03-23 H.J. Lu <hongjiu.lu@intel.com>
47988
47989 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47990 to pad to uint64_t for each field.
47991 (dl_tls_index): Replace unsigned long with uint64_t.
47992
3ff42526
PP
479932012-03-23 Daniel Jacobowitz <dmj@google.com>
47994 Paul Pluzhnikov <ppluzhnikov@google.com>
47995
47996 [BZ #6528]
47997 * grp/Makefile (otherlibs): Don't set it.
47998 * inet/Makefile (otherlibs): Likewise.
47999 * login/Makefile (otherlibs): Likewise.
48000 * nscd/Makefile (otherlibs): Likewise.
48001 * posix/Makefile (otherlibs): Likewise.
48002 * pwd/Makefile (otherlibs): Likewise.
48003 * rt/Makefile (otherlibs): Likewise.
48004 * sunrpc/Makefile (otherlibs): Likewise.
48005 * nss/Makefile (otherlibs): Likewise.
48006 Add libnss_files to routines and static-only-routines.
48007 ($(objpfx)getent): Remove rule.
48008 * resolv/Makefile: Add libnss_dns and libresolv to routines and
48009 static-only-routines.
48010
7c69cd14
JM
480112012-03-22 Joseph Myers <joseph@codesourcery.com>
48012
48013 [BZ #13892]
48014 * math/s_cexp.c: Include <float.h>.
48015 (__cexp): Handle exp result overflowing not necessarily
48016 overflowing both real and imaginary parts of result.
48017 * math/s_cexpf.c: Likewise.
48018 * math/s_cexpl.c: Likewise.
48019 * math/libm-test.inc (cexp_test): Add more tests.
48020 * sysdeps/i386/fpu/libm-test-ulps: Update.
48021 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48022
81b035fe
L
480232012-03-22 H.J. Lu <hongjiu.lu@intel.com>
48024
48025 * include/link.h (ELFW): New macro.
48026 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
48027 Replace ELF64_R_TYPE with ELFW(R_TYPE).
48028
1da7940c
L
480292012-03-22 H.J. Lu <hongjiu.lu@intel.com>
48030
48031 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
48032 with uint64_t.
48033
b749dbb9
L
480342012-03-22 H.J. Lu <hongjiu.lu@intel.com>
48035
48036 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
48037 declaration.
48038 (struct La_x32_retval): Likewise.
48039
2ff87f3f
L
480402012-03-22 H.J. Lu <hongjiu.lu@intel.com>
48041
48042 * sysdeps/x86_64/preconfigure.in: New file.
48043 * sysdeps/x86_64/preconfigure: New generated file.
48044
c0df8e69
JM
480452012-03-22 Joseph Myers <joseph@codesourcery.com>
48046
48e44791
JM
48047 [BZ #13824]
48048 * math/e_exp2l.c: Include <float.h>.
48049 (__ieee754_exp2l): Handle overflow and underflow cases
48050 separately. Only pass fractional part of argument to
48051 __ieee754_expl.
48052 * math/libm-test.inc (exp2_test): Add more tests.
48053
c0df8e69
JM
48054 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
48055 negating x to take absolute value.
48056 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
48057 Likewise.
48058 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
48059 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
48060 Likewise.
48061 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
48062 computing low part if x was negated.
48063 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
48064
c8e43ba7
L
480652012-03-21 H.J. Lu <hongjiu.lu@intel.com>
48066
48067 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
48068 la_x32_gnu_pltexit.
48069 (pltexit): Cast int_retval to ptrdiff_t.
48070 * elf/tst-auditmod3b.c: Likewise.
48071 * elf/tst-auditmod4b.c: Likewise.
48072 * elf/tst-auditmod5b.c: Likewise.
48073 * elf/tst-auditmod6b.c: Likewise.
48074 * elf/tst-auditmod6c.c: Likewise.
48075 * elf/tst-auditmod7b.c: Likewise.
48076
48077 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
48078 and x32_gnu_pltexit.
48079
48080 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
48081 __ELF_NATIVE_CLASS.
48082 (La_x32_regs): New macro.
48083 (La_x32_retval): Likewise.
48084 (la_x32_gnu_pltenter): New function prototype.
48085 (la_x32_gnu_pltexit): Likewise.
48086
7998fa78
AS
480872012-03-21 Andreas Schwab <schwab@linux-m68k.org>
48088
dcb33988
AS
48089 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
48090 exponent.
48091
233fc563
AS
48092 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48093
7998fa78
AS
48094 * configure.in (libc_cv_cc_nofma): Check for option to disable
48095 generation of FMA instructions.
48096 * configure: Regenerate.
48097 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
48098 * sysdeps/ieee754/dbl-64/Makefile: New file.
48099 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
48100 Remove brandred-fma4.
48101 (CFLAGS-brandred-fma4.c): Remove.
48102 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
48103 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
48104 define.
48105 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
48106 define.
48107
8e95c99a
L
481082012-03-21 H.J. Lu <hongjiu.lu@intel.com>
48109
48110 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
48111 LLONG_MAX != LONG_MAX.
48112 (_itoa_word): Use _ITOA_WORD_TYPE on value.
48113 (_fitoa_word): Likewise.
48114 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
48115 LLONG_MAX != LONG_MAX.
48116 * stdio-common/_itowa.h: Include <_itoa.h>.
48117 (_itowa_word): Use _ITOA_WORD_TYPE on value.
48118 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
48119 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
48120 only if not defined.
48121 (_ITOA_WORD_TYPE): Likewise.
48122 (_itoa_word): Use _ITOA_WORD_TYPE on value.
48123 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
48124
6f4db457
DM
481252012-03-21 David S. Miller <davem@davemloft.net>
48126
48127 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48128
7785fe5a
L
481292012-03-21 H.J. Lu <hongjiu.lu@intel.com>
48130
48131 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
48132 of x86_64 when setting libc_cv_slibdir, libdir and
48133 libc_cv_localedir.
48134 * sysdeps/unix/sysv/linux/configure: Regenerated.
48135
4535cd55
JM
481362012-03-21 Joseph Myers <joseph@codesourcery.com>
48137
48138 * manual/lang.texi (Old Varargs): Remove section.
48139 (How Variadic): Update menu.
48140 (va_start): Do not mention varargs.h.
48141
17228132
TS
481422012-03-21 Thomas Schwinge <thomas@codesourcery.com>
48143 Joseph Myers <joseph@codesourcery.com>
48144
48145 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
48146 link test.
48147 * configure: Regenerated.
48148
8149f976
TS
481492012-03-21 Thomas Schwinge <thomas@codesourcery.com>
48150
05f3d1f6
UD
48151 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
48152 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
48153 conformtest.pl
8149f976 48154
1a4ac776
JM
481552012-03-21 Joseph Myers <joseph@codesourcery.com>
48156
be22ce65
JM
48157 * NOTES: Remove.
48158 * Makefile (files-for-dist): Remove NOTES.
48159 (NOTES): Remove rule.
48160 * README: Don't refer to NOTES.
48161 * manual/creature.texi: Don't include macros.texi.
48162 * manual/intro.texi (creature.texi): Remove comment referring to
48163 NOTES.
48164
40b601fb
JM
48165 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
48166 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
48167 * configure: Regenerated.
48168 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
48169 LIBC_TRY_CC_OPTION.
48170 (libc_cv_as_i686): Likewise.
48171 (libc_cv_cc_avx): Likewise.
48172 (libc_cv_cc_sse2avx): Likewise.
48173 (libc_cv_cc_fma4): Likewise.
48174 (libc_cv_cc_novzeroupper): Likewise.
48175 * sysdeps/i386/configure: Regenerated.
48176
1a4ac776
JM
48177 [BZ #13883]
48178 * sysdeps/i386/fpu/s_cexp.S: Remove.
48179 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48180 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48181 * math/libm-test.inc (cexp_test): Add more tests.
48182 * sysdeps/i386/fpu/libm-test-ulps: Update.
48183 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48184
a458e7fe
AM
481852012-03-21 Allan McRae <allan@archlinux.org>
48186
48187 * timezone/Makefile: Do not install iso3166.tab and zone.tab
48188
0cb7efc5
JM
481892012-03-21 Joseph Myers <joseph@codesourcery.com>
48190
48191 [BZ #13871]
48192 * math/w_exp2.c: Do not include <float.h>.
48193 (o_threshold, u_threshold): Remove.
48194 (__exp2): Calculate result before checking finiteness and calling
48195 __kernel_standard.
48196 * math/w_exp2f.c: Likewise.
48197 * math/w_exp2l.c: Likewise.
48198 * math/libm-test.inc (exp2_test): Require overflow exception for
48199 1e6 input.
2460d3aa
JM
48200
48201 [BZ #3866]
48202 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48203 range of signed 64-bit integers before using fistpll. Remove
48204 checks for whether integers fit in mantissa bits.
48205 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48206 the range of signed 32-bit integers before using fistpl. Remove
48207 checks for whether integers fit in mantissa bits.
48208 * sysdeps/i386/fpu/e_powl.S (p64): New object.
48209 (__ieee754_powl): Test for y outside the range of signed 64-bit
48210 integers before using fistpll. Reduce 64-bit values to 63-bit
48211 ones as needed.
48212 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48213 divide-by-zero is raised for zero to large negative powers.
48214 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48215 (__ieee754_powl): Test for y outside the range of signed 64-bit
48216 integers before using fistpll. Reduce 64-bit values to 63-bit
48217 ones as needed.
48218 * math/libm-test.inc (pow_test): Add more tests.
48219
eb96ffb0
L
482202012-03-20 H.J. Lu <hongjiu.lu@intel.com>
48221
48222 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48223 <stdio-common/_itoa.h>.
48224 * debug/segfault.c: Likewise.
48225 * elf/dl-cache.c: Likewise.
48226 * elf/dl-minimal.c: Likewise.
48227 * elf/dl-misc.c: Likewise.
48228 * elf/dl-sysdep.c: Likewise.
48229 * elf/dl-version.c: Likewise.
48230 * elf/rtld.c: Likewise.
48231 * hurd/hurdsock.c: Likewise.
48232 * hurd/lookup-retry.c: Likewise.
48233 * malloc/malloc.c: Likewise.
48234 * malloc/mtrace.c: Likewise.
48235 * nscd/nscd_getgr_r.c: Likewise.
48236 * nscd/nscd_getpw_r.c: Likewise.
48237 * nscd/nscd_getserv_r.c: Likewise.
48238 * posix/getopt_init.c: Likewise.
48239 * posix/wordexp.c: Likewise.
48240 * stdio-common/_itoa.c: Likewise.
48241 * stdio-common/printf_fphex.c: Likewise.
48242 * stdio-common/vfprintf.c: Likewise.
48243 * string/_strerror.c: Likewise.
48244 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48245 * sysdeps/i386/i686/hp-timing.h: Likewise.
48246 * sysdeps/mach/_strerror.c: Likewise.
48247 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48248 * sysdeps/mach/hurd/sethostid.c: Likewise.
48249 * sysdeps/mach/hurd/xmknodat.c: Likewise.
48250 * sysdeps/mach/xpg-strerror.c: Likewise.
48251 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48252 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48253 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48254 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48255 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48256 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48257 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48258 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48259 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48260 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48261 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48262 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48263 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48264 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48265 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48266 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48267 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48268 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48269 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48270 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48271 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48272
48273 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48274
48275 * stdio-common/_itoa.h: Moved to ...
48276 * sysdeps/generic/_itoa.h: Here.
48277
48278 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48279
48280 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48281 instead of "_itoa.h" and "_itowa.h".
48282 * stdio-common/vfprintf.: Likewise.
48283
d1af992d
L
482842012-03-20 H.J. Lu <hongjiu.lu@intel.com>
48285
48286 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
48287 <bits/wordsize.h>.
48288 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
48289 (__signbit): Likwise.
48290 (llrintf): Likwise.
48291 (llrint): Likwise.
48292
114883e0
L
482932012-03-20 H.J. Lu <hongjiu.lu@intel.com>
48294
48295 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
48296 __WORDSIZE != 64.
48297
c135cc1b
JM
482982012-03-20 Joseph Myers <joseph@codesourcery.com>
48299
48300 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
48301 OVERFLOW_EXCEPTION_OK.
48302 * math/libm-test.inc ("Philosophy"): Update comment about
48303 exception testing.
48304 (OVERFLOW_EXCEPTION): Define.
48305 (OVERFLOW_EXCEPTION_OK): Likewise.
48306 (INVALID_EXCEPTION_OK): Renumber.
48307 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48308 (IGNORE_ZERO_INF_SIGN): Likewise.
48309 (test_exceptions): Handle FE_OVERFLOW.
48310 (exp10_test): Expect overflow exceptions.
48311 (exp2_test): Likewise.
48312 (expm1_test): Likewise.
48313 (nextafter_test): Likewise.
48314 (pow_test): Likewise.
48315 (scalbn_test): Likewise.
48316 (scalbln_test): Likewise.
48317
95443d88
L
483182012-03-19 H.J. Lu <hongjiu.lu@intel.com>
48319
48320 * sysdeps/x86_64/bits/atomic.h
48321 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
48322 64bit integer.
48323 (atomic_exchange_acq): Likewise.
48324 (__arch_exchange_and_add_body): Likewise.
48325 (__arch_add_body): Likewise.
48326 (atomic_add_negative): Likewise.
48327 (atomic_add_zero): Likewise.
48328
490df6c4
L
483292012-03-19 H.J. Lu <hongjiu.lu@intel.com>
48330
c2722551 48331 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
48332 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
48333
5e52b189
L
483342012-03-19 H.J. Lu <hongjiu.lu@intel.com>
48335
48336 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
48337 Check __x86_64__ instead of __WORDSIZE.
48338
a9879d4c
L
483392012-03-19 H.J. Lu <hongjiu.lu@intel.com>
48340
48341 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
48342
5df98260
DM
483432012-03-19 David S. Miller <davem@davemloft.net>
48344
e1497744
DM
48345 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48346
5df98260
DM
48347 * sysdeps/sparc/fpu/fenv_private.h: New file.
48348 * sysdeps/sparc/fpu/math_private.h: Use it.
48349 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
48350 Remove.
57f41c40 48351 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
48352 (libc_feholdexcept_setroundl): Remove.
48353 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
48354 Remove.
48355 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
48356 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48357
b4c35121
L
483582012-03-19 H.J. Lu <hongjiu.lu@intel.com>
48359
48360 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48361 int64_t instead of long int.
48362 (INSERT_WORDS64): Likwise.
48363
56965fd7
L
483642012-03-19 H.J. Lu <hongjiu.lu@intel.com>
48365
48366 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48367 _Unwind_GetCFA return to _Unwind_Ptr first.
48368
83d1aec8
JM
483692012-03-19 Joseph Myers <joseph@codesourcery.com>
48370
1897ad44
JM
48371 [BZ #13629]
48372 * math/s_clog.c: Include <float.h>.
48373 (__clog): Scale large or subnormal inputs.
48374 * math/s_clogf.c: Likewise.
48375 * math/s_clogl.c: Likewise.
48376 * math/s_clog10.c: Include <float.h>.
48377 (M_LOG10_2): Define.
48378 (__clog10): Scale large or subnormal inputs.
48379 * math/s_clog10f.c: Likewise.
48380 * math/s_clog10l.c: Likewise.
48381 * math/libm-test.inc (clog_test): Add more tests.
48382 (clog10_test): Likewise.
48383 * sysdeps/i386/fpu/libm-test-ulps: Update.
48384 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48385
7726d6a9
JM
48386 [BZ #11451]
48387 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48388 x and y.
48389 * math/libm-test.inc (atan2_test): Add another test.
48390
83d1aec8
JM
48391 * Makerules (common-objdir-compile): Remove.
48392 * sysdeps/unix/Makefile (config-generated): Do not add
48393 $(unix-generated) to variable.
48394 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48395 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48396 Remove rule.
48397 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48398 Likewise.
48399 [generic bits/local_lim.h] (before-compile): Do not append to
48400 variable.
48401 [generic bits/local_lim.h] (common-generated): Likewise.
48402 [generic sys/param.h] (before-compile): Do not append to variable.
48403 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48404 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48405 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48406 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48407 include.
48408 [generic sys/param.h] (sys/param.h-includes): Remove variable.
48409 [generic sys/param.h] (sys/param.h-includes): Remove rule.
48410 [generic sys/param.h] ($(addprefix
48411 $(common-objpfx),$(sys/param.h-includes))): Likewise.
48412 [generic sys/param.h] (common-generated): Do not append to
48413 variable.
48414 [generic sys/param.h] (sysdep_headers): Likewise.
48415 [generic bits/errno.h] (before-compile): Do not append to
48416 variable.
48417 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48418 rule.
48419 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48420 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48421 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48422 [generic bits/errno.h] (common-generated): Do not append to
48423 variable.
48424 [generic bits/ioctls.h] (before-compile): Do not append to
48425 variable.
48426 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48427 rule.
48428 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48429 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48430 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48431 rule.
48432 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48433 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48434 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48435 [generic bits/ioctls.h] (common-generated): Do not append to
48436 variable.
48437 [generic sys/syscall.h] (syscall.h): Remove variable.
48438 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48439 rule.
48440 [generic sys/syscall.h] (before-compile): Do not append to
48441 variable.
48442 [generic sys/syscall.h] (common-generated): Likewise.
48443 * sysdeps/unix/errnos-tmpl.c: Remove file.
48444 * sysdeps/unix/errnos.awk: Likewise.
48445 * sysdeps/unix/ioctls-tmpl.c: Likewise.
48446 * sysdeps/unix/ioctls.awk: Likewise.
48447 * sysdeps/unix/mk-local_lim.c: Likewise.
48448 * sysdeps/unix/snarf-ioctls: Likewise.
48449
4851a949
RH
484502012-03-19 Richard Henderson <rth@twiddle.net>
48451
bd37f2ee
RH
48452 * sysdeps/i386/fpu/fenv_private.h: New file.
48453 * sysdeps/i386/fpu/math_private.h: Use it.
48454 (math_opt_barrier, math_force_eval): Remove.
48455 (libc_feholdexcept_setround_53bit): Remove.
48456 (libc_feupdateenv_53bit): Remove.
48457 * sysdeps/x86_64/fpu/math_private.h: Likewise.
48458 (math_opt_barrier, math_force_eval): Remove.
48459 (libc_feholdexcept): Remove.
48460 (libc_feholdexcept_setround): Remove.
48461 (libc_fetestexcept, libc_fesetenv): Remove.
48462 (libc_feupdateenv_test): Remove.
48463 (libc_feupdateenv, libc_feholdsetround): Remove.
48464 (libc_feresetround): Remove.
48465
d0adc922
RH
48466 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48467 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48468
0fe0f1f8
RH
48469 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48470 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48471 (libc_feupdateenv_testl): New.
48472 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48473 (libc_feupdateenv_testf): New.
48474 (libc_feupdateenv): Use libc_feupdateenv_test.
48475 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48476 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48477
eb92c487
RH
48478 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48479 (libc_feholdsetroundf, libc_feholdsetroundl): New.
48480 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48481 (libc_feresetround_noex): New.
48482 (libc_feresetround_noexf): New.
48483 (libc_feresetround_noexl): New.
48484 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48485 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48486 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48487 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48488 SET_RESTORE_ROUND.
48489 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48490 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48491 (__cos): Likewise.
48492 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48493 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48494 SET_RESTORE_ROUND_NOEX.
48495 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48496 SET_RESTORE_ROUND_NOEXF.
48497 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48498 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48499 (libc_feholdsetroundf): New.
48500 (libc_feresetround, libc_feresetroundf): New.
48501
7d2e8012
RH
48502 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48503 (libc_feholdexcept_setround_53bit): Convert from macro to function.
48504 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
48505
b4dabbb4
RH
48506 * sysdeps/generic/math_private.h: Include <fenv.h>.
48507 (default_libc_feholdexcept): New.
48508 (default_libc_feholdexcept_setround): New.
48509 (default_libc_fesetenv, default_libc_feupdateenv): New.
48510 (libc_feholdexcept): Only define if undefined.
48511 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48512 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48513 (libc_feholdexcept_setroundl): Likewise.
48514 (libc_feholdexcept_setround_53bit): Likewise.
48515 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48516 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48517 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48518 (libc_feupdateenv_53bit): Likewise.
48519 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48520 (libc_feholdexcept): Convert from macro to inline function.
48521 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48522 (libc_fesetenv, libc_feupdateenv): Likewise.
48523
4851a949
RH
48524 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48525 not previously defined.
48526 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48527 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48528 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48529 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48530 * sysdeps/ieee754/flt-32/math_private.h: New file.
48531 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48532 math_private.h below SET_FLOAT_WORD.
48533 (__isnan, __isinf_ns, __finite): Remove.
48534 (__isnanf, __isinf_nsf, __finitef): Remove.
48535
e79d442e
AS
485362012-03-18 Andreas Schwab <schwab@linux-m68k.org>
48537
48538 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48539
90b80344
DM
485402012-03-17 David S. Miller <davem@davemloft.net>
48541
48542 [BZ #6471]
48543 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48544 for 2.16.
48545
edc21804
DM
485462012-03-16 David S. Miller <davem@davemloft.net>
48547
77e927af
DM
48548 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48549 warnings.
48550
374976dd
DM
48551 [BZ #6471]
48552 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48553 properly.
48554 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48555 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48556 sysdep_routines when subdir is sysvipc.
48557 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48558 __getshmlba helper.
48559
edc21804
DM
48560 * sysdeps/sparc/fpu/libm-test/ulps: Update.
48561
473c3ef3
L
485622012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48563
48564 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48565 [__LP64__].
48566
eb0f39b6
L
485672012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48568
48569 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48570 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48571 (__lround): Renamed to ...
48572 (__llround): This. Replace long int with long long int.
48573 Define lround functions as aliases of llround functions.
48574 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48575
6b6cd74b
L
485762012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48577
48578 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48579 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
48580 adresses to uintptr_t. Replace "long int" and "unsigned long
48581 int" with "greg_t" on va_arg.
48582
f1a77b01
L
485832012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48584
48585 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48586 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48587
48588 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48589 Move e_machine check before EI_CLASS check. Handle x32
48590 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48591 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48592 SKIP_EM_IA_64 and include
48593 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48594
48595 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48596 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48597 (add_system_dir): New macro.
48598
48599 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48600 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48601
11b90b9f
JM
486022012-03-16 Joseph Myers <joseph@codesourcery.com>
48603
c36e1d23
JM
48604 [BZ #2551]
48605 [BZ #2552]
48606 [BZ #2553]
48607 [BZ #2554]
48608 [BZ #2562]
48609 [BZ #2563]
48610 [BZ #2565]
48611 [BZ #2566]
48612 [BZ #2576]
48613 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48614 (y0): Likewise.
48615 * math/w_j0f.c (j0f): Likewise.
48616 (y0f): Likewise.
48617 * math/w_j0l.c (__j0l): Likewise.
48618 (__y0l): Likewise.
48619 * math/w_j1.c (j1): Likewise.
48620 (y1): Likewise.
48621 * math/w_j1f.c (j1f): Likewise.
48622 (y1f): Likewise.
48623 * math/w_j1l.c (__j1l): Likewise.
48624 (__y1l): Likewise.
48625 * math/w_jn.c (jn): Likewise.
48626 (yn): Likewise.
48627 * math/w_jnf.c (jnf): Likewise.
48628 (ynf): Likewise.
48629 * math/w_jnl.c (__jnl): Likewise.
48630 (__ynl): Likewise.
48631 * math/libm-test.inc (j0_test): Add more tests.
48632 (j1_test): Likewise.
48633 (jn_test): Likewise. Add trailing semicolon to existing test.
48634 (y0_test): Likewise.
48635 (y1_test): Likewise.
48636 * sysdeps/i386/fpu/libm-test-ulps: Update.
48637 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48638
11b90b9f
JM
48639 [BZ #13851]
48640 [BZ #13854]
48641 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48642 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48643 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48644 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48645 (__tanl): Set errno for infinite argument.
48646 * sysdeps/i386/fpu/mptan.c: Remove.
48647 * sysdeps/i386/fpu/s_tan.S: Likewise.
48648 * sysdeps/i386/fpu/s_tanl.S: Likewise.
48649 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48650 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48651 * math/libm-test.inc (tan_test): Add more tests and enable more
48652 tests for double and long double.
48653 * sysdeps/i386/fpu/libm-test-ulps: Update.
48654 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48655
6a1bd2a1
JK
486562012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
48657
48658 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48659 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48660
10a803e0
RM
486612012-03-16 Roland McGrath <roland@hack.frob.com>
48662
48663 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48664 * configure.in: Use it for both main tree and add-ons.
48665 * configure: Regenerated.
48666
f196c7f7
L
486672012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48668
48669 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48670
8848d99d
JM
486712012-03-16 Joseph Myers <joseph@codesourcery.com>
48672
96cbe7f4
JM
48673 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48674 in comment.
48675
8848d99d
JM
48676 [BZ #13851]
48677 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48678 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48679 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48680 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48681 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48682 infinite argument.
48683 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48684 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48685 != 0 for prec == 2.
48686 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48687 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48688 * sysdeps/i386/fpu/s_cosl.S: Likewise.
48689 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48690 * sysdeps/i386/fpu/s_sinl.S: Likewise.
48691 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48692 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48693 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48694 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48695 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48696 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48697 * math/libm-test.inc (cos_test): Add more tests and enable more
48698 tests for long double.
48699 (sin_test): Likewise.
48700 (sincos_test): Likewise.
48701 * sysdeps/i386/fpu/libm-test-ulps: Update.
48702 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48703
dd7f4703
DM
487042012-03-16 David S. Miller <davem@davemloft.net>
48705
48706 * sysdeps/sparc/fpu/math_private.h: New file.
48707
006f1daa
DM
487082012-03-15 David S. Miller <davem@davemloft.net>
48709
c0c83bc8
DM
48710 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48711 file.
e6a62e18 48712 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
48713 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48714 file.
e6a62e18
DM
48715 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48716 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48717 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48718 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48719 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48720 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48721 sysdep routines.
48722 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48723
88cb87d9
DM
48724 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48725 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48726
006f1daa 48727 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
48728 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48729 sparc-ifunc.h
006f1daa 48730 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
48731 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48732 Likewise.
48733 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48734 Likewise.
006f1daa
DM
48735 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48736 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48737 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
48738 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48739 Likewise.
006f1daa
DM
48740 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48741 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48742 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48743 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
48744 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48745 Likewise.
48746 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48747 Likewise.
006f1daa
DM
48748 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48749 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48750 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48751 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48752 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48753 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48754 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48755 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48756 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48757 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48758 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48759 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48760 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48761 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48762 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48763 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48764 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48765 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48766 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48767 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48768 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48769 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48770 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48771 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48772
11e0098e
AS
487732012-03-15 Andreas Schwab <schwab@linux-m68k.org>
48774
48775 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48776 scaling.
48777 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48778
e85b09d0
AJ
487792012-03-15 Andreas Jaeger <aj@suse.de>
48780
48781 [BZ #13852]
48782 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48783 ieee754/flt-32 implementation for sin, cos and sincos.
48784 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48785 * sysdeps/i386/fpu/s_cosf.S: Likewise.
48786 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48787 * sysdeps/i386/fpu/s_sinf.S: Likewise.
48788 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48789 ieee754/flt-32 implementation for tan.
48790
48791 * math/libm-test.inc (cos_test): Enable some large input tests for
48792 float as well
48793 (sin_test): Likewise.
48794 (sincos_test): Likewise.
48795 (tan_test): Add tests for large input.
48796
48797 * sysdeps/i386/fpu/libm-test-ulps: Update.
48798
81c64153
AJ
487992012-03-15 Andreas Jaeger <aj@suse.de>
48800
48801 [BZ #13658]
48802 * math/libm-test.inc (cos_test): Add more test cases.
48803 (sin_test): Likewise.
48804 (sincos_test): Likewise.
48805
7bbfa5c6
AJ
488062012-03-15 Andreas Jaeger <aj@suse.de>
48807
48808 [BZ #13837]
48809 * math/libm-test.inc (cos_test): Add a test case for large input
48810 value.
48811 (sin_test): Likewise.
48812 (sincos_test): Likewise.
48813
57f41c40
AS
488142012-03-15 Andreas Jaeger <aj@suse.de>
48815 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
48816
48817 [BZ #13658]
0671f479 48818 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
48819 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48820 * sysdeps/i386/fpu/branred.c: Likewise.
48821 * sysdeps/i386/fpu/dosincos.c: Likewise.
48822 * sysdeps/i386/fpu/mpa.c: Likewise.
48823 * sysdeps/i386/fpu/s_cos.S: Likewise.
48824 * sysdeps/i386/fpu/s_sin.S: Likewise.
48825 * sysdeps/i386/fpu/s_sincos.S: Likewise.
48826 * sysdeps/i386/fpu/sincos32.c: Likewise.
48827
48828 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48829 Define.
48830 (libc_feupdateenv_53bit): Define.
48831 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48832 Define.
48833 (libc_feupdateenv_53bit): Define.
48834
48835 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48836 53 bit (without extend i386 double precision).
48837
48838 * math/libm-test.inc (sincos_test): Add tests for large input.
48839 (sin): Likewise.
48840 (cos): Likewise.
48841
48842 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48843
9cad04ea
AS
488442012-03-15 Andreas Schwab <schwab@linux-m68k.org>
48845
48846 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48847
f7062b9a
DM
488482012-03-15 David S. Miller <davem@davemloft.net>
48849
48850 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48851 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48852 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48853 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48854 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48855 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48856 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48857 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48858 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48859 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48860 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48861 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48862 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48863 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48864 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
48865 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48866 file.
f7062b9a 48867 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
48868 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48869 file.
f7062b9a 48870 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
48871 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48872 file.
f7062b9a 48873 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
48874 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48875 file.
f7062b9a
DM
48876 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48877 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48878 fmin/fmax sysdep routines.
48879 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48880
7bd951ff
DM
488812012-03-14 David S. Miller <davem@davemloft.net>
48882
559398ab
DM
48883 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48884 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48885 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48886 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48887 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48888 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48889 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48890 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48891 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48892 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48893 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48894 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48895 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48896 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48897 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48898 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48899 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48900 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48901 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48902 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48903 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48904 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48905 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48906 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48907 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48908 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48909 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48910 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
48911 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48912 routines.
48913 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48914 file.
559398ab 48915 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
48916 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48917 file.
559398ab 48918 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
48919 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48920 file.
559398ab 48921 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
48922 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48923 file.
559398ab 48924 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
48925 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48926 file.
559398ab 48927 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
48928 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48929 file.
48930 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48931 file.
48932 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48933 file.
48934 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48935 file.
48936 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48937 New file.
48938 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48939 file.
48940 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48941 file.
559398ab 48942 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
48943 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48944 file.
559398ab 48945 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
48946 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48947 file.
559398ab 48948 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
48949 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48950 file.
559398ab 48951 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
48952 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48953 VIS3 routines.
559398ab
DM
48954
48955 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48956 New file.
48957
5a1c1e32
DM
48958 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48959
eae47a36
DM
48960 * sysdeps/sparc/configure.in: New file.
48961 * sysdeps/sparc/configure: Generate.
48962 * configure.in (libc_cv_sparc_as_vis3): Substitute.
48963 * configure: Regenerate.
48964 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48965 * config.make.in (have-as-vis3): New.
48966 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48967 available use -Av9d instead of -Av9a.
48968 * sysdeps/sparc/sparc64/Makefile: Likewise.
48969 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
48970 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48971 New file.
48972 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48973 file.
48974 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48975 New file.
48976 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48977 file.
eae47a36
DM
48978 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48979 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48980 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48981 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48982 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48983
c0c83bc8
DM
48984 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48985 fzeros/fnegs to load 0x80000000 into a float register instead of
48986 using the stack.
7bd951ff
DM
48987 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48988
bd951ccb
JM
489892012-03-14 Joseph Myers <joseph@codesourcery.com>
48990
48991 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48992 bits/syscall.h.
48993 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48994 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48995 ($(inst_includedir)/bits/syscall.h): Remove rule.
48996 ($(objpfx)bits/syscall.d): Include instead of
48997 $(objpfx)syscall-list.d.
48998 (generated): Change syscall-list.h and syscall-list.d to
48999 bits/syscall.h and bits/syscall.d.
49000
bb4e6db2
RM
490012012-03-14 Roland McGrath <roland@hack.frob.com>
49002
49003 [BZ #13846]
49004 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
49005
aa4a2ae1
JM
490062012-03-14 Joseph Myers <joseph@codesourcery.com>
49007
e456826d
JM
49008 [BZ #13841]
49009 * math/s_csqrt.c: Include <float.h>.
49010 (__csqrt): Scale large or subnormal inputs.
49011 * math/s_csqrtf.c: Likewise.
49012 * math/s_csqrtl.c: Likewise.
49013 * math/libm-test.inc (csqrt_test): Add more tests.
49014 * sysdeps/i386/fpu/libm-test-ulps: Update.
49015 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49016
aa4a2ae1
JM
49017 [BZ #13840]
49018 * math/libm-test.inc (hypot_test): Add more tests.
49019
7c10fd35
DM
490202012-03-13 David S. Miller <davem@davemloft.net>
49021
49022 [BZ #13840]
49023 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
49024 double-precision for the calculation instead of scaling.
49025
f453b98b
JM
490262012-03-13 Joseph Myers <joseph@codesourcery.com>
49027
49028 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
49029 manipulate bits before adding and subtracting TWO52[sx].
49030 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
49031 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
49032 Likewise.
49033 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
49034
09a3453f
DM
490352012-03-13 David S. Miller <davem@davemloft.net>
49036
8e59da90
DM
49037 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
49038 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
49039 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
49040 rtld-global-offsets.h
49041 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49042
2a8ab7f2
DM
49043 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
49044 large parameters.
49045
10f62770
DM
49046 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
49047
5f0bdb18
DM
49048 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
49049 'err' in the ifdef scope in which it is actually used.
49050
09a3453f
DM
49051 * nss/nss_db/db-init.c: Include string.h
49052
b4b2eb5e
DM
490532012-03-12 David S. Miller <davem@davemloft.net>
49054
98bb2f1c
DM
49055 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
49056 masking out of the most significant byte of random value used.
49057 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49058 Fix coding style in previous change.
49059
b4b2eb5e
DM
49060 * sysdeps/unix/sysv/linux/kernel-features.h
49061 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
49062 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
49063 expression.
49064 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
49065 later.
49066
6e226b09
DM
490672012-03-11 David S. Miller <davem@davemloft.net>
49068
a1bcbd40
DM
49069 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
49070 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
49071 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
49072 for 'resultvar' otherwise things get truncated on 64-bit.
49073
cb9d6174
DM
49074 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49075 Fix masking out of the most significant byte of random value used.
49076
6e226b09
DM
49077 * sysdeps/sparc/fpu/libm-test-ulps: Update.
49078
058c132d
AS
490792012-03-10 Andreas Schwab <schwab@linux-m68k.org>
49080
49081 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49082
2d2cd515
DM
490832012-03-09 David S. Miller <davem@davemloft.net>
49084
49085 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
49086 variables with appropriate CPP guards.
57f41c40
AS
49087 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
49088 from the frame pointer, not the stack pointer. Correct layout
49089 comments. Fix test on resulting framesize and the management of
49090 the outregs buffer for pltexit. Preserve floating point return
49091 values across _dl_call_pltexit call.
2d2cd515
DM
49092 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
49093 framesize and the management of the outregs buffer for pltexit.
49094 Preserve floating point return values across _dl_call_pltexit
49095 call.
57f41c40
AS
49096 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
49097 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
49098 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
49099 (print_exit): Fix format string for return register value.
49100
9a07f9d0
JM
491012012-03-10 Joseph Myers <joseph@codesourcery.com>
49102
49103 * sunrpc/Makefile (others): Add rpcgen.
49104 ($(objpfx)rpcgen): Remove special build rule and dependency on
49105 libc.
49106 * sunrpc/rpcgen.c: New file.
49107
547b5e30
PE
491082012-03-09 Paul Eggert <eggert@cs.ucla.edu>
49109
c524201a
PE
49110 [BZ #13673]
49111 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
49112 * stdio-common/bug-vfprintf-nargs.c: Likewise.
49113 * sysdeps/i386/crti.S: Likewise.
49114 * sysdeps/i386/crtn.S: Likewise.
49115 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
49116 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
49117 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
49118 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
49119 * sysdeps/sh/crti.S: Likewise.
49120 * sysdeps/sh/crtn.S: Likewise.
49121 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
49122
7b6235f2
PE
49123 [BZ #13673]
49124 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
49125 with URL.
49126 * locale/programs/locfile-kw.gperf: Likewise.
49127 * locale/programs/charmap-kw.h: Regenerated.
49128 * locale/programs/locfile-kw.h: Likewise.
49129
547b5e30
PE
49130 [BZ #13673]
49131 * intl/plural.y: Replace FSF snail mail address with URL.
49132 * intl/plural.c: Regenerated.
49133
5f0a5dae
RH
491342012-03-09 Richard Henderson <rth@twiddle.net>
49135
49136 * include/math_private.h: Remove file.
49137 * math/math_private.h: Move file ...
49138 * sysdeps/generic/math_private.h: ... here.
49139
b8c03620
RH
49140 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
49141 * sysdeps/powerpc/fpu/math_private.h: Likewise.
49142 * sysdeps/x86_64/fpu/math_private.h: Likewise.
49143
4e234f5d 49144 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
49145 and <math_private.h>.
49146 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49147 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49148 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49149 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49150 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49151 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
49152 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49153 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49154 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49155 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49156 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49157 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49158 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49159 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49160 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49161 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49162 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49163 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49164 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49165 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49166 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49167 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49168 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49169 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49170 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
49171 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49172 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49173 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49174 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49175 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49176 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49177 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49178 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
49179 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49180 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49181 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49182 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49183 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49184 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49185 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49186 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
49187 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49188 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49189 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
49190 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
49191 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49192 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
49193 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
49194 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49195 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49196 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
49197 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
49198 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
49199 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49200 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
49201 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49202 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49203 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49204 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49205 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49206 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49207 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49208 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49209 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49210 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49211 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49212 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49213 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49214 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49215 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49216 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49217 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49218 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49219 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49220 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49221 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49222 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49223 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49224 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49225 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49226 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49227 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49228 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49229 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49230 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49231 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49232 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49233 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49234 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49235 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49236 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49237 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49238 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49239 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49240 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49241 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49242 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49243 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49244 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49245 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49246 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49247 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49248 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49249 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49250 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49251 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49252 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49253 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49254 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49255 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49256 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49257 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49258 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49259 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49260 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49261 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49262 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49263 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49264 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49265 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49266 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49267 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49268 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49269 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49270 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49271 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49272 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49273 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49274 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49275 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49276 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49277 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49278 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49279 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49280 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49281 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49282 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49283 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49284 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49285 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49286 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49287 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49288 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49289 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
49290 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
49291 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49292 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49293 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49294 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
49295 * sysdeps/ieee754/k_standard.c: Likewise.
49296 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49297 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49298 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49299 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49300 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49301 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49302 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49303 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49304 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49305 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49306 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49307 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49308 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49309 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49310 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49311 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49312 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
49313 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49314 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49315 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
49316 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
49317 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
49318 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49319 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49320 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
49321 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
49322 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49323 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49324 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49325 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49326 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
49327 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49328 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49329 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49330 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
49331 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49332 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49333 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
49334 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
49335 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49336 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
49337 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
49338 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
49339 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49340 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
49341 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
49342 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49343 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49344 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49345 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49346 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49347 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
49348 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49349 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
49350 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49351 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49352 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
49353 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
49354 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49355 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49356 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49357 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49358 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49359 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49360 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49361 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49362 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49363 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49364 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49365 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49366 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49367 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49368 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49369 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49370 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49371 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49372 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49373 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49374 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49375 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49376 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49377 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49378 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49379 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49380 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49381 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49382 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49383 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49384 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49385 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49386 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49387 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49388 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49389 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49390 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49391 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49392 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49393 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49394 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49395 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49396 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49397 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49398 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49399 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49400 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49401 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49402 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49403 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49404 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49405 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49406 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49407 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49408 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49409 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49410 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49411 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49412 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49413 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49414 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49415 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49416 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49417 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49418 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49419 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49420 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49421 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49422 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49423 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49424 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49425 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49426 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49427 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49428 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49429 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49430 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49431 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49432 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49433 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49434 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49435 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49436 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49437 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49438 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49439 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49440 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49441 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49442 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49443 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49444 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49445 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49446 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49447 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49448 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49449 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49450 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49451 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49452 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49453 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49454 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49455 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49456 * sysdeps/ieee754/s_lib_version.c: Likewise.
49457 * sysdeps/ieee754/s_matherr.c: Likewise.
49458 * sysdeps/ieee754/s_signgam.c: Likewise.
49459 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49460 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49461 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49462 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49463 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49464 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49465 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49466 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49467 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49468 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49469 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49470 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49471 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49472 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49473 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49474 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49475 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49476 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49477 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49478 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49479 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 49480
1991fa03
JM
494812012-03-09 Joseph Myers <joseph@codesourcery.com>
49482
49483 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49484 * sunrpc/rpc_main.c: Likewise.
49485 * sunrpc/rpc_svcout.c: Likewise.
49486
60d6f5a6
DM
494872012-03-09 David S. Miller <davem@davemloft.net>
49488
49489 * include/math_private.h: New file.
49490
4962050e
JM
494912012-03-09 Joseph Myers <joseph@codesourcery.com>
49492
02a6f887
JM
49493 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49494 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49495 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49496 from <bits/socket_type.h>.
49497 (enum __socket_type): Don't define here.
49498 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49499 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49500 bits/socket_type.h.
49501
c6e013c1
JM
49502 [BZ #13566]
49503 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49504 checking __USE_GNU.
49505
4962050e
JM
49506 * Makerules ($(inst_includedir)/%.h): New rule.
49507 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49508 (install-others): Remove variable setting.
49509 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49510
38842f45
RH
495112012-03-08 Richard Henderson <rth@twiddle.net>
49512
67bb6da6
RH
49513 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49514 from macro to inline function; merge with the
49515 !__LIBC_INTERNAL_MATH_INLINES version.
49516 (__ieee754_sqrtf): Likewise.
49517
15194b4b
RH
49518 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49519 to inline function.
49520 (__rintf, __floor, __floorf): Likewise.
49521
64e21ede
RH
49522 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49523 macro to inline function.
49524 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49525
38842f45
RH
49526 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49527 not <math/math_private.h>.
49528
c64bf5fe
DM
495292012-03-08 David S. Miller <davem@davemloft.net>
49530
49531 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49532 copyright year.
49533 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49534
82d86f28
TS
495352012-03-08 Thomas Schwinge <thomas@codesourcery.com>
49536
49537 * resolv/gai_misc.c (handle_requests): Fix struct timespec
49538 normalization.
49539 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49540 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49541
aea5d727
UD
495422012-03-08 Ulrich Drepper <drepper@gmail.com>
49543
49544 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
49545 be defined individually, they must be defined as a block. Define
49546 S for printing a string instead of hidint the different by using a
49547 macro for adding the 'l'.
49548 * stdio-common/tst-fphex-wide.c: Adjust.
49549
70bca0a3
MP
495502012-03-07 Marek Polacek <polacek@redhat.com>
49551
49552 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49553
65b81130
MP
495542012-03-08 Marek Polacek <polacek@redhat.com>
49555
49556 [BZ #13806]
49557 * stdio-common/Makefile (tests): Add tst-fphex-wide.
49558 * stdio-common/tst-fphex.c: Define a few macros to make the
49559 test reusable. Use them.
49560 * stdio-common/tst-fphex-wide.c: New file.
49561
07037eeb
JM
495622012-03-08 Joseph Myers <joseph@codesourcery.com>
49563
a7a93d50
JM
49564 [BZ #6911]
49565 * manual/macros.texi (gnusystems): New macro.
49566 (nongnusystems): Likewise.
49567 (gnulinuxhurdsystems): Likewise.
49568 (gnuhurdsystems): Likewise..
49569 (gnulinuxsystems): Likewise.
49570 * manual/charset.texi: Use new macros or @theglibc{} to refer to
49571 variants of the GNU system, not "GNU system".
49572 * manual/conf.texi: Likewise.
49573 * manual/errno.texi: Likewise. Update example of errno macro
49574 expansion.
49575 * manual/filesys.texi: Likewise.
49576 (getumask): Document as specific to GNU/Hurd.
49577 * manual/install.texi: Likewise. Reword some references to
49578 GNU/Linux.
49579 * manual/intro.texi: Likewise.
49580 * manual/io.texi: Likewise.
49581 (File Name Portability): Detail which constraints are inapplicable
49582 to all GNU systems and which are only inapplicable to GNU/Hurd.
49583 * manual/job.texi: Likewise.
49584 * manual/llio.texi: Likewise.
49585 (O_NOCTTY): Document as present on GNU/Linux.
49586 * manual/maint.texi: Likewise.
49587 * manual/memory.texi: Likewise.
49588 * manual/pattern.texi: Likewise.
49589 * manual/pipe.texi: Likewise.
49590 * manual/process.texi: Likewise.
49591 * manual/resource.texi: Likewise.
49592 (RUSAGE_CHILDREN): Remove statement about specifying a particular
49593 child on GNU/Hurd.
49594 * manual/setjmp.texi: Likewise.
49595 * manual/signal.texi: Likewise.
49596 * manual/startup.texi: Likewise.
49597 * manual/stdio.texi: Likewise.
49598 * manual/terminal.texi: Likewise.
49599 (ONLCR): Document as POSIX.
49600 (OXTABS): Document availability on GNU/Linux as XTABS.
49601 (ONOEOT): Document availability separately from other bits.
49602 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49603 * manual/time.texi: Likewise.
49604 * manual/users.texi: Likewise.
49605 * INSTALL: Regenerated.
49606 * sysdeps/gnu/errlist.c: Regenerated.
49607
07037eeb
JM
49608 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49609 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49610 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
49611 puts.
49612 * configure: Regenerated.
49613
d1d3431a
JM
496142012-03-07 Joseph Myers <joseph@codesourcery.com>
49615
af6a1e37
JM
49616 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49617 default includes instead of AC_HEADER_CHECK.
49618 * sysdeps/i386/configure: Regenerated.
49619
d1d3431a
JM
49620 [BZ #10716]
49621 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49622 * math/s_cacoshf.c (__cacoshf): Likewise.
49623 * math/s_cacoshl.c (__cacoshl): Likewise.
49624 * math/s_casinh.c (__casinh): Set signs of result from argument.
49625 * math/s_casinhf.c (__casinhf): Likewise.
49626 * math/s_casinhl.c (__casinhl): Likewise.
49627 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49628 (casinh_test): Add more tests.
49629 * sysdeps/i386/fpu/libm-test-ulps: Update.
49630 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49631
482ff4da
UD
496322012-03-07 Ulrich Drepper <drepper@gmail.com>
49633
872fda05
UD
49634 * po/zh_TW.po: Update from translation team.
49635
a4300c7a
UD
49636 * login/Makefile (distribute): Remove variable.
49637 * catgets/Makefile: Likewise.
49638 * mach/Makefile: Likewise.
49639 * malloc/Makefile: Likewise.
49640 * misc/Makefile: Likewise.
49641 * iconv/Makefile: Likewise.
49642 * nscd/Makefile: Likewise.
49643 * hurd/Makefile: Likewise.
49644 * manual/Makefile: Likewise.
49645 * locale/Makefile: Likewise.
49646 * intl/Makefile: Likewise.
49647 * conform/Makefile: Likewise.
49648 * nss/Makefile: Likewise.
49649 * time/Makefile: Likewise.
49650 * soft-fp/Makefile: Likewise.
49651 * dirent/Makefile: Likewise.
49652 * gmon/Makefile: Likewise.
49653 * po/Makefile: Likewise.
49654 * rt/Makefile: Likewise.
49655 * socket/Makefile: Likewise.
49656 * math/Makefile: Likewise.
49657 * signal/Makefile: Likewise.
49658 * debug/Makefile: Likewise.
49659 * elf/Makefile: Likewise.
49660 * timezone/Makefile: Likewise.
49661 * stdlib/Makefile: Likewise.
49662 * iconvdata/Makefile: Likewise.
49663 * sunrpc/Makefile: Likewise.
49664 * io/Makefile: Likewise.
49665 * argp/Makefile: Likewise.
49666 * inet/Makefile: Likewise.
49667 * hesiod/Makefile: Likewise.
49668 * grp/Makefile: Likewise.
49669 * csu/Makefile: Likewise.
49670 * wctype/Makefile: Likewise.
49671 * crypt/Makefile: Likewise.
49672 * libio/Makefile: Likewise.
49673 * string/Makefile: Likewise.
49674 * nis/Makefile: Likewise.
49675 * resolv/Makefile: Likewise.
49676 * stdio-common/Makefile: Likewise.
49677 * wcsmbs/Makefile: Likewise.
49678 * dlfcn/Makefile: Likewise.
49679 * posix/Makefile: Likewise.
49680
3b7c4e74 49681 [BZ #6959]
482ff4da
UD
49682 * timezone/Makefile: Don't install timezone files, just the programs
49683 and scripts.
49684
f72ed77d
UD
496852012-03-06 Ulrich Drepper <drepper@gmail.com>
49686
a000466f
UD
49687 * nss/databases.def: Add missing gshadow entry.
49688
f72ed77d
UD
49689 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
49690
a53b7a4e
MP
496912012-03-06 Marek Polacek <polacek@redhat.com>
49692
49693 [BZ #13726]
49694 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49695 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49696 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49697 * stdio-common/tst-long-dbl-fphex.c: New file.
49698
e9258400
DM
496992012-03-06 David S. Miller <davem@davemloft.net>
49700
49701 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49702 (set_obp_int): New function.
49703 (get_obp_int): New function.
49704 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
49705 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49706 Avoid unused variable warnings on 'val' and use builtin_expect.
49707 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49708 __builtin_expect.
e9258400
DM
49709 (INLINE_CLONE_SYSCALL): Likewise.
49710
3bd2c723
DM
497112012-03-05 David S. Miller <davem@davemloft.net>
49712
49713 * sysdeps/sparc/fpu/libm-test-ulps: Update.
49714
bbb78d03
AS
497152012-03-05 Andreas Schwab <schwab@linux-m68k.org>
49716
884c5db4
AS
49717 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49718
bbb78d03
AS
49719 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49720 only for |x| >= 40.
49721 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49722
1c9f702a 497232012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
49724
49725 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49726 Replace gettimeofday with __vdso_gettimeofday.
49727
7be16f82
RM
49728 * sysdeps/unix/sysv/linux/x86_64/init-first.c
49729 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49730 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
49731
49732 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49733 time with __vdso_time.
49734
ed58a00f
JM
497352012-03-05 Joseph Myers <joseph@codesourcery.com>
49736
49737 * manual/lang.texi (size_t): Note types to which size_t may be
49738 equivalent with the GNU C Library, but do not describe when
49739 differences between them are significant.
49740
30ee4ced
AJ
497412012-03-05 Andreas Jaeger <aj@suse.de>
49742
49743 * sysdeps/i386/fpu/libm-test-ulps: Update.
49744
b7cd39e8
JM
497452012-03-05 Joseph Myers <joseph@codesourcery.com>
49746
49747 [BZ #3976]
49748 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49749 (__ieee754_pow): Save and restore rounding mode and use
49750 round-to-nearest for main computations.
49751 * math/libm-test.inc (pow_test_tonearest): New function.
49752 (pow_test_towardzero): Likewise.
49753 (pow_test_downward): Likewise.
49754 (pow_test_upward): Likewise.
49755 (main): Call the new functions.
49756 * sysdeps/i386/fpu/libm-test-ulps: Update.
49757 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
49758
49759 [BZ #3976]
49760 * math/libm-test.inc (cosh_test_tonearest): New function.
49761 (cosh_test_towardzero): Likewise.
49762 (cosh_test_downward): Likewise.
49763 (cosh_test_upward): Likewise.
49764 (sinh_test_tonearest): Likewise.
49765 (sinh_test_towardzero): Likewise.
49766 (sinh_test_downward): Likewise.
49767 (sinh_test_upward): Likewise.
49768 (main): Call the new functions.
49769 * sysdeps/i386/fpu/libm-test-ulps: Update.
49770 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49771
6c6a98c9
TV
497722012-03-05 Tom de Vries <tom@codesourcery.com>
49773
49774 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49775 default stack guard is set in last bytes.
49776 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49777
21bb2d2e 497782012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 49779
21bb2d2e 49780 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 49781
21bb2d2e
AJ
49782 [BZ #13656]
49783 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49784 possibly allocate from heap instead of stack.
49785 * stdio-common/bug-vfprintf-nargs.c: New file.
49786 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 49787
c6922934
AS
497882012-03-03 Andreas Schwab <schwab@linux-m68k.org>
49789
49790 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49791
bc957d53
MP
497922012-03-03 Marek Polacek <polacek@redhat.com>
49793
49794 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49795 * math/math_private.h: Likewise.
49796 * stdlib/tst-strtod.c: Likewise.
49797 * sysdeps/i386/i486/bits/atomic.h: Likewise.
49798 * sysdeps/x86_64/bits/atomic.h: Likewise.
49799
6358490d
DM
498002012-03-02 David S. Miller <davem@davemloft.net>
49801
49802 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49803 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49804 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49805 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49806 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49807 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49808 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49809 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49810
01ae168d
RM
498112012-03-02 Roland McGrath <roland@hack.frob.com>
49812
d9a17c07
RM
49813 [BZ #13792]
49814 * manual/examples/README: New file, says the example source files
49815 can be used under GPL>=2.
49816 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49817 line containing just "*/".
49818 * manual/examples/add.c: Add copyright header (GPL>=2).
49819 * manual/examples/argp-ex1.c: Likewise.
49820 * manual/examples/argp-ex2.c: Likewise.
49821 * manual/examples/argp-ex3.c: Likewise.
49822 * manual/examples/argp-ex4.c: Likewise.
49823 * manual/examples/atexit.c: Likewise.
49824 * manual/examples/db.c: Likewise.
49825 * manual/examples/dir.c: Likewise.
49826 * manual/examples/dir2.c: Likewise.
49827 * manual/examples/execinfo.c: Likewise.
49828 * manual/examples/filecli.c: Likewise.
49829 * manual/examples/filesrv.c: Likewise.
49830 * manual/examples/fmtmsgexpl.c: Likewise.
49831 * manual/examples/genpass.c: Likewise.
49832 * manual/examples/inetcli.c: Likewise.
49833 * manual/examples/inetsrv.c: Likewise.
49834 * manual/examples/isockad.c: Likewise.
49835 * manual/examples/longopt.c: Likewise.
49836 * manual/examples/memopen.c: Likewise.
49837 * manual/examples/memstrm.c: Likewise.
49838 * manual/examples/mkfsock.c: Likewise.
49839 * manual/examples/mkisock.c: Likewise.
49840 * manual/examples/mygetpass.c: Likewise.
49841 * manual/examples/pipe.c: Likewise.
49842 * manual/examples/popen.c: Likewise.
49843 * manual/examples/rprintf.c: Likewise.
49844 * manual/examples/search.c: Likewise.
49845 * manual/examples/select.c: Likewise.
49846 * manual/examples/setjmp.c: Likewise.
49847 * manual/examples/sigh1.c: Likewise.
49848 * manual/examples/sigusr.c: Likewise.
49849 * manual/examples/stpcpy.c: Likewise.
49850 * manual/examples/strdupa.c: Likewise.
49851 * manual/examples/strftim.c: Likewise.
49852 * manual/examples/strncat.c: Likewise.
49853 * manual/examples/subopt.c: Likewise.
49854 * manual/examples/swapcontext.c: Likewise.
49855 * manual/examples/termios.c: Likewise.
49856 * manual/examples/testopt.c: Likewise.
49857 * manual/examples/testpass.c: Likewise.
49858 * manual/examples/timeval_subtract.c: Likewise.
49859
01ae168d
RM
49860 [BZ #13792]
49861 * manual/time.texi (Elapsed Time): Move timeval_subtract example
49862 function to ...
49863 * manual/timeval_subtract.c.texi: ... here, new file.
49864
49efa33d
DM
498652012-03-02 David S. Miller <davem@davemloft.net>
49866
49867 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49868
28afd92d
JM
498692012-03-02 Joseph Myers <joseph@codesourcery.com>
49870
804360ed
JM
49871 [BZ #3976]
49872 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49873 (__sin): Save and restore rounding mode and use round-to-nearest
49874 for all computations.
49875 (__cos): Save and restore rounding mode and use round-to-nearest
49876 for all computations.
49877 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49878 <fenv.h>.
49879 (tan): Save and restore rounding mode and use round-to-nearest for
49880 all computations.
49881 * math/libm-test.inc (cos_test_tonearest): New function.
49882 (cos_test_towardzero): Likewise.
49883 (cos_test_downward): Likewise.
49884 (cos_test_upward): Likewise.
49885 (sin_test_tonearest): Likewise.
49886 (sin_test_towardzero): Likewise.
49887 (sin_test_downward): Likewise.
49888 (sin_test_upward): Likewise.
49889 (tan_test_tonearest): Likewise.
49890 (tan_test_towardzero): Likewise.
49891 (tan_test_downward): Likewise.
49892 (tan_test_upward): Likewise.
49893 (main): Call the new functions.
49894 * sysdeps/i386/fpu/libm-test-ulps: Update.
49895 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49896
a6d06d7b
JM
49897 [BZ #10135]
49898 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49899 small n, then large n, before computing and testing k+n.
49900 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49901 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49902 Likewise.
49903 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49904 Likewise.
49905 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49906 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49907 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49908 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49909 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49910 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49911 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49912 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49913 * math/libm-test.inc (scalbn_test): Add more tests.
49914 (scalbln_test): Likewise.
49915
07e12bb3
JM
49916 * manual/filesys.texi (mode_t): Describe constraints on size and
49917 signedness, not exact equivalence to a particular type.
49918 (ino_t): Likewise.
49919 (ino64_t): Likewise.
49920 (dev_t): Likewise.
49921 (nlink_t): Likewise.
49922 (blkcnt_t): Likewise.
49923 (blkcnt64_t): Likewise.
49924 * manual/llio.texi (off_t): Likewise.
49925
28afd92d
JM
49926 [BZ #3976]
49927 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49928 (__ieee754_exp): Save and restore rounding mode and use
49929 round-to-nearest for all computations.
49930 * math/libm-test.inc (exp_test_tonearest): New function.
49931 (exp_test_towardzero): Likewise.
49932 (exp_test_downward): Likewise.
49933 (exp_test_upward): Likewise.
49934 (main): Call the new functions.
49935 * sysdeps/i386/fpu/libm-test-ulps: Update.
49936 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49937
b1eeb65d
CD
499382012-03-01 Chris Demetriou <cgd@google.com>
49939
49940 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49941 have predictable order.
49942
53362a4b
DM
499432012-03-01 David S. Miller <davem@davemloft.net>
49944
3c969083
DM
49945 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49946
759707de
DM
49947 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49948 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49949 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49950 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49951
dfdb8ff2
DM
49952 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49953 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49954 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49955 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49956 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49957 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49958 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49959 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49960 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49961
ead89f96
DM
49962 * sysdeps/sparc/fpu/libm-test-ulps: Update.
49963
7f66bd07
DM
49964 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49965 * sysdeps/sparc/fpu/libm-test-ulps: to here.
49966 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49967
53362a4b
DM
49968 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49969 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49970 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49971 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49972 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49973 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49974 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49975 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49976 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49977 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49978 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49979 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49980 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49981 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49982 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49983 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49984 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49985 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49986 * sysdeps/sparc/elf/configure: Regenerated.
49987
7b1902cb
JM
499882012-03-01 Joseph Myers <joseph@codesourcery.com>
49989
bec039bc
JM
49990 * configure.in (AS, LD): Require binutils 2.20 or later.
49991 * configure: Regenerated.
49992 * manual/install.texi (Tools for Compilation): Give binutils 2.20
49993 as required minimum version.
49994 * INSTALL: Regenerated.
49995
7b1902cb
JM
49996 [BZ #2541]
49997 [BZ #4108]
49998 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49999 before squaring exponent.
50000 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
50001 bottom long double and 27 bits of top long double before squaring
50002 exponent.
50003 * math/libm-test.inc (erfc_test): Add more tests.
50004 * sysdeps/i386/fpu/libm-test-ulps: Update.
50005 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50006 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50007
f775c276
KT
500082012-03-01 Kai Tietz <ktietz@redhat.com>
50009
50010 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
50011 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
50012 containing bit-fields.
50013 * soft-fp/extended.h (_FP_UNION_E): Likewise.
50014 * soft-fp/single.h (_FP_UNION_S): Likewise.
50015 * soft-fp/double.h (_FP_UNION_D): Likewise.
50016
5b8a4d4a
JM
500172012-02-29 Joseph Myers <joseph@codesourcery.com>
50018
0bab47b6
JM
50019 [BZ #13786]
50020 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
50021 not include ../strcmp.S.
50022 [USE_AS_STRNCASECMP_L]: Likewise.
50023 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
50024 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
50025 * sysdeps/i386/i686/multiarch/strncase_l-c.c
50026 (__strncasecmp_l_ia32): Define as alias to
50027 __strncasecmp_l_nonascii.
50028
0fcad3e2
JM
50029 [BZ #5794]
50030 * math/libm-test.inc (expm1_test): Add test for bug 5794.
50031 * sysdeps/i386/fpu/libm-test-ulps: Update.
50032 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50033
5b8a4d4a
JM
50034 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
50035 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50036
8fdceb2e
JL
500372012-02-29 Jeff Law <law@redhat.com>
50038
50039 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
50040 out of bounds read.
50041
1f393a11
MP
500422012-02-29 Marek Polacek <polacek@redhat.com>
50043
50044 [BZ #13706]
50045 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
50046 * elf/Makefile: Add rules to run tst-unused-dep.out.
50047
8847f037
DM
500482012-02-28 David S. Miller <davem@davemloft.net>
50049
50050 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
50051 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
50052 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
50053 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
50054 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
50055 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
50056
169d7f11
JM
500572012-02-29 Joseph Myers <joseph@codesourcery.com>
50058
50059 * math/libm-test.inc (llround_test): Move one test from
50060 lround_test. Use TEST_f_L in moved test.
50061 (lround_test): Move misplaced test to llround_test. Add testcase
50062 from bug 2561.
50063
39adf059
UD
500642012-02-28 Ulrich Drepper <drepper@gmail.com>
50065
50066 * sysdeps/x86_64/fpu/e_expf.S: New file.
50067 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
50068
71b5d1c5
SB
500692012-02-28 Stanislav Brabec <sbrabec@suse.cz>
50070
50071 [BZ #13637]
50072 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
50073 of remain_len that may cause incomplete multi-byte character and
50074 false match.
50075 * posix/bug-regex33.c: New file.
50076 * posix/Makefile (tests): Add bug-regex33.
50077
1f77f049
JM
500782012-02-28 Joseph Myers <joseph@codesourcery.com>
50079
50080 * manual/macros.texi: New file.
50081 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
50082 * manual/libc.texinfo: Include macros.texi.
50083 * manual/creatute.texi: Likewise.
50084 * manual/install.texi: Likewise.
50085 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
50086 @glibcadj{} in references to the GNU C Library.
50087 * manual/charset.texi: Likewise.
50088 * manual/conf.texi: Likewise.
50089 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
50090 when not using those macros.
50091 * manual/creature.texi: Likewise.
50092 * manual/crypt.texi: Likewise.
50093 * manual/errno.texi: Likewise.
50094 * manual/filesys.texi: Likewise.
50095 * manual/header.texi: Likewise.
50096 * manual/install.texi: Likewise.
50097 * manual/intro.texi: Likewise.
50098 * manual/io.texi: Likewise.
50099 * manual/job.texi: Likewise.
50100 * manual/lang.texi: Likewise.
50101 * manual/libc.texiinfo: Likewise.
50102 * manual/llio.texi: Likewise.
50103 * manual/locale.texi: Likewise.
50104 * manual/maint.texi: Likewise.
50105 * manual/math.texi: Likewise.
50106 * manual/memory.texi: Likewise.
50107 * manual/message.texi: Likewise.
50108 * manual/nss.texi: Likewise.
50109 * manual/pattern.texi: Likewise.
50110 * manual/process.texi: Likewise.
50111 * manual/resource.texi: Likewise.
50112 * manual/search.texi: Likewise.
50113 * manual/setjmp.texi: Likewise.
50114 * manual/signal.texi: Likewise.
50115 * manual/socket.texi: Likewise.
50116 * manual/startup.texi: Likewise.
50117 * manual/stdio.texi: Likewise.
50118 * manual/string.texi: Likewise.
50119 * manual/sysinfo.texi: Likewise.
50120 * manual/syslog.texi: Likewise.
50121 * manual/terminal.texi: Likewise.
50122 * manual/time.texi: Likewise.
50123 * manual/users.texi: Likewise.
50124 * INSTALL: Regenerated.
50125 * NOTES: Regenerated.
d40c5d54 50126 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 50127
450bf206
AS
501282012-02-28 Andreas Schwab <schwab@linux-m68k.org>
50129
50130 * include/dirent.h: Include <dirstream.h> before
50131 <dirent/dirent.h>.
50132
741a235b
DM
501332012-02-28 David S. Miller <davem@davemloft.net>
50134
50135 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
50136 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
50137 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
50138 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
50139
d6b5aa58
DM
501402012-02-27 David S. Miller <davem@davemloft.net>
50141
1aff59a3
DM
50142 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
50143 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
50144 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
50145 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
50146
d6b5aa58
DM
50147 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
50148 frame pointer instead of stack pointer relative arg slot.
50149 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50150 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50151 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50152
433f48bf
CD
501532012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
50154
50155 [BZ #3992]
50156 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
50157
d674b76d
DM
501582012-02-27 David S. Miller <davem@davemloft.net>
50159
50160 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
50161 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50162 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
50163 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
50164 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50165 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50166 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
50167 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
50168
0e7727f7
JM
501692012-02-27 Joseph Myers <joseph@codesourcery.com>
50170
50171 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
50172 later. Allow versions 5-9.
43be4ca2 50173 * configure: Regenerated.
0e7727f7
JM
50174 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
50175 required minimum version and 4.6 as recommended version. Do not
50176 mention bugs in GCC 2.7 and 2.8.
43be4ca2 50177 * INSTALL: Regenerated.
0e7727f7 50178
a78bc654
DM
501792012-02-27 David S. Miller <davem@davemloft.net>
50180
428d5830
DM
50181 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
50182 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
50183 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
50184 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
50185 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
50186 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
50187 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
50188 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
50189
a78bc654
DM
50190 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
50191 manipulate bits before adding and subtracting TWO112[sx].
50192 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
50193
4579f81c
RM
501942012-02-27 Roland McGrath <roland@hack.frob.com>
50195
36c8acb4
RM
50196 [BZ #13775]
50197 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
50198 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
50199 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
50200 being in POSIX, because they are in 1003.1-2008.
50201
84ad622b
RM
50202 * rt/tst-aio.c: Include <fcntl.h>.
50203 * rt/tst-aio7.c: Likewise.
50204 * rt/tst-aio64.c: Likewise.
50205
4579f81c
RM
50206 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50207
abd923db
JM
502082012-02-27 Joseph Myers <joseph@codesourcery.com>
50209
50210 * manual/install.texi (--with-headers): Describe headers as
50211 interface headers, not private headers.
50212 (Specific advice for GNU/Linux systems): Describe use of headers
50213 from "make headers_install", not private headers from older
50214 kernels.
43be4ca2 50215 * INSTALL: Regenerated.
abd923db
JM
50216 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50217 Change to 2.6.19.
50218 * sysdeps/unix/sysv/linux/configure: Regenerated.
50219
6664049b
JM
50220 * manual/llio.texi (fclean): Remove documentation.
50221
bb8b6697
JM
50222 * manual/Makefile (libc-texi-generated): New variable. Include
50223 version.texi.
50224 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50225 $(libc-texi-generated), not duplicated list of files.
50226 (version.texi, stamp-version): New rules.
50227 (realclean): Remove $(libc-texi-generated), not individual files
50228 from that list. Do not remove dir-add.texinfo.
50229 * manual/libc.texinfo: Comment out uses of edition numbers and
50230 references to printed manual. Remove last-updated dates.
50231 (EDITION): Comment out.
50232 (ISBN): Likewise.
50233 (VERSION, UPDATED): Remove.
50234 (version.texi): Include.
50235
12e5c3b9
AS
502362012-02-27 Andreas Schwab <schwab@linux-m68k.org>
50237
50238 * sysdeps/posix/spawni.c: Include <signal.h>.
50239 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50240 * sysdeps/pthread/aio_fsync.c: Likewise.
50241
4efeffc1 502422012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 50243
ba63ba08
UD
50244 * conform/Makefile (tests): Run only when not cross-compiling and
50245 when fast-check is not defined.
50246
d94a4670
UD
50247 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50248 * conform/data/limits.h-data: Fixes for POSIX2008.
50249 * conform/run-conformtest.sh: Run all tests.
50250 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50251 headers.
50252 * include/bits/dlfcn.h: Likewise.
50253 * include/langinfo.h: Likewise.
50254 * include/monetary.h: Likewise.
50255 * include/sys/poll.h: Likewise.
50256
50257 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50258 for __USE_GNU.
50259 * posix/spawn.h: Define __need_sigset_t.
50260 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50261 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50262 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
50263 to get sigevent_t only.
50264 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50265 only for __USE_GNU.
50266 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50267 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50268 process_vm_writev only for __USE_GNU.
50269 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
50270
50271 * conform/Makefile: For now ignore errors from run-conformtest.
50272 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
50273 POSIX to avoid namespace pollution. Don't prepend headers.
50274 * conform/data/aio.h-data: Fixes for POSIX testing.
50275 * conform/data/fcntl.h-data: Likewise.
50276 * conform/data/glob.h-data: Likewise.
50277 * conform/data/grp.h-data: Likewise.
50278 * conform/data/pthread.h-data: Likewise.
50279 * conform/data/pwd.h-data: Likewise.
50280 * conform/data/signal.h-data: Likewise.
50281 * conform/data/spawn.h-data: Likewise.
50282 * conform/data/stdio.h-data: Likewise.
50283 * conform/data/stdlib.h-data: Likewise.
50284 * conform/data/stropts.h-data: Likewise.
50285 * conform/data/sys/mman.h-data: Likewise.
50286 * conform/data/sys/stat.h-data: Likewise.
50287 * conform/data/sys/types.h-data: Likewise.
50288 * conform/data/sys/wait.h-data: Likewise.
50289 * conform/data/time.h-data: Likewise.
50290 * conform/data/unistd.h-data: Likewise.
50291 * conform/data/utime.h-data: Likewise.
50292
50293 * io/sys/stat.h: fchmod was always in POSIX.
50294 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
50295 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
50296 * rt/aio.h: Define __need_timespec before including <time.h>.
50297 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
50298 struct. Add forward declaration of pthread_attr_t and use it in
50299 sigevent.
50300 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50301 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50302 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
50303 always remove CLK_TCK definition.
50304
c20105c3
AS
503052012-02-26 Andreas Schwab <schwab@linux-m68k.org>
50306
50307 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
50308
7a270350
UD
503092012-02-25 Ulrich Drepper <drepper@gmail.com>
50310
31341567
UD
50311 * conform/run-conformtest.sh: New file.
50312 * conform/Makefile: Run run-conformtest for tests.
50313 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
50314 support.
50315
50316 * conform/data/uchar.h-data: New file.
50317 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
50318 * conform/data/arpa/inet.h-data: Likewise.
50319 * conform/data/assert.h-data: Likewise.
50320 * conform/data/complex.h-data: Likewise.
50321 * conform/data/cpio.h-data: Likewise.
50322 * conform/data/ctype.h-data: Likewise.
50323 * conform/data/dirent.h-data: Likewise.
50324 * conform/data/dlfcn.h-data: Likewise.
50325 * conform/data/errno.h-data: Likewise.
50326 * conform/data/fcntl.h-data: Likewise.
50327 * conform/data/float.h-data: Likewise.
50328 * conform/data/fmtmsg.h-data: Likewise.
50329 * conform/data/fnmatch.h-data: Likewise.
50330 * conform/data/ftw.h-data: Likewise.
50331 * conform/data/glob.h-data: Likewise.
50332 * conform/data/grp.h-data: Likewise.
50333 * conform/data/iconv.h-data: Likewise.
50334 * conform/data/inttypes.h-data: Likewise.
50335 * conform/data/langinfo.h-data: Likewise.
50336 * conform/data/libgen.h-data: Likewise.
50337 * conform/data/limits.h-data: Likewise.
50338 * conform/data/locale.h-data: Likewise.
50339 * conform/data/math.h-data: Likewise.
50340 * conform/data/monetary.h-data: Likewise.
50341 * conform/data/mqueue.h-data: Likewise.
50342 * conform/data/ndbm.h-data: Likewise.
50343 * conform/data/net/if.h-data: Likewise.
50344 * conform/data/netdb.h-data: Likewise.
50345 * conform/data/netinet/in.h-data: Likewise.
50346 * conform/data/nl_types.h-data: Likewise.
50347 * conform/data/poll.h-data: Likewise.
50348 * conform/data/pthread.h-data: Likewise.
50349 * conform/data/pwd.h-data: Likewise.
50350 * conform/data/regex.h-data: Likewise.
50351 * conform/data/sched.h-data: Likewise.
50352 * conform/data/search.h-data: Likewise.
50353 * conform/data/semaphore.h-data: Likewise.
50354 * conform/data/setjmp.h-data: Likewise.
50355 * conform/data/signal.h-data: Likewise.
50356 * conform/data/spawn.h-data: Likewise.
50357 * conform/data/stdarg.h-data: Likewise.
50358 * conform/data/stdio.h-data: Likewise.
50359 * conform/data/stdlib.h-data: Likewise.
50360 * conform/data/string.h-data: Likewise.
50361 * conform/data/strings.h-data: Likewise.
50362 * conform/data/stropts.h-data: Likewise.
50363 * conform/data/sys/ipc.h-data: Likewise.
50364 * conform/data/sys/mman.h-data: Likewise.
50365 * conform/data/sys/msg.h-data: Likewise.
50366 * conform/data/sys/resource.h-data: Likewise.
50367 * conform/data/sys/select.h-data: Likewise.
50368 * conform/data/sys/sem.h-data: Likewise.
50369 * conform/data/sys/shm.h-data: Likewise.
50370 * conform/data/sys/socket.h-data: Likewise.
50371 * conform/data/sys/stat.h-data: Likewise.
50372 * conform/data/sys/statvfs.h-data: Likewise.
50373 * conform/data/sys/time.h-data: Likewise.
50374 * conform/data/sys/timeb.h-data: Likewise.
50375 * conform/data/sys/times.h-data: Likewise.
50376 * conform/data/sys/types.h-data: Likewise.
50377 * conform/data/sys/uio.h-data: Likewise.
50378 * conform/data/sys/un.h-data: Likewise.
50379 * conform/data/sys/utsname.h-data: Likewise.
50380 * conform/data/sys/wait.h-data: Likewise.
50381 * conform/data/syslog.h-data: Likewise.
50382 * conform/data/tar.h-data: Likewise.
50383 * conform/data/termios.h-data: Likewise.
50384 * conform/data/utime.h-data: Likewise.
50385 * conform/data/utmpx.h-data: Likewise.
50386 * conform/data/varargs.h-data: Likewise.
50387 * conform/data/wchar.h-data: Likewise.
50388 * conform/data/wctype.h-data: Likewise.
50389 * conform/data/wordexp.h-data: Likewise.
50390
50391 * include/stropts.h: New file.
50392 * include/uchar.h: New file.
50393 * include/aio.h: Changes to allow conformtest.pl to use the headers.
50394 * include/assert.h: Likewise.
50395 * include/ctype.h: Likewise.
50396 * include/dirent.h: Likewise.
50397 * include/dlfcn.h: Likewise.
50398 * include/fcntl.h: Likewise.
50399 * include/fnmatch.h: Likewise.
50400 * include/glob.h: Likewise.
50401 * include/grp.h: Likewise.
50402 * include/libio.h: Likewise.
50403 * include/locale.h: Likewise.
50404 * include/math.h: Likewise.
50405 * include/net/if.h: Likewise.
50406 * include/netdb.h: Likewise.
50407 * include/netinet/in.h: Likewise.
50408 * include/pthread.h: Likewise.
50409 * include/pwd.h: Likewise.
50410 * include/regex.h: Likewise.
50411 * include/sched.h: Likewise.
50412 * include/search.h: Likewise.
50413 * include/setjmp.h: Likewise.
50414 * include/signal.h: Likewise.
50415 * include/stdio.h: Likewise.
50416 * include/stdlib.h: Likewise.
50417 * include/string.h: Likewise.
50418 * include/sys/cdefs.h: Likewise.
50419 * include/sys/mman.h: Likewise.
50420 * include/sys/msg.h: Likewise.
50421 * include/sys/resource.h: Likewise.
50422 * include/sys/select.h: Likewise.
50423 * include/sys/socket.h: Likewise.
50424 * include/sys/stat.h: Likewise.
50425 * include/sys/statvfs.h: Likewise.
50426 * include/sys/time.h: Likewise.
50427 * include/sys/times.h: Likewise.
50428 * include/sys/uio.h: Likewise.
50429 * include/sys/utsname.h: Likewise.
50430 * include/sys/wait.h: Likewise.
50431 * include/termios.h: Likewise.
50432 * include/time.h: Likewise.
50433 * include/ulimit.h: Likewise.
50434 * include/unistd.h: Likewise.
50435 * include/utime.h: Likewise.
50436 * include/wchar.h: Likewise.
50437 * include/wctype.h: Likewise.
50438 * include/wordexp.h: Likewise.
50439
50440 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50441
7a270350
UD
50442 * time/time.h: TIME_UTC must be a macro.
50443 Make timespec_get available for ISO C11 only as well.
50444
7724defc
UD
504452012-02-24 Ulrich Drepper <drepper@gmail.com>
50446
50447 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50448 Reported by Peng Haitao <penght@cn.fujitsu.com>.
50449
6b1d1d46
JM
504502012-02-24 Joseph Myers <joseph@codesourcery.com>
50451
50452 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 50453
0f8bbd69
JM
504542012-02-24 Joseph Myers <joseph@codesourcery.com>
50455
50456 * manual/texinfo.tex: Update to version 2012-01-19.16.
50457
66ab80bc
JM
504582012-02-24 Joseph Myers <joseph@codesourcery.com>
50459
50460 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50461
74981cc5
RM
504622012-02-24 Roland McGrath <roland@hack.frob.com>
50463
ee968201
RM
50464 [BZ #13738]
50465 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50466 * manual/fdl-1.3.texi: New file.
50467 * manual/fdl-1.1.texi: File removed.
50468
74981cc5
RM
50469 [BZ #13738]
50470 * manual/libc.texinfo (FDL_VERSION): New @set.
50471 Use it for mention of FDL in cover text.
50472 (Documentation License): Use it in @include file name.
50473
7bb764bc
JM
504742012-02-22 Joseph Myers <joseph@codesourcery.com>
50475 Roland McGrath <roland@hack.frob.com>
50476
50477 [BZ #5461]
57f41c40
AS
50478 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50479 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
50480 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50481 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
50482 name.
50483 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50484
6cbeae47
JM
504852012-02-22 Joseph Myers <joseph@codesourcery.com>
50486
50487 [BZ #2547]
50488 [BZ #11365]
50489 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50490 manipulate bits before adding and subtracting TWO23[sx].
50491 * math/libm-test.inc (nearbyint_test): Add more tests.
50492
fe45ce09
JM
504932012-02-22 Joseph Myers <joseph@codesourcery.com>
50494
50495 [BZ #2548]
50496 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50497 bits before adding and subtracting TWO23[sx].
50498 * math/libm-test.inc (rint_test): Add more tests.
50499 (rint_test_tonearest): Likewise.
50500 (rint_test_towardzero): Likewise.
50501 (rint_test_downward): Likewise.
50502 (rint_test_upward: Likewise.
50503
ff3b3d82
JM
505042012-02-22 Joseph Myers <joseph@codesourcery.com>
50505
50506 [BZ #10110]
50507 * include/stdc-predef.h: New file. Extracted from features.h.
50508 * include/features.h: Include stdc-predef.h.
50509 * Makefile (headers): Add stdc-predef.h.
50510 * CONFORMANCE (Compiler limitations): Update.
50511
ef0aab35
JM
505122012-02-22 Joseph Myers <joseph@codesourcery.com>
50513
50514 * manual/libc.texinfo (VERSION, UPDATED): Revert.
50515
58639409
DM
505162012-02-21 David S. Miller <davem@davemloft.net>
50517
50518 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50519 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50520
c0e70b25
DM
505212012-02-20 David S. Miller <davem@davemloft.net>
50522
50523 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50524 using a normal save/restore sequence, rather than allocating a
50525 dummy stack frame just to store a frame pointer and restore.
50526 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50527
fb06851d
JM
505282012-02-21 Joseph Myers <joseph@codesourcery.com>
50529
50530 * manual/install.texi: Fix stray word in line-wrapped comment.
50531
7a8b71c3
DM
505322012-02-20 David S. Miller <davem@davemloft.net>
50533
d510c123
DM
50534 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50535 both binutils and gcc support GOTDATA.
50536
0722d7c2
DM
50537 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50538 "rd %pc" in the PIC register setup sequences.
50539
3d2b3019
DM
50540 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50541 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50542 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50543 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50544 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50545 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50546 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50547 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50548 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50549 (SYSCALL_ERROR_HANDLER): Likewise.
50550 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50551 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50552 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50553 (SYSCALL_ERROR_HANDLER): Likewise.
50554
c80098a9
DM
50555 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50556 (HAVE_GCC_GOTDATA): New.
50557 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50558 relocation support in both binutils and gcc.
50559 * sysdeps/sparc/elf/configure: Regenerate.
50560
3a2545a0
DM
50561 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50562 * sysdeps/sparc/sparc32/elf/configure: Delete.
50563 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50564 * sysdeps/sparc/sparc64/elf/configure: Delete.
50565 * sysdeps/sparc/elf/configure.in: New file.
50566 * sysdeps/sparc/elf/configure: Generate.
50567
7a8b71c3
DM
50568 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50569 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50570 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50571 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50572 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50573
f1e86fca
JM
505742012-02-21 Joseph Myers <joseph@codesourcery.com>
50575
50576 * manual/install.texi: Do not mention specific glibc version
50577 numbers.
50578 * manual/libc.texinfo (VERSION, UPDATED): Update.
50579 (@copying): Use @copyright{} and range of years.
50580
0e7dfaef
JM
505812012-02-21 Joseph Myers <joseph@codesourcery.com>
50582
50583 [BZ #13695]
50584 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50585 [crti.S not in sysdirs] (generated): Do not append.
50586 [crti.S not in sysdirs] (omit-deps): Likewise.
50587 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50588 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50589 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50590 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50591 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50592 Likewise.
50593 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50594 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50595 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50596 * csu/defs.awk: Remove file.
50597 * sysdeps/generic/initfini.c: Likewise.
50598 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50599 variable.
50600 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50601 Likewise.
50602
599af3ca
JM
506032012-02-20 Joseph Myers <joseph@codesourcery.com>
50604
50605 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50606 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50607 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50608 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50609 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50610 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50611 <bits/epoll.h>.
50612 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50613 (__EPOLL_PACKED): Define to empty if not defined by
50614 <bits/epoll.h>.
50615 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50616 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50617 bits/epoll.h.
50618
0e499750
JM
506192012-02-20 Joseph Myers <joseph@codesourcery.com>
50620
50621 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50622 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50623 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50624 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50625 <bits/timerfd.h>.
50626 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50627 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50628 bits/timerfd.h.
50629
5ad91f6e
JM
506302012-02-20 Joseph Myers <joseph@codesourcery.com>
50631
50632 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50633 in C locale.
50634 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50635 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50636 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50637 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50638
06b99b02
AJ
506392012-02-20 Aurelien Jarno <aurelien@aurel32.net>
50640
50641 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50642 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50643
7638c0fd
AS
506442012-02-19 Andreas Schwab <schwab@linux-m68k.org>
50645
50646 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50647 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50648 defined.
50649 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50650 Likewise.
50651 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50652 entry for 2.16.
50653
92221550
AJ
506542012-02-19 Aurelien Jarno <aurelien@aurel32.net>
50655
50656 * math/w_acos.c: Use non-signaling floating-point comparisons.
50657 * math/w_acosf.c: Likewise.
50658 * math/w_acosh.c: Likewise.
50659 * math/w_acoshf.c: Likewise.
50660 * math/w_acoshl.c: Likewise.
50661 * math/w_acosl.c: Likewise.
50662 * math/w_asin.c: Likewise.
50663 * math/w_asinf.c: Likewise.
50664 * math/w_asinl.c: Likewise.
50665 * math/w_atanh.c: Likewise.
50666 * math/w_atanhf.c: Likewise.
50667 * math/w_atanhl.c: Likewise.
50668 * math/w_exp2.c: Likewise.
50669 * math/w_exp2f.c: Likewise.
50670 * math/w_exp2l.c: Likewise.
50671 * math/w_j0.c: Likewise.
50672 * math/w_j0f.c: Likewise.
50673 * math/w_j0l.c: Likewise.
50674 * math/w_j1.c: Likewise.
50675 * math/w_j1f.c: Likewise.
50676 * math/w_j1l.c: Likewise.
50677 * math/w_jn.c: Likewise.
50678 * math/w_jnf.c: Likewise.
50679 * math/w_log.c: Likewise.
50680 * math/w_log10.c: Likewise.
50681 * math/w_log10f.c: Likewise.
50682 * math/w_log10l.c: Likewise.
50683 * math/w_log2.c: Likewise.
50684 * math/w_log2f.c: Likewise.
50685 * math/w_log2l.c: Likewise.
50686 * math/w_logf.c: Likewise.
50687 * math/w_logl.c: Likewise.
50688 * math/w_sqrt.c: Likewise.
50689 * math/w_sqrtf.c: Likewise.
50690 * math/w_sqrtl.c: Likewise.
50691 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50692 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50693 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50694 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50695 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50696
ebaf36eb
JM
506972012-02-19 Joseph Myers <joseph@codesourcery.com>
50698
50699 [BZ #9739]
50700 * manual/string.texi (strnlen): Use correct parameter name in
50701 equivalent expression.
50702
71c254a6
JM
507032012-02-19 Joseph Myers <joseph@codesourcery.com>
50704
50705 [BZ #11174]
50706 * manual/users.texi (seteuid): Consistently use neweuid for
50707 argument name.
50708
16d2c631
JM
507092012-02-19 Joseph Myers <joseph@codesourcery.com>
50710
50711 [BZ #13704]
50712 * manual/nss.texi (Services in the NSS configuration): Correct
50713 list of services in example configuration file.
50714
cd837b09
NB
507152012-02-19 Nick Bowler <nbowler@draconx.ca>
50716
50717 [BZ #11322]
50718 * manual/arith.texi: Remove statements about negative zero
50719 behaving identically to zero.
50720
02c4bbad
JM
507212012-02-18 Joseph Myers <joseph@codesourcery.com>
50722
50723 [BZ #5993]
50724 * manual/install.texi: Do not document upgrading from libc5.
50725
366842e7
JM
507262012-02-18 Joseph Myers <joseph@codesourcery.com>
50727
50728 [BZ #4596]
50729 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50730
dd54084d
DM
507312012-02-18 David S. Miller <davem@davemloft.net>
50732
50733 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50734 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50735 %o7 across the call.
50736 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50737 instead.
50738 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50739 SETUP_PIC_REG_LEAF.
50740 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50741 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50742 * sysdeps/sparc/crtn.S: Likewise.
50743
2bcc53a3
UD
507442012-02-17 Ulrich Drepper <drepper@gmail.com>
50745
50746 * aout/Makefile: Remove.
50747
09c093b5
RK
507482012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
50749
50750 [BZ #13058]
50751 * manual/examples/argp-ex1.c (main): Format definition in GNU
50752 style.
50753 * manual/examples/argp-ex2.c (main): Likewise.
50754 * manual/examples/argp-ex3.c (main): Likewise.
50755 * manual/examples/argp-ex4.c (main): Likewise.
50756 * manual/examples/longopt.c (main): Use new-style prototype
50757 definition.
50758 * manual/examples/strncat.c (main): Specify return type and use
50759 (void) for arguments.
50760 * manual/examples/subopt.c (main): Use char **argv argument.
50761
2ee633a2
JM
507622012-02-17 Joseph Myers <joseph@codesourcery.com>
50763
50764 [BZ #5077]
50765 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50766 rounding modes.
50767
0520adde
FB
507682012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
50769
50770 [BZ #6907]
50771 * manual/string.texi (strchr): Change when strchrnul is
50772 recommended.
50773
3f4081cd
DGM
507742012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
50775
50776 [BZ #174]
50777 * manual/locale.texi (setlocale): Document LOCPATH.
50778
d1b10e78
JM
507792012-02-17 Joseph Myers <joseph@codesourcery.com>
50780
50781 [BZ #10210]
50782 * manual/process.texi (execle): Move @dots{} before last argument.
50783
79c6869c
PB
507842012-02-17 Paul Bolle <pebolle@tiscali.nl>
50785
50786 [BZ #12047]
50787 * manual/charset.texi (Generic Charset Conversion): Fix typo
50788 (LC_TYPE -> LC_CTYPE).
50789
cc6e48bc
NB
507902012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
50791
50792 [BZ #5805]
50793 * manual/arith.texi (scalbn): Use @var{} on parameter names.
50794 (scalbnf): Likewise.
50795 (scalbnl): Likewise.
50796 (scalbln): Likewise.
50797 (scalblnf): Likewise.
50798 (scalblnl): Likewise.
50799 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50800 (vwarnx): Likewise.
50801 (verr): Likewise.
50802 (verrx): Likewise.
50803 * manual/filesys.texi (telldir): Use braces around return type.
50804 * manual/llio.texi (mmap): Add space after comma.
50805 (mmap64): Likewise.
50806 * manual/math.texi (jn): Use @var{} on parameter names.
50807 (jnf): Likewise.
50808 (jnl): Likewise.
50809 (yn): Likewise.
50810 (ynf): Likewise.
50811 (ynl): Likewise.
50812 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50813 line.
50814 * manual/resource.texi (ulimit): Use @dots{} instead of literal
50815 "...".
50816 (sched_get_priority_min): Remove semicolon on @deftypefun line.
50817 (sched_get_priority_max): Likewise.
50818 * manual/signal.texi (sigvec): Add space after comma.
50819 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50820 names.
50821 (if_indextoname): Likewise.
50822 (if_freenameindex): Likewise.
50823 (sendto): Use ',' instead of '.' in prototype.
50824 * manual/startup.texi (syscall): Use @dots{} instead of literal
50825 "...".
50826 * manual/stdio.texi (__fpending): Separate initial words of
50827 paragraph from @deftypefun line.
50828 * manual/syslog.texi (syslog): Use @dots{} instead of literal
50829 "...".
50830 (vsyslog): Use @var{} on parameter names.
50831 * manual/terminal.texi (stty): Use @var{} on parameter names.
50832 * manual/users.texi (getutmp): Use @var{} on parameter names.
50833 (getutmpx): Likewise.
50834
5b23062f
JM
508352012-02-17 Joseph Myers <joseph@codesourcery.com>
50836
50837 [BZ #6884]
50838 * manual/stdio.texi (fopen): Fix typos in description of
50839 ",ccs=STRING".
50840
8dee4833
AJ
508412012-02-17 Aurelien Jarno <aurelien@aurel32.net>
50842
50843 [BZ #4026]
50844 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50845 get clock_id definition.
50846
9078ce93
TS
508472012-02-17 Thomas Schwinge <thomas@schwinge.name>
50848
50849 [BZ #4822]
50850 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50851 (madvise): Cast every argument to void on its own.
50852
3835c55f
JM
508532012-02-17 Joseph Myers <joseph@codesourcery.com>
50854
50855 [BZ #9902]
50856 * manual/startup.texi (Exit Status): Fix typo.
50857
35c47e37
JM
508582012-02-17 Joseph Myers <joseph@codesourcery.com>
50859
50860 [BZ #10140]
50861 * manual/examples/argp-ex1.c: Include <stdlib.h>.
50862 * manual/examples/argp-ex2.c: Likewise.
50863 * manual/examples/argp-ex3.c: Likewise.
50864
e3b69ca7
RH
508652012-02-16 Richard Henderson <rth@redhat.com>
50866
50867 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50868 * sysdeps/s390/s390-32/initfini.c: Remove.
50869 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50870 * sysdeps/s390/s390-64/initfini.c: Remove.
50871
df83af67
KK
508722012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
50873
50874 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50875 compiler output for sysdeps/generic/initfini.c.
50876 * sysdeps/sh/elf/initfini.c: Remove file.
50877
f63f3380
DM
508782012-02-16 David S. Miller <davem@davemloft.net>
50879
fb59b3a4
DM
50880 [BZ #11494]
50881 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50882
f63f3380
DM
50883 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50884 * sysdeps/sparc/crti.S: New file.
50885 * sysdeps/sparc/crtn.S: New file.
50886 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50887 * sysdeps/sparc/sparc64/Makefile: Likewise.
50888
df6a4a4a
MF
508892012-02-15 Mike Frysinger <vapier@gentoo.org>
50890
6dd8f3dc 50891 [BZ #3335]
df6a4a4a
MF
50892 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50893
1cac7236
RM
508942012-02-15 Roland McGrath <roland@hack.frob.com>
50895
d2c736f8
RM
50896 [BZ #4822]
50897 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50898
1cac7236
RM
50899 * mach/devstream.c (cookie_io_functions_t): Macro removed.
50900 (write, read, close): Likewise.
50901 Patch by Aurelien Jarno <aurelien@aurel32.net>.
50902
8e475601
JM
509032012-02-15 Joseph Myers <joseph@codesourcery.com>
50904
50905 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50906 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50907 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50908 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50909 <bits/signalfd.h>.
50910 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50911 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50912 bits/signalfd.h.
50913
ed656b40
MP
509142012-02-14 Marek Polacek <polacek@redhat.com>
50915
50916 * sysdeps/x86_64/crti.S: New file.
50917 * sysdeps/x86_64/crtn.S: New file.
50918 * sysdeps/x86_64/elf/initfini.c: Remove file.
50919
2a979d3a
JM
509202012-02-13 Joseph Myers <joseph@codesourcery.com>
50921
50922 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50923 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50924 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50925 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50926 <bits/inotify.h>.
50927 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50928 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50929 bits/inotify.h.
50930
2a418ac3
JM
509312012-02-13 Joseph Myers <joseph@codesourcery.com>
50932
50933 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50934 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50935 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50936 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50937 <bits/eventfd.h>.
50938 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50939 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50940 bits/eventfd.h.
50941
fb779be7
TS
509422012-02-10 Thomas Schwinge <thomas@codesourcery.com>
50943
e19e83c5
RM
50944 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50945 __feraiseexcept instead of feraiseexcept.
7c35ffed 50946
fb779be7
TS
50947 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50948 nanosleep invocations.
50949 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50950 strings, and add error checking for a nanosleep invocations.
50951
59ba27a6
PE
509522012-02-09 Paul Eggert <eggert@cs.ucla.edu>
50953
50954 Replace FSF snail mail address with URLs, as per GNU coding standards.
50955 Most of the snail mail addresses were wrong anyway, and omitting
50956 them makes the source code easier to maintain. Almost all of the
50957 changes are to license notices and to locale LC_IDENTIFICATION
50958 addresses, except for this one:
50959 * manual/libc.texinfo: In "Published by", give the FSF's URL,
50960 not its snail mail address.
50961
57b957eb
RH
509622012-02-09 Richard Henderson <rth@twiddle.net>
50963
af850b1c
RH
50964 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50965 of kernel-features.h.
50966
57b957eb
RH
50967 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50968
6b73181a
MP
509692012-02-08 Marek Polacek <polacek@redhat.com>
50970
50971 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50972 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50973 * sysdeps/gnu/_G_config.h: Likewise.
50974 * sysdeps/generic/_G_config.h: Likewise.
50975
26ecc33a
AS
509762012-02-08 Andreas Schwab <schwab@linux-m68k.org>
50977
6c6dbc63
AS
50978 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50979 tests.
50980 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50981
e216c012
AS
50982 * sysdeps/powerpc/powerpc32/crti.S: New file.
50983 * sysdeps/powerpc/powerpc32/crtn.S: New file.
50984 * sysdeps/powerpc/powerpc64/crti.S: New file.
50985 * sysdeps/powerpc/powerpc64/crtn.S: New file.
50986
26ecc33a
AS
50987 * Makeconfig (have-initfini): Don't set.
50988 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50989 * configure.in (nopic_initfini): Don't substitute.
50990 * config.h.in (HAVE_INITFINI): Don't #undef.
50991 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50992 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50993
3add8e13
JM
509942012-02-08 Joseph Myers <joseph@codesourcery.com>
50995
50996 Support crti.S and crtn.S provided directly by architectures.
50997 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50998 [crti.S in sysdirs] (omit-deps): Likewise.
50999 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
51000 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
51001 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
51002 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
51003 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
51004 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
51005 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
51006 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
51007 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
51008 compiler output for sysdeps/generic/initfini.c.
51009 * sysdeps/i386/elf/Makefile: Remove file.
51010 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
51011
a22f12b4
MP
510122012-02-07 Marek Polacek <polacek@redhat.com>
51013
51014 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
51015 * sysdeps/gnu/_G_config.h: Likewise.
51016 * sysdeps/mach/hurd/_G_config.h: Likewise.
51017
148cf100
MP
510182012-02-07 Marek Polacek <polacek@redhat.com>
51019
51020 * math/Makefile (tests): Add tst-CMPLX2.
51021 * math/tst-CMPLX2.c: New file.
51022
cfdc0dd7
AS
510232012-02-07 Andreas Schwab <schwab@linux-m68k.org>
51024
84ba42c4
AS
51025 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51026
cfdc0dd7
AS
51027 * math/libm-test.inc (jn_test): Add missing L suffix.
51028
622c86f4
MP
510292012-02-06 Marek Polacek <polacek@redhat.com>
51030
51031 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
51032 * sysdeps/i386/fpu/e_powf.S: Likewise.
51033 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51034 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
51035 * sysdeps/i386/fpu/e_acosh.S: Likewise.
51036 * sysdeps/i386/fpu/e_pow.S: Likewise.
51037 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
51038 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51039 * sysdeps/i386/fpu/s_expm1.S: Likewise.
51040 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
51041 * sysdeps/i386/fpu/e_log2.S: Likewise.
51042 * sysdeps/i386/fpu/e_log2l.S: Likewise.
51043 * sysdeps/i386/fpu/e_scalb.S: Likewise.
51044 * sysdeps/i386/fpu/e_powl.S: Likewise.
51045 * sysdeps/i386/fpu/s_log1p.S: Likewise.
51046 * sysdeps/i386/fpu/e_log10f.S: Likewise.
51047 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
51048 * sysdeps/i386/fpu/e_logl.S: Likewise.
51049 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
51050 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
51051 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
51052 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
51053 * sysdeps/i386/fpu/e_log2f.S: Likewise.
51054 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51055 * sysdeps/i386/fpu/e_log.S: Likewise.
51056 * sysdeps/i386/fpu/s_cexp.S: Likewise.
51057 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51058 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
51059 * sysdeps/i386/fpu/e_logf.S: Likewise.
51060 * sysdeps/i386/fpu/e_log10l.S: Likewise.
51061 * sysdeps/i386/fpu/e_atanh.S: Likewise.
51062 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
51063 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
51064 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
51065 * sysdeps/i386/fpu/e_log10.S: Likewise.
51066 * sysdeps/i386/fpu/s_frexp.S: Likewise.
51067 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51068 * sysdeps/i386/fpu/s_asinh.S: Likewise.
51069 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
51070 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51071 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
51072 * sysdeps/i386/asm-syntax.h: Likewise.
51073 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51074 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51075 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51076 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
51077 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
51078 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51079 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
51080 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
51081 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51082 * sysdeps/powerpc/sysdep.h: Likewise.
51083 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
51084 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
51085
d4a54ac6
JM
510862012-02-06 Joseph Myers <joseph@codesourcery.com>
51087
51088 [BZ #411]
51089 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
51090
314054ea
JM
510912012-02-06 Joseph Myers <joseph@codesourcery.com>
51092
51093 * sysdeps/i386/sysdep.h: Include <features.h>.
51094 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
51095 version.
51096
d8e0ca50
JM
510972012-02-05 Joseph Myers <joseph@codesourcery.com>
51098
51099 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
51100 Define.
51101 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
51102 LOAD_PIC_REG_STR.
51103
b1da7dd9
JM
511042012-02-03 Joseph Myers <joseph@codesourcery.com>
51105
51106 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
51107 (SETUP_PIC_REG): Use GET_PC_THUNK.
51108 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
51109 macro.
51110
9a1d9254
JM
511112012-02-03 Joseph Myers <joseph@codesourcery.com>
51112
51113 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
51114 for non-PIC compilation.
51115 (SETUP_PIC_REG): Add .p2align directive.
51116 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
51117 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
51118 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51119 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51120 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
51121 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51122 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
51123 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51124 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51125 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51126 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51127 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51128 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51129 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51130 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51131 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
51132 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
51133 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51134 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51135 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51136 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51137 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
51138 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51139 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51140 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
51141 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
51142 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51143 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
51144 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51145 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51146 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51147 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51148 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51149 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51150 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51151 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51152 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51153 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51154 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51155 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51156 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51157
65dc3b75
JM
511582012-02-03 Joseph Myers <joseph@codesourcery.com>
51159
51160 * math/tst-CMPLX.c: Include <stdio.h>.
51161
d55bf177
JM
511622012-01-31 Joseph Myers <joseph@codesourcery.com>
51163
51164 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
51165 float.
51166 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51167 * sysdeps/sparc/bits/mathdef.h: Likewise.
51168
69db4f8f
MP
511692012-01-31 Marek Polacek <polacek@redhat.com>
51170
51171 * libio/libio.h: Don't define _PARAMS.
51172 * locale/programs/config.h: Don't define PARAMS.
51173 * stdlib/strtol_l.c: Likewise.
51174 (__strtol_l): Remove PARAMS from the prototype.
51175
41b81892
UD
511762012-01-31 Ulrich Drepper <drepper@gmail.com>
51177
3b49edc0
UD
51178 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
51179 names. Just use the correct names. Remove unnecessary wrapper
51180 functions.
51181 * malloc/arena.c: Likewise.
51182 * malloc/hooks.c: Likewise.
51183
41b81892
UD
51184 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
51185 ARENA_TEST says not to. Simplify test for creation of a new arena.
51186 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
51187
27a25b6e
UD
511882012-01-30 Ulrich Drepper <drepper@gmail.com>
51189
51190 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
51191 into tail calls.
51192 (update_get_addr): New function.
51193 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
51194 GET_ADDR_MODULE parameter.
51195
c8a89e7d
JM
511962012-01-30 Joseph Myers <joseph@codesourcery.com>
51197
51198 * crypt/cert.c: Remove __STDC__ conditionals.
51199 * crypt/crypt-entry.c: Likewise.
51200 * crypt/crypt_util.c: Likewise.
51201 * libio/filedoalloc.c: Likewise.
51202 * libio/fileops.c: Likewise.
51203 * libio/genops.c: Likewise.
51204 * libio/iofclose.c: Likewise.
51205 * libio/iofdopen.c: Likewise.
51206 * libio/iofopen.c: Likewise.
51207 * libio/iofopen64.c: Likewise.
51208 * libio/iogetdelim.c: Likewise.
51209 * libio/iopopen.c: Likewise.
51210 * libio/obprintf.c: Likewise.
51211 * libio/oldfileops.c: Likewise.
51212 * libio/oldiofclose.c: Likewise.
51213 * libio/oldiofdopen.c: Likewise.
51214 * libio/oldiofopen.c: Likewise.
51215 * libio/oldiopopen.c: Likewise.
51216 * libio/wfiledoalloc.c: Likewise.
51217 * libio/wgenops.c: Likewise.
51218 * locale/programs/xmalloc.c: Likewise.
51219 * misc/syslog.c: Likewise.
51220 * stdio-common/xbug.c: Likewise.
51221 * string/memchr.c: Likewise.
51222 * string/memcmp.c: Likewise.
51223 * string/memrchr.c: Likewise.
51224 * string/rawmemchr.c: Likewise.
51225 * sysdeps/posix/getcwd.c: Likewise.
51226 * time/strftime_l.c: Likewise.
51227
3b100462
JM
512282012-01-30 Joseph Myers <joseph@codesourcery.com>
51229
51230 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
51231 * config.make.in (config-cflags-sse2avx): Define.
51232 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51233 Fix typo.
51234
607998af
CM
512352012-01-29 Chris Metcalf <cmetcalf@tilera.com>
51236
51237 * scripts/config.guess: Update from upstream config git repository.
51238 * scripts/config.sub: Likewise.
51239
3601428f
CM
512402012-01-28 Chris Metcalf <cmetcalf@tilera.com>
51241
3ac8b282
CM
51242 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51243 (EM_NUM): Update.
51244 (R_TILEPRO_*, R_TILEGX_*): New macros.
51245
e034841e
CM
51246 * scripts/firstversions.awk: Fix bug in version range handling.
51247
540d7568
CM
51248 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51249
3601428f
CM
51250 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51251
463de862
CM
51252 * include/sys/epoll.h: New file.
51253 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51254 libc_hidden_def.
51255
73139a76
UD
512562012-01-28 Ulrich Drepper <drepper@gmail.com>
51257
96bc5b45
UD
51258 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51259 Avoid unnecessary __WORDSIZE == 64 test.
51260 (fmaxf): Use VEX format if possible.
51261 (fmax): Likewise.
51262 (fminf): Likewise.
51263 (fmin): Likewise.
51264
56f6f6a2
UD
51265 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51266 * math/math_private.h: Remove libc_fegetround* and
51267 libc_fesetround*.
51268 * sysdeps/i386/configure.in: Check for -msse2avx.
51269 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51270 also if SSE2AVX is defined.
51271 Remove libc_fegetround* and libc_fesetround*.
51272 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51273 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
51274 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51275 of HAS_YMM_USABLE.
51276 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51277 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51278 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51279 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51280 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51281
73139a76
UD
51282 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51283
d73f93a4
AZ
512842012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
51285
51286 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
51287 size is not set.
51288 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
51289
6ee65ed6
UD
512902012-01-27 Ulrich Drepper <drepper@gmail.com>
51291
51292 [BZ #13618]
51293 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
51294 relocation.
51295 * Makeconfig (libm): Define.
51296 * elf/Makefile: Add rules to build and run tst-relsort1.
51297 * elf/tst-relsort1.c: New file.
51298 * elf/tst-relsort1mod1.c: New file.
51299 * elf/tst-relsort1mod2.c: New file.
51300
8db21882
JM
513012012-01-27 Joseph Myers <joseph@codesourcery.com>
51302
51303 * math/s_ldexp.c: Remove __STDC__ conditionals.
51304 * math/s_ldexpf.c: Likewise.
51305 * math/s_ldexpl.c: Likewise.
51306 * math/s_nextafter.c: Likewise.
51307 * math/s_nexttowardf.c: Likewise.
51308 * math/s_significand.c: Likewise.
51309 * math/s_significandf.c: Likewise.
51310 * math/s_significandl.c: Likewise.
51311 * math/w_jnl.c: Likewise.
51312 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
51313 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
51314 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
51315 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
51316 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
51317 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
51318 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
51319 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
51320 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
51321 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
51322 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
51323 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51324 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
51325 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
51326 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
51327 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
51328 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
51329 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
51330 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
51331 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51332 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51333 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
51334 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
51335 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
51336 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
51337 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
51338 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
51339 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
51340 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
51341 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
51342 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
51343 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
51344 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
51345 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
51346 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
51347 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
51348 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
51349 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
51350 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
51351 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
51352 * sysdeps/ieee754/k_standard.c: Likewise.
51353 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51354 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
51355 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
51356 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
51357 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51358 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51359 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51360 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51361 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51362 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51363 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51364 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51365 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51366 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51367 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51368 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51369 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51370 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51371 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51372 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51373 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51374 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51375 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51376 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51377 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51378 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51379 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51380 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51381 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51382 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51383 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51384 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51385 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51386 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51387 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51388 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51389 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51390 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51391 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51392 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51393 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51394 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51395 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51396 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51397 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51398 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51399 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51400 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51401 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51402 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51403 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51404 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51405 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51406 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51407 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51408 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51409 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51410 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51411 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51412 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51413 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51414 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51415 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51416 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51417 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51418 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51419 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51420 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51421 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51422 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51423 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51424 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51425 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51426 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51427 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51428 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51429 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51430 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51431 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51432 * sysdeps/ieee754/s_matherr.c: Likewise.
51433 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51434 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51435 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51436 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51437
965a54a4
JM
514382012-01-26 Joseph Myers <joseph@codesourcery.com>
51439
51440 * crypt/md5.h: Remove __STDC__ conditionals.
51441 * libio/libioP.h: Likewise.
51442 * locale/programs/config.h: Likewise.
51443 * sysdeps/generic/sysdep.h: Likewise.
51444 * sysdeps/i386/asm-syntax.h: Likewise.
51445 * sysdeps/s390/asm-syntax.h: Likewise.
51446 * sysdeps/unix/sysdep.h: Likewise.
51447 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51448 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51449
7071ad79
JM
514502012-01-26 Joseph Myers <joseph@codesourcery.com>
51451
51452 * libio/libio.h: Remove __STDC__ conditionals.
51453 * malloc/obstack.h: Likewise.
51454 * math/complex.h: Likewise.
51455 * math/math.h: Likewise.
51456 * sysdeps/generic/_G_config.h: Likewise.
51457 * sysdeps/gnu/_G_config.h: Likewise.
51458 * sysdeps/mach/hurd/_G_config.h: Likewise.
51459 * sysdeps/powerpc/bits/mathdef.h: Likewise.
51460 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51461 * sysdeps/sparc/bits/mathdef.h: Likewise.
51462
afc5ed09
UD
514632012-01-26 Ulrich Drepper <drepper@gmail.com>
51464
51465 [BZ #13583]
51466 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 51467 Clean up HAS_* macros.
afc5ed09 51468 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
51469 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51470 possible.
51471 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51472 HAS_AVX.
51473 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51474 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51475 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51476 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51477 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 51478
bdb6de1d
JM
514792012-01-25 Joseph Myers <joseph@codesourcery.com>
51480
51481 * elf/tst-unique3.cc (gets): Remove declaration.
51482 * elf/tst-unique3lib.cc (gets): Likewise.
51483 * elf/tst-unique3lib2.cc (gets): Likewise.
51484 * elf/tst-unique4.cc (gets): Likewise.
51485
b15549e6
UD
514862012-01-24 Ulrich Drepper <drepper@gmail.com>
51487
51488 * include/stdio.h: Add C++ protection. Add gets declarations and
51489 definitions.
51490 * debug/tst-chk1.c: Don't declare gets here.
51491 * stdio-common/tst-gets.c: Likewise.
51492
a037381f
JM
514932012-01-24 Joseph Myers <joseph@codesourcery.com>
51494
51495 * posix/glob: Remove directory.
51496
f1d4aa75
JM
514972012-01-24 Joseph Myers <joseph@codesourcery.com>
51498
51499 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51500
81c0c964
PT
515012012-01-22 Pino Toscano <toscano.pino@tiscali.it>
51502
51503 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51504 of the non-standard EPFNOSUPPORT.
51505
0ea698ae
ST
515062011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
51507
51508 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51509 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51510 ANYWHERE set to 1 only on KERN_NO_SPACE error.
51511
d220b117
UD
515122012-01-21 Ulrich Drepper <drepper@gmail.com>
51513
51514 * wcsmbs/uchar.h: Test __STDC_VERSION__.
51515
3e1aa84e
UD
515162012-01-20 Ulrich Drepper <drepper@gmail.com>
51517
51518 * nscd/aicache.c (addhstaiX): Do not cache negative results of
51519 transient errors.
51520 * nscd/grpcache.c (cache_addgr): Likewise.
51521 * nscd/hstcache.c (cache_addhst): Likewise.
51522 * nscd/initgrcache.c (addinitgroupsX): Likewise.
51523 * nscd/pwdcache.c (cache_addpw): Likewise.
51524 * nscd/servicescache.c (cache_addserv): Likewise.
51525
400aa020
UD
515262012-01-16 Ulrich Drepper <drepper@gmail.com>
51527
d77e7869
UD
51528 * malloc/malloc.c: Various cleanups.
51529 * malloc/hooks.c: Likewise.
51530
400aa020
UD
51531 * stdlib/Makefile (tests): Add bug-fmtmsg1.
51532 * stdlib/bug-fmtmsg1.c: New file.
51533
51534 * stdlib/fmtmsg.c (init): Add missing unlock.
51535 Patch by Peng Haitao <penght@cn.fujitsu.com>.
51536
e0a309cf
MP
515372012-01-12 Marek Polacek <polacek@redhat.com>
51538
51539 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51540 and _GNU_SOURCE.
51541
929d11c7
WS
515422012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
51543
51544 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51545 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51546 macro to ensure uniqueness of label name.
51547 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51548 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51549
41d0e869
UD
515502012-01-11 Ulrich Drepper <drepper@gmail.com>
51551
0cc5ed3b
UD
51552 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51553
41d0e869
UD
51554 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51555 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51556 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51557 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51558
a47a831a
UD
515592012-01-10 Ulrich Drepper <drepper@gmail.com>
51560
daa891c0
UD
51561 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51562
51563 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51564 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51565 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51566
e58ef0f2
UD
51567 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51568
a47a831a 51569 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
51570 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51571 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 51572 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
51573
51574 * math/bits/math-finite.h: Add ldexp support.
51575
a0bfc9c7
MP
515762012-01-10 Marek Polacek <polacek@redhat.com>
51577
51578 * locale/programs/localedef.h (show_archive_content): Add noreturn
51579 attribute.
51580
d6e97a1d
UD
515812012-01-09 Ulrich Drepper <drepper@gmail.com>
51582
51583 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51584
d5835c26
UD
515852012-01-08 Ulrich Drepper <drepper@gmail.com>
51586
e5f484c6
UD
51587 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51588
d5835c26
UD
51589 * io/Makefile (headers): Add bits/poll2.h.
51590
d1f741e9
WS
515912011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
51592
51593 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51594 typo #include statement.
51595
ec09c1c4
UD
515962012-01-08 Ulrich Drepper <drepper@gmail.com>
51597
51598 * include/sys/cdefs.h: Define __attribute_alloc_size.
51599 * catgets/gencat.c: Add alloc_size attribute and apply consistently
51600 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51601 * elf/pldd.c: Likewise.
51602 * iconv/iconv_charmap.c: Likewise.
51603 * iconv/iconvconfig.c: Likewise.
51604 * iconv/strtab.c: Likewise.
51605 * locale/programs/locale.c: Likewise.
51606 * locale/programs/localedef.h: Likewise.
51607 * locale/programs/simple-hash.c: Likewise.
51608 * nscd/nscd.h: Likewise.
51609 * nss/makedb.c: Likewise.
51610 * sysdeps/generic/ldconfig.h: Likewise.
51611 * locale/programs/localedef.c: Remove xmalloc prototype.
51612 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51613
20b38e03
PP
516142012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
51615
51616 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51617 appropriate.
51618
a0da5fe1
UD
516192012-01-08 Ulrich Drepper <drepper@gmail.com>
51620
1d5a644a 51621 * math/Makefile (tests): Add tst-CMPLX.
669704fd 51622 * math/tst-CMPLX.c: New file.
1d5a644a 51623
8784a6db
UD
51624 * math/complex.h (CMPLXL): Fix typo.
51625
d9a216c0
UD
51626 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51627 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51628 GLIBC_2.16.
51629 * debug/tst-chk1.c: Add poll and ppoll tests.
51630 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51631 * include/sys/poll.h: Add hidden proto for ppoll.
51632 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51633 * sysdeps/mach/hurd/ppoll.c: Likewise.
51634 * io/ppoll.c: Likewise.
51635 * debug/poll_chk.c: New file.
51636 * debug/ppoll_chk.c: New file.
51637 * include/bits/poll2.h: New file.
51638 * io/bits/poll2.h: New file.
51639
ac097f5c
UD
51640 [BZ #1350]
51641 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51642
2119dcfa
UD
51643 * configure.in: static is always set to yes. Remove.
51644 * config.make.in: Don't set build-static.
51645 * Makeconfig: Remove use of build-static.
51646 * dlfcn/Makefile: Likewise.
51647 * elf/Makefile: Likewise.
51648 * math/Makefile: Likewise.
51649 * misc/Makefile: Likewise.
51650 * nptl/Makefile: Likewise.
51651 * sysdeps/mach/hurd/Makefile: Likewise.
51652
121766a9
UD
51653 * configure.in: PWD_P is not used anymore.
51654 * config.make.in: Remove PWD_P entry.
51655
51a1d39c 51656 * configure.in: Remove last remnants of RANLIB.
8720d066 51657 No need to check for signed size_t anymore.
215f4bdc
UD
51658 Don't set libc_commonpagesize and libc_relro_required here for Alpha
51659 and IA-64.
3857022a 51660 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
51661 * aclocal.m4: Likewise.
51662
d3ed7225
UD
51663 * wcsmbs/mbrtoc16.c: Implement using towc function.
51664 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51665 * wcsmbs/wcsmbsload.c: Likewise.
51666 * iconv/gconv_simple.c: Likewise.
51667 * iconv/gconv_int.h: Likewise.
51668 * iconv/gconv_builtin.h: Likewise.
51669 * iconv/iconv_prog.c: Remove CHAR16 handling.
51670
51671 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51672
51673 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51674
a0da5fe1
UD
51675 * configure.in: Remove --with-elf and --enable-bounded options.
51676 Dont set base_machine for ia64. More non-ELF conditions removed.
51677 Remove testing and setting of leading underscore information.
51678 * config.make.in (build-bounded): Set to no.
51679 * config.h.in: Remove NO_UNDERSCORES entry.
51680 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
51681 them.
51682 * csu/start.c: Remove !NO_UNDERSCORE code.
51683 * locale/localeinfo.h: Likewise.
51684 * sysdeps/generic/machine-gmon.h: Likewise.
51685 * sysdeps/generic/sysdep.h: Likewise.
51686 * sysdeps/i386/sysdep.h: Likewise.
51687 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51688 * sysdeps/mach/sysdep.h: Likewise.
51689 * sysdeps/s390/s390-32/sysdep.h: Likewise.
51690 * sysdeps/s390/s390-64/sysdep.h: Likewise.
51691 * sysdeps/sh/sysdep.h: Likewise.
51692 * sysdeps/sparc/sparc32/alloca.S: Likewise.
51693 * sysdeps/unix/i386/sysdep.S: Likewise.
51694 * sysdeps/unix/sparc/start.c: Likewise.
51695 * sysdeps/unix/sparc/sysdep.S: Likewise.
51696 * sysdeps/unix/sparc/sysdep.h: Likewise.
51697 * sysdeps/unix/start.c: Likewise.
51698 * sysdeps/unix/x86_64/sysdep.S: Likewise.
51699 * sysdeps/x86_64/sysdep.h: Likewise.
51700
df78418a
UD
517012012-01-07 Ulrich Drepper <drepper@gmail.com>
51702
a784e502
UD
51703 [BZ #13553]
51704 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51705 for non-gcc.
51706 * argp/argp-fmtstream.h: Use const instead __const.
51707 * argp/argp.h: Likewise.
51708 * assert/assert.h: Likewise.
51709 * bits/fenv.h: Likewise.
51710 * bits/sched.h: Likewise.
51711 * bits/sigset.h: Likewise.
51712 * bits/sigthread.h: Likewise.
51713 * catgets/nl_types.h: Likewise.
51714 * conform/data/pthread.h-data: Likewise.
51715 * crypt/crypt-private.h: Likewise.
51716 * crypt/crypt.h: Likewise.
51717 * crypt/crypt_util.c: Likewise.
51718 * ctype/ctype.h: Likewise.
51719 * debug/execinfo.h: Likewise.
51720 * debug/mbsnrtowcs_chk.c: Likewise.
51721 * debug/mbsrtowcs_chk.c: Likewise.
51722 * debug/wcsnrtombs_chk.c: Likewise.
51723 * debug/wcsrtombs_chk.c: Likewise.
51724 * debug/wcstombs_chk.c: Likewise.
51725 * dirent/dirent.h: Likewise.
51726 * dlfcn/dlfcn.h: Likewise.
51727 * elf/neededtest4.c: Likewise.
51728 * grp/grp.h: Likewise.
51729 * gshadow/gshadow.h: Likewise.
51730 * iconv/gconv.h: Likewise.
51731 * iconv/gconv_int.h: Likewise.
51732 * iconv/gconv_simple.c: Likewise.
51733 * iconv/iconv.h: Likewise.
51734 * iconv/loop.c: Likewise.
51735 * iconv/skeleton.c: Likewise.
51736 * include/aio.h: Likewise.
51737 * include/aliases.h: Likewise.
51738 * include/argz.h: Likewise.
51739 * include/arpa/inet.h: Likewise.
51740 * include/assert.h: Likewise.
51741 * include/dirent.h: Likewise.
51742 * include/dlfcn.h: Likewise.
51743 * include/execinfo.h: Likewise.
51744 * include/fcntl.h: Likewise.
51745 * include/fenv.h: Likewise.
51746 * include/glob.h: Likewise.
51747 * include/grp.h: Likewise.
51748 * include/libintl.h: Likewise.
51749 * include/mntent.h: Likewise.
51750 * include/netdb.h: Likewise.
51751 * include/pwd.h: Likewise.
51752 * include/rpc/netdb.h: Likewise.
51753 * include/sched.h: Likewise.
51754 * include/search.h: Likewise.
51755 * include/shadow.h: Likewise.
51756 * include/signal.h: Likewise.
51757 * include/stdio.h: Likewise.
51758 * include/stdlib.h: Likewise.
51759 * include/string.h: Likewise.
51760 * include/sys/socket.h: Likewise.
51761 * include/sys/stat.h: Likewise.
51762 * include/sys/statfs.h: Likewise.
51763 * include/sys/statvfs.h: Likewise.
51764 * include/sys/syslog.h: Likewise.
51765 * include/sys/time.h: Likewise.
51766 * include/sys/uio.h: Likewise.
51767 * include/time.h: Likewise.
51768 * include/unistd.h: Likewise.
51769 * include/utmp.h: Likewise.
51770 * include/wchar.h: Likewise.
51771 * include/wctype.h: Likewise.
51772 * inet/aliases.h: Likewise.
51773 * inet/arpa/inet.h: Likewise.
51774 * inet/netinet/ether.h: Likewise.
51775 * inet/netinet/in.h: Likewise.
51776 * intl/libintl.h: Likewise.
51777 * io/bits/fcntl2.h: Likewise.
51778 * io/fcntl.h: Likewise.
51779 * io/ftw.h: Likewise.
51780 * io/sys/poll.h: Likewise.
51781 * io/sys/stat.h: Likewise.
51782 * io/sys/statfs.h: Likewise.
51783 * io/sys/statvfs.h: Likewise.
51784 * io/utime.h: Likewise.
51785 * libio/bits/stdio.h: Likewise.
51786 * libio/bits/stdio2.h: Likewise.
51787 * libio/libio.h: Likewise.
51788 * libio/libioP.h: Likewise.
51789 * libio/stdio.h: Likewise.
51790 * locale/lc-ctype.c: Likewise.
51791 * locale/locale.h: Likewise.
51792 * login/utmp.h: Likewise.
51793 * malloc/arena.c: Likewise.
51794 * malloc/malloc.c: Likewise.
51795 * malloc/malloc.h: Likewise.
51796 * malloc/mcheck.c: Likewise.
51797 * malloc/mtrace.c: Likewise.
51798 * math/bits/mathcalls.h: Likewise.
51799 * math/fenv.h: Likewise.
51800 * math/math_private.h: Likewise.
51801 * misc/bits/error.h: Likewise.
51802 * misc/bits/syslog.h: Likewise.
51803 * misc/err.h: Likewise.
51804 * misc/error.h: Likewise.
51805 * misc/fstab.h: Likewise.
51806 * misc/mntent.h: Likewise.
51807 * misc/regexp.h: Likewise.
51808 * misc/search.h: Likewise.
51809 * misc/sgtty.h: Likewise.
51810 * misc/sys/mman.h: Likewise.
51811 * misc/sys/syslog.h: Likewise.
51812 * misc/sys/uio.h: Likewise.
51813 * misc/sys/xattr.h: Likewise.
51814 * misc/ttyent.h: Likewise.
51815 * nis/rpcsvc/ypclnt.h: Likewise.
51816 * nss/nss.h: Likewise.
51817 * posix/bits/unistd.h: Likewise.
51818 * posix/fnmatch.h: Likewise.
51819 * posix/glob.h: Likewise.
51820 * posix/sched.h: Likewise.
51821 * posix/spawn.h: Likewise.
51822 * posix/sys/wait.h: Likewise.
51823 * posix/unistd.h: Likewise.
51824 * posix/wordexp.h: Likewise.
51825 * pwd/pwd.h: Likewise.
51826 * resolv/netdb.h: Likewise.
51827 * resource/sys/resource.h: Likewise.
51828 * rt/aio.h: Likewise.
51829 * rt/bits/mqueue2.h: Likewise.
51830 * rt/mqueue.h: Likewise.
51831 * shadow/shadow.h: Likewise.
51832 * signal/signal.h: Likewise.
51833 * socket/send.c: Likewise.
51834 * socket/sendto.c: Likewise.
51835 * socket/sys/socket.h: Likewise.
51836 * stdio-common/printf.h: Likewise.
51837 * stdlib/bits/stdlib.h: Likewise.
51838 * stdlib/fmtmsg.h: Likewise.
51839 * stdlib/monetary.h: Likewise.
51840 * stdlib/stdlib.h: Likewise.
51841 * stdlib/ucontext.h: Likewise.
51842 * streams/stropts.h: Likewise.
51843 * string/argz.h: Likewise.
51844 * string/bits/string2.h: Likewise.
51845 * string/string.h: Likewise.
51846 * string/strings.h: Likewise.
51847 * sunrpc/rpc/auth.h: Likewise.
51848 * sunrpc/rpc/auth_des.h: Likewise.
51849 * sunrpc/rpc/clnt.h: Likewise.
51850 * sunrpc/rpc/netdb.h: Likewise.
51851 * sunrpc/rpc/pmap_clnt.h: Likewise.
51852 * sunrpc/rpc/xdr.h: Likewise.
51853 * sysdeps/generic/inttypes.h: Likewise.
51854 * sysdeps/generic/net/if.h: Likewise.
51855 * sysdeps/generic/sys/swap.h: Likewise.
51856 * sysdeps/gnu/net/if.h: Likewise.
51857 * sysdeps/gnu/utmpx.h: Likewise.
51858 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51859 * sysdeps/i386/i486/bits/string.h: Likewise.
51860 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51861 * sysdeps/s390/bits/string.h: Likewise.
51862 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51863 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51864 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51865 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51866 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51867 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51868 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51869 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51870 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51871 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51872 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51873 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51874 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51875 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51876 * sysdeps/unix/sysv/linux/readv.c: Likewise.
51877 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51878 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51879 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51880 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51881 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51882 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51883 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51884 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51885 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51886 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51887 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51888 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51889 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51890 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51891 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51892 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51893 * sysvipc/sys/ipc.h: Likewise.
51894 * sysvipc/sys/msg.h: Likewise.
51895 * sysvipc/sys/sem.h: Likewise.
51896 * sysvipc/sys/shm.h: Likewise.
51897 * termios/termios.h: Likewise.
51898 * time/sys/time.h: Likewise.
51899 * time/time.h: Likewise.
51900 * wcsmbs/bits/wchar2.h: Likewise.
51901 * wcsmbs/uchar.h: Likewise.
51902 * wcsmbs/wchar.h: Likewise.
51903 * wctype/wctype.h: Likewise.
51904
0269750c
UD
51905 [BZ #13551]
51906 * Makeconfig: Remove all but ELF support including AIX support.
51907 * Makerules: Likewise.
51908 * config.h.in: Likewise.
51909 * config.make.in: Likewise.
51910 * configure: Likewise.
51911 * configure.in: Likewise.
51912 * csu/Makefile: Likewise.
51913 * csu/version.c: Likewise.
51914 * debug/Makefile: Likewise.
51915 * dlfcn/Makefile: Likewise.
51916 * elf/Makefile: Likewise.
51917 * extra-lib.mk: Likewise.
51918 * iconv/Makefile: Likewise.
51919 * include/libc-symbols.h: Likewise.
51920 * include/shlib-compat.h: Likewise.
51921 * resolv/Makefile: Likewise.
51922 * resolv/res_libc.c: Likewise.
51923 * rt/Makefile: Likewise.
51924 * sysdeps/i386/asm-syntax.h: Likewise.
51925 * sysdeps/i386/sysdep.h: Likewise.
51926 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51927 * sysdeps/mach/sysdep.h: Likewise.
51928 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51929 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51930 * sysdeps/s390/asm-syntax.h: Likewise.
51931 * sysdeps/s390/s390-32/sysdep.h: Likewise.
51932 * sysdeps/s390/s390-64/sysdep.h: Likewise.
51933 * sysdeps/sh/sysdep.h: Likewise.
51934 * sysdeps/unix/sparc/sysdep.h: Likewise.
51935 * sysdeps/wordsize-32/divdi3.c: Likewise.
51936 * sysdeps/x86_64/sysdep.h: Likewise.
51937
00bbd29b
UD
51938 * argp/Versions: Remove _argp_unlock_xxx.
51939
51940 [BZ #13559]
51941 * abilist/ld.abilist: Update. Adjust for removal of tls option.
51942 * abilist/libBrokenLocale.abilist: Likewise.
51943 * abilist/libanl.abilist: Likewise.
51944 * abilist/libc.abilist: Likewise.
51945 * abilist/libcrypt.abilist: Likewise.
51946 * abilist/libdl.abilist: Likewise.
51947 * abilist/libm.abilist: Likewise.
51948 * abilist/libnsl.abilist: Likewise.
51949 * abilist/libpthread.abilist: Likewise.
51950 * abilist/libresolv.abilist: Likewise.
51951 * abilist/librt.abilist: Likewise.
51952 * abilist/libthread_db.abilist: Likewise.
51953 * abilist/libutil.abilist: Likewise.
51954 * abilist/libnss_db.abilist: New file.
51955
51956 * scripts/abilist.awk: Add support for indirect functions.
51957
a2693a0e
UD
51958 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51959
3f05895f
UD
51960 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51961
ecb6fb48
UD
51962 * shlib-versions: Remove entries for ports architectures.
51963
664f8cb9
UD
51964 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
51965 files in ports.
51966 * elf/stackguard-macros.h: Remove support for IA-64.
51967 * elf/tst-auditmod1.c: Likewise.
51968 * sysdeps/generic/ldsodefs.h: Likewise.
51969
7ae81d88
UD
51970 * sysdeps/unix/sysv/linux/configure.in: Ports should define
51971 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51972 configure files.
51973
bdeba135
UD
51974 [BZ #13552]
51975 * configure.in: Remove --enable-omitfp support.
51976 * FAQ.in: Adjust.
51977 * config.make.in: Likewise.
51978 * Makeconfig: Likewise.
51979 * manual/install.texi: Likewise.
51980
d75a0a62
UD
51981 In case anyone cares, the IA-64 architecture could move to ports.
51982 * sysdeps/ia64/*: Removed.
51983 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 51984 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 51985
dcc9756b
UD
51986 [BZ #13555]
51987 * configure.in: Remove entries for unsupported architectures.
51988
d3761ebc 51989 [BZ #13533]
9954432e
UD
51990 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51991 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
51992 routines.
51993 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51994 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51995 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
51996 fall back to using wcrtomb.
51997 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51998 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
51999 renaming.
52000 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
52001 * wcsmbs/tst-c16c32-1.c: New file.
52002
52003 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
52004 local variable.
52005
c3a87236
UD
52006 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
52007
28926a1b
UD
52008 * elf/tst-unique3.cc: Add explicit declaration of gets.
52009 * elf/tst-unique3lib.cc: Likewise.
52010 * elf/tst-unique3lib2.cc: Likewise.
52011 * elf/tst-unique4.cc: Likewise.
52012
df78418a
UD
52013 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
52014
8ecd6b2a
JM
520152012-01-06 Joseph Myers <joseph@codesourcery.com>
52016
52017 [BZ #13566]
52018 * assert/assert.h (static_assert): Don't define for C++.
52019 * libio/stdio.h (gets): Do declare for C++ <= C++11.
52020 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
52021
9f115170
UD
520222012-01-03 Ulrich Drepper <drepper@gmail.com>
52023
5e0d0300
UD
52024 * iconv/loop.c (single loop): Fix assertion in storing of
52025 remaining bytes.
52026
9f115170
UD
52027 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
52028
81fb02b0
UD
520292012-01-01 Ulrich Drepper <drepper@gmail.com>
52030
52031 * posix/getconf.c: Update copyright year.
52032 * nss/getent.c: Likewise.
a316c1f6 52033 * nss/makedb.c: Likewise.
81fb02b0
UD
52034 * iconv/iconvconfig.c: Likewise.
52035 * iconv/iconv_prog.c: Likewise.
52036 * elf/ldconfig.c: Likewise.
a316c1f6
UD
52037 * elf/pldd.c: Likewise.
52038 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
52039 * catgets/gencat.c: Likewise.
52040 * csu/version.c: Likewise.
52041 * elf/ldd.bash.in: Likewise.
52042 * elf/sprof.c (print_version): Likewise.
52043 * locale/programs/locale.c: Likewise.
52044 * locale/programs/localedef.c: Likewise.
a316c1f6 52045 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
52046 * nscd/nscd.c (print_version): Likewise.
52047 * debug/xtrace.sh: Likewise.
52048 * malloc/memusage.sh: Likewise.
52049 * malloc/mtrace.pl: Likewise.
52050 * debug/catchsegv.sh: Likewise.
52051
2ba92745
JJ
520522011-12-30 Jakub Jelinek <jakub@redhat.com>
52053
52054 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
52055 pure attribute.
52056
dadebdae
UD
520572011-12-24 Ulrich Drepper <drepper@gmail.com>
52058
d3761ebc 52059 [BZ #13533]
db6af3eb
UD
52060 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
52061 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
52062 transformations.
52063 * iconv/gconv_int.h: Likewise.
52064 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
52065 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
52066 from libc for GLIBC_2.16.
52067 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
52068 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
52069 * wcsmbs/uchar.h: Really define mbstate_t.
52070 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
52071 * wcsmbs/c16rtomb.c: New file.
52072 * wcsmbs/mbrtoc16.c: New file.
52073 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
52074 for C/POSIX locale.
52075 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
52076 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
52077
dadebdae
UD
52078 * wcsmbs/wchar.h: Add missing __restrict.
52079
67371b56
UD
520802011-12-23 Ulrich Drepper <drepper@gmail.com>
52081
74033a25
UD
52082 [BZ #13532]
52083 * time/Makefile (routines): Add timespec_get.
52084 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
52085 * time/time.h: Define TIME_UTC and declare timespec_get. Define
52086 timespec for ISO C11.
52087 * time/timespec_get.c: New file.
52088 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
52089 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
52090
380d7e87
UD
52091 [BZ #13531]
52092 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
52093 * stdlib/stdlib.h: Declare aligned_alloc.
52094 * Versions.def: Add GLIBC_2.16 for libc.
52095 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
52096
4e9e7a35
UD
52097 [BZ 13527]
52098 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
52099 ISO C11.
52100
380d7e87 52101 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
52102 code.
52103
03a71829
UD
52104 [BZ #13528]
52105 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
52106
839e283e
UD
52107 [BZ #13529]
52108 * assert/assert.h (static_assert): Define.
52109
ce5294e2 52110 * version.h: Update for 2.16 development version.
90fa7312 52111
8d44e150 52112 [BZ #13526]
d7809905
UD
52113 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
52114 _ISOC11_SOURCE.
52115
c0da14cd
UD
52116 * version.h (RELEASE): Bump for 2.15 release.
52117 * include/features.h (__GLIBC_MINOR__): Bump to 15.
52118
530a3249
MP
52119 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
52120 Patch by Marek Polacek <mpolacek@redhat.com>.
52121
67371b56
UD
52122 * bits/byteswap.h: Protect long long constants with __extension__.
52123 * sysdeps/i386/bits/byteswap.h: Likewise.
52124 * sysdeps/ia64/bits/byteswap.h: Likewise.
52125 * sysdeps/s390/bits/byteswap.h: Likewise.
52126 * sysdeps/x86_64/bits/byteswap.h: Likewise.
52127
15db4de1
LD
521282011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52129
52130 [BZ #13540]
bbe315ea
LD
52131 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
52132 destination buffer.
15db4de1
LD
52133 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
52134
2b2596b1
MP
521352011-12-23 Marek Polacek <polacek@redhat.com>
52136
52137 * elf/dl-addr.c (determine_info): Add inline keyword.
52138 * elf/tst-auditmod4b.c (check_avx): Likewise.
52139 * elf/tst-auditmod6b.c (check_avx): Likewise.
52140 * elf/tst-auditmod6c.c (check_avx): Likewise.
52141 * elf/tst-auditmod7b.c (check_avx): Likewise.
52142
70c6c246
UD
521432011-12-23 Ulrich Drepper <drepper@gmail.com>
52144
52145 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
52146 !__SSE_MATH__.
52147
c044cf14
LD
521482011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52149
15db4de1 52150 [BZ #13540]
c044cf14
LD
52151 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
52152 processing for last bytes.
52153
6b13d9d9
BH
521542011-08-06 Bruno Haible <bruno@clisp.org>
52155
d455f537
BH
52156 [BZ #13061]
52157 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
52158 U+0385, not to U+1FEE.
52159
6b13d9d9
BH
52160 [BZ #13062]
52161 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
52162 entry for U+00A5 U+0301.
52163
db910efd
UD
521642011-12-22 Ulrich Drepper <drepper@gmail.com>
52165
27deeafc
UD
52166 [BZ #13166]
52167 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
52168 buffer for the output is too small.
52169
aed9d171
UD
52170 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
52171 optimization.
52172
db910efd
UD
52173 [BZ #13185]
52174 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
52175 SSE flags if possible.
52176
2bd779ae
LD
521772011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52178
e7f9dac3 52179 [BZ #13540]
2bd779ae
LD
52180 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
52181 processing for last bytes.
52182
154bfc16
JM
521832011-12-22 Joseph Myers <joseph@codesourcery.com>
52184
52185 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
52186 (syscall-list-default-options, syscall-list-default-condition)
52187 (syscall-list-includes): Define.
52188 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
52189 list of ABIs and options and #if conditions for each ABI. Do not
52190 handle common syscalls between ABIs specially.
52191 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
52192 Remove.
52193 (syscall-list-variants, syscall-list-32bit-options)
52194 (syscall-list-32bit-condition, syscall-list-64bit-options)
52195 (syscall-list-64bit-condition): Define.
52196 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
52197 (syscall-list-variants, syscall-list-32bit-options)
52198 (syscall-list-32bit-condition, syscall-list-64bit-options)
52199 (syscall-list-64bit-condition): Define.
52200 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
52201 Remove.
52202 (syscall-list-variants, syscall-list-32bit-options)
52203 (syscall-list-32bit-condition, syscall-list-64bit-options)
52204 (syscall-list-64bit-condition): Define.
52205 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52206 Remove.
52207 (syscall-list-variants, syscall-list-32bit-options)
52208 (syscall-list-32bit-condition, syscall-list-64bit-options)
52209 (syscall-list-64bit-condition): Define.
52210
21eaf3a5
UD
522112011-12-22 Ulrich Drepper <drepper@gmail.com>
52212
16c6f992
UD
52213 * locale/iso-639.def: Add brx entry.
52214
41043168
UD
52215 [BZ #13328]
52216 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52217 Proposed by Mariusz_Cukr <marcukr@op.pl>.
52218
21eaf3a5
UD
52219 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52220 __feraiseexcept_renamed.
52221
e3a851a2
UD
522222011-12-21 Ulrich Drepper <drepper@gmail.com>
52223
4920765e
UD
52224 [BZ #13538]
52225 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52226 EPOLLET with unsigned values.
52227 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52228 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52229
e3a851a2
UD
52230 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52231 to large cancellation.
52232 * math/s_cacoshf.c: Likewise.
52233 * math/s_cacoshl.c: Likewise.
52234
b27e24b8
RK
522352011-11-18 Richard B. Kreckel <kreckel@ginac.de>
52236
52237 [BZ #13305]
aebefeee 52238 [BZ #12786]
b27e24b8
RK
52239 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52240 * math/s_cacoshf.c: Likewise.
52241 * math/s_cacoshl.c: Likewise.
52242
ee190f67
UD
522432011-12-21 Ulrich Drepper <drepper@gmail.com>
52244
52245 [BZ #13439]
52246 * iconv/gconv.h: Define __GCONV_SWAP.
52247 * iconvdata/unicode.c: The swap bit must be stored in __flags.
52248 * iconvdata/utf-16.c: Likewise.
52249 * iconvdata/utf-32.c: Likewise.
52250
707f25df
AS
522512011-12-21 Andreas Schwab <schwab@linux-m68k.org>
52252
52253 [BZ #13524]
52254 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52255 numerator after shifting it by one limb.
52256
d2daaa1e
RÁE
522572011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
52258
52259 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52260 under [__USE_EXTERN_INLINES].
52261
a4647e72
UD
522622011-12-17 Ulrich Drepper <drepper@gmail.com>
52263
52264 [BZ #13446]
52265 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52266
f0b264f1
AZ
522672011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
52268
52269 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52270 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52271 optimized code.
52272 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52273 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52274 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52275 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52276 for strncasecmp/strncasecmp_l compilation.
52277 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52278 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52279
8ef4f244
MP
522802011-12-08 Marek Polacek <mpolacek@redhat.com>
52281
52282 [BZ #13484]
52283 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52284 of __asm__.
52285
97ac2654
UD
522862011-12-17 Ulrich Drepper <drepper@gmail.com>
52287
52288 [BZ #13506]
52289 * time/tzfile.c (__tzfile_read): Check values from file header.
52290
91d2a845
WS
522912011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
52292
52293 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
52294 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
52295 * powerpc/powerpc32/dl-start.S: Likewise.
52296 * powerpc/powerpc32/elf/start.S: Likewise.
52297 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
52298 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
52299 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
52300 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
52301 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
52302 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
52303 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
52304 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
52305 * powerpc/powerpc32/fpu/s_round.S: Likewise.
52306 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
52307 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
52308 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
52309 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
52310 * powerpc/powerpc32/memset.S: Likewise.
52311 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
52312 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
52313 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
52314 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
52315 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
52316 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
52317 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
52318 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
52319 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
52320 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
52321 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
52322 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52323 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52324
a1267ba1
AZ
523252011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
52326
52327 * math/libm-test.inc: Added more nearbyint tests.
52328 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
52329 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
52330 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
52331 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
52332
ad8ac1bd
RL
523332011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
52334
52335 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
52336 FD_CLOEXEC.
52337
1d3e4b61
UD
523382011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52339
52340 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
52341 Add wcscpy-ssse3 wcscpy-c.
52342 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
52343 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
52344 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
52345 * sysdeps/x86_64/wcschr.S: New file.
52346 * sysdeps/x86_64/wcsrchr.S: New file.
52347 * string/test-strcmp.c: Remove checking of wcscmp function for
52348 wrong alignments.
52349 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
52350 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
52351 wcsrchr-sse2 wcsrchr-c.
52352 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
52353 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
52354 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
52355 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
52356 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
52357 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52358 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52359 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52360 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52361 * wcsmbc/wcschr.c (WCSCHR): New macro.
52362
5b330a2d
UD
523632011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52364
52365 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52366 * wcsmbs/test-wcsrchr.c: New file.
52367 * string/test-strrchr.c: Add wcsrchr support.
52368 (WIDE): New macro.
52369 * wcsmbs/test-wcscpy.c: New file.
52370 * string/test-strcpy.c: Add wcscpy support.
52371 (WIDE): New macro.
26428b7c 52372
f039c043
UD
523732011-12-10 Ulrich Drepper <drepper@gmail.com>
52374
52375 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52376 the inner loop.
52377
850fb039
AS
523782011-12-06 Andreas Schwab <schwab@linux-m68k.org>
52379
52380 [BZ #13472]
52381 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52382
4efbd5cb
UD
523832011-12-04 Ulrich Drepper <drepper@gmail.com>
52384
52ff5dd0 52385 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 52386 Minor optimizations.
52ff5dd0 52387
4efbd5cb
UD
52388 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52389 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52390 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52391
8a426e12
UD
523922011-12-03 Ulrich Drepper <drepper@gmail.com>
52393
aff2453d
UD
52394 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52395 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52396 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52397 for gcc to avoid warnings.
52398 * inet/Makefile (tests): Add tst-checks.
52399 * inet/tst-checks.c: New file.
52400
52401 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52402 warning.
52403
52404 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52405 __wmemcmp_sse2.
52406
52407 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52408 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52409
8a426e12
UD
52410 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52411
9bea3473
UD
524122011-12-02 Ulrich Drepper <drepper@gmail.com>
52413
3a965496
UD
52414 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52415 problem.
52416
9bea3473
UD
52417 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52418
f101631b
UD
524192011-11-29 Joseph Myers <joseph@codesourcery.com>
52420
52421 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52422 conditional on GCC version.
52423 (__arch_compare_and_exchange_val_8_acq)
52424 (__arch_compare_and_exchange_val_16_acq)
52425 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52426 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52427 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52428
a98275aa
UD
524292011-12-02 Joseph Myers <joseph@codesourcery.com>
52430
52431 * sysdeps/sh/backtrace.c: New file.
52432
d4cc29a2
AS
524332011-12-02 Andreas Schwab <schwab@redhat.com>
52434
52435 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
52436 parenthesis.
52437
6257af2d
AS
524382011-12-01 Andreas Schwab <schwab@redhat.com>
52439
52440 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52441 falling back to utime.
52442
b5f44c1a
AS
524432011-11-30 Andreas Schwab <schwab@redhat.com>
52444
52445 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52446 expectations for float.
52447
f3a6cc0a
AS
524482011-11-29 Andreas Schwab <schwab@redhat.com>
52449
52450 * locale/weight.h (findidx): Add parameter len.
52451 * locale/weightwc.h (findidx): Likewise.
52452 * posix/fnmatch_loop.c (FCT): Adjust caller.
52453 * posix/regcomp.c (build_equiv_class): Likewise.
52454 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52455 * posix/regexec.c (check_node_accept_bytes): Likewise.
52456 * string/strcoll_l.c (STRCOLL): Likewise.
52457 * string/strxfrm_l.c (STRXFRM): Likewise.
52458
9d65ea3a
UD
524592011-11-17 Ulrich Drepper <drepper@gmail.com>
52460
52461 * Makefile.in: Remove CVSOPT handling.
52462 * configure.in: Remove use of AC_REVISION.
52463 * iconvdata/Makefile (distribute): No need to filter out CVS.
52464 * scripts/list-sources.sh: Remove CVS, subversion and monotone
52465 handling.
52466
5583a086
AS
524672011-11-16 Andreas Schwab <schwab@redhat.com>
52468
52469 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52470 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52471 [USE_AS_STRNCASECMP_L]: Likewise.
52472 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52473 NO_TLS_DIRECT_SEG_REFS.
52474 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52475 Fix argument offsets for non-PIC.
52476 [USE_AS_STRNCASECMP_L]: Likewise.
52477 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52478 NO_TLS_DIRECT_SEG_REFS.
52479
d62a8200
UD
524802011-11-15 Ulrich Drepper <drepper@gmail.com>
52481
9d65ea3a 52482 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
52483 O_CLOEXEC.
52484 * locale/loadlocale.c (_nl_load_locale): Likewise.
52485
09f93bd3
AS
524862011-11-15 Andreas Schwab <schwab@redhat.com>
52487
446514f9
AS
52488 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52489 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52490 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52491 (SYSCALL_GETTIME): Set errno on error.
52492
09f93bd3
AS
52493 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52494 count references to noai6ai_cached.
52495
312be3f9
UD
524962011-11-15 Ulrich Drepper <drepper@gmail.com>
52497
52498 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52499
52500 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52501 FD_CLOEXEC for /proc/self/maps.
52502
52503 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52504 FD_CLOEXEC for /proc/meminfo.
52505
52506 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52507 gai.conf.
52508
52509 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
52510 FD_CLOEXEC for given file.
52511
52512 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52513
52514 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52515 FD_CLOEXEC for /etc/hosts.
52516 (_gethtent): Likewise.
52517
52518 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52519
52520 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52521 cancellation and set FD_CLOEXEC for /etc/netgroup.
52522
52523 * nss/nss_files/files-key.c (search): Don't allow cancellation when
52524 reading /etc/publickey.
52525
52526 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52527 allow cancellation when reading /etc/group.
52528
52529 * nss/nss_files/files-alias.c (internal_setent): Don't allow
52530 cancellation.
52531 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
52532
52533 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52534 when using data file.
52535
52536 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52537
52538 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52539 (write_nis_obj): Use "c" and "e" in fopen.
52540
52541 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52542
52543 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52544
52545 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52546
52547 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52548
52549 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52550 locale.alias.
52551
52552 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52553
52554 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52555
52556 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52557
52558 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52559 file parsing and set FD_CLOEXEC.
52560
82af0fa8
UD
525612011-11-14 Ulrich Drepper <drepper@gmail.com>
52562
52563 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52564
a5fb313c
AS
525652011-11-14 Andreas Schwab <schwab@redhat.com>
52566
52567 * malloc/arena.c (arena_get2): Don't call reused_arena when
52568 _int_new_arena failed.
52569
6abf3465
UD
525702011-11-14 Ulrich Drepper <drepper@gmail.com>
52571
52572 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52573 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52574 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52575 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52576 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52577 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52578 to compile strcasecmp and strncasecmp.
52579 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52580 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52581
52582 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52583
76e3966e
UD
525842011-11-13 Ulrich Drepper <drepper@gmail.com>
52585
52586 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52587 locale-defines.sym to gen-as-const-headers.
52588 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52589 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52590 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52591 to compile strcasecmp and strncasecmp.
52592 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52593 strcasecmp_l and strncasecmp_l.
52594 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52595 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52596 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52597 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52598 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52599 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52600 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52601 * sysdeps/i386/i686/multiarch/strncase.S: New file.
52602 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52603 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52604 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52605
ab26144e
UD
526062011-11-12 Ulrich Drepper <drepper@gmail.com>
52607
7edb22ef
UD
52608 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52609 result of SYSDEP_GETTIME_CPU to retval.
52610 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52611 parameter list to macro. Remove trailing semicolon. Adjust users.
52612
9694fc44
UD
52613 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52614 variable.
52615
8ad89ef8
UD
52616 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52617 mantissa words.
52618 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52619
0c822ef9
UD
52620 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52621 from unused variable.
52622
874e0564
UD
52623 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52624 DWARF definitions.
52625 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52626 for assembling.
52627
3a2edc79
UD
52628 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52629 over namespaces.
52630
f3c2577f
UD
52631 * sunrpc/rpc_prot.c (rejected): Fix case value.
52632
294ce126
UD
52633 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52634 unsigned long long int to avoid warnings in shift.
52635
5e2b63c6
UD
52636 * posix/regex_internal.c (re_string_reconstruct): Actually use result
52637 of use of trans.
52638 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52639 variable tmp.
52640
e7f4b08e
UD
52641 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52642 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52643 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52644
ab26144e
UD
52645 * nis/nis_table.c (nis_list): Use variable of correct type for
52646 result of __follow_path call.
52647
8a6d5255
AZ
526482011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
52649
52650 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52651 of math functions ceil, trunc, floor, round, and sqrt, when
52652 avaliable on the platform.
52653 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52654 name clash.
52655 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52656 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52657 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52658
aaddc98c
MP
526592011-10-30 Marek Polacek <mpolacek@redhat.com>
52660
52661 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52662 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52663
95b7042b
RM
526642011-11-11 Roland McGrath <roland@hack.frob.com>
52665
52666 * include/unistd.h: Fix __readlink return type.
52667 Reported by Chris Metcalf <cmetcalf@tilera.com>.
52668
57769839
UD
526692011-11-11 Ulrich Drepper <drepper@gmail.com>
52670
52671 * stdlib/ucontext.h: Undo last change for makecontext.
52672
edc5984d
AS
526732011-11-11 Andreas Schwab <schwab@redhat.com>
52674
98591e58
AS
52675 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52676
edc5984d
AS
52677 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52678 * setjmp/setjmp.h: Mark functions as non-leaf.
52679 * setjmp/bits/setjmp2.h: Likewise.
52680 * stdlib/ucontext.h: Likewise.
52681
77cdc054
AS
526822011-11-10 Andreas Schwab <schwab@redhat.com>
52683
52684 * malloc/arena.c (_int_new_arena): Don't increment narenas.
52685 (reused_arena): Don't check arena limit.
52686 (arena_get2): Atomically check arena limit.
52687
fe72eebd
UD
526882011-11-08 Ulrich Drepper <drepper@gmail.com>
52689
5f078c32
UD
52690 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52691 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52692
fe72eebd
UD
52693 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52694 instructions.
52695
ae1bc2fa
AS
526962011-11-07 Andreas Schwab <schwab@redhat.com>
52697
7583a88d
AS
52698 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52699 handler when locking.
52700
ae1bc2fa
AS
52701 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52702 Fix size of allocated buffer.
52703
10fb0bfa
AS
527042011-11-04 Andreas Schwab <schwab@redhat.com>
52705
998832a4
AS
52706 [BZ #10103]
52707 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52708 declarations for long double functions.
52709 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52710
10fb0bfa
AS
52711 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52712
3d7ba52b
AS
527132011-11-03 Andreas Schwab <schwab@redhat.com>
52714
a9ae54a1
AS
52715 * nscd/nscd.c (main): Don't start AVC thread until credentials are
52716 installed.
52717
3d7ba52b
AS
52718 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52719 is disabled.
52720
bc8db248
ST
527212011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
52722
52723 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52724
45b96dd6
AS
527252011-11-01 Andreas Schwab <schwab@linux-m68k.org>
52726
647776f6
AS
52727 * include/alloca.h (stackinfo_alloca_round): Define.
52728 (extend_alloca): Use it.
52729 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52730 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52731 here.
52732
d91a8b93
AS
52733 * scripts/check-local-headers.sh: Ignore libaudit.h.
52734
45b96dd6
AS
52735 * nscd/Makefile (extra-objs): Make recursively expanded.
52736
432d41ce
UD
527372011-11-01 Ulrich Drepper <drepper@gmail.com>
52738
34372fc6
UD
52739 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52740 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52741
fadb59f8
UD
52742 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52743 * posix/tst-rfc3484-2.c: Likewise.
52744 * posix/tst-rfc3484-3.c: Likewise.
52745
78239589
UD
52746 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52747 process_vm_writev.
52748 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52749 process_vm_writev.
52750 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52751 process_vm_writev from libc using GLIBC_2.15 version.
52752
432d41ce
UD
52753 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52754
02f9c6cf
PP
527552011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
52756
52757 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52758 stack usage.
52759
3a2c0242
UD
527602011-10-31 Ulrich Drepper <drepper@gmail.com>
52761
f4ec4833
UD
52762 [BZ #13367]
52763 * nss/getent.c (initgroups_keys): Show error message in case no group
52764 names are given.
52765
3a2c0242
UD
52766 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52767 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52768 __bump_nl_timestamp.
52769 * nscd/connections (nscd_init): When host database is served open
52770 netlink socket and request notification about configuration changes.
52771 (main_loop_poll): Track netlink file descriptor and bump timestamp
52772 in case data becomes available.
52773 (main_loop_epoll): Likewise.
52774 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52775 (database_pers_head): Add extra_data fileds.
52776 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52777 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52778 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52779 Adjust caller.
52780 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52781 in6ai data, call __free_in6ai.
52782 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52783 Add -DHAVE_NETLINK.
52784 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
52785 interface information. Reuse previous data if netlink timestamp
52786 is not changed.
52787 (__bump_nl_timestamp): New function.
52788 (__free_in6ai): New function.
52789
636064eb
UD
527902011-10-30 Ulrich Drepper <drepper@gmail.com>
52791
52792 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52793 close_not_cancel_no_status here.
52794 (__check_pf): Reorganize code a bit to not call close twice if OOM.
52795
9beb2334
UD
527962011-10-29 Ulrich Drepper <drepper@gmail.com>
52797
6ef76f3b
UD
52798 [BZ #13276]
52799 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52800 return value.
52801
0ffc4f3e 52802 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
52803 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52804 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52805
cb95113e
UD
528062011-07-03 Andreas Jaeger <aj@suse.de>
52807
52808 [BZ #10709]
52809 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52810 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52811 * math/libm-test.inc (sin_test): Add test case.
52812
a1b560ff
UD
528132011-10-29 Ulrich Drepper <drepper@gmail.com>
52814
c9aaface
UD
52815 [BZ #13337]
52816 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52817 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52818
d272e7f1
UD
52819 * elf/chroot_canon.c (chroot_canon): Cleanups.
52820
1bc33071
UD
52821 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52822
1760874d
TJ
52823 [BZ #13335]
52824 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52825 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52826
51d91b18
UD
52827 * string/test-strchr.c: Make usable for strchrnul testing.
52828 * string/test-strchrnul.c: New file.
52829 * string/Makefile (strop-tests): Add strchrnul.
52830
a1b560ff 52831 * po/it.po: Update from translation team.
b611fb81 52832 * po/es.po: Likewise.
a1b560ff 52833
a5b81e1f
UD
528342011-10-28 Ulrich Drepper <drepper@gmail.com>
52835
fd52bc6d
UD
52836 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52837 the three constants needed as parameters. Drop the others.
52838 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52839 __m128i_strloadu_tolower.
52e4b9eb
UD
52840 Create and initialize variable zero and use it in all the places
52841 where _mm_setzero_si128 was used.
fd52bc6d 52842
a5b81e1f
UD
52843 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52844 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52845 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52846 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52847 anymore.
52848 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52849 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52850 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52851 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52852 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52853 __mpranred, __mptan.
52854 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52855 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52856 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52857 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52858 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52859 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52860 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52861 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52862 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52863
b4343346
AS
528642011-10-28 Andreas Schwab <schwab@redhat.com>
52865
0c92d8a8
AS
52866 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52867 redefine if SHARED.
52868 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52869
b4343346
AS
52870 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52871 wide char related routines to wcsmbs subdir.
52872
3871f58f
AS
528732011-10-27 Andreas Schwab <schwab@redhat.com>
52874
52875 [BZ #13344]
52876 * misc/sys/cdefs.h (__THROWNL): Define.
52877 * posix/unistd.h: Use __THREADNL instead of __THREAD
52878 for memory synchronization functions.
52879
94d44d9f
RM
528802011-10-26 Roland McGrath <roland@hack.frob.com>
52881
21b64b15 52882 [BZ #13349]
94d44d9f
RM
52883 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52884 doesn't exist.
52885 * manual/stdio.texi (Obstack Streams): Node removed.
52886
f6ce9294
AS
528872011-10-26 Andreas Schwab <schwab@redhat.com>
52888
80479147
AS
52889 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52890 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52891 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52892
f6ce9294
AS
52893 * math/math_private.h (math_force_eval): Allow non-addressable
52894 arguments.
52895 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52896
618280a1
UD
528972011-10-25 Ulrich Drepper <drepper@gmail.com>
52898
e0016b11
UD
52899 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52900 file is not needed.
52901
52902 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52903 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52904 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52905 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52906 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52907 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52908 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52909 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52910 Add AVX variants.
52911 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52912 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52913 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52914 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52915 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52916 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52917 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52918 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52919 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52920 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52921 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52922 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52923 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52924 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52925 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52926 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52927 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52928 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52929 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52930
52931 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52932 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
52933
618280a1
UD
52934 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52935 place. Use VEX encoding when compiling for AVX.
52936
37822576
AS
529372011-10-25 Andreas Schwab <schwab@redhat.com>
52938
1f1e1947
AS
52939 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52940 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52941
37822576
AS
52942 * string/test-strchr.c (do_test): Don't generate NUL bytes.
52943
31ea014d
UD
529442011-10-25 Ulrich Drepper <drepper@gmail.com>
52945
d7826aa1 52946 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 52947 useless if() expression.
d7826aa1
UD
52948 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52949 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52950 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52951 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52952 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52953 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52954 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52955 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52956 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52957 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52958 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52959 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52960 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52961 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52962 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52963 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52964 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52965 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52966 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52967
31ea014d
UD
52968 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52969
16437fec
AS
529702011-10-25 Andreas Schwab <schwab@redhat.com>
52971
52972 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52973 condition.
52974 * elf/dl-fini.c (_dl_sort_fini): Likewise.
52975
31d3cc00
UD
529762011-10-25 Ulrich Drepper <drepper@gmail.com>
52977
52978 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52979 .text section. Avoid duplicate constants.
52980 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52981 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52982 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52983 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52984 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52985 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52986 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52987 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52988 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52989 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52990 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52991 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52992 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52993 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52994 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52995 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52996 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52997 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52998 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52999 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53000 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
53001 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
53002 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
53003 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
53004 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
53005 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
53006 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
53007 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
53008 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
53009 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
53010 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
53011 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
53012 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
53013 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
53014 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
53015 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
53016 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
53017 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
53018 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
53019 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
53020 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
53021 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
53022 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
53023 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
53024 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
53025
58985aa9
UD
530262011-10-24 Ulrich Drepper <drepper@gmail.com>
53027
202c9deb
UD
53028 * sysdeps/x86_64/dla.h: Move to ...
53029 * sysdeps/x86_64/fpu/dla.h: ...here.
53030 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
53031 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 53032
af968f62
UD
53033 * config.make.in: Add have-mfma4 entry.
53034 * configure.in: Substitute libc_cv_cc_fma4.
53035 * math/Makefile (dbl-only-routines): Add sincostab.
53036 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
53037 Use __sincostab not sincos.
53038 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
53039 name is a macro.
53040 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53041 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53042 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53043 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
53044 using __copysign.
53045 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
53046 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
53047 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
53048 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
53049 and __inv.
53050 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
53051 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
53052 __copysign.
53053 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
53054 define aliases when function name is a macro.
53055 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
53056 sysdeps/ieee754/dbl-64/sincos.tbl.
53057 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
53058 fma4-enabled routines.
53059 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
53060 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
53061 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
53062 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
53063 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
53064 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
53065 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
53066 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
53067 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
53068 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
53069 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
53070 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
53071 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
53072 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
53073 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
53074 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
53075 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
53076 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
53077 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
53078 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
53079 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
53080 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
53081 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
53082 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
53083 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
53084 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
53085 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
53086 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
53087 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
53088 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
53089
58985aa9
UD
53090 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
53091 rename.
53092 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53093 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53094 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53095 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53096 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53097 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53098 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53099 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53100
a201fbcf
AS
531012011-10-24 Andreas Schwab <schwab@redhat.com>
53102
53103 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
53104
fc2ee42a
LD
531052011-10-23 Ulrich Drepper <drepper@gmail.com>
53106
bb3129bd
UD
53107 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
53108
0275fff8
UD
53109 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
53110 prediction.
53111 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
53112
2fa2ae85
UD
53113 * string/strnlen.c: Don't define STRNLEN, reverse logic.
53114 Remove unused variable magic_bits.
53115 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
53116
fc2ee42a
LD
53117 * string/strnlen.c: Define and use STRNLEN macro.
53118 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
53119 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
53120 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
53121 * wcsmbs/wcslen.c: Define and use WCSLEN.
53122 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
53123 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
53124 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
53125 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
53126 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
53127 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
53128 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53129
ce7dd29f
LD
531302011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53131
53132 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53133 strnlen-sse2-no-bsf.
53134 Rename strlen-no-bsf to strlen-sse2-no-bsf.
53135 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
53136 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
53137 Add strnlen support.
53138 (USE_AS_STRNLEN): New macro.
53139 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
53140 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
53141 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
53142 * sysdeps/x86_64/wcslen.S: New file.
53143
979c70a3
MZ
531442011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
53145
53146 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
53147 XMM-moves are used for copying on small sizes.
53148
2d09f82f
LD
531492011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53150
53151 * wcsmbs/Makefile (strop-tests): Add wcschr.
53152 * wcsmbs/test-wcschr.c: New file.
53153 * string/test-strchr.c: Update.
53154 Add wcschr support.
53155 (WIDE): New macro.
53156
619fccca
LD
531572011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53158
2d09f82f 53159 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
53160 * wcsmbs/test-wcslen.c: New file.
53161 * string/test-strlen.c: Update.
53162 Add wcslen support.
53163 (WIDE): New macro.
53164
09f699ea
UD
531652011-10-23 Ulrich Drepper <drepper@gmail.com>
53166
53167 * po/it.po: Update from translation team.
53168
95584d3b
LD
531692011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53170
53171 * sysdeps/x86_64/wcscmp.S: Update.
53172 Fix wrong comparison semantics.
53173 wcscmp shall use signed comparison not unsigned.
53174 Don't use substraction to avoid overflow bug.
53175 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
53176 * wcsmbc/wcscmp.c: Likewise.
53177 * string/test-strcmp.c: Likewise.
53178 Add new tests to check cases with negative values.
53179
c8b3296b
UD
531802011-10-23 Ulrich Drepper <drepper@gmail.com>
53181
53182 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
53183 * sysdeps/x86_64/dla.h: ...here. New file.
53184 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
53185 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53186 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53187 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53188 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53189 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53190 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53191 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53192 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53193
246ad57a
AS
531942011-10-23 Andreas Schwab <schwab@linux-m68k.org>
53195
53196 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
53197 __ynl_finite aliases.
53198
a1a87169
UD
531992011-10-22 Ulrich Drepper <drepper@gmail.com>
53200
0d355eb7
UD
53201 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53202
a1a87169
UD
53203 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53204 define DLA_FMA.
53205 [DLA_FMA] (EMULV): Use DLA_FMA.
53206 [DLA_FMA] (MUL12): Use EMULV.
53207 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53208 that are not needed.
53209 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53210 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53211 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53212 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53213 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53214 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53215 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53216
ee2aafe0
AS
532172011-10-22 Andreas Schwab <schwab@linux-m68k.org>
53218
53219 * math/s_nan.c: Undef __nan.
53220 * math/s_nanf.c: Undef __nanf.
53221 * math/s_nanl.c: Undef __nanl.
53222 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53223 "math_private.h".
53224
bc62c2fb
UD
532252011-10-22 Ulrich Drepper <drepper@gmail.com>
53226
77425c63
UD
53227 * math/s_catan.c: Add branch predictions.
53228 * math/s_catanf.c: Likewise.
53229 * math/s_catanh.c: Likewise.
53230 * math/s_catanhf.c: Likewise.
53231 * math/s_catanhl.c: Likewise.
53232 * math/s_catanl.c: Likewise.
53233 * math/s_cexp.c: Likewise.
53234 * math/s_cexpf.c: Likewise.
53235 * math/s_cexpl.c: Likewise.
53236 * math/s_clog.c: Likewise.
53237 * math/s_clog10.c: Likewise.
53238 * math/s_clog10f.c: Likewise.
53239 * math/s_clog10l.c: Likewise.
53240 * math/s_clogf.c: Likewise.
53241 * math/s_clogl.c: Likewise.
53242 * math/s_csqrt.c: Likewise.
53243 * math/s_csqrtf.c: Likewise.
53244 * math/s_csqrtl.c: Likewise.
53245 * math/s_ctanf.c: Likewise.
53246 * math/s_ctanh.c: Likewise.
53247 * math/s_ctanhf.c: Likewise.
53248 * math/s_ctanhl.c: Likewise.
53249 * math/s_ctanl.c: Likewise.
53250
bc62c2fb
UD
53251 * math/math_private.h: Define __nan, __nanf, __nanl.
53252 * math/s_cacosh.c: Include <math_private.h>.
53253 * math/s_cacoshl.c: Likewise.
53254 * math/s_casinh.c: Likewise.
53255 * math/s_casinhf.c: Likewise.
53256 * math/s_casinhl.c: Likewise.
53257 * math/s_ccos.c: Rely entire on ccosh.
53258 * math/s_ccosf.c: Rely entire on ccoshf.
53259 * math/s_ccosl.c: Rely entirely on ccoshl.
53260 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
53261 Remove tests for FE_INVALID.
53262 * math/s_ccoshf.c: Likewise.
53263 * math/s_ccoshl.c: Likewise.
53264 * math/s_csin.c: Likewise.
53265 * math/s_csinf.c: Likewise.
53266 * math/s_csinh.c Likewise.
53267 * math/s_csinhf.c: Likewise.
53268 * math/s_csinhl.c: Likewise.
53269 * math/s_csinl.c: Likewise.
53270 * math/s_ctan.c: Likewise.
53271 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53272 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53273 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53274
8ec250a4
UD
532752011-10-21 Ulrich Drepper <drepper@gmail.com>
53276
c196fed8
UD
53277 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53278 compilation problems.
53279
8ec250a4
UD
53280 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53281 __builtin_expect.
53282
8d4f46c6
UD
532832011-10-20 Ulrich Drepper <drepper@gmail.com>
53284
ed72b654
UD
53285 * sysdeps/i386/configure.in: Test for -mfma4 option.
53286 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
53287 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
53288 COMMON_CPUID_INDEX_80000001.
53289 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
53290 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
53291 use it if FMA3 is not supported.
53292 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
53293
8d4f46c6
UD
53294 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
53295 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53296
d45c60c2
AS
532972011-10-20 Andreas Schwab <schwab@redhat.com>
53298
53299 [BZ #12892]
53300 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
53301 it would create a cycle with a link time dependency.
53302
d9a4d2ab
UD
533032011-10-19 Ulrich Drepper <drepper@gmail.com>
53304
855d1560
UD
53305 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
53306 instruction.
53307 * string/Makefile (strop-tests): Add rawmemchr.
53308 * string/test-rawmemchr.c: New file.
53309
d9a4d2ab
UD
53310 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
53311 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
53312 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
53313 when compiling str{,n}casecmp and when AVX is available. Hook up
53314 new optimized code in initializers.
53315
8f3b1ffe
AS
533162011-10-19 Andreas Schwab <schwab@redhat.com>
53317
53318 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
53319 __feraiseexcept instead of feraiseexcept.
53320
d38f1dba
UD
533212011-10-18 Ulrich Drepper <drepper@gmail.com>
53322
d9a8d0ab
UD
53323 * math/math_private.h: Define defaults for libc_fetestexcept and
53324 libc_feupdateenv.
53325 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
53326 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
53327 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53328 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53329 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
53330 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53331 libc_fetestexcept and libc_feupdateenv.
53332
4855e3dd
UD
53333 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
53334 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
53335 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
53336 * sysdeps/x86_64/fpu/math_private.h: Define special version of
53337 libc_feholdexcept_setround.
53338
581d30e3
UD
53339 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
53340 Add s_nearbyint-c and s_nearbyintf-c.
53341 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
53342 nearbyintf inlines.
53343 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
53344 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53345 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
53346 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
53347
d38f1dba
UD
53348 * math/math_private.h: Define defaults for libc_fegetround,
53349 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
53350 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
53351 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
53352 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
53353 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
53354 standard functions.
53355 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53356 Remove comments and hacks for old compiler versions.
53357 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53358 libc_fegetround, libc_fesetround, libc_feholdexcept, and
53359 libc_feholdexceptl.
53360
caa6c9d8
AS
533612011-10-18 Andreas Schwab <schwab@redhat.com>
53362
53363 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
53364 (__feraiseexcept_renamed): Add __NTH.
53365 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
53366 namespace violations.
53367
97c066e6
UD
533682011-10-17 Ulrich Drepper <drepper@gmail.com>
53369
99ce7b04
UD
53370 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53371
1004d182
UD
53372 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53373
228a984d
UD
53374 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53375 recently added interfaces.
53376 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53377
c8553a6a
UD
53378 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53379 about macro parameter expansion.
53380
ed22dcf6
UD
53381 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53382 __NO_MATH_INLINES is defined. Cleanups.
53383
53384 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53385 and __floorf is target has SSE4.1.
53386 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53387 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53388 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53389 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53390
b171c137
UD
53391 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53392 name.
53393 (floorf): Likewise.
53394
97c066e6
UD
53395 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53396
629f62ef
AS
533972011-10-17 Andreas Schwab <schwab@redhat.com>
53398
49a43d80
AS
53399 * misc/sys/cdefs.h: Fix last change.
53400
629f62ef
AS
53401 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53402 database lookup.
53403
e453f6cd
UD
534042011-10-16 Ulrich Drepper <drepper@gmail.com>
53405
aa78043a
UD
53406 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53407
ad0f5cad
UD
53408 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53409 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53410 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53411 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53412 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53413 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53414 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53415 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53416 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53417 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53418 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53419 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53420 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53421 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53422 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53423 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53424 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53425 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53426 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53427 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53428 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53429 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53430
53431 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53432 ceil, ceilf, floor, floorf.
53433
53434 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53435 Perform IRELATIVE relocations last.
53436
e453f6cd
UD
53437 * elf/do-rel.h: Add another parameter nrelative, replacing the
53438 local variable with the same name. Change name of the function
53439 to end in Rel or Rela (uppercase).
53440 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53441 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
53442 elf_dynamic_do_##reloc function.
53443
fd5bdc09
UD
534442011-10-15 Ulrich Drepper <drepper@gmail.com>
53445
79b195b5
UD
53446 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53447 is sufficient, at least on modern CPUs.
53448
d4a28569
UD
53449 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53450
b61099b5
UD
53451 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53452 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53453
bcf01e6d
UD
53454 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53455 __expl_finite.
53456 * math/bits/math-finite.h: Add entries for exp.
53457 * math/e_expl.c: Add __*_finite alias.
53458 * sysdeps/i386/fpu/e_exp.S: Likewise.
53459 * sysdeps/i386/fpu/e_expf.S: Likewise.
53460 * sysdeps/i386/fpu/e_expl.c: Likewise.
53461 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53462 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53463 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53464 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53465 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53466 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53467 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53468
ba1a0d59
UD
53469 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53470 is sufficient, at least on modern CPUs.
53471
fd5bdc09
UD
53472 * ctype/ctype-info.c (__ctype_init): Define.
53473 * include/ctype.h (__ctype_init): Declare.
53474 (__ctype_b_loc): The variable is always initialized.
53475 (__ctype_toupper_loc): Likewise.
53476 (__ctype_tolower_loc): Likewise.
53477 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53478 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53479
7872cfb0
AS
534802011-10-15 Andreas Schwab <schwab@linux-m68k.org>
53481
b468825a
AS
53482 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53483
7872cfb0
AS
53484 * configure.in: Also look in $cxxmachine/include for C++ system
53485 headers.
53486
be13f7bf
LD
534872011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53488
53489 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53490 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53491 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53492 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
53493 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53494 (USE_AS_WMEMCMP): New macro.
53495 Fixing indents.
53496 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53497 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53498 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53499 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53500 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53501 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53502 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53503 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53504 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53505 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53506 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53507 (USE_AS_WMEMCMP): New macro.
53508 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53509 * sysdeps/string/test-memcmp.c: Update.
53510 Fix simple_wmemcmp.
53511 Add new tests.
53512 * wcsmbs/wmemcmp.c: Update.
53513 (WMEMCMP): New macro.
53514 Fix overflow bug.
53515
556a2007
AJ
535162011-10-12 Andreas Jaeger <aj@suse.de>
53517
53518 [BZ #13268]
53519 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53520
538faaa7
UD
535212011-10-15 Ulrich Drepper <drepper@gmail.com>
53522
ab6737ff
UD
53523 * libio/iofwide.c (do_length): Avoid warning.
53524
538faaa7
UD
53525 * ctype/ctype.h (__isctype_f): Add missing __THROW.
53526
396a21b1
UD
535272011-10-14 Ulrich Drepper <drepper@gmail.com>
53528
cdf2901f
UD
53529 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53530
38ad40ce
UD
53531 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53532 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53533 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53534 * sysdeps/i386/i686/fpu/e_log.S: New file.
53535 * sysdeps/i386/i686/fpu/e_logf.S: New file.
53536 * sysdeps/i386/i686/fpu/e_logl.S: New file.
53537
396a21b1
UD
53538 * ctype/ctype.h: Add support for inlined isXXX functions when
53539 compiling C++ code.
53540
6b1f68c9
AS
535412011-10-14 Andreas Schwab <schwab@redhat.com>
53542
349290c0
AS
53543 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53544
6b1f68c9
AS
53545 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53546
f2282d42
RM
535472011-10-13 Roland McGrath <roland@hack.frob.com>
53548
53549 [BZ #13291]
53550 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53551
5298ffa8
AS
535522011-10-13 Andreas Schwab <schwab@redhat.com>
53553
714fad23
AS
53554 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53555 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53556 feraiseexcept.
53557
81dcc7fb
AS
53558 * sysdeps/x86_64/memrchr.S: Check for zero size.
53559
5298ffa8
AS
53560 * string/stratcliff.c: Add memrchr tests.
53561
951fbcec
LD
535622011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53563
53564 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53565 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53566 rawmemchr-sse2 rawmemchr-sse2-bsf.
53567 * sysdeps/i386/i686/multiarch/memchr.S: New file.
53568 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53569 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53570 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53571 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53572 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53573 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53574 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53575 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53576 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53577 * string/memrchr.c (MEMRCHR): New macro.
53578
0ac5ae23
UD
535792011-10-12 Ulrich Drepper <drepper@gmail.com>
53580
53581 Add integration with gcc's -ffinite-math-only and optimize wrapper
53582 functions in libm.
53583 * Versions.def: Define GLIBC_2.15 version for libm.
53584 * math/Makefile (headers): Add bits/math-finite.h.
53585 * math/bits/math-finite.h: New file.
53586 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53587 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53588 * math/e_acoshl.c: Add __*_finite alias.
53589 * math/e_acosl.c: Likewise.
53590 * math/e_asinl.c: Likewise.
53591 * math/e_atan2l.c: Likewise.
53592 * math/e_atanhl.c: Likewise.
53593 * math/e_coshl.c: Likewise.
53594 * math/e_exp10.c: Likewise.
53595 * math/e_exp10f.c: Likewise.
53596 * math/e_exp10l.c: Likewise.
53597 * math/e_exp2l.c: Likewise.
53598 * math/e_fmodl.c: Likewise.
53599 * math/e_gammal_r.c: Likewise.
53600 * math/e_hypotl.c: Likewise.
53601 * math/e_j0l.c: Likewise.
53602 * math/e_j1l.c: Likewise.
53603 * math/e_jnl.c: Likewise.
53604 * math/e_lgammal_r.c: Likewise.
53605 * math/e_log10l.c: Likewise.
53606 * math/e_log2l.c: Likewise.
53607 * math/e_logl.c: Likewise.
53608 * math/e_powl.c: Likewise.
53609 * math/e_sinhl.c: Likewise.
53610 * math/e_sqrtl.c: Likewise.
53611 * math/e_scalb.c: Completely rewritten and optimized.
53612 * math/e_scalbf.c: Likewise.
53613 * math/e_scalbl.c: Likewise.
53614 * math/w_acos.c: Likewise.
53615 * math/w_acosf.c: Likewise.
53616 * math/w_acosl.c: Likewise.
53617 * math/w_acosh.c: Likewise.
53618 * math/w_acoshf.c: Likewise.
53619 * math/w_acoshl.c: Likewise.
53620 * math/w_asin.c: Likewise.
53621 * math/w_asinf.c: Likewise.
53622 * math/w_asinl.c: Likewise.
53623 * math/w_atan2.c: Likewise.
53624 * math/w_atan2f.c: Likewise.
53625 * math/w_atan2l.c: Likewise.
53626 * math/w_atanh.c: Likewise.
53627 * math/w_atanhf.c: Likewise.
53628 * math/w_atanhl.c: Likewise.
53629 * math/w_exp10.c: Likewise.
53630 * math/w_exp10f.c: Likewise.
53631 * math/w_exp10l.c: Likewise.
53632 * math/w_fmod.c: Likewise.
53633 * math/w_fmodf.c: Likewise.
53634 * math/w_fmodl.c: Likewise.
53635 * math/w_j0.c: Likewise.
53636 * math/w_j0f.c: Likewise.
53637 * math/w_j0l.c: Likewise.
53638 * math/w_j1.c: Likewise.
53639 * math/w_j1f.c: Likewise.
53640 * math/w_j1l.c: Likewise.
53641 * math/w_jn.c: Likewise.
53642 * math/w_jnf.c: Likewise.
53643 * math/w_log.c: Likewise.
53644 * math/w_logf.c: Likewise.
53645 * math/w_logl.c: Likewise.
53646 * math/w_log10.c: Likewise.
53647 * math/w_log10f.c: Likewise.
53648 * math/w_log10l.c: Likewise.
53649 * math/w_log2.c: Likewise.
53650 * math/w_log2f.c: Likewise.
53651 * math/w_log2l.c: Likewise.
53652 * math/w_pow.c: Likewise.
53653 * math/w_powf.c: Likewise.
53654 * math/w_powl.c: Likewise.
53655 * math/w_remainder.c: Likewise.
53656 * math/w_remainderf.c: Likewise.
53657 * math/w_remainderl.c: Likewise.
53658 * math/w_scalb.c: Likewise.
53659 * math/w_scalbf.c: Likewise.
53660 * math/w_scalbl.c: Likewise.
53661 * math/w_sqrt.c: Likewise.
53662 * math/w_sqrtf.c: Likewise.
53663 * math/w_sqrtl.c: Likewise.
53664 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53665 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
53666 used.
53667 * math/math_private.h: Declare __kernel_standard_f.
53668 * math/w_cosh.c: Remove cruft and optimize a bit.
53669 * math/w_coshf.c: Likewise.
53670 * math/w_coshl.c: Likewise.
53671 * math/w_exp2.c: Likewise.
53672 * math/w_exp2f.c: Likewise.
53673 * math/w_exp2l.c: Likewise.
53674 * math/w_hypot.c: Likewise.
53675 * math/w_hypotf.c: Likewise.
53676 * math/w_hypotl.c: Likewise.
53677 * math/w_lgamma.c: Likewise.
53678 * math/w_lgamma_r.c: Likewise.
53679 * math/w_lgammaf.c: Likewise.
53680 * math/w_lgammaf_r.c: Likewise.
53681 * math/w_lgammal.c: Likewise.
53682 * math/w_lgammal_r.c: Likewise.
53683 * math/w_sinh.c: Likewise.
53684 * math/w_sinhf.c: Likewise.
53685 * math/w_sinhl.c: Likewise.
53686 * math/w_tgamma.c: Likewise.
53687 * math/w_tgammaf.c: Likewise.
53688 * math/w_tgammal.c: Likewise.
53689 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53690 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53691 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53692 Minor optimizations. Pretty printing. Remove cruft.
53693 * sysdeps/i386/fpu/e_acosf.S: Likewise.
53694 * sysdeps/i386/fpu/e_acosh.S: Likewise.
53695 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53696 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53697 * sysdeps/i386/fpu/e_acosl.c: Likewise.
53698 * sysdeps/i386/fpu/e_asin.S: Likewise.
53699 * sysdeps/i386/fpu/e_asinf.S: Likewise.
53700 * sysdeps/i386/fpu/e_atan2.S: Likewise.
53701 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53702 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53703 * sysdeps/i386/fpu/e_atanh.S: Likewise.
53704 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53705 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53706 * sysdeps/i386/fpu/e_exp10.S: Likewise.
53707 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53708 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53709 * sysdeps/i386/fpu/e_exp2.S: Likewise.
53710 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53711 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53712 * sysdeps/i386/fpu/e_fmod.S: Likewise.
53713 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53714 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53715 * sysdeps/i386/fpu/e_hypot.S: Likewise.
53716 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53717 * sysdeps/i386/fpu/e_log.S: Likewise.
53718 * sysdeps/i386/fpu/e_log10.S: Likewise.
53719 * sysdeps/i386/fpu/e_log10f.S: Likewise.
53720 * sysdeps/i386/fpu/e_log10l.S: Likewise.
53721 * sysdeps/i386/fpu/e_log2.S: Likewise.
53722 * sysdeps/i386/fpu/e_log2f.S: Likewise.
53723 * sysdeps/i386/fpu/e_log2l.S: Likewise.
53724 * sysdeps/i386/fpu/e_logf.S: Likewise.
53725 * sysdeps/i386/fpu/e_logl.S: Likewise.
53726 * sysdeps/i386/fpu/e_pow.S: Likewise.
53727 * sysdeps/i386/fpu/e_powf.S: Likewise.
53728 * sysdeps/i386/fpu/e_powl.S: Likewise.
53729 * sysdeps/i386/fpu/e_remainder.S: Likewise.
53730 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53731 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53732 * sysdeps/i386/fpu/e_scalb.S: Likewise.
53733 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53734 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53735 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53736 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53737 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53738 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53739 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53740 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53741 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53742 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53743 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53744 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53745 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53746 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53747 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53748 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53749 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53750 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53751 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53752 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53753 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53754 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53755 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53756 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53757 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53758 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53759 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53760 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53761 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53762 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53763 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53764 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53765 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53766 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53767 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53768 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53769 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53770 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53771 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53772 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53773 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53774 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53775 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53776 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53777 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53778 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53779 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53780 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53781 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53782 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53783 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53784 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53785 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53786 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53787 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53788 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53789 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53790 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53791 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53792 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53793 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53794 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53795 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53796 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53797 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53798 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53799 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53800 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53801 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53802 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53803 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53804 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53805 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53806 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53807 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53808 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53809 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53810 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53811 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53812 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53813 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53814 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53815 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53816 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53817 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53818 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53819 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53820 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53821 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53822 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53823 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53824 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53825 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53826 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53827 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53828 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53829 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53830 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53831 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53832 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53833 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53834 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53835 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53836 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53837 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53838 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53839 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53840 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53841 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53842 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53843 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53844 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53845 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53846 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53847 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53848 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
53849 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53850 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53851 (__isnanf): Likewise.
53852 (__isinf_ns): Likewise.
53853 (__isinf_nsf): Likewise.
53854 (__finite): Likewise.
53855 (__finitef): Likewise.
53856 (__ieee754_sqrt): Define as macro.
53857 (__ieee754_sqrtf): Define as macro.
53858 (__ieee754_sqrtl): Define as macro.
53859 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53860 inlined copy.
53861 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53862 __FINITE_MATH_ONLY__ consistent.
53863 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53864
12cc2fcd
AS
538652011-10-10 Andreas Schwab <schwab@linux-m68k.org>
53866
a843a204
AS
53867 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53868 of rawmemchr.
53869
12cc2fcd
AS
53870 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53871
c853acd5
UD
538722011-10-09 Ulrich Drepper <drepper@gmail.com>
53873
53874 * po/ja.po: Update from translation team.
53875
c658d255
RM
538762011-10-08 Roland McGrath <roland@hack.frob.com>
53877
110946e4
RM
53878 * locale/programs/locarchive.c (prepare_address_space): New function.
53879 (create_archive, enlarge_archive, open_archive): Use it.
53880
50604220
RM
53881 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53882 inside [SHARED], where it is used.
53883
c658d255
RM
53884 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53885
53886 * nss/getent.c (netgroup_keys): Remove unused variable.
53887 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53888
6a621eb7
UD
538892011-10-08 Ulrich Drepper <drepper@gmail.com>
53890
7edb55ce
UD
53891 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53892 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53893 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53894 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53895 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53896 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53897 * math/Makefile (libm-calls): Add s_isinf_ns.
53898 * math/divtc3.c: Use __isinf_nsl instead of isinf.
53899 * math/multc3.c: Likewise.
53900 * math/s_casin.c: Likewise.
53901 * math/s_casinf.c: Likewise.
53902 * math/s_casinl.c: Likewise.
53903 * math/s_ccos.c: Likewise.
53904 * math/s_ccosf.c: Likewise.
53905 * math/s_ccosl.c: Likewise.
53906 * math/s_ctan.c: Likewise.
53907 * math/s_ctanf.c: Likewise.
53908 * math/s_ctanh.c: Likewise.
53909 * math/s_ctanhf.c: Likewise.
53910 * math/s_ctanhl.c: Likewise.
53911 * math/s_ctanl.c: Likewise.
53912 * math/w_fmod.c: Likewise.
53913 * math/w_fmodf.c: Likewise.
53914 * math/w_fmodl.c: Likewise.
53915 * math/w_remainder.c: Likewise.
53916 * math/w_remainderf.c: Likewise.
53917 * math/w_remainderl.c: Likewise.
53918 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53919 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53920 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53921 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53922 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53923 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53924 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53925 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53926
187da0ae
UD
53927 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53928 of the number.
53929 * stdio-common/printf_fphex.c: Likewise.
53930 * stdio-common/printf_size.c: Likewise.
53931
9277c064
UD
53932 * math/e_exp10.c: Include math_private.h using <...> not "...".
53933 * math/e_exp10f.c: Likewise.
53934 * math/e_exp10l.c: Likewise.
53935 * math/e_exp2l.c: Likewise.
53936 * math/e_j0l.c: Likewise.
53937 * math/e_j1l.c: Likewise.
53938 * math/e_jnl.c: Likewise.
53939 * math/e_lgammal_r.c: Likewise.
53940 * math/e_rem_pio2l.c: Likewise.
53941 * math/e_scalb.c: Likewise.
53942 * math/e_scalbf.c: Likewise.
53943 * math/e_scalbl.c: Likewise.
53944 * math/k_cosl.c: Likewise.
53945 * math/k_sinl.c: Likewise.
53946 * math/k_tanl.c: Likewise.
53947 * math/s_cacoshf.c: Likewise.
53948 * math/s_catan.c: Likewise.
53949 * math/s_catanf.c: Likewise.
53950 * math/s_catanh.c: Likewise.
53951 * math/s_catanhf.c: Likewise.
53952 * math/s_catanhl.c: Likewise.
53953 * math/s_catanl.c: Likewise.
53954 * math/s_ccosh.c: Likewise.
53955 * math/s_ccoshf.c: Likewise.
53956 * math/s_ccoshl.c: Likewise.
53957 * math/s_cexp.c: Likewise.
53958 * math/s_cexpf.c: Likewise.
53959 * math/s_cexpl.c: Likewise.
53960 * math/s_clog.c: Likewise.
53961 * math/s_clog10.c: Likewise.
53962 * math/s_clog10f.c: Likewise.
53963 * math/s_clog10l.c: Likewise.
53964 * math/s_clogf.c: Likewise.
53965 * math/s_clogl.c: Likewise.
53966 * math/s_csin.c: Likewise.
53967 * math/s_csinf.c: Likewise.
53968 * math/s_csinh.c: Likewise.
53969 * math/s_csinhf.c: Likewise.
53970 * math/s_csinhl.c: Likewise.
53971 * math/s_csinl.c: Likewise.
53972 * math/s_csqrt.c: Likewise.
53973 * math/s_csqrtf.c: Likewise.
53974 * math/s_csqrtl.c: Likewise.
53975 * math/s_ctan.c: Likewise.
53976 * math/s_ctanf.c: Likewise.
53977 * math/s_ctanh.c: Likewise.
53978 * math/s_ctanhf.c: Likewise.
53979 * math/s_ctanhl.c: Likewise.
53980 * math/s_ctanl.c: Likewise.
53981 * math/s_ldexp.c: Likewise.
53982 * math/s_ldexpf.c: Likewise.
53983 * math/s_ldexpl.c: Likewise.
53984 * math/s_significand.c: Likewise.
53985 * math/s_significandf.c: Likewise.
53986 * math/s_significandl.c: Likewise.
53987 * math/w_acos.c: Likewise.
53988 * math/w_acosf.c: Likewise.
53989 * math/w_acosh.c: Likewise.
53990 * math/w_acoshf.c: Likewise.
53991 * math/w_acoshl.c: Likewise.
53992 * math/w_acosl.c: Likewise.
53993 * math/w_asin.c: Likewise.
53994 * math/w_asinf.c: Likewise.
53995 * math/w_asinl.c: Likewise.
53996 * math/w_atan2.c: Likewise.
53997 * math/w_atan2f.c: Likewise.
53998 * math/w_atan2l.c: Likewise.
53999 * math/w_atanh.c: Likewise.
54000 * math/w_atanhf.c: Likewise.
54001 * math/w_atanhl.c: Likewise.
54002 * math/w_cosh.c: Likewise.
54003 * math/w_coshf.c: Likewise.
54004 * math/w_coshl.c: Likewise.
54005 * math/w_dremf.c: Likewise.
54006 * math/w_exp10.c: Likewise.
54007 * math/w_exp10f.c: Likewise.
54008 * math/w_exp10l.c: Likewise.
54009 * math/w_exp2.c: Likewise.
54010 * math/w_exp2f.c: Likewise.
54011 * math/w_fmod.c: Likewise.
54012 * math/w_fmodf.c: Likewise.
54013 * math/w_fmodl.c: Likewise.
54014 * math/w_hypot.c: Likewise.
54015 * math/w_hypotf.c: Likewise.
54016 * math/w_hypotl.c: Likewise.
54017 * math/w_j0.c: Likewise.
54018 * math/w_j0f.c: Likewise.
54019 * math/w_j0l.c: Likewise.
54020 * math/w_j1.c: Likewise.
54021 * math/w_j1f.c: Likewise.
54022 * math/w_j1l.c: Likewise.
54023 * math/w_jn.c: Likewise.
54024 * math/w_jnf.c: Likewise.
54025 * math/w_jnl.c: Likewise.
54026 * math/w_lgamma.c: Likewise.
54027 * math/w_lgamma_r.c: Likewise.
54028 * math/w_lgammaf.c: Likewise.
54029 * math/w_lgammaf_r.c: Likewise.
54030 * math/w_lgammal.c: Likewise.
54031 * math/w_lgammal_r.c: Likewise.
54032 * math/w_log.c: Likewise.
54033 * math/w_log10.c: Likewise.
54034 * math/w_log10f.c: Likewise.
54035 * math/w_log10l.c: Likewise.
54036 * math/w_log2.c: Likewise.
54037 * math/w_log2f.c: Likewise.
54038 * math/w_log2l.c: Likewise.
54039 * math/w_logf.c: Likewise.
54040 * math/w_logl.c: Likewise.
54041 * math/w_pow.c: Likewise.
54042 * math/w_powf.c: Likewise.
54043 * math/w_powl.c: Likewise.
54044 * math/w_remainder.c: Likewise.
54045 * math/w_remainderf.c: Likewise.
54046 * math/w_remainderl.c: Likewise.
54047 * math/w_scalb.c: Likewise.
54048 * math/w_scalbf.c: Likewise.
54049 * math/w_scalbl.c: Likewise.
54050 * math/w_sinh.c: Likewise.
54051 * math/w_sinhf.c: Likewise.
54052 * math/w_sinhl.c: Likewise.
54053 * math/w_sqrt.c: Likewise.
54054 * math/w_sqrtf.c: Likewise.
54055 * math/w_sqrtl.c: Likewise.
54056 * math/w_tgamma.c: Likewise.
54057 * math/w_tgammaf.c: Likewise.
54058 * math/w_tgammal.c: Likewise.
54059
6a621eb7
UD
54060 * po/ja.po: Update from translation team.
54061
bf582445
AJ
540622011-09-29 Andreas Jaeger <aj@suse.de>
54063
f9efbf3a
AJ
54064 [BZ #13179]
54065 * sunrpc/netname.c (netname2host): Fix logic.
54066
bf582445
AJ
54067 [BZ #6779]
54068 [BZ #6783]
54069 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
54070 correctly.
54071 * math/w_remainder.c (__remainder): Likewise.
54072 * math/w_remainderf.c (__remainderf): Likewise.
54073 * math/libm-test.inc (remainder_test): Add test cases.
54074
48693bea
AK
540752011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
54076
54077 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
54078 sdiv_qrnnd.
54079
42622229
LD
540802011-10-07 Ulrich Drepper <drepper@gmail.com>
54081
54082 * string/test-memcmp.c: Avoid unncessary #defines.
54083 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
54084
093ecf92
LD
540852011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54086
54087 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
54088 Use new sse2 version for core i3 - i7 as it's faster
54089 than sse42 version.
54090 (bit_Prefer_PMINUB_for_stringop): New.
54091 * sysdeps/x86_64/rawmemchr.S: Update.
54092 Replace with faster SSE2 version.
54093 * sysdeps/x86_64/memrchr.S: New file.
54094 * sysdeps/x86_64/memchr.S: Update.
54095 Replace with faster SSE2 version.
54096
fde56e5c
MP
540972011-09-12 Marek Polacek <mpolacek@redhat.com>
54098
54099 * elf/dl-load.c (lose): Add cast to avoid warning.
54100
21fd49a9
UD
541012011-10-07 Ulrich Drepper <drepper@gmail.com>
54102
5a06e643
UD
54103 * po/ca.po: Update from translation team.
54104
684ae515
UD
54105 * inet/getnetgrent_r.c: Hook up nscd.
54106 * nscd/Makefile (routines): Add nscd_netgroup.
54107 (nscd-modules): Add netgroupcache.
54108 (CFLAGS-netgroupcache.c): Define.
54109 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
54110 (cache_search): Add const to second parameter.
54111 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
54112 INNETGR.
54113 (dbs): Add netgrdb entry.
54114 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
54115 (verify_persistent_db): Handle netgrdb.
54116 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
54117 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
54118 GETFDNETGR.
54119 (netgroup_response_header): Define.
54120 (innetgroup_response_header): Define.
54121 (datahead): Add netgroup_response_header and innetgroup_response_header
54122 elements.
54123 * nscd/nscd.conf: Add entries for netgroup cache.
54124 * nscd/nscd.h (dbtype): Add netgrdb.
54125 (_PATH_NSCD_NETGROUP_DB): Define.
54126 (netgroup_iov_disabled): Declare.
54127 (xmalloc, xcalloc, xrealloc): Move declarations here.
54128 (cache_search): Adjust prototype.
54129 Add netgroup-related prototypes.
54130 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
54131 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
54132 (__nscd_innetgr): Declare.
54133 * nscd/selinux.c (perms): Use access_vector_t as element type and
54134 add netgroup-related initializers.
54135 * nscd/netgroupcache.c: New file.
54136 * nscd/nscd_netgroup.c: New file.
54137 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
54138 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
54139 For four parameters use innetgr.
54140 * nss/nss_files/files-init.c: Add definition and callback for netgr.
54141 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
54142 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
54143 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
54144
21fd49a9
UD
54145 * nscd/connections.c (register_traced_file): Don't register file
54146 for disabled databases.
54147
054c0457
UD
541482011-10-06 Ulrich Drepper <drepper@gmail.com>
54149
32b63198
UD
54150 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
54151
054c0457
UD
54152 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
54153 from tree and freeing node.
54154
64031225
JO
541552011-09-25 Jiri Olsa <jolsa@redhat.com>
54156
54157 * nss/nsswitch.c (__nss_database_lookup): Handle
54158 nss_parse_service_list out of memory case.
54159
0490345c
JO
541602011-09-15 Jiri Olsa <jolsa@redhat.com>
54161
54162 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
54163 out of memory case.
54164
3a62d00d
AS
541652011-10-04 Andreas Schwab <schwab@redhat.com>
54166
54167 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
54168 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
54169 pass it down.
54170 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
54171 elf_machine_rela, elf_machine_lazy_rel.
54172 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
54173 (ELF_DYNAMIC_DO_REL): Likewise.
54174 (ELF_DYNAMIC_DO_RELA): Likewise.
54175 (ELF_DYNAMIC_RELOCATE): Likewise.
54176 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
54177 to ELF_DYNAMIC_DO_REL.
54178 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
54179 (dl_main): In trace mode always set __RTLD_NOIFUNC.
54180 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
54181 elf_machine_rela.
54182 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
54183 skip_ifunc, don't call ifunc function if non-zero.
54184 (elf_machine_rela): Likewise.
54185 (elf_machine_lazy_rel): Likewise.
54186 (elf_machine_lazy_rela): Likewise.
54187 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
54188 (elf_machine_lazy_rel): Likewise.
54189 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
54190 Likewise.
54191 (elf_machine_lazy_rel): Likewise.
54192 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54193 Likewise.
54194 (elf_machine_lazy_rel): Likewise.
54195 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
54196 (elf_machine_lazy_rel): Likewise.
54197 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
54198 (elf_machine_lazy_rel): Likewise.
54199 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
54200 (elf_machine_lazy_rel): Likewise.
54201 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54202 (elf_machine_lazy_rel): Likewise.
54203 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54204 (elf_machine_lazy_rel): Likewise.
54205 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54206 (elf_machine_lazy_rel): Likewise.
54207
68577918
UD
542082011-09-28 Ulrich Drepper <drepper@gmail.com>
54209
54210 * nss/nss_files/files-init.c (_nss_files_init): Use static
54211 initialization for all the *_traced_file variables.
54212
68822d74
AS
542132011-09-28 Andreas Schwab <schwab@redhat.com>
54214
54215 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54216
2056100b
RM
542172011-09-27 Roland McGrath <roland@hack.frob.com>
54218
54219 [BZ #13226]
54220 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54221
32c76b63
AS
542222011-09-27 Andreas Schwab <schwab@redhat.com>
54223
54224 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54225 Reread the line before reparsing it.
54226
bf972c9d
AS
542272011-09-26 Andreas Schwab <schwab@redhat.com>
54228
54229 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54230
e057a1b5
JM
542312011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
54232 Maxim Kuvyrkov <maxim@codesourcery.com>
54233 Joseph Myers <joseph@codesourcery.com>
54234
54235 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54236 if needed for __stack_chk_guard.
54237
bc7e1c36
RM
542382011-09-19 Roland McGrath <roland@hack.frob.com>
54239
ecb1482f
RM
54240 * sysdeps/posix/spawni.c (script_execute): Always define it.
54241 It will be optimized away if unused.
54242 (maybe_script_execute): New function.
54243 (__spawni): Call it.
54244
bc7e1c36
RM
54245 * Makerules: Don't include tls.make.
54246 (config-tls): Always set to thread.
54247 * tls.make.c: File removed.
54248
1c3b002b
MF
542492011-09-19 Mike Frysinger <vapier@gentoo.org>
54250
54251 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54252 * config.make.in (CPPFLAGS-config): New substituted variable.
54253
2840865d
UD
542542011-09-15 Ulrich Drepper <drepper@gmail.com>
54255
88738eb6
UD
54256 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54257
cbf645a6 54258 [BZ #13192]
2840865d
UD
54259 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54260 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54261
b402e91a
RM
542622011-09-15 Roland McGrath <roland@hack.frob.com>
54263
54264 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54265 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54266 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54267 (CALL_FAIL): Likewise.
54268 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54269 (CALL_FAIL): Macro removed.
54270 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54271
4c1a1f71
UD
542722011-09-15 Ulrich Drepper <drepper@gmail.com>
54273
54274 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54275 for __FINITE_MATH_ONLY__ == 1.
54276
edc121be
AS
542772011-09-15 Andreas Schwab <schwab@redhat.com>
54278
54279 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54280 __ieee754_sqrt instead of sqrt.
54281 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54282 __ieee754_sqrtf instead of sqrtf.
54283 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54284 __floorf instead of floorf.
54285 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
54286 __floorf, __truncf instead of floorf, truncf.
54287
cd205654
UD
542882011-09-14 Ulrich Drepper <drepper@gmail.com>
54289
ee4d0315
UD
54290 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
54291
cd205654
UD
54292 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54293 __extern_always_inline.
54294 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
54295 32-bit.
54296
48b67d71
AS
542972011-09-14 Andreas Schwab <schwab@redhat.com>
54298
54299 * elf/rtld.c (dl_main): Also relocate in dependency order when
54300 doing symbol dependency testing.
54301
1ae12c75
AS
543022011-09-13 Andreas Schwab <schwab@linux-m68k.org>
54303
54304 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54305 Always define `refsym'.
54306
995a80df
AS
543072011-09-13 Andreas Schwab <schwab@redhat.com>
54308
e529793b
AS
54309 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
54310 (__FD_ELT): Renamed from __FDELT.
54311 * misc/bits/select2.h (__FD_ELT): Likewise.
54312 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
54313 __FD_MASK instead of __FDELT, __FDMASK.
54314 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54315 Likewise.
54316 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54317 Likewise.
54318
52d4fef8
AS
54319 * elf/Makefile (gen-ldd): Fix pattern.
54320
995a80df
AS
54321 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
54322 (init_tls): Likewise.
54323
8682f8b0
UD
543242011-09-12 Ulrich Drepper <drepper@gmail.com>
54325
54326 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
54327
de82006d
AS
543282011-09-12 Andreas Schwab <schwab@redhat.com>
54329
a7c8e6a1
AS
54330 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
54331 `struct cmsghdr *' instead of `void *'.
54332 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
54333 Likewise.
54334
0f31fe77
AS
543352011-09-11 Andreas Schwab <schwab@linux-m68k.org>
54336
54337 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
54338 if non-absolute.
54339 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
54340 ldd_rewrite_script.
0f31fe77 54341
32b4c839
UD
543422011-09-11 Ulrich Drepper <drepper@gmail.com>
54343
83cd1420
UD
54344 * configure.in: Remove --with-tls option.
54345 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
54346 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
54347 out in case it is missing.
54348 * sysdeps/ia64/elf/configure.in: Likewise.
54349 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
54350 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
54351 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
54352 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
54353 * sysdeps/sh/elf/configure.in: Likewise.
54354 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
54355 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
54356 * sysdeps/x86_64/elf/configure.in: Likewise.
54357 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54358 * sysdeps/mach/hurd/tls.h: Likewise.
54359
633f745d
UD
54360 [BZ #13067]
54361 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54362
f318beb8
UD
54363 [BZ #13090]
54364 * configure.in: Fix use of AC_INIT.
54365
32b4c839
UD
54366 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54367
3ce1f295
UD
543682011-09-10 Ulrich Drepper <drepper@gmail.com>
54369
bb016596
UD
54370 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54371 __set_errno.
8e58439c
UD
54372 * malloc/hooks.c: Likewise.
54373
aebae053 54374 [BZ #11929]
02d46fc4
UD
54375 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
54376 variables statically.
54377 (narenas): Initialize.
54378 (list_lock): Initialize.
bb016596
UD
54379 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
54380 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
54381 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54382 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
54383 Add initializers to main_arena and mp_.
54384 (malloc_state): Remove pagesize member. Change all users to use
54385 GLRO(dl_pagesize).
54386
54387 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54388 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
54389 is always initialized.
54390
22a89187
UD
54391 * malloc/malloc.c: Removed unused configurations and dead code.
54392 * malloc/arena.c: Likewise.
54393 * malloc/hooks.c: Likewise.
02d46fc4 54394 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 54395
d063d164
UD
54396 * include/tls.h: Removed. USE___THREAD must always be defined.
54397 * bits/libc-tsd.h: Don't handle !USE___THREAD.
54398 * elf/dl-libc.c: Likewise.
54399 * elf/dl-tsd.c: Likewise.
54400 * include/errno.h: Likewise.
54401 * include/netdb.h: Likewise.
54402 * include/resolv.h: Likewise.
54403 * inet/herrno-loc.c: Likewise.
54404 * inet/herrno.c: Likewise.
54405 * malloc/arena.c: Likewise.
54406 * malloc/hooks.c: Likewise.
54407 * malloc/malloc.c: Likewise.
54408 * resolv/res-state.c: Likewise.
54409 * resolv/res_libc.c: Likewise.
54410 * sysdeps/i386/dl-machine.h: Likewise.
54411 * sysdeps/ia64/dl-machine.h: Likewise.
54412 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54413 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54414 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54415 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54416 * sysdeps/sh/dl-machine.h: Likewise.
54417 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54418 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54419 * sysdeps/unix/i386/sysdep.S: Likewise.
54420 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54421 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54422 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54423 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54424 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54425 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54426 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54427 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54428 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54429 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54430 * sysdeps/unix/x86_64/sysdep.S: Likewise.
54431 * sysdeps/x86_64/dl-machine.h: Likewise.
54432 * tls.make.c: Likewise.
54433
3ce1f295
UD
54434 * configure.in: Remove --with-__thread option. Make tests for
54435 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54436 tls_model attribute fail if no support is available. Remove
54437 USE_IN_LIBIO.
54438 * Makeconfig: Adjust for dropped configure option. All features are
54439 now mandatory.
54440 * Makerules: Likewise.
54441 * Versions.def: Likewise.
54442 * argp/argp-fmtstream.c: Likewise.
54443 * argp/argp-fmtstream.h: Likewise.
54444 * argp/argp-help.c: Likewise.
54445 * assert/assert.c: Likewise.
54446 * config.h.in: Likewise.
54447 * config.make.in: Likewise.
54448 * configure: Likewise.
54449 * configure.in: Likewise.
54450 * csu/Versions: Likewise.
54451 * csu/init.c: Likewise.
54452 * elf/tst-audit2.c: Likewise.
54453 * elf/tst-tls10.c: Likewise.
54454 * elf/tst-tls10.h: Likewise.
54455 * elf/tst-tls11.c: Likewise.
54456 * elf/tst-tls12.c: Likewise.
54457 * elf/tst-tls14.c: Likewise.
54458 * elf/tst-tlsmod11.c: Likewise.
54459 * elf/tst-tlsmod12.c: Likewise.
54460 * elf/tst-tlsmod13.c: Likewise.
54461 * elf/tst-tlsmod13a.c: Likewise.
54462 * elf/tst-tlsmod14a.c: Likewise.
54463 * elf/tst-tlsmod15b.c: Likewise.
54464 * elf/tst-tlsmod16a.c: Likewise.
54465 * elf/tst-tlsmod16b.c: Likewise.
54466 * elf/tst-tlsmod7.c: Likewise.
54467 * elf/tst-tlsmod8.c: Likewise.
54468 * elf/tst-tlsmod9.c: Likewise.
54469 * gmon/gmon.c: Likewise.
54470 * grp/fgetgrent_r.c: Likewise.
54471 * grp/putgrent.c: Likewise.
54472 * hurd/fopenport.c: Likewise.
54473 * include/libc-symbols.h: Likewise.
54474 * include/tls.h: Likewise.
54475 * intl/gettextP.h: Likewise.
54476 * intl/loadinfo.h: Likewise.
54477 * locale/global-locale.c: Likewise.
54478 * locale/localeinfo.h: Likewise.
54479 * mach/devstream.c: Likewise.
54480 * malloc/arena.c: Likewise.
54481 * malloc/set-freeres.c: Likewise.
54482 * misc/err.c: Likewise.
54483 * misc/getttyent.c: Likewise.
54484 * misc/mntent_r.c: Likewise.
54485 * posix/getopt.c: Likewise.
54486 * posix/wordexp.c: Likewise.
54487 * pwd/fgetpwent_r.c: Likewise.
54488 * resolv/Versions: Likewise.
54489 * resolv/res_hconf.c: Likewise.
54490 * shadow/fgetspent_r.c: Likewise.
54491 * shadow/putspent.c: Likewise.
54492 * stdio-common/printf_fphex.c: Likewise.
54493 * stdio-common/tmpfile.c: Likewise.
54494 * stdlib/abort.c: Likewise.
54495 * stdlib/fmtmsg.c: Likewise.
54496 * sunrpc/auth_unix.c: Likewise.
54497 * sunrpc/clnt_perr.c: Likewise.
54498 * sunrpc/clnt_tcp.c: Likewise.
54499 * sunrpc/clnt_udp.c: Likewise.
54500 * sunrpc/clnt_unix.c: Likewise.
54501 * sunrpc/openchild.c: Likewise.
54502 * sunrpc/svc_simple.c: Likewise.
54503 * sunrpc/svc_tcp.c: Likewise.
54504 * sunrpc/svc_udp.c: Likewise.
54505 * sunrpc/svc_unix.c: Likewise.
54506 * sunrpc/xdr.c: Likewise.
54507 * sunrpc/xdr_array.c: Likewise.
54508 * sunrpc/xdr_rec.c: Likewise.
54509 * sunrpc/xdr_ref.c: Likewise.
54510 * sunrpc/xdr_stdio.c: Likewise.
54511
1248c1c4
PB
545122011-09-09 Ulrich Drepper <drepper@gmail.com>
54513
54514 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54515
545162011-07-03 Andreas Jaeger <aj@suse.de>
54517
54518 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54519 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54520 regenerate with gen-libm-tests.pl.
54521
545222010-05-12 Petr Baudis <pasky@suse.cz>
54523
54524 [BZ #11589]
54525 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54526 around j0() zero points by switching to j1().
54527 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54528 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54529 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54530 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54531
f22e1074
UD
545322011-09-09 Ulrich Drepper <drepper@gmail.com>
54533
f19009c1
UD
54534 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54535 instead of 0.
54536 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 54537 instead of 0.
f19009c1
UD
54538 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54539 Patch in part by Pavel Roskin <proski@gnu.org>.
54540
3f8cc204
UD
54541 [BZ #13138]
54542 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54543 realloc.
54544 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
54545 Free memory block if necessary.
54546
f22e1074
UD
54547 [BZ #12847]
54548 * libio/genops.c (INTDEF): For string streams the _lock pointer can
54549 be NULL. Don't lock in this case.
54550
0a2349f9
RM
545512011-09-09 Roland McGrath <roland@hack.frob.com>
54552
54553 * elf/elf.h (ELFOSABI_GNU): New macro.
54554 (ELFOSABI_LINUX): Define to that.
54555
f3cdd467
DZ
545562011-07-29 Denis Zaitceff <zaitceff@gmail.com>
54557
54558 * string/strncat.c (strncat): Undef the symbol in case it has been
54559 defined in bits/string.h.
54560
74718d13
UD
545612011-09-09 Ulrich Drepper <drepper@gmail.com>
54562
633e9e0f
UD
54563 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54564
0a2349f9 54565 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
54566 link map.
54567
f9924780
AJ
545682011-08-17 Andreas Jaeger <aj@suse.de>
54569
54570 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54571
7f5517aa
PP
545722011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
54573 Ian Lance Taylor <iant@google.com>
54574
54575 * math/libm-test.inc (lround_test): New testcase.
54576 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54577
762011fe
UD
545782011-09-08 Ulrich Drepper <drepper@gmail.com>
54579
92963737
UD
54580 * Makefile: Remove support for automatic cvs check-ins.
54581 * Makerules: Likewise.
54582 * config.make.in: Likewise.
54583 * configure.in: Likewise.
54584 * intl/Makefile: Likewise.
54585 * locale/Makefile: Likewise.
54586 * po/Makefile: Likewise.
54587 * posix/Makefile: Likewise.
54588 * sysdeps/gnu/Makefile: Likewise.
54589 * sysdeps/mach/hurd/Makefile: Likewise.
54590 * sysdeps/sparc/sparc32/Makefile: Likewise.
54591
b0727fd8
JS
54592 [BZ #13118]
54593 * posix/Makefile (bug-regex32-ENV): Define.
54594 Patch by John Stanley <jpsinthemix@verizon.net>.
54595
a0f33f99
UD
54596 * misc/Makefile (headers): Add bits/select2.h.
54597 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54598 * misc/bits/select2.h: New file.
54599 * include/bits/select2.h: New file.
54600 * debug/Makefile (routines): Add fdelt_chk.
54601 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54602 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54603 FD_ISSET.
54604 * debug/fdelt_chk.c: New file.
54605
762011fe
UD
54606 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
54607 * wcsmbs/test-wmemcmp.c: Likewise.
54608 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 54609 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
54610
546112011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54612
54613 * string/Makefile (strop-tests): Add memcmp.
54614 * string/test-wmemcmp.c: New file.
54615 * string/test-memcmp.c: Add wmemcmp support.
54616
7f513ec8
RM
546172011-09-08 Roland McGrath <roland@hack.frob.com>
54618
0442afb4
RM
54619 [BZ #13153]
54620 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54621 2011-07-19 change.
54622
7f513ec8
RM
54623 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54624 garbage value in a __mach_port_mod_refs call in the cases of the
54625 task-self and thread-self ports.
54626
a12b2239
ST
546272011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
54628
54629 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54630
610f9ab4
AS
546312011-09-08 Andreas Schwab <schwab@redhat.com>
54632
7f513ec8 54633 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 54634
48882a1a
LD
546352011-09-07 Ulrich Drepper <drepper@gmail.com>
54636
b49865be
UD
54637 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54638
fdc86bc9
UD
54639 * elf/dl-libc.c (dlerror_run): Pass back error code from
54640 dl_catch_error.
54641
c966526a
UD
54642 [BZ #13123]
54643 * elf/dl-load.c (lose): Free l_origin if it is valid.
54644
48882a1a
LD
54645 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54646 names.
54647 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54648 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54649 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54650 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54651 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54652 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54653
77a2a8b4
AZ
546542011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
54655
54656 * sysdeps/powerpc/fpu/e_hypot.c: New file.
54657 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54658 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54659 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54660 * sysdeps/powerpc/fpu/k_cosf.c: New file.
54661 * sysdeps/powerpc/fpu/k_sinf.c: New file.
54662 * sysdeps/powerpc/fpu/s_cosf.c: New file.
54663 * sysdeps/powerpc/fpu/s_sinf.c: New file.
54664 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54665 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54666
24f579d8
AM
546672011-08-15 Alan Modra <amodra@gmail.com>
54668
54669 [BZ #13092]
54670 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54671 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54672 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
54673 ppc_mcount to static-only-routines.
54674 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54675 __mcount_internal.
54676 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54677 __mcount_internal with usual JUMPTARGET. Remove useless nop.
54678
3d4837df
UD
546792011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
54680
54681 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54682 for finite and infinity parameters.
54683
22700377
WS
546842011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
54685
54686 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54687 and add nop instructions for throughput optimization.
54688 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54689
5025581e
WS
546902011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
54691
54692 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54693 aligned copy for power7 with vector-scalar instructions.
54694 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54695
08a300c9
L
546962011-07-24 H.J. Lu <hongjiu.lu@intel.com>
54697
54698 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54699 AVX check.
54700
59178ef9
AS
547012011-09-07 Andreas Schwab <schwab@redhat.com>
54702
54703 [BZ #13144]
54704 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54705 last change.
54706
e38ba7ab
UD
547072011-09-07 Ulrich Drepper <drepper@gmail.com>
54708
54709 * sysdeps/unix/sysv/linux/x86_64/init-first.c
54710 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54711 syscall wrapper around clock_gettime in __vdso_clock_gettime.
54712 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54713 clock_gettime.
54714
d53a73ac
UD
547152011-09-06 Ulrich Drepper <drepper@gmail.com>
54716
fc8bffcc
UD
54717 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54718 Forgot to demangle the pointer.
54719
ceaa0c5d
UD
54720 * sysdeps/i386/sysdep.h: Define atom_text_section.
54721 * sysdeps/x86_64/sysdep.h: Likewise.
54722 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54723 section with atom_text_section.
54724 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54725 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54726 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54727 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54728 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54729
a77d3c17
UD
54730 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54731 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54732 already be defined. Change to take two parameters and don't assign
54733 result to variable. Adjust all users.
54734 Define INTERNAL_GETTIME if not already defined.
54735 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54736 call.
54737 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54738 HAVE_CLOCK_GETTIME_VSYSCALL.
54739 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54740
d53a73ac
UD
54741 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54742 gettimeofday vsyscall, just use time.
54743
a8f84144
AS
547442011-09-06 Andreas Schwab <schwab@redhat.com>
54745
54746 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54747 <errno.h>.
54748
ef606249
UD
547492011-09-06 Ulrich Drepper <drepper@gmail.com>
54750
54751 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54752 syscall on x86-64.
54753 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54754 syscall.
54755 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54756 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54757 syscall if possible.
54758
6585cb60
UD
547592011-09-05 Ulrich Drepper <drepper@gmail.com>
54760
54761 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54762 e_ident. Don't pass to find_mapsXX.
54763 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54764
a5f524e4
LD
547652011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54766
54767 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54768 strchr-sse2-no-bsf strrchr-sse2-no-bsf
54769 * sysdeps/x86_64/multiarch/strchr.S: Update.
54770 Check bit_slow_BSF bit.
54771 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54772 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54773 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54774
554881ef
UD
547752011-09-05 Ulrich Drepper <drepper@gmail.com>
54776
d96de963
UD
54777 [BZ #13134]
54778 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54779 before glibc 2.15.
54780 (tryshell): Define.
54781 (__spawni): Change last parameter to be flag. Test
54782 SPAWN_XFLAGS_USE_PATH flag to use path or not.
54783 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54784 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54785 * posix/spawni.c: Likewise.
54786 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54787 * posix/spawnp.c: Likewise. Change normal version to use
54788 SPAWN_XFLAGS_USE_PATH.
54789 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54790 SPAWN_XFLAGS_TRY_SHELL.
54791
d48e5868
UD
54792 [BZ #13150]
54793 * posix/glob.h: Remove gcc 1.x support.
54794
554881ef
UD
54795 [BZ #13068]
54796 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54797
693fb948
LD
547982011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54799
54800 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54801 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54802 strrchr-sse2-bsf
54803 * sysdeps/i386/i686/multiarch/strchr.S: New file.
54804 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54805 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54806 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54807 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54808 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54809
1b48c537
UD
548102011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54811
49d42c37
UD
54812 * sysdeps/x86_64/wcscmp.S: New file.
54813
1b48c537
UD
54814 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54815 wcscmp-c wcscmp-sse2
54816 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54817 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54818 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54819 * wcsmbs/wcscmp.c: Allow renaming.
54820
15c95c5d
DM
548212011-09-05 David S. Miller <davem@davemloft.net>
54822
54823 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54824 stack slot, rather than the struct return pointer slot.
54825 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54826 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54827 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54828 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54829
2f0ad8f3
UD
548302011-09-05 Ulrich Drepper <drepper@gmail.com>
54831
d88ae418
UD
54832 * po/ja.po: Update from translation team.
54833
2f0ad8f3
UD
54834 [BZ #13144]
54835 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54836 kernel in 64-bit binaries.
54837
5f4318d1
DM
548382011-09-01 David S. Miller <davem@davemloft.net>
54839
54840 * elf/elf.h (HWCAP_SPARC_*): Move to..
54841 * sysdeps/sparc/sysdep.h: this new file and add new values.
54842 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54843 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54844 _DL_HWCAP_COUNT to 24.
54845 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54846 entries.
54847 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54848 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54849 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54850 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54851 instead of magic constants.
54852 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54853
3ba57516
DM
548542011-08-31 David S. Miller <davem@davemloft.net>
54855
54856 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54857 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54858 Reimplement to do errno handling inline.
54859 (SYSCALL_ERROR_HANDLER): New macro.
54860 (__SYSCALL_STRING): Do not do errno handling in asm.
54861 (__CLONE_SYSCALL_STRING): Delete.
54862 (__INTERNAL_SYSCALL_STRING): Delete.
54863 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54864 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54865 (PSEUDO): Reimplement to do errno handling inline.
54866 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54867 (SYSCALL_ERROR_HANDLER): New macro.
54868 (__SYSCALL_STRING): Do not do errno handling in asm.
54869 (__CLONE_SYSCALL_STRING): Delete.
54870 (__INTERNAL_SYSCALL_STRING): Delete.
54871 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54872 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54873 i386.
54874 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54875 (inline_syscall*): Add 'err' argument.
54876 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54877 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54878 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54879 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54880
54881 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54882 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54883
2bc17433
AS
548842011-08-30 Andreas Schwab <schwab@redhat.com>
54885
54886 * elf/rtld.c (dl_main): Relocate objects in dependency order.
54887
fbeb5f4d
JO
548882011-08-29 Jiri Olsa <jolsa@redhat.com>
54889
54890 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54891 directive.
54892
ad69cc26
DM
548932011-08-24 David S. Miller <davem@davemloft.net>
54894
54895 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54896
39dd69df
AS
548972011-08-24 Andreas Schwab <schwab@redhat.com>
54898
54899 * elf/Makefile: Add rules to build and run unload8 test.
54900 * elf/unload8.c: New file.
54901 * elf/unload8mod1.c: New file.
54902 * elf/unload8mod1x.c: New file.
54903 * elf/unload8mod2.c: New file.
54904 * elf/unload8mod3.c: New file.
54905
54906 * elf/dl-close.c (_dl_close_worker): Reset private search list if
54907 it wasn't used.
54908
2c0b250a
DM
549092011-08-23 David S. Miller <davem@davemloft.net>
54910
54911 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54912 subtract stack bias.
54913 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54914 %sp not %fp in calculations.
54915 (_JMPBUF_UNWINDS_ADJ): Likewise.
54916
22044b48
DM
54917 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54918 (aio_suspend): Call it to force an exception region around the
54919 AIO_MISC_WAIT() invocation.
54920
2cae4995
AS
549212011-08-23 Andreas Schwab <schwab@redhat.com>
54922
54923 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54924 backslash.
54925
873a772e
AJ
549262011-07-04 Aurelien Jarno <aurelien@aurel32.net>
54927
54928 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54929 protection macro.
54930 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54931 and <dl-machine.h>.
54932 (Elf64_FuncDesc): Remove.
54933
25ad0df1
DM
549342011-08-22 David S. Miller <davem@davemloft.net>
54935
54936 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54937 sigaltstack check, add missing cfi directives.
54938 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54939 missing cfi directives, and sigaltstack handling.
54940
e888bcbe
AS
549412011-08-16 Andreas Schwab <schwab@redhat.com>
54942
54943 [BZ #11724]
54944 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54945 object is seen twice.
54946 * elf/dl-fini.c (_dl_sort_fini): Likewise.
54947
54948 * elf/Makefile (distribute): Add tst-initorder2.c.
54949 (tests): Add tst-initorder2.
54950 (modules-names): Add tst-initorder2a tst-initorder2b
54951 tst-initorder2c tst-initorder2d. Add rules to build them.
54952 ($(objpfx)tst-initorder2.out): New rule.
54953 * elf/tst-initorder2.c: New file.
54954 * elf/tst-initorder2.exp: New file.
54955
87162f46
AS
549562011-08-22 Andreas Schwab <schwab@redhat.com>
54957
70538b7f
AS
54958 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54959
f55ffe58
AS
54960 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54961 dependencies back to end of function.
54962
87162f46
AS
54963 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54964 $(elfobjdir)/ld.so.
54965
91b392a4
UD
549662011-08-21 Ulrich Drepper <drepper@gmail.com>
54967
54968 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54969 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54970 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54971 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54972 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54973 of __vdso_gettimeofday.
54974 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54975 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
54976 attribute_hidden.
54977 (_libc_vdso_platform_setup): Remove initialization of
54978 __vdso_gettimeofday and __vdso_time.
54979
5c43483f
UD
549802011-08-20 Ulrich Drepper <drepper@gmail.com>
54981
775a77e7
UD
54982 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54983 and fgetc_unlocked.
54984 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54985 getc_unlocked.
89f447ed 54986
49c74ba9
UD
54987 * elf/dl-open.c (add_to_global): Report additions to the global scope
54988 for LD_DEBUG=scopes.
54989 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 54990 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 54991
5c43483f
UD
54992 [BZ #13114]
54993 * stdio-common/Makefile (tests): Add bug24.
54994 * stdio-common/bug24.c: New file.
54995
a101b025
AJ
549962011-08-19 Andreas Jaeger <aj@suse.de>
54997
54998 [BZ #13114]
54999 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
55000 non-existant file when using close-on-exec mode.
55001
c88f1766
UD
550022011-08-20 Ulrich Drepper <drepper@gmail.com>
55003
0276a718
UD
55004 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
55005 the very first instruction.
55006
c88f1766
UD
55007 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
55008 the CFI state in the end.
55009 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
55010 inclusion of dl-trampoline.h.
55011 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
55012
51ccffa0
AS
550132011-08-19 Andreas Schwab <schwab@redhat.com>
55014
94d7165f
AS
55015 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
55016 expectations for long double.
55017
51ccffa0
AS
55018 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
55019 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
55020
fd708658 550212011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
55022
55023 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
55024 artificual limit depends upon the system page size.
55025
44f0a71e
UD
550262011-08-17 Ulrich Drepper <drepper@gmail.com>
55027
55028 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
55029 * resolv/Makefile: Define CFLAGS-libresolv.
55030
8de79a24
AS
550312011-08-17 Andreas Schwab <schwab@redhat.com>
55032
55033 * nss/makedb.c (compute_tables): Make variables used in nested
55034 function static.
55035
27724598
UD
550362011-08-17 Ulrich Drepper <drepper@gmail.com>
55037
c5305d88
UD
55038 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
55039 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
55040 if buffer was too small.
55041
27724598
UD
55042 * elf/pldd.c (main): Attach to all threads in the process.
55043 Rewrite /proc handling to use *at functions.
55044
076fe015
UD
550452011-08-16 Ulrich Drepper <drepper@gmail.com>
55046
174baab3
UD
55047 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
55048 specifies first scope to show.
55049 (dl_open_worker): Update callers. Move printing scope of new
55050 object to before the relocation.
44f0a71e 55051 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
55052 * sysdeps/generic/ldsodefs.h: Update declaration.
55053
076fe015
UD
55054 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
55055 string for the scope number.
55056
a60df2c3
UD
550572011-08-14 Ulrich Drepper <drepper@gmail.com>
55058
55059 * nscd/servicescache.c (cache_addserv): Make sure written is always
55060 initialized.
55061
5e4287d1
RM
550622011-08-14 Roland McGrath <roland@hack.frob.com>
55063
85ae0589
RM
55064 * sysdeps/i386/i486/bits/atomic.h
55065 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
55066 statement expression, so as to suppress "set but not used" warning.
55067 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
55068
69f63097
RM
55069 * string/strncat.c (STRNCAT): Use prototype definition.
55070
675456ef
RM
55071 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
55072 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
55073 -Iprograms here.
55074 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
55075 (localedef-modules): Add localedef.
55076 (locale-modules): Add locale.
55077
5e4287d1
RM
55078 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
55079 * elf/rtld.c (dl_main): Invert order of assignment in last change,
55080 to avoid a warning.
55081
9c96ff23
DM
550822011-08-14 David S. Miller <davem@davemloft.net>
55083
55084 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
55085 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
55086
f9ddf089
UD
550872011-08-13 Ulrich Drepper <drepper@gmail.com>
55088
44f0a71e 55089 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
55090 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
55091 * elf/rtld.c (dl_main): Set l_name of vDSO.
55092 Call _dl_show_scope when DL_DEBUG_SCOPES.
55093 (process_dl_debug): Recognize scopes flag and also set it for all.
55094 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
55095 Declare _dl_show_scope.
55096
1dc27704
UD
55097 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
55098 (do_dlopen): Pass caller_dlopen to dl_open.
55099 (__libc_dlopen_mode): Initialize caller_dlopen.
55100
f9ddf089
UD
55101 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
55102 of libc. Make tolower call locale-independent. Optimize a bit by
55103 using isdigit instead of isalnum.
55104 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
55105
9ac533d3
UD
551062011-08-12 Ulrich Drepper <drepper@gmail.com>
55107
55108 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
55109 was a dependency or dynamically loaded.
55110
89edf2e9
UD
551112011-08-11 Ulrich Drepper <drepper@gmail.com>
55112
8e999d29
UD
55113 * intl/l10nflist.c: Allow architecture-specific pop function.
55114 * sysdeps/x86_64/l10nflist.c: New file.
55115
89edf2e9
UD
55116 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
55117 classification.
55118
14d96785
AS
551192011-08-10 Andreas Schwab <schwab@redhat.com>
55120
55121 * include/dirent.h: Add libc_hidden_proto for scandirat and
55122 scandirat64. Don't declare __scandirat64.
55123 * dirent/scandirat.c: Add libc_hidden_def.
55124 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
55125 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
55126
6761ac04
DM
551272011-08-10 David S. Miller <davem@davemloft.net>
55128
55129 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
55130 enum.
55131 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55132 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55133 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55134
c55fbd1e
UD
551352011-08-09 Ulrich Drepper <drepper@gmail.com>
55136
55137 * Versions.def [libc]: Add GLIBC_2.15.
55138 * dirent/Makefile (routines): Add scandirat and scandirat64.
55139 * dirent/Versions [libc]: Export scandirat and scandirat64 for
55140 GLIBC_2.15.
55141 * dirent/dirent.h: Declare scandirat and scandirat64.
55142 * dirent/scandirat.c: New file.
55143 * dirent/scandirat64.c: New file.
55144 * sysdeps/wordsize-64/scandirat.c: New file.
55145 * sysdeps/wordsize-64/scandirat64.c: New file.
55146 * dirent/opendir.c: Define opendirat.
55147 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
55148 using scandirat.
55149 * dirent/scandir64.c: Adjust for scandir.c change.
55150 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
55151 __scandirat64, and __scandir_cancel_handler.
55152 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
55153 additional parameter and use openat instead of open (outside of ld.so).
55154 Add new __opendir as wrapper around __opendirat.
55155 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
55156 here without requiring old scandirat implementation.
55157
879165f2
UD
551582011-08-08 Ulrich Drepper <drepper@gmail.com>
55159
55160 * dirent/scandir.c (cancel_handler): Renamed to
55161 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
55162 defined. Adjust users.
55163 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
55164 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
55165
cb7e923b
UD
551662011-08-04 Ulrich Drepper <drepper@gmail.com>
55167
16292edd
UD
55168 * string/test-string.h (IMPL): Use __STRING to expand name and then
55169 stringify it.
55170
cb7e923b
UD
55171 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
55172 of cleanups.
55173
cff82933
LD
551742011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
55175
55176 * string/Makefile: Update.
55177 (strop-tests): Append strncat.
55178 * string/test-wcscmp.c: New file.
55179 New comprehensive test for wcscmp.
55180 * string/test-strcmp.c: Update.
55181 (WIDE): New define.
55182
9be9bfcc
AS
551832011-07-22 Andreas Schwab <schwab@redhat.com>
55184
55185 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
55186 line.
55187
2e96f1c7
AS
551882011-07-26 Andreas Schwab <schwab@redhat.com>
55189
55190 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55191 encoding to ACE if AI_IDN.
55192
85188888
JJ
551932011-08-01 Jakub Jelinek <jakub@redhat.com>
55194
55195 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
55196 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
55197
5fa16e9b
LD
551982011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
55199
55200 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
55201 Fix overflow bug in strncat.
55202 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55203
55204 * string/test-strncat.c: Update.
55205 Add new tests for checking overflow bugs.
55206
552072011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
55208
55209 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55210 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55211 * sysdeps/i386/i686/multiarch/strcat.S: New file.
55212 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55213 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55214 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55215 * sysdeps/i386/i686/multiarch/strncat.S: New file.
55216 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55217 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55218
55219 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55220 (USE_AS_STRCAT): Define.
55221 Add strcat and strncat support.
55222 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55223
8c1a459f
AS
552242011-07-25 Andreas Schwab <schwab@redhat.com>
55225
55226 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55227 __n bigger than INT_MAX+1.
55228 (__strncmp_g): Likewise.
55229
bba33c28
UD
552302011-07-23 Ulrich Drepper <drepper@gmail.com>
55231
798be72d
UD
55232 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55233 * libio/stido.h: Likewise.
55234
8accd4dc
UD
55235 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55236 (AF_NFC): Define.
55237 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55238 (AF_NFC): Define.
55239
cbff0d96
UD
55240 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55241 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55242 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55243 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55244 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55245
9191c04a
UD
55246 [BZ #13021]
55247 * scripts/test-installation.pl: Don't expect libnss_test1 to be
55248 installed.
55249
bba33c28
UD
55250 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55251 typo.
55252 (_dl_x86_64_save_sse): Likewise.
55253
90f139dd
UD
552542011-07-22 Ulrich Drepper <drepper@gmail.com>
55255
1aae088a
UD
55256 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55257 OSXSAVE.
55258 (_dl_x86_64_save_sse): Likewise.
55259
8e2045f5
UD
55260 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55261
90f139dd
UD
55262 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55263
1d002f25
AS
552642011-07-21 Andreas Schwab <schwab@redhat.com>
55265
55266 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55267 change.
55268 (_dl_x86_64_save_sse): Use correct AVX check.
55269
21137f89
UD
552702011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
55271
55272 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55273 bug in strncpy/strncat.
55274 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55275
a65c0b7a
UD
552762011-07-21 Ulrich Drepper <drepper@gmail.com>
55277
55278 * string/tester.c (test_strcat): Add tests for different alignments
55279 of source and destination.
55280 (test_strncat): Likewise.
55281
6986b98a
UD
552822011-07-20 Ulrich Drepper <drepper@gmail.com>
55283
90bb2039
UD
55284 [BZ #12852]
55285 * posix/glob.c (glob): Check passed in values before using them in
55286 expressions to avoid some overflows.
55287 (glob_in_dir): Likewise.
55288
5644ef54
UD
55289 [BZ #13007]
55290 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
55291 check for AVX enablement so that we don't crash with old kernels and
55292 new hardware.
55293 * elf/tst-audit4.c: Add same checks here.
55294 * elf/tst-audit6.c: Likewise.
55295
55296 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 55297
bfc9dc9b
AS
552982011-07-09 Andreas Schwab <schwab@linux-m68k.org>
55299
55300 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
55301
702e64bb
UD
553022011-07-20 Ulrich Drepper <drepper@gmail.com>
55303
55304 * po/cs.po: Update from translation team.
55305 * po/bg.po: Likewise.
55306
295e904f
MP
553072011-07-12 Marek Polacek <mpolacek@redhat.com>
55308
55309 * misc/sys/cdefs.h: Add support for const attribute.
55310 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
55311 to gnu_dev_{major,minor,makedev} functions.
55312
3ff94596
MP
553132011-07-20 Marek Polacek <mpolacek@redhat.com>
55314
55315 * intl/dcigettext.c (get_output_charset): Add missing bracket.
55316
28b59fca
AS
553172011-07-20 Andreas Schwab <schwab@redhat.com>
55318
55319 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
55320 strlen results.
55321
19df733e
AK
553222011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55323
55324 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
55325 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
55326 register in order to avoid conflicts with the soft frame pointer
55327 being held in r11 when necessary.
55328 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
55329 (INTERNAL_VSYSCALL_NCS): Likewise.
55330
c8835729
MP
553312011-07-14 Marek Polacek <mpolacek@redhat.com>
55332
55333 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
55334 * elf/dl-fini.c (_dl_fini): Adjust caller.
55335 * elf/dl-close.c (_dl_close_worker): Likewise.
55336 * sysdeps/generic/ldsodefs.h: Adjust declaration.
55337
b902330c
MP
553382011-07-15 Marek Polacek <mpolacek@redhat.com>
55339
8991e135
MP
55340 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
55341 "aux_cache->nlibs < 0".
55342
b902330c
MP
55343 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
55344 in the reload-count case.
55345
99710781
LD
553462011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
55347
55348 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55349 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
55350 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
55351 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
55352 * sysdeps/x86_64/multiarch/strcat.S: New file.
55353 * sysdeps/x86_64/multiarch/strncat.S: New file.
55354 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
55355 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
55356 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
55357 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55358 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55359 (USE_AS_STRCAT): Define.
55360 Add strcat and strncat support.
55361 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55362 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55363 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55364 * string/strncat.c: Update.
55365 (USE_AS_STRNCAT): Define.
55366 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55367 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55368 and i7.
55369 * sysdeps/x86_64/multiarch/init-arch.h
55370 (bit_Prefer_PMINUB_for_stringop): New.
55371 (index_Prefer_PMINUB_for_stringop): Likewise.
55372 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55373 bit_Prefer_PMINUB_for_stringop.
55374
7dc6bd90
UD
553752011-07-19 Ulrich Drepper <drepper@gmail.com>
55376
55377 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55378 buffer64.
55379 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55380 of casting of buffer.
55381 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55382 buffer32 and buffer64.
55383 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55384 writes instead of casting of buffer.
55385 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55386 buffer32.
55387 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55388 casting of buffer.
55389
e0e72284
AS
553902011-07-19 Andreas Schwab <schwab@redhat.com>
55391
55392 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55393
feb1eb0b
UD
553942011-07-19 Ulrich Drepper <drepper@gmail.com>
55395
55396 * nscd/nscd.c (termination_handler): Don't do anything for a database
55397 if it has not yet been initialized.
55398
298711ff
UD
553992011-07-18 Ulrich Drepper <drepper@gmail.com>
55400
55401 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55402
554032011-07-15 Marek Polacek <mpolacek@redhat.com>
55404
55405 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55406
f9d68389
UD
554072011-07-18 Ulrich Drepper <drepper@gmail.com>
55408
55409 * po/nl.po: Update from translation team.
55410 * po/sv.po: Likewise.
55411
db290cf5
RM
554122011-07-16 Roland McGrath <roland@hack.frob.com>
55413
55414 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55415 now disallowed by GCC.
5c550700 55416
fd5e21c7
RM
55417 * configure.in (use-default-link): Default to yes if a test -shared
55418 link meets our qualifications.
55419 * configure: Regenerated.
55420
5c550700
RM
55421 * config.make.in (output-format): New variable.
55422 * configure.in: Check for ld --print-output-format support.
55423 * configure: Regenerated.
55424 * Makerules ($(common-objpfx)format.lds)
55425 [$(output-format) != unknown]: Just use $(output-format),
55426 instead of the linker-script munging.
55427
9fa2c032
RM
554282011-07-14 Roland McGrath <roland@hack.frob.com>
55429
a6928d51
RM
55430 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55431 of $(common-objpfx)shlib.lds.
55432 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55433
661607b3
RM
55434 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55435 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55436
9fa2c032
RM
55437 * configure.in (-z relro check): Adjust test code to add a large
55438 writable data section after it.
55439 * configure: Regenerated.
55440
defe9061
RM
554412011-07-11 Roland McGrath <roland@hack.frob.com>
55442
55443 * configure.in (-z relro check): Fix test code to make the variable
55444 truly const.
55445 * configure: Regenerated.
55446
319b9ad4
UD
554472011-07-11 Ulrich Drepper <drepper@gmail.com>
55448
55449 * nscd/nscd.h (struct traced_file): Define.
55450 (struct database_dyn): Remove inotify_descr, reset_res, and filename
55451 elements. Add traced_files.
55452 (inotify_fd): Declare.
55453 (register_traced_file): Declare.
55454 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55455 (inotify_fd): Export.
55456 (resolv_conf_descr): Remove.
55457 (nscd_init): Move inotify descriptor creation to main.
55458 Don't register files for notification here.
55459 (register_traced_file): New function.
55460 (invalidate_cache): Don't use reset_res to determine whether to call
55461 res_init, go through the list of registered files.
55462 (main_loop_poll): The inotify descriptors are now stored in the
55463 structures for the traced files.
55464 (main_loop_epoll): Likewise
55465 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
55466 to __nss_disable_nscd.
55467 * nscd/cache.c (prune_cache): There is no single inotify descriptor
55468 for a database anymore. Check the records for all the registered
55469 files instead.
55470 * nss/Makefile (libnss_files-routines): Add files-init.
55471 (libnss_db-routines): Add db-init.
55472 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55473 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55474 * nss/nss_db/db-init.c: New file.
55475 * nss/nss_files/files-init.c: New file.
55476 * nss/nsswitch.c (nss_load_library): New function. Broken out of
55477 __nss_lookup_function.
55478 (__nss_lookup_function): Call nss_load_library.
55479 (nss_load_all_libraries): New function.
55480 (__nss_disable_nscd): Take parameter with callback function for files
55481 to register. Set is_nscd. Load all the DSOs for the NSS modules
55482 used for the cached services.
55483 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55484 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55485 options for features to all the files in nscd.
55486
55487 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55488
23bee3e8
RM
554892011-07-10 Roland McGrath <roland@hack.frob.com>
55490
55491 * csu/elf-init.c (__libc_csu_init): Comment typo.
55492
46a5b7f0
UD
554932011-07-09 Ulrich Drepper <drepper@gmail.com>
55494
55495 * po/pl.po: Update from translation team.
55496 * po/ja.po: Likewise.
55497 * po/ru.po: Likewise.
55498 * po/ko.po: Likewise.
55499 * po/fr.po: Likewise.
55500
d30cf5bb
RM
555012011-07-09 Roland McGrath <roland@hack.frob.com>
55502
113ddea4
RM
55503 * configure.in (.ctors/.dtors header and trailer check):
55504 Use an empirical test on a built program.
55505 * configure: Regenerated.
55506
574920b4
RM
55507 * configure.in (-z relro check): Use an empirical test on a built DSO.
55508 Detect, but do not require, on ia64.
55509 * configure: Regenerated.
55510
d30cf5bb
RM
55511 * configure.in (READELF): Find it with AC_CHECK_TOOL.
55512 Update tests that use readelf to use $READELF instead.
55513 * configure: Regenerated.
55514
8538fdb3
UD
555152011-07-08 Ulrich Drepper <drepper@gmail.com>
55516
55517 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55518 if the result is not used.
55519
04d08991
AJ
555202011-07-05 Andreas Jaeger <aj@suse.de>
55521
55522 [BZ#9696]
55523 * stdlib/tst-strtod.c: Add testcase.
55524
de283087
AD
555252011-07-07 Ulrich Drepper <drepper@gmail.com>
55526
4e5f31c8 55527 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 55528 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
55529 The latter has a higher limit. Take additional parameter to pass to
55530 the new function.
55531 (__pathconf): Pass file to __statfs_link_max.
55532 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55533 __statfs_link_max.
55534 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55535 __statfs_link_max.
55536
de283087
AD
55537 [BZ #12868]
55538 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55539 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55540 Handle Lustre.
55541 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55542 (__statfs_filesize_max): Likewise.
55543 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55544
c75fa153
AJ
555452011-07-05 Andreas Jaeger <aj@suse.de>
55546
55547 * resolv/res_comp.c (dn_skipname): Remove unused variable.
55548
1a544854
UD
555492011-07-06 Marek Polacek <mpolacek@redhat.com>
55550
55551 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55552 `status' variable.
55553 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55554 Likewise.
55555
6f0eec67
UD
555562011-07-04 H.J. Lu <hongjiu.lu@intel.com>
55557
55558 * Makefile (strop-tests): Add strncat.
55559 * string/test-strncat.c: New file.
55560
aae30307
UD
555612011-06-30 Marek Polacek <mpolacek@redhat.com>
55562
55563 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55564
c0cfb5eb
UD
555652011-06-21 Andreas Jaeger <aj@suse.de>
55566
55567 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55568 Copy rule from iconvdata/Makefile.
55569
01636b21
UD
555702011-07-06 Ulrich Drepper <drepper@gmail.com>
55571
55572 [BZ #12922]
55573 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55574 but no long options are defined, just return 'W'.
55575
9895c8bc
UD
555762011-06-22 Marek Polacek <mpolacek@redhat.com>
55577
55578 [BZ #9696]
55579 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55580
5d4cf042
UD
555812011-07-06 Ulrich Drepper <drepper@gmail.com>
55582
55583 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55584 netgroups to read.
960e5535 55585 (innetgr): Likewise.
5d4cf042 55586
751eb97e
RM
555872011-07-05 Roland McGrath <roland@hack.frob.com>
55588
55589 * config.make.in (install_root): Default to $(DESTDIR).
55590
f15f1e45
UD
555912011-07-05 Ulrich Drepper <drepper@gmail.com>
55592
55593 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55594
4e34ac6a
RM
555952011-07-02 Roland McGrath <roland@hack.frob.com>
55596
5e9b6af4
RM
55597 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55598
84f9ea0f
RM
55599 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55600 containing directory rather than embedding absolute directory names.
55601
ea5ee9f7
RM
55602 * scripts/check-local-headers.sh: Rewritten using awk.
55603 Match by word, not by line. Print error messages for matches.
55604 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55605
1b74661a
RM
55606 * Makerules [shlib-lds-flags empty]:
55607 ($(common-objpfx)libc_pic.opts): New target.
55608 ($(common-objpfx)libc_pic.os.clean): New target.
55609 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55610
55611 * config.make.in (OBJCOPY): New variable.
55612 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55613 * configure: Regenerated.
55614
f781ef40
RM
55615 * config.make.in (use-default-link): New variable.
55616 * configure.in (use_default_link): Grok --with-default-link to set it.
55617 * configure: Regenerated.
55618 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55619 (shlib-lds, shlib-lds-flags): Define to empty.
55620
2d4fa81e
RM
55621 * Makerules (shlib-lds): New variable.
55622 (shlib-lds-flags): New variable.
55623 (build-shlib, build-moduile, build-module-asneeded): Use it.
55624 ($(common-objpfx)libc.so): Use $(shlib-lds).
55625 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55626 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55627
31fffa6b
RM
55628 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55629 DT_FLAGS/DT_FLAGS_1 with zero flags.
55630
4e34ac6a
RM
55631 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55632 linker script munging.
55633
fcfc776b
UD
556342011-07-02 Ulrich Drepper <drepper@gmail.com>
55635
55636 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55637 as 128-bit value.
55638 * crypt/sha512.c (sha512_process_block): Perform total addition using
55639 128-bit if possible.
55640 (__sha512_finish_ctx): Likewise.
55641 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55642 as 64-bit value.
55643 * crypt/sha256.c (SWAP64): Define.
55644 (sha256_process_block): Perform total addition using 64-bit if
55645 possible.
55646 (__sha256_finish_ctx): Likewise.
55647
99231d9a
UD
556482011-07-01 Ulrich Drepper <drepper@gmail.com>
55649
55650 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
55651 * nscd/initgrcache.c (addinitgroupsX): Likewise.
55652 * nscd/hstcache.c (cache_addhst): Likewise.
55653 * nscd/grpcache.c (cache_addgr): Likewise.
55654 * nscd/aicache.c (addhstaiX): Likewise
55655 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55656
445b4a53
TK
556572011-07-01 Thorsten Kukuk <kukuk@suse.de>
55658
55659 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55660 * nscd/initgrcache.c (addinitgroupsX): Likewise.
55661 * nscd/hstcache.c (cache_addhst): Likewise.
55662 * nscd/grpcache.c (cache_addgr): Likewise.
55663 * nscd/aicache.c (addhstaiX): Likewise
55664
6d4d8e8e
AS
556652011-07-01 Andreas Schwab <schwab@redhat.com>
55666
55667 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55668 domain only when needed.
55669
89f654c5
AS
556702011-06-30 Andreas Schwab <schwab@redhat.com>
55671
55672 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55673 is always restored.
55674
cf3b23ff
UD
556752011-06-29 Ulrich Drepper <drepper@gmail.com>
55676
55677 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55678 are re-adding the entry.
55679 * nscd/servicescache.c (cache_addserv): Likewise.
55680
751626f9
AJ
556812011-06-30 Aurelien Jarno <aurelien@aurel32.net>
55682
55683 * sysdeps/generic/dl-irel.h: fix protection against multiple
55684 inclusions.
55685 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55686
9113ea1f
UD
556872011-06-28 Ulrich Drepper <drepper@gmail.com>
55688
5c0b8d90
UD
55689 [BZ #12935]
55690 * malloc/memusage.sh: Fix quoting in message.
55691 * debug/xtrace.sh: Likewise.
55692
9113ea1f
UD
55693 * configure.in: Remove support for --experimental-malloc option, make
55694 it the default.
55695 * config.make.in: Likewise.
55696 * malloc/Makefile: Likewise.
55697
a4172181
AS
556982011-06-27 Andreas Schwab <schwab@redhat.com>
55699
55700 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55701 two-byte characters.
55702
78a7eee7
RM
557032011-06-27 Roland McGrath <roland@hack.frob.com>
55704
62bede13
RM
55705 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55706 AC_CACHE_CHECK invocation.
55707 * configure: Regenerated.
55708
78a7eee7
RM
55709 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55710
5ce33a62
UD
557112011-06-27 Ulrich Drepper <drepper@gmail.com>
55712
034807a9
UD
55713 [BZ #12350]
55714 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
55715 bit from old_res_options.
55716
4902da17
UD
55717 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55718
5ce33a62
UD
55719 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55720 value type for setfct.
55721
c2344f56
L
557222011-06-23 H.J. Lu <hongjiu.lu@intel.com>
55723
55724 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55725 __gettimeofday instead of gettimeofday.
55726
68468076
UD
557272011-06-26 Ulrich Drepper <drepper@gmail.com>
55728
55729 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55730
acb0d739
L
557312011-06-24 H.J. Lu <hongjiu.lu@intel.com>
55732
55733 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55734
55735 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55736 info.
55737
8912479f
L
557382011-06-22 H.J. Lu <hongjiu.lu@intel.com>
55739
55740 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55741 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55742 strcpy-sse2-unaligned strncpy-sse2-unaligned
55743 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55744 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55745 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55746 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55747 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55748 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55749 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55750 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55751 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55752 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55753 (STRCPY): Support SSE2 and SSSE3 versions.
55754
d5495a11
UD
557552011-06-24 Ulrich Drepper <drepper@gmail.com>
55756
55757 [BZ #12874]
55758 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55759 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55760 kernels which artificially limit size of requests.
55761
0b1cbaae
L
557622011-06-22 H.J. Lu <hongjiu.lu@intel.com>
55763
55764 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55765 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55766 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55767 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55768 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55769 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55770 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55771 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55772 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55773 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55774 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55775 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55776 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55777 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55778 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55779 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55780 Enable unaligned load optimization for Intel Core i3, i5 and i7
55781 processors.
55782 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55783 Define.
55784 (index_Fast_Unaligned_Load): Define.
55785 (HAS_FAST_UNALIGNED_LOAD): Define.
55786
07f494a0
MP
557872011-06-23 Marek Polacek <mpolacek@redhat.com>
55788
55789 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55790
fa3fc0fe
UD
557912011-06-22 Ulrich Drepper <drepper@gmail.com>
55792
55793 [BZ #12907]
55794 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55795 until it is clear that the information is realy needed.
55796 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55797
e12df166
AS
557982011-06-22 Andreas Schwab <schwab@redhat.com>
55799
55800 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55801
852eb34d
UD
558022011-06-22 Ulrich Drepper <drepper@gmail.com>
55803
84e2a551
UD
55804 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55805 /sys/devices/system/cpu/online if it is usable.
55806
852eb34d
UD
55807 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55808 reading the information from the /proc filesystem to once a second.
55809
6e502e19
UD
558102011-06-21 Andreas Jaeger <aj@suse.de>
55811
55812 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55813 NULL after inclusion of kernel headers.
55814
75d39ff2
UD
558152011-06-21 Ulrich Drepper <drepper@gmail.com>
55816
51f9aa6a
UD
55817 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55818 calls to internal_setent.
55819
c0244a9d
UD
55820 [BZ #12885]
55821 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55822 addresses using gethostbyname4_r ignore IPv4 addresses.
55823
c5e3c2ae
UD
55824 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55825 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
55826
75d39ff2
UD
55827 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55828
42675c6f
DM
558292011-06-20 David S. Miller <davem@davemloft.net>
55830
55831 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55832 inclusions.
55833 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55834
55835 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55836 (elf_irel): Use it.
55837 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55838 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55839 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55840 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55841 * sysdeps/x86_64/dl-irel.h: Likewise.
55842
55843 * elf/dl-runtime.c: Use elf_ifunc_invoke.
55844 * elf/dl-sym.c: Likewise.
55845
57912a71
UD
558462011-06-15 Ulrich Drepper <drepper@gmail.com>
55847
55848 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
55849 need to dereference resplen2.
55850
ee22793d
AS
558512011-06-14 Andreas Schwab <schwab@redhat.com>
55852
55853 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55854
a9e836b0
UD
558552011-06-15 Ulrich Drepper <drepper@gmail.com>
55856
77fb9117
UD
55857 * Makeconfig: Define vardbdir and inst_vardbdir.
55858 * nss/Makefile: Add rules to install db-Makefile.
55859
40c1b22c
UD
55860 * nss/nss_db/db-XXX.c: Cleanup.
55861
9f2da732
UD
55862 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55863 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55864 GLIBC_PRIVATE.
55865 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55866 * nss/makedb.c: Implement -g option to specify that value strings
55867 are generated and should not be added to table iterated over for
55868 get*ent calls.
55869 * nss/nss_db/db-initgroups.c: New file.
55870
82e9a1f7
UD
55871 * nss/getent.c: Add support for initgroups lookups through getgrouplist
55872 interface.
55873
c41af17e
UD
55874 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55875 (internal_getgrouplist): Adjust to name change.
55876 Update use_initgroups_entry if this is not the first call.
55877 * nss/databases.def: Add initgroups entry.
55878
a9e836b0
UD
55879 * nss/makedb.c (compute_tables): Check result of multiple hash table
55880 sizes to minimize maximum chain length.
55881
2666d441
UD
558822011-06-14 Ulrich Drepper <drepper@gmail.com>
55883
55884 * Versions.def: Add entry for libnss_db.
55885 * shlib-versions: Likewise.
55886 * nss/Makefile: Add rules to build libnss_db.
55887 * nss/Versions: Add libnss_db information. Organize libnss_files
55888 entries better.
55889 * nss/db-Makefile: Add gshadow support. Change rules for the new
55890 makedb progra. Some minor improvements to generate smaller files.
55891 * nss/nss_db/nss_db.h: Move NSS database header data structures to
55892 here from...
55893 * nss/makedb.c: ...here.
55894 Improve database format to be smaller and require less memory at
55895 runtime.
55896 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
55897 db anymore.
55898 * nss/nss_db/db-netgrp.c: Likewise.
55899 * nss/nss_db/db-open.c: Likewise.
55900 * nss/nss_files/flies-XXX.x: Adjust comments.
55901 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55902 * nss/nss_files/files-grp.c: Likewise.
55903 * nss/nss_files/files-hosts.c: Likewise.
55904 * nss/nss_files/files-network.c: Likewise.
55905 * nss/nss_files/files-proto.c: Likewise.
55906 * nss/nss_files/files-pwd.c: Likewise.
55907 * nss/nss_files/files-rpc.c: Likewise.
55908 * nss/nss_files/files-service.c: Likewise.
55909 * nss/nss_files/files-sgrp.c: Likewise.
55910 * nss/nss_files/files-spwd.c: Likewise.
55911 * nss/nss_db/db-alias.c: Removed.
55912 * nss/nss_db/dummy-db.h: Removed.
55913
9ee76b5a
UD
559142011-06-02 Ulrich Drepper <drepper@gmail.com>
55915
55916 * nss/makedb.c: Rewritten to not use database library.
55917 * nss/Makefile: Update to build new makedb program.
55918
c71ca1f8
AJ
559192011-06-14 Andreas Jaeger <aj@suse.de>
55920
55921 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55922 memset declaration.
55923
3154bfb8
UD
559242011-06-10 Andreas Schwab <schwab@redhat.com>
55925
55926 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55927 tmpbuf.
55928
b350afab
RM
559292011-06-10 Roland McGrath <roland@hack.frob.com>
55930
decd4e50
RM
55931 * Makerules (shlib.lds): Fail if the linker script comes out empty.
55932 * elf/Makefile ($(objpfx)ld.so): Likewise.
55933
5615eaf2
RM
55934 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55935 Don't list ld.so twice in dependencies.
55936
55937 * posix/bug-regex31.c: Include <stdlib.h>.
55938
55939 * nscd/hstcache.c (cache_addhst): Remove unused variable.
55940
55941 * nis/nss_compat/compat-spwd.c
55942 (getspent_next_nss_netgr): Remove unused variable.
55943 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55944
55945 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55946 nonmembers" output to use the right array.
55947
55948 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55949
55950 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55951
55952 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55953 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55954 * catgets/gencat.c (read_input_file): Likewise.
55955 * locale/programs/locarchive.c (enlarge_archive): Likewise.
55956
55957 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55958 variable definition inside #if's controlling its use.
55959
55960 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55961
55962 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55963
55964 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55965
55966 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55967 unreachable code.
55968
55969 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55970
b68e08db
RM
55971 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55972 * configure: Regenerated.
55973
b350afab
RM
55974 * Makerules: Revert last change.
55975 * elf/Makefile: Likewise.
55976
28368601
RM
559772011-06-09 Roland McGrath <roland@hack.frob.com>
55978
55979 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55980 * elf/Makefile ($(objpfx)librtld.os): Likewise.
55981 (reloc-link): Likewise.
55982
11988f8f
UD
559832011-06-09 Ulrich Drepper <drepper@gmail.com>
55984
55985 * elf/Makefile: Add rules to build pldd.
55986 * elf/pldd.c: New file.
55987 * elf/pldd-xx.c: New file.
55988
e80fab37
UD
559892011-06-07 Ulrich Drepper <drepper@gmail.com>
55990
55991 * version.h: Update for 2.15 development version.
55992
9b849836
DM
559932011-06-07 David S. Miller <davem@davemloft.net>
55994
55995 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55996 ifuncs.
55997 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55998 elf_machine_lazy_rel): Likewise.
55999 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
56000 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
56001 elf_machine_lazy_rel): Likewise.
56002 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
56003 dl_hwcap via passed in argument.
56004 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
56005 Likewise.
56006
5a31b283
AK
560072011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56008
56009 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
56010
069e52f8
RM
560112011-06-06 Roland McGrath <roland@hack.frob.com>
56012
56013 [BZ #12849]
56014 * manual/fdl-1.1.texi: New file, verbatim from:
56015 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
56016 * manual/lgpl-2.1.texi: New file, verbatim from:
56017 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
56018 * manual/Makefile (licenses): New variable, list those new file names.
56019 (texis): Use it.
56020 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
56021
56022 * manual/fdl.texi: File removed.
56023 * manual/lesser.texi: File removed.
56024 * manual/libc.texinfo (Copying, Documentation License):
56025 Use new @include file names, put @appendix directive before @include.
56026
f16846a5
JJ
560272011-06-04 Jakub Jelinek <jakub@redhat.com>
56028
56029 [BZ #12841]
56030 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
56031 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
56032 (mq_open): Add __NTH.
56033
3d29045b
L
560342011-06-02 H.J. Lu <hongjiu.lu@intel.com>
56035
56036 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56037 Assume Intel Core i3/i5/i7 processor if AVX is available.
56038
8c297311
UD
560392011-05-31 Ulrich Drepper <drepper@gmail.com>
56040
56041 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
56042 typo.
56043
c8fc0c91
UD
560442011-05-31 Andreas Schwab <schwab@redhat.com>
56045
56046 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
56047 memory. Use alloca_account. Fix memory leak when retrying.
56048
5b27a807
UD
560492011-05-31 Ulrich Drepper <drepper@gmail.com>
56050
356f8bc6
UD
56051 * version.h (RELEASE): Bump for 2.14 release.
56052 * include/features.h (__GLIBC_MINOR__): Bump to 14.
56053
5b27a807
UD
56054 * config.make.in (RANLIB): Remove entry.
56055
01f16ab0
UD
560562011-05-30 Ulrich Drepper <drepper@gmail.com>
56057
41fce8bd
UD
56058 * po/Makefile (po-sed-cmd): Add ksh to extensions.
56059 (libc.pot): Work around missing support for .ksh extension in xgettext.
56060
4769ae77
UD
56061 [BZ #12684]
56062 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
56063 if both request failed.
56064 (send_dg): In case of server errors clear resplen or *resplen2.
56065
6b1e7d19
UD
56066 [BZ #12454]
56067 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
56068 when there are multiple maps.
56069 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
56070 (_dl_fini): Remove test here.
56071
01f16ab0
UD
56072 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
56073
b1ebd700
UD
560742011-05-29 Ulrich Drepper <drepper@gmail.com>
56075
7ae22829
UD
56076 [BZ #12350]
56077 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
56078 bit from old_res_options.
56079 (gaih_inet): Likewise.
56080
553149f6 56081 [BZ #11099]
18a84741 56082 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
56083 as signed.
56084
652ffab1
UD
56085 * resolv/res_init.c (res_setoptions): Make the code more compact.
56086
16985fd0
UD
56087 [BZ #11558]
56088 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
56089 set RES_USEVC.
56090
0464f746
UD
56091 [BZ #11634]
56092 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
56093
7d17596c
UD
56094 * malloc/malloc.h: Mark malloc hook variables as deprecated.
56095
cf6bbbd7
UD
56096 [BZ #11781]
56097 * malloc/malloc.h: Declare malloc hook variables as volatile.
56098
13f1ab36
UD
56099 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
56100 in last patch.
56101
b1ebd700
UD
56102 [BZ #11799]
56103 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 56104 raise in the comment.
80e2212d
UD
56105 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
56106 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
56107 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 56108
ce67228d
UD
561092011-05-28 Ulrich Drepper <drepper@gmail.com>
56110
8887a920
UD
56111 [BZ #12811]
56112 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
56113 grow the buffers more if it already has to be sufficient.
56114 (build_wcs_upper_buffer): Likewise.
56115 * posix/regexec.c (check_matching): Likewise.
56116 (clean_state_log_if_needed): Likewise.
56117 (extend_buffers): Don't enlarge buffers beyond size of the input
56118 buffer.
56119 Patches mostly by Emil Wojak <emil@wojak.eu>.
56120 * posix/bug-regex32.c: New file.
56121 * posix/Makefile (tests): Add bug-regex32.
56122
4f031072
UD
56123 * locale/findlocale.c (_nl_find_locale): Return right away if
56124 _nl_explode_name failed.
56125 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
56126
d0478f0c
UD
56127 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
56128
de81b246
UD
56129 * debug/xtrace.sh: Unify messages.
56130 * malloc/memusage.sh: Likewise.
56131
c738465a
UD
56132 [BZ #12813]
56133 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
56134 time symbol from vDSO. Substitute with vsyscall if not available.
56135 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
56136 __vdso_time.
56137
f1f929d7
UD
56138 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
56139 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
56140 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
56141 Add sendmmsg and internal_sendmmsg.
56142 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
56143 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
56144 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
56145
ce67228d
UD
56146 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
56147 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
56148 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
56149
e57420c6
UD
561502011-05-27 Ulrich Drepper <drepper@gmail.com>
56151
a8509ca5
UD
56152 [BZ #12813]
56153 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
56154 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
56155 available.
56156 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
56157 __vdso_getcpu.
56158
e57420c6
UD
56159 [BZ #12814]
56160 * iconvdata/Makefile (tests): Add bug-iconv9.
56161 * iconvdata/bug-iconv9.c: New file.
56162
4d07db15
AS
561632011-05-27 Andreas Schwab <schwab@redhat.com>
56164
56165 [BZ #12814]
56166 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
56167
ea486f69
JJ
561682011-05-25 Jakub Jelinek <jakub@redhat.com>
56169
56170 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56171 (struct user_regs_struct): Change intcs field back to cs.
56172
6f038433
UD
561732011-05-25 Ulrich Drepper <drepper@gmail.com>
56174
56175 * po/ja.po: Update from translation team.
56176
67f86a25
UD
561772011-05-23 Ulrich Drepper <drepper@gmail.com>
56178
56179 [BZ #12795]
56180 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
56181 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
56182
def7fbd6
AS
561832011-05-20 Andreas Schwab <schwab@redhat.com>
56184
56185 * stdlib/longlong.h: Update from GCC.
56186
f50ef8f1
AS
561872011-05-23 Andreas Schwab <schwab@redhat.com>
56188
56189 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
56190 parameter name.
56191 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
56192 Add parameter name.
56193 (__sysconf): Pass it down.
56194
de7ce8f1
UD
561952011-05-22 Ulrich Drepper <drepper@gmail.com>
56196
f2962a71
UD
56197 [BZ #12671]
56198 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
56199 some situations.
56200 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
56201 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56202 add in in __libc_use_alloca calls. Adjust callers.
56203 (glob): Use malloc in some situations.
56204
de7ce8f1
UD
56205 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56206 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56207 pltexit.
56208
aec84f53
UD
562092011-05-21 Ulrich Drepper <drepper@gmail.com>
56210
05bb4a68
UD
56211 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56212 and CLOCK_BOOTTIME_ALARM.
56213
7ea72f99
UD
56214 [BZ #12782]
56215 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56216 is returned.
56217
7e4afad5
UD
56218 * string/_strerror.c (__strerror_r): Print negative errors as signed
56219 numbers.
56220
8e211fec
UD
56221 [BZ #12777]
56222 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56223 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56224 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56225
f7d82dc9
UD
56226 * configure.in: Fix typo in redirection and correct removal of test
56227 files in two cases.
56228
cc9e536d
UD
56229 [BZ #12788]
56230 * locale/setlocale.c (new_composite_name): Fix test to check for
56231 identical name of all categories.
56232
aec84f53
UD
56233 [BZ #12792]
56234 * libio/filedoalloc.c (local_isatty): New function.
56235 (_IO_file_doallocate): Use local_isatty.
56236 * stdio-common/perror.c (perror): In case a new stream is used
56237 forward the stream error.
56238 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56239 error flag.
56240
78e64fdc
RT
562412011-05-20 Ulrich Drepper <drepper@gmail.com>
56242
34a9094f
UD
56243 [BZ #11869]
56244 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56245 alloca.
56246 * include/alloca.h (extend_alloca_account): Define.
56247
78e64fdc
RT
56248 [BZ #11857]
56249 * posix/regex.h: Fix comments with documentation of user-accessible
56250 fields after compilation and describe correct free'ing of pattern
56251 after re_compile_pattern.
56252 Patch by Reuben Thomas <rrt@sc3d.org>.
56253
457bddfc
RA
562542011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
56255
56256 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56257 and -mno-altivec to prevent the compiler from using Altivec and/or
56258 VSX instructions when the corresponding registers are not available.
56259
a4527b51
AS
562602011-05-19 Andreas Schwab <schwab@redhat.com>
56261
56262 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56263
ed690b2f
UD
562642011-05-19 Ulrich Drepper <drepper@gmail.com>
56265
56266 * libio/freopen.c (freopen): Use __dup2, not dup2.
56267 * libio/freopen64.c (freopen64): Likewise.
56268
8db73634
L
562692011-05-17 H.J. Lu <hongjiu.lu@intel.com>
56270
56271 [BZ #12775]
56272 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56273 * math/Makefile (tests): Add test-powl.
56274 (CFLAGS-test-powl.c): Define.
56275 * math/test-powl.c: New file.
56276
0a197a9d
L
562772011-05-16 H.J. Lu <hongjiu.lu@intel.com>
56278
56279 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56280
ee30c380
UD
562812011-05-17 Ulrich Drepper <drepper@gmail.com>
56282
56283 [BZ #11837]
56284 * iconvdata/gb18030.c: Update to GB18020-2005.
56285
6ce75379
UD
562862011-05-16 Ulrich Drepper <drepper@gmail.com>
56287
a4b89fd8
AR
56288 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
56289 RE_SYNTAX_POSIX_AWK): Update to match recent development.
56290 Patch by Aharon Robbins <arnold@skeeve.com>.
56291
ea389b12
UD
56292 [BZ #11892]
56293 * stdlib/putenv.c (putenv): Don't always create copy of the variable
56294 on the stack.
56295
68a3f91f
UD
56296 [BZ #11895]
56297 * misc/pselect.c (__pselect): Handle timeout value errors hidden
56298 through underflows.
56299
15cc7dd1
UD
56300 [BZ #12766]
56301 * misc/error.c (error_at_line): Ensure file_name and old_file_name
56302 point to strings before performing equality test for error_one_per_line
56303 mode.
56304
f3799213
UD
56305 [BZ #11697]
56306 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
56307
d79a9c94
UD
56308 [BZ #11820]
56309 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56310 (struct user_fpregs_struct): Avoid __uint*_t types.
56311
56e5eb46
UD
56312 [BZ #6420]
56313 * malloc/mtrace.c (tr_where): Add additional parameter to point to
56314 symbol info. Use it instead of calling _dl_addr locally.
56315 (lock_and_info): New function.
56316 (tr_freehook): Call lock_and_info and pass symbol info as additional
56317 parameter to tr_where.
56318 (tr_mallochook): Likewise.
56319 (tr_reallochook): Likewise.
56320 (tr_memalignhook): Likewise.
56321
6ce75379
UD
56322 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
56323 used and couldn't be at all thread-safe.
56324
f8a3b5bf
UD
563252011-05-15 Ulrich Drepper <drepper@gmail.com>
56326
94b7cc37
UD
56327 * libio/freopen.c (freopen): Don't close old file descriptor
56328 before the new one is opened. Instead dup the new file descriptor
56329 to the old one after the new stream is created.
56330 * libio/freopen64.c (freopen64): Likewise.
56331 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56332 * libio/fileops.c (_IO_new_file_close_it): Handle new
56333 _IO_FLAGS2_NOCLOSE flag.
56334 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
56335 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
56336 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
56337 _IO_FLAGS2_NOCLOSE flag.
56338 * include/unistd.h: Add hidden_proto for dup3.
56339 Define __have_dup3.
56340 * io/dup3.c: Define hidden symbol.
56341 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
56342
bd25564e
UD
56343 [BZ #7101]
56344 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
56345 when an incomplete long option is used.
56346 * posix/tst-getopt_long1.c: New file.
56347 * posix/Makefile (tests): Add tst-getopt_long1.
56348
c84cfef4
UD
56349 [BZ #10138]
56350 * scripts/config.guess: Update from autoconf-2.68.
56351 * scripts/config.sub: Likewise.
56352
3b85df27
UD
56353 [BZ #10157]
56354 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
56355 tests into ...
56356 (has_cpuclock): ...this. New function.
56357 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56358 macro here based on has_cpuclock code.
56359
15a856b1
UD
56360 [BZ #10149]
56361 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56362 First byte (not low byte) is now always NUL.
56363 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56364
05f399e6
UD
56365 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56366 Use non-cancelable interfaces.
56367
10a52685 56368 [BZ #9809]
94ecc67d
UD
56369 * locale/iso-639.def: Add entry for Sorani.
56370
f8a3b5bf
UD
56371 [BZ #11901]
56372 * include/stdlib.h: Move include protection to the right place.
56373 Define abort_msg_s. Declare __abort_msg with it.
56374 * stdlib/abort.c (__abort_msg): Adjust type.
56375 * assert/assert.c (__assert_fail_base): New function. Majority
56376 of code from __assert_fail. Allocate memory for __abort_msg with
56377 mmap.
56378 (__assert_fail): Now call __assert_fail_base.
56379 * assert/assert-perr.c: Remove bulk of implementation. Use
56380 __assert_fail_base.
56381 * include/assert.hL Declare __assert_fail_base.
56382 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56383 mmap.
56384 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56385
1af4e298
UD
563862011-05-14 Ulrich Drepper <drepper@gmail.com>
56387
f8a3b5bf 56388 [BZ #11952]
d26dfc60
MG
56389 [BZ #12453]
56390 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56391 until all modules are registered in the DTV.
56392 * elf/Makefile: Add rules to build and run tst-tls19.
56393 * elf/tst-tls19.c: New file.
56394 * elf/tst-tls19mod1.c: New file.
56395 * elf/tst-tls19mod2.c: New file.
56396 * elf/tst-tls19mod3.c: New file.
56397 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56398
2fc54d6f
UD
56399 [BZ #12083]
56400 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56401 correctly.
56402
98d76b46
UD
56403 [BZ #12601]
56404 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56405 two-byte sequence errors.
56406 * iconvdata/Makefile (tests): Add bug-iconv8.
56407 * iconvdata/bug-iconv8.c: New file.
56408
da3c19ef
UD
56409 [BZ #12626]
56410 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56411 buf2 definition.
56412
ca408c15
UD
56413 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56414
d6f67f7d
UD
56415 [BZ #12432]
56416 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56417 (dummy_getcfa): New function.
56418 (init): Get _Unwind_GetCFA address, use dummy if not found.
56419 (backtrace_helper): In recursion check, also check whether CFA changes.
56420 (__backtrace): Completely initialize arg.
56421
1af4e298 56422 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
56423 storing incomplete byte sequence in state object. Avoid testing for
56424 guaranteed too small input if we know there is enough data available.
1af4e298 56425
da62f81b
AS
564262011-05-11 Andreas Schwab <schwab@redhat.com>
56427
56428 * Makeconfig (+link-pie): Indent.
56429 * Rules (binaries-pie): Define if $(have-fpie) and
56430 $(build-shared).
56431 (binaries-shared): Also filter out $(binaries-pie).
56432 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56433 * nscd/Makefile (others-pie): Add nscd.
56434 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56435 ($(objpfx)nscd): Remove command override.
56436 * login/Makefile (others-pie): Add pt_chown.
56437 ($(objpfx)pt_chown): Remove command override.
56438 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56439 remove command overrides.
56440
fcabc0f8
UD
564412011-05-13 Ulrich Drepper <drepper@gmail.com>
56442
20030ae6
UD
56443 * libio/tst_putwc.c: Fix error messages.
56444
fcabc0f8
UD
56445 [BZ #12724]
56446 * libio/fileops.c (_IO_new_file_close_it): Always flush when
56447 currently writing and seek to current position when not.
56448 * libio/Makefile (tests): Add bug-fclose1.
56449 * libio/bug-fclose1.c: New file.
56450
320a5dc0
PB
564512011-05-12 Ulrich Drepper <drepper@gmail.com>
56452
56453 [BZ #12511]
56454 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56455 don't set DF_1_NODELETE here.
56456 (do_lookup_x): When entering new entry test for copy relocation
56457 and if necessary set DF_1_NODELETE flag.
56458 * elf/tst-unique4.cc: New file.
56459 * elf/tst-unique4.h: New file.
56460 * elf/tst-unique4lib.cc: New file.
56461 * elf/Makefile: Add rules to build and run tst-unique4.
56462 Patch by Piotr Bury <pbury@goahead.com>.
56463
22836f52
UD
564642011-05-11 Ulrich Drepper <drepper@gmail.com>
56465
f574184a
UD
56466 [BZ #12052]
56467 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56468
e1fb097f
UD
56469 [BZ #12625]
56470 * misc/mntent_r.c (addmntent): Flush the stream after the output
56471
22836f52
UD
56472 [BZ #12393]
56473 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56474 (is_trusted_path_normalize): Skip initial colon. Append slash
56475 to empty buffer. Duplicate is_trusted_path code but allow
56476 constructed patch to be prefix.
56477 (is_dst): Allow $ORIGIN followed by /.
56478 (_dl_dst_substitute): Correct clearing of check_for_trusted.
56479 Correct testing of result of is_trusted_path_normalize
56480 (decompose_rpath): Fix warning.
56481
7b3b0b2a
UD
564822011-05-10 Ulrich Drepper <drepper@gmail.com>
56483
56484 [BZ #11257]
56485 * grp/initgroups.c (internal_getgrouplist): When we found the service
56486 list through the initgroups entry in nsswitch.conf do not always
56487 continue on a successful lookup. Don't always use the
eac80ce2 56488 __nss_group_database value if it is set.
7b3b0b2a
UD
56489 * nss/nsswitch.conf (initgroups): Change action for successful db
56490 lookup to continue for compatibility.
56491
2a81eaa5
UD
564922011-05-09 Ulrich Drepper <drepper@gmail.com>
56493
be97a69e
UD
56494 [BZ #11532]
56495 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56496 and CP774 modules.
56497 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56498 and CP774 modules.
56499 * iconvdata/tst-tables.sh: Likewise.
56500 * iconvdata/cp770.c: New file.
56501 * iconvdata/cp771.c: New file.
56502 * iconvdata/cp772.c: New file.
56503 * iconvdata/cp773.c: New file.
56504 * iconvdata/cp774.c: New file.
56505 * iconvdata/testdata/CP770: New file.
56506 * iconvdata/testdata/CP770..UTF8: New file.
56507 * iconvdata/testdata/CP771: New file.
56508 * iconvdata/testdata/CP771..UTF8: New file.
56509 * iconvdata/testdata/CP772: New file.
56510 * iconvdata/testdata/CP772..UTF8: New file.
56511 * iconvdata/testdata/CP773: New file.
56512 * iconvdata/testdata/CP773..UTF8: New file.
56513 * iconvdata/testdata/CP774: New file.
56514 * iconvdata/testdata/CP774..UTF8: New file.
56515
56516 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56517 END CHARMAP line.
56518 * iconvdata/gen-8bit-gap.sh: Likewise.
56519 * iconvdata/gen-8bit.sh: Likewise.
56520
c1e9e399
UD
56521 * locale/iso-639.def: Add ary entry.
56522
24c55fb3 56523 [BZ #11258]
96b4b1b0
UD
56524 * locale/C-translit.h.in: Add U20A1 transliteration.
56525
bdc2f971
KB
56526 [BZ #12178]
56527 * locale/iso-639.def: Add wae entry.
56528 Patch by Kevin Bortis <bortis@translate-wae.ch>.
56529
2952b117
UD
56530 [BZ #12545]
56531 * locale/programs/localedef.c (construct_output_path): Use ssize_t
56532 for n.
56533
2a81eaa5
UD
56534 [BZ #12711]
56535 * locale/C-translit.h.in: Add entry for U20B9.
56536 Patch by pravin.d.s@gmail.com.
56537
28377d1b
UD
565382011-05-08 Ulrich Drepper <drepper@gmail.com>
56539
7fb90fb8
UD
56540 [BZ #12713]
56541 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56542 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
56543 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
56544 in rtld. Use *stat64.
7fb90fb8 56545 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 56546 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 56547 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
56548 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56549 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56550 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56551 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56552 __fstatat64 macros.
7fb90fb8
UD
56553 * include/dirent.h: Add libc_hidden_proto for rewinddir.
56554 * dirent/rewinddir.c: Add libc_hidden_def.
56555 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 56556 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 56557
28377d1b
UD
56558 * include/dirent.h (__alloc_dir): Add flags parameter.
56559 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56560 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56561 __alloc_dir.
56562 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
56563 from fdopendir if O_CLOEXEC is already set.
56564
66bdbaa4
AM
565652011-03-15 Alan Modra <amodra@gmail.com>
56566
56567 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56568 l_tls_firstbyte_offset non-zero. Save padding offset in
56569 l_tls_firstbyte_offset for later use.
56570 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56571 freeing static tls block.
56572
95721191
JN
565732011-03-05 Jonathan Nieder <jrnieder@gmail.com>
56574
56575 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56576 where #ifdef was intended. The intent is to prevent ARG_MAX from
56577 being defined by the kernel headers.
56578
f87dfb1f
UD
565792011-05-07 Ulrich Drepper <drepper@gmail.com>
56580
56581 [BZ #12734]
56582 * resolv/resolv.h: Define RES_NOTLDQUERY.
56583 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56584 no-tld-query and set RES_NOTLDQUERY.
56585 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56586 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56587 modern BIND to search name as TLD unless forbidden.
56588
47c3cd7a
UD
565892011-05-07 Petr Baudis <pasky@suse.cz>
56590 Ulrich Drepper <drepper@gmail.com>
56591
56592 [BZ #12393]
56593 * elf/dl-load.c (fillin_rpath): Move trusted path check...
56594 (is_trusted_path): ...to here.
c1e9ea35 56595 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 56596 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 56597 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 56598
8a35c912
PP
565992011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
56600
56601 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56602 __BEGIN/__END_DECLS.
56603
acd41f47
UD
566042011-05-06 Ulrich Drepper <drepper@gmail.com>
56605
56606 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56607 NSS_STATUS_NOTFOUND if no record was found.
56608
597df647
AS
566092011-05-05 Andreas Schwab <schwab@redhat.com>
56610
56611 * sunrpc/Makefile (headers): Add rpc/netdb.h.
56612 (headers-not-in-tirpc): Remove rpc/netdb.h
56613 * resolv/netdb.h: Revert last change.
56614
b9af1301
PP
566152011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
56616
56617 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56618 circular dependency between libgcc.a and libc.a.
56619
4e34d5f5
AS
566202011-05-05 Andreas Schwab <schwab@redhat.com>
56621
56622 * resolv/netdb.h: Don't include <rpc/netdb.h>.
56623 * nis/Makefile: Don't install rpcsvc/*.
56624 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56625 instead of <rpc/types.h>.
56626 (MAXHOSTNAMELEN): Define.
56627
00ee369c
AS
566282011-05-03 Andreas Schwab <schwab@redhat.com>
56629
56630 * elf/ldconfig.c (add_dir): Don't crash on empty path.
56631
0b592a30
MB
566322011-04-28 Maciej Babinski <mbabinski@google.com>
56633
56634 [BZ #12714]
56635 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56636 gethostbyname4_r when IPv6 results are possible.
56637
6e04cbbe
UD
566382011-05-02 Ulrich Drepper <drepper@gmail.com>
56639
56640 [BZ #12723]
56641 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56642 _PC_PIPE_BUF handling.
56643
e4ecafe0
BH
566442011-04-30 Bruno Haible <bruno@clisp.org>
56645
56646 [BZ #12717]
56647 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56648 * resolv/netdb.h (getnameinfo): Change type of flags parameter
56649 to 'int'.
56650 * inet/getnameinfo.c (getnameinfo): Likewise.
56651
125ee683
UD
566522011-04-29 Ulrich Drepper <drepper@gmail.com>
56653
56654 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56655 to groups setting in database lookup.
56656 * nss/nsswitch.conf: Add initgroups entry.
56657
b722481a
EB
566582011-04-22 Ulrich Drepper <drepper@gmail.com>
56659
56660 [BZ #12685]
56661 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56662 mode string.
56663 Patch by Eric Blake <eblake@redhat.com>.
56664
4df46dbd
L
566652011-04-20 H.J. Lu <hongjiu.lu@intel.com>
56666
56667 * sunrpc/Makefile (need-export-routines): Add svc_run.
56668 (routines): Remove svc_run.
56669 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56670 * sunrpc/clnt_perr.c (clnt_perrno): Export.
56671 * sunrpc/svc_run.c (svc_run): Likewise.
56672 * sunrpc/svc_udp.c (svcudp_create): Likewise.
56673
e84142d2
UD
566742011-04-21 Ulrich Drepper <drepper@gmail.com>
56675
56676 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56677 problem in reallocation in last patch.
56678
877175d8
UD
566792011-04-20 Ulrich Drepper <drepper@gmail.com>
56680
56681 * sunrpc/Makefile: Move inclusion of Rules.
56682
ab8eed78
UD
566832011-04-19 Ulrich Drepper <drepper@gmail.com>
56684
56685 * nss/nss_files/files-initgroups.c: New file.
56686 * nss/Makefile (libnss_files-routines): Add files-initgroups.
56687 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56688 _nss_files_initgroups_dyn.
56689
e3d8f584
RS
566902011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
56691
56692 * elf/elf.h (R_ARM_IRELATIVE): Define.
56693
af190f45
UD
566942011-04-19 Ulrich Drepper <drepper@gmail.com>
56695
56696 * po/ru.po: Update from translation team.
56697
53cf59ef
UD
566982011-04-17 Ulrich Drepper <drepper@gmail.com>
56699
56700 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56701 dependencies.
56702
4c559bcd
MF
567032011-02-06 Mike Frysinger <vapier@gentoo.org>
56704
56705 [BZ #12653]
56706 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56707 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56708 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56709 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56710 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56711
4420675c
AS
567122011-03-28 Andreas Schwab <schwab@linux-m68k.org>
56713
56714 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56715 differing bytes.
56716 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56717 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56718 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56719
75ea32ab
UD
567202011-04-17 Ulrich Drepper <drepper@gmail.com>
56721
56722 [BZ #12420]
56723 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56724 storing it.
56725 * stdlib/bug-getcontext.c: New file.
56726 * stdlib/Makefile: Add rules to build and run bug-getcontext.
56727
27390476
AK
567282011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56729
56730 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56731 instructions into .machine "z9-109".
56732 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56733 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56734
10442705
AK
567352011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56736
56737 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56738 between environment variables and auxiliary vector.
56739
7b57bfe5
UD
567402011-04-16 Ulrich Drepper <drepper@gmail.com>
56741
56742 * Makefile: Add rules to build linkobj/libc.so.
56743 * include/libc-symbols.h: Define libc_hidden_nolink.
56744 * include/rpc/auth.h: Mark functions which are to be hidden.
56745 * include/rpc/auth_des.h: Likewise.
56746 * include/rpc/auth_unix.h: Likewise.
56747 * include/rpc/clnt.h: Likewise.
56748 * include/rpc/des_crypt.h: Likewise.
56749 * include/rpc/key_prot.h: Likewise.
56750 * include/rpc/pmap_clnt.h: Likewise.
56751 * include/rpc/pmap_prot.h: Likewise.
56752 * include/rpc/pmap_rmt.h: Likewise.
56753 * include/rpc/rpc_msg.h: Likewise.
56754 * include/rpc/svc.h: Likewise.
56755 * include/rpc/svc_auth.h: Likewise.
56756 * include/rpc/xdr.h: Likewise.
56757 * nis/Makefile: Link all DSOs against linkobj/libc.so.
56758 * nss/Makefile: Likewise.
56759 * sunrpc/Makefile: Don't install headers. Build library with normal
56760 entry points. Don't build rpcinfo. Link RPC tests appropriately.
56761 * sunrpc/auth_des.c: Hide exported symbols by default, export some
56762 for the compat linking library. Remove use of INTDEF/INTUSE.
56763 * sunrpc/auth_none.c: Likewise.
56764 * sunrpc/auth_unix.c: Likewise.
56765 * sunrpc/authdes_prot.c: Likewise.
56766 * sunrpc/authuxprot.c: Likewise.
56767 * sunrpc/clnt_gen.c: Likewise.
56768 * sunrpc/clnt_perr.c: Likewise.
56769 * sunrpc/clnt_raw.c: Likewise.
56770 * sunrpc/clnt_simp.c: Likewise.
56771 * sunrpc/clnt_tcp.c: Likewise.
56772 * sunrpc/clnt_udp.c: Likewise.
56773 * sunrpc/clnt_unix.c: Likewise.
56774 * sunrpc/des_crypt.c: Likewise.
56775 * sunrpc/des_soft.c: Likewise.
56776 * sunrpc/get_myaddr.c: Likewise.
56777 * sunrpc/key_call.c: Likewise.
56778 * sunrpc/key_prot.c: Likewise.
56779 * sunrpc/netname.c: Likewise.
56780 * sunrpc/pm_getmaps.c: Likewise.
56781 * sunrpc/pm_getport.c: Likewise.
56782 * sunrpc/pmap_clnt.c: Likewise.
56783 * sunrpc/pmap_prot.c: Likewise.
56784 * sunrpc/pmap_prot2.c: Likewise.
56785 * sunrpc/pmap_rmt.c: Likewise.
56786 * sunrpc/publickey.c: Likewise.
56787 * sunrpc/rpc_cmsg.c: Likewise.
56788 * sunrpc/rpc_common.c: Likewise.
56789 * sunrpc/rpc_dtable.c: Likewise.
56790 * sunrpc/rpc_prot.c: Likewise.
56791 * sunrpc/rpc_thread.c: Likewise.
56792 * sunrpc/rtime.c: Likewise.
56793 * sunrpc/svc.c: Likewise.
56794 * sunrpc/svc_auth.c: Likewise.
56795 * sunrpc/svc_authux.c: Likewise.
56796 * sunrpc/svc_raw.c: Likewise.
56797 * sunrpc/svc_run.c: Likewise.
56798 * sunrpc/svc_simple.c: Likewise.
56799 * sunrpc/svc_tcp.c: Likewise.
56800 * sunrpc/svc_udp.c: Likewise.
56801 * sunrpc/svc_unix.c: Likewise.
56802 * sunrpc/svcauth_des.c: Likewise.
56803 * sunrpc/xcrypt.c: Likewise.
56804 * sunrpc/xdr.c: Likewise.
56805 * sunrpc/xdr_array.c: Likewise.
56806 * sunrpc/xdr_float.c: Likewise.
56807 * sunrpc/xdr_intXX_t.c: Likewise.
56808 * sunrpc/xdr_mem.c: Likewise.
56809 * sunrpc/xdr_rec.c: Likewise.
56810 * sunrpc/xdr_ref.c: Likewise.
56811 * sunrpc/xdr_sizeof.c: Likewise.
56812 * sunrpc/xdr_stdio.c: Likewise.
56813
e6c61494
UD
568142011-04-10 Ulrich Drepper <drepper@gmail.com>
56815
56816 [BZ #12650]
56817 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56818 * sysdeps/ia64/dl-tls.h: Likewise.
56819 * sysdeps/powerpc/dl-tls.h: Likewise.
56820 * sysdeps/s390/dl-tls.h: Likewise.
56821 * sysdeps/sh/dl-tls.h: Likewise.
56822 * sysdeps/sparc/dl-tls.h: Likewise.
56823 * sysdeps/x86_64/dl-tls.h: Likewise.
56824 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56825
34fe483e
AS
568262011-03-14 Andreas Schwab <schwab@redhat.com>
56827
56828 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56829 rpath element also skip the following colon.
56830 (expand_dynamic_string_token): Add is_path parameter and pass
56831 down to DL_DST_REQUIRED and _dl_dst_substitute.
56832 (decompose_rpath): Call expand_dynamic_string_token with
56833 non-zero is_path. Ignore empty rpaths.
56834 (_dl_map_object_from_fd): Call expand_dynamic_string_token
56835 with zero is_path.
56836
f12a32e6
AS
568372011-04-08 Andreas Schwab <schwab@linux-m68k.org>
56838
56839 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56840 Make cancelable.
56841
38a7d692
UD
568422011-04-09 Ulrich Drepper <drepper@gmail.com>
56843
56844 [BZ #12655]
56845 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56846 Patch by Filipe David Manana <fdmanana@apache.org>.
56847
e451d22b
AS
568482011-04-07 Andreas Schwab <schwab@redhat.com>
56849
56850 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56851 Maintain aligned stack.
56852 (CHECK_RSP): Remove unused macro.
56853
dedc7c7b
UD
568542011-04-03 Ulrich Drepper <drepper@gmail.com>
56855
56856 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56857 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56858
94521213
UD
568592011-04-02 Ulrich Drepper <drepper@gmail.com>
56860
56861 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56862
8cb700c0 56863 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 56864
0354e355
L
568652011-03-26 H.J. Lu <hongjiu.lu@intel.com>
56866
56867 [BZ #12518]
56868 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56869 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56870 * sysdeps/x86_64/memmove.c: New file.
56871 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56872 (memcpy): Renamed to ...
56873 (__new_memcpy): This.
56874 (memcpy): Provide GLIBC_2_14 memcpy.
56875 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56876 (memcpy): Provide GLIBC_2_2_5 memcpy.
56877
8593482f
UD
568782011-04-01 Ulrich Drepper <drepper@gmail.com>
56879
56880 [BZ #12631]
56881 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56882
81a5726b
AS
568832011-03-30 Andreas Schwab <schwab@redhat.com>
56884
56885 * misc/syncfs.c: New file.
56886 * misc/Makefile (routines): Add syncfs.
56887 * posix/unistd.h: Declare syncfs.
56888 * sysdeps/unix/syscalls.list: Add syncfs.
56889
00e5419f
AS
568902011-04-01 Andreas Schwab <schwab@redhat.com>
56891
56892 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56893 open_by_handle_at.
56894 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56895 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56896 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56897 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56898 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56899 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56900 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56901
748876bf
UD
569022011-04-01 Ulrich Drepper <drepper@gmail.com>
56903
658e451d
UD
56904 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56905 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56906 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56907 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56908 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56909 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56910 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56911
748876bf
UD
56912 * io/Makefile: Compile fallocate.c, fallocate64.c, and
56913 sync_file_range.c with -fexceptions.
56914 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56915 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56916 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56917 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56918 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56919 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56920 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
56921 sync_file_range as cancellation point
56922 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
56923 now a wrapper around __call_sync_file_range with cancellation handling.
56924 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56925 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
56926 function name to __call_sync_file_range.
56927 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56928 Add call_sync_file_range.
748876bf 56929
6e63d5e1
AS
569302011-04-01 Andreas Schwab <schwab@redhat.com>
56931
56932 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 56933 bits/timex.h.
6e63d5e1 56934
46998f74
UD
569352011-04-01 Ulrich Drepper <drepper@gmail.com>
56936
4c1423ed
UD
56937 * iconv/iconv.h: Fix typo in comment.
56938 * io/fcntl.h: Likewise.
56939 * libio/stdio.h: Likewise.
56940 * posix/spawn.h: Likewise.
56941 * posix/unistd.h: Likewise.
56942 * stdlib/stdlib.h: Likewise.
56943 * time/time.h: Likewise.
56944 * wcsmbs/wchar.h: Likewise.
56945
158648c0
UD
56946 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56947 open_by_handle): Add.
56948 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56949 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
56950 Augment a few comments.
56951 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56952 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56953 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56954 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56955 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56956 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56957 open_by_handle.
56958
46998f74
UD
56959 * io/fcntl.h (AT_EMPTY_PATH): Define.
56960
83fe108b
UD
569612011-03-30 Ulrich Drepper <drepper@gmail.com>
56962
56963 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56964 * sysdeps/unix/sysv/linux/bits/time.h: New file.
56965 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56966 to...
56967 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
56968 * Versions.def: Add GLIBC_2.14.
56969 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56970 Export.
83fe108b 56971
bb242059
UD
569722011-03-22 Ulrich Drepper <drepper@gmail.com>
56973
56974 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56975 round counter.
56976 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56977
c97a1282
L
569782011-03-20 H.J. Lu <hongjiu.lu@intel.com>
56979
56980 [BZ #12597]
56981 * string/test-strncmp.c (do_page_test): New function.
56982 (check2): Likewise.
56983 (test_main): Call check2.
56984 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56985
2a115601
UD
569862011-03-20 Ulrich Drepper <drepper@gmail.com>
56987
56988 [BZ #12587]
56989 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56990 Handle cache information in CPU leaf 4.
56991 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56992
8126d904
UD
569932011-03-18 Ulrich Drepper <drepper@gmail.com>
56994
042c49c6 56995 [BZ #12583]
8126d904
UD
56996 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56997 character representation.
56998 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56999
ccfe366e
RA
570002011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
57001
57002 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
57003 END(__isnan) to END(__isnanf) to match function entry point/label
57004 EALIGN(__isnanf,...).
57005
c6e13027
JJ
570062011-03-10 Jakub Jelinek <jakub@redhat.com>
57007
57008 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
57009
33f85a3f
UD
570102011-03-10 Ulrich Drepper <drepper@gmail.com>
57011
028478fa
UD
57012 [BZ #12510]
57013 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
57014 copy from the symbol referenced in the relocation to initialize the
57015 used variable.
57016 Patch by Piotr Bury <pbury@goahead.com>.
57017 * elf/Makefile: Add rules to build and tst-unique3.
57018 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
57019 * elf/tst-unique3.cc: New file.
57020 * elf/tst-unique3.h: New file.
57021 * elf/tst-unique3lib.cc: New file.
57022 * elf/tst-unique3lib2.cc: New file.
57023
33f85a3f
UD
57024 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
57025
03592fc7
MF
570262011-03-10 Mike Frysinger <vapier@gentoo.org>
57027
57028 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
57029 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
57030 to _start.
03592fc7 57031
6a5ee102
UD
570322011-03-06 Ulrich Drepper <drepper@gmail.com>
57033
57034 * elf/dl-load.c (_dl_map_object): If we are looking for the first
57035 to-be-loaded object along a path to loader is ld.so.
57036
7e4ba49c
HJ
570372011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
57038 Ulrich Drepper <drepper@gmail.com>
57039
57040 * sysdeps/x86_64/memset.S: After aligning destination, code
57041 branches to different locations depending on the value of
57042 misalignment, when multiarch is enabled. Fix this.
57043
570442011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
57045
57046 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
57047 Set _x86_64_preferred_memory_instruction for AMD processsors.
57048 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57049 Set bit_Prefer_SSE_for_memop for AMD processors.
57050
13a804de
UD
570512011-03-04 Ulrich Drepper <drepper@gmail.com>
57052
57053 * libio/fmemopen.c (fmemopen): Optimize a bit.
57054
9d25c392
AS
570552011-03-03 Andreas Schwab <schwab@redhat.com>
57056
57057 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
57058
a5543c6a
RM
570592011-03-03 Roland McGrath <roland@redhat.com>
57060
57061 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
57062
012d35f7
DM
570632011-02-28 Aurelien Jarno <aurelien@aurel32.net>
57064
7e4ba49c 57065 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
57066 __bzero_ultra1 instead of __memset_ultra1.
57067
4bff6e01
AS
570682011-02-23 Andreas Schwab <schwab@redhat.com>
57069 Ulrich Drepper <drepper@gmail.com>
57070
57071 [BZ #12509]
57072 * include/link.h (struct link_map): Add l_orig_initfini.
57073 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
57074 returning unsuccessfully.
57075 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
57076 close of a file loaded at startup, restore the original l_initfini
57077 list.
57078 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
57079 list, store the pointer.
57080 * elf/Makefile ($(objpfx)noload-mem): New rule.
57081 (noload-ENV): Define.
57082 (tests): Add $(objpfx)noload-mem.
57083 * elf/noload.c: Include <memcheck.h>.
57084 (main): Call mtrace. Close all opened handles.
57085
f2092faf
AS
570862011-02-17 Andreas Schwab <schwab@redhat.com>
57087
57088 [BZ #12454]
57089 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
57090 dependencies are missing.
57091
6c8a2e88
ST
570922011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
57093
f2092faf 57094 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
57095 Hurd needs munmap.
57096 * sysdeps/mach/hurd/ifreq.h: New file.
57097
84a42118
PB
570982011-01-27 Petr Baudis <pasky@suse.cz>
57099 Ulrich Drepper <drepper@gmail.com>
57100
071f805e 57101 [BZ 12445]#
84a42118
PB
57102 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
57103 to extend_alloca().
57104 * stdio-common/bug23.c: New file.
57105 * stdio-common/Makefile (tests): Add bug23.
57106
e23fe25b
AS
571072010-09-28 Andreas Schwab <schwab@redhat.com>
57108 Ulrich Drepper <drepper@gmail.com>
57109
57110 [BZ #12489]
57111 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
57112 before performing relro protection. At old place add assertion
57113 to make sure nothing changed.
57114
d3f02e10
NS
571152011-02-17 Nathan Sidwell <nathan@codesourcery.com>
57116 Glauber de Oliveira Costa <glommer@gmail.com>
57117
57118 * elf/elf.h: Add new ARM TLS relocs.
57119
d55fd7a5
RA
571202011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
57121
57122 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
57123 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
57124 cast from r3.
57125 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
57126 'tests' variable.
57127 * sysdeps/wordsize-64/tst-writev.c: New file.
57128
2206397e
RA
571292011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
57130
57131 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
57132 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
57133 insns in _dl_start to prevent a TOC reference before relocs are
57134 resolved.
57135
e9433893
UD
571362011-02-15 Ulrich Drepper <drepper@gmail.com>
57137
57138 [BZ #12469]
57139 * Makeconfig: Remove RANLIB definition.
57140 * Makerules: Don't use RANLIB.
57141 * aclocal.m4: Remove ranlib test.
57142 * configure.in: No need to check for ranlib.
57143 * elf/rtld-Rules: Don't use RANLIB.
57144
f75286c6
ST
571452011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
57146
8e31c82d
ST
57147 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
57148 protection macro.
57149 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
57150 inclusion protection macro.
57151
f75286c6
ST
57152 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
57153 SIGRTMIN and SIGRTMAX and print information in that case only when
57154 SIGRTMIN is defined.
57155
c1d0e639
JJ
571562011-02-11 Jakub Jelinek <jakub@redhat.com>
57157
57158 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
57159 arginfo fn returning -1.
57160
57161 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
57162 and thousands string is zero terminated.
57163
edf9294e
AS
571642011-02-03 Andreas Schwab <schwab@redhat.com>
57165
57166 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
57167 sysdeps/unix/sysv/linux/bits/socket.h.
57168
2b7e92df
ST
571692011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
57170
edf9294e
AS
57171 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
57172 (__CPU_COUNT): Remove old macros.
57173 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
57174 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
57175 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
57176 (__sched_cpualloc, __sched_cpufree): Add declarations.
57177
a4c7ea7b
UD
571782011-02-05 Ulrich Drepper <drepper@gmail.com>
57179
57180 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
57181 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
57182 * nscd/aicache.c (addhstaiX): Return timeout of added value.
57183 (readdhstai): Return value of addhstaiX call.
57184 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
57185 (addgrbyX): Return value returned by cache_addgr.
57186 (readdgrbyname): Return value returned by addgrbyX.
57187 (readdgrbygid): Likewise.
57188 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
57189 (addpwbyX): Return value returned by cache_addpw.
57190 (readdpwbyname): Return value returned by addhstbyX.
57191 (readdpwbyuid): Likewise.
57192 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
57193 (addservbyX): Return value returned by cache_addserv.
57194 (readdservbyname): Return value returned by addservbyX:
57195 (readdservbyport): Likewise.
57196 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
57197 (addhstbyX): Return value returned by cache_addhst.
57198 (readdhstbyname): Return value returned by addhstbyX.
57199 (readdhstbyaddr): Likewise.
57200 (readdhstbynamev6): Likewise.
57201 (readdhstbyaddrv6): Likewise.
57202 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57203 (readdinitgroups): Return value returned by addinitgroupsX.
57204 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57205 (prune_cache): Keep track of timeout value of re-added entries.
57206 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57207 * nscd/nscd.h: Adjust prototypes of readd* functions.
57208
a0bf67cc
RM
572092011-02-04 Roland McGrath <roland@redhat.com>
57210
57211 * nis/nis_server.c (nis_servstate): Use the right name for 0.
57212 (nis_stats): Likewise.
57213 * nis/nis_modify.c (nis_modify): Likewise.
57214 * nis/nis_remove.c (nis_remove): Likewise.
57215 * nis/nis_add.c (nis_add): Likewise.
57216
57217 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57218
57219 * posix/fnmatch_loop.c: Add some consts.
57220
57221 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57222
435b95eb
L
572232011-02-02 H.J. Lu <hongjiu.lu@intel.com>
57224
57225 [BZ #12460]
57226 * config.make.in (config-cflags-novzeroupper): Define.
57227 * configure.in: Substitute libc_cv_cc_novzeroupper.
57228 * elf/Makefile (AVX-CFLAGS): Define.
57229 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57230 (CFLAGS-tst-auditmod4a.c): Likewise.
57231 (CFLAGS-tst-auditmod4b.c): Likewise.
57232 (CFLAGS-tst-auditmod6b.c): Likewise.
57233 (CFLAGS-tst-auditmod6c.c): Likewise.
57234 (CFLAGS-tst-auditmod7b.c): Likewise.
57235 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57236
8517b15e
UD
572372011-02-02 Ulrich Drepper <drepper@gmail.com>
57238
57239 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57240 function to the callback.
57241 Patch partly by Jiri Olsa <jolsa@redhat.com>.
57242
10a656fe
AS
572432011-02-02 Andreas Schwab <schwab@redhat.com>
57244
57245 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57246 of errno.
57247
968dad0a
UD
572482011-01-19 Ulrich Drepper <drepper@gmail.com>
57249
9f94d2ea 57250 [BZ #11724]
968dad0a
UD
57251 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57252 of constructors.
57253 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57254 of destructors.
57255 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57256
57257 [BZ #11724]
57258 * elf/Makefile: Add rules to build and run new test.
57259 * elf/tst-initorder.c: New file.
57260 * elf/tst-initorder.exp: New file.
57261 * elf/tst-initordera1.c: New file.
57262 * elf/tst-initordera2.c: New file.
57263 * elf/tst-initordera3.c: New file.
57264 * elf/tst-initordera4.c: New file.
57265 * elf/tst-initorderb1.c: New file.
57266 * elf/tst-initorderb2.c: New file.
57267 * elf/tst-order-a1.c: New file.
57268 * elf/tst-order-a2.c: New file.
57269 * elf/tst-order-a3.c: New file.
57270 * elf/tst-order-a4.c: New file.
57271 * elf/tst-order-b1.c: New file.
57272 * elf/tst-order-b2.c: New file.
57273 * elf/tst-order-main.c: New file.
57274 New test case by George Gensure <werkt0@gmail.com>.
57275
86e92359
UD
572762010-10-01 Andreas Schwab <schwab@redhat.com>
57277
57278 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57279 decoding ACE if AI_CANONIDN.
57280
5d5732b0
UD
572812011-01-18 Ulrich Drepper <drepper@gmail.com>
57282
57283 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57284
a77e8cbc
UD
572852011-01-17 Ulrich Drepper <drepper@gmail.com>
57286
6392473f
UD
57287 * version.h (RELEASE): Bump for 2.13 release.
57288 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
57289
620a0529
UD
57290 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
57291
18ba70a5
UD
57292 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57293 MADV_NOHUGEPAGE.
32465c3e
UD
57294 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
57295 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
57296 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
57297 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
57298 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
57299 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57300
c0dafcf1
UD
57301 * posix/getconf.c: Update copyright year.
57302 * catgets/gencat.c: Likewise.
57303 * csu/version.c: Likewise.
57304 * debug/catchsegv.sh: Likewise.
57305 * debug/xtrace.sh: Likewise.
57306 * elf/ldconfig.c: Likewise.
57307 * elf/ldd.bash.in: Likewise.
57308 * elf/sprof.c (print_version): Likewise.
57309 * iconv/iconv_prog.c: Likewise.
57310 * iconv/iconvconfig.c: Likewise.
57311 * locale/programs/locale.c: Likewise.
57312 * locale/programs/localedef.c: Likewise.
57313 * malloc/memusage.sh: Likewise.
57314 * malloc/mtrace.pl: Likewise.
57315 * nscd/nscd.c (print_version): Likewise.
57316 * nss/getent.c: Likewise.
57317
a77e8cbc
UD
57318 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
57319 PF_CAIF, and PF_ALG.
57320 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57321
77e8bddf
AS
573222011-01-16 Andreas Schwab <schwab@linux-m68k.org>
57323
1f20b93a
AS
57324 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
57325 (modules-names): Use them.
57326 (ifunc-test-modules, ifunc-pie-tests): Define.
57327 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
57328 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
57329 (test-extras): Likewise.
57330 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
57331 $(compile-command.c).
57332 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
57333 (all-built-dso): Define.
57334 (check-textrel.out, check-execstack.out): Depend on it.
57335
77e8bddf
AS
57336 * configure.in: Don't override --enable-multi-arch.
57337
bc425b33
UD
573382011-01-15 Ulrich Drepper <drepper@gmail.com>
57339
57340 [BZ #6812]
57341 * nscd/hstcache.c (tryagain): Define.
57342 (cache_addhst): Return tryagain not notfound for temporary errors.
57343 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
57344 failed.
57345
794c3ad3
UD
573462011-01-14 Ulrich Drepper <drepper@gmail.com>
57347
70181fdd
UD
57348 [BZ #10563]
57349 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
57350 to make the syscall.
57351 * sysdeps/unix/sysv/linux/setgroups.c: New file.
57352
794c3ad3
UD
57353 [BZ #12378]
57354 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
57355 and fall back to matching as normal character if the string ends before
57356 the matching ']' is found. This is what POSIX requires.
57357 * posix/testfnm.c: Adjust test result.
57358 * posix/globtest.sh: Adjust test result. Add new test.
57359 * posix/tst-fnmatch.input: Likewise.
57360 * posix/tst-fnmatch2.c: Add new test.
57361
68dc9497
AS
573622010-12-28 Andreas Schwab <schwab@linux-m68k.org>
57363
57364 * elf/Makefile (check-execstack): Revert last change. Depend on
57365 check-execstack.h.
57366 (check-execstack.h): New target.
57367 (generated): Add check-execstack.h.
57368 * elf/check-execstack.c: Include "check-execstack.h".
57369 (main): Revert last change.
57370 (handle_file): Return zero if GNU_STACK is absent and
57371 DEFAULT_STACK_PERMS doesn't include PF_X.
57372
451f001b
UD
573732011-01-13 Ulrich Drepper <drepper@gmail.com>
57374
cfa28e56
UD
57375 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57376 in child fails because the descriptor is already closed.
8cf8ce17
UD
57377 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57378 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57379 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 57380
1086d70d
UD
57381 [BZ #12397]
57382 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57383 syscall.
57384
451f001b
UD
57385 [BZ #10484]
57386 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57387 temporary buffer used to handle multi lookups locally.
a85b5cb4 57388 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 57389
08769175
UD
573902011-01-12 Ulrich Drepper <drepper@gmail.com>
57391
57392 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57393 loader is ld.so.
57394
5e49c52e
UD
573952011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
57396
57397 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57398 alignment for SSE2.
57399
60522a5f
UD
574002011-01-12 Ulrich Drepper <drepper@gmail.com>
57401
57402 [BZ #12394]
57403 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57404 characters. When rounding increased number of integer digits recompute
57405 number of groups.
57406 * stdio-common/tst-grouping.c: New file.
57407 * stdio-common/Makefile: Add rules to build and run tst-grouping.
57408
f257bbd7
UD
574092011-01-09 Ulrich Drepper <drepper@gmail.com>
57410
57411 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57412 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
57413
57414 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57415 void.
57416 * bits/select.h: Likewise.
57417
fa9c15cb
UD
574182011-01-08 Ulrich Drepper <drepper@gmail.com>
57419
57420 * po/ja.po: Update from translation team.
57421
16c2895f
DM
574222011-01-04 David S. Miller <davem@sunset.davemloft.net>
57423
57424 [BZ #11155]
57425 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57426 implementation just like for lxstat, fxstatat, et al.
57427
2543fef2
JM
574282010-12-27 Jim Meyering <meyering@redhat.com>
57429
57430 [BZ #12348]
57431 * posix/regexec.c (build_trtable): Return failure indication upon
57432 calloc failure. Otherwise, re_search_internal could infloop on OOM.
57433
98727dbe
UD
574342010-12-25 Ulrich Drepper <drepper@gmail.com>
57435
5bd6dc5c
UD
57436 [BZ #12201]
57437 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57438 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57439 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57440 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57441
97983464
UD
57442 [BZ #12207]
57443 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57444
98727dbe
UD
57445 [BZ #12204]
57446 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57447 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57448
4a531bb0
L
574492010-12-15 H.J. Lu <hongjiu.lu@intel.com>
57450
57451 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57452 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57453 script has SORT_BY_INIT_PRIORITY.
57454 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57455 NO_CTORS_DTORS_SECTIONS is defined.
57456 * elf/soinit.c: Likewise.
57457 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57458 NO_CTORS_DTORS_SECTIONS is defined.
57459 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57460 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57461 * sysdeps/sh/init-first.c: Likewise.
57462 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57463
07eb4b71
UD
574642010-12-24 Ulrich Drepper <drepper@gmail.com>
57465
57466 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57467 always use the slow path.
57468
30950a5f
RA
574692010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
57470
57471 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57472 similar rule which adds the sysdep directories to the header search in
57473 order to pick up the correct platform stackinfo.h.
57474 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57475 perform test if it is, otherwise return successfully without testing.
57476 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57477 DEFAULT_STACK_PERMS define in stackinfo.h.
57478 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57479 defined in stackinfo.h.
57480 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57481 DEFAULT_STACK_PERMS defined in stackinfo.h.
57482 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57483 * sysdeps/ia64/stackinfo.h: Likewise.
57484 * sysdeps/s390/stackinfo.h: Likewise.
57485 * sysdeps/sh/stackinfo.h: Likewise.
57486 * sysdeps/sparc/stackinfo.h: Likewise.
57487 * sysdeps/x86_64/stackinfo.h: Likewise.
57488 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57489 PF_X for powerpc64. Retain PF_X for powerpc32.
57490
db753e2c
UD
574912010-12-19 Ulrich Drepper <drepper@gmail.com>
57492
14b697f7
UD
57493 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57494 accurately.
db753e2c
UD
57495 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57496 GETDENTS_64BIT_ALIGNED.
57497
28300719
UD
574982010-12-14 Ulrich Drepper <dreper@gmail.com>
57499
14b697f7 57500 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 57501
4f197237
AS
575022010-12-10 Andreas Schwab <schwab@redhat.com>
57503
dbb0472f
AS
57504 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57505 _GNU_SOURCE.
57506
4f197237
AS
57507 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57508 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57509 Remove __restrict.
57510 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57511 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57512
fb88ac72
UD
575132010-12-09 Ulrich Drepper <drepper@gmail.com>
57514
57515 [BZ #11655]
57516 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57517 are initialized.
57518
42acbb92
JJ
575192010-12-09 Jakub Jelinek <jakub@redhat.com>
57520
57521 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57522
c038d98d
UD
575232010-12-03 Ulrich Drepper <drepper@gmail.com>
57524
57525 * po/it.po: Update from translation team.
57526
3a4a2499
L
575272010-12-01 H.J. Lu <hongjiu.lu@intel.com>
57528
57529 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57530 unused codes.
57531
1e24cf6e
UD
575322010-11-30 Ulrich Drepper <drepper@gmail.com>
57533
57534 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57535
a7690819
AS
575362010-11-24 Andreas Schwab <schwab@redhat.com>
57537
57538 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57539 specially.
57540 (gaih_getanswer_slice): Likewise.
57541
3bf8d1b1
JJ
575422010-10-20 Jakub Jelinek <jakub@redhat.com>
57543
57544 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57545
6db52fbb
PB
575462010-05-31 Petr Baudis <pasky@suse.cz>
57547
57548 [BZ #11149]
57549 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57550 silently even in the chroot mode.
57551
eaca7569
UD
575522010-11-22 Ulrich Drepper <drepper@gmail.com>
57553
57554 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57555 last patch a bit. Pretty printing
57556
3056dcdb
UD
575572010-05-31 Petr Baudis <pasky@suse.cz>
57558
57559 [BZ #10085]
57560 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57561 initialization of skip_initgroups_dyn.
57562
cf7c9078
UD
575632010-11-19 Ulrich Drepper <drepper@gmail.com>
57564
57565 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57566 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57567
a1fb5e3e
UD
575682010-11-16 Ulrich Drepper <drepper@gmail.com>
57569
57570 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57571
3540d66b
AS
575722010-11-11 Andreas Schwab <schwab@redhat.com>
57573
57574 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57575 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57576 (tst-fnmatch-ENV): Set MALLOC_TRACE.
57577 ($(objpfx)tst-fnmatch-mem): New rule.
57578 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57579 * posix/tst-fnmatch.c (main): Call mtrace.
57580
13b69574
L
575812010-11-11 H.J. Lu <hongjiu.lu@intel.com>
57582
57583 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57584 Support Intel processor model 6 and model 0x2c.
57585
da93d214
LM
575862010-11-10 Luis Machado <luisgpm@br.ibm.com>
57587
57588 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57589 signed comparison.
57590
8ca52c6e
L
575912010-11-09 H.J. Lu <hongjiu.lu@intel.com>
57592
57593 [BZ #12205]
57594 * string/test-strncasecmp.c (check_result): New function.
57595 (do_one_test): Use it.
57596 (check1): New function.
57597 (test_main): Use it.
57598 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57599 Support strcasecmp and strncasecmp.
57600
69da074d
UD
576012010-11-08 Ulrich Drepper <drepper@gmail.com>
57602
57603 [BZ #12194]
57604 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57605 * sysdeps/x86_64/bits/byteswap.h: Likewise.
57606
ff02d528
L
576072010-11-07 H.J. Lu <hongjiu.lu@intel.com>
57608
57609 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57610 IFUNC support.
57611 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57612 memset-x86-64.
57613 * sysdeps/x86_64/multiarch/bzero.S: New file.
57614 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57615 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57616 * sysdeps/x86_64/multiarch/memset.S: New file.
57617 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57618 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57619 Set bit_Prefer_SSE_for_memop for Intel processors.
57620 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57621 Define.
57622 (index_Prefer_SSE_for_memop): Define.
57623 (HAS_PREFER_SSE_FOR_MEMOP): Define.
57624
344d0b54
LM
576252010-11-04 Luis Machado <luisgpm@br.ibm.com>
57626
57627 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57628 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57629
c0dde15b
UD
576302010-11-03 H.J. Lu <hongjiu.lu@intel.com>
57631
57632 [BZ #12191]
57633 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57634 (__x86_64_raw_data_cache_size_half): Likewise.
57635 (__x86_64_raw_shared_cache_size): Likewise.
57636 (__x86_64_raw_shared_cache_size_half): Likewise.
57637
57638 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57639 (__x86_64_raw_data_cache_size_half): Likewise.
57640 (__x86_64_raw_shared_cache_size): Likewise.
57641 (__x86_64_raw_shared_cache_size_half): Likewise.
57642 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57643 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57644 and __x86_64_raw_shared_cache_size_half. Round
57645 __x86_64_data_cache_size_half, __x86_64_data_cache_size
57646 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57647 to multiple of 256 bytes.
57648
0e516e0e
MS
576492010-11-03 Ulrich Drepper <drepper@gmail.com>
57650
57651 [BZ #12167]
57652 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57653 of inacessible symlinks. Verify result of symlink before returning it.
57654 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57655 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57656
0e012e87
ER
576572010-10-28 Erich Ritz <erichritz@gmail.com>
57658
57659 * math/math.h (isinf): Fix typo in comment.
57660
de0ff7bc
UD
576612010-11-01 Ulrich Drepper <drepper@gmail.com>
57662
57663 * po/da.po: Update from translation team.
57664
fa41c84d
UD
576652010-10-26 Ulrich Drepper <drepper@gmail.com>
57666
57667 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57668 is added to the list.
57669
f0967738
AK
576702010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
57671 Ulrich Drepper <drepper@gmail.com>
57672
57673 * elf/dl-object.c (_dl_new_object): Don't append the new object to
57674 the global list here. Move code to...
57675 (_dl_add_to_namespace_list): ...here. New function.
57676 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57677 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57678 * elf/dl-load.c (lose): Don't remove the element from the list.
57679 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57680 (_dl_map_object): Likewise.
57681
576822010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
57683
57684 [BZ #12159]
57685 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57686 into all bytes of SSE register.
57687 Patch by Richard Li <richardpku@gmail.com>.
57688
f0967738 576892010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
57690
57691 [BZ #12140]
57692 * malloc/malloc.c (_int_free): Fill correct number of bytes when
57693 perturbing.
57694
d0b9e94f
MB
576952010-10-20 Michael B. Brutman <brutman@us.ibm.com>
57696
57697 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57698 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57699 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57700 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57701 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57702 submachine.
57703 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57704
8e9f92e9
AS
577052010-10-22 Andreas Schwab <schwab@redhat.com>
57706
57707 * include/dlfcn.h (__RTLD_SECURE): Define.
57708 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
57709 mode & __RTLD_SECURE instead.
57710 (open_path): Rename preloaded parameter to secure.
57711 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57712 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57713 * elf/dl-deps.c (openaux): Likewise.
57714 * elf/rtld.c (struct map_args): Remove is_preloaded.
57715 (map_doit): Don't use it.
57716 (dl_main): Likewise.
57717 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57718 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57719
bc96fbda
AS
577202010-09-09 Andreas Schwab <schwab@redhat.com>
57721
57722 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57723 (sysd-rules-targets): Remove duplicates.
57724 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57725 rtld-%.$o dependency.
57726
22cd1c9b
AS
577272010-10-18 Andreas Schwab <schwab@redhat.com>
57728
57729 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57730 _dl_map_object do it.
57731
18edac48
UD
577322010-10-19 Ulrich Drepper <drepper@gmail.com>
57733
57734 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57735 fast fma builtins, define the macros in the C99 standard.
57736 (FP_FAST_FMAF): Likewise.
57737 (FP_FAST_FMAL): Likewise.
57738 * sysdeps/x86_64/bits/mathdef.h: Likewise.
57739
57740 * bits/mathdef.h: Update copyright year.
57741 * sysdeps/powerpc/bits/mathdef.h: Likewise.
57742
d2050124
MM
577432010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
57744
57745 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57746 builtins, define the macros in the C99 standard.
57747 (FP_FAST_FMAF): Likewise.
57748 (FP_FAST_FMAL): Likewise.
57749 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57750 multiply/add.
57751 (FP_FAST_FMAF): Likewise.
57752
475facd1
JJ
577532010-10-15 Jakub Jelinek <jakub@redhat.com>
57754
57755 [BZ #3268]
57756 * math/libm-test.inc (fma_test): Some new testcases.
57757 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57758 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57759 y and infinite z. Do multiplication by C already in long double.
57760 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57761 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57762 y and infinite z. Do bitwise or of inexact bit into u.d.
57763 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57764 * sysdeps/i386/fpu/s_fmaf.S: Removed.
57765 * sysdeps/i386/fpu/s_fma.S: Removed.
57766 * sysdeps/i386/fpu/s_fmal.S: Removed.
57767
7c08a05c
JJ
577682010-10-16 Jakub Jelinek <jakub@redhat.com>
57769
57770 [BZ #3268]
57771 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57772 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57773 computation is not scheduled after fetestexcept. Fix value
57774 of minimum denormal long double.
57775
f3f7372d
JJ
577762010-10-14 Jakub Jelinek <jakub@redhat.com>
57777
57778 [BZ #3268]
57779 * math/libm-test.inc (fma_test): Add some more tests.
57780 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57781 correctly.
57782
14d43591
AS
577832010-10-15 Andreas Schwab <schwab@redhat.com>
57784
57785 * scripts/data/localplt-s390-linux-gnu.data: New file.
57786 * scripts/data/localplt-s390x-linux-gnu.data: New file.
57787
5e908464
JJ
577882010-10-13 Jakub Jelinek <jakub@redhat.com>
57789
57790 [BZ #3268]
57791 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57792 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57793 instead of dbl-64.
57794 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57795 inlines.
57796 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57797 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57798 if one of x and y is very large and the other is subnormal.
57799 * sysdeps/s390/fpu/s_fmaf.c: New file.
57800 * sysdeps/s390/fpu/s_fma.c: New file.
57801 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57802 * sysdeps/powerpc/fpu/s_fma.S: New file.
57803 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57804 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57805 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57806
578072010-10-12 Jakub Jelinek <jakub@redhat.com>
57808
57809 [BZ #3268]
57810 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57811 fma tests.
57812 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57813 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57814 * sysdeps/i386/i686/multiarch/s_fma.c: Include
57815 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57816 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57817 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57818 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57819
b833d51f
UD
578202010-10-12 Ulrich Drepper <drepper@redhat.com>
57821
57822 [BZ #12078]
57823 * posix/regcomp.c (parse_branch): One more memory leak plugged.
57824 * posix/bug-regex31.input: Add test case.
57825
1751705d
UD
578262010-10-11 Ulrich Drepper <drepper@gmail.com>
57827
e9b9cbf5
UD
57828 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57829 * posix/bug-regex31.input: New file.
57830
57831 [BZ #12078]
57832 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57833 (parse_sub_exp): Fix last change, use postorder.
57834
ef06edbe
UD
57835 * posix/bug-regex31.c: New file.
57836 * posix/Makefile: Add rules to build and run bug-regex31.
57837
a129c80d
UD
57838 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57839
57840 [BZ #12078]
57841 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57842
b76b818e
UD
57843 [BZ #12108]
57844 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57845 to have entries in sys_siglist.
57846
1751705d
UD
57847 [BZ #12093]
57848 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57849 be NULL.
57850
9ff8d36f
JJ
578512010-10-07 Jakub Jelinek <jakub@redhat.com>
57852
57853 [BZ #3268]
57854 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57855 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57856 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57857 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57858 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57859 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57860 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57861 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57862 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57863 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57864 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57865 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57866 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57867 * math/ftestexcept.c (fetestexcept): Likewise.
57868 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57869 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57870 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57871 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57872 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57873 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57874 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57875
af325969
UD
578762010-10-11 Ulrich Drepper <drepper@gmail.com>
57877
c579b202 57878 [BZ #12107]
af325969
UD
57879 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57880 newline.
57881
67a67b95
UD
578822010-10-06 Ulrich Drepper <drepper@gmail.com>
57883
57884 * string/bug-strstr1.c: New file.
57885 * string/Makefile: Add rules to build and run bug-strstr1.
57886
5fb308bc
EB
578872010-10-05 Eric Blake <eblake@redhat.com>
57888
57889 [BZ #12092]
57890 * string/str-two-way.h (two_way_long_needle): Always clear memory
57891 when skipping input due to the shift table.
57892
45db99c7
UD
578932010-10-03 Ulrich Drepper <drepper@gmail.com>
57894
3b111893
UD
57895 [BZ #12005]
57896 * malloc/mcheck.c: Handle large requests.
57897
45db99c7
UD
57898 [BZ #12077]
57899 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57900 for strncmp and strncasecmp.
57901 * string/stratcliff.c: Add tests for strcmp and strncmp.
57902 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57903
cf7a1eb8
NI
579042010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57905
57906 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57907 __set_fpscr.
57908
6484ba5e
AJ
579092010-09-30 Andreas Jaeger <aj@suse.de>
57910
57911 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57912 (CGROUP_SUPER_MAGIC): Define.
57913 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57914 Handle btrfs and cgroup file systems.
57915 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57916 Likewise.
57917
91c42559
LM
579182010-09-27 Luis Machado <luisgpm@br.ibm.com>
57919
57920 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57921 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57922
87a97932
AK
579232010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
57924
57925 [BZ #12067]
57926 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57927 trying to locate the ELF header.
57928
c21cc9bc
AS
579292010-09-27 Andreas Schwab <schwab@redhat.com>
57930
57931 [BZ #11611]
57932 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57933 Mask out sign-bit copies when constructing f_fsid.
57934
315970f6
PB
579352010-09-24 Petr Baudis <pasky@suse.cz>
57936
57937 * debug/stack_chk_fail_local.c: Add missing licence exception.
57938 * debug/warning-nop.c: Likewise.
57939
1ac7a2c7
JM
579402010-09-15 Joseph Myers <joseph@codesourcery.com>
57941
57942 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57943 implementing getdents64 using getdents syscall, set d_type if
57944 __ASSUME_GETDENTS32_D_TYPE.
57945
56801c50
AS
579462010-09-16 Andreas Schwab <schwab@redhat.com>
57947
57948 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57949 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57950
dda51327
UD
579512010-09-21 Ulrich Drepper <drepper@redhat.com>
57952
57953 [BZ #12037]
57954 * posix/unistd.h: Undo change of feature selection for ftruncate from
57955 2010-01-11.
57956
8ffcee4a
UD
579572010-09-20 Ulrich Drepper <drepper@redhat.com>
57958
a545ecd9 57959 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
57960 detection.
57961
e24f0a8b
AS
579622010-09-20 Andreas Schwab <schwab@redhat.com>
57963
57964 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57965 fanotify_mark.
57966 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57967
7291c56f
AS
579682010-09-14 Andreas Schwab <schwab@redhat.com>
57969
57970 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57971 variables after CHECK_SP call.
57972 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57973
bc5fb037
AS
579742010-09-13 Andreas Schwab <schwab@redhat.com>
57975 Ulrich Drepper <drepper@redhat.com>
57976
57977 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57978 re-relocationg ld.so.
57979 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57980 _dl_init_paths call.
57981 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
57982 here anymore.
57983
e66e7419
UD
579842010-09-14 Ulrich Drepper <drepper@redhat.com>
57985
57986 * resolv/res_init.c (__res_vinit): Count the default server we added.
57987
c044aa75
CLT
579882010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
57989 Ulrich Drepper <drepper@redhat.com>
57990
57991 [BZ #11968]
57992 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57993 (____longjmp_chk): Use %ebx for saving value across system call.
57994 Add unwind info.
57995
32cf4069
AS
579962010-09-06 Andreas Schwab <schwab@redhat.com>
57997
57998 * manual/Makefile: Don't mix pattern rules with normal rules.
57999
817328ee
AS
580002010-09-05 Andreas Schwab <schwab@linux-m68k.org>
58001
58002 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
58003 operation.
58004 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
58005 * libio/iofopncook.c (_IO_cookie_init): Likewise.
58006 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
58007 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
58008 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
58009 Likewise.
58010
29fddf61
UD
580112010-09-04 Ulrich Drepper <drepper@redhat.com>
58012
58013 [BZ #11979]
58014 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
58015 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
58016
0959ffc9
UD
580172010-09-02 Ulrich Drepper <drepper@redhat.com>
58018
58019 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
58020 * sysdeps/x86_64/addmul_1.S: Likewise.
58021 * sysdeps/x86_64/lshift.S: Likewise.
58022 * sysdeps/x86_64/mul_1.S: Likewise.
58023 * sysdeps/x86_64/rshift.S: Likewise.
58024 * sysdeps/x86_64/sub_n.S: Likewise.
58025 * sysdeps/x86_64/submul_1.S: Likewise.
58026
ece29840
ST
580272010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
58028
0959ffc9
UD
58029 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
58030 Define __sched_param instead of SCHED_* and sched_param when
ece29840 58031 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 58032 * bits/sched.h [__need_schedparam]
ece29840 58033 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
58034 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
58035 (__defined_schedparam): Define to 1.
ece29840
ST
58036 (__sched_param): New structure, identical to sched_param.
58037 (__need_schedparam): Undefine.
58038
e53a31fe
MF
580392010-08-31 Mike Frysinger <vapier@gentoo.org>
58040
fdc0c10d
MF
58041 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
58042 (epoll_create1): Declare.
58043
e53a31fe
MF
58044 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
58045
a726d796
AS
580462010-08-31 Andreas Schwab <schwab@redhat.com>
58047
58048 [BZ #7066]
58049 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
58050 shifting retval into place.
58051
2f3e3dc7
UD
580522010-09-01 Ulrich Drepper <drepper@redhat.com>
58053
f2933da9
UD
58054 * nis/rpcsvc/nis.h: Update copyright notice.
58055 * nis/rpcsvc/nis.x: Likewise.
58056 * nis/rpcsvc/nis_callback.h: Likewise.
58057 * nis/rpcsvc/nis_callback.x: Likewise.
58058 * nis/rpcsvc/nis_object.x: Likewise.
58059 * nis/rpcsvc/nis_tags.h: Likewise.
58060 * nis/rpcsvc/yp.h: Likewise.
58061 * nis/rpcsvc/yp.x: Likewise.
58062 * nis/rpcsvc/ypupd.h: Likewise.
58063 * nis/yp_xdr.c: Likewise.
58064 * nis/ypupdate_xdr.c: Likewise.
58065
2f3e3dc7
UD
58066 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
58067 mainly the body of pmap_getport. Add parameters to specify timeouts.
58068 (pmap_getport): Use __libc_rpc_getport.
58069 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
58070 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
58071 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
58072
f3dcc2f9
AS
580732010-08-31 Andreas Schwab <schwab@linux-m68k.org>
58074
58075 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
58076 fanotify_mark.
58077
6d34eb5b
RM
580782010-08-27 Roland McGrath <roland@redhat.com>
58079
58080 * sysdeps/i386/i686/multiarch/Makefile
58081 (CFLAGS-varshift.c): New variable.
58082
9ea3de11
UD
580832010-08-27 Ulrich Drepper <drepper@redhat.com>
58084
c96d23fc
UD
58085 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
58086 * sysdeps/i386/i686/multiarch/varshift.c: New file.
58087
9ea3de11
UD
58088 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
58089
58090 * sysdeps/x86_64/strlen.S: Minimal code improvement.
58091
623aac7f
L
580922010-08-26 H.J. Lu <hongjiu.lu@intel.com>
58093
58094 * sysdeps/x86_64/strlen.S: Unroll the loop.
58095 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58096 strlen-sse2 strlen-sse2-bsf.
58097 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
58098 __strlen_no_bsf if bit_Slow_BSF is set.
58099 (__strlen_sse42): Removed.
58100 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
58101 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
58102
8b2b7715
RM
581032010-08-25 Roland McGrath <roland@redhat.com>
58104
58105 * sysdeps/x86_64/multiarch/varshift.S: File removed.
58106 * sysdeps/x86_64/multiarch/varshift.c: New file.
58107 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
58108 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
58109 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
58110 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
58111
e73015f2
L
581122010-08-25 H.J. Lu <hongjiu.lu@intel.com>
58113
58114 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58115 strlen-sse2 strlen-sse2-bsf.
58116 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
58117 __strlen_sse2_bsf if bit_Slow_BSF is unset.
58118 (__strlen_sse2): Removed.
58119 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
58120 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
58121 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
58122 bit_Slow_BSF for Atom.
58123 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
58124 (index_Slow_BSF): Define.
58125 (HAS_SLOW_BSF): Define.
58126
df24a73e
UD
581272010-08-25 Ulrich Drepper <drepper@redhat.com>
58128
58129 [BZ #10851]
58130 * resolv/res_init.c (__res_vinit): When no server address at all
58131 is given default to loopback.
58132
f2ac4868
RM
581332010-08-24 Roland McGrath <roland@redhat.com>
58134
09055553
RM
58135 * configure.in: Remove config-name.h generation.
58136 * configure: Regenerated.
58137 * config-name.in: File removed.
58138 * scripts/config-uname.sh: New file.
58139 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
58140 ($(objdir)config-name.h): New target.
58141
f2ac4868
RM
58142 * sunrpc/rpc_parse.h: Avoid nested comment.
58143
73f27d5e
RH
581442010-08-24 Richard Henderson <rth@redhat.com>
58145 Ulrich Drepper <drepper@redhat.com>
58146 H.J. Lu <hongjiu.lu@intel.com>
58147
58148 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
58149 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
58150 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
58151 Replace _mm_srli_si128 with __m128i_shift_right. Replace
58152 _mm_alignr_epi8 with _mm_loadu_si128.
58153 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
58154 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
58155 (__m128i_shift_right): Removed.
58156 * sysdeps/i386/i686/multiarch/varshift.h: New file.
58157 * sysdeps/i386/i686/multiarch/varshift.S: New file.
58158 * sysdeps/x86_64/multiarch/varshift.h: New file.
58159 * sysdeps/x86_64/multiarch/varshift.S: New file.
58160
84b9230c
MF
581612010-08-21 Mike Frysinger <vapier@gentoo.org>
58162
58163 * configure.in: Move assembler checks to before sysdep dir checking.
58164
9bbd0ddc
PB
581652010-08-20 Petr Baudis <pasky@suse.cz>
58166
58167 * LICENSES: Sync the sunrpc license.
58168
9da4bb31
UD
581692010-08-19 Ulrich Drepper <drepper@redhat.com>
58170
a7ab6ec8
UD
58171 * sunrpc/auth_des.c: Update copyright notice once again.
58172 * sunrpc/auth_none.c: Likewise.
58173 * sunrpc/auth_unix.c: Likewise.
58174 * sunrpc/authdes_prot.c: Likewise.
58175 * sunrpc/authuxprot.c: Likewise.
58176 * sunrpc/bindrsvprt.c: Likewise.
58177 * sunrpc/clnt_gen.c: Likewise.
58178 * sunrpc/clnt_perr.c: Likewise.
58179 * sunrpc/clnt_raw.c: Likewise.
58180 * sunrpc/clnt_simp.c: Likewise.
58181 * sunrpc/clnt_tcp.c: Likewise.
58182 * sunrpc/clnt_udp.c: Likewise.
58183 * sunrpc/clnt_unix.c: Likewise.
58184 * sunrpc/des_crypt.c: Likewise.
58185 * sunrpc/des_soft.c: Likewise.
58186 * sunrpc/get_myaddr.c: Likewise.
58187 * sunrpc/getrpcport.c: Likewise.
58188 * sunrpc/key_call.c: Likewise.
58189 * sunrpc/key_prot.c: Likewise.
58190 * sunrpc/openchild.c: Likewise.
58191 * sunrpc/pm_getmaps.c: Likewise.
58192 * sunrpc/pm_getport.c: Likewise.
58193 * sunrpc/pmap_clnt.c: Likewise.
58194 * sunrpc/pmap_prot.c: Likewise.
58195 * sunrpc/pmap_prot2.c: Likewise.
58196 * sunrpc/pmap_rmt.c: Likewise.
58197 * sunrpc/rpc/auth.h: Likewise.
58198 * sunrpc/rpc/auth_unix.h: Likewise.
58199 * sunrpc/rpc/clnt.h: Likewise.
58200 * sunrpc/rpc/des_crypt.h: Likewise.
58201 * sunrpc/rpc/key_prot.h: Likewise.
58202 * sunrpc/rpc/netdb.h: Likewise.
58203 * sunrpc/rpc/pmap_clnt.h: Likewise.
58204 * sunrpc/rpc/pmap_prot.h: Likewise.
58205 * sunrpc/rpc/pmap_rmt.h: Likewise.
58206 * sunrpc/rpc/rpc.h: Likewise.
58207 * sunrpc/rpc/rpc_des.h: Likewise.
58208 * sunrpc/rpc/rpc_msg.h: Likewise.
58209 * sunrpc/rpc/svc.h: Likewise.
58210 * sunrpc/rpc/svc_auth.h: Likewise.
58211 * sunrpc/rpc/types.h: Likewise.
58212 * sunrpc/rpc/xdr.h: Likewise.
58213 * sunrpc/rpc_clntout.c: Likewise.
58214 * sunrpc/rpc_cmsg.c: Likewise.
58215 * sunrpc/rpc_common.c: Likewise.
58216 * sunrpc/rpc_cout.c: Likewise.
58217 * sunrpc/rpc_dtable.c: Likewise.
58218 * sunrpc/rpc_hout.c: Likewise.
58219 * sunrpc/rpc_main.c: Likewise.
58220 * sunrpc/rpc_parse.c: Likewise.
58221 * sunrpc/rpc_parse.h: Likewise.
58222 * sunrpc/rpc_prot.c: Likewise.
58223 * sunrpc/rpc_sample.c: Likewise.
58224 * sunrpc/rpc_scan.c: Likewise.
58225 * sunrpc/rpc_scan.h: Likewise.
58226 * sunrpc/rpc_svcout.c: Likewise.
58227 * sunrpc/rpc_tblout.c: Likewise.
58228 * sunrpc/rpc_util.c: Likewise.
58229 * sunrpc/rpc_util.h: Likewise.
58230 * sunrpc/rpcinfo.c: Likewise.
58231 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58232 * sunrpc/rpcsvc/key_prot.x: Likewise.
58233 * sunrpc/rpcsvc/klm_prot.x: Likewise.
58234 * sunrpc/rpcsvc/mount.x: Likewise.
58235 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58236 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58237 * sunrpc/rpcsvc/rex.x: Likewise.
58238 * sunrpc/rpcsvc/rstat.x: Likewise.
58239 * sunrpc/rpcsvc/rusers.x: Likewise.
58240 * sunrpc/rpcsvc/sm_inter.x: Likewise.
58241 * sunrpc/rpcsvc/spray.x: Likewise.
58242 * sunrpc/rpcsvc/yppasswd.x: Likewise.
58243 * sunrpc/rtime.c: Likewise.
58244 * sunrpc/svc.c: Likewise.
58245 * sunrpc/svc_auth.c: Likewise.
58246 * sunrpc/svc_authux.c: Likewise.
58247 * sunrpc/svc_raw.c: Likewise.
58248 * sunrpc/svc_run.c: Likewise.
58249 * sunrpc/svc_simple.c: Likewise.
58250 * sunrpc/svc_tcp.c: Likewise.
58251 * sunrpc/svc_udp.c: Likewise.
58252 * sunrpc/svc_unix.c: Likewise.
58253 * sunrpc/svcauth_des.c: Likewise.
58254 * sunrpc/xcrypt.c: Likewise.
58255 * sunrpc/xdr.c: Likewise.
58256 * sunrpc/xdr_array.c: Likewise.
58257 * sunrpc/xdr_float.c: Likewise.
58258 * sunrpc/xdr_mem.c: Likewise.
58259 * sunrpc/xdr_rec.c: Likewise.
58260 * sunrpc/xdr_ref.c: Likewise.
58261 * sunrpc/xdr_sizeof.c: Likewise.
58262 * sunrpc/xdr_stdio.c: Likewise.
58263
9da4bb31
UD
58264 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58265 handling.
58266
bdaa77bc
AS
582672010-08-19 Andreas Schwab <schwab@redhat.com>
58268
58269 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58270
fe2f79db
LM
582712010-08-19 Luis Machado <luisgpm@br.ibm.com>
58272
58273 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58274 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58275 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58276 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58277 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58278 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58279 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58280 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58281 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58282 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58283 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58284 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58285 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
58286 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
58287
b9b42ee0
AB
582882010-07-26 Anton Blanchard <anton@samba.org>
58289
58290 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
58291 * malloc/arena.c (heap_trim): Likewise.
58292
1c06ba31
UD
582932010-08-16 Ulrich Drepper <drepper@redhat.com>
58294
58295 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
58296 here. Not...
58297 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
58298 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
58299
f8392f40
L
583002010-08-12 H.J. Lu <hongjiu.lu@intel.com>
58301
58302 * sysdeps/i386/elf/Makefile: New file.
58303
3162f12e
AS
583042010-08-14 Andreas Schwab <schwab@linux-m68k.org>
58305
58306 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
58307 from fanotify_init.
58308 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
58309 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58310
28c90b2c
UD
583112010-08-15 Ulrich Drepper <drepper@redhat.com>
58312
58313 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
58314 of strncasecmp_l.
1feccb6c 58315 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 58316
ca6bb004
UD
583172010-08-14 Ulrich Drepper <drepper@redhat.com>
58318
e9f82e0d
UD
58319 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58320 strncase_l-nonascii.
58321 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58322 Add strncase_l-ssse3.
58323 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
58324 * sysdeps/x86_64/strcmp.S: Likewise.
58325 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
58326 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
58327 * sysdeps/x86_64/strncase.S: New file.
58328 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
58329 * sysdeps/x86_64/strncase_l.S: New file.
58330 * string/Makefile (strop-tests): Add strncasecmp.
58331 * string/test-strncasecmp.c: New file.
58332
58333 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
58334 warning.
58335
ca6bb004
UD
58336 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
58337 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
58338
052fa7b3
AS
583392010-08-14 Andreas Schwab <schwab@linux-m68k.org>
58340
58341 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
58342
962dba78
UD
583432010-08-12 Ulrich Drepper <drepper@redhat.com>
58344
58345 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
58346 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
58347 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
58348
bebff237
AM
583492010-05-01 Alan Modra <amodra@gmail.com>
58350
58351 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
58352 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
58353 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
58354 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
58355 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
58356 tidying. Don't tail-call __sigjmp_save for static lib.
58357 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58358 save location.
58359 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58360 (CALL_MCOUNT): Add eh info, and nop after bl.
58361 (TAIL_CALL_SYSCALL_ERROR): New macro.
58362 (PSEUDO_RET): Use it.
58363 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58364 Correct save location of integer regs and cr.
58365 (_dl_profile_resolve): Correct cr save location. Delete nops
58366 after bl when SHARED. Reduce cfi size a little by better
58367 placement of cfi directives.
58368 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58369 make a stack frame. Instead use parm save area as a temp.
58370 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58371 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
58372 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58373 Don't make a stack frame for parent, use parm save area.
58374 Increase child stack frame to 112 bytes. Don't save unused reg,
58375 and adjust reg usage. Set up cfi on error recovery and
58376 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58377 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58378 (__makecontext): Add dummy nop after jump to exit.
58379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58380 Use correct parm save area and cr save, reduce stack frame.
58381 Correct cfi for possible PSEUDO_RET frame setup.
58382 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58383 Branch to local label emitted by PSEUDO_RET rather than
58384 __syscall_error.
58385
02637374
AS
583862010-08-12 Andreas Schwab <schwab@redhat.com>
58387
58388 [BZ #11904]
58389 * locale/programs/locale.c (print_assignment): New function.
58390 (show_locale_vars): Use it.
58391
c3e2f19b
UD
583922010-08-11 Ulrich Drepper <drepper@redhat.com>
58393
3cdaa6ad
UD
58394 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58395 field.
58396 (struct statfs64): Likewise.
58397 (_STATFS_F_FLAGS): Define.
58398 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58399 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58400 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58401 (ST_VALID): Define locally.
58402 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58403 __statvfs_getflags, use the provided value.
58404 * sysdeps/unix/sysv/linux/kernel-features.h: Define
58405 __ASSUME_STATFS_F_FLAGS.
58406
754f7da3
UD
58407 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58408
10b3bedc
UD
58409 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58410 Add sys/fanotify.h.
58411 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58412 fanotify_mask for GLIBC_2.13.
58413 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58414 fanotify_init and fanotify_mark.
58415 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58416 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58417
c08fb0d7
UD
58418 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58419 Add prlimit.
58420 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58421 prlimit64 for GLIBC_2.13.
58422 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58423 prlimit64.
58424 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58425 syscall.
58426 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58427 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58428 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58429 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58430 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
58431 add prlimit alias.
58432 * sysdeps/unix/sysv/linux/prlimit.c: New file.
58433
15bac72b
UD
58434 [BZ #11903]
58435 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58436 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58437
c3e2f19b
UD
58438 * nss/Makefile: Add rules to build and run tst-nss-test1.
58439 * shlib-versions: Add entry for libnss_test1.
58440 * nss/nss_test1.c: New file.
58441 * nss/tst-nss-test1.c: New file.
58442
58443 * nss/nsswitch.c (__nss_database_custom): Define new variable.
58444 (__nss_configure_lookup): Set appropriate entry in
58445 __nss_configure_lookup to true.
58446 * nss/nsswitch.h: Define enum with indeces of databases in
58447 databases and __nss_database_custom arrays. Declare
58448 __nss_database_custom.
58449 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58450 to avoid using nscd when custom rules are installed.
58451 * nss/getXXbyYY_r.c: Likewise.
58452 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58453
58454 * nss/nss_files/files-parse.c: Whitespace fixes.
58455
f15ce4d8
UD
584562010-08-09 Ulrich Drepper <drepper@redhat.com>
58457
58458 [BZ #11883]
58459 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58460 * posix/fnmatch_loop.c: Likewise.
58461
d22e4cc9
AK
584622010-07-17 Andi Kleen <ak@linux.intel.com>
58463
58464 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58465 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58466 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58467 * Versions.def [GLIBC_2.13]: Add.
58468
805bc17d
UD
584692010-08-06 Ulrich Drepper <drepper@redhat.com>
58470
58471 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58472 Also fail if tpwd after pwuid call is NULL.
58473
5a42321d
ST
584742010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
58475
58476 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58477 when converting to ms.
58478
fd3ebeda
ST
584792010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
58480
58481 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58482 EOPNOTSUPP errors with ENOTTY.
58483 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58484 EOPNOTSUPP errors with ENOTTY.
58485
73507d3a
UD
584862010-07-31 Ulrich Drepper <drepper@redhat.com>
58487
58488 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58489 Add strcasecmp_l-ssse3.
58490 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58491 strcasecmp.
58492 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58493 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58494 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58495
fe36dd02
UD
584962010-07-30 Ulrich Drepper <drepper@redhat.com>
58497
66f6765a
UD
58498 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58499
42e08a54
UD
58500 * string/Makefile (strop-tests): Add strcasecmp.
58501 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58502 strcasecmp_l-nonascii.
58503 (gen-as-const-headers): Add locale-defines.sym.
58504 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58505 * sysdeps/x86_64/strcasecmp.S: New file.
58506 * sysdeps/x86_64/strcasecmp_l.S: New file.
58507 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58508 * sysdeps/x86_64/locale-defines.sym: New file.
58509 * string/test-strcasecmp.c: New file.
58510
fe36dd02
UD
58511 * string/test-strcasestr.c: Test both ends of the range of characters.
58512 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58513
48cbc0d6
RM
585142010-07-29 Roland McGrath <roland@redhat.com>
58515
76e6d6bc 58516 [BZ #11856]
48cbc0d6
RM
58517 * manual/locale.texi (Yes-or-No Questions): Fix example code.
58518
880113d9
UD
585192010-07-27 Ulrich Drepper <drepper@redhat.com>
58520
58521 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58522 for ld.so.
58523
deb9cabb
AS
585242010-07-27 Andreas Schwab <schwab@redhat.com>
58525
58526 * manual/memory.texi (Malloc Tunable Parameters): Document
58527 M_PERTURB.
58528
1c7570ff
RM
585292010-07-26 Roland McGrath <roland@redhat.com>
58530
58531 [BZ #11840]
58532 * configure.in (-fgnu89-inline check): Set and substitute
58533 gnu89_inline, not libc_cv_gnu89_inline.
58534 * configure: Regenerated.
58535 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58536
24fb0f88
UD
585372010-07-26 Ulrich Drepper <drepper@redhat.com>
58538
58539 * string/test-strnlen.c: New file.
58540 * string/Makefile (strop-tests): Add strnlen.
58541 * string/tester.c (test_strnlen): Add a few more test cases.
58542 * string/tst-strlen.c: Better error reporting.
58543
58544 * sysdeps/x86_64/strnlen.S: New file.
58545
8e96b93a
UD
585462010-07-24 Ulrich Drepper <drepper@redhat.com>
58547
58548 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58549 lower-latency instructions.
58550
dbc676d4
UD
585512010-07-23 Ulrich Drepper <drepper@redhat.com>
58552
58553 * string/test-strcasestr.c: New file.
58554 * string/test-strstr.c: New file.
58555 * string/Makefile (strop-tests): Add strstr and strcasestr.
58556 * string/str-two-way.h: Don't undefine MAX.
58557 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58558
f6a31e0e
AS
585592010-07-21 Andreas Schwab <schwab@redhat.com>
58560
58561 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58562 strcasestr-nonascii.
58563 (CFLAGS-strcasestr-nonascii.c): Define.
58564 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58565 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58566 Remove unused attribute.
58567
5dbc3b6c
RM
585682010-07-20 Roland McGrath <roland@redhat.com>
58569
58570 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58571 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
58572 ld.so.cache was broken. With it, there is no way to disable dsocaps
58573 like LD_HWCAP_MASK can disable hwcaps.
58574
23d101d8
EPM
585752010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
58576
58577 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58578
cc9f2e47
UD
585792010-07-16 Ulrich Drepper <drepper@redhat.com>
58580
58581 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58582 call in strcasestr.
58583 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58584 __strcasestr_sse42_nonascii.
58585 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58586 strcasestr-nonascii.c.
58587 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58588
77c1b069
LM
585892010-06-15 Luis Machado <luisgpm@br.ibm.com>
58590
58591 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58592 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58593 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58594 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58595
440566c3
UD
585962010-07-09 Ulrich Drepper <drepper@redhat.com>
58597
58598 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58599 fcntl.
58600
5be9d05d
AS
586012010-07-06 Andreas Schwab <schwab@redhat.com>
58602
c30b7ee2 58603 [BZ #11577]
5be9d05d
AS
58604 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58605 dl_signal_cerror.
58606
8a492a67
UD
586072010-07-06 Ulrich Drepper <drepper@redhat.com>
58608
58609 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58610 _PC_PIPE_BUF using F_GETPIPE_SZ.
58611
713df3d5
RM
586122010-07-05 Roland McGrath <roland@redhat.com>
58613
58614 * manual/arith.texi (Rounding Functions): Fix rint description
58615 implicit in round description.
58616
702e8f14
UD
586172010-07-02 Ulrich Drepper <drepper@redhat.com>
58618
58619 * elf/Makefile: Fix linking for a few tests to make recent linker
58620 happy.
58621
52ed8be9
AS
586222010-06-30 Andreas Schwab <schwab@redhat.com>
58623
58624 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58625 $(common-objpfx)libc_nonshared.a.
58626
f47c9a11
LM
586272010-06-21 Luis Machado <luisgpm@br.ibm.com>
58628
58629 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58630 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58631 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58632 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58633 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58634 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58635 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58636 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58637 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58638 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58639 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58640 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58641 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58642 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58643 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58644 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58645 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58646 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58647 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58648 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58649 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58650 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58651 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58652 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58653 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58654 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58655 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58656 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58657 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58658 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58659 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58660 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58661 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58662 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58663 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58664 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58665 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58666 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58667 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58668 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58669 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58670 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58671 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58672 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58675 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58676 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58677
6fb8cbcb
L
586782010-06-25 H.J. Lu <hongjiu.lu@intel.com>
58679
58680 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58681 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
58682 * string/memmove.c (memmove): Renamed to ...
58683 (MEMMOVE): ...this. Default to memmove.
58684 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58685 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58686 (END_CHK): Define.
58687 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58688 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58689 mempcpy-ssse3-back memmove-ssse3-back.
58690 * sysdeps/x86_64/multiarch/bcopy.S: New file .
58691 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58692 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58693 * sysdeps/x86_64/multiarch/memcpy.S: New file.
58694 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58695 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58696 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58697 * sysdeps/x86_64/multiarch/memmove.c: New file.
58698 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58699 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58700 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58701 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58702 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58703 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58704 Define.
58705 (index_Fast_Copy_Backward): Define.
58706 (HAS_ARCH_FEATURE): Define.
58707 (HAS_FAST_REP_STRING): Define.
58708 (HAS_FAST_COPY_BACKWARD): Define.
58709
4e733bac 587102010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
58711
58712 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58713 Restore proper fallback handling.
58714
63c4ed22
UD
587152010-06-19 Ulrich Drepper <drepper@redhat.com>
58716
ac2b484c
UD
58717 [BZ #11701]
58718 * posix/group_member.c (__group_member): Correct checking loop.
58719
63c4ed22
UD
58720 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58721 OOM in getpwuid_r correctly. Return error number when the caller
58722 should return, otherwise -1.
58723 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58724 call returning > 0 value.
58725 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58726
765ade4b
AS
587272010-06-07 Andreas Schwab <schwab@redhat.com>
58728
58729 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58730 libc_nonshared.a from targets in modules-names.
58731
80da2e09
KS
587322010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
58733
58734 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58735 requires it.
58736
158db122
LM
587372010-06-10 Luis Machado <luisgpm@br.ibm.com>
58738
58739 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58740 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58741 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58742 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58743
caa78cf8
AS
587442010-06-02 Andreas Schwab <schwab@redhat.com>
58745
58746 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58747
b2ef2c01
UD
587482010-06-14 Ulrich Drepper <drepper@redhat.com>
58749
58750 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58751 and F_GETPIPE_SZ.
58752 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58753 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58754 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58755 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58756 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58757 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58758
fbd643b6
RM
587592010-06-14 Roland McGrath <roland@redhat.com>
58760
58761 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58762
f32f2869
JJ
587632010-06-07 Jakub Jelinek <jakub@redhat.com>
58764
58765 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58766 __REDIRECT followed by __THROW.
58767 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58768 * posix/getopt.h (getopt): Likewise.
58769
2a50c078
EPM
587702010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
58771
58772 * hurd/lookup-at.c (__file_name_lookup_at): Accept
58773 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
58774 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58775 in AT_FLAGS.
58776 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58777 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58778
eb5ad2eb
LM
587792010-05-28 Luis Machado <luisgpm@br.ibm.com>
58780
58781 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58782
3c88fe1e
L
587832010-05-26 H.J. Lu <hongjiu.lu@intel.com>
58784
58785 [BZ #11640]
58786 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58787 Properly check family and model.
58788
d2f73151
TY
587892010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
58790
58791 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58792
ebd2e13d
LM
587932010-05-24 Luis Machado <luisgpm@br.ibm.com>
58794
58795 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58796
b32b8b45
UD
587972010-05-21 Ulrich Drepper <drepper@redhat.com>
58798
58799 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58800 symbol reference.
58801
9acbe24d
AS
588022010-05-19 Andreas Schwab <schwab@redhat.com>
58803
58804 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58805 symbol reference.
58806
f0ccf6ea
AS
588072010-05-21 Andreas Schwab <schwab@redhat.com>
58808
3d04ff3a
AS
58809 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58810 and internal_recvmmsg.
58811 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58812 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58813 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58814 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58815
f0ccf6ea
AS
58816 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58817 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58818 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58819
5b08ac57
AS
588202010-05-20 Andreas Schwab <schwab@redhat.com>
58821
58822 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58823
4828935d
LM
588242010-05-17 Luis Machado <luisgpm@br.ibm.com>
58825
58826 POWER7 optimizations.
58827 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58828 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58829
373d545e
UD
588302010-05-19 Ulrich Drepper <drepper@redhat.com>
58831
58832 * version.h: Update for 2.13 development version.
58833
21a2b1ae
AS
588342010-05-12 Andrew Stubbs <ams@codesourcery.com>
58835
58836 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58837 exceptions. Return 0.
58838
3f7dcb2b
RM
588392010-05-07 Roland McGrath <roland@redhat.com>
58840
58841 * elf/ldconfig.c (main): Add a const.
58842
5f24d53a 588432010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 58844
a160f8d8
UD
58845 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58846 (args_options): Add no-idn option.
58847 (ahosts_keys_int): Add idn_flags to ai_flags.
58848 (parse_option): Handle 'i' option to clear idn_flags.
58849
5f24d53a
UD
58850 * malloc/malloc.c (_int_free): Possible race in the most recently
58851 added check. Only act on the data if no current modification
58852 happened.
265bb1ce
UD
58853
58854See ChangeLog.17 for earlier changes.